VK Blocks - Version 1.18.6

Version Description

[ Bug fix ][ Button ] Custom color value don't refrect reopen

Download this release

Release Info

Developer vektor-inc
Plugin Icon 128x128 VK Blocks
Version 1.18.6
Comparing to
See all releases

Code changes from version 1.17.0 to 1.18.6

composer.json CHANGED
@@ -13,10 +13,11 @@
13
  }
14
  ],
15
  "require": {
16
- "php": ">=7.2",
17
- "squizlabs/php_codesniffer": "*"
18
  },
19
  "require-dev": {
 
 
20
  "sirbrillig/phpcs-variable-analysis": "^2.8",
21
  "wp-phpunit/wp-phpunit": "^5.4",
22
  "dealerdirect/phpcodesniffer-composer-installer": "*",
@@ -28,4 +29,4 @@
28
  "lint": "phpcs --standard=./.phpcs.xml.dist",
29
  "phpcs": "phpcs --standard=./.phpcs.xml.dist"
30
  }
31
- }
13
  }
14
  ],
15
  "require": {
16
+ "vektor-inc/vk-color-palette-manager": "^0.0.11"
 
17
  },
18
  "require-dev": {
19
+ "php": ">=7.2",
20
+ "squizlabs/php_codesniffer": "*",
21
  "sirbrillig/phpcs-variable-analysis": "^2.8",
22
  "wp-phpunit/wp-phpunit": "^5.4",
23
  "dealerdirect/phpcodesniffer-composer-installer": "*",
29
  "lint": "phpcs --standard=./.phpcs.xml.dist",
30
  "phpcs": "phpcs --standard=./.phpcs.xml.dist"
31
  }
32
+ }
composer.lock CHANGED
@@ -4,63 +4,44 @@
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
  "This file is @generated automatically"
6
  ],
7
- "content-hash": "db7dfa8a0521ef4b25b7c631955ca1b6",
8
  "packages": [
9
  {
10
- "name": "squizlabs/php_codesniffer",
11
- "version": "3.6.0",
12
  "source": {
13
  "type": "git",
14
- "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
15
- "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
16
  },
17
  "dist": {
18
  "type": "zip",
19
- "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
20
- "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
21
  "shasum": ""
22
  },
23
- "require": {
24
- "ext-simplexml": "*",
25
- "ext-tokenizer": "*",
26
- "ext-xmlwriter": "*",
27
- "php": ">=5.4.0"
28
- },
29
- "require-dev": {
30
- "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
31
- },
32
- "bin": [
33
- "bin/phpcs",
34
- "bin/phpcbf"
35
- ],
36
  "type": "library",
37
- "extra": {
38
- "branch-alias": {
39
- "dev-master": "3.x-dev"
40
  }
41
  },
42
  "notification-url": "https://packagist.org/downloads/",
43
  "license": [
44
- "BSD-3-Clause"
45
  ],
46
  "authors": [
47
  {
48
- "name": "Greg Sherwood",
49
- "role": "lead"
50
  }
51
  ],
52
- "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
53
- "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
54
- "keywords": [
55
- "phpcs",
56
- "standards"
57
- ],
58
  "support": {
59
- "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
60
- "source": "https://github.com/squizlabs/PHP_CodeSniffer",
61
- "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
62
  },
63
- "time": "2021-04-09T00:54:41+00:00"
64
  }
65
  ],
66
  "packages-dev": [
@@ -359,6 +340,62 @@
359
  },
360
  "time": "2021-07-06T23:45:17+00:00"
361
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
362
  {
363
  "name": "wp-coding-standards/wpcs",
364
  "version": "2.3.0",
@@ -412,16 +449,16 @@
412
  },
413
  {
414
  "name": "wp-phpunit/wp-phpunit",
415
- "version": "5.8.0",
416
  "source": {
417
  "type": "git",
418
  "url": "https://github.com/wp-phpunit/wp-phpunit.git",
419
- "reference": "da3f6fc3bc5cae2c76af6f9a260620fc4f8d9f90"
420
  },
421
  "dist": {
422
  "type": "zip",
423
- "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/da3f6fc3bc5cae2c76af6f9a260620fc4f8d9f90",
424
- "reference": "da3f6fc3bc5cae2c76af6f9a260620fc4f8d9f90",
425
  "shasum": ""
426
  },
427
  "type": "library",
@@ -456,7 +493,7 @@
456
  "issues": "https://github.com/wp-phpunit/issues",
457
  "source": "https://github.com/wp-phpunit/wp-phpunit"
458
  },
459
- "time": "2021-07-27T09:32:49+00:00"
460
  }
461
  ],
462
  "aliases": [],
@@ -464,9 +501,9 @@
464
  "stability-flags": [],
465
  "prefer-stable": false,
466
  "prefer-lowest": false,
467
- "platform": {
 
468
  "php": ">=7.2"
469
  },
470
- "platform-dev": [],
471
  "plugin-api-version": "2.0.0"
472
  }
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
  "This file is @generated automatically"
6
  ],
7
+ "content-hash": "8626cfdbf51b9e0fafdfac8454639e23",
8
  "packages": [
9
  {
10
+ "name": "vektor-inc/vk-color-palette-manager",
11
+ "version": "0.0.11",
12
  "source": {
13
  "type": "git",
14
+ "url": "https://github.com/vektor-inc/vk-color-palette-manager.git",
15
+ "reference": "53f20d1074f93e5fb4ced25ececed15961a478d2"
16
  },
17
  "dist": {
18
  "type": "zip",
19
+ "url": "https://api.github.com/repos/vektor-inc/vk-color-palette-manager/zipball/53f20d1074f93e5fb4ced25ececed15961a478d2",
20
+ "reference": "53f20d1074f93e5fb4ced25ececed15961a478d2",
21
  "shasum": ""
22
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  "type": "library",
24
+ "autoload": {
25
+ "psr-4": {
26
+ "VektorInc\\VK_Color_Palette_Manager\\": "src/"
27
  }
28
  },
29
  "notification-url": "https://packagist.org/downloads/",
30
  "license": [
31
+ "GPL-2.0+"
32
  ],
33
  "authors": [
34
  {
35
+ "name": "kurudrive",
36
+ "email": "kurudrive@gmail.com"
37
  }
38
  ],
39
+ "description": "Manage color palette for Gutenberg",
 
 
 
 
 
40
  "support": {
41
+ "issues": "https://github.com/vektor-inc/vk-color-palette-manager/issues",
42
+ "source": "https://github.com/vektor-inc/vk-color-palette-manager/tree/0.0.11"
 
43
  },
44
+ "time": "2021-10-19T01:26:10+00:00"
45
  }
46
  ],
47
  "packages-dev": [
340
  },
341
  "time": "2021-07-06T23:45:17+00:00"
342
  },
343
+ {
344
+ "name": "squizlabs/php_codesniffer",
345
+ "version": "3.6.1",
346
+ "source": {
347
+ "type": "git",
348
+ "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
349
+ "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e"
350
+ },
351
+ "dist": {
352
+ "type": "zip",
353
+ "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f268ca40d54617c6e06757f83f699775c9b3ff2e",
354
+ "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e",
355
+ "shasum": ""
356
+ },
357
+ "require": {
358
+ "ext-simplexml": "*",
359
+ "ext-tokenizer": "*",
360
+ "ext-xmlwriter": "*",
361
+ "php": ">=5.4.0"
362
+ },
363
+ "require-dev": {
364
+ "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
365
+ },
366
+ "bin": [
367
+ "bin/phpcs",
368
+ "bin/phpcbf"
369
+ ],
370
+ "type": "library",
371
+ "extra": {
372
+ "branch-alias": {
373
+ "dev-master": "3.x-dev"
374
+ }
375
+ },
376
+ "notification-url": "https://packagist.org/downloads/",
377
+ "license": [
378
+ "BSD-3-Clause"
379
+ ],
380
+ "authors": [
381
+ {
382
+ "name": "Greg Sherwood",
383
+ "role": "lead"
384
+ }
385
+ ],
386
+ "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
387
+ "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
388
+ "keywords": [
389
+ "phpcs",
390
+ "standards"
391
+ ],
392
+ "support": {
393
+ "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
394
+ "source": "https://github.com/squizlabs/PHP_CodeSniffer",
395
+ "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
396
+ },
397
+ "time": "2021-10-11T04:00:11+00:00"
398
+ },
399
  {
400
  "name": "wp-coding-standards/wpcs",
401
  "version": "2.3.0",
449
  },
450
  {
451
  "name": "wp-phpunit/wp-phpunit",
452
+ "version": "5.8.1",
453
  "source": {
454
  "type": "git",
455
  "url": "https://github.com/wp-phpunit/wp-phpunit.git",
456
+ "reference": "0b89ad32feae22f3a39e63e44117d6e56bdeed69"
457
  },
458
  "dist": {
459
  "type": "zip",
460
+ "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/0b89ad32feae22f3a39e63e44117d6e56bdeed69",
461
+ "reference": "0b89ad32feae22f3a39e63e44117d6e56bdeed69",
462
  "shasum": ""
463
  },
464
  "type": "library",
493
  "issues": "https://github.com/wp-phpunit/issues",
494
  "source": "https://github.com/wp-phpunit/wp-phpunit"
495
  },
496
+ "time": "2021-09-09T19:11:29+00:00"
497
  }
498
  ],
499
  "aliases": [],
501
  "stability-flags": [],
502
  "prefer-stable": false,
503
  "prefer-lowest": false,
504
+ "platform": [],
505
+ "platform-dev": {
506
  "php": ">=7.2"
507
  },
 
508
  "plugin-api-version": "2.0.0"
509
  }
editor-css/_editor_before.scss CHANGED
@@ -38,6 +38,14 @@
38
  .block-prop-title {
39
  font-weight: bold;
40
  }
 
 
 
 
 
 
 
 
41
  // カードなどで文字位置のalignのツールバーが文字の右に回り込んでしまうため指定
42
  .components-panel__body .components-base-control__label {
43
  display:block;
38
  .block-prop-title {
39
  font-weight: bold;
40
  }
41
+
42
+ // パネルの文字サイズがテーマなどの影響を受けるので上書き
43
+ .components-panel {
44
+ h4 {
45
+ font-size:16px;
46
+ }
47
+ }
48
+
49
  // カードなどで文字位置のalignのツールバーが文字の右に回り込んでしまうため指定
50
  .components-panel__body .components-base-control__label {
51
  display:block;
editor-css/_editor_before_button.scss CHANGED
@@ -62,7 +62,7 @@ $vk-color-dark:#343a40;
62
  .btn.has-vk-color-dark-color {
63
  color: $vk-color-dark;
64
  }
65
- .btn.has-background {
66
  color: #fff;
67
  /* 白っぽい色に対する対策 */
68
  &.has-vk-color-light-background-color,
62
  .btn.has-vk-color-dark-color {
63
  color: $vk-color-dark;
64
  }
65
+ .has-background {
66
  color: #fff;
67
  /* 白っぽい色に対する対策 */
68
  &.has-vk-color-light-background-color,
editor-css/editor-block-build-marge.scss CHANGED
@@ -63,6 +63,14 @@
63
  .block-prop-title {
64
  font-weight: bold;
65
  }
 
 
 
 
 
 
 
 
66
  // カードなどで文字位置のalignのツールバーが文字の右に回り込んでしまうため指定
67
  .components-panel__body .components-base-control__label {
68
  display:block;
63
  .block-prop-title {
64
  font-weight: bold;
65
  }
66
+
67
+ // パネルの文字サイズがテーマなどの影響を受けるので上書き
68
+ .components-panel {
69
+ h4 {
70
+ font-size:16px;
71
+ }
72
+ }
73
+
74
  // カードなどで文字位置のalignのツールバーが文字の右に回り込んでしまうため指定
75
  .components-panel__body .components-base-control__label {
76
  display:block;
gulpfile.js CHANGED
@@ -1,203 +1,220 @@
1
- const gulp = require("gulp"),
2
- concat = require("gulp-concat"),
3
- $ = require("gulp-load-plugins")();
4
- const sass = require("gulp-sass");
5
- const autoprefixer = require("gulp-autoprefixer");
6
- const cleanCss = require("gulp-clean-css");
7
  const replace = require('gulp-replace');
8
- const rename = require("gulp-rename");
 
 
 
9
 
10
- // js最小化
11
- const jsmin = require("gulp-jsmin");
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
- gulp.task( 'helper-js', function (done) {
14
  gulp.src('src/blocks/faq2/enque-front.js')
15
- .pipe(jsmin())
16
- .pipe(rename('vk-faq2.min.js'))
17
- .pipe(gulp.dest('./inc/vk-blocks/build/'));
18
  done();
19
  });
20
 
21
- gulp.task( 'helper-js-pro', function (done) {
22
  gulp.src('src/blocks/_pro/accordion/enque-front.js')
23
- .pipe(jsmin())
24
- .pipe(rename('vk-accordion.min.js'))
25
- .pipe(gulp.dest('./inc/vk-blocks/build/'));
26
  gulp.src('src/blocks/_pro/animation/enque-front.js')
27
- .pipe(jsmin())
28
- .pipe(rename('vk-animation.min.js'))
29
- .pipe(gulp.dest('./inc/vk-blocks/build/'));
30
  gulp.src('src/blocks/_pro/slider/enque-front.js')
31
- .pipe(jsmin())
32
- .pipe(rename('vk-slider.min.js'))
33
- .pipe(gulp.dest('./inc/vk-blocks/build/'));
34
  done();
35
  });
36
 
37
- // gulp.task('text-domain', function (done) {
38
- // gulp.src(['./inc/term-color/package/*'])
39
- // .pipe(replace(', \'vk_term_color_textdomain\'', ', \'vk-blocks\''))
40
- // .pipe(gulp.dest('./inc/term-color/package/'));
41
- // gulp.src(['./inc/vk-components/package/*'])
42
- // .pipe(replace(', \'vk_components_textdomain\'', ', \'vk-blocks\''))
43
- // .pipe(gulp.dest('./inc/vk-components/package/'));
44
- // gulp.src(['./inc/vk-css-optimize/package/*'])
45
- // .pipe(replace(', \'css_optimize_textdomain\'', ', \'vk-blocks\''))
46
- // .pipe(gulp.dest('./inc/vk-css-optimize/package/'));
47
- // done();
48
- // });
49
-
50
- gulp.task("sass", function() {
51
- return (
52
- gulp
53
- .src(["./src/**/*.scss"])
54
- .pipe(
55
- $.plumber({
56
- errorHandler: $.notify.onError("<%= error.message %>")
57
- })
58
- )
59
- // .pipe($.sourcemaps.init({loadMaps: true}))
60
- .pipe(
61
- $.sass({
62
- errLogToConsole: true,
63
- outputStyle: "compressed",
64
- includePaths: ["./src/scss"]
65
- })
66
- )
67
- .pipe($.autoprefixer())
68
- // .pipe($.autoprefixer({browsers: ['last 2 version', '> 5%']}))
69
- // .pipe($.sourcemaps.write('./map'))
70
- //bundle css files by gulp-concat
71
- .pipe(concat("block-build.css"))
72
- .pipe(gulp.dest("./inc/vk-blocks/build/"))
73
- );
74
- });
75
-
76
- gulp.task("sass_editor", function() {
77
- return gulp
78
- .src([
79
- "./editor-css/_editor_common_core.scss",
80
- "./editor-css/_editor_before.scss",
81
- "./editor-css/_editor_after.scss"
82
- ])
83
- .pipe(concat("editor-block-build-marge.scss"))
84
- .pipe(gulp.dest("./editor-css/"))
85
- .pipe(sass())
86
- .pipe(cleanCss())
87
- .pipe(concat("block-build-editor.css"))
88
- .pipe(gulp.dest("./inc/vk-blocks/build/"));
89
  });
90
 
91
- // replace_text_domain
92
- gulp.task("text-domain", function(done) {
93
- // vk-admin.
94
- gulp.src(["./inc/vk-admin/package/*.php"])
95
- .pipe(replace("vk_admin_textdomain","vk-blocks"))
96
- .pipe(gulp.dest("./inc/vk-admin/package/"));
97
- // font-awesome.
98
- gulp.src(["./inc/font-awesome/package/*.php"])
99
- .pipe(replace("'vk_font_awesome_version_textdomain'", "'vk-blocks'"))
100
- .pipe(gulp.dest("./inc/font-awesome/package/"));
101
- // term-color.
102
- gulp.src(["./inc/term-color/package/*.php"])
103
- .pipe(replace("'vk_term_color_textdomain'","'vk-blocks'"))
104
- .pipe(gulp.dest("./inc/term-color/package/"));
105
- // vk-components.
106
- gulp.src(["./inc/vk-components/package/*.php"])
107
- .pipe(replace("'vk_components_textdomain'","'vk-blocks'"))
108
- .pipe(gulp.dest("./inc/vk-components/package/"));
109
- gulp.src(["./inc/vk-css-optimize/package/*.php"])
110
- .pipe(replace("'css_optimize_textdomain'","'vk-blocks'"))
111
- .pipe(gulp.dest("./inc/vk-css-optimize/package/"));
112
  done();
113
  });
114
 
115
  // VK Block で使用しているBootstrapのみコンパイル
116
  // ※ Lightning 以外のテーマで利用の際に読込
117
- gulp.task("sass_bootstrap", function() {
118
- return gulp
119
- .src(["./lib/bootstrap/scss/bootstrap.scss"])
120
- .pipe(sass())
121
- .pipe(cleanCss())
122
- .pipe(concat("bootstrap_vk_using.css"))
123
- .pipe(gulp.dest("./inc/vk-blocks/build/"));
 
 
 
 
 
124
  });
125
 
126
  // VK Block で使用しているBootstrapのみコンパイル
127
  // ※ Lightning 以外のテーマで利用の際に読込
128
- gulp.task("sass_vk_components", function() {
129
- return gulp
130
- .src(["./inc/vk-components/package/_scss/*.scss"])
131
- .pipe(sass())
132
- .pipe(cleanCss())
133
- .pipe(concat("vk-components.css"))
134
- .pipe(gulp.dest("./inc/vk-blocks/build/"));
 
 
 
 
 
135
  });
136
 
137
  // watch
138
- gulp.task("watch", function() {
139
- gulp.watch("editor-css/_editor_before.scss", gulp.parallel("sass_editor"));
140
- // gulp.watch("editor-css/*.scss", gulp.parallel("sass_editor"));
141
- gulp.watch("src/**/*.scss", gulp.series("sass", "sass_editor"));
142
- gulp.watch(
143
- "lib/bootstrap/scss/*.scss",
144
- gulp.parallel("sass_bootstrap", "sass_editor")
145
- );
146
- gulp.watch(
147
- "inc/vk-components/**/*.scss",
148
- gulp.parallel("sass_vk_components", "sass_editor")
149
  );
150
  });
151
 
152
  //Build : Development
153
- gulp.task("build:dev:free", gulp.series( "text-domain", "sass", "helper-js", "sass_editor","sass_bootstrap","sass_vk_components"));
154
- gulp.task("build:dev:pro", gulp.series( "text-domain", "sass", "helper-js", "helper-js-pro", "sass_editor","sass_bootstrap","sass_vk_components"));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
155
 
156
  // Build : Production
157
- gulp.task("build:free", gulp.series( "text-domain", "sass", "helper-js", "sass_editor","sass_bootstrap","sass_vk_components"));
158
- gulp.task("build:pro", gulp.series( "text-domain", "sass", "helper-js", "helper-js-pro", "sass_editor","sass_bootstrap","sass_vk_components"));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
 
160
  // Default Tasks
161
- gulp.task("default", gulp.series("watch"));
162
 
163
  // copy dist ////////////////////////////////////////////////
164
 
165
- gulp.task("dist", function() {
166
- return gulp
167
- .src(
168
- [
169
- "./**/*.php",
170
- "./**/*.txt",
171
- "./**/*.css",
172
- "./**/*.scss",
173
- "./**/*.bat",
174
- "./**/*.rb",
175
- "./**/*.eot",
176
- "./**/*.svg",
177
- "./**/*.ttf",
178
- "./**/*.woff",
179
- "./**/*.woff2",
180
- "./**/*.otf",
181
- "./**/*.less",
182
- "./**/*.png",
183
- "./inc/**",
184
- "./src/**",
185
- "!./compile.bat",
186
- "!./config.rb",
187
- "!./tests/**",
188
- "!./dist/**",
189
- "!./test/**",
190
- "!./bin/**",
191
- "!./editor-css/**",
192
- "!./node_modules/**"
193
- ],
194
- { base: "./" }
195
- )
196
- .pipe(gulp.dest("dist/vk-blocks-pro")); // distディレクトリに出力
197
  });
198
 
199
- gulp.task("dist_ex", function() {
200
- return gulp
201
- .src(["./inc/vk-blocks/**"], { base: "./inc/vk-blocks/" })
202
- .pipe(gulp.dest("../vk-all-in-one-expansion-unit/inc/vk-blocks/package")); // distディレクトリに出力
 
203
  });
1
+ const gulp = require('gulp');
2
+ const concat = require('gulp-concat');
3
+ const sass = require('gulp-sass')(require('sass'));
4
+ const autoprefixer = require('gulp-autoprefixer');
 
 
5
  const replace = require('gulp-replace');
6
+ const uglify = require('gulp-uglify');
7
+ const rename = require('gulp-rename');
8
+ const plumber = require('gulp-plumber');
9
+ const notify = require('gulp-notify');
10
 
11
+ // replace_text_domain
12
+ gulp.task('text-domain', (done) => {
13
+ // vk-admin.
14
+ gulp.src(['./inc/vk-admin/package/*.php'])
15
+ .pipe(replace("'vk_admin_textdomain'", "'vk-blocks'"))
16
+ .pipe(gulp.dest('./inc/vk-admin/package/'));
17
+ // font-awesome.
18
+ gulp.src(['./inc/font-awesome/package/*.php'])
19
+ .pipe(replace("'vk_font_awesome_version_textdomain'", "'vk-blocks'"))
20
+ .pipe(gulp.dest('./inc/font-awesome/package/'));
21
+ // term-color.
22
+ gulp.src(['./inc/term-color/package/*.php'])
23
+ .pipe(replace("'vk_term_color_textdomain'", "'vk-blocks'"))
24
+ .pipe(gulp.dest('./inc/term-color/package/'));
25
+ // vk-components.
26
+ gulp.src(['./inc/vk-components/package/*.php'])
27
+ .pipe(replace("'vk_components_textdomain'", "'vk-blocks'"))
28
+ .pipe(gulp.dest('./inc/vk-components/package/'));
29
+ gulp.src(['./inc/vk-css-optimize/package/*.php'])
30
+ .pipe(replace("'css_optimize_textdomain'", "'vk-blocks'"))
31
+ .pipe(gulp.dest('./inc/vk-css-optimize/package/'));
32
+ done();
33
+ });
34
 
35
+ gulp.task('helper-js', (done) => {
36
  gulp.src('src/blocks/faq2/enque-front.js')
37
+ .pipe(uglify())
38
+ .pipe(rename('vk-faq2.min.js'))
39
+ .pipe(gulp.dest('./inc/vk-blocks/build/'));
40
  done();
41
  });
42
 
43
+ gulp.task('helper-js-pro', (done) => {
44
  gulp.src('src/blocks/_pro/accordion/enque-front.js')
45
+ .pipe(uglify())
46
+ .pipe(rename('vk-accordion.min.js'))
47
+ .pipe(gulp.dest('./inc/vk-blocks/build/'));
48
  gulp.src('src/blocks/_pro/animation/enque-front.js')
49
+ .pipe(uglify())
50
+ .pipe(rename('vk-animation.min.js'))
51
+ .pipe(gulp.dest('./inc/vk-blocks/build/'));
52
  gulp.src('src/blocks/_pro/slider/enque-front.js')
53
+ .pipe(uglify())
54
+ .pipe(rename('vk-slider.min.js'))
55
+ .pipe(gulp.dest('./inc/vk-blocks/build/'));
56
  done();
57
  });
58
 
59
+ gulp.task('sass', (done) => {
60
+ gulp.src(['./src/**/*.scss'])
61
+ .pipe(
62
+ plumber({
63
+ errorHandler: notify.onError('<%= error.message %>'),
64
+ })
65
+ )
66
+ .pipe(
67
+ sass({
68
+ errLogToConsole: true,
69
+ outputStyle: 'compressed',
70
+ })
71
+ )
72
+ .pipe(autoprefixer())
73
+ .pipe(concat('block-build.css'))
74
+ .pipe(gulp.dest('./inc/vk-blocks/build/'));
75
+ done();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  });
77
 
78
+ gulp.task('sass_editor', (done) => {
79
+ gulp.src([
80
+ './editor-css/_editor_common_core.scss',
81
+ './editor-css/_editor_before.scss',
82
+ './editor-css/_editor_after.scss',
83
+ ])
84
+ .pipe(concat('editor-block-build-marge.scss'))
85
+ .pipe(gulp.dest('./editor-css/'))
86
+ .pipe(
87
+ sass({
88
+ errLogToConsole: true,
89
+ outputStyle: 'compressed',
90
+ })
91
+ )
92
+ .pipe(autoprefixer())
93
+ .pipe(concat('block-build-editor.css'))
94
+ .pipe(gulp.dest('./inc/vk-blocks/build/'));
 
 
 
 
95
  done();
96
  });
97
 
98
  // VK Block で使用しているBootstrapのみコンパイル
99
  // ※ Lightning 以外のテーマで利用の際に読込
100
+ gulp.task('sass_bootstrap', (done) => {
101
+ gulp.src(['./lib/bootstrap/scss/bootstrap.scss'])
102
+ .pipe(
103
+ sass({
104
+ errLogToConsole: true,
105
+ outputStyle: 'compressed',
106
+ })
107
+ )
108
+ .pipe(autoprefixer())
109
+ .pipe(concat('bootstrap_vk_using.css'))
110
+ .pipe(gulp.dest('./inc/vk-blocks/build/'));
111
+ done();
112
  });
113
 
114
  // VK Block で使用しているBootstrapのみコンパイル
115
  // ※ Lightning 以外のテーマで利用の際に読込
116
+ gulp.task('sass_vk_components', (done) => {
117
+ gulp.src(['./inc/vk-components/package/_scss/*.scss'])
118
+ .pipe(
119
+ sass({
120
+ errLogToConsole: true,
121
+ outputStyle: 'compressed',
122
+ })
123
+ )
124
+ .pipe(autoprefixer())
125
+ .pipe(concat('vk-components.css'))
126
+ .pipe(gulp.dest('./inc/vk-blocks/build/'));
127
+ done();
128
  });
129
 
130
  // watch
131
+ gulp.task('watch', () => {
132
+ gulp.watch('editor-css/_editor_before.scss', gulp.parallel('sass_editor'));
133
+ // gulp.watch('editor-css/*.scss', gulp.parallel('sass_editor'));
134
+ gulp.watch('src/**/*.scss', gulp.series('sass', 'sass_editor'));
135
+ gulp.watch(
136
+ 'lib/bootstrap/scss/*.scss',
137
+ gulp.parallel('sass_bootstrap', 'sass_editor')
138
+ );
139
+ gulp.watch(
140
+ 'inc/vk-components/**/*.scss',
141
+ gulp.parallel('sass_vk_components', 'sass_editor')
142
  );
143
  });
144
 
145
  //Build : Development
146
+ gulp.task(
147
+ 'build:dev:free',
148
+ gulp.series(
149
+ 'text-domain',
150
+ 'sass',
151
+ 'helper-js',
152
+ 'sass_editor',
153
+ 'sass_bootstrap',
154
+ 'sass_vk_components'
155
+ )
156
+ );
157
+ gulp.task(
158
+ 'build:dev:pro',
159
+ gulp.series(
160
+ 'text-domain',
161
+ 'sass',
162
+ 'helper-js',
163
+ 'helper-js-pro',
164
+ 'sass_editor',
165
+ 'sass_bootstrap',
166
+ 'sass_vk_components'
167
+ )
168
+ );
169
 
170
  // Build : Production
171
+ gulp.task(
172
+ 'build:free',
173
+ gulp.series(
174
+ 'text-domain',
175
+ 'sass',
176
+ 'helper-js',
177
+ 'sass_editor',
178
+ 'sass_bootstrap',
179
+ 'sass_vk_components'
180
+ )
181
+ );
182
+ gulp.task(
183
+ 'build:pro',
184
+ gulp.series(
185
+ 'text-domain',
186
+ 'sass',
187
+ 'helper-js',
188
+ 'helper-js-pro',
189
+ 'sass_editor',
190
+ 'sass_bootstrap',
191
+ 'sass_vk_components'
192
+ )
193
+ );
194
 
195
  // Default Tasks
196
+ gulp.task('default', gulp.series('watch'));
197
 
198
  // copy dist ////////////////////////////////////////////////
199
 
200
+ gulp.task('dist', (done) => {
201
+ gulp.src(
202
+ [
203
+ './inc/**',
204
+ './src/**',
205
+ './vendor/**',
206
+ './*.txt',
207
+ './*.png',
208
+ './*.php',
209
+ ],
210
+ { base: './' }
211
+ ).pipe(gulp.dest('dist/vk-blocks-pro')); // distディレクトリに出力
212
+ done();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  });
214
 
215
+ gulp.task('dist_ex', (done) => {
216
+ gulp.src(['./inc/vk-blocks/**'], { base: './inc/vk-blocks/' }).pipe(
217
+ gulp.dest('../vk-all-in-one-expansion-unit/inc/vk-blocks/package')
218
+ ); // distディレクトリに出力
219
+ done();
220
  });
inc/vk-blocks-config.php CHANGED
@@ -25,6 +25,7 @@ if ( ! function_exists( 'vk_blocks_active' ) ) {
25
  $vk_blocks_prefix .= ' ';
26
  }
27
 
 
28
  require_once plugin_dir_path( __FILE__ ) . 'vk-helpers/config.php';
29
  require_once plugin_dir_path( __FILE__ ) . 'vk-admin/vk-admin-config.php';
30
  require_once plugin_dir_path( __FILE__ ) . 'vk-blocks/helpers.php';
25
  $vk_blocks_prefix .= ' ';
26
  }
27
 
28
+ require_once plugin_dir_path( __FILE__ ) . 'vk-color-palette-manager/config.php';
29
  require_once plugin_dir_path( __FILE__ ) . 'vk-helpers/config.php';
30
  require_once plugin_dir_path( __FILE__ ) . 'vk-admin/vk-admin-config.php';
31
  require_once plugin_dir_path( __FILE__ ) . 'vk-blocks/helpers.php';
inc/vk-blocks/build/block-build-editor.css CHANGED
@@ -1,6 +1,6 @@
1
- @charset "UTF-8";.edit-post-visual-editor .vk_card_item .block-editor-inner-blocks .block-editor-block-list__layout .wp-block.wp-social-link,.edit-post-visual-editor .wp-block-social-links .wp-block.wp-social-link{width:auto;margin:0 8px .8em 0}.edit-post-visual-editor .editor-styles-wrapper .wp-block-image figcaption{display:block}.edit-post-visual-editor .editor-styles-wrapper ol li,.edit-post-visual-editor .editor-styles-wrapper ul li{margin:calc(var(--vk-size-text) * .8) 0}:root{--vk-width-couter-col-3:25%;--vk-width-couter-col-4:33.3%;--vk-width-couter-col-6:50%;--vk-width-couter-col-12:100%}/*!
2
  * Bootstrap v4.5.0 (https://getbootstrap.com/)
3
  * Copyright 2011-2020 The Bootstrap Authors
4
  * Copyright 2011-2020 Twitter, Inc.
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6
- */.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.vk_block_icon_pro{fill:#c00}.editor-block-list-item-vk-blocks-accordion:after,.editor-block-list-item-vk-blocks-animation:after,.editor-block-list-item-vk-blocks-button-outer:after,.editor-block-list-item-vk-blocks-card:after,.editor-block-list-item-vk-blocks-child-page:after,.editor-block-list-item-vk-blocks-grid-column:after,.editor-block-list-item-vk-blocks-icon-card:after,.editor-block-list-item-vk-blocks-outer:after,.editor-block-list-item-vk-blocks-post-list:after,.editor-block-list-item-vk-blocks-select-post-list:after,.editor-block-list-item-vk-blocks-simple-table:after,.editor-block-list-item-vk-blocks-slider:after,.editor-block-list-item-vk-blocks-step:after,.editor-block-list-item-vk-blocks-table-of-contents-new:after,.editor-block-list-item-vk-blocks-table-of-contents:after,.editor-block-list-item-vk-blocks-timeline:after{position:absolute;top:0;right:0;content:"Pro";display:inline-block;font-size:10px;line-height:1;color:#fff;background-color:#cd3034;border-radius:2px;padding:3px 4px}.block-prop-title{font-weight:700}.components-panel__body .components-base-control__label{display:block}.components-button.block-editor-block-switcher__toggle{overflow:hidden}input[type=range]{margin:1px}button.image-button:not(.button-delete){height:100%}.components-base-control__title{padding-bottom:3px;border-bottom:1px solid #ccc;margin-bottom:1em;display:block}.components-base-control__help{margin-top:0}.components-radio-control__option label{margin-bottom:0}.components-checkbox-control__label{margin-bottom:0}.components-color-palette{display:block;overflow:hidden}.editor-url-input input[type=text]{width:100%}.vkb-menu__template-part .block-editor-block-preview__content{left:50%!important;margin-left:-50%!important}.vkb-menu__template-part__button{padding:0;width:100%;height:auto}.vkb-menu__template-part .vkb-menu__template-part__card__container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;max-width:none}.vkb-menu__template-part .vkb-menu__template-part__card__container div[class*=vk_outer-bgPosition-]{background-attachment:unset!important}.vkb-menu__template-part .vkb-menu__template-part__card{position:relative;display:flex;justify-content:center;border:none;margin:0 0 .5em;cursor:pointer;width:90%;padding:0;background:#fff;transition:all .35s ease;border:none}.vkb-menu__template-part .vkb-menu__template-part__card .editor-styles-wrapper .block-editor-block-list__block{margin-top:0;margin-bottom:0}.vkb-menu__template-part .vkb-menu__template-part__card .content{width:100%;max-width:100%}.vkb-menu__template-part .vkb-menu__template-part__card .content h6{color:#666;font-weight:600;text-transform:uppercase;margin:0 0 1em;letter-spacing:2px;text-align:center}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content{overflow:auto;border-radius:5px;border:1px solid #e5e5e5}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content div.inner{color:#6e6e70;line-height:1.4em;overflow:hidden}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content .edit-post-visual-editor{position:initial;padding-top:0}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content:hover{border:1px solid #007cba}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content .block-editor-block-preview__content{width:720px!important;transform:scale(.35)!important}.vkb-menu__template-part .vkb-menu__template-part__card .content:hover .logo{margin-bottom:.5em}.vkb-menu__template-part .vkb-menu__template-part__card .content:hover .hover_content{max-height:none;height:100%;transform:none}.vkb-menu__template-part .vkb-menu__template-part__card .content:hover .hover_content .inner{width:100%;height:auto}.vkb-menu__template-part__button #vkb-menu__template-part__card0 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card1 .inner{height:50px}.vkb-menu__template-part__button #vkb-menu__template-part__card2 .inner{height:120px}.vkb-menu__template-part__button #vkb-menu__template-part__card3 .inner{height:92px}.vkb-menu__template-part__button #vkb-menu__template-part__card4 .inner{height:73px}.vkb-menu__template-part__button #vkb-menu__template-part__card5 .inner{height:95px}.vkb-menu__template-part__button #vkb-menu__template-part__card6 .inner{height:115px}.vkb-menu__template-part__button #vkb-menu__template-part__card7 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card8 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card9 .inner{height:75px}.vkb-menu__template-part__button #vkb-menu__template-part__card10 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card11 .inner{height:65px}.vk-blocks-advanced-popover-control .components-popover__content{min-width:260px;margin-left:-46px!important;padding:20px 15px}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list{margin-top:5px}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field{display:flex;flex-wrap:wrap}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option{border:1px solid #666;width:38px;height:38px;border-radius:3px;margin-right:7px;position:relative}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option input{display:none}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option .svg-inline--fa,.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option i{font-size:1.5em;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.wp-block[data-type="vk-blocks/balloon"]::after{content:"";display:block;clear:both}.vk_balloon figure,.vk_balloon p.wp-block{width:100%}.vk_balloon_icon button.image-button{height:auto}.icon-image-list{display:flex;flex-wrap:wrap}.icon-image-list div{width:calc((100% - (10px * 4))/ 5);margin:5px}.icon-image-list div:nth-child(5n+1){margin-left:0}.icon-image-list div:nth-child(5n){margin-right:0}.wp-core-ui .icon-image-list .button.button-large{padding:0;margin:0;width:40px;height:40px;object-fit:cover;border-radius:50%}.wp-core-ui .icon-image-list .button.button-large img{width:38px;height:38px;object-fit:cover;border-radius:50%}.wp-block-vk-blocks-button.block-editor-block-list__block.wp-block.vk_button.vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.vk_button .btn.has-vk-color-primary-background-color{background-color:var(--vk-color-primary)}.vk_button .btn.has-vk-color-secondary-background-color{background-color:#6c757d}.vk_button .btn.has-vk-color-success-background-color{background-color:#28a745}.vk_button .btn.has-vk-color-info-background-color{background-color:#17a2b8}.vk_button .btn.has-vk-color-warning-background-color{background-color:#ffc107}.vk_button .btn.has-vk-color-danger-background-color{background-color:#dc3545}.vk_button .btn.has-vk-color-light-background-color{background-color:#f8f9fa}.vk_button .btn.has-vk-color-dark-background-color{background-color:#343a40}.vk_button .btn.has-vk-color-primary-color{color:var(--vk-color-primary)}.vk_button .btn.has-vk-color-secondary-color{color:#6c757d}.vk_button .btn.has-vk-color-success-color{color:#28a745}.vk_button .btn.has-vk-color-info-color{color:#17a2b8}.vk_button .btn.has-vk-color-warning-color{color:#ffc107}.vk_button .btn.has-vk-color-danger-color{color:#dc3545}.vk_button .btn.has-vk-color-light-color{color:#f8f9fa}.vk_button .btn.has-vk-color-dark-color{color:#343a40}.vk_button .btn.has-background{color:#fff}.vk_button .btn.has-background.has-vk-color-light-background-color,.vk_button .btn.has-background.has-white-background-color{color:#212529}.editor-styles-wrapper .wp-block-table tfoot{border-top:1px solid var(--vk-color-border-hr)}.vk_borderBox_body>.block-editor-inner-blocks>.block-editor-block-list__layout>:first-child{margin-top:0}.vk_borderBox_body>.block-editor-inner-blocks>.block-editor-block-list__layout>:last-child{margin-bottom:0}.vk_icon.wp-block{margin-top:0;margin-bottom:0}.components-panel__body .vk_icon_custombox{display:inline-flex;justify-content:flex-start;align-items:flex-start;width:100%}.components-panel__body .vk_icon_custombox_number{flex:1 1 0%;margin-left:8px;height:30px}.components-panel__body .vk_icon_custombox_number input{height:30px;min-height:30px}.components-panel__body .vk_icon_custombox_unit{width:64px!important;margin-left:8px}.components-panel__body .vk_icon_custombox_reset.is-secondary{height:30px;margin-left:8px}.vk_icons .block-editor-inner-blocks{width:100%}.vk_icons .vk_icons_col{display:block;margin-left:0}.vk_icons .vk_icons_col .block-editor-block-list__layout{display:flex;flex-wrap:wrap;clear:both;margin-left:-8px}.vk_icons .vk_icons_col .block-editor-block-list__layout .vk_icon{margin:4px 0 4px 8px}.vk_icons .vk_icons_col-justify-left .block-editor-block-list__layout{justify-content:flex-start}.vk_icons .vk_icons_col-justify-center .block-editor-block-list__layout{justify-content:center}.vk_icons .vk_icons_col-justify-right .block-editor-block-list__layout{justify-content:flex-end}.vk_icons .vk_icons_col-justify-space-between .block-editor-block-list__layout{justify-content:space-between}.vk_buttons .block-editor-inner-blocks{width:100%}.vk_buttons .vk_buttons_col{display:block;margin-left:0}.vk_buttons .vk_buttons_col .block-editor-block-list__layout{display:flex;flex-wrap:wrap;clear:both;margin-left:-8px}.vk_buttons .vk_buttons_col .block-editor-block-list__layout .vk_button{margin:4px 0 4px 8px}.vk_buttons .vk_buttons_col-justify-left .block-editor-block-list__layout{justify-content:flex-start}.vk_buttons .vk_buttons_col-justify-center .block-editor-block-list__layout{justify-content:center}.vk_buttons .vk_buttons_col-justify-right .block-editor-block-list__layout{justify-content:flex-end}.vk_buttons .vk_buttons_col-justify-space-between .block-editor-block-list__layout{justify-content:space-between}.vk_outer_sidebar_bgImage{position:relative}.vk_outer_sidebar_bgImage .components-button{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);transition:all 1s}.vk_outer_sidebar_bgImage .button-delete{opacity:0;border:1px solid #d33;color:#d33;transition:all 1s}.vk_outer_sidebar_bgImage .button-delete:hover{background-color:#d33;border:1px solid #b72a2a;color:#fff}.vk_outer_sidebar_bgImage:hover .button-delete{transition:all 1s;opacity:1}.vk_slider_item_sidebar_bgImage_button_container img{min-width:248px}.mb-2+div.components-toolbar{margin-top:0!important}.components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block,.edit-post-visual-editor .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.edit-post-visual-editor .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block{max-width:100%}.components-tab-panel__tab-content .vk_width-full div[data-type="vk-blocks/slider-item"],.edit-post-visual-editor .vk_width-full div[data-type="vk-blocks/slider-item"]{max-width:100%}.components-tab-panel__tab-content .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-use .wp-block,.components-tab-panel__tab-content .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-zero .wp-block,.edit-post-visual-editor .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-use .wp-block,.edit-post-visual-editor .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-zero .wp-block{max-width:100%}.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-use,.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-zero,.is-sidebar-opened .edit-post-visual-editor .vk_outer-width-full.vk_outer-paddingLR-use,.is-sidebar-opened .edit-post-visual-editor .vk_outer-width-full.vk_outer-paddingLR-zero{margin-left:calc(50% - 50vw + 140px);margin-right:calc(50% - 50vw + 140px)}.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block,.is-sidebar-opened .edit-post-visual-editor .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.is-sidebar-opened .edit-post-visual-editor .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block{max-width:100%}.is-sidebar-opened .components-tab-panel__tab-content .vk_slider.vk_width-full,.is-sidebar-opened .edit-post-visual-editor .vk_slider.vk_width-full{margin-left:calc(50% - 50vw + 140px);margin-right:calc(50% - 50vw + 140px);padding-right:0;padding-left:0;width:calc(100vw - 280px)}.components-tab-panel__tab-content .vk_animation,.components-tab-panel__tab-content .vk_slider,.components-tab-panel__tab-content .vk_slider_item,.components-tab-panel__tab-content .vk_spacer,.edit-post-visual-editor .vk_animation,.edit-post-visual-editor .vk_slider,.edit-post-visual-editor .vk_slider_item,.edit-post-visual-editor .vk_spacer{border:1px dotted #ccc}.components-tab-panel__tab-content .vk_slider_item,.edit-post-visual-editor .vk_slider_item{min-height:3em}.components-tab-panel__tab-content .vk_slider_item .block-editor-inner-blocks,.edit-post-visual-editor .vk_slider_item .block-editor-inner-blocks{width:100%}.components-tab-panel__tab-content div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent,.edit-post-visual-editor div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent{border:1px dotted #ccc;opacity:.5}.components-tab-panel__tab-content div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent_editBtn,.edit-post-visual-editor div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent_editBtn{position:absolute;z-index:9999;top:-3em;right:0}.components-tab-panel__tab-content .vk_selectPostList-edit .block-editor-inner-blocks,.edit-post-visual-editor .vk_selectPostList-edit .block-editor-inner-blocks{width:100%}.components-tab-panel__tab-content .vk_selectPostList-edit .block-editor-block-list__layout,.edit-post-visual-editor .vk_selectPostList-edit .block-editor-block-list__layout{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;clear:both}.components-tab-panel__tab-content .vk_selectPostList-edit .wp-block,.edit-post-visual-editor .vk_selectPostList-edit .wp-block{margin-left:15px;margin-right:15px}.components-tab-panel__tab-content .vk_selectPostList-edit .wp-block .vk_post,.components-tab-panel__tab-content .vk_selectPostList-edit .wp-block>div,.edit-post-visual-editor .vk_selectPostList-edit .wp-block .vk_post,.edit-post-visual-editor .vk_selectPostList-edit .wp-block>div{width:100%;margin:0;height:100%}.components-tab-panel__tab-content .vk_selectPostList-edit .block-list-appender.wp-block,.edit-post-visual-editor .vk_selectPostList-edit .block-list-appender.wp-block{border:1px solid #ccc;min-height:4em}.components-tab-panel__tab-content .vk_selectPostList-edit .block-list-appender.wp-block .block-editor-button-block-appender,.edit-post-visual-editor .vk_selectPostList-edit .block-list-appender.wp-block .block-editor-button-block-appender{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.components-tab-panel__tab-content .vk_selectPostList-edit-col-12 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-12 .wp-block{width:calc(100% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-6 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-6 .wp-block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-4 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-4 .wp-block{width:calc(33.3333% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-3 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-3 .wp-block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-2 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-2 .wp-block{width:calc(16.6667% - 30px)}@media (min-width:576px){.components-tab-panel__tab-content .vk_selectPostList-edit-col-sm-12 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-sm-12 .wp-block{width:calc(100% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-sm-6 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-sm-6 .wp-block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-sm-4 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-sm-4 .wp-block{width:calc(33.3333% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-sm-3 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-sm-3 .wp-block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-sm-2 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-sm-2 .wp-block{width:calc(16.6667% - 30px)}}@media (min-width:768px){.components-tab-panel__tab-content .vk_selectPostList-edit-col-md-12 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-md-12 .wp-block{width:calc(100% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-md-6 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-md-6 .wp-block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-md-4 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-md-4 .wp-block{width:calc(33.3333% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-md-3 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-md-3 .wp-block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-md-2 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-md-2 .wp-block{width:calc(16.6667% - 30px)}}@media (min-width:992px){.components-tab-panel__tab-content .vk_selectPostList-edit-col-lg-12 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-lg-12 .wp-block{width:calc(100% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-lg-6 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-lg-6 .wp-block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-lg-4 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-lg-4 .wp-block{width:calc(33.3333% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-lg-3 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-lg-3 .wp-block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-lg-2 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-lg-2 .wp-block{width:calc(16.6667% - 30px)}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_selectPostList-edit-col-xl-12 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-xl-12 .wp-block{width:calc(100% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-xl-6 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-xl-6 .wp-block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-xl-4 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-xl-4 .wp-block{width:calc(33.3333% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-xl-3 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-xl-3 .wp-block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-xl-2 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-xl-2 .wp-block{width:calc(16.6667% - 30px)}}@media (min-width:1400px){.components-tab-panel__tab-content .vk_selectPostList-edit-col-xxl-12 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-xxl-12 .wp-block{width:calc(100% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-xxl-6 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-xxl-6 .wp-block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-xxl-4 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-xxl-4 .wp-block{width:calc(33.3333% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-xxl-3 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-xxl-3 .wp-block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_selectPostList-edit-col-xxl-2 .wp-block,.edit-post-visual-editor .vk_selectPostList-edit-col-xxl-2 .wp-block{width:calc(16.6667% - 30px)}}.components-tab-panel__tab-content .vk_animation,.edit-post-visual-editor .vk_animation{border:1px dashed #ccc;min-height:3em}.components-tab-panel__tab-content .vk_animation.wp-block-vk-blocks-animation,.edit-post-visual-editor .vk_animation.wp-block-vk-blocks-animation{opacity:1}.components-tab-panel__tab-content .vk_animation:before,.edit-post-visual-editor .vk_animation:before{position:absolute;right:0;top:0;font-size:10px;background:#eee;padding:.2em .6em;z-index:1000}.components-tab-panel__tab-content .vk_animation.vk_animation-fade-in,.edit-post-visual-editor .vk_animation.vk_animation-fade-in{left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-fade-in:before,.edit-post-visual-editor .vk_animation.vk_animation-fade-in:before{content:'Fade in'}.components-tab-panel__tab-content .vk_animation.vk_animation-up-down,.edit-post-visual-editor .vk_animation.vk_animation-up-down{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-up-down:before,.edit-post-visual-editor .vk_animation.vk_animation-up-down:before{content:'Up Down'}.components-tab-panel__tab-content .vk_animation.vk_animation-left-right,.edit-post-visual-editor .vk_animation.vk_animation-left-right{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-left-right:before,.edit-post-visual-editor .vk_animation.vk_animation-left-right:before{content:'Left Right'}.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-x,.edit-post-visual-editor .vk_animation.vk_animation-trembling-x{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-x:before,.edit-post-visual-editor .vk_animation.vk_animation-trembling-x:before{content:'Trembring X'}.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-y,.edit-post-visual-editor .vk_animation.vk_animation-trembling-y{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-y:before,.edit-post-visual-editor .vk_animation.vk_animation-trembling-y:before{content:'Trembring Y'}.components-tab-panel__tab-content .vk_animation.vk_animation-pounding,.edit-post-visual-editor .vk_animation.vk_animation-pounding{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-pounding:before,.edit-post-visual-editor .vk_animation.vk_animation-pounding:before{content:'Pounding'}.components-tab-panel__tab-content .vk_animation.vk_animation-shaking,.edit-post-visual-editor .vk_animation.vk_animation-shaking{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-shaking:before,.edit-post-visual-editor .vk_animation.vk_animation-shaking:before{content:'Shaking'}.components-tab-panel__tab-content .vk_animation.vk_animation-slow-shaking,.edit-post-visual-editor .vk_animation.vk_animation-slow-shaking{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-slow-shaking:before,.edit-post-visual-editor .vk_animation.vk_animation-slow-shaking:before{content:'Slow Shaking'}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-long,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-normal,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-short,.edit-post-visual-editor .vk_animation.vk_animation-slide-left.vk_animation-range-long,.edit-post-visual-editor .vk_animation.vk_animation-slide-left.vk_animation-range-normal,.edit-post-visual-editor .vk_animation.vk_animation-slide-left.vk_animation-range-short{right:0}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-long:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-normal:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-short:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-left.vk_animation-range-long:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-left.vk_animation-range-normal:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-left.vk_animation-range-short:before{content:'Slide left'}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-long,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-normal,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-short,.edit-post-visual-editor .vk_animation.vk_animation-slide-right.vk_animation-range-long,.edit-post-visual-editor .vk_animation.vk_animation-slide-right.vk_animation-range-normal,.edit-post-visual-editor .vk_animation.vk_animation-slide-right.vk_animation-range-short{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-long:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-normal:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-short:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-right.vk_animation-range-long:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-right.vk_animation-range-normal:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-right.vk_animation-range-short:before{content:'Slide right'}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-long,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-normal,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-short,.edit-post-visual-editor .vk_animation.vk_animation-slide-up.vk_animation-range-long,.edit-post-visual-editor .vk_animation.vk_animation-slide-up.vk_animation-range-normal,.edit-post-visual-editor .vk_animation.vk_animation-slide-up.vk_animation-range-short{top:0}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-long:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-normal:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-short:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-up.vk_animation-range-long:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-up.vk_animation-range-normal:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-up.vk_animation-range-short:before{content:'Slide up'}.components-tab-panel__tab-content .wp-block-vk-blocks-icon-card .vk_icon-card_item_title,.edit-post-visual-editor .wp-block-vk-blocks-icon-card .vk_icon-card_item_title{background-color:transparent;margin-top:.9em;margin-bottom:.6em;font-size:21px;line-height:1.4em;border:none;border-radius:unset;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;display:block}.components-tab-panel__tab-content .wp-block-vk-blocks-icon-card .vk_icon-card_item_title a,.edit-post-visual-editor .wp-block-vk-blocks-icon-card .vk_icon-card_item_title a{color:var(--vk-color-text-body)}.components-tab-panel__tab-content h1:first-child.vk_prBlocks_item_title,.edit-post-visual-editor h1:first-child.vk_prBlocks_item_title{margin-top:.9em}.components-tab-panel__tab-content .vk_prContent_colTxt_title,.edit-post-visual-editor .vk_prContent_colTxt_title{border:none}.components-tab-panel__tab-content .vk_prContent_colTxt_title::after,.edit-post-visual-editor .vk_prContent_colTxt_title::after{display:none}.components-tab-panel__tab-content .postList_itemCard_button-option,.edit-post-visual-editor .postList_itemCard_button-option{margin-bottom:5px}.components-tab-panel__tab-content .vk_post_imgOuter,.edit-post-visual-editor .vk_post_imgOuter{position:relative}.components-tab-panel__tab-content .vk_post_imgOuter .components-button,.edit-post-visual-editor .vk_post_imgOuter .components-button{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);transition:all 1s}.components-tab-panel__tab-content .vk_post_imgOuter .button-delete,.edit-post-visual-editor .vk_post_imgOuter .button-delete{opacity:0;border:1px solid #b52727;color:#b52727;transition:all 1s}.components-tab-panel__tab-content .vk_post_imgOuter .button-delete:hover,.edit-post-visual-editor .vk_post_imgOuter .button-delete:hover{background-color:#b52727;color:#fff}.components-tab-panel__tab-content .vk_post_imgOuter:hover .button-delete,.edit-post-visual-editor .vk_post_imgOuter:hover .button-delete{transition:all 1s;opacity:1}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit,.edit-post-visual-editor .vk_posts>.vk_posts-edit{width:100%}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__layout,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__layout,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__layout,.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__layout{display:flex;flex-wrap:wrap;padding:0;width:100%}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block,.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block{margin:0 15px 30px;padding:0}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block.has-background,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block.has-background,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block.has-background,.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block.has-background{padding:1.25em 2.375em}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block .block-editor-block-list__block-edit,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block .block-editor-block-list__block-edit,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block .block-editor-block-list__block-edit,.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block .block-editor-block-list__block-edit{margin:0;height:100%}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block div[data-block],.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block div[data-block],.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block div[data-block],.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block div[data-block]{margin:0;height:100%}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block>.vk_post,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block>.vk_post,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block>.vk_post,.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block>.vk_post{width:100%;height:100%;margin-top:0}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block{border:1px dashed #ccc;margin:0 15px 30px;padding:0;min-height:100px}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block:hover,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block:hover,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block:hover,.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block:hover{border-style:solid;border-color:#007cba}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block .block-editor-button-block-appender,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block .block-editor-button-block-appender,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block .block-editor-button-block-appender,.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block .block-editor-button-block-appender{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block .block-editor-inner-blocks .block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block .block-editor-inner-blocks .block-list-appender.wp-block,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block .block-editor-inner-blocks .block-list-appender.wp-block,.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block .block-editor-inner-blocks .block-list-appender.wp-block{border:unset;border-radius:unset;margin:unset;padding:unset}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-2 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-3 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-4 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-6 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-12 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-12 .editor-block-list__block{width:calc(100% - 30px)}@media (min-width:576px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-2 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-3 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-4 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-6 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-12 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:768px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-2 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-3 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-4 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-6 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-12 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:992px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-2 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-3 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-4 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-6 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-12 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-2 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-3 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-4 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-6 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-12 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-2 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-2 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-2 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-2 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-3 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-3 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-3 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-3 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-4 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-4 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-4 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-4 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-6 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-6 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-6 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-6 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-12 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-12 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-12 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-12 .block-editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-12 .editor-block-list__block{width:calc(100% - 30px)}}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout{border:none;display:flex;flex-direction:row;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-list-appender,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-list-appender{height:100px}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout{display:unset;flex-direction:unset;flex-wrap:unset}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout.wp-block-social-links,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout.wp-block-social-links{display:flex;flex-direction:row;flex-wrap:wrap}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block{flex:inherit;margin:0 15px 15px;padding:0;outline:1px dashed #ccc;transition:1s}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:active,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:focus,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:hover,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:active,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:focus,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:hover{outline:1px solid #555d66}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block .wp-block-vk-blocks-grid-column-item,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block .wp-block-vk-blocks-grid-column-item{padding:0;width:100%}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2+.block-list-appender.wp-block{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3+.block-list-appender.wp-block{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4+.block-list-appender.wp-block{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6+.block-list-appender.wp-block{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12+.block-list-appender.wp-block{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}@media (min-width:576px){.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2+.block-list-appender.wp-block{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3+.block-list-appender.wp-block{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4+.block-list-appender.wp-block{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6+.block-list-appender.wp-block{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12+.block-list-appender.wp-block{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:768px){.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2+.block-list-appender.wp-block{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3+.block-list-appender.wp-block{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4+.block-list-appender.wp-block{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6+.block-list-appender.wp-block{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12+.block-list-appender.wp-block{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:992px){.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2+.block-list-appender.wp-block{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3+.block-list-appender.wp-block{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4+.block-list-appender.wp-block{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6+.block-list-appender.wp-block{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12+.block-list-appender.wp-block{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:1200px){.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2+.block-list-appender.wp-block{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3+.block-list-appender.wp-block{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4+.block-list-appender.wp-block{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6+.block-list-appender.wp-block{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12+.block-list-appender.wp-block{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:1200px){.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-2,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-2+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-2,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-2+.block-list-appender.wp-block{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-3,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-3+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-3,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-3+.block-list-appender.wp-block{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-4,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-4+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-4,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-4+.block-list-appender.wp-block{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-6,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-6+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-6,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-6+.block-list-appender.wp-block{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-12,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-12+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-12,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-12+.block-list-appender.wp-block{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-vk-blocks-grid-column-item+.block-list-appender.wp-block,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-vk-blocks-grid-column-item+.block-list-appender.wp-block{border:1px dashed #ccc;margin:0 15px 15px}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-vk-blocks-grid-column-item+.block-list-appender.wp-block:hover,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-vk-blocks-grid-column-item+.block-list-appender.wp-block:hover{border-style:solid;border-color:#007cba}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-vk-blocks-grid-column-item+.block-list-appender.wp-block .block-editor-button-block-appender,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-vk-blocks-grid-column-item+.block-list-appender.wp-block .block-editor-button-block-appender{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-list-appender,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-list-appender{width:100%}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column div[data-type="vk-blocks/grid-column-item"],.edit-post-visual-editor .wp-block-vk-blocks-grid-column div[data-type="vk-blocks/grid-column-item"]{min-height:30px}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .block-editor-block-list__layout,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .block-editor-block-list__layout{margin-left:0;margin-right:0}.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=left],.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=right],.edit-post-visual-editor .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=left],.edit-post-visual-editor .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=right]{height:auto}.components-tab-panel__tab-content .vk_edit_hidden_warning,.edit-post-visual-editor .vk_edit_hidden_warning{opacity:.4}.components-tab-panel__tab-content .vk_edit_hidden_all,.edit-post-visual-editor .vk_edit_hidden_all{opacity:.2}.components-tab-panel__tab-content .vk_icon-card_item_title,.edit-post-visual-editor .vk_icon-card_item_title{background-color:transparent;margin-top:.9em;margin-bottom:.6em;font-size:21px;line-height:1.4em;border:none;border-radius:unset;padding:0;outline:unset;outline-offset:unset;box-shadow:unset;color:inherit;display:block}.components-tab-panel__tab-content .vk_icon-card_item_title::before,.edit-post-visual-editor .vk_icon-card_item_title::before{content:none}.components-tab-panel__tab-content .vk_icon-card_item_title::after,.edit-post-visual-editor .vk_icon-card_item_title::after{border:none}.components-tab-panel__tab-content .wp-block.vk_posts,.components-tab-panel__tab-content .wp-block.vk_prBlocks,.edit-post-visual-editor .wp-block.vk_posts,.edit-post-visual-editor .wp-block.vk_prBlocks{margin-left:auto;margin-right:auto}.components-tab-panel__tab-content .vk_tableOfContents_openCloseBtn,.edit-post-visual-editor .vk_tableOfContents_openCloseBtn{display:block}.components-tab-panel__tab-content .vk_hidden,.edit-post-visual-editor .vk_hidden{display:block!important;color:var(--blue)}.components-tab-panel__tab-content .vk_hidden.vk_posts,.edit-post-visual-editor .vk_hidden.vk_posts{display:flex!important}@media (max-width:575.98px){.components-tab-panel__tab-content .vk_hidden-xs,.edit-post-visual-editor .vk_hidden-xs{display:block!important}.components-tab-panel__tab-content .vk_hidden-xs.vk_posts,.edit-post-visual-editor .vk_hidden-xs.vk_posts{display:flex!important}}@media (min-width:576px) and (max-width:767.98px){.components-tab-panel__tab-content .vk_hidden-sm,.edit-post-visual-editor .vk_hidden-sm{display:block!important}.components-tab-panel__tab-content .vk_hidden-sm.vk_posts,.edit-post-visual-editor .vk_hidden-sm.vk_posts{display:flex!important}}@media (min-width:768px) and (max-width:991.98px){.components-tab-panel__tab-content .vk_hidden-md,.edit-post-visual-editor .vk_hidden-md{display:block!important}.components-tab-panel__tab-content .vk_hidden-md.vk_posts,.edit-post-visual-editor .vk_hidden-md.vk_posts{display:flex!important}}@media (min-width:992px) and (max-width:1199.98px){.components-tab-panel__tab-content .vk_hidden-lg,.edit-post-visual-editor .vk_hidden-lg{display:block!important}.components-tab-panel__tab-content .vk_hidden-lg.vk_posts,.edit-post-visual-editor .vk_hidden-lg.vk_posts{display:flex!important}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_hidden-xl,.edit-post-visual-editor .vk_hidden-xl{display:block!important}.components-tab-panel__tab-content .vk_hidden-xl.vk_posts,.edit-post-visual-editor .vk_hidden-xl.vk_posts{display:flex!important}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_hidden-xxl,.edit-post-visual-editor .vk_hidden-xxl{display:block!important}.components-tab-panel__tab-content .vk_hidden-xxl.vk_posts,.edit-post-visual-editor .vk_hidden-xxl.vk_posts{display:flex!important}}
1
+ .edit-post-visual-editor .vk_card_item .block-editor-inner-blocks .block-editor-block-list__layout .wp-block.wp-social-link,.edit-post-visual-editor .wp-block-social-links .wp-block.wp-social-link{width:auto;margin:0 8px .8em 0}.edit-post-visual-editor .editor-styles-wrapper .wp-block-image figcaption{display:block}.edit-post-visual-editor .editor-styles-wrapper ul li,.edit-post-visual-editor .editor-styles-wrapper ol li{margin:calc( var(--vk-size-text) * 0.8 ) 0}:root{--vk-width-couter-col-3: 25%;--vk-width-couter-col-4: 33.3%;--vk-width-couter-col-6: 50%;--vk-width-couter-col-12: 100%}/*!
2
  * Bootstrap v4.5.0 (https://getbootstrap.com/)
3
  * Copyright 2011-2020 The Bootstrap Authors
4
  * Copyright 2011-2020 Twitter, Inc.
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6
+ */.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.vk_block_icon_pro{fill:#c00}.editor-block-list-item-vk-blocks-select-post-list:after,.editor-block-list-item-vk-blocks-accordion:after,.editor-block-list-item-vk-blocks-slider:after,.editor-block-list-item-vk-blocks-animation:after,.editor-block-list-item-vk-blocks-button-outer:after,.editor-block-list-item-vk-blocks-card:after,.editor-block-list-item-vk-blocks-child-page:after,.editor-block-list-item-vk-blocks-timeline:after,.editor-block-list-item-vk-blocks-step:after,.editor-block-list-item-vk-blocks-outer:after,.editor-block-list-item-vk-blocks-post-list:after,.editor-block-list-item-vk-blocks-table-of-contents:after,.editor-block-list-item-vk-blocks-table-of-contents-new:after,.editor-block-list-item-vk-blocks-simple-table:after,.editor-block-list-item-vk-blocks-grid-column:after,.editor-block-list-item-vk-blocks-icon-card:after{position:absolute;top:0;right:0;content:"Pro";display:inline-block;font-size:10px;line-height:1;color:#fff;background-color:#cd3034;border-radius:2px;padding:3px 4px}.block-prop-title{font-weight:bold}.components-panel h4{font-size:16px}.components-panel__body .components-base-control__label{display:block}.components-button.block-editor-block-switcher__toggle{overflow:hidden}input[type=range]{margin:1px}button.image-button:not(.button-delete){height:100%}.components-base-control__title{padding-bottom:3px;border-bottom:1px solid #ccc;margin-bottom:1em;display:block}.components-base-control__help{margin-top:0}.components-radio-control__option label{margin-bottom:0}.components-checkbox-control__label{margin-bottom:0}.components-color-palette{display:block;overflow:hidden}.editor-url-input input[type=text]{width:100%}.vkb-menu__template-part .block-editor-block-preview__content{left:50% !important;margin-left:-50% !important}.vkb-menu__template-part__button{padding:0;width:100%;height:auto}.vkb-menu__template-part .vkb-menu__template-part__card__container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:none}.vkb-menu__template-part .vkb-menu__template-part__card__container div[class*=vk_outer-bgPosition-]{background-attachment:unset !important}.vkb-menu__template-part .vkb-menu__template-part__card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;margin:0 0 .5em;cursor:pointer;width:90%;padding:0;background:#fff;-webkit-transition:all .35s ease;transition:all .35s ease;border:none}.vkb-menu__template-part .vkb-menu__template-part__card .editor-styles-wrapper .block-editor-block-list__block{margin-top:0;margin-bottom:0}.vkb-menu__template-part .vkb-menu__template-part__card .content{width:100%;max-width:100%}.vkb-menu__template-part .vkb-menu__template-part__card .content h6{color:#666;font-weight:600;text-transform:uppercase;margin:0 0 1em;letter-spacing:2px;text-align:center}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content{overflow:auto;border-radius:5px;border:1px solid #e5e5e5}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content div.inner{color:#6e6e70;line-height:1.4em;overflow:hidden}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content .edit-post-visual-editor{position:initial;padding-top:0}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content:hover{border:1px solid #007cba}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content .block-editor-block-preview__content{width:720px !important;-webkit-transform:scale(0.35) !important;transform:scale(0.35) !important}.vkb-menu__template-part .vkb-menu__template-part__card .content:hover .logo{margin-bottom:.5em}.vkb-menu__template-part .vkb-menu__template-part__card .content:hover .hover_content{max-height:none;height:100%;-webkit-transform:none;transform:none}.vkb-menu__template-part .vkb-menu__template-part__card .content:hover .hover_content .inner{width:100%;height:auto}.vkb-menu__template-part__button #vkb-menu__template-part__card0 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card1 .inner{height:50px}.vkb-menu__template-part__button #vkb-menu__template-part__card2 .inner{height:120px}.vkb-menu__template-part__button #vkb-menu__template-part__card3 .inner{height:92px}.vkb-menu__template-part__button #vkb-menu__template-part__card4 .inner{height:73px}.vkb-menu__template-part__button #vkb-menu__template-part__card5 .inner{height:95px}.vkb-menu__template-part__button #vkb-menu__template-part__card6 .inner{height:115px}.vkb-menu__template-part__button #vkb-menu__template-part__card7 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card8 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card9 .inner{height:75px}.vkb-menu__template-part__button #vkb-menu__template-part__card10 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card11 .inner{height:65px}.vk-blocks-advanced-popover-control .components-popover__content{min-width:260px;margin-left:-46px !important;padding:20px 15px}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list{margin-top:5px}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option{border:1px solid #666;width:38px;height:38px;border-radius:3px;margin-right:7px;position:relative}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option input{display:none}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option .svg-inline--fa,.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option i{font-size:1.5em;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.wp-block[data-type="vk-blocks/balloon"]::after{content:"";display:block;clear:both}.vk_balloon figure,.vk_balloon p.wp-block{width:100%}.vk_balloon_icon button.image-button{height:auto}.icon-image-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.icon-image-list div{width:calc((100% - (10px * 4)) / 5);margin:5px}.icon-image-list div:nth-child(5n+1){margin-left:0}.icon-image-list div:nth-child(5n){margin-right:0}.wp-core-ui .icon-image-list .button.button-large{padding:0;margin:0;width:40px;height:40px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.wp-core-ui .icon-image-list .button.button-large img{width:38px;height:38px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.wp-block-vk-blocks-button.block-editor-block-list__block.wp-block.vk_button.vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.vk_button .btn.has-vk-color-primary-background-color{background-color:var(--vk-color-primary)}.vk_button .btn.has-vk-color-secondary-background-color{background-color:#6c757d}.vk_button .btn.has-vk-color-success-background-color{background-color:#28a745}.vk_button .btn.has-vk-color-info-background-color{background-color:#17a2b8}.vk_button .btn.has-vk-color-warning-background-color{background-color:#ffc107}.vk_button .btn.has-vk-color-danger-background-color{background-color:#dc3545}.vk_button .btn.has-vk-color-light-background-color{background-color:#f8f9fa}.vk_button .btn.has-vk-color-dark-background-color{background-color:#343a40}.vk_button .btn.has-vk-color-primary-color{color:var(--vk-color-primary)}.vk_button .btn.has-vk-color-secondary-color{color:#6c757d}.vk_button .btn.has-vk-color-success-color{color:#28a745}.vk_button .btn.has-vk-color-info-color{color:#17a2b8}.vk_button .btn.has-vk-color-warning-color{color:#ffc107}.vk_button .btn.has-vk-color-danger-color{color:#dc3545}.vk_button .btn.has-vk-color-light-color{color:#f8f9fa}.vk_button .btn.has-vk-color-dark-color{color:#343a40}.vk_button .has-background{color:#fff}.vk_button .has-background.has-vk-color-light-background-color,.vk_button .has-background.has-white-background-color{color:#212529}.editor-styles-wrapper .wp-block-table tfoot{border-top:1px solid var(--vk-color-border-hr)}.vk_borderBox_body>.block-editor-inner-blocks>.block-editor-block-list__layout>*:first-child{margin-top:0}.vk_borderBox_body>.block-editor-inner-blocks>.block-editor-block-list__layout>*:last-child{margin-bottom:0}.vk_icon.wp-block{margin-top:0;margin-bottom:0}.components-panel__body .vk_icon_custombox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.components-panel__body .vk_icon_custombox_number{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;margin-left:8px;height:30px}.components-panel__body .vk_icon_custombox_number input{height:30px;min-height:30px}.components-panel__body .vk_icon_custombox_unit{width:64px !important;margin-left:8px}.components-panel__body .vk_icon_custombox_reset.is-secondary{height:30px;margin-left:8px}.vk_icons .block-editor-inner-blocks{width:100%}.vk_icons .vk_icons_col{display:block;margin-left:0}.vk_icons .vk_icons_col .block-editor-block-list__layout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;clear:both;margin-left:-8px}.vk_icons .vk_icons_col .block-editor-block-list__layout .vk_icon{margin:4px 0 4px 8px}.vk_icons .vk_icons_col-justify-left .block-editor-block-list__layout{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.vk_icons .vk_icons_col-justify-center .block-editor-block-list__layout{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vk_icons .vk_icons_col-justify-right .block-editor-block-list__layout{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.vk_icons .vk_icons_col-justify-space-between .block-editor-block-list__layout{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vk_buttons .block-editor-inner-blocks{width:100%}.vk_buttons .vk_buttons_col{display:block;margin-left:0}.vk_buttons .vk_buttons_col .block-editor-block-list__layout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;clear:both;margin-left:-8px}.vk_buttons .vk_buttons_col .block-editor-block-list__layout .vk_button{margin:4px 0 4px 8px}.vk_buttons .vk_buttons_col-justify-left .block-editor-block-list__layout{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.vk_buttons .vk_buttons_col-justify-center .block-editor-block-list__layout{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vk_buttons .vk_buttons_col-justify-right .block-editor-block-list__layout{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.vk_buttons .vk_buttons_col-justify-space-between .block-editor-block-list__layout{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vk_outer_sidebar_bgImage{position:relative}.vk_outer_sidebar_bgImage .components-button{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);-webkit-transition:all 1s;transition:all 1s}.vk_outer_sidebar_bgImage .button-delete{opacity:0;border:1px solid #d33;color:#d33;-webkit-transition:all 1s;transition:all 1s}.vk_outer_sidebar_bgImage .button-delete:hover{background-color:#d33;border:1px solid #b72a2a;color:#fff}.vk_outer_sidebar_bgImage:hover .button-delete{-webkit-transition:all 1s;transition:all 1s;opacity:1}.vk_slider_item_sidebar_bgImage_button_container img{min-width:248px}.mb-2+div.components-toolbar{margin-top:0 !important}.edit-post-visual-editor .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.edit-post-visual-editor .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block,.components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block{max-width:100%}.edit-post-visual-editor .vk_width-full div[data-type="vk-blocks/slider-item"],.components-tab-panel__tab-content .vk_width-full div[data-type="vk-blocks/slider-item"]{max-width:100%}.edit-post-visual-editor .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-use .wp-block,.edit-post-visual-editor .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-zero .wp-block,.components-tab-panel__tab-content .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-use .wp-block,.components-tab-panel__tab-content .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-zero .wp-block{max-width:100%}.is-sidebar-opened .edit-post-visual-editor .vk_outer-width-full.vk_outer-paddingLR-use,.is-sidebar-opened .edit-post-visual-editor .vk_outer-width-full.vk_outer-paddingLR-zero,.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-use,.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-zero{margin-left:calc( 50% - 50vw + 140px );margin-right:calc( 50% - 50vw + 140px )}.is-sidebar-opened .edit-post-visual-editor .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.is-sidebar-opened .edit-post-visual-editor .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block,.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block{max-width:100%}.is-sidebar-opened .edit-post-visual-editor .vk_slider.vk_width-full,.is-sidebar-opened .components-tab-panel__tab-content .vk_slider.vk_width-full{margin-left:calc( 50% - 50vw + 140px );margin-right:calc( 50% - 50vw + 140px );padding-right:0;padding-left:0;width:calc( 100vw - 280px )}.edit-post-visual-editor .vk_spacer,.edit-post-visual-editor .vk_slider,.edit-post-visual-editor .vk_slider_item,.edit-post-visual-editor .vk_animation,.components-tab-panel__tab-content .vk_spacer,.components-tab-panel__tab-content .vk_slider,.components-tab-panel__tab-content .vk_slider_item,.components-tab-panel__tab-content .vk_animation{border:1px dotted #ccc}.edit-post-visual-editor .vk_slider_item,.components-tab-panel__tab-content .vk_slider_item{min-height:3em}.edit-post-visual-editor .vk_slider_item .block-editor-inner-blocks,.components-tab-panel__tab-content .vk_slider_item .block-editor-inner-blocks{width:100%}.edit-post-visual-editor div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent,.components-tab-panel__tab-content div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent{border:1px dotted #ccc;opacity:.5}.edit-post-visual-editor div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent_editBtn,.components-tab-panel__tab-content div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent_editBtn{position:absolute;z-index:9999;top:-3em;right:0}.edit-post-visual-editor .vk_selectPostList-edit .block-editor-inner-blocks,.components-tab-panel__tab-content .vk_selectPostList-edit .block-editor-inner-blocks{width:100%}.edit-post-visual-editor .vk_selectPostList-edit .block-editor-block-list__layout,.components-tab-panel__tab-content .vk_selectPostList-edit .block-editor-block-list__layout{margin-left:-15px;margin-right:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;clear:both}.edit-post-visual-editor .vk_selectPostList-edit .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit .wp-block{margin-left:15px;margin-right:15px}.edit-post-visual-editor .vk_selectPostList-edit .wp-block>div,.edit-post-visual-editor .vk_selectPostList-edit .wp-block .vk_post,.components-tab-panel__tab-content .vk_selectPostList-edit .wp-block>div,.components-tab-panel__tab-content .vk_selectPostList-edit .wp-block .vk_post{width:100%;margin:0;height:100%}.edit-post-visual-editor .vk_selectPostList-edit .block-list-appender.wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit .block-list-appender.wp-block{border:1px solid #ccc;min-height:4em}.edit-post-visual-editor .vk_selectPostList-edit .block-list-appender.wp-block .block-editor-button-block-appender,.components-tab-panel__tab-content .vk_selectPostList-edit .block-list-appender.wp-block .block-editor-button-block-appender{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.edit-post-visual-editor .vk_selectPostList-edit-col-12 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-12 .wp-block{width:calc(100% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-6 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-6 .wp-block{width:calc(50% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-4 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-4 .wp-block{width:calc(33.3333% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-3 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-3 .wp-block{width:calc(25% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-2 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-2 .wp-block{width:calc(16.6667% - 30px)}@media(min-width: 576px){.edit-post-visual-editor .vk_selectPostList-edit-col-sm-12 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-sm-12 .wp-block{width:calc(100% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-sm-6 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-sm-6 .wp-block{width:calc(50% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-sm-4 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-sm-4 .wp-block{width:calc(33.3333% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-sm-3 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-sm-3 .wp-block{width:calc(25% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-sm-2 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-sm-2 .wp-block{width:calc(16.6667% - 30px)}}@media(min-width: 768px){.edit-post-visual-editor .vk_selectPostList-edit-col-md-12 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-md-12 .wp-block{width:calc(100% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-md-6 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-md-6 .wp-block{width:calc(50% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-md-4 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-md-4 .wp-block{width:calc(33.3333% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-md-3 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-md-3 .wp-block{width:calc(25% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-md-2 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-md-2 .wp-block{width:calc(16.6667% - 30px)}}@media(min-width: 992px){.edit-post-visual-editor .vk_selectPostList-edit-col-lg-12 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-lg-12 .wp-block{width:calc(100% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-lg-6 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-lg-6 .wp-block{width:calc(50% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-lg-4 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-lg-4 .wp-block{width:calc(33.3333% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-lg-3 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-lg-3 .wp-block{width:calc(25% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-lg-2 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-lg-2 .wp-block{width:calc(16.6667% - 30px)}}@media(min-width: 1200px){.edit-post-visual-editor .vk_selectPostList-edit-col-xl-12 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-xl-12 .wp-block{width:calc(100% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-xl-6 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-xl-6 .wp-block{width:calc(50% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-xl-4 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-xl-4 .wp-block{width:calc(33.3333% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-xl-3 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-xl-3 .wp-block{width:calc(25% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-xl-2 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-xl-2 .wp-block{width:calc(16.6667% - 30px)}}@media(min-width: 1400px){.edit-post-visual-editor .vk_selectPostList-edit-col-xxl-12 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-xxl-12 .wp-block{width:calc(100% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-xxl-6 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-xxl-6 .wp-block{width:calc(50% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-xxl-4 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-xxl-4 .wp-block{width:calc(33.3333% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-xxl-3 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-xxl-3 .wp-block{width:calc(25% - 30px)}.edit-post-visual-editor .vk_selectPostList-edit-col-xxl-2 .wp-block,.components-tab-panel__tab-content .vk_selectPostList-edit-col-xxl-2 .wp-block{width:calc(16.6667% - 30px)}}.edit-post-visual-editor .vk_animation,.components-tab-panel__tab-content .vk_animation{border:1px dashed #ccc;min-height:3em}.edit-post-visual-editor .vk_animation.wp-block-vk-blocks-animation,.components-tab-panel__tab-content .vk_animation.wp-block-vk-blocks-animation{opacity:1}.edit-post-visual-editor .vk_animation:before,.components-tab-panel__tab-content .vk_animation:before{position:absolute;right:0;top:0;font-size:10px;background:#eee;padding:.2em .6em;z-index:1000}.edit-post-visual-editor .vk_animation.vk_animation-fade-in,.components-tab-panel__tab-content .vk_animation.vk_animation-fade-in{left:0}.edit-post-visual-editor .vk_animation.vk_animation-fade-in:before,.components-tab-panel__tab-content .vk_animation.vk_animation-fade-in:before{content:"Fade in"}.edit-post-visual-editor .vk_animation.vk_animation-up-down,.components-tab-panel__tab-content .vk_animation.vk_animation-up-down{right:0;left:0}.edit-post-visual-editor .vk_animation.vk_animation-up-down:before,.components-tab-panel__tab-content .vk_animation.vk_animation-up-down:before{content:"Up Down"}.edit-post-visual-editor .vk_animation.vk_animation-left-right,.components-tab-panel__tab-content .vk_animation.vk_animation-left-right{right:0;left:0}.edit-post-visual-editor .vk_animation.vk_animation-left-right:before,.components-tab-panel__tab-content .vk_animation.vk_animation-left-right:before{content:"Left Right"}.edit-post-visual-editor .vk_animation.vk_animation-trembling-x,.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-x{right:0;left:0}.edit-post-visual-editor .vk_animation.vk_animation-trembling-x:before,.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-x:before{content:"Trembring X"}.edit-post-visual-editor .vk_animation.vk_animation-trembling-y,.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-y{right:0;left:0}.edit-post-visual-editor .vk_animation.vk_animation-trembling-y:before,.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-y:before{content:"Trembring Y"}.edit-post-visual-editor .vk_animation.vk_animation-pounding,.components-tab-panel__tab-content .vk_animation.vk_animation-pounding{right:0;left:0}.edit-post-visual-editor .vk_animation.vk_animation-pounding:before,.components-tab-panel__tab-content .vk_animation.vk_animation-pounding:before{content:"Pounding"}.edit-post-visual-editor .vk_animation.vk_animation-shaking,.components-tab-panel__tab-content .vk_animation.vk_animation-shaking{right:0;left:0}.edit-post-visual-editor .vk_animation.vk_animation-shaking:before,.components-tab-panel__tab-content .vk_animation.vk_animation-shaking:before{content:"Shaking"}.edit-post-visual-editor .vk_animation.vk_animation-slow-shaking,.components-tab-panel__tab-content .vk_animation.vk_animation-slow-shaking{right:0;left:0}.edit-post-visual-editor .vk_animation.vk_animation-slow-shaking:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slow-shaking:before{content:"Slow Shaking"}.edit-post-visual-editor .vk_animation.vk_animation-slide-left.vk_animation-range-short,.edit-post-visual-editor .vk_animation.vk_animation-slide-left.vk_animation-range-normal,.edit-post-visual-editor .vk_animation.vk_animation-slide-left.vk_animation-range-long,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-short,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-normal,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-long{right:0}.edit-post-visual-editor .vk_animation.vk_animation-slide-left.vk_animation-range-short:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-left.vk_animation-range-normal:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-left.vk_animation-range-long:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-short:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-normal:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-long:before{content:"Slide left"}.edit-post-visual-editor .vk_animation.vk_animation-slide-right.vk_animation-range-short,.edit-post-visual-editor .vk_animation.vk_animation-slide-right.vk_animation-range-normal,.edit-post-visual-editor .vk_animation.vk_animation-slide-right.vk_animation-range-long,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-short,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-normal,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-long{right:0;left:0}.edit-post-visual-editor .vk_animation.vk_animation-slide-right.vk_animation-range-short:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-right.vk_animation-range-normal:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-right.vk_animation-range-long:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-short:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-normal:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-long:before{content:"Slide right"}.edit-post-visual-editor .vk_animation.vk_animation-slide-up.vk_animation-range-short,.edit-post-visual-editor .vk_animation.vk_animation-slide-up.vk_animation-range-normal,.edit-post-visual-editor .vk_animation.vk_animation-slide-up.vk_animation-range-long,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-short,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-normal,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-long{top:0}.edit-post-visual-editor .vk_animation.vk_animation-slide-up.vk_animation-range-short:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-up.vk_animation-range-normal:before,.edit-post-visual-editor .vk_animation.vk_animation-slide-up.vk_animation-range-long:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-short:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-normal:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-long:before{content:"Slide up"}.edit-post-visual-editor .wp-block-vk-blocks-icon-card .vk_icon-card_item_title,.components-tab-panel__tab-content .wp-block-vk-blocks-icon-card .vk_icon-card_item_title{background-color:transparent;margin-top:.9em;margin-bottom:.6em;font-size:21px;line-height:1.4em;border:none;border-radius:unset;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;display:block}.edit-post-visual-editor .wp-block-vk-blocks-icon-card .vk_icon-card_item_title a,.components-tab-panel__tab-content .wp-block-vk-blocks-icon-card .vk_icon-card_item_title a{color:var(--vk-color-text-body)}.edit-post-visual-editor h1:first-child.vk_prBlocks_item_title,.components-tab-panel__tab-content h1:first-child.vk_prBlocks_item_title{margin-top:.9em}.edit-post-visual-editor .vk_prContent_colTxt_title,.components-tab-panel__tab-content .vk_prContent_colTxt_title{border:none}.edit-post-visual-editor .vk_prContent_colTxt_title::after,.components-tab-panel__tab-content .vk_prContent_colTxt_title::after{display:none}.edit-post-visual-editor .postList_itemCard_button-option,.components-tab-panel__tab-content .postList_itemCard_button-option{margin-bottom:5px}.edit-post-visual-editor .vk_post_imgOuter,.components-tab-panel__tab-content .vk_post_imgOuter{position:relative}.edit-post-visual-editor .vk_post_imgOuter .components-button,.components-tab-panel__tab-content .vk_post_imgOuter .components-button{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);-webkit-transition:all 1s;transition:all 1s}.edit-post-visual-editor .vk_post_imgOuter .button-delete,.components-tab-panel__tab-content .vk_post_imgOuter .button-delete{opacity:0;border:1px solid #b52727;color:#b52727;-webkit-transition:all 1s;transition:all 1s}.edit-post-visual-editor .vk_post_imgOuter .button-delete:hover,.components-tab-panel__tab-content .vk_post_imgOuter .button-delete:hover{background-color:#b52727;color:#fff}.edit-post-visual-editor .vk_post_imgOuter:hover .button-delete,.components-tab-panel__tab-content .vk_post_imgOuter:hover .button-delete{-webkit-transition:all 1s;transition:all 1s;opacity:1}.edit-post-visual-editor .vk_posts>.vk_posts-edit,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit{width:100%}.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__layout,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__layout,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__layout,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__layout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;width:100%}.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block{margin:0 15px 30px;padding:0}.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block.has-background,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block.has-background,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block.has-background,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block.has-background{padding:1.25em 2.375em}.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block .block-editor-block-list__block-edit,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block .block-editor-block-list__block-edit,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block .block-editor-block-list__block-edit,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block .block-editor-block-list__block-edit{margin:0;height:100%}.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block div[data-block],.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block div[data-block],.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block div[data-block],.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block div[data-block]{margin:0;height:100%}.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block>.vk_post,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block>.vk_post,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block>.vk_post,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block>.vk_post{width:100%;height:100%;margin-top:0}.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block{border:1px dashed #ccc;margin:0 15px 30px;padding:0;min-height:100px}.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block:hover,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block:hover,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block:hover,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block:hover{border-style:solid;border-color:#007cba}.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block .block-editor-button-block-appender,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block .block-editor-button-block-appender,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block .block-editor-button-block-appender,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block .block-editor-button-block-appender{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.edit-post-visual-editor .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block .block-editor-inner-blocks .block-list-appender.wp-block,.edit-post-visual-editor .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block .block-editor-inner-blocks .block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block+.block-list-appender.wp-block .block-editor-inner-blocks .block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block+.block-list-appender.wp-block .block-editor-inner-blocks .block-list-appender.wp-block{border:unset;border-radius:unset;margin:unset;padding:unset}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-2 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-2 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(16.66% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-3 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-3 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(25% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-4 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-4 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(33.3% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-6 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-6 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(50% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-12 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-12 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(100% - 30px)}@media(min-width: 576px){.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-2 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-2 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(16.66% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-3 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-3 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(25% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-4 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-4 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(33.3% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-6 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-6 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(50% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-12 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-12 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(100% - 30px)}}@media(min-width: 768px){.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-2 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-2 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(16.66% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-3 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-3 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(25% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-4 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-4 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(33.3% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-6 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-6 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(50% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-12 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-12 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(100% - 30px)}}@media(min-width: 992px){.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-2 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-2 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(16.66% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-3 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-3 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(25% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-4 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-4 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(33.3% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-6 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-6 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(50% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-12 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-12 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(100% - 30px)}}@media(min-width: 1200px){.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-2 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-2 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(16.66% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-3 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-3 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(25% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-4 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-4 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(33.3% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-6 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-6 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(50% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-12 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-12 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(100% - 30px)}}@media(min-width: 1200px){.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-2 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-2 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-2 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-2 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-2 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(16.66% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-3 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-3 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-3 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-3 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-3 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(25% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-4 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-4 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-4 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-4 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-4 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(33.3% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-6 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-6 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-6 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-6 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-6 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(50% - 30px)}.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-12 .editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-12 .block-editor-block-list__block,.edit-post-visual-editor .vk_posts .vk_posts-edit-col-xxl-12 .block-editor-block-list__block+.block-list-appender.wp-block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-12 .editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-12 .block-editor-block-list__block+.block-list-appender.wp-block{width:calc(100% - 30px)}}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout{border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-list-appender,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-list-appender{height:100px}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout{display:unset;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-ms-flex-wrap:unset;flex-wrap:unset}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout.wp-block-social-links,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout.wp-block-social-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;margin:0 15px 15px;padding:0;outline:1px dashed #ccc;-webkit-transition:1s;transition:1s}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:focus,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:active,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:hover,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:focus,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:active,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:hover{outline:1px solid #555d66}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block .wp-block-vk-blocks-grid-column-item,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block .wp-block-vk-blocks-grid-column-item{padding:0;width:100%}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2+.block-list-appender.wp-block{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3+.block-list-appender.wp-block{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4+.block-list-appender.wp-block{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6+.block-list-appender.wp-block{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12+.block-list-appender.wp-block{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}@media(min-width: 576px){.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2+.block-list-appender.wp-block{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3+.block-list-appender.wp-block{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4+.block-list-appender.wp-block{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6+.block-list-appender.wp-block{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12+.block-list-appender.wp-block{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media(min-width: 768px){.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2+.block-list-appender.wp-block{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3+.block-list-appender.wp-block{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4+.block-list-appender.wp-block{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6+.block-list-appender.wp-block{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12+.block-list-appender.wp-block{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media(min-width: 992px){.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2+.block-list-appender.wp-block{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3+.block-list-appender.wp-block{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4+.block-list-appender.wp-block{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6+.block-list-appender.wp-block{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12+.block-list-appender.wp-block{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media(min-width: 1200px){.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2+.block-list-appender.wp-block{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3+.block-list-appender.wp-block{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4+.block-list-appender.wp-block{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6+.block-list-appender.wp-block{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12+.block-list-appender.wp-block{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media(min-width: 1200px){.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-2,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-2+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-2,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-2+.block-list-appender.wp-block{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-3,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-3+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-3,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-3+.block-list-appender.wp-block{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-4,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-4+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-4,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-4+.block-list-appender.wp-block{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-6,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-6+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-6,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-6+.block-list-appender.wp-block{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-12,.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-12+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-12,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-12+.block-list-appender.wp-block{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-vk-blocks-grid-column-item+.block-list-appender.wp-block,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-vk-blocks-grid-column-item+.block-list-appender.wp-block{border:1px dashed #ccc;margin:0 15px 15px}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-vk-blocks-grid-column-item+.block-list-appender.wp-block:hover,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-vk-blocks-grid-column-item+.block-list-appender.wp-block:hover{border-style:solid;border-color:#007cba}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-vk-blocks-grid-column-item+.block-list-appender.wp-block .block-editor-button-block-appender,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-vk-blocks-grid-column-item+.block-list-appender.wp-block .block-editor-button-block-appender{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .block-list-appender,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .block-list-appender{width:100%}.edit-post-visual-editor .wp-block-vk-blocks-grid-column div[data-type="vk-blocks/grid-column-item"],.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column div[data-type="vk-blocks/grid-column-item"]{min-height:30px}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .block-editor-block-list__layout,.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .block-editor-block-list__layout{margin-left:0;margin-right:0}.edit-post-visual-editor .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=left],.edit-post-visual-editor .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=right],.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=left],.components-tab-panel__tab-content .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=right]{height:auto}.edit-post-visual-editor .vk_edit_hidden_warning,.components-tab-panel__tab-content .vk_edit_hidden_warning{opacity:.4}.edit-post-visual-editor .vk_edit_hidden_all,.components-tab-panel__tab-content .vk_edit_hidden_all{opacity:.2}.edit-post-visual-editor .vk_icon-card_item_title,.components-tab-panel__tab-content .vk_icon-card_item_title{background-color:transparent;margin-top:.9em;margin-bottom:.6em;font-size:21px;line-height:1.4em;border:none;border-radius:unset;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;color:inherit;display:block}.edit-post-visual-editor .vk_icon-card_item_title::before,.components-tab-panel__tab-content .vk_icon-card_item_title::before{content:none}.edit-post-visual-editor .vk_icon-card_item_title::after,.components-tab-panel__tab-content .vk_icon-card_item_title::after{border:none}.edit-post-visual-editor .wp-block.vk_prBlocks,.edit-post-visual-editor .wp-block.vk_posts,.components-tab-panel__tab-content .wp-block.vk_prBlocks,.components-tab-panel__tab-content .wp-block.vk_posts{margin-left:auto;margin-right:auto}.edit-post-visual-editor .vk_tableOfContents_openCloseBtn,.components-tab-panel__tab-content .vk_tableOfContents_openCloseBtn{display:block}.edit-post-visual-editor .vk_hidden,.components-tab-panel__tab-content .vk_hidden{display:block !important;color:var(--blue)}.edit-post-visual-editor .vk_hidden.vk_posts,.components-tab-panel__tab-content .vk_hidden.vk_posts{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}@media(max-width: 575.98px){.edit-post-visual-editor .vk_hidden-xs,.components-tab-panel__tab-content .vk_hidden-xs{display:block !important}.edit-post-visual-editor .vk_hidden-xs.vk_posts,.components-tab-panel__tab-content .vk_hidden-xs.vk_posts{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}@media(min-width: 576px)and (max-width: 767.98px){.edit-post-visual-editor .vk_hidden-sm,.components-tab-panel__tab-content .vk_hidden-sm{display:block !important}.edit-post-visual-editor .vk_hidden-sm.vk_posts,.components-tab-panel__tab-content .vk_hidden-sm.vk_posts{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}@media(min-width: 768px)and (max-width: 991.98px){.edit-post-visual-editor .vk_hidden-md,.components-tab-panel__tab-content .vk_hidden-md{display:block !important}.edit-post-visual-editor .vk_hidden-md.vk_posts,.components-tab-panel__tab-content .vk_hidden-md.vk_posts{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}@media(min-width: 992px)and (max-width: 1199.98px){.edit-post-visual-editor .vk_hidden-lg,.components-tab-panel__tab-content .vk_hidden-lg{display:block !important}.edit-post-visual-editor .vk_hidden-lg.vk_posts,.components-tab-panel__tab-content .vk_hidden-lg.vk_posts{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}@media(min-width: 1200px){.edit-post-visual-editor .vk_hidden-xl,.components-tab-panel__tab-content .vk_hidden-xl{display:block !important}.edit-post-visual-editor .vk_hidden-xl.vk_posts,.components-tab-panel__tab-content .vk_hidden-xl.vk_posts{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}@media(min-width: 1200px){.edit-post-visual-editor .vk_hidden-xxl,.components-tab-panel__tab-content .vk_hidden-xxl{display:block !important}.edit-post-visual-editor .vk_hidden-xxl.vk_posts,.components-tab-panel__tab-content .vk_hidden-xxl.vk_posts{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}
inc/vk-blocks/build/block-build.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-rich-text', 'wp-server-side-render'), 'version' => 'e2be2359ddd8da753b20f5e7283b13fe');
1
+ <?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-rich-text', 'wp-server-side-render'), 'version' => '9862e4b65d7cc981a1a0dc112c9cd73e');
inc/vk-blocks/build/block-build.css CHANGED
@@ -1,37 +1,19 @@
1
- :root{--vk-margin-elem:2rem}.text-nowrap{white-space:nowrap}:root{--vk-margin-sm: 1.5rem;--vk-margin-md: 2rem;--vk-margin-lg: 4rem}.vk_block-margin-sm{margin-top:var(--vk-margin-sm)}.vk_block-margin-md{margin-top:var(--vk-margin-md)}.vk_block-margin-lg{margin-top:var(--vk-margin-lg)}ul.is-style-vk-arrow-mark,ul.is-style-vk-triangle-mark,ul.is-style-vk-check-mark,ul.is-style-vk-check-circle-mark,ul.is-style-vk-check-square-mark,ul.is-style-vk-handpoint-mark,ul.is-style-vk-pencil-mark,ul.is-style-vk-smile-mark,ul.is-style-vk-frown-mark,ul.is-style-vk-numbered-circle-mark,ul.is-style-vk-numbered-square-mark,ol.is-style-vk-arrow-mark,ol.is-style-vk-triangle-mark,ol.is-style-vk-check-mark,ol.is-style-vk-check-circle-mark,ol.is-style-vk-check-square-mark,ol.is-style-vk-handpoint-mark,ol.is-style-vk-pencil-mark,ol.is-style-vk-smile-mark,ol.is-style-vk-frown-mark,ol.is-style-vk-numbered-circle-mark,ol.is-style-vk-numbered-square-mark{-webkit-padding-start:2em;padding-inline-start:2em}ul.is-style-vk-arrow-mark li,ul.is-style-vk-triangle-mark li,ul.is-style-vk-check-mark li,ul.is-style-vk-check-circle-mark li,ul.is-style-vk-check-square-mark li,ul.is-style-vk-handpoint-mark li,ul.is-style-vk-pencil-mark li,ul.is-style-vk-smile-mark li,ul.is-style-vk-frown-mark li,ul.is-style-vk-numbered-circle-mark li,ul.is-style-vk-numbered-square-mark li,ol.is-style-vk-arrow-mark li,ol.is-style-vk-triangle-mark li,ol.is-style-vk-check-mark li,ol.is-style-vk-check-circle-mark li,ol.is-style-vk-check-square-mark li,ol.is-style-vk-handpoint-mark li,ol.is-style-vk-pencil-mark li,ol.is-style-vk-smile-mark li,ol.is-style-vk-frown-mark li,ol.is-style-vk-numbered-circle-mark li,ol.is-style-vk-numbered-square-mark li{list-style:none;position:relative;margin-top:0;margin-left:0;margin:calc( var(--vk-size-text) * 0.8) 0;line-height:calc( var(--vk-size-text) * 1.65)}ul.is-style-vk-numbered-circle-mark,ol.is-style-vk-numbered-circle-mark{counter-reset:number;list-style-type:none}ul.is-style-vk-numbered-circle-mark li,ol.is-style-vk-numbered-circle-mark li{position:relative;list-style:none;padding-left:.5em}ul.is-style-vk-numbered-circle-mark li:before,ol.is-style-vk-numbered-circle-mark li:before{position:absolute;left:0;counter-increment:number;content:counter(number);margin-left:-1.8em;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;border-radius:50%;font-size:calc( var(--vk-size-text) * 1);line-height:calc( var(--vk-size-text) * 1.8);width:26px;height:26px;text-align:center}ul.is-style-vk-numbered-circle-mark li ul,ul.is-style-vk-numbered-circle-mark li ol,ol.is-style-vk-numbered-circle-mark li ul,ol.is-style-vk-numbered-circle-mark li ol{counter-reset:num_inner;content:counter(num_inner)}ul.is-style-vk-numbered-circle-mark li ul li:before,ul.is-style-vk-numbered-circle-mark li ol li:before,ol.is-style-vk-numbered-circle-mark li ul li:before,ol.is-style-vk-numbered-circle-mark li ol li:before{counter-increment:num_inner;content:counter(num_inner)}ul.is-style-vk-numbered-square-mark,ol.is-style-vk-numbered-square-mark{counter-reset:number;list-style-type:none}ul.is-style-vk-numbered-square-mark li,ol.is-style-vk-numbered-square-mark li{position:relative;list-style:none;padding-left:.5em}ul.is-style-vk-numbered-square-mark li:before,ol.is-style-vk-numbered-square-mark li:before{position:absolute;left:-0.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;font-size:calc( var(--vk-size-text) * 1);line-height:calc( var(--vk-size-text) * 1.8);width:26px;height:26px;text-align:center;border-radius:2px}ul.is-style-vk-numbered-square-mark li ul,ul.is-style-vk-numbered-square-mark li ol,ol.is-style-vk-numbered-square-mark li ul,ol.is-style-vk-numbered-square-mark li ol{counter-reset:num_inner;content:counter(num_inner)}ul.is-style-vk-numbered-square-mark li ul li:before,ul.is-style-vk-numbered-square-mark li ol li:before,ol.is-style-vk-numbered-square-mark li ul li:before,ol.is-style-vk-numbered-square-mark li ol li:before{counter-increment:num_inner;content:counter(num_inner)}ul.is-style-vk-numbered-circle-mark.fa-lg li::before,ul.is-style-vk-numbered-square-mark.fa-lg li::before,ol.is-style-vk-numbered-circle-mark.fa-lg li::before,ol.is-style-vk-numbered-square-mark.fa-lg li::before{left:-0.8em}ul.is-style-vk-numbered-circle-mark.fa-2x li,ul.is-style-vk-numbered-square-mark.fa-2x li,ol.is-style-vk-numbered-circle-mark.fa-2x li,ol.is-style-vk-numbered-square-mark.fa-2x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-2x li::before,ul.is-style-vk-numbered-square-mark.fa-2x li::before,ol.is-style-vk-numbered-circle-mark.fa-2x li::before,ol.is-style-vk-numbered-square-mark.fa-2x li::before{left:-1.1em}ul.is-style-vk-numbered-circle-mark.fa-3x li,ul.is-style-vk-numbered-square-mark.fa-3x li,ol.is-style-vk-numbered-circle-mark.fa-3x li,ol.is-style-vk-numbered-square-mark.fa-3x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-3x li::before,ul.is-style-vk-numbered-square-mark.fa-3x li::before,ol.is-style-vk-numbered-circle-mark.fa-3x li::before,ol.is-style-vk-numbered-square-mark.fa-3x li::before{left:-1.4em}ul.is-style-vk-numbered-circle-mark.fa-4x li,ul.is-style-vk-numbered-square-mark.fa-4x li,ol.is-style-vk-numbered-circle-mark.fa-4x li,ol.is-style-vk-numbered-square-mark.fa-4x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-4x li::before,ul.is-style-vk-numbered-square-mark.fa-4x li::before,ol.is-style-vk-numbered-circle-mark.fa-4x li::before,ol.is-style-vk-numbered-square-mark.fa-4x li::before{left:-1.5em}ul.is-style-vk-numbered-circle-mark.fa-5x li,ul.is-style-vk-numbered-square-mark.fa-5x li,ol.is-style-vk-numbered-circle-mark.fa-5x li,ol.is-style-vk-numbered-square-mark.fa-5x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-5x li::before,ul.is-style-vk-numbered-square-mark.fa-5x li::before,ol.is-style-vk-numbered-circle-mark.fa-5x li::before,ol.is-style-vk-numbered-square-mark.fa-5x li::before{left:-1.6em}ul.is-style-vk-arrow-mark li::before,ol.is-style-vk-arrow-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-triangle-mark li::before,ol.is-style-vk-triangle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-mark li::before,ol.is-style-vk-check-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-circle-mark li::before,ol.is-style-vk-check-circle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-square-mark li::before,ol.is-style-vk-check-square-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-handpoint-mark li::before,ol.is-style-vk-handpoint-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-pencil-mark li::before,ol.is-style-vk-pencil-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-smile-mark li::before,ol.is-style-vk-smile-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-frown-mark li::before,ol.is-style-vk-frown-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.vk-has-pale-pink-color li::before,ol.vk-has-pale-pink-color li::before{color:#f78da7}ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before{color:#ffffff;background-color:#f78da7}ul.vk-has-vivid-red-color li::before,ol.vk-has-vivid-red-color li::before{color:#cf2e2e}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before{color:#ffffff;background-color:#cf2e2e}ul.vk-has-luminous-vivid-orange-color li::before,ol.vk-has-luminous-vivid-orange-color li::before{color:#ff6900}ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before{color:#ffffff;background-color:#ff6900}ul.vk-has-luminous-vivid-amber-color li::before,ol.vk-has-luminous-vivid-amber-color li::before{color:#fcb900}ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before{color:#ffffff;background-color:#fcb900}ul.vk-has-light-green-cyan-color li::before,ol.vk-has-light-green-cyan-color li::before{color:#7bdcb5}ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before{color:#ffffff;background-color:#7bdcb5}ul.vk-has-vivid-green-cyan-color li::before,ol.vk-has-vivid-green-cyan-color li::before{color:#00d084}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before{color:#ffffff;background-color:#00d084}ul.vk-has-pale-cyan-blue-color li::before,ol.vk-has-pale-cyan-blue-color li::before{color:#8ed1fc}ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before{color:#ffffff;background-color:#8ed1fc}ul.vk-has-vivid-cyan-blue-color li::before,ol.vk-has-vivid-cyan-blue-color li::before{color:#0693e3}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before{color:#ffffff;background-color:#0693e3}ul.vk-has-vivid-purple-color li::before,ol.vk-has-vivid-purple-color li::before{color:#9b51e0}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before{color:#ffffff;background-color:#9b51e0}ul.vk-has-very-light-gray-color li::before,ol.vk-has-very-light-gray-color li::before{color:#eee}ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before{color:#ffffff;background-color:#eee}ul.vk-has-cyan-bluish-gray-color li::before,ol.vk-has-cyan-bluish-gray-color li::before{color:#abb8c3}ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before{color:#ffffff;background-color:#abb8c3}ul.vk-has-very-dark-gray-color li::before,ol.vk-has-very-dark-gray-color li::before{color:#313131}ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before{color:#ffffff;background-color:#313131}ul.vk-has-white-color li::before,ol.vk-has-white-color li::before{color:#fff}ul.is-style-vk-numbered-circle-mark.vk-has-white-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-white-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-white-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-white-color li::before{color:#ffffff;background-color:#fff}.wp-block-group.is-style-vk-group-solid{border:solid 3px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-solid h2,.wp-block-group.is-style-vk-group-solid h3,.wp-block-group.is-style-vk-group-solid h4,.wp-block-group.is-style-vk-group-solid h5,.wp-block-group.is-style-vk-group-solid h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-solid ul,.wp-block-group.is-style-vk-group-solid ol{margin-top:0}.wp-block-group.is-style-vk-group-solid ul li:last-child,.wp-block-group.is-style-vk-group-solid ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-solid-roundcorner{border:solid 3px;border-radius:8px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-solid-roundcorner h2,.wp-block-group.is-style-vk-group-solid-roundcorner h3,.wp-block-group.is-style-vk-group-solid-roundcorner h4,.wp-block-group.is-style-vk-group-solid-roundcorner h5,.wp-block-group.is-style-vk-group-solid-roundcorner h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-solid-roundcorner ul,.wp-block-group.is-style-vk-group-solid-roundcorner ol{margin-top:0}.wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child,.wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-dotted{border:dotted 1px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-dotted h2,.wp-block-group.is-style-vk-group-dotted h3,.wp-block-group.is-style-vk-group-dotted h4,.wp-block-group.is-style-vk-group-dotted h5,.wp-block-group.is-style-vk-group-dotted h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-dotted ul,.wp-block-group.is-style-vk-group-dotted ol{margin-top:0}.wp-block-group.is-style-vk-group-dotted ul li:last-child,.wp-block-group.is-style-vk-group-dotted ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-dashed{border:dashed 2px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-dashed h2,.wp-block-group.is-style-vk-group-dashed h3,.wp-block-group.is-style-vk-group-dashed h4,.wp-block-group.is-style-vk-group-dashed h5,.wp-block-group.is-style-vk-group-dashed h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-dashed ul,.wp-block-group.is-style-vk-group-dashed ol{margin-top:0}.wp-block-group.is-style-vk-group-dashed ul li:last-child,.wp-block-group.is-style-vk-group-dashed ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-double{border:double 5px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-double h2,.wp-block-group.is-style-vk-group-double h3,.wp-block-group.is-style-vk-group-double h4,.wp-block-group.is-style-vk-group-double h5,.wp-block-group.is-style-vk-group-double h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-double ul,.wp-block-group.is-style-vk-group-double ol{margin-top:0}.wp-block-group.is-style-vk-group-double ul li:last-child,.wp-block-group.is-style-vk-group-double ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-stitch{margin:1em auto;padding:0.5em;border-radius:8px}.wp-block-group.is-style-vk-group-stitch h2,.wp-block-group.is-style-vk-group-stitch h3,.wp-block-group.is-style-vk-group-stitch h4,.wp-block-group.is-style-vk-group-stitch h5,.wp-block-group.is-style-vk-group-stitch h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-stitch ul,.wp-block-group.is-style-vk-group-stitch ol{margin-top:0}.wp-block-group.is-style-vk-group-stitch ul li:last-child,.wp-block-group.is-style-vk-group-stitch ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container{border:dashed 2px;border-radius:8px;padding:1.8em}.wp-block-group.is-style-vk-group-top-bottom-border{border-top:solid 1px;border-bottom:solid 1px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem);padding-left:0;padding-right:0}.wp-block-group.is-style-vk-group-top-bottom-border h2,.wp-block-group.is-style-vk-group-top-bottom-border h3,.wp-block-group.is-style-vk-group-top-bottom-border h4,.wp-block-group.is-style-vk-group-top-bottom-border h5,.wp-block-group.is-style-vk-group-top-bottom-border h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-top-bottom-border ul,.wp-block-group.is-style-vk-group-top-bottom-border ol{margin-top:0}.wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child,.wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-shadow{-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2);box-shadow:0px 0px 5px rgba(0,0,0,0.2);padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-shadow h2,.wp-block-group.is-style-vk-group-shadow h3,.wp-block-group.is-style-vk-group-shadow h4,.wp-block-group.is-style-vk-group-shadow h5,.wp-block-group.is-style-vk-group-shadow h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-shadow ul,.wp-block-group.is-style-vk-group-shadow ol{margin-top:0}.wp-block-group.is-style-vk-group-shadow ul li:last-child,.wp-block-group.is-style-vk-group-shadow ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-info{background-color:#d9edf7;color:#31708f;border-radius:3px;border:1px solid #bce8f1;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-info h2,.wp-block-group.is-style-vk-group-alert-info h3,.wp-block-group.is-style-vk-group-alert-info h4,.wp-block-group.is-style-vk-group-alert-info h5,.wp-block-group.is-style-vk-group-alert-info h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-info ul,.wp-block-group.is-style-vk-group-alert-info ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-info ul li:last-child,.wp-block-group.is-style-vk-group-alert-info ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-success{background-color:#dff0d8;color:#3c763d;border-radius:3px;border:1px solid #d6e9c6;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-success h2,.wp-block-group.is-style-vk-group-alert-success h3,.wp-block-group.is-style-vk-group-alert-success h4,.wp-block-group.is-style-vk-group-alert-success h5,.wp-block-group.is-style-vk-group-alert-success h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-success ul,.wp-block-group.is-style-vk-group-alert-success ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-success ul li:last-child,.wp-block-group.is-style-vk-group-alert-success ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-radius:3px;border:1px solid #faebcc;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-warning h2,.wp-block-group.is-style-vk-group-alert-warning h3,.wp-block-group.is-style-vk-group-alert-warning h4,.wp-block-group.is-style-vk-group-alert-warning h5,.wp-block-group.is-style-vk-group-alert-warning h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-warning ul,.wp-block-group.is-style-vk-group-alert-warning ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-warning ul li:last-child,.wp-block-group.is-style-vk-group-alert-warning ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-danger{background-color:#f2dede;color:#a94442;border-radius:3px;border:1px solid #ebccd1;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-danger h2,.wp-block-group.is-style-vk-group-alert-danger h3,.wp-block-group.is-style-vk-group-alert-danger h4,.wp-block-group.is-style-vk-group-alert-danger h5,.wp-block-group.is-style-vk-group-alert-danger h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-danger ul,.wp-block-group.is-style-vk-group-alert-danger ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-danger ul li:last-child,.wp-block-group.is-style-vk-group-alert-danger ol li:last-child{margin-bottom:0}.wp-block-group h3:first-child,.wp-block-group h4:first-child{margin-top:0}.wp-block-group p:last-child,.wp-block-group ul:last-child,.wp-block-group ol:last-child,.wp-block-group dl:last-child,.wp-block-group table:last-child,.wp-block-group .wp-block-columns:last-child{margin-bottom:0}.wp-block-group.vk-has-pale-pink-color{border-color:#f78da7}.wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container{border-color:#f78da7}.wp-block-group.vk-has-vivid-red-color{border-color:#cf2e2e}.wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container{border-color:#cf2e2e}.wp-block-group.vk-has-luminous-vivid-orange-color{border-color:#ff6900}.wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container{border-color:#ff6900}.wp-block-group.vk-has-luminous-vivid-amber-color{border-color:#fcb900}.wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container{border-color:#fcb900}.wp-block-group.vk-has-light-green-cyan-color{border-color:#7bdcb5}.wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container{border-color:#7bdcb5}.wp-block-group.vk-has-vivid-green-cyan-color{border-color:#00d084}.wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container{border-color:#00d084}.wp-block-group.vk-has-pale-cyan-blue-color{border-color:#8ed1fc}.wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container{border-color:#8ed1fc}.wp-block-group.vk-has-vivid-cyan-blue-color{border-color:#0693e3}.wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container{border-color:#0693e3}.wp-block-group.vk-has-vivid-purple-color{border-color:#9b51e0}.wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container{border-color:#9b51e0}.wp-block-group.vk-has-very-light-gray-color{border-color:#eee}.wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container{border-color:#eee}.wp-block-group.vk-has-cyan-bluish-gray-color{border-color:#abb8c3}.wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container{border-color:#abb8c3}.wp-block-group.vk-has-very-dark-gray-color{border-color:#313131}.wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container{border-color:#313131}.wp-block-group.vk-has-white-color{border-color:#fff}.wp-block-group.vk-has-white-color .wp-block-group__inner-container{border-color:#fff}.editor-styles-wrapper .wp-block-group .wp-block{width:auto}.wp-block-embed-youtube iframe{width:100%}.has-text-align-right{text-align:right}.has-text-align-left{text-align:left}.has-text-align-center{text-align:center}.wp-block-social-links{-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 1400px){.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}
2
-
3
- .alert{padding:1em;margin:1em auto;border-radius:3px}.alert p{margin:0}.alert+.alert{margin-top:2em}.alert a{-webkit-transition:color .3s linear, opacity .3s linear;transition:color .3s linear, opacity .3s linear}.alert a:link,.alert a:visited{opacity:.8;text-decoration:underline}.alert a:hover,.alert a:visited{opacity:1;text-decoration:none}.alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}
4
-
5
- .vk_balloon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;margin-bottom:2.2em}.vk_balloon figure{margin:0}.vk_balloon p{word-break:break-all}.vk_balloon p:first-of-type{margin-top:0}.vk_balloon p:last-of-type{margin-bottom:0}.vk_balloon_icon{-ms-flex-preferred-size:80px;flex-basis:80px;-ms-flex-negative:0;flex-shrink:0;text-align:center}.vk_balloon_icon_image{vertical-align:bottom;width:64px;height:64px;-o-object-fit:cover;object-fit:cover;display:inline-block}.vk_balloon_icon_image-type-rounded{border-radius:4px}.vk_balloon_icon_image-type-circle{border-radius:50%}.vk_balloon_icon_name{display:block;text-align:center;font-size:0.7rem;margin-top:0.3rem}.vk_balloon_content_outer{width:100%}.vk_balloon_content{max-width:calc(100% - 6.2em);position:relative;text-align:left}.vk_balloon-position-left .vk_balloon_content{float:left}.vk_balloon-position-right .vk_balloon_content{float:right}.vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.vk_balloon_content{background:#f5f5f5;padding:calc(var(--vk-size-text) * 1) calc(var(--vk-size-text) * 1.2)}.vk_balloon_content_before,.vk_balloon_content_after{position:absolute;top:0;display:block;width:0;height:0;border-style:solid}.vk_balloon-type-speech .vk_balloon_content{border-radius:.4em}.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{top:15px}.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{z-index:1;border-right-color:inherit}.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before{z-index:2}.vk_balloon-type-think .vk_balloon_content{border-radius:1rem}.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{position:absolute;content:'';border-radius:50%;background:inherit}.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{width:14px;height:14px}.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{width:10px;height:10px}.vk_balloon-position-left .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-left .vk_balloon_content .vk_balloon_content_after{border-color:transparent #f5f5f5 transparent transparent}.vk_balloon-position-right .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-right .vk_balloon_content .vk_balloon_content_after{border-color:transparent transparent transparent #f5f5f5}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon{margin-right:calc( var(--vk-size-text) * 1.2)}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{left:-10px;border-width:10px 12px 10px 0}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:calc( var(--vk-size-text) * 1.2)}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{left:-18px;top:7px}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{left:-25px;top:20px}.vk_balloon-position-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon{margin-left:calc( var(--vk-size-text) * 1.2)}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{right:-10px;border-width:10px 0 10px 12px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:calc( var(--vk-size-text) * 1.2)}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{right:-18px;top:7px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{right:-25px;top:20px}.vk_balloon_content-border-true,.vk_balloon_icon_image-border-true{border-width:var(--vk-balloon-border-width, 1px);border-style:solid}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before{left:-10px}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after{left:var(--vk-balloon-speech-offset, -12px);border-right-color:inherit !important}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before{right:-10px}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after{right:var(--vk-balloon-speech-offset, -12px);border-left-color:inherit !important}.vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_before,.vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_after{border-width:var(--vk-balloon-border-width, 1px);border-style:solid;border-color:inherit !important}.vk_balloon-animation-trembling{-webkit-animation:trembling 0.1s infinite;animation:trembling 0.1s infinite}@-webkit-keyframes trembling{0%{-webkit-transform:rotate(-0.5deg);transform:rotate(-0.5deg)}50%{-webkit-transform:rotate(0.5deg);transform:rotate(0.5deg)}}@keyframes trembling{0%{-webkit-transform:rotate(-0.5deg);transform:rotate(-0.5deg)}50%{-webkit-transform:rotate(0.5deg);transform:rotate(0.5deg)}}.vk_balloon-animation-trembling-x{-webkit-animation:trembling-x 0.1s infinite;animation:trembling-x 0.1s infinite}@-webkit-keyframes trembling-x{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{-webkit-transform:scale(0.99, 0.96);transform:scale(0.99, 0.96)}}@keyframes trembling-x{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{-webkit-transform:scale(0.99, 0.96);transform:scale(0.99, 0.96)}}.vk_balloon-animation-pounding{-webkit-animation:pounding 1.5s infinite;animation:pounding 1.5s infinite}@-webkit-keyframes pounding{0%{-webkit-transform:scale(1.05);transform:scale(1.05)}5%{-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.05);transform:scale(1.05)}}@keyframes pounding{0%{-webkit-transform:scale(1.05);transform:scale(1.05)}5%{-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.05);transform:scale(1.05)}}.vk_balloon-animation-shaking{-webkit-animation:shaking 0.4s infinite;animation:shaking 0.4s infinite}@-webkit-keyframes shaking{0%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px)}50%{-webkit-transform:translate(-1px, -1px);transform:translate(-1px, -1px)}75%{-webkit-transform:translate(-1px, 1px);transform:translate(-1px, 1px)}100%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}}@keyframes shaking{0%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px)}50%{-webkit-transform:translate(-1px, -1px);transform:translate(-1px, -1px)}75%{-webkit-transform:translate(-1px, 1px);transform:translate(-1px, 1px)}100%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}}.vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;-webkit-animation:vibration .1s infinite;animation:vibration .1s infinite}@-webkit-keyframes vibration{0%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}25%{-webkit-transform:translate(2px, 2px) rotateZ(1deg);transform:translate(2px, 2px) rotateZ(1deg)}50%{-webkit-transform:translate(0px, 2px) rotateZ(0deg);transform:translate(0px, 2px) rotateZ(0deg)}75%{-webkit-transform:translate(2px, 0px) rotateZ(-1deg);transform:translate(2px, 0px) rotateZ(-1deg)}100%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}}@keyframes vibration{0%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}25%{-webkit-transform:translate(2px, 2px) rotateZ(1deg);transform:translate(2px, 2px) rotateZ(1deg)}50%{-webkit-transform:translate(0px, 2px) rotateZ(0deg);transform:translate(0px, 2px) rotateZ(0deg)}75%{-webkit-transform:translate(2px, 0px) rotateZ(-1deg);transform:translate(2px, 0px) rotateZ(-1deg)}100%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}}.icon-image-list-note:hover{cursor:pointer}@media only screen and (max-width: 480px){.vk_balloon_content{max-width:calc(100% - 2em);font-size:.9em;padding:1em}.vk_balloon-type-think .vk_balloon_content::after{border:5px solid transparent}.vk_balloon{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon{margin-right:1.5rem}.vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2rem}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-right{text-align:right}.vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon{margin-left:1.5rem;margin-right:0}.vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2rem;margin-right:0}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon_icon{max-width:64px}}
6
-
7
- :root{--vk-color-border-red: #dc3545;--vk-color-background-red: #dc3545;--vk-color-border-orange: #ffa536;--vk-color-background-orange: #ffa536;--vk-color-border-blue: #4267b2;--vk-color-background-blue: #4267b2;--vk-color-border-green: #28a745;--vk-color-background-green: #28a745;--vk-color-border-black: #222;--vk-color-background-black: #222}.vk_borderBox-color-red{border-color:var(--vk-color-border-red);background-color:var(--vk-color-background-red)}.vk_borderBox-color-orange{border-color:var(--vk-color-border-orange);background-color:var(--vk-color-background-orange)}.vk_borderBox-color-blue{border-color:var(--vk-color-border-blue);background-color:var(--vk-color-background-blue)}.vk_borderBox-color-green{border-color:var(--vk-color-border-green);background-color:var(--vk-color-background-green)}.vk_borderBox-color-black{border-color:var(--vk-color-border-black);background-color:var(--vk-color-background-black)}.vk_borderBox-background-transparent .vk_borderBox_body{background-color:transparent}.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:transparent}.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{background-color:transparent}.vk_borderBox-background-white .vk_borderBox_body{background-color:#fff}.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:#fff}.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{background-color:#fff}.vk_borderBox{margin:0 auto 2em;position:relative}.vk_borderBox .vk_borderBox_title_container{margin:0;font-size:1em;line-height:1.4;padding:0.5em 1.5em 0.4em;font-weight:bold}.vk_borderBox .vk_borderBox_title_container i:first-child,.vk_borderBox .vk_borderBox_title_container .svg-inline--fa{margin-right:5px}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title{display:inline;font-weight:bold;font-size:1em;color:inherit;background:none;padding:0;border:none;outline:none}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title::before{content:none}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title::after{content:none}.vk_borderBox .vk_borderBox_body{padding:1.5em;border-width:2px;border-style:solid}@media (min-width: 992px){.vk_borderBox .vk_borderBox_body{padding:2.1875em 2em 2em}}.vk_borderBox .vk_borderBox_body>*:first-child{margin-top:0}.vk_borderBox .vk_borderBox_body>*:last-child{margin-bottom:0}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{display:inline-block}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{border-radius:8px 8px 0 0}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_body{border-radius:0 8px 8px 8px}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature{background-color:transparent;border-width:2px;border-style:solid}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{padding:1.5em 1.5em 1em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_body{border:none;padding-top:0}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{position:relative;padding-top:2.2em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container::after{content:"";position:absolute;top:-32%;left:1.5em;padding:1.4em;border-radius:50%;border:solid 2px #fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fad{position:absolute;font-size:1.3em;margin-right:0;z-index:100;top:0%;left:2.3em;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%)}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{position:relative;top:-1.2em;left:1em;z-index:1;display:inline-block;padding:0.5em 0.5em;background:#fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-banner{border:none;background-color:transparent}.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{color:#fff}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body{border-color:var(--vk-color-border-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body{border-color:var(--vk-color-border-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body{border-color:var(--vk-color-border-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body{border-color:var(--vk-color-border-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container{background-color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body{border-color:var(--vk-color-border-black)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container{color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container{color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container{color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container{color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container{color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas{color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-orange);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-blue);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-green);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-black);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{background-color:var(--vk-color-background-black)}
8
-
9
- :root .has-vk-color-primary-background-color,:root .editor-styles-wrapper .has-vk-color-primary-background-color{background-color:var(--vk-color-primary)}:root .has-vk-color-secondary-background-color,:root .editor-styles-wrapper .has-vk-color-secondary-background-color{background-color:#6c757d}:root .has-vk-color-success-background-color,:root .editor-styles-wrapper .has-vk-color-success-background-color{background-color:#28a745}:root .has-vk-color-info-background-color,:root .editor-styles-wrapper .has-vk-color-info-background-color{background-color:#17a2b8}:root .has-vk-color-warning-background-color,:root .editor-styles-wrapper .has-vk-color-warning-background-color{background-color:#ffc107}:root .has-vk-color-danger-background-color,:root .editor-styles-wrapper .has-vk-color-danger-background-color{background-color:#dc3545}:root .has-vk-color-light-background-color,:root .editor-styles-wrapper .has-vk-color-light-background-color{background-color:#f8f9fa}:root .has-vk-color-dark-background-color,:root .editor-styles-wrapper .has-vk-color-dark-background-color{background-color:#343a40}:root .has-vk-color-primary-color,:root .editor-styles-wrapper .has-vk-color-primary-color{color:var(--vk-color-primary)}:root .has-vk-color-secondary-color,:root .editor-styles-wrapper .has-vk-color-secondary-color{color:#6c757d}:root .has-vk-color-success-color,:root .editor-styles-wrapper .has-vk-color-success-color{color:#28a745}:root .has-vk-color-info-color,:root .editor-styles-wrapper .has-vk-color-info-color{color:#17a2b8}:root .has-vk-color-warning-color,:root .editor-styles-wrapper .has-vk-color-warning-color{color:#ffc107}:root .has-vk-color-danger-color,:root .editor-styles-wrapper .has-vk-color-danger-color{color:#dc3545}:root .has-vk-color-light-color,:root .editor-styles-wrapper .has-vk-color-light-color{color:#f8f9fa}:root .has-vk-color-dark-color,:root .editor-styles-wrapper .has-vk-color-dark-color{color:#343a40}.vk_button,.editor-styles-wrapper .vk_button{margin:0 auto 5px;text-align:center}.vk_button-color-custom a:hover,.editor-styles-wrapper .vk_button-color-custom a:hover{opacity:0.8;-webkit-box-shadow:0 0 0 0.2rem rgba(171,184,195,0.25);box-shadow:0 0 0 0.2rem rgba(171,184,195,0.25)}.vk_button-color-custom .vk_button_link-type-text:hover,.editor-styles-wrapper .vk_button-color-custom .vk_button_link-type-text:hover{-webkit-box-shadow:none;box-shadow:none}.vk_button .btn.has-background,.editor-styles-wrapper .vk_button .btn.has-background{color:#fff}.vk_button .btn.has-background.has-vk-color-light-background-color,.vk_button .btn.has-background.has-white-background-color,.editor-styles-wrapper .vk_button .btn.has-background.has-vk-color-light-background-color,.editor-styles-wrapper .vk_button .btn.has-background.has-white-background-color{color:#212529}.vk_button .btn.has-text-color.is-style-outline,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline{background-color:transparent;border:1px solid currentColor}.vk_button .btn.has-text-color.is-style-outline:hover,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover{background-color:currentColor;border:1px solid currentColor}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-primary-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-primary-color{color:var(--vk-color-primary)}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-secondary-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-secondary-color{color:#6c757d}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-success-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-success-color{color:#28a745}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-info-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-info-color{color:#17a2b8}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-warning-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-warning-color{color:#ffc107}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-danger-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-danger-color{color:#dc3545}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-light-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-light-color{color:#f8f9fa}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-dark-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-dark-color{color:#343a40}.vk_button .btn.has-text-color.is-style-outline:hover.has-black-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-black-color{color:#000000}.vk_button .btn.has-text-color.is-style-outline:hover.has-cyan-bluish-gray-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-cyan-bluish-gray-color{color:#abb8c3}.vk_button .btn.has-text-color.is-style-outline:hover.has-white-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-white-color{color:#ffffff}.vk_button .btn.has-text-color.is-style-outline:hover.has-pale-pink-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-pale-pink-color{color:#f78da7}.vk_button .btn.has-text-color.is-style-outline:hover.has-vivid-red-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vivid-red-color{color:#cf2e2e}.vk_button .btn.has-text-color.is-style-outline:hover.has-luminous-vivid-orange-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-luminous-vivid-orange-color{color:#ff6900}.vk_button .btn.has-text-color.is-style-outline:hover.has-luminous-vivid-amber-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-luminous-vivid-amber-color{color:#fcb900}.vk_button .btn.has-text-color.is-style-outline:hover.has-light-green-cyan-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-light-green-cyan-color{color:#7bdcb5}.vk_button .btn.has-text-color.is-style-outline:hover.has-vivid-green-cyan-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vivid-green-cyan-color{color:#00d084}.vk_button .btn.has-text-color.is-style-outline:hover.has-pale-cyan-blue-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-pale-cyan-blue-color{color:#8ed1fc}.vk_button .btn.has-text-color.is-style-outline:hover.has-vivid-cyan-blue-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vivid-cyan-blue-color{color:#0693e3}.vk_button .btn.has-text-color.is-style-outline:hover.has-vivid-purple-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vivid-purple-color{color:#9b51e0}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-primary-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-primary-color{color:var(--vk-color-primary)}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-primary-dark-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-primary-dark-color{color:var(--vk-color-primary-dark)}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-primary-vivid-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-primary-vivid-color{color:var(--vk-color-primary-vivid)}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-custom-1-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-custom-1-color{color:var(--vk-color-custom-1)}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-custom-2-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-custom-2-color{color:var(--vk-color-custom-2)}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-custom-3-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-custom-3-color{color:var(--vk-color-custom-3)}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-custom-4-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-custom-4-color{color:var(--vk-color-custom-4)}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-custom-5-color,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-custom-5-color{color:var(--vk-color-custom-5)}.vk_button .btn.has-text-color.is-style-outline:hover .vk_button_link_before,.vk_button .btn.has-text-color.is-style-outline:hover .vk_button_link_txt,.vk_button .btn.has-text-color.is-style-outline:hover .vk_button_link_after,.vk_button .btn.has-text-color.is-style-outline:hover .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover .vk_button_link_before,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover .vk_button_link_txt,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover .vk_button_link_after,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover .vk_button_link_subCaption{color:#fff}.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_before,.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_txt,.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_after,.vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_subCaption,.vk_button .btn.has-text-color.is-style-outline:hover.has-white-color .vk_button_link_before,.vk_button .btn.has-text-color.is-style-outline:hover.has-white-color .vk_button_link_txt,.vk_button .btn.has-text-color.is-style-outline:hover.has-white-color .vk_button_link_after,.vk_button .btn.has-text-color.is-style-outline:hover.has-white-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_before,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_after,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-white-color .vk_button_link_before,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-white-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-white-color .vk_button_link_after,.editor-styles-wrapper .vk_button .btn.has-text-color.is-style-outline:hover.has-white-color .vk_button_link_subCaption{color:#212529}.vk_button .has-text-color.vk_button_link-type-text:hover,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover{background-color:currentColor}.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_before,.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt,.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_after,.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption{color:#fff}.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_before,.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_txt,.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_after,.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_subCaption,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_before,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_txt,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_after,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_subCaption{color:#212529}.vk_button.vk_button-align-left,.editor-styles-wrapper .vk_button.vk_button-align-left{text-align:left}.vk_button.vk_button-align-center,.editor-styles-wrapper .vk_button.vk_button-align-center{text-align:center}.vk_button.vk_button-align-right,.editor-styles-wrapper .vk_button.vk_button-align-right{text-align:right}.vk_button.vk_button-align-block,.editor-styles-wrapper .vk_button.vk_button-align-block{display:block}.vk_button.vk_button-align-wide,.editor-styles-wrapper .vk_button.vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.vk_button.vk_button-align-wide .vk_button_btn,.vk_button.vk_button-align-wide .btn,.editor-styles-wrapper .vk_button.vk_button-align-wide .vk_button_btn,.editor-styles-wrapper .vk_button.vk_button-align-wide .btn{display:block}.vk_button .vk_button_link,.editor-styles-wrapper .vk_button .vk_button_link{min-width:100px;min-height:30px}.vk_button .vk_button_link-type-text,.editor-styles-wrapper .vk_button .vk_button_link-type-text{-webkit-box-shadow:none;box-shadow:none;padding:0}.vk_button .vk_button_link-type-text:hover,.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover{background:none;-webkit-box-shadow:none;box-shadow:none}.vk_button .vk_button_link.btn,.editor-styles-wrapper .vk_button .vk_button_link.btn{padding-top:0.6em;padding-bottom:0.6em;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;text-decoration:none;font-size:calc( var(--vk-size-text) * 1)}.vk_button .vk_button_link.btn-lg,.editor-styles-wrapper .vk_button .vk_button_link.btn-lg{font-size:calc( var(--vk-size-text) * 1.25)}.vk_button .vk_button_link.btn-sm,.editor-styles-wrapper .vk_button .vk_button_link.btn-sm{font-size:calc( var(--vk-size-text) * .875)}.vk_button .vk_button_link_before,.editor-styles-wrapper .vk_button .vk_button_link_before{margin-right:0.7rem}.vk_button .vk_button_link_after,.editor-styles-wrapper .vk_button .vk_button_link_after{margin-left:0.7rem}.vk_button .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.vk_button .editor-rich-text,.editor-styles-wrapper .vk_button .editor-rich-text{display:inline-block}
10
-
11
- :root{--vk-color-border: rgba(0,0,0,.12)}.is-style-vk_faq-normal .vk_faq_title:before{color:#e50000}.is-style-vk_faq-normal .vk_faq_content:before{color:#337ab7}.is-style-vk_faq-bgfill-circle .vk_faq_title:before,.is-style-vk_faq-bgfill-square .vk_faq_title:before,.is-style-vk_faq-bgfill-rounded .vk_faq_title:before{background-color:#e50000;color:#fff !important}.is-style-vk_faq-bgfill-circle .vk_faq_content:before,.is-style-vk_faq-bgfill-square .vk_faq_content:before,.is-style-vk_faq-bgfill-rounded .vk_faq_content:before{background-color:#337ab7;color:#fff !important}.is-style-vk_faq-bgfill-circle .vk_faq_title:before,.is-style-vk_faq-bgfill-circle .vk_faq_content:before,.is-style-vk_faq-border-circle .vk_faq_title:before,.is-style-vk_faq-border-circle .vk_faq_content:before{border-radius:50%}.is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.is-style-vk_faq-border-rounded .vk_faq_title:before,.is-style-vk_faq-border-rounded .vk_faq_content:before{border-radius:4px}.is-style-vk_faq-border-circle .vk_faq_title:before,.is-style-vk_faq-border-square .vk_faq_title:before,.is-style-vk_faq-border-rounded .vk_faq_title:before{border:1px solid #e50000;color:#e50000}.is-style-vk_faq-border-circle .vk_faq_content:before,.is-style-vk_faq-border-square .vk_faq_content:before,.is-style-vk_faq-border-rounded .vk_faq_content:before{border:1px solid #337ab7;color:#337ab7}.vk_faq{display:block;overflow:hidden;border-bottom:1px solid var(--vk-color-border);padding:0px 0px 1rem;margin:0 auto 1rem auto;width:100%;position:relative}.vk_faq .vk_faq_title{border:none;padding:0.8rem 0.8rem 0.8rem 3rem;margin:0;position:relative;font-weight:bold;font-size:16px;border-bottom:1px dotted var(--vk-color-border)}.vk_faq .vk_faq_title:before{position:absolute;left:0;top:0.7rem;font-weight:500;font-size:22px;line-height:105%;width:2.1rem;height:2.1rem;line-height:2.1rem;text-align:center;position:absolute;font-family:"areal"}.vk_faq .vk_faq_title p:first-of-type{margin-top:0}.vk_faq .vk_faq_title p:last-child{margin-bottom:0}.vk_faq .vk_faq_title:before{content:"Q";color:#e50000;font-weight:500}.vk_faq .vk_faq_title p{line-height:1.7}@media (min-width: 768px){.vk_faq .vk_faq_title{font-size:18px}}.vk_faq .vk_faq_content{border:none;padding:0.8rem 0.8rem 0.8rem 3rem;margin:0;position:relative;font-weight:normal;-webkit-transition:.25s;transition:.25s}.vk_faq .vk_faq_content:before{position:absolute;left:0;top:0.7rem;font-weight:500;font-size:22px;line-height:105%;width:2.1rem;height:2.1rem;line-height:2.1rem;text-align:center;position:absolute;font-family:"areal"}.vk_faq .vk_faq_content p:first-of-type{margin-top:0}.vk_faq .vk_faq_content p:last-child{margin-bottom:0}.vk_faq .vk_faq_content:before{content:"A";color:#337ab7}.vk_faq.vk_faq-accordion-close,.vk_faq.vk_faq-accordion-open{padding-bottom:0;margin-bottom:0}.vk_faq.vk_faq-accordion-close .vk_faq-body,.vk_faq.vk_faq-accordion-open .vk_faq-body{margin-top:0;margin-bottom:0}.vk_faq.vk_faq-accordion-close .vk_faq_title,.vk_faq.vk_faq-accordion-open .vk_faq_title{padding-right:2rem}@media (min-width: 768px){.vk_faq.vk_faq-accordion-close .vk_faq_title,.vk_faq.vk_faq-accordion-open .vk_faq_title{padding-right:2.5rem}}.vk_faq.vk_faq-accordion-close .vk_faq_title::after,.vk_faq.vk_faq-accordion-open .vk_faq_title::after{position:absolute;top:50%;right:unset;right:2.5rem;content:"";width:8px;height:8px;border-right:1px solid #222;border-top:1px solid #222;transition:border-color .3s ease,-webkit-transform .6s ease;-webkit-transition:border-color .3s ease,-webkit-transform .6s ease;transition:border-color .3s ease,transform .6s ease;transition:border-color .3s ease,transform .6s ease,-webkit-transform .6s ease}.vk_faq.vk_faq-accordion-close .vk_faq_title{border-bottom:none}.vk_faq.vk_faq-accordion-close .vk_faq_title::after{-webkit-transform:translate(32px, -5px) rotate(135deg);transform:translate(32px, -5px) rotate(135deg)}.vk_faq.vk_faq-accordion-open .vk_faq_title::after{-webkit-transform:translate(32px, -2px) rotate(-45deg);transform:translate(32px, -2px) rotate(-45deg)}.vk_faq.vk_faq-accordion .vk_faq_title{cursor:pointer}.vk_faq .vk_faq_content-accordion-open{height:auto;overflow:hidden;opacity:1;-webkit-transition:.25s;transition:.25s;margin-bottom:10px}.vk_faq .vk_faq_content-accordion-close{padding-top:0;padding-bottom:0;height:0;opacity:0;overflow:hidden}.editor-styles-wrapper .vk_faq .block-editor-inner-blocks div.block-editor-block-list__block:not(.is_hovered){margin-top:0;margin-bottom:0}.editor-styles-wrapper .vk_faq .block-editor-inner-blocks .wp-block:not(.is_hovered){width:100%}
12
-
13
  .vk_flow{margin-bottom:0}.vk_flow .vk_flow_frame{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vk_flow .vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.vk_flow .vk_flow_frame_text_title,.vk_flow .vk_flow_frame_text_content{padding-left:0;border:none}.vk_flow .vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.vk_flow .vk_flow_frame_text_content{margin-bottom:0;-webkit-margin-start:0;margin-inline-start:0;margin-left:0}.vk_flow .vk_flow_frame_image{max-width:150px;margin-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.vk_flow.vk_flow-arrow-on::after{position:relative;content:"";background:var(--vk_flow-arrow) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.vk_flow.vk_flow-arrow-off{padding-bottom:0;margin-bottom:30px}.vk_flow.vk_flow-arrow-off::after{content:"";font-size:0;background-image:none}.block-editor-block-list__layout .block-editor-block-list__block.vk_flow-arrow-on:focus:after{position:relative;-webkit-box-shadow:none;box-shadow:none}
14
-
15
- .vk_heading i:first-child{margin-right:0.2em}.vk_heading i:last-child{margin-left:0.2em}.vk_heading.vk_heading-style-plain .vk_heading_title{background:none;border:none;border-radius:0;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:none;box-shadow:none;display:block;color:unset}.vk_heading.vk_heading-style-plain .vk_heading_title:after{content:none;border:none}.vk_heading.vk_heading-style-plain .vk_heading_title:before{content:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after{background:none;border:none;border-radius:0;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:none;box-shadow:none;display:block}.vk_heading.vk_heading-style-plain .vk_heading_title:after:after{content:none;border:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after:before{content:none}.vk_heading_subtext{margin-bottom:0}
16
-
17
  @media screen and (max-width: 991.98px){.vk_icon{margin-bottom:1.5em}}.wp-block-vk-blocks-icon .vk_icon_border{display:inline-block;position:relative;width:80px;height:80px;border-radius:50%}.wp-block-vk-blocks-icon .vk_icon_link{display:inline-block}.wp-block-vk-blocks-icon .vk_icon_link:hover{opacity:.85}.wp-block-vk-blocks-icon .vk_icon_font{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px}.wp-block-vk-blocks-icon .is-style-outline .vk_icon_border{background-color:transparent;border:1px solid currentColor}.wp-block-vk-blocks-icon .vk_icon_frame:not(.is-style-outline):not(.is-style-noline) .vk_icon_font{color:#fff}.wp-block-vk-blocks-icon .vk_icon_align_center{text-align:center}.wp-block-vk-blocks-icon .vk_icon_align_right{text-align:right}.wp-block-vk-blocks-icon .vk_icon_border_frame{background-color:transparent;border-width:1px;border-style:solid}.wp-block-vk-blocks-icon div:not(.is-style-outline):not(.is-style-noline) .vk_icon_border:not(.vk_icon_border_frame):not(.vk_icon_border_none) .vk_icon_font{color:#fff}.wp-block-vk-blocks-icon .vk_icon_frame:not(.is-style-outline):not(.is-style-noline) .vk_icon_border:not(.has-background){background-color:#337ab7}.wp-block-vk-blocks-icon .is-style-noline .vk_icon_border:not(.has-text-color){color:#337ab7}.wp-block-vk-blocks-icon .is-style-outline .vk_icon_border:not(.has-text-color){color:#337ab7}
18
-
19
  @media screen and (max-width: 992px){.vk_icons{margin-bottom:1.5em}}.vk_icons_col{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;clear:both;margin-left:-8px}.vk_icons_col .vk_icon{margin:4px 0 4px 8px}.vk_icons_col .vk_icon_frame{line-height:1}.vk_icons_col-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vk_icons_col-justify-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.vk_icons_col-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
20
-
21
- .vk_prBlocks .vk_prBlocks_item a{text-decoration:none}@media screen and (max-width: 991.98px){.vk_prBlocks .vk_prBlocks_item{margin-bottom:1.5em}}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_link{color:#333}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_title{background-color:transparent;margin-top:0.9em;margin-bottom:0.6em;text-align:center;font-size:21px;line-height:1.4em;border:none;border-radius:unset;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;color:inherit;display:block}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_title::before{content:none}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_title::after{border:none}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_summary{margin-bottom:0.5em;text-align:center;line-height:1.8em}
22
-
23
- @media (min-width: 576px){.vk_prContent{display:-webkit-box;display:-ms-flexbox;display:flex}.vk_prContent .col-sm-6{width:50%}.vk_prContent-layout-imageLeft{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.vk_prContent-layout-imageRight{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vk_prContent-layout-imageLeft .vk_prContent_colImg{padding-right:2em;padding-left:0}.vk_prContent-layout-imageRight .vk_prContent_colImg{padding-left:2em;padding-right:0}}.vk_prContent .vk_prContent_colTxt{vertical-align:top}.vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title{font-size:calc(var(--vk-size-text) * 1.75);background-color:transparent;font-weight:bold;margin-top:0;margin-bottom:0.8em;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border:none;border-radius:unset;padding:0;color:inherit;line-height:1.5;text-align:left}@media (max-width: 575.98px){.vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title:first-child{margin-top:30px}}.vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title:before,.vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title:after{content:none}.vk_prContent .vk_prContent_colTxt_text{line-height:1.8;margin-bottom:1.7em}@media (min-width: 992px){.vk_prContent .vk_prContent_colTxt_btn.btn{font-size:16px}}.vk_prContent .vk_prContent_colImg_image{max-width:100%;height:auto}.vk_prContent .vk_prContent_colImg .components-button.button{margin:1em}.vk_prContent .vk_prContent_colImg .components-button.image-button{margin:0;height:auto}
24
-
25
- .vk_spacer-type-height{display:block;overflow:hidden}@media (max-width: 576px){.vk_spacer .vk_spacer-display-pc{display:none}.vk_spacer .vk_spacer-display-tablet{display:none}.vk_spacer .vk_spacer-display-mobile{display:block}}@media (min-width: 577px) and (max-width: 768px){.vk_spacer .vk_spacer-display-pc{display:none}.vk_spacer .vk_spacer-display-tablet{display:block}.vk_spacer .vk_spacer-display-mobile{display:none}}@media (min-width: 769px){.vk_spacer .vk_spacer-display-pc{display:block}.vk_spacer .vk_spacer-display-tablet{display:none}.vk_spacer .vk_spacer-display-mobile{display:none}}
26
-
27
- .vk_staff_text{float:left;width:61.6%}.vk_staff_photo{float:right;width:32%}.vk_staff-layout-imageLeft .vk_staff_text{float:right}.vk_staff-layout-imageLeft .vk_staff_photo{float:left}.vk_staff{display:block;overflow:hidden}.vk_staff .vk_staff_text .vk_staff_text_name{text-align:left;-webkit-box-shadow:none;box-shadow:none;font-size:calc(var(--vk-size-text) * 2.5);font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif";line-height:1;margin-bottom:0.5rem;border:none;padding:0;background-color:transparent;display:inline}.vk_staff .vk_staff_text .vk_staff_text_name:before,.vk_staff .vk_staff_text .vk_staff_text_name:after{display:none}.vk_staff .vk_staff_text .vk_staff_text_caption{font-size:14px;display:block;margin:0 0 0.5rem 4px;letter-spacing:5px}.vk_staff .vk_staff_text .vk_staff_text_role{font-size:14px;line-height:1.6em}.vk_staff .vk_staff_text .vk_staff_text_profileTitle{font-size:18px;padding-top:0;padding-left:0;padding-bottom:2px;margin-top:calc(var(--vk-size-text) * 1.5);margin-bottom:calc(var(--vk-size-text) * 1.2);border-top:none;border-left:none;border-bottom:1px solid #ccc;background:none}.vk_staff .vk_staff_text .vk_staff_text_profileTitle:before,.vk_staff .vk_staff_text .vk_staff_text_profileTitle:after{border:none}.vk_staff .vk_staff_text .vk_staff_text_profileText{font-size:14px}.vk_staff .vk_staff-headingFont-serif .vk_staff_text_name{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif"}.vk_staff .vk_staff-headingFont-serif .vk_staff_text_caption{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif"}.vk_staff .vk_staff-headingFont-serif .vk_staff_text_role{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif"}.vk_staff .vk_staff-headingFont-serif .vk_staff_text_profileTitle{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif"}.vk_staff .vk_staff_photo{display:block;vertical-align:top;text-align:center}.vk_staff .vk_staff_photo button{width:100%}.vk_staff .vk_staff_photo .image-button{padding:0;margin:0;display:block;height:100%}.vk_staff .vk_staff_photo-border-default{border:4px solid #efefef;padding:1px}.vk_staff .vk_staff_photo-border-none{border:none}.vk_staff .vk_staff_photo_image{width:100%;margin:0;display:block}@media (min-width: 992px){.page-template-page-onecolumn .vk_staff_text,.page-template-page-lp .vk_staff_text,.page-template-page-lp-builder .vk_staff_text{width:74%}.page-template-page-onecolumn .vk_staff_text_caption,.page-template-page-lp .vk_staff_text_caption,.page-template-page-lp-builder .vk_staff_text_caption{font-size:1rem;letter-spacing:0.5rem}.page-template-page-onecolumn .vk_staff_text_role,.page-template-page-lp .vk_staff_text_role,.page-template-page-lp-builder .vk_staff_text_role{letter-spacing:0.5rem}.page-template-page-onecolumn .vk_staff_photo,.page-template-page-lp .vk_staff_photo,.page-template-page-lp-builder .vk_staff_photo{width:22%}}@media (min-width: 1200px){.page-template-page-onecolumn .vk_staff_text,.page-template-page-lp .vk_staff_text,.page-template-page-lp-builder .vk_staff_text{width:75%}.page-template-page-onecolumn .vk_staff_photo,.page-template-page-lp .vk_staff_photo,.page-template-page-lp-builder .vk_staff_photo{width:20%}}
28
-
29
- .vk_hidden{display:none !important;color:var(--blue)}@media (max-width: 575.98px){.vk_hidden-xs{display:none !important}}@media (min-width: 576px) and (max-width: 767.98px){.vk_hidden-sm{display:none !important}}@media (min-width: 768px) and (max-width: 991.98px){.vk_hidden-md{display:none !important}}@media (min-width: 992px) and (max-width: 1199.98px){.vk_hidden-lg{display:none !important}}@media (min-width: 1200px){.vk_hidden-xl{display:none !important}}@media (min-width: 1200px) and (max-width: 1399.98px){.vk_hidden-xl-v2{display:none !important}}@media (min-width: 1400px){.vk_hidden-xxl{display:none !important}}
30
-
31
- .vk_responsive-br{display:none}@media (max-width: 575.98px){.vk_responsive-br-xs{display:block}}@media (min-width: 576px) and (max-width: 767.98px){.vk_responsive-br-sm{display:block}}@media (min-width: 768px) and (max-width: 991.98px){.vk_responsive-br-md{display:block}}@media (min-width: 992px) and (max-width: 1199.98px){.vk_responsive-br-lg{display:block}}@media (min-width: 1200px) and (max-width: 1399.98px){.vk_responsive-br-xl{display:block}}@media (min-width: 1400px){.vk_responsive-br-xxl{display:block}}
32
-
33
- .is-style-vk-heading h3.is-style-vk-heading:after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after{border-bottom:none !important}.is-style-vk-heading-plain,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-plain{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:unset;display:block}.is-style-vk-heading-plain::before,.is-style-vk-heading-plain::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-plain::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-plain::after{content:none}.is-style-vk-heading-background_fill_lightgray,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;border:none;background-color:#efefef;padding:0.6em 0.7em 0.5em;margin-bottom:1.2em;border-radius:4px}.is-style-vk-heading-background_fill_lightgray::before,.is-style-vk-heading-background_fill_lightgray::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after{content:none}.is-style-vk-heading-double_black,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-double_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:0.6em 0 0.5em;margin-bottom:1.2em;border-top:double 3px #333;border-bottom:double 3px #333}.is-style-vk-heading-double_black::before,.is-style-vk-heading-double_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-double_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-double_black::after{content:none}.is-style-vk-heading-double_bottomborder_black,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:0.6em 0 0.5em;margin-bottom:1.2em;border-bottom:double 3px #333}.is-style-vk-heading-double_bottomborder_black::before,.is-style-vk-heading-double_bottomborder_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after{content:none}.is-style-vk-heading-solid_black,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-solid_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:0.6em 0 0.5em;margin-bottom:1.2em;border-top:solid 1px #333;border-bottom:solid 1px #333}.is-style-vk-heading-solid_black::before,.is-style-vk-heading-solid_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-solid_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-solid_black::after{content:none}.is-style-vk-heading-solid_bottomborder_black,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:0.6em 0 0.5em;margin-bottom:1.2em;border-bottom:solid 1px #333}.is-style-vk-heading-solid_bottomborder_black::before,.is-style-vk-heading-solid_bottomborder_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after{content:none}.is-style-vk-heading-dotted_bottomborder_black,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:0.6em 0 0.5em;margin-bottom:1.2em;border-bottom:1px dotted #111}.is-style-vk-heading-dotted_bottomborder_black::before,.is-style-vk-heading-dotted_bottomborder_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after{content:none}.is-style-vk-heading-both_ends,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-both_ends{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-bottom:1.2em;padding:0}.is-style-vk-heading-both_ends::before,.is-style-vk-heading-both_ends::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-both_ends::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-both_ends::after{content:"";-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom:1px solid #333;position:unset;width:unset;border-left:unset;border-right:unset;border-top:none;background:unset}.is-style-vk-heading-both_ends::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-both_ends::before{margin-right:1em;top:unset}.is-style-vk-heading-both_ends::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-both_ends::after{margin-left:1em;bottom:unset}.is-style-vk-heading-brackets_black,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-brackets_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;border:none;background-color:transparent !important;padding:0.7em;margin-bottom:1.2em;text-align:center;border-bottom:unset !important}.is-style-vk-heading-brackets_black::before,.is-style-vk-heading-brackets_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-brackets_black::after{content:"";position:absolute;top:0;width:12px;height:100%;display:inline-block;margin-left:0;border-top:solid 1px #333;border-bottom:solid 1px #333;background:unset}.is-style-vk-heading-brackets_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-brackets_black::before{border-left:solid 1px #333;left:0}.is-style-vk-heading-brackets_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-brackets_black::after{border-right:solid 1px #333 !important;right:0;left:auto}
34
-
35
- .wp-block-image figcaption{text-align:center;font-size:calc(var(--vk-size-text)* 0.75)}figure.wp-block-image.is-style-vk-image-rounded img{border-radius:.5rem}figure.wp-block-image.is-style-vk-image-border img{border:1px solid #e5e5e5}figure.wp-block-image.is-style-vk-image-photoFrame{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}figure.wp-block-image.is-style-vk-image-photoFrame.alignleft{margin:0 1em .5em 0}figure.wp-block-image.is-style-vk-image-photoFrame.alignright{margin:0 0 .5em 1em}figure.wp-block-image.is-style-vk-image-photoFrame.alignwide,figure.wp-block-image.is-style-vk-image-photoFrame.alignfull{width:auto}figure.wp-block-image.is-style-vk-image-photoFrame figcaption{display:block;margin:8px 0 0}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:rotate(-2deg);-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg)}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft{margin:0 1em .5em 0}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright{margin:0 0 .5em 1em}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignwide,figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignfull{width:auto}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right figcaption{display:block;margin:8px 0 0}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:rotate(2deg);-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg)}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft{margin:0 1em .5em 0}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright{margin:0 0 .5em 1em}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignwide,figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignfull{width:auto}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left figcaption{display:block;margin:8px 0 0}figure.wp-block-image.is-style-vk-image-shadow{-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.15);box-shadow:0 5px 10px rgba(0,0,0,0.15);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}figure.wp-block-image.is-style-vk-image-shadow figcaption{display:block}figure.wp-block-image.is-style-vk-image-shadow.alignwide{width:unset}figure.wp-block-image.is-style-vk-image-wave01 img{-webkit-mask-image:var(--vk_image-mask-wave01);mask-image:var(--vk_image-mask-wave01);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}figure.wp-block-image.is-style-vk-image-wave02 img{-webkit-mask-image:var(--vk_image-mask-wave02);mask-image:var(--vk_image-mask-wave02);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}figure.wp-block-image.is-style-vk-image-wave03 img{-webkit-mask-image:var(--vk_image-mask-wave03);mask-image:var(--vk_image-mask-wave03);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}figure.wp-block-image.is-style-vk-image-wave04 img{-webkit-mask-image:var(--vk_image-mask-wave04);mask-image:var(--vk_image-mask-wave04);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-rounded figure.alignleft img,.wp-block-image.is-style-vk-image-rounded figure.alignright img,.wp-block-image.is-style-vk-image-rounded figure.aligncenter img{border-radius:.5rem}.wp-block-image.is-style-vk-image-border figure.alignleft img,.wp-block-image.is-style-vk-image-border figure.alignright img,.wp-block-image.is-style-vk-image-border figure.aligncenter img{border:1px solid #e5e5e5}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft,.wp-block-image.is-style-vk-image-photoFrame figure.alignright,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignleft{margin:0 1em .5em 0}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignright{margin:0 0 .5em 1em}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignwide,.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignfull,.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignwide,.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignfull,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignwide,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignfull{width:auto}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame figure.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter figcaption{display:block;margin:8px 0 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:rotate(-2deg);-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg)}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignleft{margin:0 1em .5em 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignright{margin:0 0 .5em 1em}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignfull{width:auto}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter figcaption{display:block;margin:8px 0 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:rotate(2deg);-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg)}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignleft{margin:0 1em .5em 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignright{margin:0 0 .5em 1em}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignfull{width:auto}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter figcaption{display:block;margin:8px 0 0}.wp-block-image.is-style-vk-image-shadow figure.alignleft,.wp-block-image.is-style-vk-image-shadow figure.alignright,.wp-block-image.is-style-vk-image-shadow figure.aligncenter{-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.15);box-shadow:0 5px 10px rgba(0,0,0,0.15);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wp-block-image.is-style-vk-image-shadow figure.alignleft figcaption,.wp-block-image.is-style-vk-image-shadow figure.alignright figcaption,.wp-block-image.is-style-vk-image-shadow figure.aligncenter figcaption{display:block}.wp-block-image.is-style-vk-image-shadow figure.alignleft.alignwide,.wp-block-image.is-style-vk-image-shadow figure.alignright.alignwide,.wp-block-image.is-style-vk-image-shadow figure.aligncenter.alignwide{width:unset}.wp-block-image.is-style-vk-image-wave01 figure.alignleft img,.wp-block-image.is-style-vk-image-wave01 figure.alignright img,.wp-block-image.is-style-vk-image-wave01 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave01);mask-image:var(--vk_image-mask-wave01);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-wave02 figure.alignleft img,.wp-block-image.is-style-vk-image-wave02 figure.alignright img,.wp-block-image.is-style-vk-image-wave02 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave02);mask-image:var(--vk_image-mask-wave02);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-wave03 figure.alignleft img,.wp-block-image.is-style-vk-image-wave03 figure.alignright img,.wp-block-image.is-style-vk-image-wave03 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave03);mask-image:var(--vk_image-mask-wave03);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-wave04 figure.alignleft img,.wp-block-image.is-style-vk-image-wave04 figure.alignright img,.wp-block-image.is-style-vk-image-wave04 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave04);mask-image:var(--vk_image-mask-wave04);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}
36
-
37
- .wp-block-table thead th,.wp-block-table tfoot td{font-weight:bold}.wp-block-table.is-style-vk-table-border-top-bottom th,.wp-block-table.is-style-vk-table-border-top-bottom td{border-top:none;border-left:none;border-right:none;border-bottom:1px solid var(--vk-color-border-hr)}.wp-block-table.is-style-vk-table-border th,.wp-block-table.is-style-vk-table-border td{border:1px solid var(--vk-color-border-hr)}.wp-block-table.is-style-vk-table-border-stripes tbody tr:nth-child(2n+1){background-color:#f0f0f0}.wp-block-table.is-style-vk-table-border-stripes th,.wp-block-table.is-style-vk-table-border-stripes td{border:1px solid var(--vk-color-border-hr)}.editor-styles-wrapper .wp-block-table.is-style-regular th,.editor-styles-wrapper .wp-block-table.is-style-regular td{border-color:var(--vk-color-border-hr)}
1
+ :root{--vk-margin-elem:2rem}.text-nowrap{white-space:nowrap}:root{--vk-margin-sm: 1.5rem;--vk-margin-md: 2rem;--vk-margin-lg: 4rem}.vk_block-margin-sm{margin-top:var(--vk-margin-sm)}.vk_block-margin-md{margin-top:var(--vk-margin-md)}.vk_block-margin-lg{margin-top:var(--vk-margin-lg)}ul.is-style-vk-arrow-mark,ul.is-style-vk-triangle-mark,ul.is-style-vk-check-mark,ul.is-style-vk-check-circle-mark,ul.is-style-vk-check-square-mark,ul.is-style-vk-handpoint-mark,ul.is-style-vk-pencil-mark,ul.is-style-vk-smile-mark,ul.is-style-vk-frown-mark,ul.is-style-vk-numbered-circle-mark,ul.is-style-vk-numbered-square-mark,ol.is-style-vk-arrow-mark,ol.is-style-vk-triangle-mark,ol.is-style-vk-check-mark,ol.is-style-vk-check-circle-mark,ol.is-style-vk-check-square-mark,ol.is-style-vk-handpoint-mark,ol.is-style-vk-pencil-mark,ol.is-style-vk-smile-mark,ol.is-style-vk-frown-mark,ol.is-style-vk-numbered-circle-mark,ol.is-style-vk-numbered-square-mark{-webkit-padding-start:2em;padding-inline-start:2em}ul.is-style-vk-arrow-mark li,ul.is-style-vk-triangle-mark li,ul.is-style-vk-check-mark li,ul.is-style-vk-check-circle-mark li,ul.is-style-vk-check-square-mark li,ul.is-style-vk-handpoint-mark li,ul.is-style-vk-pencil-mark li,ul.is-style-vk-smile-mark li,ul.is-style-vk-frown-mark li,ul.is-style-vk-numbered-circle-mark li,ul.is-style-vk-numbered-square-mark li,ol.is-style-vk-arrow-mark li,ol.is-style-vk-triangle-mark li,ol.is-style-vk-check-mark li,ol.is-style-vk-check-circle-mark li,ol.is-style-vk-check-square-mark li,ol.is-style-vk-handpoint-mark li,ol.is-style-vk-pencil-mark li,ol.is-style-vk-smile-mark li,ol.is-style-vk-frown-mark li,ol.is-style-vk-numbered-circle-mark li,ol.is-style-vk-numbered-square-mark li{list-style:none;position:relative;margin-top:0;margin-left:0;margin:calc( var(--vk-size-text) * 0.8 ) 0;line-height:calc( var(--vk-size-text) * 1.65 )}ul.is-style-vk-numbered-circle-mark,ol.is-style-vk-numbered-circle-mark{counter-reset:number;list-style-type:none}ul.is-style-vk-numbered-circle-mark li,ol.is-style-vk-numbered-circle-mark li{position:relative;list-style:none;padding-left:.5em}ul.is-style-vk-numbered-circle-mark li:before,ol.is-style-vk-numbered-circle-mark li:before{position:absolute;left:0;counter-increment:number;content:counter(number);margin-left:-1.8em;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;border-radius:50%;font-size:calc( var(--vk-size-text) * 1 );line-height:calc( var(--vk-size-text) * 1.8 );width:26px;height:26px;text-align:center}ul.is-style-vk-numbered-circle-mark li ul,ul.is-style-vk-numbered-circle-mark li ol,ol.is-style-vk-numbered-circle-mark li ul,ol.is-style-vk-numbered-circle-mark li ol{counter-reset:num_inner;content:counter(num_inner)}ul.is-style-vk-numbered-circle-mark li ul li:before,ul.is-style-vk-numbered-circle-mark li ol li:before,ol.is-style-vk-numbered-circle-mark li ul li:before,ol.is-style-vk-numbered-circle-mark li ol li:before{counter-increment:num_inner;content:counter(num_inner)}ul.is-style-vk-numbered-square-mark,ol.is-style-vk-numbered-square-mark{counter-reset:number;list-style-type:none}ul.is-style-vk-numbered-square-mark li,ol.is-style-vk-numbered-square-mark li{position:relative;list-style:none;padding-left:.5em}ul.is-style-vk-numbered-square-mark li:before,ol.is-style-vk-numbered-square-mark li:before{position:absolute;left:-0.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;font-size:calc( var(--vk-size-text) * 1 );line-height:calc( var(--vk-size-text) * 1.8 );width:26px;height:26px;text-align:center;border-radius:2px}ul.is-style-vk-numbered-square-mark li ul,ul.is-style-vk-numbered-square-mark li ol,ol.is-style-vk-numbered-square-mark li ul,ol.is-style-vk-numbered-square-mark li ol{counter-reset:num_inner;content:counter(num_inner)}ul.is-style-vk-numbered-square-mark li ul li:before,ul.is-style-vk-numbered-square-mark li ol li:before,ol.is-style-vk-numbered-square-mark li ul li:before,ol.is-style-vk-numbered-square-mark li ol li:before{counter-increment:num_inner;content:counter(num_inner)}ul.is-style-vk-numbered-circle-mark.fa-lg li::before,ul.is-style-vk-numbered-square-mark.fa-lg li::before,ol.is-style-vk-numbered-circle-mark.fa-lg li::before,ol.is-style-vk-numbered-square-mark.fa-lg li::before{left:-0.8em}ul.is-style-vk-numbered-circle-mark.fa-2x li,ul.is-style-vk-numbered-square-mark.fa-2x li,ol.is-style-vk-numbered-circle-mark.fa-2x li,ol.is-style-vk-numbered-square-mark.fa-2x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-2x li::before,ul.is-style-vk-numbered-square-mark.fa-2x li::before,ol.is-style-vk-numbered-circle-mark.fa-2x li::before,ol.is-style-vk-numbered-square-mark.fa-2x li::before{left:-1.1em}ul.is-style-vk-numbered-circle-mark.fa-3x li,ul.is-style-vk-numbered-square-mark.fa-3x li,ol.is-style-vk-numbered-circle-mark.fa-3x li,ol.is-style-vk-numbered-square-mark.fa-3x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-3x li::before,ul.is-style-vk-numbered-square-mark.fa-3x li::before,ol.is-style-vk-numbered-circle-mark.fa-3x li::before,ol.is-style-vk-numbered-square-mark.fa-3x li::before{left:-1.4em}ul.is-style-vk-numbered-circle-mark.fa-4x li,ul.is-style-vk-numbered-square-mark.fa-4x li,ol.is-style-vk-numbered-circle-mark.fa-4x li,ol.is-style-vk-numbered-square-mark.fa-4x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-4x li::before,ul.is-style-vk-numbered-square-mark.fa-4x li::before,ol.is-style-vk-numbered-circle-mark.fa-4x li::before,ol.is-style-vk-numbered-square-mark.fa-4x li::before{left:-1.5em}ul.is-style-vk-numbered-circle-mark.fa-5x li,ul.is-style-vk-numbered-square-mark.fa-5x li,ol.is-style-vk-numbered-circle-mark.fa-5x li,ol.is-style-vk-numbered-square-mark.fa-5x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-5x li::before,ul.is-style-vk-numbered-square-mark.fa-5x li::before,ol.is-style-vk-numbered-circle-mark.fa-5x li::before,ol.is-style-vk-numbered-square-mark.fa-5x li::before{left:-1.6em}ul.is-style-vk-arrow-mark li::before,ol.is-style-vk-arrow-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-triangle-mark li::before,ol.is-style-vk-triangle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-mark li::before,ol.is-style-vk-check-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-circle-mark li::before,ol.is-style-vk-check-circle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-square-mark li::before,ol.is-style-vk-check-square-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-handpoint-mark li::before,ol.is-style-vk-handpoint-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-pencil-mark li::before,ol.is-style-vk-pencil-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-smile-mark li::before,ol.is-style-vk-smile-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-frown-mark li::before,ol.is-style-vk-frown-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.vk-has-pale-pink-color li::before,ol.vk-has-pale-pink-color li::before{color:#f78da7}ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before{color:#fff;background-color:#f78da7}ul.vk-has-vivid-red-color li::before,ol.vk-has-vivid-red-color li::before{color:#cf2e2e}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before{color:#fff;background-color:#cf2e2e}ul.vk-has-luminous-vivid-orange-color li::before,ol.vk-has-luminous-vivid-orange-color li::before{color:#ff6900}ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before{color:#fff;background-color:#ff6900}ul.vk-has-luminous-vivid-amber-color li::before,ol.vk-has-luminous-vivid-amber-color li::before{color:#fcb900}ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before{color:#fff;background-color:#fcb900}ul.vk-has-light-green-cyan-color li::before,ol.vk-has-light-green-cyan-color li::before{color:#7bdcb5}ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before{color:#fff;background-color:#7bdcb5}ul.vk-has-vivid-green-cyan-color li::before,ol.vk-has-vivid-green-cyan-color li::before{color:#00d084}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before{color:#fff;background-color:#00d084}ul.vk-has-pale-cyan-blue-color li::before,ol.vk-has-pale-cyan-blue-color li::before{color:#8ed1fc}ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before{color:#fff;background-color:#8ed1fc}ul.vk-has-vivid-cyan-blue-color li::before,ol.vk-has-vivid-cyan-blue-color li::before{color:#0693e3}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before{color:#fff;background-color:#0693e3}ul.vk-has-vivid-purple-color li::before,ol.vk-has-vivid-purple-color li::before{color:#9b51e0}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before{color:#fff;background-color:#9b51e0}ul.vk-has-very-light-gray-color li::before,ol.vk-has-very-light-gray-color li::before{color:#eee}ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before{color:#fff;background-color:#eee}ul.vk-has-cyan-bluish-gray-color li::before,ol.vk-has-cyan-bluish-gray-color li::before{color:#abb8c3}ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before{color:#fff;background-color:#abb8c3}ul.vk-has-very-dark-gray-color li::before,ol.vk-has-very-dark-gray-color li::before{color:#313131}ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before{color:#fff;background-color:#313131}ul.vk-has-white-color li::before,ol.vk-has-white-color li::before{color:#fff}ul.is-style-vk-numbered-circle-mark.vk-has-white-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-white-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-white-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-white-color li::before{color:#fff;background-color:#fff}.wp-block-group.is-style-vk-group-solid{border:solid 3px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-solid h2,.wp-block-group.is-style-vk-group-solid h3,.wp-block-group.is-style-vk-group-solid h4,.wp-block-group.is-style-vk-group-solid h5,.wp-block-group.is-style-vk-group-solid h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-solid ul,.wp-block-group.is-style-vk-group-solid ol{margin-top:0}.wp-block-group.is-style-vk-group-solid ul li:last-child,.wp-block-group.is-style-vk-group-solid ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-solid-roundcorner{border:solid 3px;border-radius:8px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-solid-roundcorner h2,.wp-block-group.is-style-vk-group-solid-roundcorner h3,.wp-block-group.is-style-vk-group-solid-roundcorner h4,.wp-block-group.is-style-vk-group-solid-roundcorner h5,.wp-block-group.is-style-vk-group-solid-roundcorner h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-solid-roundcorner ul,.wp-block-group.is-style-vk-group-solid-roundcorner ol{margin-top:0}.wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child,.wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-dotted{border:dotted 1px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-dotted h2,.wp-block-group.is-style-vk-group-dotted h3,.wp-block-group.is-style-vk-group-dotted h4,.wp-block-group.is-style-vk-group-dotted h5,.wp-block-group.is-style-vk-group-dotted h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-dotted ul,.wp-block-group.is-style-vk-group-dotted ol{margin-top:0}.wp-block-group.is-style-vk-group-dotted ul li:last-child,.wp-block-group.is-style-vk-group-dotted ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-dashed{border:dashed 2px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-dashed h2,.wp-block-group.is-style-vk-group-dashed h3,.wp-block-group.is-style-vk-group-dashed h4,.wp-block-group.is-style-vk-group-dashed h5,.wp-block-group.is-style-vk-group-dashed h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-dashed ul,.wp-block-group.is-style-vk-group-dashed ol{margin-top:0}.wp-block-group.is-style-vk-group-dashed ul li:last-child,.wp-block-group.is-style-vk-group-dashed ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-double{border:double 5px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-double h2,.wp-block-group.is-style-vk-group-double h3,.wp-block-group.is-style-vk-group-double h4,.wp-block-group.is-style-vk-group-double h5,.wp-block-group.is-style-vk-group-double h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-double ul,.wp-block-group.is-style-vk-group-double ol{margin-top:0}.wp-block-group.is-style-vk-group-double ul li:last-child,.wp-block-group.is-style-vk-group-double ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-stitch{margin:1em auto;padding:.5em;border-radius:8px}.wp-block-group.is-style-vk-group-stitch h2,.wp-block-group.is-style-vk-group-stitch h3,.wp-block-group.is-style-vk-group-stitch h4,.wp-block-group.is-style-vk-group-stitch h5,.wp-block-group.is-style-vk-group-stitch h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-stitch ul,.wp-block-group.is-style-vk-group-stitch ol{margin-top:0}.wp-block-group.is-style-vk-group-stitch ul li:last-child,.wp-block-group.is-style-vk-group-stitch ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container{border:dashed 2px;border-radius:8px;padding:1.8em}.wp-block-group.is-style-vk-group-top-bottom-border{border-top:solid 1px;border-bottom:solid 1px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem);padding-left:0;padding-right:0}.wp-block-group.is-style-vk-group-top-bottom-border h2,.wp-block-group.is-style-vk-group-top-bottom-border h3,.wp-block-group.is-style-vk-group-top-bottom-border h4,.wp-block-group.is-style-vk-group-top-bottom-border h5,.wp-block-group.is-style-vk-group-top-bottom-border h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-top-bottom-border ul,.wp-block-group.is-style-vk-group-top-bottom-border ol{margin-top:0}.wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child,.wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-shadow{-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.2);box-shadow:0px 0px 5px rgba(0,0,0,.2);padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-shadow h2,.wp-block-group.is-style-vk-group-shadow h3,.wp-block-group.is-style-vk-group-shadow h4,.wp-block-group.is-style-vk-group-shadow h5,.wp-block-group.is-style-vk-group-shadow h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-shadow ul,.wp-block-group.is-style-vk-group-shadow ol{margin-top:0}.wp-block-group.is-style-vk-group-shadow ul li:last-child,.wp-block-group.is-style-vk-group-shadow ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-info{background-color:#d9edf7;color:#31708f;border-radius:3px;border:1px solid #bce8f1;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-info h2,.wp-block-group.is-style-vk-group-alert-info h3,.wp-block-group.is-style-vk-group-alert-info h4,.wp-block-group.is-style-vk-group-alert-info h5,.wp-block-group.is-style-vk-group-alert-info h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-info ul,.wp-block-group.is-style-vk-group-alert-info ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-info ul li:last-child,.wp-block-group.is-style-vk-group-alert-info ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-success{background-color:#dff0d8;color:#3c763d;border-radius:3px;border:1px solid #d6e9c6;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-success h2,.wp-block-group.is-style-vk-group-alert-success h3,.wp-block-group.is-style-vk-group-alert-success h4,.wp-block-group.is-style-vk-group-alert-success h5,.wp-block-group.is-style-vk-group-alert-success h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-success ul,.wp-block-group.is-style-vk-group-alert-success ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-success ul li:last-child,.wp-block-group.is-style-vk-group-alert-success ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-radius:3px;border:1px solid #faebcc;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-warning h2,.wp-block-group.is-style-vk-group-alert-warning h3,.wp-block-group.is-style-vk-group-alert-warning h4,.wp-block-group.is-style-vk-group-alert-warning h5,.wp-block-group.is-style-vk-group-alert-warning h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-warning ul,.wp-block-group.is-style-vk-group-alert-warning ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-warning ul li:last-child,.wp-block-group.is-style-vk-group-alert-warning ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-danger{background-color:#f2dede;color:#a94442;border-radius:3px;border:1px solid #ebccd1;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-danger h2,.wp-block-group.is-style-vk-group-alert-danger h3,.wp-block-group.is-style-vk-group-alert-danger h4,.wp-block-group.is-style-vk-group-alert-danger h5,.wp-block-group.is-style-vk-group-alert-danger h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-danger ul,.wp-block-group.is-style-vk-group-alert-danger ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-danger ul li:last-child,.wp-block-group.is-style-vk-group-alert-danger ol li:last-child{margin-bottom:0}.wp-block-group h3:first-child,.wp-block-group h4:first-child{margin-top:0}.wp-block-group p:last-child,.wp-block-group ul:last-child,.wp-block-group ol:last-child,.wp-block-group dl:last-child,.wp-block-group table:last-child,.wp-block-group .wp-block-columns:last-child{margin-bottom:0}.wp-block-group.vk-has-pale-pink-color{border-color:#f78da7}.wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container{border-color:#f78da7}.wp-block-group.vk-has-vivid-red-color{border-color:#cf2e2e}.wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container{border-color:#cf2e2e}.wp-block-group.vk-has-luminous-vivid-orange-color{border-color:#ff6900}.wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container{border-color:#ff6900}.wp-block-group.vk-has-luminous-vivid-amber-color{border-color:#fcb900}.wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container{border-color:#fcb900}.wp-block-group.vk-has-light-green-cyan-color{border-color:#7bdcb5}.wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container{border-color:#7bdcb5}.wp-block-group.vk-has-vivid-green-cyan-color{border-color:#00d084}.wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container{border-color:#00d084}.wp-block-group.vk-has-pale-cyan-blue-color{border-color:#8ed1fc}.wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container{border-color:#8ed1fc}.wp-block-group.vk-has-vivid-cyan-blue-color{border-color:#0693e3}.wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container{border-color:#0693e3}.wp-block-group.vk-has-vivid-purple-color{border-color:#9b51e0}.wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container{border-color:#9b51e0}.wp-block-group.vk-has-very-light-gray-color{border-color:#eee}.wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container{border-color:#eee}.wp-block-group.vk-has-cyan-bluish-gray-color{border-color:#abb8c3}.wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container{border-color:#abb8c3}.wp-block-group.vk-has-very-dark-gray-color{border-color:#313131}.wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container{border-color:#313131}.wp-block-group.vk-has-white-color{border-color:#fff}.wp-block-group.vk-has-white-color .wp-block-group__inner-container{border-color:#fff}.editor-styles-wrapper .wp-block-group .wp-block{width:auto}.wp-block-embed-youtube iframe{width:100%}.has-text-align-right{text-align:right}.has-text-align-left{text-align:left}.has-text-align-center{text-align:center}.wp-block-social-links{-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 1400px){.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}
2
+ .alert{padding:1em;margin:1em auto;border-radius:3px}.alert p{margin:0}.alert+.alert{margin-top:2em}.alert a{-webkit-transition:color .3s linear,opacity .3s linear;transition:color .3s linear,opacity .3s linear}.alert a:link,.alert a:visited{opacity:.8;text-decoration:underline}.alert a:hover,.alert a:visited{opacity:1;text-decoration:none}.alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}
3
+ .vk_balloon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;margin-bottom:2.2em}.vk_balloon figure{margin:0}.vk_balloon p{word-break:break-all}.vk_balloon p:first-of-type{margin-top:0}.vk_balloon p:last-of-type{margin-bottom:0}.vk_balloon_icon{-ms-flex-preferred-size:80px;flex-basis:80px;-ms-flex-negative:0;flex-shrink:0;text-align:center}.vk_balloon_icon_image{vertical-align:bottom;width:64px;height:64px;-o-object-fit:cover;object-fit:cover;display:inline-block}.vk_balloon_icon_image-type-rounded{border-radius:4px}.vk_balloon_icon_image-type-circle{border-radius:50%}.vk_balloon_icon_name{display:block;text-align:center;font-size:.7rem;margin-top:.3rem}.vk_balloon_content_outer{width:100%}.vk_balloon_content{max-width:calc(100% - 6.2em);position:relative;text-align:left}.vk_balloon-position-left .vk_balloon_content{float:left}.vk_balloon-position-right .vk_balloon_content{float:right}.vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.vk_balloon_content{background:#f5f5f5;padding:calc(var(--vk-size-text) * 1 ) calc(var(--vk-size-text) * 1.2)}.vk_balloon_content_before,.vk_balloon_content_after{position:absolute;top:0;display:block;width:0;height:0;border-style:solid}.vk_balloon-type-speech .vk_balloon_content{border-radius:.4em}.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{top:15px}.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{z-index:1;border-right-color:inherit}.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before{z-index:2}.vk_balloon-type-think .vk_balloon_content{border-radius:1rem}.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{position:absolute;content:"";border-radius:50%;background:inherit}.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{width:14px;height:14px}.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{width:10px;height:10px}.vk_balloon-position-left .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-left .vk_balloon_content .vk_balloon_content_after{border-color:transparent #f5f5f5 transparent transparent}.vk_balloon-position-right .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-right .vk_balloon_content .vk_balloon_content_after{border-color:transparent transparent transparent #f5f5f5}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon{margin-right:calc( var(--vk-size-text) * 1.2 )}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{left:-10px;border-width:10px 12px 10px 0}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:calc( var(--vk-size-text) * 1.2 )}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{left:-18px;top:7px}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{left:-25px;top:20px}.vk_balloon-position-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon{margin-left:calc( var(--vk-size-text) * 1.2 )}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{right:-10px;border-width:10px 0 10px 12px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:calc( var(--vk-size-text) * 1.2 )}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{right:-18px;top:7px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{right:-25px;top:20px}.vk_balloon_content-border-true,.vk_balloon_icon_image-border-true{border-width:var(--vk-balloon-border-width, 1px);border-style:solid}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before{left:-10px}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after{left:var(--vk-balloon-speech-offset, -12px);border-right-color:inherit !important}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before{right:-10px}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after{right:var(--vk-balloon-speech-offset, -12px);border-left-color:inherit !important}.vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_before,.vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_after{border-width:var(--vk-balloon-border-width, 1px);border-style:solid;border-color:inherit !important}.vk_balloon-animation-trembling{-webkit-animation:trembling .1s infinite;animation:trembling .1s infinite}@-webkit-keyframes trembling{0%{-webkit-transform:rotate(-0.5deg);transform:rotate(-0.5deg)}50%{-webkit-transform:rotate(0.5deg);transform:rotate(0.5deg)}}@keyframes trembling{0%{-webkit-transform:rotate(-0.5deg);transform:rotate(-0.5deg)}50%{-webkit-transform:rotate(0.5deg);transform:rotate(0.5deg)}}.vk_balloon-animation-trembling-x{-webkit-animation:trembling-x .1s infinite;animation:trembling-x .1s infinite}@-webkit-keyframes trembling-x{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{-webkit-transform:scale(0.99, 0.96);transform:scale(0.99, 0.96)}}@keyframes trembling-x{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{-webkit-transform:scale(0.99, 0.96);transform:scale(0.99, 0.96)}}.vk_balloon-animation-pounding{-webkit-animation:pounding 1.5s infinite;animation:pounding 1.5s infinite}@-webkit-keyframes pounding{0%{-webkit-transform:scale(1.05);transform:scale(1.05)}5%{-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.05);transform:scale(1.05)}}@keyframes pounding{0%{-webkit-transform:scale(1.05);transform:scale(1.05)}5%{-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.05);transform:scale(1.05)}}.vk_balloon-animation-shaking{-webkit-animation:shaking .4s infinite;animation:shaking .4s infinite}@-webkit-keyframes shaking{0%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px)}50%{-webkit-transform:translate(-1px, -1px);transform:translate(-1px, -1px)}75%{-webkit-transform:translate(-1px, 1px);transform:translate(-1px, 1px)}100%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}}@keyframes shaking{0%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px)}50%{-webkit-transform:translate(-1px, -1px);transform:translate(-1px, -1px)}75%{-webkit-transform:translate(-1px, 1px);transform:translate(-1px, 1px)}100%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}}.vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;-webkit-animation:vibration .1s infinite;animation:vibration .1s infinite}@-webkit-keyframes vibration{0%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}25%{-webkit-transform:translate(2px, 2px) rotateZ(1deg);transform:translate(2px, 2px) rotateZ(1deg)}50%{-webkit-transform:translate(0px, 2px) rotateZ(0deg);transform:translate(0px, 2px) rotateZ(0deg)}75%{-webkit-transform:translate(2px, 0px) rotateZ(-1deg);transform:translate(2px, 0px) rotateZ(-1deg)}100%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}}@keyframes vibration{0%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}25%{-webkit-transform:translate(2px, 2px) rotateZ(1deg);transform:translate(2px, 2px) rotateZ(1deg)}50%{-webkit-transform:translate(0px, 2px) rotateZ(0deg);transform:translate(0px, 2px) rotateZ(0deg)}75%{-webkit-transform:translate(2px, 0px) rotateZ(-1deg);transform:translate(2px, 0px) rotateZ(-1deg)}100%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}}.icon-image-list-note:hover{cursor:pointer}@media only screen and (max-width: 480px){.vk_balloon_content{max-width:calc(100% - 2em);font-size:.9em;padding:1em}.vk_balloon-type-think .vk_balloon_content::after{border:5px solid transparent}.vk_balloon{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon{margin-right:1.5rem}.vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2rem}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-right{text-align:right}.vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon{margin-left:1.5rem;margin-right:0}.vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2rem;margin-right:0}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon_icon{max-width:64px}}
4
+ :root{--vk-color-border-red: #dc3545;--vk-color-background-red: #dc3545;--vk-color-border-orange: #ffa536;--vk-color-background-orange: #ffa536;--vk-color-border-blue: #4267b2;--vk-color-background-blue: #4267b2;--vk-color-border-green: #28a745;--vk-color-background-green: #28a745;--vk-color-border-black: #222;--vk-color-background-black: #222}.vk_borderBox-color-red{border-color:var(--vk-color-border-red);background-color:var(--vk-color-background-red)}.vk_borderBox-color-orange{border-color:var(--vk-color-border-orange);background-color:var(--vk-color-background-orange)}.vk_borderBox-color-blue{border-color:var(--vk-color-border-blue);background-color:var(--vk-color-background-blue)}.vk_borderBox-color-green{border-color:var(--vk-color-border-green);background-color:var(--vk-color-background-green)}.vk_borderBox-color-black{border-color:var(--vk-color-border-black);background-color:var(--vk-color-background-black)}.vk_borderBox-background-transparent .vk_borderBox_body{background-color:transparent}.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:transparent}.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{background-color:transparent}.vk_borderBox-background-white .vk_borderBox_body{background-color:#fff}.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:#fff}.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{background-color:#fff}.vk_borderBox{margin:0 auto 2em;position:relative}.vk_borderBox .vk_borderBox_title_container{margin:0;font-size:1em;line-height:1.4;padding:.5em 1.5em .4em;font-weight:bold}.vk_borderBox .vk_borderBox_title_container i:first-child,.vk_borderBox .vk_borderBox_title_container .svg-inline--fa{margin-right:5px}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title{display:inline;font-weight:bold;font-size:1em;color:inherit;background:none;padding:0;border:none;outline:none}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title::before{content:none}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title::after{content:none}.vk_borderBox .vk_borderBox_body{padding:1.5em;border-width:2px;border-style:solid}@media(min-width: 992px){.vk_borderBox .vk_borderBox_body{padding:2.1875em 2em 2em}}.vk_borderBox .vk_borderBox_body>*:first-child{margin-top:0}.vk_borderBox .vk_borderBox_body>*:last-child{margin-bottom:0}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{display:inline-block}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{border-radius:8px 8px 0 0}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_body{border-radius:0 8px 8px 8px}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature{background-color:transparent;border-width:2px;border-style:solid}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{padding:1.5em 1.5em 1em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_body{border:none;padding-top:0}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{position:relative;padding-top:2.2em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container::after{content:"";position:absolute;top:-32%;left:1.5em;padding:1.4em;border-radius:50%;border:solid 2px #fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fad{position:absolute;font-size:1.3em;margin-right:0;z-index:100;top:0%;left:2.3em;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%)}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{position:relative;top:-1.2em;left:1em;z-index:1;display:inline-block;padding:.5em .5em;background:#fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-banner{border:none;background-color:transparent}.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{color:#fff}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body{border-color:var(--vk-color-border-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body{border-color:var(--vk-color-border-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body{border-color:var(--vk-color-border-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body{border-color:var(--vk-color-border-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container{background-color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body{border-color:var(--vk-color-border-black)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container{color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container{color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container{color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container{color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container{color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas{color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-orange);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-blue);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-green);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-black);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{background-color:var(--vk-color-background-black)}
5
+ :root .has-vk-color-primary-background-color,:root .editor-styles-wrapper .has-vk-color-primary-background-color{background-color:var(--vk-color-primary)}:root .has-vk-color-secondary-background-color,:root .editor-styles-wrapper .has-vk-color-secondary-background-color{background-color:#6c757d}:root .has-vk-color-success-background-color,:root .editor-styles-wrapper .has-vk-color-success-background-color{background-color:#28a745}:root .has-vk-color-info-background-color,:root .editor-styles-wrapper .has-vk-color-info-background-color{background-color:#17a2b8}:root .has-vk-color-warning-background-color,:root .editor-styles-wrapper .has-vk-color-warning-background-color{background-color:#ffc107}:root .has-vk-color-danger-background-color,:root .editor-styles-wrapper .has-vk-color-danger-background-color{background-color:#dc3545}:root .has-vk-color-light-background-color,:root .editor-styles-wrapper .has-vk-color-light-background-color{background-color:#f8f9fa}:root .has-vk-color-dark-background-color,:root .editor-styles-wrapper .has-vk-color-dark-background-color{background-color:#343a40}:root .has-vk-color-primary-color,:root .editor-styles-wrapper .has-vk-color-primary-color{color:var(--vk-color-primary)}:root .has-vk-color-secondary-color,:root .editor-styles-wrapper .has-vk-color-secondary-color{color:#6c757d}:root .has-vk-color-success-color,:root .editor-styles-wrapper .has-vk-color-success-color{color:#28a745}:root .has-vk-color-info-color,:root .editor-styles-wrapper .has-vk-color-info-color{color:#17a2b8}:root .has-vk-color-warning-color,:root .editor-styles-wrapper .has-vk-color-warning-color{color:#ffc107}:root .has-vk-color-danger-color,:root .editor-styles-wrapper .has-vk-color-danger-color{color:#dc3545}:root .has-vk-color-light-color,:root .editor-styles-wrapper .has-vk-color-light-color{color:#f8f9fa}:root .has-vk-color-dark-color,:root .editor-styles-wrapper .has-vk-color-dark-color{color:#343a40}.vk_button,.editor-styles-wrapper .vk_button{margin:0 auto 5px;text-align:center}.vk_button-color-custom a:hover,.editor-styles-wrapper .vk_button-color-custom a:hover{opacity:.8;-webkit-box-shadow:0 0 0 .2rem rgba(171,184,195,.25);box-shadow:0 0 0 .2rem rgba(171,184,195,.25)}.vk_button-color-custom .vk_button_link-type-text:hover,.editor-styles-wrapper .vk_button-color-custom .vk_button_link-type-text:hover{-webkit-box-shadow:none;box-shadow:none}.vk_button .btn.has-background,.editor-styles-wrapper .vk_button .btn.has-background{color:#fff}.vk_button .btn.has-background.has-vk-color-light-background-color,.vk_button .btn.has-background.has-white-background-color,.editor-styles-wrapper .vk_button .btn.has-background.has-vk-color-light-background-color,.editor-styles-wrapper .vk_button .btn.has-background.has-white-background-color{color:#212529}.vk_button .has-text-color.is-style-outline,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline{background-color:transparent;border:1px solid currentColor}.vk_button .has-text-color.is-style-outline:hover,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover{border:1px solid #fff}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color{background-color:var(--vk-color-primary)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-secondary-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-secondary-color{background-color:#6c757d}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-success-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-success-color{background-color:#28a745}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-info-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-info-color{background-color:#17a2b8}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-warning-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-warning-color{background-color:#ffc107}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-danger-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-danger-color{background-color:#dc3545}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color{background-color:#f8f9fa}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-dark-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-dark-color{background-color:#343a40}.vk_button .has-text-color.is-style-outline:hover.has-black-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-black-color{background-color:#000}.vk_button .has-text-color.is-style-outline:hover.has-cyan-bluish-gray-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-cyan-bluish-gray-color{background-color:#abb8c3}.vk_button .has-text-color.is-style-outline:hover.has-white-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color{background-color:#fff}.vk_button .has-text-color.is-style-outline:hover.has-pale-pink-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-pale-pink-color{background-color:#f78da7}.vk_button .has-text-color.is-style-outline:hover.has-vivid-red-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vivid-red-color{background-color:#cf2e2e}.vk_button .has-text-color.is-style-outline:hover.has-luminous-vivid-orange-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-luminous-vivid-orange-color{background-color:#ff6900}.vk_button .has-text-color.is-style-outline:hover.has-luminous-vivid-amber-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-luminous-vivid-amber-color{background-color:#fcb900}.vk_button .has-text-color.is-style-outline:hover.has-light-green-cyan-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-light-green-cyan-color{background-color:#7bdcb5}.vk_button .has-text-color.is-style-outline:hover.has-vivid-green-cyan-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vivid-green-cyan-color{background-color:#00d084}.vk_button .has-text-color.is-style-outline:hover.has-pale-cyan-blue-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-pale-cyan-blue-color{background-color:#8ed1fc}.vk_button .has-text-color.is-style-outline:hover.has-vivid-cyan-blue-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vivid-cyan-blue-color{background-color:#0693e3}.vk_button .has-text-color.is-style-outline:hover.has-vivid-purple-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vivid-purple-color{background-color:#9b51e0}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color{background-color:var(--vk-color-primary)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-dark-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-dark-color{background-color:var(--vk-color-primary-dark)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-vivid-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-vivid-color{background-color:var(--vk-color-primary-vivid)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-1-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-1-color{background-color:var(--vk-color-custom-1)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-2-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-2-color{background-color:var(--vk-color-custom-2)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-3-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-3-color{background-color:var(--vk-color-custom-3)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-4-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-4-color{background-color:var(--vk-color-custom-4)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-5-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-5-color{background-color:var(--vk-color-custom-5)}.vk_button .has-text-color.is-style-outline:hover .vk_button_link_before,.vk_button .has-text-color.is-style-outline:hover .vk_button_link_txt,.vk_button .has-text-color.is-style-outline:hover .vk_button_link_after,.vk_button .has-text-color.is-style-outline:hover .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover .vk_button_link_subCaption{color:#fff}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_before,.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_txt,.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_after,.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_subCaption,.vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_before,.vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_txt,.vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_after,.vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_subCaption{color:#212529}.vk_button .has-text-color.vk_button_link-type-text:hover,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover{text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-thickness:1px}.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_before,.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_txt,.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_after,.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_subCaption,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_before,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_txt,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_after,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_subCaption{color:#212529}.vk_button.vk_button-align-left,.editor-styles-wrapper .vk_button.vk_button-align-left{text-align:left}.vk_button.vk_button-align-center,.editor-styles-wrapper .vk_button.vk_button-align-center{text-align:center}.vk_button.vk_button-align-right,.editor-styles-wrapper .vk_button.vk_button-align-right{text-align:right}.vk_button.vk_button-align-block,.editor-styles-wrapper .vk_button.vk_button-align-block{display:block}.vk_button.vk_button-align-wide,.editor-styles-wrapper .vk_button.vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.vk_button.vk_button-align-wide .vk_button_btn,.vk_button.vk_button-align-wide .btn,.editor-styles-wrapper .vk_button.vk_button-align-wide .vk_button_btn,.editor-styles-wrapper .vk_button.vk_button-align-wide .btn{display:block}.vk_button .vk_button_link,.editor-styles-wrapper .vk_button .vk_button_link{min-width:100px;min-height:30px}.vk_button .vk_button_link-type-text,.editor-styles-wrapper .vk_button .vk_button_link-type-text{-webkit-box-shadow:none;box-shadow:none;padding:0}.vk_button .vk_button_link-type-text:hover,.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover{background:none;-webkit-box-shadow:none;box-shadow:none}.vk_button .vk_button_link.btn,.editor-styles-wrapper .vk_button .vk_button_link.btn{padding-top:.6em;padding-bottom:.6em;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;text-decoration:none;font-size:calc( var(--vk-size-text) * 1 )}.vk_button .vk_button_link.btn-lg,.editor-styles-wrapper .vk_button .vk_button_link.btn-lg{font-size:calc( var(--vk-size-text) * 1.25 )}.vk_button .vk_button_link.btn-sm,.editor-styles-wrapper .vk_button .vk_button_link.btn-sm{font-size:calc( var(--vk-size-text) * .875 )}.vk_button .vk_button_link_before,.editor-styles-wrapper .vk_button .vk_button_link_before{margin-right:.7rem}.vk_button .vk_button_link_after,.editor-styles-wrapper .vk_button .vk_button_link_after{margin-left:.7rem}.vk_button .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.vk_button .editor-rich-text,.editor-styles-wrapper .vk_button .editor-rich-text{display:inline-block}
6
+ :root{--vk-color-border: rgba(0,0,0,.12)}.is-style-vk_faq-normal .vk_faq_title:before{color:#e50000}.is-style-vk_faq-normal .vk_faq_content:before{color:#337ab7}.is-style-vk_faq-bgfill-circle .vk_faq_title:before,.is-style-vk_faq-bgfill-square .vk_faq_title:before,.is-style-vk_faq-bgfill-rounded .vk_faq_title:before{background-color:#e50000;color:#fff !important}.is-style-vk_faq-bgfill-circle .vk_faq_content:before,.is-style-vk_faq-bgfill-square .vk_faq_content:before,.is-style-vk_faq-bgfill-rounded .vk_faq_content:before{background-color:#337ab7;color:#fff !important}.is-style-vk_faq-bgfill-circle .vk_faq_title:before,.is-style-vk_faq-bgfill-circle .vk_faq_content:before,.is-style-vk_faq-border-circle .vk_faq_title:before,.is-style-vk_faq-border-circle .vk_faq_content:before{border-radius:50%}.is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.is-style-vk_faq-border-rounded .vk_faq_title:before,.is-style-vk_faq-border-rounded .vk_faq_content:before{border-radius:4px}.is-style-vk_faq-border-circle .vk_faq_title:before,.is-style-vk_faq-border-square .vk_faq_title:before,.is-style-vk_faq-border-rounded .vk_faq_title:before{border:1px solid #e50000;color:#e50000}.is-style-vk_faq-border-circle .vk_faq_content:before,.is-style-vk_faq-border-square .vk_faq_content:before,.is-style-vk_faq-border-rounded .vk_faq_content:before{border:1px solid #337ab7;color:#337ab7}.vk_faq{display:block;overflow:hidden;border-bottom:1px solid var(--vk-color-border);padding:0px 0px 1rem;margin:0 auto 1rem auto;width:100%;position:relative}.vk_faq .vk_faq_title{border:none;padding:.8rem .8rem .8rem 3rem;margin:0;position:relative;font-weight:bold;font-size:16px;border-bottom:1px dotted var(--vk-color-border)}.vk_faq .vk_faq_title:before{position:absolute;left:0;top:.7rem;font-weight:500;font-size:22px;line-height:105%;width:2.1rem;height:2.1rem;line-height:2.1rem;text-align:center;position:absolute;font-family:"areal"}.vk_faq .vk_faq_title p:first-of-type{margin-top:0}.vk_faq .vk_faq_title p:last-child{margin-bottom:0}.vk_faq .vk_faq_title:before{content:"Q";color:#e50000;font-weight:500}.vk_faq .vk_faq_title p{line-height:1.7}@media(min-width: 768px){.vk_faq .vk_faq_title{font-size:18px}}.vk_faq .vk_faq_content{border:none;padding:.8rem .8rem .8rem 3rem;margin:0;position:relative;font-weight:normal;-webkit-transition:.25s;transition:.25s}.vk_faq .vk_faq_content:before{position:absolute;left:0;top:.7rem;font-weight:500;font-size:22px;line-height:105%;width:2.1rem;height:2.1rem;line-height:2.1rem;text-align:center;position:absolute;font-family:"areal"}.vk_faq .vk_faq_content p:first-of-type{margin-top:0}.vk_faq .vk_faq_content p:last-child{margin-bottom:0}.vk_faq .vk_faq_content:before{content:"A";color:#337ab7}.vk_faq.vk_faq-accordion-close,.vk_faq.vk_faq-accordion-open{padding-bottom:0;margin-bottom:0}.vk_faq.vk_faq-accordion-close .vk_faq-body,.vk_faq.vk_faq-accordion-open .vk_faq-body{margin-top:0;margin-bottom:0}.vk_faq.vk_faq-accordion-close .vk_faq_title,.vk_faq.vk_faq-accordion-open .vk_faq_title{padding-right:2rem}@media(min-width: 768px){.vk_faq.vk_faq-accordion-close .vk_faq_title,.vk_faq.vk_faq-accordion-open .vk_faq_title{padding-right:2.5rem}}.vk_faq.vk_faq-accordion-close .vk_faq_title::after,.vk_faq.vk_faq-accordion-open .vk_faq_title::after{position:absolute;top:50%;right:unset;right:2.5rem;content:"";width:8px;height:8px;border-right:1px solid #222;border-top:1px solid #222;transition:border-color .3s ease,-webkit-transform .6s ease;-webkit-transition:border-color .3s ease,-webkit-transform .6s ease;transition:border-color .3s ease,transform .6s ease;transition:border-color .3s ease,transform .6s ease,-webkit-transform .6s ease}.vk_faq.vk_faq-accordion-close .vk_faq_title{border-bottom:none}.vk_faq.vk_faq-accordion-close .vk_faq_title::after{-webkit-transform:translate(32px, -5px) rotate(135deg);transform:translate(32px, -5px) rotate(135deg)}.vk_faq.vk_faq-accordion-open .vk_faq_title::after{-webkit-transform:translate(32px, -2px) rotate(-45deg);transform:translate(32px, -2px) rotate(-45deg)}.vk_faq.vk_faq-accordion .vk_faq_title{cursor:pointer}.vk_faq .vk_faq_content-accordion-open{height:auto;overflow:hidden;opacity:1;-webkit-transition:.25s;transition:.25s;margin-bottom:10px}.vk_faq .vk_faq_content-accordion-close{padding-top:0;padding-bottom:0;height:0;opacity:0;overflow:hidden}.editor-styles-wrapper .vk_faq .block-editor-inner-blocks div.block-editor-block-list__block:not(.is_hovered){margin-top:0;margin-bottom:0}.editor-styles-wrapper .vk_faq .block-editor-inner-blocks .wp-block:not(.is_hovered){width:100%}
 
 
 
 
 
 
7
  .vk_flow{margin-bottom:0}.vk_flow .vk_flow_frame{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vk_flow .vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.vk_flow .vk_flow_frame_text_title,.vk_flow .vk_flow_frame_text_content{padding-left:0;border:none}.vk_flow .vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.vk_flow .vk_flow_frame_text_content{margin-bottom:0;-webkit-margin-start:0;margin-inline-start:0;margin-left:0}.vk_flow .vk_flow_frame_image{max-width:150px;margin-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.vk_flow.vk_flow-arrow-on::after{position:relative;content:"";background:var(--vk_flow-arrow) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.vk_flow.vk_flow-arrow-off{padding-bottom:0;margin-bottom:30px}.vk_flow.vk_flow-arrow-off::after{content:"";font-size:0;background-image:none}.block-editor-block-list__layout .block-editor-block-list__block.vk_flow-arrow-on:focus:after{position:relative;-webkit-box-shadow:none;box-shadow:none}
8
+ .vk_heading i:first-child{margin-right:.2em}.vk_heading i:last-child{margin-left:.2em}.vk_heading.vk_heading-style-plain .vk_heading_title{background:none;border:none;border-radius:0;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:none;box-shadow:none;display:block;color:unset}.vk_heading.vk_heading-style-plain .vk_heading_title:after{content:none;border:none}.vk_heading.vk_heading-style-plain .vk_heading_title:before{content:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after{background:none;border:none;border-radius:0;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:none;box-shadow:none;display:block}.vk_heading.vk_heading-style-plain .vk_heading_title:after:after{content:none;border:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after:before{content:none}.vk_heading_subtext{margin-bottom:0}
 
 
9
  @media screen and (max-width: 991.98px){.vk_icon{margin-bottom:1.5em}}.wp-block-vk-blocks-icon .vk_icon_border{display:inline-block;position:relative;width:80px;height:80px;border-radius:50%}.wp-block-vk-blocks-icon .vk_icon_link{display:inline-block}.wp-block-vk-blocks-icon .vk_icon_link:hover{opacity:.85}.wp-block-vk-blocks-icon .vk_icon_font{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px}.wp-block-vk-blocks-icon .is-style-outline .vk_icon_border{background-color:transparent;border:1px solid currentColor}.wp-block-vk-blocks-icon .vk_icon_frame:not(.is-style-outline):not(.is-style-noline) .vk_icon_font{color:#fff}.wp-block-vk-blocks-icon .vk_icon_align_center{text-align:center}.wp-block-vk-blocks-icon .vk_icon_align_right{text-align:right}.wp-block-vk-blocks-icon .vk_icon_border_frame{background-color:transparent;border-width:1px;border-style:solid}.wp-block-vk-blocks-icon div:not(.is-style-outline):not(.is-style-noline) .vk_icon_border:not(.vk_icon_border_frame):not(.vk_icon_border_none) .vk_icon_font{color:#fff}.wp-block-vk-blocks-icon .vk_icon_frame:not(.is-style-outline):not(.is-style-noline) .vk_icon_border:not(.has-background){background-color:#337ab7}.wp-block-vk-blocks-icon .is-style-noline .vk_icon_border:not(.has-text-color){color:#337ab7}.wp-block-vk-blocks-icon .is-style-outline .vk_icon_border:not(.has-text-color){color:#337ab7}
 
10
  @media screen and (max-width: 992px){.vk_icons{margin-bottom:1.5em}}.vk_icons_col{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;clear:both;margin-left:-8px}.vk_icons_col .vk_icon{margin:4px 0 4px 8px}.vk_icons_col .vk_icon_frame{line-height:1}.vk_icons_col-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vk_icons_col-justify-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.vk_icons_col-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
11
+ .vk_prBlocks .vk_prBlocks_item a{text-decoration:none}@media screen and (max-width: 991.98px){.vk_prBlocks .vk_prBlocks_item{margin-bottom:1.5em}}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_link{color:#333}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_title{background-color:transparent;margin-top:.9em;margin-bottom:.6em;text-align:center;font-size:21px;line-height:1.4em;border:none;border-radius:unset;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;color:inherit;display:block}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_title::before{content:none}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_title::after{border:none}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_summary{margin-bottom:.5em;text-align:center;line-height:1.8em}
12
+ @media(min-width: 576px){.vk_prContent{display:-webkit-box;display:-ms-flexbox;display:flex}.vk_prContent .col-sm-6{width:50%}.vk_prContent-layout-imageLeft{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.vk_prContent-layout-imageRight{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vk_prContent-layout-imageLeft .vk_prContent_colImg{padding-right:2em;padding-left:0}.vk_prContent-layout-imageRight .vk_prContent_colImg{padding-left:2em;padding-right:0}}.vk_prContent .vk_prContent_colTxt{vertical-align:top}.vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title{font-size:calc(var(--vk-size-text) * 1.75 );background-color:transparent;font-weight:bold;margin-top:0;margin-bottom:.8em;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border:none;border-radius:unset;padding:0;color:inherit;line-height:1.5;text-align:left}@media(max-width: 575.98px){.vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title:first-child{margin-top:30px}}.vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title:before,.vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title:after{content:none}.vk_prContent .vk_prContent_colTxt_text{line-height:1.8;margin-bottom:1.7em}@media(min-width: 992px){.vk_prContent .vk_prContent_colTxt_btn.btn{font-size:16px}}.vk_prContent .vk_prContent_colImg_image{max-width:100%;height:auto}.vk_prContent .vk_prContent_colImg .components-button.button{margin:1em}.vk_prContent .vk_prContent_colImg .components-button.image-button{margin:0;height:auto}
13
+ .vk_spacer-type-height{display:block;overflow:hidden}@media(max-width: 576px){.vk_spacer .vk_spacer-display-pc{display:none}.vk_spacer .vk_spacer-display-tablet{display:none}.vk_spacer .vk_spacer-display-mobile{display:block}}@media(min-width: 577px)and (max-width: 768px){.vk_spacer .vk_spacer-display-pc{display:none}.vk_spacer .vk_spacer-display-tablet{display:block}.vk_spacer .vk_spacer-display-mobile{display:none}}@media(min-width: 769px){.vk_spacer .vk_spacer-display-pc{display:block}.vk_spacer .vk_spacer-display-tablet{display:none}.vk_spacer .vk_spacer-display-mobile{display:none}}
14
+ .vk_staff_text{float:left;width:61.6%}.vk_staff_photo{float:right;width:32%}.vk_staff-layout-imageLeft .vk_staff_text{float:right}.vk_staff-layout-imageLeft .vk_staff_photo{float:left}.vk_staff{display:block;overflow:hidden}.vk_staff .vk_staff_text .vk_staff_text_name{text-align:left;-webkit-box-shadow:none;box-shadow:none;font-size:calc(var(--vk-size-text) * 2.5 );font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif";line-height:1;margin-bottom:.5rem;border:none;padding:0;background-color:transparent;display:inline}.vk_staff .vk_staff_text .vk_staff_text_name:before,.vk_staff .vk_staff_text .vk_staff_text_name:after{display:none}.vk_staff .vk_staff_text .vk_staff_text_caption{font-size:14px;display:block;margin:0 0 .5rem 4px;letter-spacing:5px}.vk_staff .vk_staff_text .vk_staff_text_role{font-size:14px;line-height:1.6em}.vk_staff .vk_staff_text .vk_staff_text_profileTitle{font-size:18px;padding-top:0;padding-left:0;padding-bottom:2px;margin-top:calc(var(--vk-size-text) * 1.5);margin-bottom:calc(var(--vk-size-text) * 1.2 );border-top:none;border-left:none;border-bottom:1px solid #ccc;background:none}.vk_staff .vk_staff_text .vk_staff_text_profileTitle:before,.vk_staff .vk_staff_text .vk_staff_text_profileTitle:after{border:none}.vk_staff .vk_staff_text .vk_staff_text_profileText{font-size:14px}.vk_staff .vk_staff-headingFont-serif .vk_staff_text_name{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif"}.vk_staff .vk_staff-headingFont-serif .vk_staff_text_caption{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif"}.vk_staff .vk_staff-headingFont-serif .vk_staff_text_role{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif"}.vk_staff .vk_staff-headingFont-serif .vk_staff_text_profileTitle{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif"}.vk_staff .vk_staff_photo{display:block;vertical-align:top;text-align:center}.vk_staff .vk_staff_photo button{width:100%}.vk_staff .vk_staff_photo .image-button{padding:0;margin:0;display:block;height:100%}.vk_staff .vk_staff_photo-border-default{border:4px solid #efefef;padding:1px}.vk_staff .vk_staff_photo-border-none{border:none}.vk_staff .vk_staff_photo_image{width:100%;margin:0;display:block}@media(min-width: 992px){.page-template-page-onecolumn .vk_staff_text,.page-template-page-lp .vk_staff_text,.page-template-page-lp-builder .vk_staff_text{width:74%}.page-template-page-onecolumn .vk_staff_text_caption,.page-template-page-lp .vk_staff_text_caption,.page-template-page-lp-builder .vk_staff_text_caption{font-size:1rem;letter-spacing:.5rem}.page-template-page-onecolumn .vk_staff_text_role,.page-template-page-lp .vk_staff_text_role,.page-template-page-lp-builder .vk_staff_text_role{letter-spacing:.5rem}.page-template-page-onecolumn .vk_staff_photo,.page-template-page-lp .vk_staff_photo,.page-template-page-lp-builder .vk_staff_photo{width:22%}}@media(min-width: 1200px){.page-template-page-onecolumn .vk_staff_text,.page-template-page-lp .vk_staff_text,.page-template-page-lp-builder .vk_staff_text{width:75%}.page-template-page-onecolumn .vk_staff_photo,.page-template-page-lp .vk_staff_photo,.page-template-page-lp-builder .vk_staff_photo{width:20%}}
15
+ .vk_hidden{display:none !important;color:var(--blue)}@media(max-width: 575.98px){.vk_hidden-xs{display:none !important}}@media(min-width: 576px)and (max-width: 767.98px){.vk_hidden-sm{display:none !important}}@media(min-width: 768px)and (max-width: 991.98px){.vk_hidden-md{display:none !important}}@media(min-width: 992px)and (max-width: 1199.98px){.vk_hidden-lg{display:none !important}}@media(min-width: 1200px){.vk_hidden-xl{display:none !important}}@media(min-width: 1200px)and (max-width: 1399.98px){.vk_hidden-xl-v2{display:none !important}}@media(min-width: 1400px){.vk_hidden-xxl{display:none !important}}
16
+ .vk_responsive-br{display:none}@media(max-width: 575.98px){.vk_responsive-br-xs{display:block}}@media(min-width: 576px)and (max-width: 767.98px){.vk_responsive-br-sm{display:block}}@media(min-width: 768px)and (max-width: 991.98px){.vk_responsive-br-md{display:block}}@media(min-width: 992px)and (max-width: 1199.98px){.vk_responsive-br-lg{display:block}}@media(min-width: 1200px)and (max-width: 1399.98px){.vk_responsive-br-xl{display:block}}@media(min-width: 1400px){.vk_responsive-br-xxl{display:block}}
17
+ .is-style-vk-heading h3.is-style-vk-heading:after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after{border-bottom:none !important}.is-style-vk-heading-plain,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-plain{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:unset;display:block}.is-style-vk-heading-plain::before,.is-style-vk-heading-plain::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-plain::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-plain::after{content:none}.is-style-vk-heading-background_fill_lightgray,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;border:none;background-color:#efefef;padding:.6em .7em .5em;margin-bottom:1.2em;border-radius:4px}.is-style-vk-heading-background_fill_lightgray::before,.is-style-vk-heading-background_fill_lightgray::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after{content:none}.is-style-vk-heading-double_black,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-double_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-top:double 3px #333;border-bottom:double 3px #333}.is-style-vk-heading-double_black::before,.is-style-vk-heading-double_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-double_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-double_black::after{content:none}.is-style-vk-heading-double_bottomborder_black,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:double 3px #333}.is-style-vk-heading-double_bottomborder_black::before,.is-style-vk-heading-double_bottomborder_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after{content:none}.is-style-vk-heading-solid_black,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-solid_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-top:solid 1px #333;border-bottom:solid 1px #333}.is-style-vk-heading-solid_black::before,.is-style-vk-heading-solid_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-solid_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-solid_black::after{content:none}.is-style-vk-heading-solid_bottomborder_black,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:solid 1px #333}.is-style-vk-heading-solid_bottomborder_black::before,.is-style-vk-heading-solid_bottomborder_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after{content:none}.is-style-vk-heading-dotted_bottomborder_black,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:1px dotted #111}.is-style-vk-heading-dotted_bottomborder_black::before,.is-style-vk-heading-dotted_bottomborder_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after{content:none}.is-style-vk-heading-both_ends,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-both_ends{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-bottom:1.2em;padding:0}.is-style-vk-heading-both_ends::before,.is-style-vk-heading-both_ends::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-both_ends::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-both_ends::after{content:"";-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom:1px solid #333;position:unset;width:unset;border-left:unset;border-right:unset;border-top:none;background:unset}.is-style-vk-heading-both_ends::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-both_ends::before{margin-right:1em;top:unset}.is-style-vk-heading-both_ends::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-both_ends::after{margin-left:1em;bottom:unset}.is-style-vk-heading-brackets_black,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-brackets_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;border:none;background-color:transparent !important;padding:.7em;margin-bottom:1.2em;text-align:center;border-bottom:unset !important}.is-style-vk-heading-brackets_black::before,.is-style-vk-heading-brackets_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-brackets_black::after{content:"";position:absolute;top:0;width:12px;height:100%;display:inline-block;margin-left:0;border-top:solid 1px #333;border-bottom:solid 1px #333;background:unset}.is-style-vk-heading-brackets_black::before,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-brackets_black::before{border-left:solid 1px #333;left:0}.is-style-vk-heading-brackets_black::after,.edit-post-visual-editor .editor-styles-wrapper .is-style-vk-heading-brackets_black::after{border-right:solid 1px #333 !important;right:0;left:auto}
18
+ .wp-block-image figcaption{text-align:center;font-size:calc(var(--vk-size-text)* 0.75 )}figure.wp-block-image.is-style-vk-image-rounded img{border-radius:.5rem}figure.wp-block-image.is-style-vk-image-border img{border:1px solid #e5e5e5}figure.wp-block-image.is-style-vk-image-photoFrame{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}figure.wp-block-image.is-style-vk-image-photoFrame.alignleft{margin:0 1em .5em 0}figure.wp-block-image.is-style-vk-image-photoFrame.alignright{margin:0 0 .5em 1em}figure.wp-block-image.is-style-vk-image-photoFrame.alignwide,figure.wp-block-image.is-style-vk-image-photoFrame.alignfull{width:auto}figure.wp-block-image.is-style-vk-image-photoFrame figcaption{display:block;margin:8px 0 0}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:rotate(-2deg);-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg)}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft{margin:0 1em .5em 0}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright{margin:0 0 .5em 1em}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignwide,figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignfull{width:auto}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right figcaption{display:block;margin:8px 0 0}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:rotate(2deg);-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg)}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft{margin:0 1em .5em 0}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright{margin:0 0 .5em 1em}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignwide,figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignfull{width:auto}figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left figcaption{display:block;margin:8px 0 0}figure.wp-block-image.is-style-vk-image-shadow{-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}figure.wp-block-image.is-style-vk-image-shadow figcaption{display:block}figure.wp-block-image.is-style-vk-image-shadow.alignwide{width:unset}figure.wp-block-image.is-style-vk-image-wave01 img{-webkit-mask-image:var(--vk_image-mask-wave01);mask-image:var(--vk_image-mask-wave01);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}figure.wp-block-image.is-style-vk-image-wave02 img{-webkit-mask-image:var(--vk_image-mask-wave02);mask-image:var(--vk_image-mask-wave02);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}figure.wp-block-image.is-style-vk-image-wave03 img{-webkit-mask-image:var(--vk_image-mask-wave03);mask-image:var(--vk_image-mask-wave03);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}figure.wp-block-image.is-style-vk-image-wave04 img{-webkit-mask-image:var(--vk_image-mask-wave04);mask-image:var(--vk_image-mask-wave04);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-rounded figure.alignleft img,.wp-block-image.is-style-vk-image-rounded figure.alignright img,.wp-block-image.is-style-vk-image-rounded figure.aligncenter img{border-radius:.5rem}.wp-block-image.is-style-vk-image-border figure.alignleft img,.wp-block-image.is-style-vk-image-border figure.alignright img,.wp-block-image.is-style-vk-image-border figure.aligncenter img{border:1px solid #e5e5e5}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft,.wp-block-image.is-style-vk-image-photoFrame figure.alignright,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignleft{margin:0 1em .5em 0}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignright{margin:0 0 .5em 1em}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignwide,.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignfull,.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignwide,.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignfull,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignwide,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignfull{width:auto}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame figure.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter figcaption{display:block;margin:8px 0 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:rotate(-2deg);-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg)}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignleft{margin:0 1em .5em 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignright{margin:0 0 .5em 1em}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignfull{width:auto}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter figcaption{display:block;margin:8px 0 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:rotate(2deg);-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg)}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignleft{margin:0 1em .5em 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignright{margin:0 0 .5em 1em}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignfull,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignwide,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignfull{width:auto}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter figcaption{display:block;margin:8px 0 0}.wp-block-image.is-style-vk-image-shadow figure.alignleft,.wp-block-image.is-style-vk-image-shadow figure.alignright,.wp-block-image.is-style-vk-image-shadow figure.aligncenter{-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wp-block-image.is-style-vk-image-shadow figure.alignleft figcaption,.wp-block-image.is-style-vk-image-shadow figure.alignright figcaption,.wp-block-image.is-style-vk-image-shadow figure.aligncenter figcaption{display:block}.wp-block-image.is-style-vk-image-shadow figure.alignleft.alignwide,.wp-block-image.is-style-vk-image-shadow figure.alignright.alignwide,.wp-block-image.is-style-vk-image-shadow figure.aligncenter.alignwide{width:unset}.wp-block-image.is-style-vk-image-wave01 figure.alignleft img,.wp-block-image.is-style-vk-image-wave01 figure.alignright img,.wp-block-image.is-style-vk-image-wave01 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave01);mask-image:var(--vk_image-mask-wave01);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-wave02 figure.alignleft img,.wp-block-image.is-style-vk-image-wave02 figure.alignright img,.wp-block-image.is-style-vk-image-wave02 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave02);mask-image:var(--vk_image-mask-wave02);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-wave03 figure.alignleft img,.wp-block-image.is-style-vk-image-wave03 figure.alignright img,.wp-block-image.is-style-vk-image-wave03 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave03);mask-image:var(--vk_image-mask-wave03);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-wave04 figure.alignleft img,.wp-block-image.is-style-vk-image-wave04 figure.alignright img,.wp-block-image.is-style-vk-image-wave04 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave04);mask-image:var(--vk_image-mask-wave04);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}
19
+ .wp-block-table thead th,.wp-block-table tfoot td{font-weight:bold}.wp-block-table.is-style-vk-table-border-top-bottom th,.wp-block-table.is-style-vk-table-border-top-bottom td{border-top:none;border-left:none;border-right:none;border-bottom:1px solid var(--vk-color-border-hr)}.wp-block-table.is-style-vk-table-border th,.wp-block-table.is-style-vk-table-border td{border:1px solid var(--vk-color-border-hr)}.wp-block-table.is-style-vk-table-border-stripes tbody tr:nth-child(2n+1){background-color:#f0f0f0}.wp-block-table.is-style-vk-table-border-stripes th,.wp-block-table.is-style-vk-table-border-stripes td{border:1px solid var(--vk-color-border-hr)}.editor-styles-wrapper .wp-block-table.is-style-regular th,.editor-styles-wrapper .wp-block-table.is-style-regular td{border-color:var(--vk-color-border-hr)}
 
 
 
 
 
 
 
 
 
inc/vk-blocks/build/block-build.js CHANGED
@@ -1,2 +1,2 @@
1
- !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=113)}([function(e,t){e.exports=window.wp.element},function(e,t){e.exports=window.wp.i18n},function(e,t){e.exports=window.wp.blockEditor},function(e,t){e.exports=window.wp.components},function(e,t){function n(t){return e.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.default=e.exports,e.exports.__esModule=!0,n(t)}e.exports=n,e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t){e.exports=window.React},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.htmlparser2=t.convertNodeToElement=t.processNodes=void 0;var r=n(25);Object.defineProperty(t,"processNodes",{enumerable:!0,get:function(){return c(r).default}});var o=n(44);Object.defineProperty(t,"convertNodeToElement",{enumerable:!0,get:function(){return c(o).default}});var a=n(20);Object.defineProperty(t,"htmlparser2",{enumerable:!0,get:function(){return c(a).default}});var l=c(n(112));function c(e){return e&&e.__esModule?e:{default:e}}t.default=l.default},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t){function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}e.exports=function(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),e},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t,n){var r=n(68);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&r(e,t)},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t,n){var r=n(29).default,o=n(69);e.exports=function(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?o(e):t},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t,n){var r;!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var a=typeof r;if("string"===a||"number"===a)e.push(r);else if(Array.isArray(r)){if(r.length){var l=o.apply(null,r);l&&e.push(l)}}else if("object"===a)if(r.toString===Object.prototype.toString)for(var c in r)n.call(r,c)&&r[c]&&e.push(c);else e.push(r.toString())}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(r=function(){return o}.apply(t,[]))||(e.exports=r)}()},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t){function n(){return e.exports=n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},e.exports.default=e.exports,e.exports.__esModule=!0,n.apply(this,arguments)}e.exports=n,e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t){e.exports=window.wp.data},function(e,t){e.exports=window.wp.richText},function(e,t){e.exports=window.wp.blocks},function(e,t){e.exports=window.wp.hooks},function(e,t){e.exports=window.wp.compose},function(e,t,n){var r=n(63),o=n(64),a=n(65),l=n(67);e.exports=function(e,t){return r(e)||o(e,t)||a(e,t)||l()},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t,n){var r=n(45),o=n(47);function a(t,n){return delete e.exports[t],e.exports[t]=n,n}e.exports={Parser:r,Tokenizer:n(46),ElementType:n(22),DomHandler:o,get FeedHandler(){return a("FeedHandler",n(79))},get Stream(){return a("Stream",n(93))},get WritableStream(){return a("WritableStream",n(54))},get ProxyHandler(){return a("ProxyHandler",n(101))},get DomUtils(){return a("DomUtils",n(49))},get CollectingHandler(){return a("CollectingHandler",n(102))},DefaultHandler:o,get RssHandler(){return a("RssHandler",this.FeedHandler)},parseDOM:function(e,t){var n=new o(t);return new r(n,t).end(e),n.dom},parseFeed:function(t,n){var o=new e.exports.FeedHandler(n);return new r(o,n).end(t),o.dom},createDomStream:function(e,t,n){var a=new o(e,t,n);return new r(a,t)},EVENTS:{attribute:2,cdatastart:0,cdataend:0,text:1,processinginstruction:2,comment:1,commentend:0,closetag:1,opentag:2,opentagname:1,error:1,end:0}}},function(e,t){e.exports=window.lodash},function(e,t){e.exports={Text:"text",Directive:"directive",Comment:"comment",Script:"script",Style:"style",Tag:"tag",CDATA:"cdata",Doctype:"doctype",isTag:function(e){return"tag"===e.type||"script"===e.type||"style"===e.type}}},function(e,t){e.exports=window.wp.serverSideRender},function(e,t){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return e.filter((function(e){return!(0,r.default)(e)})).map((function(e,n){var r=void 0;return"function"!=typeof t||null!==(r=t(e,n))&&!r?(0,o.default)(e,n,t):r}))};var r=a(n(70)),o=a(n(44));function a(e){return e&&e.__esModule?e:{default:e}}},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/alert","category":"vk-blocks-cat","attributes":{"style":{"type":"string","default":"info"},"content":{"type":"string","source":"html","selector":"p"}},"description":"A colored box with four statuses, including annotations and alerts.","textdomain":"vk-blocks","supports":{"className":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/balloon","category":"vk-blocks-cat","attributes":{"content":{"source":"html","selector":"p"},"balloonName":{"source":"html","selector":"figcaption"},"balloonType":{"type":"string","default":"type-speech"},"balloonBorder":{"type":"boolean","default":false},"balloonImageBorder":{"type":"boolean","default":false},"balloonBorderWidth":{"type":"string","default":"thin"},"balloonBorderColor":{"type":"string","default":"#cccccc"},"balloonBgColor":{"type":"string","default":"#f5f5f5"},"balloonAlign":{"type":"string","default":"position-left"},"IconImage":{"type":"string","defaul":null},"balloonImageType":{"type":"string","default":"normal"},"balloonAnimation":{"type":"string","default":"none"}},"description":"These speech balloons are perfect for recreating conversations.","textdomain":"vk-blocks","supports":{"className":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/border-box","category":"vk-blocks-cat","attributes":{"heading":{"type":"string","source":"html","selector":"h4"},"color":{"type":"string","default":"red"},"bgColor":{"type":"string","default":"transparent"},"faIcon":{"type":"string","default":""}},"description":"This is a border box where you can place headings to attract attention.","textdomain":"vk-blocks","supports":{"className":true}}')},function(e,t){function n(t){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?(e.exports=n=function(e){return typeof e},e.exports.default=e.exports,e.exports.__esModule=!0):(e.exports=n=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.default=e.exports,e.exports.__esModule=!0),n(t)}e.exports=n,e.exports.default=e.exports,e.exports.__esModule=!0},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/button","category":"vk-blocks-cat","attributes":{"content":{"type":"string","source":"html","selector":"span"},"subCaption":{"type":"string"},"buttonUrl":{"type":"string"},"buttonTarget":{"type":"Boolean","default":false},"buttonSize":{"type":"string","default":"md"},"buttonType":{"type":"string","default":"0"},"buttonColor":{"type":"string","default":"primary"},"buttonColorCustom":{"type":"string"},"buttonAlign":{"type":"string","default":"left"},"fontAwesomeIconBefore":{"type":"string"},"fontAwesomeIconAfter":{"type":"string"},"clientId":{"type":"string"}},"description":"A button link that can display icons before and after.","textdomain":"vk-blocks","supports":{"className":true,"anchor":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/faq","category":"vk-blocks-cat","attributes":{"heading":{"type":"string","source":"html","selector":"dt"}},"description":"Displays a combination of questions and answers.","textdomain":"vk-blocks","supports":{"anchor":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/faq2","category":"vk-blocks-cat","description":"It displays a combination of questions and answers. You can freely add blocks to the question area as well.","textdomain":"vk-blocks","supports":{"anchor":true,"className":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/faq2-a","category":"vk-blocks-cat","parent":["vk-blocks/faq2"],"description":"Answer area where you can add blocks freely.","textdomain":"vk-blocks","supports":{"anchor":true,"reusable":false}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/faq2-q","category":"vk-blocks-cat","parent":["vk-blocks/faq2"],"description":"Question area where you can freely add blocks.","textdomain":"vk-blocks","supports":{"anchor":true,"className":true,"reusable":false}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/flow","category":"vk-blocks-cat","attributes":{"heading":{"type":"string","source":"html","selector":"dt"},"content":{"type":"string","source":"html","selector":"dd"},"arrowFlag":{"type":"string","default":"vk_flow-arrow-on"},"insertImage":{"type":"string","default":null},"insertImageAlt":{"type":"string","default":null}},"description":"Displays a sequential description in time series.","textdomain":"vk-blocks","supports":{"className":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/heading","category":"vk-blocks-cat","attributes":{"anchor":{"type":"string","source":"attribute","attribute":"id","selector":"*"},"level":{"type":"number","default":2},"align":{"type":"string"},"titleStyle":{"type":"string","default":"default"},"outerMarginBottom":{"type":"number","default":null},"title":{"type":"string","source":"html","selector":"span","default":""},"titleColor":{"type":"string"},"titleSize":{"type":"number"},"titleMarginBottom":{"type":"number","default":null},"subText":{"source":"html","selector":"p","default":""},"subTextFlag":{"type":"string","default":"off"},"subTextColor":{"type":"string"},"subTextSize":{"type":"number"},"fontAwesomeIconBefore":{"type":"string","default":""},"fontAwesomeIconAfter":{"type":"string","default":""},"fontAwesomeIconColor":{"type":"string"}},"description":"This is a heading that allows you to set text size, subtext, icon, and margin.","textdomain":"vk-blocks","supports":{"className":true,"customClassName":true,"anchor":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/icon","category":"vk-blocks-cat","attributes":{"faIcon":{"type":"string","default":"<i class=\\"fas fa-user\\"></i>"},"iconSize":{"type":"number","default":36},"iconSizeUnit":{"type":"string","default":"px"},"iconMargin":{"type":"number","default":22},"iconMarginUnit":{"type":"string","default":"px"},"iconRadius":{"type":"number","default":50},"iconAlign":{"type":"string","default":"left"},"iconType":{"type":"string","default":"0"},"iconColor":{"type":"string"},"iconUrl":{"type":"string"},"iconTarget":{"type":"Boolean","default":false}},"description":"Display icons with Font Awesome.","textdomain":"vk-blocks","supports":{"className":true,"anchor":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/icon-outer","category":"vk-blocks-cat","attributes":{"iconSize":{"type":"number","default":36},"iconSizeUnit":{"type":"string","default":"px"},"iconMargin":{"type":"number","default":22},"iconMarginUnit":{"type":"string","default":"px"},"iconRadius":{"type":"number","default":50},"iconsJustify":{"type":"string","default":"left"},"iconType":{"type":"string","default":"0"}},"description":"Display the Font Awesome icons horizontally.","textdomain":"vk-blocks","supports":{"className":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/page-content","category":"vk-blocks-cat","attributes":{"TargetPost":{"type":"number","default":-1}},"description":"Displays the body content of the specified parent page.","textdomain":"vk-blocks","supports":{"className":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/pr-blocks","category":"vk-blocks-cat","attributes":{"heading1":{"type":"string","source":"html","selector":".vk_prBlocks_item_title-1"},"heading2":{"type":"string","source":"html","selector":".vk_prBlocks_item_title-2"},"heading3":{"type":"string","source":"html","selector":".vk_prBlocks_item_title-3"},"heading4":{"type":"string","source":"html","selector":".vk_prBlocks_item_title-4"},"content1":{"type":"string","source":"html","selector":"p.vk_prBlocks_item_summary-1"},"content2":{"type":"string","source":"html","selector":"p.vk_prBlocks_item_summary-2"},"content3":{"type":"string","source":"html","selector":"p.vk_prBlocks_item_summary-3"},"content4":{"type":"string","source":"html","selector":"p.vk_prBlocks_item_summary-4"},"url1":{"type":"string","default":""},"url2":{"type":"string","default":""},"url3":{"type":"string","default":""},"url4":{"type":"string","default":""},"urlOpenType1":{"type":"Boolean","default":false},"urlOpenType2":{"type":"Boolean","default":false},"urlOpenType3":{"type":"Boolean","default":false},"urlOpenType4":{"type":"Boolean","default":false},"icon1":{"type":"string","default":"<i class=\\"fas fa-file\\"></i>"},"icon2":{"type":"string","default":"<i class=\\"fas fa-file\\"></i>"},"icon3":{"type":"string","default":"<i class=\\"fas fa-file\\"></i>"},"icon4":{"type":"string","default":"<i class=\\"fas fa-file\\"></i>"},"color1":{"type":"string","default":"#0693e3"},"color2":{"type":"string","default":"#0693e3"},"color3":{"type":"string","default":"#0693e3"},"color4":{"type":"string","default":"#0693e3"},"bgType1":{"type":"string","default":"0"},"bgType2":{"type":"string","default":"0"},"bgType3":{"type":"string","default":"0"},"bgType4":{"type":"string","default":"0"},"insertImage1":{"type":"string","default":""},"insertImage2":{"type":"string","default":""},"insertImage3":{"type":"string","default":""},"insertImage4":{"type":"string","default":""}},"description":"This is a PR block where you can place images and icon.","textdomain":"vk-blocks","supports":{"className":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/pr-content","category":"vk-blocks-cat","attributes":{"title":{"source":"html","selector":".vk_prContent_colTxt_title"},"titleColor":{"type":"string","default":""},"content":{"source":"html","selector":".vk_prContent_colTxt_text"},"contentColor":{"type":"string","default":""},"url":{"type":"string","default":""},"buttonType":{"type":"string","default":"0"},"buttonColor":{"type":"string","default":"primary"},"buttonColorCustom":{"type":"string","default":""},"buttonText":{"source":"html","selector":".vk_button_link_txt","default":""},"buttonTarget":{"type":"Boolean","default":false},"Image":{"type":"string","default":"{}"},"ImageBorderColor":{"type":"string","default":""},"layout":{"type":"string","default":"left"},"fontAwesomeIconBefore":{"type":"string","default":"<i class=\'fas fa-user\'></i>"},"fontAwesomeIconAfter":{"type":"string","default":"<i class=\'fas fa-user\'></i>"}},"description":"This is PR content where you can place images, headlines, text, and buttons.","textdomain":"vk-blocks","supports":{"className":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/spacer","category":"vk-blocks-cat","attributes":{"anchor":{"type":"string","default":null},"spaceType":{"type":"string","default":"margin-top"},"unit":{"type":"string","default":"px"},"pc":{"type":"number","default":40},"tablet":{"type":"number","default":30},"mobile":{"type":"number","default":20},"spaceSize":{"type":"string","default":"medium"}},"description":"Use responsive spacers to get the margins right.","textdomain":"vk-blocks","supports":{"anchor":true}}')},function(e){e.exports=JSON.parse('{"apiVersion":2,"name":"vk-blocks/staff","category":"vk-blocks-cat","attributes":{"vk_staff_text_name":{"type":"string","source":"html","selector":"h3"},"vk_staff_text_caption":{"type":"string","source":"html","selector":"p.vk_staff_text_caption"},"vk_staff_text_role":{"type":"string","source":"html","selector":"p.vk_staff_text_role"},"vk_staff_text_profileTitle":{"type":"string","source":"html","selector":"h4"},"vk_staff_text_profileText":{"type":"string","source":"html","selector":"p.vk_staff_text_profileText"},"vk_staff_photo_image":{"type":"string","default":""},"vk_staff_photo_image_alt":{"type":"string","default":"Profile Picture"},"vk_staff_layout":{"type":"string","default":"default"},"vk_staff_nameColor":{"type":"string","default":"inherit"},"vk_staff_captionColor":{"type":"string","default":"inherit"},"vk_staff_positionColor":{"type":"string","default":"inherit"},"vk_staff_profileTitleColor":{"type":"string","default":"inherit"},"vk_staff_profileTextColor":{"type":"string","default":"inherit"},"vk_staff_photoBorder":{"type":"string","default":"default"},"vk_staff_fontFamily":{"type":"string","default":"0"}},"description":"Used for staff introduction, company introduction, school introduction, menu, etc.","textdomain":"vk-blocks","supports":{"className":true}}')},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){return o.default[e.type](e,t,n)};var r,o=(r=n(71))&&r.__esModule?r:{default:r}},function(e,t,n){var r=n(46),o={input:!0,option:!0,optgroup:!0,select:!0,button:!0,datalist:!0,textarea:!0},a={tr:{tr:!0,th:!0,td:!0},th:{th:!0},td:{thead:!0,th:!0,td:!0},body:{head:!0,link:!0,script:!0},li:{li:!0},p:{p:!0},h1:{p:!0},h2:{p:!0},h3:{p:!0},h4:{p:!0},h5:{p:!0},h6:{p:!0},select:o,input:o,output:o,button:o,datalist:o,textarea:o,option:{option:!0},optgroup:{optgroup:!0}},l={__proto__:null,area:!0,base:!0,basefont:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,isindex:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},c={__proto__:null,math:!0,svg:!0},i={__proto__:null,mi:!0,mo:!0,mn:!0,ms:!0,mtext:!0,"annotation-xml":!0,foreignObject:!0,desc:!0,title:!0},s=/\s|\//;function u(e,t){this._options=t||{},this._cbs=e||{},this._tagname="",this._attribname="",this._attribvalue="",this._attribs=null,this._stack=[],this._foreignContext=[],this.startIndex=0,this.endIndex=null,this._lowerCaseTagNames="lowerCaseTags"in this._options?!!this._options.lowerCaseTags:!this._options.xmlMode,this._lowerCaseAttributeNames="lowerCaseAttributeNames"in this._options?!!this._options.lowerCaseAttributeNames:!this._options.xmlMode,this._options.Tokenizer&&(r=this._options.Tokenizer),this._tokenizer=new r(this._options,this),this._cbs.onparserinit&&this._cbs.onparserinit(this)}n(24)(u,n(77).EventEmitter),u.prototype._updatePosition=function(e){null===this.endIndex?this._tokenizer._sectionStart<=e?this.startIndex=0:this.startIndex=this._tokenizer._sectionStart-e:this.startIndex=this.endIndex+1,this.endIndex=this._tokenizer.getAbsoluteIndex()},u.prototype.ontext=function(e){this._updatePosition(1),this.endIndex--,this._cbs.ontext&&this._cbs.ontext(e)},u.prototype.onopentagname=function(e){if(this._lowerCaseTagNames&&(e=e.toLowerCase()),this._tagname=e,!this._options.xmlMode&&e in a)for(var t;(t=this._stack[this._stack.length-1])in a[e];this.onclosetag(t));!this._options.xmlMode&&e in l||(this._stack.push(e),e in c?this._foreignContext.push(!0):e in i&&this._foreignContext.push(!1)),this._cbs.onopentagname&&this._cbs.onopentagname(e),this._cbs.onopentag&&(this._attribs={})},u.prototype.onopentagend=function(){this._updatePosition(1),this._attribs&&(this._cbs.onopentag&&this._cbs.onopentag(this._tagname,this._attribs),this._attribs=null),!this._options.xmlMode&&this._cbs.onclosetag&&this._tagname in l&&this._cbs.onclosetag(this._tagname),this._tagname=""},u.prototype.onclosetag=function(e){if(this._updatePosition(1),this._lowerCaseTagNames&&(e=e.toLowerCase()),(e in c||e in i)&&this._foreignContext.pop(),!this._stack.length||e in l&&!this._options.xmlMode)this._options.xmlMode||"br"!==e&&"p"!==e||(this.onopentagname(e),this._closeCurrentTag());else{var t=this._stack.lastIndexOf(e);if(-1!==t)if(this._cbs.onclosetag)for(t=this._stack.length-t;t--;)this._cbs.onclosetag(this._stack.pop());else this._stack.length=t;else"p"!==e||this._options.xmlMode||(this.onopentagname(e),this._closeCurrentTag())}},u.prototype.onselfclosingtag=function(){this._options.xmlMode||this._options.recognizeSelfClosing||this._foreignContext[this._foreignContext.length-1]?this._closeCurrentTag():this.onopentagend()},u.prototype._closeCurrentTag=function(){var e=this._tagname;this.onopentagend(),this._stack[this._stack.length-1]===e&&(this._cbs.onclosetag&&this._cbs.onclosetag(e),this._stack.pop())},u.prototype.onattribname=function(e){this._lowerCaseAttributeNames&&(e=e.toLowerCase()),this._attribname=e},u.prototype.onattribdata=function(e){this._attribvalue+=e},u.prototype.onattribend=function(){this._cbs.onattribute&&this._cbs.onattribute(this._attribname,this._attribvalue),this._attribs&&!Object.prototype.hasOwnProperty.call(this._attribs,this._attribname)&&(this._attribs[this._attribname]=this._attribvalue),this._attribname="",this._attribvalue=""},u.prototype._getInstructionName=function(e){var t=e.search(s),n=t<0?e:e.substr(0,t);return this._lowerCaseTagNames&&(n=n.toLowerCase()),n},u.prototype.ondeclaration=function(e){if(this._cbs.onprocessinginstruction){var t=this._getInstructionName(e);this._cbs.onprocessinginstruction("!"+t,"!"+e)}},u.prototype.onprocessinginstruction=function(e){if(this._cbs.onprocessinginstruction){var t=this._getInstructionName(e);this._cbs.onprocessinginstruction("?"+t,"?"+e)}},u.prototype.oncomment=function(e){this._updatePosition(4),this._cbs.oncomment&&this._cbs.oncomment(e),this._cbs.oncommentend&&this._cbs.oncommentend()},u.prototype.oncdata=function(e){this._updatePosition(1),this._options.xmlMode||this._options.recognizeCDATA?(this._cbs.oncdatastart&&this._cbs.oncdatastart(),this._cbs.ontext&&this._cbs.ontext(e),this._cbs.oncdataend&&this._cbs.oncdataend()):this.oncomment("[CDATA["+e+"]]")},u.prototype.onerror=function(e){this._cbs.onerror&&this._cbs.onerror(e)},u.prototype.onend=function(){if(this._cbs.onclosetag)for(var e=this._stack.length;e>0;this._cbs.onclosetag(this._stack[--e]));this._cbs.onend&&this._cbs.onend()},u.prototype.reset=function(){this._cbs.onreset&&this._cbs.onreset(),this._tokenizer.reset(),this._tagname="",this._attribname="",this._attribs=null,this._stack=[],this._cbs.onparserinit&&this._cbs.onparserinit(this)},u.prototype.parseComplete=function(e){this.reset(),this.end(e)},u.prototype.write=function(e){this._tokenizer.write(e)},u.prototype.end=function(e){this._tokenizer.end(e)},u.prototype.pause=function(){this._tokenizer.pause()},u.prototype.resume=function(){this._tokenizer.resume()},u.prototype.parseChunk=u.prototype.write,u.prototype.done=u.prototype.end,e.exports=u},function(e,t,n){e.exports=he;var r=n(72),o=n(74),a=n(75),l=n(76),c=0,i=c++,s=c++,u=c++,b=c++,p=c++,m=c++,f=c++,d=c++,h=c++,v=c++,_=c++,g=c++,k=c++,y=c++,O=c++,j=c++,E=c++,x=c++,C=c++,N=c++,w=c++,T=c++,B=c++,S=c++,A=c++,R=c++,I=c++,P=c++,z=c++,q=c++,L=c++,M=c++,D=c++,U=c++,F=c++,H=c++,V=c++,G=c++,J=c++,Y=c++,W=c++,X=c++,Q=c++,K=c++,Z=c++,$=c++,ee=c++,te=c++,ne=c++,re=c++,oe=c++,ae=c++,le=c++,ce=c++,ie=c++,se=0,ue=se++,be=se++,pe=se++;function me(e){return" "===e||"\n"===e||"\t"===e||"\f"===e||"\r"===e}function fe(e,t,n){var r=e.toLowerCase();return e===r?function(e){e===r?this._state=t:(this._state=n,this._index--)}:function(o){o===r||o===e?this._state=t:(this._state=n,this._index--)}}function de(e,t){var n=e.toLowerCase();return function(r){r===n||r===e?this._state=t:(this._state=u,this._index--)}}function he(e,t){this._state=i,this._buffer="",this._sectionStart=0,this._index=0,this._bufferOffset=0,this._baseState=i,this._special=ue,this._cbs=t,this._running=!0,this._ended=!1,this._xmlMode=!(!e||!e.xmlMode),this._decodeEntities=!(!e||!e.decodeEntities)}he.prototype._stateText=function(e){"<"===e?(this._index>this._sectionStart&&this._cbs.ontext(this._getSection()),this._state=s,this._sectionStart=this._index):this._decodeEntities&&this._special===ue&&"&"===e&&(this._index>this._sectionStart&&this._cbs.ontext(this._getSection()),this._baseState=i,this._state=oe,this._sectionStart=this._index)},he.prototype._stateBeforeTagName=function(e){"/"===e?this._state=p:"<"===e?(this._cbs.ontext(this._getSection()),this._sectionStart=this._index):">"===e||this._special!==ue||me(e)?this._state=i:"!"===e?(this._state=O,this._sectionStart=this._index+1):"?"===e?(this._state=E,this._sectionStart=this._index+1):(this._state=this._xmlMode||"s"!==e&&"S"!==e?u:L,this._sectionStart=this._index)},he.prototype._stateInTagName=function(e){("/"===e||">"===e||me(e))&&(this._emitToken("onopentagname"),this._state=d,this._index--)},he.prototype._stateBeforeCloseingTagName=function(e){me(e)||(">"===e?this._state=i:this._special!==ue?"s"===e||"S"===e?this._state=M:(this._state=i,this._index--):(this._state=m,this._sectionStart=this._index))},he.prototype._stateInCloseingTagName=function(e){(">"===e||me(e))&&(this._emitToken("onclosetag"),this._state=f,this._index--)},he.prototype._stateAfterCloseingTagName=function(e){">"===e&&(this._state=i,this._sectionStart=this._index+1)},he.prototype._stateBeforeAttributeName=function(e){">"===e?(this._cbs.onopentagend(),this._state=i,this._sectionStart=this._index+1):"/"===e?this._state=b:me(e)||(this._state=h,this._sectionStart=this._index)},he.prototype._stateInSelfClosingTag=function(e){">"===e?(this._cbs.onselfclosingtag(),this._state=i,this._sectionStart=this._index+1):me(e)||(this._state=d,this._index--)},he.prototype._stateInAttributeName=function(e){("="===e||"/"===e||">"===e||me(e))&&(this._cbs.onattribname(this._getSection()),this._sectionStart=-1,this._state=v,this._index--)},he.prototype._stateAfterAttributeName=function(e){"="===e?this._state=_:"/"===e||">"===e?(this._cbs.onattribend(),this._state=d,this._index--):me(e)||(this._cbs.onattribend(),this._state=h,this._sectionStart=this._index)},he.prototype._stateBeforeAttributeValue=function(e){'"'===e?(this._state=g,this._sectionStart=this._index+1):"'"===e?(this._state=k,this._sectionStart=this._index+1):me(e)||(this._state=y,this._sectionStart=this._index,this._index--)},he.prototype._stateInAttributeValueDoubleQuotes=function(e){'"'===e?(this._emitToken("onattribdata"),this._cbs.onattribend(),this._state=d):this._decodeEntities&&"&"===e&&(this._emitToken("onattribdata"),this._baseState=this._state,this._state=oe,this._sectionStart=this._index)},he.prototype._stateInAttributeValueSingleQuotes=function(e){"'"===e?(this._emitToken("onattribdata"),this._cbs.onattribend(),this._state=d):this._decodeEntities&&"&"===e&&(this._emitToken("onattribdata"),this._baseState=this._state,this._state=oe,this._sectionStart=this._index)},he.prototype._stateInAttributeValueNoQuotes=function(e){me(e)||">"===e?(this._emitToken("onattribdata"),this._cbs.onattribend(),this._state=d,this._index--):this._decodeEntities&&"&"===e&&(this._emitToken("onattribdata"),this._baseState=this._state,this._state=oe,this._sectionStart=this._index)},he.prototype._stateBeforeDeclaration=function(e){this._state="["===e?T:"-"===e?x:j},he.prototype._stateInDeclaration=function(e){">"===e&&(this._cbs.ondeclaration(this._getSection()),this._state=i,this._sectionStart=this._index+1)},he.prototype._stateInProcessingInstruction=function(e){">"===e&&(this._cbs.onprocessinginstruction(this._getSection()),this._state=i,this._sectionStart=this._index+1)},he.prototype._stateBeforeComment=function(e){"-"===e?(this._state=C,this._sectionStart=this._index+1):this._state=j},he.prototype._stateInComment=function(e){"-"===e&&(this._state=N)},he.prototype._stateAfterComment1=function(e){this._state="-"===e?w:C},he.prototype._stateAfterComment2=function(e){">"===e?(this._cbs.oncomment(this._buffer.substring(this._sectionStart,this._index-2)),this._state=i,this._sectionStart=this._index+1):"-"!==e&&(this._state=C)},he.prototype._stateBeforeCdata1=fe("C",B,j),he.prototype._stateBeforeCdata2=fe("D",S,j),he.prototype._stateBeforeCdata3=fe("A",A,j),he.prototype._stateBeforeCdata4=fe("T",R,j),he.prototype._stateBeforeCdata5=fe("A",I,j),he.prototype._stateBeforeCdata6=function(e){"["===e?(this._state=P,this._sectionStart=this._index+1):(this._state=j,this._index--)},he.prototype._stateInCdata=function(e){"]"===e&&(this._state=z)},he.prototype._stateAfterCdata1=function(e){this._state="]"===e?q:P},he.prototype._stateAfterCdata2=function(e){">"===e?(this._cbs.oncdata(this._buffer.substring(this._sectionStart,this._index-2)),this._state=i,this._sectionStart=this._index+1):"]"!==e&&(this._state=P)},he.prototype._stateBeforeSpecial=function(e){"c"===e||"C"===e?this._state=D:"t"===e||"T"===e?this._state=Q:(this._state=u,this._index--)},he.prototype._stateBeforeSpecialEnd=function(e){this._special!==be||"c"!==e&&"C"!==e?this._special!==pe||"t"!==e&&"T"!==e?this._state=i:this._state=ee:this._state=G},he.prototype._stateBeforeScript1=de("R",U),he.prototype._stateBeforeScript2=de("I",F),he.prototype._stateBeforeScript3=de("P",H),he.prototype._stateBeforeScript4=de("T",V),he.prototype._stateBeforeScript5=function(e){("/"===e||">"===e||me(e))&&(this._special=be),this._state=u,this._index--},he.prototype._stateAfterScript1=fe("R",J,i),he.prototype._stateAfterScript2=fe("I",Y,i),he.prototype._stateAfterScript3=fe("P",W,i),he.prototype._stateAfterScript4=fe("T",X,i),he.prototype._stateAfterScript5=function(e){">"===e||me(e)?(this._special=ue,this._state=m,this._sectionStart=this._index-6,this._index--):this._state=i},he.prototype._stateBeforeStyle1=de("Y",K),he.prototype._stateBeforeStyle2=de("L",Z),he.prototype._stateBeforeStyle3=de("E",$),he.prototype._stateBeforeStyle4=function(e){("/"===e||">"===e||me(e))&&(this._special=pe),this._state=u,this._index--},he.prototype._stateAfterStyle1=fe("Y",te,i),he.prototype._stateAfterStyle2=fe("L",ne,i),he.prototype._stateAfterStyle3=fe("E",re,i),he.prototype._stateAfterStyle4=function(e){">"===e||me(e)?(this._special=ue,this._state=m,this._sectionStart=this._index-5,this._index--):this._state=i},he.prototype._stateBeforeEntity=fe("#",ae,le),he.prototype._stateBeforeNumericEntity=fe("X",ie,ce),he.prototype._parseNamedEntityStrict=function(){if(this._sectionStart+1<this._index){var e=this._buffer.substring(this._sectionStart+1,this._index),t=this._xmlMode?l:o;t.hasOwnProperty(e)&&(this._emitPartial(t[e]),this._sectionStart=this._index+1)}},he.prototype._parseLegacyEntity=function(){var e=this._sectionStart+1,t=this._index-e;for(t>6&&(t=6);t>=2;){var n=this._buffer.substr(e,t);if(a.hasOwnProperty(n))return this._emitPartial(a[n]),void(this._sectionStart+=t+1);t--}},he.prototype._stateInNamedEntity=function(e){";"===e?(this._parseNamedEntityStrict(),this._sectionStart+1<this._index&&!this._xmlMode&&this._parseLegacyEntity(),this._state=this._baseState):(e<"a"||e>"z")&&(e<"A"||e>"Z")&&(e<"0"||e>"9")&&(this._xmlMode||this._sectionStart+1===this._index||(this._baseState!==i?"="!==e&&this._parseNamedEntityStrict():this._parseLegacyEntity()),this._state=this._baseState,this._index--)},he.prototype._decodeNumericEntity=function(e,t){var n=this._sectionStart+e;if(n!==this._index){var o=this._buffer.substring(n,this._index),a=parseInt(o,t);this._emitPartial(r(a)),this._sectionStart=this._index}else this._sectionStart--;this._state=this._baseState},he.prototype._stateInNumericEntity=function(e){";"===e?(this._decodeNumericEntity(2,10),this._sectionStart++):(e<"0"||e>"9")&&(this._xmlMode?this._state=this._baseState:this._decodeNumericEntity(2,10),this._index--)},he.prototype._stateInHexEntity=function(e){";"===e?(this._decodeNumericEntity(3,16),this._sectionStart++):(e<"a"||e>"f")&&(e<"A"||e>"F")&&(e<"0"||e>"9")&&(this._xmlMode?this._state=this._baseState:this._decodeNumericEntity(3,16),this._index--)},he.prototype._cleanup=function(){this._sectionStart<0?(this._buffer="",this._bufferOffset+=this._index,this._index=0):this._running&&(this._state===i?(this._sectionStart!==this._index&&this._cbs.ontext(this._buffer.substr(this._sectionStart)),this._buffer="",this._bufferOffset+=this._index,this._index=0):this._sectionStart===this._index?(this._buffer="",this._bufferOffset+=this._index,this._index=0):(this._buffer=this._buffer.substr(this._sectionStart),this._index-=this._sectionStart,this._bufferOffset+=this._sectionStart),this._sectionStart=0)},he.prototype.write=function(e){this._ended&&this._cbs.onerror(Error(".write() after done!")),this._buffer+=e,this._parse()},he.prototype._parse=function(){for(;this._index<this._buffer.length&&this._running;){var e=this._buffer.charAt(this._index);this._state===i?this._stateText(e):this._state===s?this._stateBeforeTagName(e):this._state===u?this._stateInTagName(e):this._state===p?this._stateBeforeCloseingTagName(e):this._state===m?this._stateInCloseingTagName(e):this._state===f?this._stateAfterCloseingTagName(e):this._state===b?this._stateInSelfClosingTag(e):this._state===d?this._stateBeforeAttributeName(e):this._state===h?this._stateInAttributeName(e):this._state===v?this._stateAfterAttributeName(e):this._state===_?this._stateBeforeAttributeValue(e):this._state===g?this._stateInAttributeValueDoubleQuotes(e):this._state===k?this._stateInAttributeValueSingleQuotes(e):this._state===y?this._stateInAttributeValueNoQuotes(e):this._state===O?this._stateBeforeDeclaration(e):this._state===j?this._stateInDeclaration(e):this._state===E?this._stateInProcessingInstruction(e):this._state===x?this._stateBeforeComment(e):this._state===C?this._stateInComment(e):this._state===N?this._stateAfterComment1(e):this._state===w?this._stateAfterComment2(e):this._state===T?this._stateBeforeCdata1(e):this._state===B?this._stateBeforeCdata2(e):this._state===S?this._stateBeforeCdata3(e):this._state===A?this._stateBeforeCdata4(e):this._state===R?this._stateBeforeCdata5(e):this._state===I?this._stateBeforeCdata6(e):this._state===P?this._stateInCdata(e):this._state===z?this._stateAfterCdata1(e):this._state===q?this._stateAfterCdata2(e):this._state===L?this._stateBeforeSpecial(e):this._state===M?this._stateBeforeSpecialEnd(e):this._state===D?this._stateBeforeScript1(e):this._state===U?this._stateBeforeScript2(e):this._state===F?this._stateBeforeScript3(e):this._state===H?this._stateBeforeScript4(e):this._state===V?this._stateBeforeScript5(e):this._state===G?this._stateAfterScript1(e):this._state===J?this._stateAfterScript2(e):this._state===Y?this._stateAfterScript3(e):this._state===W?this._stateAfterScript4(e):this._state===X?this._stateAfterScript5(e):this._state===Q?this._stateBeforeStyle1(e):this._state===K?this._stateBeforeStyle2(e):this._state===Z?this._stateBeforeStyle3(e):this._state===$?this._stateBeforeStyle4(e):this._state===ee?this._stateAfterStyle1(e):this._state===te?this._stateAfterStyle2(e):this._state===ne?this._stateAfterStyle3(e):this._state===re?this._stateAfterStyle4(e):this._state===oe?this._stateBeforeEntity(e):this._state===ae?this._stateBeforeNumericEntity(e):this._state===le?this._stateInNamedEntity(e):this._state===ce?this._stateInNumericEntity(e):this._state===ie?this._stateInHexEntity(e):this._cbs.onerror(Error("unknown _state"),this._state),this._index++}this._cleanup()},he.prototype.pause=function(){this._running=!1},he.prototype.resume=function(){this._running=!0,this._index<this._buffer.length&&this._parse(),this._ended&&this._finish()},he.prototype.end=function(e){this._ended&&this._cbs.onerror(Error(".end() after done!")),e&&this.write(e),this._ended=!0,this._running&&this._finish()},he.prototype._finish=function(){this._sectionStart<this._index&&this._handleTrailingData(),this._cbs.onend()},he.prototype._handleTrailingData=function(){var e=this._buffer.substr(this._sectionStart);this._state===P||this._state===z||this._state===q?this._cbs.oncdata(e):this._state===C||this._state===N||this._state===w?this._cbs.oncomment(e):this._state!==le||this._xmlMode?this._state!==ce||this._xmlMode?this._state!==ie||this._xmlMode?this._state!==u&&this._state!==d&&this._state!==_&&this._state!==v&&this._state!==h&&this._state!==k&&this._state!==g&&this._state!==y&&this._state!==m&&this._cbs.ontext(e):(this._decodeNumericEntity(3,16),this._sectionStart<this._index&&(this._state=this._baseState,this._handleTrailingData())):(this._decodeNumericEntity(2,10),this._sectionStart<this._index&&(this._state=this._baseState,this._handleTrailingData())):(this._parseLegacyEntity(),this._sectionStart<this._index&&(this._state=this._baseState,this._handleTrailingData()))},he.prototype.reset=function(){he.call(this,{xmlMode:this._xmlMode,decodeEntities:this._decodeEntities},this._cbs)},he.prototype.getAbsoluteIndex=function(){return this._bufferOffset+this._index},he.prototype._getSection=function(){return this._buffer.substring(this._sectionStart,this._index)},he.prototype._emitToken=function(e){this._cbs[e](this._getSection()),this._sectionStart=-1},he.prototype._emitPartial=function(e){this._baseState!==i?this._cbs.onattribdata(e):this._cbs.ontext(e)}},function(e,t,n){var r=n(22),o=/\s+/g,a=n(48),l=n(78);function c(e,t,n){"object"==typeof e?(n=t,t=e,e=null):"function"==typeof t&&(n=t,t=i),this._callback=e,this._options=t||i,this._elementCB=n,this.dom=[],this._done=!1,this._tagStack=[],this._parser=this._parser||null}var i={normalizeWhitespace:!1,withStartIndices:!1,withEndIndices:!1};c.prototype.onparserinit=function(e){this._parser=e},c.prototype.onreset=function(){c.call(this,this._callback,this._options,this._elementCB)},c.prototype.onend=function(){this._done||(this._done=!0,this._parser=null,this._handleCallback(null))},c.prototype._handleCallback=c.prototype.onerror=function(e){if("function"==typeof this._callback)this._callback(e,this.dom);else if(e)throw e},c.prototype.onclosetag=function(){var e=this._tagStack.pop();this._options.withEndIndices&&e&&(e.endIndex=this._parser.endIndex),this._elementCB&&this._elementCB(e)},c.prototype._createDomElement=function(e){if(!this._options.withDomLvl1)return e;var t;for(var n in t="tag"===e.type?Object.create(l):Object.create(a),e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},c.prototype._addDomElement=function(e){var t=this._tagStack[this._tagStack.length-1],n=t?t.children:this.dom,r=n[n.length-1];e.next=null,this._options.withStartIndices&&(e.startIndex=this._parser.startIndex),this._options.withEndIndices&&(e.endIndex=this._parser.endIndex),r?(e.prev=r,r.next=e):e.prev=null,n.push(e),e.parent=t||null},c.prototype.onopentag=function(e,t){var n={type:"script"===e?r.Script:"style"===e?r.Style:r.Tag,name:e,attribs:t,children:[]},o=this._createDomElement(n);this._addDomElement(o),this._tagStack.push(o)},c.prototype.ontext=function(e){var t,n=this._options.normalizeWhitespace||this._options.ignoreWhitespace;if(!this._tagStack.length&&this.dom.length&&(t=this.dom[this.dom.length-1]).type===r.Text)n?t.data=(t.data+e).replace(o," "):t.data+=e;else if(this._tagStack.length&&(t=this._tagStack[this._tagStack.length-1])&&(t=t.children[t.children.length-1])&&t.type===r.Text)n?t.data=(t.data+e).replace(o," "):t.data+=e;else{n&&(e=e.replace(o," "));var a=this._createDomElement({data:e,type:r.Text});this._addDomElement(a)}},c.prototype.oncomment=function(e){var t=this._tagStack[this._tagStack.length-1];if(t&&t.type===r.Comment)t.data+=e;else{var n={data:e,type:r.Comment},o=this._createDomElement(n);this._addDomElement(o),this._tagStack.push(o)}},c.prototype.oncdatastart=function(){var e={children:[{data:"",type:r.Text}],type:r.CDATA},t=this._createDomElement(e);this._addDomElement(t),this._tagStack.push(t)},c.prototype.oncommentend=c.prototype.oncdataend=function(){this._tagStack.pop()},c.prototype.onprocessinginstruction=function(e,t){var n=this._createDomElement({name:e,data:t,type:r.Directive});this._addDomElement(n)},e.exports=c},function(e,t){var n=e.exports={get firstChild(){var e=this.children;return e&&e[0]||null},get lastChild(){var e=this.children;return e&&e[e.length-1]||null},get nodeType(){return o[this.type]||o.element}},r={tagName:"name",childNodes:"children",parentNode:"parent",previousSibling:"prev",nextSibling:"next",nodeValue:"data"},o={element:1,text:3,cdata:4,comment:8};Object.keys(r).forEach((function(e){var t=r[e];Object.defineProperty(n,e,{get:function(){return this[t]||null},set:function(e){return this[t]=e,e}})}))},function(e,t,n){var r=e.exports;[n(80),n(88),n(89),n(90),n(91),n(92)].forEach((function(e){Object.keys(e).forEach((function(t){r[t]=e[t].bind(r)}))}))},function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.decodeHTML=t.decodeHTMLStrict=t.decodeXML=void 0;var o=r(n(51)),a=r(n(84)),l=r(n(52)),c=r(n(85)),i=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;function s(e){var t=b(e);return function(e){return String(e).replace(i,t)}}t.decodeXML=s(l.default),t.decodeHTMLStrict=s(o.default);var u=function(e,t){return e<t?1:-1};function b(e){return function(t){if("#"===t.charAt(1)){var n=t.charAt(2);return"X"===n||"x"===n?c.default(parseInt(t.substr(3),16)):c.default(parseInt(t.substr(2),10))}return e[t.slice(1,-1)]||t}}t.decodeHTML=function(){for(var e=Object.keys(a.default).sort(u),t=Object.keys(o.default).sort(u),n=0,r=0;n<t.length;n++)e[r]===t[n]?(t[n]+=";?",r++):t[n]+=";";var l=new RegExp("&(?:"+t.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),c=b(o.default);function i(e){return";"!==e.substr(-1)&&(e+=";"),c(e)}return function(e){return String(e).replace(l,i)}}()},function(e){e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Abreve":"Ă","abreve":"ă","ac":"∾","acd":"∿","acE":"∾̳","Acirc":"Â","acirc":"â","acute":"´","Acy":"А","acy":"а","AElig":"Æ","aelig":"æ","af":"⁡","Afr":"𝔄","afr":"𝔞","Agrave":"À","agrave":"à","alefsym":"ℵ","aleph":"ℵ","Alpha":"Α","alpha":"α","Amacr":"Ā","amacr":"ā","amalg":"⨿","amp":"&","AMP":"&","andand":"⩕","And":"⩓","and":"∧","andd":"⩜","andslope":"⩘","andv":"⩚","ang":"∠","ange":"⦤","angle":"∠","angmsdaa":"⦨","angmsdab":"⦩","angmsdac":"⦪","angmsdad":"⦫","angmsdae":"⦬","angmsdaf":"⦭","angmsdag":"⦮","angmsdah":"⦯","angmsd":"∡","angrt":"∟","angrtvb":"⊾","angrtvbd":"⦝","angsph":"∢","angst":"Å","angzarr":"⍼","Aogon":"Ą","aogon":"ą","Aopf":"𝔸","aopf":"𝕒","apacir":"⩯","ap":"≈","apE":"⩰","ape":"≊","apid":"≋","apos":"\'","ApplyFunction":"⁡","approx":"≈","approxeq":"≊","Aring":"Å","aring":"å","Ascr":"𝒜","ascr":"𝒶","Assign":"≔","ast":"*","asymp":"≈","asympeq":"≍","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","awconint":"∳","awint":"⨑","backcong":"≌","backepsilon":"϶","backprime":"‵","backsim":"∽","backsimeq":"⋍","Backslash":"∖","Barv":"⫧","barvee":"⊽","barwed":"⌅","Barwed":"⌆","barwedge":"⌅","bbrk":"⎵","bbrktbrk":"⎶","bcong":"≌","Bcy":"Б","bcy":"б","bdquo":"„","becaus":"∵","because":"∵","Because":"∵","bemptyv":"⦰","bepsi":"϶","bernou":"ℬ","Bernoullis":"ℬ","Beta":"Β","beta":"β","beth":"ℶ","between":"≬","Bfr":"𝔅","bfr":"𝔟","bigcap":"⋂","bigcirc":"◯","bigcup":"⋃","bigodot":"⨀","bigoplus":"⨁","bigotimes":"⨂","bigsqcup":"⨆","bigstar":"★","bigtriangledown":"▽","bigtriangleup":"△","biguplus":"⨄","bigvee":"⋁","bigwedge":"⋀","bkarow":"⤍","blacklozenge":"⧫","blacksquare":"▪","blacktriangle":"▴","blacktriangledown":"▾","blacktriangleleft":"◂","blacktriangleright":"▸","blank":"␣","blk12":"▒","blk14":"░","blk34":"▓","block":"█","bne":"=⃥","bnequiv":"≡⃥","bNot":"⫭","bnot":"⌐","Bopf":"𝔹","bopf":"𝕓","bot":"⊥","bottom":"⊥","bowtie":"⋈","boxbox":"⧉","boxdl":"┐","boxdL":"╕","boxDl":"╖","boxDL":"╗","boxdr":"┌","boxdR":"╒","boxDr":"╓","boxDR":"╔","boxh":"─","boxH":"═","boxhd":"┬","boxHd":"╤","boxhD":"╥","boxHD":"╦","boxhu":"┴","boxHu":"╧","boxhU":"╨","boxHU":"╩","boxminus":"⊟","boxplus":"⊞","boxtimes":"⊠","boxul":"┘","boxuL":"╛","boxUl":"╜","boxUL":"╝","boxur":"└","boxuR":"╘","boxUr":"╙","boxUR":"╚","boxv":"│","boxV":"║","boxvh":"┼","boxvH":"╪","boxVh":"╫","boxVH":"╬","boxvl":"┤","boxvL":"╡","boxVl":"╢","boxVL":"╣","boxvr":"├","boxvR":"╞","boxVr":"╟","boxVR":"╠","bprime":"‵","breve":"˘","Breve":"˘","brvbar":"¦","bscr":"𝒷","Bscr":"ℬ","bsemi":"⁏","bsim":"∽","bsime":"⋍","bsolb":"⧅","bsol":"\\\\","bsolhsub":"⟈","bull":"•","bullet":"•","bump":"≎","bumpE":"⪮","bumpe":"≏","Bumpeq":"≎","bumpeq":"≏","Cacute":"Ć","cacute":"ć","capand":"⩄","capbrcup":"⩉","capcap":"⩋","cap":"∩","Cap":"⋒","capcup":"⩇","capdot":"⩀","CapitalDifferentialD":"ⅅ","caps":"∩︀","caret":"⁁","caron":"ˇ","Cayleys":"ℭ","ccaps":"⩍","Ccaron":"Č","ccaron":"č","Ccedil":"Ç","ccedil":"ç","Ccirc":"Ĉ","ccirc":"ĉ","Cconint":"∰","ccups":"⩌","ccupssm":"⩐","Cdot":"Ċ","cdot":"ċ","cedil":"¸","Cedilla":"¸","cemptyv":"⦲","cent":"¢","centerdot":"·","CenterDot":"·","cfr":"𝔠","Cfr":"ℭ","CHcy":"Ч","chcy":"ч","check":"✓","checkmark":"✓","Chi":"Χ","chi":"χ","circ":"ˆ","circeq":"≗","circlearrowleft":"↺","circlearrowright":"↻","circledast":"⊛","circledcirc":"⊚","circleddash":"⊝","CircleDot":"⊙","circledR":"®","circledS":"Ⓢ","CircleMinus":"⊖","CirclePlus":"⊕","CircleTimes":"⊗","cir":"○","cirE":"⧃","cire":"≗","cirfnint":"⨐","cirmid":"⫯","cirscir":"⧂","ClockwiseContourIntegral":"∲","CloseCurlyDoubleQuote":"”","CloseCurlyQuote":"’","clubs":"♣","clubsuit":"♣","colon":":","Colon":"∷","Colone":"⩴","colone":"≔","coloneq":"≔","comma":",","commat":"@","comp":"∁","compfn":"∘","complement":"∁","complexes":"ℂ","cong":"≅","congdot":"⩭","Congruent":"≡","conint":"∮","Conint":"∯","ContourIntegral":"∮","copf":"𝕔","Copf":"ℂ","coprod":"∐","Coproduct":"∐","copy":"©","COPY":"©","copysr":"℗","CounterClockwiseContourIntegral":"∳","crarr":"↵","cross":"✗","Cross":"⨯","Cscr":"𝒞","cscr":"𝒸","csub":"⫏","csube":"⫑","csup":"⫐","csupe":"⫒","ctdot":"⋯","cudarrl":"⤸","cudarrr":"⤵","cuepr":"⋞","cuesc":"⋟","cularr":"↶","cularrp":"⤽","cupbrcap":"⩈","cupcap":"⩆","CupCap":"≍","cup":"∪","Cup":"⋓","cupcup":"⩊","cupdot":"⊍","cupor":"⩅","cups":"∪︀","curarr":"↷","curarrm":"⤼","curlyeqprec":"⋞","curlyeqsucc":"⋟","curlyvee":"⋎","curlywedge":"⋏","curren":"¤","curvearrowleft":"↶","curvearrowright":"↷","cuvee":"⋎","cuwed":"⋏","cwconint":"∲","cwint":"∱","cylcty":"⌭","dagger":"†","Dagger":"‡","daleth":"ℸ","darr":"↓","Darr":"↡","dArr":"⇓","dash":"‐","Dashv":"⫤","dashv":"⊣","dbkarow":"⤏","dblac":"˝","Dcaron":"Ď","dcaron":"ď","Dcy":"Д","dcy":"д","ddagger":"‡","ddarr":"⇊","DD":"ⅅ","dd":"ⅆ","DDotrahd":"⤑","ddotseq":"⩷","deg":"°","Del":"∇","Delta":"Δ","delta":"δ","demptyv":"⦱","dfisht":"⥿","Dfr":"𝔇","dfr":"𝔡","dHar":"⥥","dharl":"⇃","dharr":"⇂","DiacriticalAcute":"´","DiacriticalDot":"˙","DiacriticalDoubleAcute":"˝","DiacriticalGrave":"`","DiacriticalTilde":"˜","diam":"⋄","diamond":"⋄","Diamond":"⋄","diamondsuit":"♦","diams":"♦","die":"¨","DifferentialD":"ⅆ","digamma":"ϝ","disin":"⋲","div":"÷","divide":"÷","divideontimes":"⋇","divonx":"⋇","DJcy":"Ђ","djcy":"ђ","dlcorn":"⌞","dlcrop":"⌍","dollar":"$","Dopf":"𝔻","dopf":"𝕕","Dot":"¨","dot":"˙","DotDot":"⃜","doteq":"≐","doteqdot":"≑","DotEqual":"≐","dotminus":"∸","dotplus":"∔","dotsquare":"⊡","doublebarwedge":"⌆","DoubleContourIntegral":"∯","DoubleDot":"¨","DoubleDownArrow":"⇓","DoubleLeftArrow":"⇐","DoubleLeftRightArrow":"⇔","DoubleLeftTee":"⫤","DoubleLongLeftArrow":"⟸","DoubleLongLeftRightArrow":"⟺","DoubleLongRightArrow":"⟹","DoubleRightArrow":"⇒","DoubleRightTee":"⊨","DoubleUpArrow":"⇑","DoubleUpDownArrow":"⇕","DoubleVerticalBar":"∥","DownArrowBar":"⤓","downarrow":"↓","DownArrow":"↓","Downarrow":"⇓","DownArrowUpArrow":"⇵","DownBreve":"̑","downdownarrows":"⇊","downharpoonleft":"⇃","downharpoonright":"⇂","DownLeftRightVector":"⥐","DownLeftTeeVector":"⥞","DownLeftVectorBar":"⥖","DownLeftVector":"↽","DownRightTeeVector":"⥟","DownRightVectorBar":"⥗","DownRightVector":"⇁","DownTeeArrow":"↧","DownTee":"⊤","drbkarow":"⤐","drcorn":"⌟","drcrop":"⌌","Dscr":"𝒟","dscr":"𝒹","DScy":"Ѕ","dscy":"ѕ","dsol":"⧶","Dstrok":"Đ","dstrok":"đ","dtdot":"⋱","dtri":"▿","dtrif":"▾","duarr":"⇵","duhar":"⥯","dwangle":"⦦","DZcy":"Џ","dzcy":"џ","dzigrarr":"⟿","Eacute":"É","eacute":"é","easter":"⩮","Ecaron":"Ě","ecaron":"ě","Ecirc":"Ê","ecirc":"ê","ecir":"≖","ecolon":"≕","Ecy":"Э","ecy":"э","eDDot":"⩷","Edot":"Ė","edot":"ė","eDot":"≑","ee":"ⅇ","efDot":"≒","Efr":"𝔈","efr":"𝔢","eg":"⪚","Egrave":"È","egrave":"è","egs":"⪖","egsdot":"⪘","el":"⪙","Element":"∈","elinters":"⏧","ell":"ℓ","els":"⪕","elsdot":"⪗","Emacr":"Ē","emacr":"ē","empty":"∅","emptyset":"∅","EmptySmallSquare":"◻","emptyv":"∅","EmptyVerySmallSquare":"▫","emsp13":" ","emsp14":" ","emsp":" ","ENG":"Ŋ","eng":"ŋ","ensp":" ","Eogon":"Ę","eogon":"ę","Eopf":"𝔼","eopf":"𝕖","epar":"⋕","eparsl":"⧣","eplus":"⩱","epsi":"ε","Epsilon":"Ε","epsilon":"ε","epsiv":"ϵ","eqcirc":"≖","eqcolon":"≕","eqsim":"≂","eqslantgtr":"⪖","eqslantless":"⪕","Equal":"⩵","equals":"=","EqualTilde":"≂","equest":"≟","Equilibrium":"⇌","equiv":"≡","equivDD":"⩸","eqvparsl":"⧥","erarr":"⥱","erDot":"≓","escr":"ℯ","Escr":"ℰ","esdot":"≐","Esim":"⩳","esim":"≂","Eta":"Η","eta":"η","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","euro":"€","excl":"!","exist":"∃","Exists":"∃","expectation":"ℰ","exponentiale":"ⅇ","ExponentialE":"ⅇ","fallingdotseq":"≒","Fcy":"Ф","fcy":"ф","female":"♀","ffilig":"ffi","fflig":"ff","ffllig":"ffl","Ffr":"𝔉","ffr":"𝔣","filig":"fi","FilledSmallSquare":"◼","FilledVerySmallSquare":"▪","fjlig":"fj","flat":"♭","fllig":"fl","fltns":"▱","fnof":"ƒ","Fopf":"𝔽","fopf":"𝕗","forall":"∀","ForAll":"∀","fork":"⋔","forkv":"⫙","Fouriertrf":"ℱ","fpartint":"⨍","frac12":"½","frac13":"⅓","frac14":"¼","frac15":"⅕","frac16":"⅙","frac18":"⅛","frac23":"⅔","frac25":"⅖","frac34":"¾","frac35":"⅗","frac38":"⅜","frac45":"⅘","frac56":"⅚","frac58":"⅝","frac78":"⅞","frasl":"⁄","frown":"⌢","fscr":"𝒻","Fscr":"ℱ","gacute":"ǵ","Gamma":"Γ","gamma":"γ","Gammad":"Ϝ","gammad":"ϝ","gap":"⪆","Gbreve":"Ğ","gbreve":"ğ","Gcedil":"Ģ","Gcirc":"Ĝ","gcirc":"ĝ","Gcy":"Г","gcy":"г","Gdot":"Ġ","gdot":"ġ","ge":"≥","gE":"≧","gEl":"⪌","gel":"⋛","geq":"≥","geqq":"≧","geqslant":"⩾","gescc":"⪩","ges":"⩾","gesdot":"⪀","gesdoto":"⪂","gesdotol":"⪄","gesl":"⋛︀","gesles":"⪔","Gfr":"𝔊","gfr":"𝔤","gg":"≫","Gg":"⋙","ggg":"⋙","gimel":"ℷ","GJcy":"Ѓ","gjcy":"ѓ","gla":"⪥","gl":"≷","glE":"⪒","glj":"⪤","gnap":"⪊","gnapprox":"⪊","gne":"⪈","gnE":"≩","gneq":"⪈","gneqq":"≩","gnsim":"⋧","Gopf":"𝔾","gopf":"𝕘","grave":"`","GreaterEqual":"≥","GreaterEqualLess":"⋛","GreaterFullEqual":"≧","GreaterGreater":"⪢","GreaterLess":"≷","GreaterSlantEqual":"⩾","GreaterTilde":"≳","Gscr":"𝒢","gscr":"ℊ","gsim":"≳","gsime":"⪎","gsiml":"⪐","gtcc":"⪧","gtcir":"⩺","gt":">","GT":">","Gt":"≫","gtdot":"⋗","gtlPar":"⦕","gtquest":"⩼","gtrapprox":"⪆","gtrarr":"⥸","gtrdot":"⋗","gtreqless":"⋛","gtreqqless":"⪌","gtrless":"≷","gtrsim":"≳","gvertneqq":"≩︀","gvnE":"≩︀","Hacek":"ˇ","hairsp":" ","half":"½","hamilt":"ℋ","HARDcy":"Ъ","hardcy":"ъ","harrcir":"⥈","harr":"↔","hArr":"⇔","harrw":"↭","Hat":"^","hbar":"ℏ","Hcirc":"Ĥ","hcirc":"ĥ","hearts":"♥","heartsuit":"♥","hellip":"…","hercon":"⊹","hfr":"𝔥","Hfr":"ℌ","HilbertSpace":"ℋ","hksearow":"⤥","hkswarow":"⤦","hoarr":"⇿","homtht":"∻","hookleftarrow":"↩","hookrightarrow":"↪","hopf":"𝕙","Hopf":"ℍ","horbar":"―","HorizontalLine":"─","hscr":"𝒽","Hscr":"ℋ","hslash":"ℏ","Hstrok":"Ħ","hstrok":"ħ","HumpDownHump":"≎","HumpEqual":"≏","hybull":"⁃","hyphen":"‐","Iacute":"Í","iacute":"í","ic":"⁣","Icirc":"Î","icirc":"î","Icy":"И","icy":"и","Idot":"İ","IEcy":"Е","iecy":"е","iexcl":"¡","iff":"⇔","ifr":"𝔦","Ifr":"ℑ","Igrave":"Ì","igrave":"ì","ii":"ⅈ","iiiint":"⨌","iiint":"∭","iinfin":"⧜","iiota":"℩","IJlig":"IJ","ijlig":"ij","Imacr":"Ī","imacr":"ī","image":"ℑ","ImaginaryI":"ⅈ","imagline":"ℐ","imagpart":"ℑ","imath":"ı","Im":"ℑ","imof":"⊷","imped":"Ƶ","Implies":"⇒","incare":"℅","in":"∈","infin":"∞","infintie":"⧝","inodot":"ı","intcal":"⊺","int":"∫","Int":"∬","integers":"ℤ","Integral":"∫","intercal":"⊺","Intersection":"⋂","intlarhk":"⨗","intprod":"⨼","InvisibleComma":"⁣","InvisibleTimes":"⁢","IOcy":"Ё","iocy":"ё","Iogon":"Į","iogon":"į","Iopf":"𝕀","iopf":"𝕚","Iota":"Ι","iota":"ι","iprod":"⨼","iquest":"¿","iscr":"𝒾","Iscr":"ℐ","isin":"∈","isindot":"⋵","isinE":"⋹","isins":"⋴","isinsv":"⋳","isinv":"∈","it":"⁢","Itilde":"Ĩ","itilde":"ĩ","Iukcy":"І","iukcy":"і","Iuml":"Ï","iuml":"ï","Jcirc":"Ĵ","jcirc":"ĵ","Jcy":"Й","jcy":"й","Jfr":"𝔍","jfr":"𝔧","jmath":"ȷ","Jopf":"𝕁","jopf":"𝕛","Jscr":"𝒥","jscr":"𝒿","Jsercy":"Ј","jsercy":"ј","Jukcy":"Є","jukcy":"є","Kappa":"Κ","kappa":"κ","kappav":"ϰ","Kcedil":"Ķ","kcedil":"ķ","Kcy":"К","kcy":"к","Kfr":"𝔎","kfr":"𝔨","kgreen":"ĸ","KHcy":"Х","khcy":"х","KJcy":"Ќ","kjcy":"ќ","Kopf":"𝕂","kopf":"𝕜","Kscr":"𝒦","kscr":"𝓀","lAarr":"⇚","Lacute":"Ĺ","lacute":"ĺ","laemptyv":"⦴","lagran":"ℒ","Lambda":"Λ","lambda":"λ","lang":"⟨","Lang":"⟪","langd":"⦑","langle":"⟨","lap":"⪅","Laplacetrf":"ℒ","laquo":"«","larrb":"⇤","larrbfs":"⤟","larr":"←","Larr":"↞","lArr":"⇐","larrfs":"⤝","larrhk":"↩","larrlp":"↫","larrpl":"⤹","larrsim":"⥳","larrtl":"↢","latail":"⤙","lAtail":"⤛","lat":"⪫","late":"⪭","lates":"⪭︀","lbarr":"⤌","lBarr":"⤎","lbbrk":"❲","lbrace":"{","lbrack":"[","lbrke":"⦋","lbrksld":"⦏","lbrkslu":"⦍","Lcaron":"Ľ","lcaron":"ľ","Lcedil":"Ļ","lcedil":"ļ","lceil":"⌈","lcub":"{","Lcy":"Л","lcy":"л","ldca":"⤶","ldquo":"“","ldquor":"„","ldrdhar":"⥧","ldrushar":"⥋","ldsh":"↲","le":"≤","lE":"≦","LeftAngleBracket":"⟨","LeftArrowBar":"⇤","leftarrow":"←","LeftArrow":"←","Leftarrow":"⇐","LeftArrowRightArrow":"⇆","leftarrowtail":"↢","LeftCeiling":"⌈","LeftDoubleBracket":"⟦","LeftDownTeeVector":"⥡","LeftDownVectorBar":"⥙","LeftDownVector":"⇃","LeftFloor":"⌊","leftharpoondown":"↽","leftharpoonup":"↼","leftleftarrows":"⇇","leftrightarrow":"↔","LeftRightArrow":"↔","Leftrightarrow":"⇔","leftrightarrows":"⇆","leftrightharpoons":"⇋","leftrightsquigarrow":"↭","LeftRightVector":"⥎","LeftTeeArrow":"↤","LeftTee":"⊣","LeftTeeVector":"⥚","leftthreetimes":"⋋","LeftTriangleBar":"⧏","LeftTriangle":"⊲","LeftTriangleEqual":"⊴","LeftUpDownVector":"⥑","LeftUpTeeVector":"⥠","LeftUpVectorBar":"⥘","LeftUpVector":"↿","LeftVectorBar":"⥒","LeftVector":"↼","lEg":"⪋","leg":"⋚","leq":"≤","leqq":"≦","leqslant":"⩽","lescc":"⪨","les":"⩽","lesdot":"⩿","lesdoto":"⪁","lesdotor":"⪃","lesg":"⋚︀","lesges":"⪓","lessapprox":"⪅","lessdot":"⋖","lesseqgtr":"⋚","lesseqqgtr":"⪋","LessEqualGreater":"⋚","LessFullEqual":"≦","LessGreater":"≶","lessgtr":"≶","LessLess":"⪡","lesssim":"≲","LessSlantEqual":"⩽","LessTilde":"≲","lfisht":"⥼","lfloor":"⌊","Lfr":"𝔏","lfr":"𝔩","lg":"≶","lgE":"⪑","lHar":"⥢","lhard":"↽","lharu":"↼","lharul":"⥪","lhblk":"▄","LJcy":"Љ","ljcy":"љ","llarr":"⇇","ll":"≪","Ll":"⋘","llcorner":"⌞","Lleftarrow":"⇚","llhard":"⥫","lltri":"◺","Lmidot":"Ŀ","lmidot":"ŀ","lmoustache":"⎰","lmoust":"⎰","lnap":"⪉","lnapprox":"⪉","lne":"⪇","lnE":"≨","lneq":"⪇","lneqq":"≨","lnsim":"⋦","loang":"⟬","loarr":"⇽","lobrk":"⟦","longleftarrow":"⟵","LongLeftArrow":"⟵","Longleftarrow":"⟸","longleftrightarrow":"⟷","LongLeftRightArrow":"⟷","Longleftrightarrow":"⟺","longmapsto":"⟼","longrightarrow":"⟶","LongRightArrow":"⟶","Longrightarrow":"⟹","looparrowleft":"↫","looparrowright":"↬","lopar":"⦅","Lopf":"𝕃","lopf":"𝕝","loplus":"⨭","lotimes":"⨴","lowast":"∗","lowbar":"_","LowerLeftArrow":"↙","LowerRightArrow":"↘","loz":"◊","lozenge":"◊","lozf":"⧫","lpar":"(","lparlt":"⦓","lrarr":"⇆","lrcorner":"⌟","lrhar":"⇋","lrhard":"⥭","lrm":"‎","lrtri":"⊿","lsaquo":"‹","lscr":"𝓁","Lscr":"ℒ","lsh":"↰","Lsh":"↰","lsim":"≲","lsime":"⪍","lsimg":"⪏","lsqb":"[","lsquo":"‘","lsquor":"‚","Lstrok":"Ł","lstrok":"ł","ltcc":"⪦","ltcir":"⩹","lt":"<","LT":"<","Lt":"≪","ltdot":"⋖","lthree":"⋋","ltimes":"⋉","ltlarr":"⥶","ltquest":"⩻","ltri":"◃","ltrie":"⊴","ltrif":"◂","ltrPar":"⦖","lurdshar":"⥊","luruhar":"⥦","lvertneqq":"≨︀","lvnE":"≨︀","macr":"¯","male":"♂","malt":"✠","maltese":"✠","Map":"⤅","map":"↦","mapsto":"↦","mapstodown":"↧","mapstoleft":"↤","mapstoup":"↥","marker":"▮","mcomma":"⨩","Mcy":"М","mcy":"м","mdash":"—","mDDot":"∺","measuredangle":"∡","MediumSpace":" ","Mellintrf":"ℳ","Mfr":"𝔐","mfr":"𝔪","mho":"℧","micro":"µ","midast":"*","midcir":"⫰","mid":"∣","middot":"·","minusb":"⊟","minus":"−","minusd":"∸","minusdu":"⨪","MinusPlus":"∓","mlcp":"⫛","mldr":"…","mnplus":"∓","models":"⊧","Mopf":"𝕄","mopf":"𝕞","mp":"∓","mscr":"𝓂","Mscr":"ℳ","mstpos":"∾","Mu":"Μ","mu":"μ","multimap":"⊸","mumap":"⊸","nabla":"∇","Nacute":"Ń","nacute":"ń","nang":"∠⃒","nap":"≉","napE":"⩰̸","napid":"≋̸","napos":"ʼn","napprox":"≉","natural":"♮","naturals":"ℕ","natur":"♮","nbsp":" ","nbump":"≎̸","nbumpe":"≏̸","ncap":"⩃","Ncaron":"Ň","ncaron":"ň","Ncedil":"Ņ","ncedil":"ņ","ncong":"≇","ncongdot":"⩭̸","ncup":"⩂","Ncy":"Н","ncy":"н","ndash":"–","nearhk":"⤤","nearr":"↗","neArr":"⇗","nearrow":"↗","ne":"≠","nedot":"≐̸","NegativeMediumSpace":"​","NegativeThickSpace":"​","NegativeThinSpace":"​","NegativeVeryThinSpace":"​","nequiv":"≢","nesear":"⤨","nesim":"≂̸","NestedGreaterGreater":"≫","NestedLessLess":"≪","NewLine":"\\n","nexist":"∄","nexists":"∄","Nfr":"𝔑","nfr":"𝔫","ngE":"≧̸","nge":"≱","ngeq":"≱","ngeqq":"≧̸","ngeqslant":"⩾̸","nges":"⩾̸","nGg":"⋙̸","ngsim":"≵","nGt":"≫⃒","ngt":"≯","ngtr":"≯","nGtv":"≫̸","nharr":"↮","nhArr":"⇎","nhpar":"⫲","ni":"∋","nis":"⋼","nisd":"⋺","niv":"∋","NJcy":"Њ","njcy":"њ","nlarr":"↚","nlArr":"⇍","nldr":"‥","nlE":"≦̸","nle":"≰","nleftarrow":"↚","nLeftarrow":"⇍","nleftrightarrow":"↮","nLeftrightarrow":"⇎","nleq":"≰","nleqq":"≦̸","nleqslant":"⩽̸","nles":"⩽̸","nless":"≮","nLl":"⋘̸","nlsim":"≴","nLt":"≪⃒","nlt":"≮","nltri":"⋪","nltrie":"⋬","nLtv":"≪̸","nmid":"∤","NoBreak":"⁠","NonBreakingSpace":" ","nopf":"𝕟","Nopf":"ℕ","Not":"⫬","not":"¬","NotCongruent":"≢","NotCupCap":"≭","NotDoubleVerticalBar":"∦","NotElement":"∉","NotEqual":"≠","NotEqualTilde":"≂̸","NotExists":"∄","NotGreater":"≯","NotGreaterEqual":"≱","NotGreaterFullEqual":"≧̸","NotGreaterGreater":"≫̸","NotGreaterLess":"≹","NotGreaterSlantEqual":"⩾̸","NotGreaterTilde":"≵","NotHumpDownHump":"≎̸","NotHumpEqual":"≏̸","notin":"∉","notindot":"⋵̸","notinE":"⋹̸","notinva":"∉","notinvb":"⋷","notinvc":"⋶","NotLeftTriangleBar":"⧏̸","NotLeftTriangle":"⋪","NotLeftTriangleEqual":"⋬","NotLess":"≮","NotLessEqual":"≰","NotLessGreater":"≸","NotLessLess":"≪̸","NotLessSlantEqual":"⩽̸","NotLessTilde":"≴","NotNestedGreaterGreater":"⪢̸","NotNestedLessLess":"⪡̸","notni":"∌","notniva":"∌","notnivb":"⋾","notnivc":"⋽","NotPrecedes":"⊀","NotPrecedesEqual":"⪯̸","NotPrecedesSlantEqual":"⋠","NotReverseElement":"∌","NotRightTriangleBar":"⧐̸","NotRightTriangle":"⋫","NotRightTriangleEqual":"⋭","NotSquareSubset":"⊏̸","NotSquareSubsetEqual":"⋢","NotSquareSuperset":"⊐̸","NotSquareSupersetEqual":"⋣","NotSubset":"⊂⃒","NotSubsetEqual":"⊈","NotSucceeds":"⊁","NotSucceedsEqual":"⪰̸","NotSucceedsSlantEqual":"⋡","NotSucceedsTilde":"≿̸","NotSuperset":"⊃⃒","NotSupersetEqual":"⊉","NotTilde":"≁","NotTildeEqual":"≄","NotTildeFullEqual":"≇","NotTildeTilde":"≉","NotVerticalBar":"∤","nparallel":"∦","npar":"∦","nparsl":"⫽⃥","npart":"∂̸","npolint":"⨔","npr":"⊀","nprcue":"⋠","nprec":"⊀","npreceq":"⪯̸","npre":"⪯̸","nrarrc":"⤳̸","nrarr":"↛","nrArr":"⇏","nrarrw":"↝̸","nrightarrow":"↛","nRightarrow":"⇏","nrtri":"⋫","nrtrie":"⋭","nsc":"⊁","nsccue":"⋡","nsce":"⪰̸","Nscr":"𝒩","nscr":"𝓃","nshortmid":"∤","nshortparallel":"∦","nsim":"≁","nsime":"≄","nsimeq":"≄","nsmid":"∤","nspar":"∦","nsqsube":"⋢","nsqsupe":"⋣","nsub":"⊄","nsubE":"⫅̸","nsube":"⊈","nsubset":"⊂⃒","nsubseteq":"⊈","nsubseteqq":"⫅̸","nsucc":"⊁","nsucceq":"⪰̸","nsup":"⊅","nsupE":"⫆̸","nsupe":"⊉","nsupset":"⊃⃒","nsupseteq":"⊉","nsupseteqq":"⫆̸","ntgl":"≹","Ntilde":"Ñ","ntilde":"ñ","ntlg":"≸","ntriangleleft":"⋪","ntrianglelefteq":"⋬","ntriangleright":"⋫","ntrianglerighteq":"⋭","Nu":"Ν","nu":"ν","num":"#","numero":"№","numsp":" ","nvap":"≍⃒","nvdash":"⊬","nvDash":"⊭","nVdash":"⊮","nVDash":"⊯","nvge":"≥⃒","nvgt":">⃒","nvHarr":"⤄","nvinfin":"⧞","nvlArr":"⤂","nvle":"≤⃒","nvlt":"<⃒","nvltrie":"⊴⃒","nvrArr":"⤃","nvrtrie":"⊵⃒","nvsim":"∼⃒","nwarhk":"⤣","nwarr":"↖","nwArr":"⇖","nwarrow":"↖","nwnear":"⤧","Oacute":"Ó","oacute":"ó","oast":"⊛","Ocirc":"Ô","ocirc":"ô","ocir":"⊚","Ocy":"О","ocy":"о","odash":"⊝","Odblac":"Ő","odblac":"ő","odiv":"⨸","odot":"⊙","odsold":"⦼","OElig":"Œ","oelig":"œ","ofcir":"⦿","Ofr":"𝔒","ofr":"𝔬","ogon":"˛","Ograve":"Ò","ograve":"ò","ogt":"⧁","ohbar":"⦵","ohm":"Ω","oint":"∮","olarr":"↺","olcir":"⦾","olcross":"⦻","oline":"‾","olt":"⧀","Omacr":"Ō","omacr":"ō","Omega":"Ω","omega":"ω","Omicron":"Ο","omicron":"ο","omid":"⦶","ominus":"⊖","Oopf":"𝕆","oopf":"𝕠","opar":"⦷","OpenCurlyDoubleQuote":"“","OpenCurlyQuote":"‘","operp":"⦹","oplus":"⊕","orarr":"↻","Or":"⩔","or":"∨","ord":"⩝","order":"ℴ","orderof":"ℴ","ordf":"ª","ordm":"º","origof":"⊶","oror":"⩖","orslope":"⩗","orv":"⩛","oS":"Ⓢ","Oscr":"𝒪","oscr":"ℴ","Oslash":"Ø","oslash":"ø","osol":"⊘","Otilde":"Õ","otilde":"õ","otimesas":"⨶","Otimes":"⨷","otimes":"⊗","Ouml":"Ö","ouml":"ö","ovbar":"⌽","OverBar":"‾","OverBrace":"⏞","OverBracket":"⎴","OverParenthesis":"⏜","para":"¶","parallel":"∥","par":"∥","parsim":"⫳","parsl":"⫽","part":"∂","PartialD":"∂","Pcy":"П","pcy":"п","percnt":"%","period":".","permil":"‰","perp":"⊥","pertenk":"‱","Pfr":"𝔓","pfr":"𝔭","Phi":"Φ","phi":"φ","phiv":"ϕ","phmmat":"ℳ","phone":"☎","Pi":"Π","pi":"π","pitchfork":"⋔","piv":"ϖ","planck":"ℏ","planckh":"ℎ","plankv":"ℏ","plusacir":"⨣","plusb":"⊞","pluscir":"⨢","plus":"+","plusdo":"∔","plusdu":"⨥","pluse":"⩲","PlusMinus":"±","plusmn":"±","plussim":"⨦","plustwo":"⨧","pm":"±","Poincareplane":"ℌ","pointint":"⨕","popf":"𝕡","Popf":"ℙ","pound":"£","prap":"⪷","Pr":"⪻","pr":"≺","prcue":"≼","precapprox":"⪷","prec":"≺","preccurlyeq":"≼","Precedes":"≺","PrecedesEqual":"⪯","PrecedesSlantEqual":"≼","PrecedesTilde":"≾","preceq":"⪯","precnapprox":"⪹","precneqq":"⪵","precnsim":"⋨","pre":"⪯","prE":"⪳","precsim":"≾","prime":"′","Prime":"″","primes":"ℙ","prnap":"⪹","prnE":"⪵","prnsim":"⋨","prod":"∏","Product":"∏","profalar":"⌮","profline":"⌒","profsurf":"⌓","prop":"∝","Proportional":"∝","Proportion":"∷","propto":"∝","prsim":"≾","prurel":"⊰","Pscr":"𝒫","pscr":"𝓅","Psi":"Ψ","psi":"ψ","puncsp":" ","Qfr":"𝔔","qfr":"𝔮","qint":"⨌","qopf":"𝕢","Qopf":"ℚ","qprime":"⁗","Qscr":"𝒬","qscr":"𝓆","quaternions":"ℍ","quatint":"⨖","quest":"?","questeq":"≟","quot":"\\"","QUOT":"\\"","rAarr":"⇛","race":"∽̱","Racute":"Ŕ","racute":"ŕ","radic":"√","raemptyv":"⦳","rang":"⟩","Rang":"⟫","rangd":"⦒","range":"⦥","rangle":"⟩","raquo":"»","rarrap":"⥵","rarrb":"⇥","rarrbfs":"⤠","rarrc":"⤳","rarr":"→","Rarr":"↠","rArr":"⇒","rarrfs":"⤞","rarrhk":"↪","rarrlp":"↬","rarrpl":"⥅","rarrsim":"⥴","Rarrtl":"⤖","rarrtl":"↣","rarrw":"↝","ratail":"⤚","rAtail":"⤜","ratio":"∶","rationals":"ℚ","rbarr":"⤍","rBarr":"⤏","RBarr":"⤐","rbbrk":"❳","rbrace":"}","rbrack":"]","rbrke":"⦌","rbrksld":"⦎","rbrkslu":"⦐","Rcaron":"Ř","rcaron":"ř","Rcedil":"Ŗ","rcedil":"ŗ","rceil":"⌉","rcub":"}","Rcy":"Р","rcy":"р","rdca":"⤷","rdldhar":"⥩","rdquo":"”","rdquor":"”","rdsh":"↳","real":"ℜ","realine":"ℛ","realpart":"ℜ","reals":"ℝ","Re":"ℜ","rect":"▭","reg":"®","REG":"®","ReverseElement":"∋","ReverseEquilibrium":"⇋","ReverseUpEquilibrium":"⥯","rfisht":"⥽","rfloor":"⌋","rfr":"𝔯","Rfr":"ℜ","rHar":"⥤","rhard":"⇁","rharu":"⇀","rharul":"⥬","Rho":"Ρ","rho":"ρ","rhov":"ϱ","RightAngleBracket":"⟩","RightArrowBar":"⇥","rightarrow":"→","RightArrow":"→","Rightarrow":"⇒","RightArrowLeftArrow":"⇄","rightarrowtail":"↣","RightCeiling":"⌉","RightDoubleBracket":"⟧","RightDownTeeVector":"⥝","RightDownVectorBar":"⥕","RightDownVector":"⇂","RightFloor":"⌋","rightharpoondown":"⇁","rightharpoonup":"⇀","rightleftarrows":"⇄","rightleftharpoons":"⇌","rightrightarrows":"⇉","rightsquigarrow":"↝","RightTeeArrow":"↦","RightTee":"⊢","RightTeeVector":"⥛","rightthreetimes":"⋌","RightTriangleBar":"⧐","RightTriangle":"⊳","RightTriangleEqual":"⊵","RightUpDownVector":"⥏","RightUpTeeVector":"⥜","RightUpVectorBar":"⥔","RightUpVector":"↾","RightVectorBar":"⥓","RightVector":"⇀","ring":"˚","risingdotseq":"≓","rlarr":"⇄","rlhar":"⇌","rlm":"‏","rmoustache":"⎱","rmoust":"⎱","rnmid":"⫮","roang":"⟭","roarr":"⇾","robrk":"⟧","ropar":"⦆","ropf":"𝕣","Ropf":"ℝ","roplus":"⨮","rotimes":"⨵","RoundImplies":"⥰","rpar":")","rpargt":"⦔","rppolint":"⨒","rrarr":"⇉","Rrightarrow":"⇛","rsaquo":"›","rscr":"𝓇","Rscr":"ℛ","rsh":"↱","Rsh":"↱","rsqb":"]","rsquo":"’","rsquor":"’","rthree":"⋌","rtimes":"⋊","rtri":"▹","rtrie":"⊵","rtrif":"▸","rtriltri":"⧎","RuleDelayed":"⧴","ruluhar":"⥨","rx":"℞","Sacute":"Ś","sacute":"ś","sbquo":"‚","scap":"⪸","Scaron":"Š","scaron":"š","Sc":"⪼","sc":"≻","sccue":"≽","sce":"⪰","scE":"⪴","Scedil":"Ş","scedil":"ş","Scirc":"Ŝ","scirc":"ŝ","scnap":"⪺","scnE":"⪶","scnsim":"⋩","scpolint":"⨓","scsim":"≿","Scy":"С","scy":"с","sdotb":"⊡","sdot":"⋅","sdote":"⩦","searhk":"⤥","searr":"↘","seArr":"⇘","searrow":"↘","sect":"§","semi":";","seswar":"⤩","setminus":"∖","setmn":"∖","sext":"✶","Sfr":"𝔖","sfr":"𝔰","sfrown":"⌢","sharp":"♯","SHCHcy":"Щ","shchcy":"щ","SHcy":"Ш","shcy":"ш","ShortDownArrow":"↓","ShortLeftArrow":"←","shortmid":"∣","shortparallel":"∥","ShortRightArrow":"→","ShortUpArrow":"↑","shy":"­","Sigma":"Σ","sigma":"σ","sigmaf":"ς","sigmav":"ς","sim":"∼","simdot":"⩪","sime":"≃","simeq":"≃","simg":"⪞","simgE":"⪠","siml":"⪝","simlE":"⪟","simne":"≆","simplus":"⨤","simrarr":"⥲","slarr":"←","SmallCircle":"∘","smallsetminus":"∖","smashp":"⨳","smeparsl":"⧤","smid":"∣","smile":"⌣","smt":"⪪","smte":"⪬","smtes":"⪬︀","SOFTcy":"Ь","softcy":"ь","solbar":"⌿","solb":"⧄","sol":"/","Sopf":"𝕊","sopf":"𝕤","spades":"♠","spadesuit":"♠","spar":"∥","sqcap":"⊓","sqcaps":"⊓︀","sqcup":"⊔","sqcups":"⊔︀","Sqrt":"√","sqsub":"⊏","sqsube":"⊑","sqsubset":"⊏","sqsubseteq":"⊑","sqsup":"⊐","sqsupe":"⊒","sqsupset":"⊐","sqsupseteq":"⊒","square":"□","Square":"□","SquareIntersection":"⊓","SquareSubset":"⊏","SquareSubsetEqual":"⊑","SquareSuperset":"⊐","SquareSupersetEqual":"⊒","SquareUnion":"⊔","squarf":"▪","squ":"□","squf":"▪","srarr":"→","Sscr":"𝒮","sscr":"𝓈","ssetmn":"∖","ssmile":"⌣","sstarf":"⋆","Star":"⋆","star":"☆","starf":"★","straightepsilon":"ϵ","straightphi":"ϕ","strns":"¯","sub":"⊂","Sub":"⋐","subdot":"⪽","subE":"⫅","sube":"⊆","subedot":"⫃","submult":"⫁","subnE":"⫋","subne":"⊊","subplus":"⪿","subrarr":"⥹","subset":"⊂","Subset":"⋐","subseteq":"⊆","subseteqq":"⫅","SubsetEqual":"⊆","subsetneq":"⊊","subsetneqq":"⫋","subsim":"⫇","subsub":"⫕","subsup":"⫓","succapprox":"⪸","succ":"≻","succcurlyeq":"≽","Succeeds":"≻","SucceedsEqual":"⪰","SucceedsSlantEqual":"≽","SucceedsTilde":"≿","succeq":"⪰","succnapprox":"⪺","succneqq":"⪶","succnsim":"⋩","succsim":"≿","SuchThat":"∋","sum":"∑","Sum":"∑","sung":"♪","sup1":"¹","sup2":"²","sup3":"³","sup":"⊃","Sup":"⋑","supdot":"⪾","supdsub":"⫘","supE":"⫆","supe":"⊇","supedot":"⫄","Superset":"⊃","SupersetEqual":"⊇","suphsol":"⟉","suphsub":"⫗","suplarr":"⥻","supmult":"⫂","supnE":"⫌","supne":"⊋","supplus":"⫀","supset":"⊃","Supset":"⋑","supseteq":"⊇","supseteqq":"⫆","supsetneq":"⊋","supsetneqq":"⫌","supsim":"⫈","supsub":"⫔","supsup":"⫖","swarhk":"⤦","swarr":"↙","swArr":"⇙","swarrow":"↙","swnwar":"⤪","szlig":"ß","Tab":"\\t","target":"⌖","Tau":"Τ","tau":"τ","tbrk":"⎴","Tcaron":"Ť","tcaron":"ť","Tcedil":"Ţ","tcedil":"ţ","Tcy":"Т","tcy":"т","tdot":"⃛","telrec":"⌕","Tfr":"𝔗","tfr":"𝔱","there4":"∴","therefore":"∴","Therefore":"∴","Theta":"Θ","theta":"θ","thetasym":"ϑ","thetav":"ϑ","thickapprox":"≈","thicksim":"∼","ThickSpace":"  ","ThinSpace":" ","thinsp":" ","thkap":"≈","thksim":"∼","THORN":"Þ","thorn":"þ","tilde":"˜","Tilde":"∼","TildeEqual":"≃","TildeFullEqual":"≅","TildeTilde":"≈","timesbar":"⨱","timesb":"⊠","times":"×","timesd":"⨰","tint":"∭","toea":"⤨","topbot":"⌶","topcir":"⫱","top":"⊤","Topf":"𝕋","topf":"𝕥","topfork":"⫚","tosa":"⤩","tprime":"‴","trade":"™","TRADE":"™","triangle":"▵","triangledown":"▿","triangleleft":"◃","trianglelefteq":"⊴","triangleq":"≜","triangleright":"▹","trianglerighteq":"⊵","tridot":"◬","trie":"≜","triminus":"⨺","TripleDot":"⃛","triplus":"⨹","trisb":"⧍","tritime":"⨻","trpezium":"⏢","Tscr":"𝒯","tscr":"𝓉","TScy":"Ц","tscy":"ц","TSHcy":"Ћ","tshcy":"ћ","Tstrok":"Ŧ","tstrok":"ŧ","twixt":"≬","twoheadleftarrow":"↞","twoheadrightarrow":"↠","Uacute":"Ú","uacute":"ú","uarr":"↑","Uarr":"↟","uArr":"⇑","Uarrocir":"⥉","Ubrcy":"Ў","ubrcy":"ў","Ubreve":"Ŭ","ubreve":"ŭ","Ucirc":"Û","ucirc":"û","Ucy":"У","ucy":"у","udarr":"⇅","Udblac":"Ű","udblac":"ű","udhar":"⥮","ufisht":"⥾","Ufr":"𝔘","ufr":"𝔲","Ugrave":"Ù","ugrave":"ù","uHar":"⥣","uharl":"↿","uharr":"↾","uhblk":"▀","ulcorn":"⌜","ulcorner":"⌜","ulcrop":"⌏","ultri":"◸","Umacr":"Ū","umacr":"ū","uml":"¨","UnderBar":"_","UnderBrace":"⏟","UnderBracket":"⎵","UnderParenthesis":"⏝","Union":"⋃","UnionPlus":"⊎","Uogon":"Ų","uogon":"ų","Uopf":"𝕌","uopf":"𝕦","UpArrowBar":"⤒","uparrow":"↑","UpArrow":"↑","Uparrow":"⇑","UpArrowDownArrow":"⇅","updownarrow":"↕","UpDownArrow":"↕","Updownarrow":"⇕","UpEquilibrium":"⥮","upharpoonleft":"↿","upharpoonright":"↾","uplus":"⊎","UpperLeftArrow":"↖","UpperRightArrow":"↗","upsi":"υ","Upsi":"ϒ","upsih":"ϒ","Upsilon":"Υ","upsilon":"υ","UpTeeArrow":"↥","UpTee":"⊥","upuparrows":"⇈","urcorn":"⌝","urcorner":"⌝","urcrop":"⌎","Uring":"Ů","uring":"ů","urtri":"◹","Uscr":"𝒰","uscr":"𝓊","utdot":"⋰","Utilde":"Ũ","utilde":"ũ","utri":"▵","utrif":"▴","uuarr":"⇈","Uuml":"Ü","uuml":"ü","uwangle":"⦧","vangrt":"⦜","varepsilon":"ϵ","varkappa":"ϰ","varnothing":"∅","varphi":"ϕ","varpi":"ϖ","varpropto":"∝","varr":"↕","vArr":"⇕","varrho":"ϱ","varsigma":"ς","varsubsetneq":"⊊︀","varsubsetneqq":"⫋︀","varsupsetneq":"⊋︀","varsupsetneqq":"⫌︀","vartheta":"ϑ","vartriangleleft":"⊲","vartriangleright":"⊳","vBar":"⫨","Vbar":"⫫","vBarv":"⫩","Vcy":"В","vcy":"в","vdash":"⊢","vDash":"⊨","Vdash":"⊩","VDash":"⊫","Vdashl":"⫦","veebar":"⊻","vee":"∨","Vee":"⋁","veeeq":"≚","vellip":"⋮","verbar":"|","Verbar":"‖","vert":"|","Vert":"‖","VerticalBar":"∣","VerticalLine":"|","VerticalSeparator":"❘","VerticalTilde":"≀","VeryThinSpace":" ","Vfr":"𝔙","vfr":"𝔳","vltri":"⊲","vnsub":"⊂⃒","vnsup":"⊃⃒","Vopf":"𝕍","vopf":"𝕧","vprop":"∝","vrtri":"⊳","Vscr":"𝒱","vscr":"𝓋","vsubnE":"⫋︀","vsubne":"⊊︀","vsupnE":"⫌︀","vsupne":"⊋︀","Vvdash":"⊪","vzigzag":"⦚","Wcirc":"Ŵ","wcirc":"ŵ","wedbar":"⩟","wedge":"∧","Wedge":"⋀","wedgeq":"≙","weierp":"℘","Wfr":"𝔚","wfr":"𝔴","Wopf":"𝕎","wopf":"𝕨","wp":"℘","wr":"≀","wreath":"≀","Wscr":"𝒲","wscr":"𝓌","xcap":"⋂","xcirc":"◯","xcup":"⋃","xdtri":"▽","Xfr":"𝔛","xfr":"𝔵","xharr":"⟷","xhArr":"⟺","Xi":"Ξ","xi":"ξ","xlarr":"⟵","xlArr":"⟸","xmap":"⟼","xnis":"⋻","xodot":"⨀","Xopf":"𝕏","xopf":"𝕩","xoplus":"⨁","xotime":"⨂","xrarr":"⟶","xrArr":"⟹","Xscr":"𝒳","xscr":"𝓍","xsqcup":"⨆","xuplus":"⨄","xutri":"△","xvee":"⋁","xwedge":"⋀","Yacute":"Ý","yacute":"ý","YAcy":"Я","yacy":"я","Ycirc":"Ŷ","ycirc":"ŷ","Ycy":"Ы","ycy":"ы","yen":"¥","Yfr":"𝔜","yfr":"𝔶","YIcy":"Ї","yicy":"ї","Yopf":"𝕐","yopf":"𝕪","Yscr":"𝒴","yscr":"𝓎","YUcy":"Ю","yucy":"ю","yuml":"ÿ","Yuml":"Ÿ","Zacute":"Ź","zacute":"ź","Zcaron":"Ž","zcaron":"ž","Zcy":"З","zcy":"з","Zdot":"Ż","zdot":"ż","zeetrf":"ℨ","ZeroWidthSpace":"​","Zeta":"Ζ","zeta":"ζ","zfr":"𝔷","Zfr":"ℨ","ZHcy":"Ж","zhcy":"ж","zigrarr":"⇝","zopf":"𝕫","Zopf":"ℤ","Zscr":"𝒵","zscr":"𝓏","zwj":"‍","zwnj":"‌"}')},function(e){e.exports=JSON.parse('{"amp":"&","apos":"\'","gt":">","lt":"<","quot":"\\""}')},function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.escapeUTF8=t.escape=t.encodeNonAsciiHTML=t.encodeHTML=t.encodeXML=void 0;var o=u(r(n(52)).default),a=b(o);t.encodeXML=h(o);var l,c,i=u(r(n(51)).default),s=b(i);function u(e){return Object.keys(e).sort().reduce((function(t,n){return t[e[n]]="&"+n+";",t}),{})}function b(e){for(var t=[],n=[],r=0,o=Object.keys(e);r<o.length;r++){var a=o[r];1===a.length?t.push("\\"+a):n.push(a)}t.sort();for(var l=0;l<t.length-1;l++){for(var c=l;c<t.length-1&&t[c].charCodeAt(1)+1===t[c+1].charCodeAt(1);)c+=1;var i=1+c-l;i<3||t.splice(l,i,t[l]+"-"+t[c])}return n.unshift("["+t.join("")+"]"),new RegExp(n.join("|"),"g")}t.encodeHTML=(l=i,c=s,function(e){return e.replace(c,(function(e){return l[e]})).replace(p,f)}),t.encodeNonAsciiHTML=h(i);var p=/(?:[\x80-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/g,m=null!=String.prototype.codePointAt?function(e){return e.codePointAt(0)}:function(e){return 1024*(e.charCodeAt(0)-55296)+e.charCodeAt(1)-56320+65536};function f(e){return"&#x"+(e.length>1?m(e):e.charCodeAt(0)).toString(16).toUpperCase()+";"}var d=new RegExp(a.source+"|"+p.source,"g");function h(e){return function(t){return t.replace(d,(function(t){return e[t]||f(t)}))}}t.escape=function(e){return e.replace(d,f)},t.escapeUTF8=function(e){return e.replace(a,f)}},function(e,t,n){e.exports=c;var r=n(45),o=n(94).Writable,a=n(95).StringDecoder,l=n(55).Buffer;function c(e,t){var n=this._parser=new r(e,t),l=this._decoder=new a;o.call(this,{decodeStrings:!1}),this.once("finish",(function(){n.end(l.end())}))}n(24)(c,o),c.prototype._write=function(e,t,n){e instanceof l&&(e=this._decoder.write(e)),this._parser.write(e),n()}},function(e,t,n){"use strict";(function(e){var r=n(98),o=n(99),a=n(100);function l(){return i.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function c(e,t){if(l()<t)throw new RangeError("Invalid typed array length");return i.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=i.prototype:(null===e&&(e=new i(t)),e.length=t),e}function i(e,t,n){if(!(i.TYPED_ARRAY_SUPPORT||this instanceof i))return new i(e,t,n);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return b(this,e)}return s(this,e,t,n)}function s(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");return t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r),i.TYPED_ARRAY_SUPPORT?(e=t).__proto__=i.prototype:e=p(e,t),e}(e,t,n,r):"string"==typeof t?function(e,t,n){if("string"==typeof n&&""!==n||(n="utf8"),!i.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|f(t,n),o=(e=c(e,r)).write(t,n);return o!==r&&(e=e.slice(0,o)),e}(e,t,n):function(e,t){if(i.isBuffer(t)){var n=0|m(t.length);return 0===(e=c(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(r=t.length)!=r?c(e,0):p(e,t);if("Buffer"===t.type&&a(t.data))return p(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function u(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function b(e,t){if(u(t),e=c(e,t<0?0:0|m(t)),!i.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function p(e,t){var n=t.length<0?0:0|m(t.length);e=c(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function m(e){if(e>=l())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+l().toString(16)+" bytes");return 0|e}function f(e,t){if(i.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return M(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return D(e).length;default:if(r)return M(e).length;t=(""+t).toLowerCase(),r=!0}}function d(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return T(this,t,n);case"utf8":case"utf-8":return C(this,t,n);case"ascii":return N(this,t,n);case"latin1":case"binary":return w(this,t,n);case"base64":return x(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return B(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function h(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function v(e,t,n,r,o){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"==typeof t&&(t=i.from(t,r)),i.isBuffer(t))return 0===t.length?-1:_(e,t,n,r,o);if("number"==typeof t)return t&=255,i.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):_(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function _(e,t,n,r,o){var a,l=1,c=e.length,i=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;l=2,c/=2,i/=2,n/=2}function s(e,t){return 1===l?e[t]:e.readUInt16BE(t*l)}if(o){var u=-1;for(a=n;a<c;a++)if(s(e,a)===s(t,-1===u?0:a-u)){if(-1===u&&(u=a),a-u+1===i)return u*l}else-1!==u&&(a-=a-u),u=-1}else for(n+i>c&&(n=c-i),a=n;a>=0;a--){for(var b=!0,p=0;p<i;p++)if(s(e,a+p)!==s(t,p)){b=!1;break}if(b)return a}return-1}function g(e,t,n,r){n=Number(n)||0;var o=e.length-n;r?(r=Number(r))>o&&(r=o):r=o;var a=t.length;if(a%2!=0)throw new TypeError("Invalid hex string");r>a/2&&(r=a/2);for(var l=0;l<r;++l){var c=parseInt(t.substr(2*l,2),16);if(isNaN(c))return l;e[n+l]=c}return l}function k(e,t,n,r){return U(M(t,e.length-n),e,n,r)}function y(e,t,n,r){return U(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function O(e,t,n,r){return y(e,t,n,r)}function j(e,t,n,r){return U(D(t),e,n,r)}function E(e,t,n,r){return U(function(e,t){for(var n,r,o,a=[],l=0;l<e.length&&!((t-=2)<0);++l)r=(n=e.charCodeAt(l))>>8,o=n%256,a.push(o),a.push(r);return a}(t,e.length-n),e,n,r)}function x(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function C(e,t,n){n=Math.min(e.length,n);for(var r=[],o=t;o<n;){var a,l,c,i,s=e[o],u=null,b=s>239?4:s>223?3:s>191?2:1;if(o+b<=n)switch(b){case 1:s<128&&(u=s);break;case 2:128==(192&(a=e[o+1]))&&(i=(31&s)<<6|63&a)>127&&(u=i);break;case 3:a=e[o+1],l=e[o+2],128==(192&a)&&128==(192&l)&&(i=(15&s)<<12|(63&a)<<6|63&l)>2047&&(i<55296||i>57343)&&(u=i);break;case 4:a=e[o+1],l=e[o+2],c=e[o+3],128==(192&a)&&128==(192&l)&&128==(192&c)&&(i=(15&s)<<18|(63&a)<<12|(63&l)<<6|63&c)>65535&&i<1114112&&(u=i)}null===u?(u=65533,b=1):u>65535&&(u-=65536,r.push(u>>>10&1023|55296),u=56320|1023&u),r.push(u),o+=b}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=4096));return n}(r)}function N(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(127&e[o]);return r}function w(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(e[o]);return r}function T(e,t,n){var r,o=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>o)&&(n=o);for(var a="",l=t;l<n;++l)a+=(r=e[l])<16?"0"+r.toString(16):r.toString(16);return a}function B(e,t,n){for(var r=e.slice(t,n),o="",a=0;a<r.length;a+=2)o+=String.fromCharCode(r[a]+256*r[a+1]);return o}function S(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function A(e,t,n,r,o,a){if(!i.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||t<a)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function R(e,t,n,r){t<0&&(t=65535+t+1);for(var o=0,a=Math.min(e.length-n,2);o<a;++o)e[n+o]=(t&255<<8*(r?o:1-o))>>>8*(r?o:1-o)}function I(e,t,n,r){t<0&&(t=4294967295+t+1);for(var o=0,a=Math.min(e.length-n,4);o<a;++o)e[n+o]=t>>>8*(r?o:3-o)&255}function P(e,t,n,r,o,a){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function z(e,t,n,r,a){return a||P(e,0,n,4),o.write(e,t,n,r,23,4),n+4}function q(e,t,n,r,a){return a||P(e,0,n,8),o.write(e,t,n,r,52,8),n+8}t.Buffer=i,t.SlowBuffer=function(e){return+e!=e&&(e=0),i.alloc(+e)},t.INSPECT_MAX_BYTES=50,i.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(e){return!1}}(),t.kMaxLength=l(),i.poolSize=8192,i._augment=function(e){return e.__proto__=i.prototype,e},i.from=function(e,t,n){return s(null,e,t,n)},i.TYPED_ARRAY_SUPPORT&&(i.prototype.__proto__=Uint8Array.prototype,i.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&i[Symbol.species]===i&&Object.defineProperty(i,Symbol.species,{value:null,configurable:!0})),i.alloc=function(e,t,n){return function(e,t,n,r){return u(t),t<=0?c(null,t):void 0!==n?"string"==typeof r?c(null,t).fill(n,r):c(null,t).fill(n):c(null,t)}(0,e,t,n)},i.allocUnsafe=function(e){return b(null,e)},i.allocUnsafeSlow=function(e){return b(null,e)},i.isBuffer=function(e){return!(null==e||!e._isBuffer)},i.compare=function(e,t){if(!i.isBuffer(e)||!i.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,o=0,a=Math.min(n,r);o<a;++o)if(e[o]!==t[o]){n=e[o],r=t[o];break}return n<r?-1:r<n?1:0},i.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},i.concat=function(e,t){if(!a(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return i.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=i.allocUnsafe(t),o=0;for(n=0;n<e.length;++n){var l=e[n];if(!i.isBuffer(l))throw new TypeError('"list" argument must be an Array of Buffers');l.copy(r,o),o+=l.length}return r},i.byteLength=f,i.prototype._isBuffer=!0,i.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)h(this,t,t+1);return this},i.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)h(this,t,t+3),h(this,t+1,t+2);return this},i.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)h(this,t,t+7),h(this,t+1,t+6),h(this,t+2,t+5),h(this,t+3,t+4);return this},i.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?C(this,0,e):d.apply(this,arguments)},i.prototype.equals=function(e){if(!i.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===i.compare(this,e)},i.prototype.inspect=function(){var e="",n=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),"<Buffer "+e+">"},i.prototype.compare=function(e,t,n,r,o){if(!i.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(this===e)return 0;for(var a=(o>>>=0)-(r>>>=0),l=(n>>>=0)-(t>>>=0),c=Math.min(a,l),s=this.slice(r,o),u=e.slice(t,n),b=0;b<c;++b)if(s[b]!==u[b]){a=s[b],l=u[b];break}return a<l?-1:l<a?1:0},i.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},i.prototype.indexOf=function(e,t,n){return v(this,e,t,n,!0)},i.prototype.lastIndexOf=function(e,t,n){return v(this,e,t,n,!1)},i.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var o=this.length-t;if((void 0===n||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var a=!1;;)switch(r){case"hex":return g(this,e,t,n);case"utf8":case"utf-8":return k(this,e,t,n);case"ascii":return y(this,e,t,n);case"latin1":case"binary":return O(this,e,t,n);case"base64":return j(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return E(this,e,t,n);default:if(a)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),a=!0}},i.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},i.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),i.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=i.prototype;else{var o=t-e;n=new i(o,void 0);for(var a=0;a<o;++a)n[a]=this[a+e]}return n},i.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||S(e,t,this.length);for(var r=this[e],o=1,a=0;++a<t&&(o*=256);)r+=this[e+a]*o;return r},i.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||S(e,t,this.length);for(var r=this[e+--t],o=1;t>0&&(o*=256);)r+=this[e+--t]*o;return r},i.prototype.readUInt8=function(e,t){return t||S(e,1,this.length),this[e]},i.prototype.readUInt16LE=function(e,t){return t||S(e,2,this.length),this[e]|this[e+1]<<8},i.prototype.readUInt16BE=function(e,t){return t||S(e,2,this.length),this[e]<<8|this[e+1]},i.prototype.readUInt32LE=function(e,t){return t||S(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},i.prototype.readUInt32BE=function(e,t){return t||S(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},i.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||S(e,t,this.length);for(var r=this[e],o=1,a=0;++a<t&&(o*=256);)r+=this[e+a]*o;return r>=(o*=128)&&(r-=Math.pow(2,8*t)),r},i.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||S(e,t,this.length);for(var r=t,o=1,a=this[e+--r];r>0&&(o*=256);)a+=this[e+--r]*o;return a>=(o*=128)&&(a-=Math.pow(2,8*t)),a},i.prototype.readInt8=function(e,t){return t||S(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},i.prototype.readInt16LE=function(e,t){t||S(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},i.prototype.readInt16BE=function(e,t){t||S(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},i.prototype.readInt32LE=function(e,t){return t||S(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},i.prototype.readInt32BE=function(e,t){return t||S(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},i.prototype.readFloatLE=function(e,t){return t||S(e,4,this.length),o.read(this,e,!0,23,4)},i.prototype.readFloatBE=function(e,t){return t||S(e,4,this.length),o.read(this,e,!1,23,4)},i.prototype.readDoubleLE=function(e,t){return t||S(e,8,this.length),o.read(this,e,!0,52,8)},i.prototype.readDoubleBE=function(e,t){return t||S(e,8,this.length),o.read(this,e,!1,52,8)},i.prototype.writeUIntLE=function(e,t,n,r){e=+e,t|=0,n|=0,r||A(this,e,t,n,Math.pow(2,8*n)-1,0);var o=1,a=0;for(this[t]=255&e;++a<n&&(o*=256);)this[t+a]=e/o&255;return t+n},i.prototype.writeUIntBE=function(e,t,n,r){e=+e,t|=0,n|=0,r||A(this,e,t,n,Math.pow(2,8*n)-1,0);var o=n-1,a=1;for(this[t+o]=255&e;--o>=0&&(a*=256);)this[t+o]=e/a&255;return t+n},i.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,1,255,0),i.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},i.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,2,65535,0),i.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):R(this,e,t,!0),t+2},i.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,2,65535,0),i.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):R(this,e,t,!1),t+2},i.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,4,4294967295,0),i.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):I(this,e,t,!0),t+4},i.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,4,4294967295,0),i.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):I(this,e,t,!1),t+4},i.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);A(this,e,t,n,o-1,-o)}var a=0,l=1,c=0;for(this[t]=255&e;++a<n&&(l*=256);)e<0&&0===c&&0!==this[t+a-1]&&(c=1),this[t+a]=(e/l>>0)-c&255;return t+n},i.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);A(this,e,t,n,o-1,-o)}var a=n-1,l=1,c=0;for(this[t+a]=255&e;--a>=0&&(l*=256);)e<0&&0===c&&0!==this[t+a+1]&&(c=1),this[t+a]=(e/l>>0)-c&255;return t+n},i.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,1,127,-128),i.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},i.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,2,32767,-32768),i.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):R(this,e,t,!0),t+2},i.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,2,32767,-32768),i.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):R(this,e,t,!1),t+2},i.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,4,2147483647,-2147483648),i.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):I(this,e,t,!0),t+4},i.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||A(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),i.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):I(this,e,t,!1),t+4},i.prototype.writeFloatLE=function(e,t,n){return z(this,e,t,!0,n)},i.prototype.writeFloatBE=function(e,t,n){return z(this,e,t,!1,n)},i.prototype.writeDoubleLE=function(e,t,n){return q(this,e,t,!0,n)},i.prototype.writeDoubleBE=function(e,t,n){return q(this,e,t,!1,n)},i.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var o,a=r-n;if(this===e&&n<t&&t<r)for(o=a-1;o>=0;--o)e[o+t]=this[o+n];else if(a<1e3||!i.TYPED_ARRAY_SUPPORT)for(o=0;o<a;++o)e[o+t]=this[o+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+a),t);return a},i.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===e.length){var o=e.charCodeAt(0);o<256&&(e=o)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!i.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var a;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(a=t;a<n;++a)this[a]=e;else{var l=i.isBuffer(e)?e:M(new i(e,r).toString()),c=l.length;for(a=0;a<n-t;++a)this[a+t]=l[a%c]}return this};var L=/[^+\/0-9A-Za-z-_]/g;function M(e,t){var n;t=t||1/0;for(var r=e.length,o=null,a=[],l=0;l<r;++l){if((n=e.charCodeAt(l))>55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&a.push(239,191,189);continue}if(l+1===r){(t-=3)>-1&&a.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&a.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&a.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;a.push(n)}else if(n<2048){if((t-=2)<0)break;a.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;a.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;a.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return a}function D(e){return r.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(L,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function U(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);++o)t[o+n]=e[o];return o}}).call(this,n(97))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};t.default=function(e,t){var n=r({},(0,o.default)(e),{key:t});return"string"==typeof n.style||n.style instanceof String?n.style=(0,a.default)(n.style):delete n.style,n};var o=l(n(105)),a=l(n(108));function l(e){return e&&e.__esModule?e:{default:e}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return o.hasOwnProperty(e)||(o[e]=r.test(e)),o[e]};var r=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,o={}},function(e,t,n){var r,o;void 0===(o="function"==typeof(r=function(){var e=/^v?(?:\d+)(\.(?:[x*]|\d+)(\.(?:[x*]|\d+)(\.(?:[x*]|\d+))?(?:-[\da-z\-]+(?:\.[\da-z\-]+)*)?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i;function t(e){var t,n=e.replace(/^v/,"").replace(/\+.*$/,""),r=("-",-1===(t=n).indexOf("-")?t.length:t.indexOf("-")),o=n.substring(0,r).split(".");return o.push(n.substring(r+1)),o}function n(e){return isNaN(Number(e))?e:Number(e)}function r(t){if("string"!=typeof t)throw new TypeError("Invalid argument expected string");if(!e.test(t))throw new Error("Invalid argument not valid semver ('"+t+"' received)")}function o(e,o){[e,o].forEach(r);for(var a=t(e),l=t(o),c=0;c<Math.max(a.length-1,l.length-1);c++){var i=parseInt(a[c]||0,10),s=parseInt(l[c]||0,10);if(i>s)return 1;if(s>i)return-1}var u=a[a.length-1],b=l[l.length-1];if(u&&b){var p=u.split(".").map(n),m=b.split(".").map(n);for(c=0;c<Math.max(p.length,m.length);c++){if(void 0===p[c]||"string"==typeof m[c]&&"number"==typeof p[c])return-1;if(void 0===m[c]||"string"==typeof p[c]&&"number"==typeof m[c])return 1;if(p[c]>m[c])return 1;if(m[c]>p[c])return-1}}else if(u||b)return u?-1:1;return 0}var a=[">",">=","=","<","<="],l={">":[1],">=":[0,1],"=":[0],"<=":[-1,0],"<":[-1]};return o.validate=function(t){return"string"==typeof t&&e.test(t)},o.compare=function(e,t,n){!function(e){if("string"!=typeof e)throw new TypeError("Invalid operator type, expected string but got "+typeof e);if(-1===a.indexOf(e))throw new TypeError("Invalid operator, expected one of "+a.join("|"))}(n);var r=o(e,t);return l[n].indexOf(r)>-1},o})?r.apply(t,[]):r)||(e.exports=o)},function(e,t){e.exports=window.wp.apiFetch},function(e,t){e.exports=window.wp.keycodes},function(e,t){e.exports=window.wp.coreData},function(e,t){e.exports=window.wp.notices},function(e,t){e.exports=function(e){if(Array.isArray(e))return e},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t){e.exports=function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,a=[],_n=!0,l=!1;try{for(n=n.call(e);!(_n=(r=n.next()).done)&&(a.push(r.value),!t||a.length!==t);_n=!0);}catch(e){l=!0,o=e}finally{try{_n||null==n.return||n.return()}finally{if(l)throw o}}return a}},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t,n){var r=n(66);e.exports=function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t){function n(t,r){return e.exports=n=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},e.exports.default=e.exports,e.exports.__esModule=!0,n(t,r)}e.exports=n,e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return"text"===e.type&&/\r?\n/.test(e.data)&&""===e.data.trim()}},function(e,t,n){"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0});var o=n(20),a=s(n(103)),l=s(n(104)),c=s(n(110)),i=s(n(111));function s(e){return e&&e.__esModule?e:{default:e}}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}t.default=(u(r={},o.ElementType.Text,a.default),u(r,o.ElementType.Tag,l.default),u(r,o.ElementType.Style,c.default),u(r,o.ElementType.Directive,i.default),u(r,o.ElementType.Comment,i.default),u(r,o.ElementType.Script,i.default),u(r,o.ElementType.CDATA,i.default),u(r,o.ElementType.Doctype,i.default),r)},function(e,t,n){var r=n(73);e.exports=function(e){if(e>=55296&&e<=57343||e>1114111)return"�";e in r&&(e=r[e]);var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+String.fromCharCode(e)}},function(e){e.exports=JSON.parse('{"0":65533,"128":8364,"130":8218,"131":402,"132":8222,"133":8230,"134":8224,"135":8225,"136":710,"137":8240,"138":352,"139":8249,"140":338,"142":381,"145":8216,"146":8217,"147":8220,"148":8221,"149":8226,"150":8211,"151":8212,"152":732,"153":8482,"154":353,"155":8250,"156":339,"158":382,"159":376}')},function(e){e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Abreve":"Ă","abreve":"ă","ac":"∾","acd":"∿","acE":"∾̳","Acirc":"Â","acirc":"â","acute":"´","Acy":"А","acy":"а","AElig":"Æ","aelig":"æ","af":"⁡","Afr":"𝔄","afr":"𝔞","Agrave":"À","agrave":"à","alefsym":"ℵ","aleph":"ℵ","Alpha":"Α","alpha":"α","Amacr":"Ā","amacr":"ā","amalg":"⨿","amp":"&","AMP":"&","andand":"⩕","And":"⩓","and":"∧","andd":"⩜","andslope":"⩘","andv":"⩚","ang":"∠","ange":"⦤","angle":"∠","angmsdaa":"⦨","angmsdab":"⦩","angmsdac":"⦪","angmsdad":"⦫","angmsdae":"⦬","angmsdaf":"⦭","angmsdag":"⦮","angmsdah":"⦯","angmsd":"∡","angrt":"∟","angrtvb":"⊾","angrtvbd":"⦝","angsph":"∢","angst":"Å","angzarr":"⍼","Aogon":"Ą","aogon":"ą","Aopf":"𝔸","aopf":"𝕒","apacir":"⩯","ap":"≈","apE":"⩰","ape":"≊","apid":"≋","apos":"\'","ApplyFunction":"⁡","approx":"≈","approxeq":"≊","Aring":"Å","aring":"å","Ascr":"𝒜","ascr":"𝒶","Assign":"≔","ast":"*","asymp":"≈","asympeq":"≍","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","awconint":"∳","awint":"⨑","backcong":"≌","backepsilon":"϶","backprime":"‵","backsim":"∽","backsimeq":"⋍","Backslash":"∖","Barv":"⫧","barvee":"⊽","barwed":"⌅","Barwed":"⌆","barwedge":"⌅","bbrk":"⎵","bbrktbrk":"⎶","bcong":"≌","Bcy":"Б","bcy":"б","bdquo":"„","becaus":"∵","because":"∵","Because":"∵","bemptyv":"⦰","bepsi":"϶","bernou":"ℬ","Bernoullis":"ℬ","Beta":"Β","beta":"β","beth":"ℶ","between":"≬","Bfr":"𝔅","bfr":"𝔟","bigcap":"⋂","bigcirc":"◯","bigcup":"⋃","bigodot":"⨀","bigoplus":"⨁","bigotimes":"⨂","bigsqcup":"⨆","bigstar":"★","bigtriangledown":"▽","bigtriangleup":"△","biguplus":"⨄","bigvee":"⋁","bigwedge":"⋀","bkarow":"⤍","blacklozenge":"⧫","blacksquare":"▪","blacktriangle":"▴","blacktriangledown":"▾","blacktriangleleft":"◂","blacktriangleright":"▸","blank":"␣","blk12":"▒","blk14":"░","blk34":"▓","block":"█","bne":"=⃥","bnequiv":"≡⃥","bNot":"⫭","bnot":"⌐","Bopf":"𝔹","bopf":"𝕓","bot":"⊥","bottom":"⊥","bowtie":"⋈","boxbox":"⧉","boxdl":"┐","boxdL":"╕","boxDl":"╖","boxDL":"╗","boxdr":"┌","boxdR":"╒","boxDr":"╓","boxDR":"╔","boxh":"─","boxH":"═","boxhd":"┬","boxHd":"╤","boxhD":"╥","boxHD":"╦","boxhu":"┴","boxHu":"╧","boxhU":"╨","boxHU":"╩","boxminus":"⊟","boxplus":"⊞","boxtimes":"⊠","boxul":"┘","boxuL":"╛","boxUl":"╜","boxUL":"╝","boxur":"└","boxuR":"╘","boxUr":"╙","boxUR":"╚","boxv":"│","boxV":"║","boxvh":"┼","boxvH":"╪","boxVh":"╫","boxVH":"╬","boxvl":"┤","boxvL":"╡","boxVl":"╢","boxVL":"╣","boxvr":"├","boxvR":"╞","boxVr":"╟","boxVR":"╠","bprime":"‵","breve":"˘","Breve":"˘","brvbar":"¦","bscr":"𝒷","Bscr":"ℬ","bsemi":"⁏","bsim":"∽","bsime":"⋍","bsolb":"⧅","bsol":"\\\\","bsolhsub":"⟈","bull":"•","bullet":"•","bump":"≎","bumpE":"⪮","bumpe":"≏","Bumpeq":"≎","bumpeq":"≏","Cacute":"Ć","cacute":"ć","capand":"⩄","capbrcup":"⩉","capcap":"⩋","cap":"∩","Cap":"⋒","capcup":"⩇","capdot":"⩀","CapitalDifferentialD":"ⅅ","caps":"∩︀","caret":"⁁","caron":"ˇ","Cayleys":"ℭ","ccaps":"⩍","Ccaron":"Č","ccaron":"č","Ccedil":"Ç","ccedil":"ç","Ccirc":"Ĉ","ccirc":"ĉ","Cconint":"∰","ccups":"⩌","ccupssm":"⩐","Cdot":"Ċ","cdot":"ċ","cedil":"¸","Cedilla":"¸","cemptyv":"⦲","cent":"¢","centerdot":"·","CenterDot":"·","cfr":"𝔠","Cfr":"ℭ","CHcy":"Ч","chcy":"ч","check":"✓","checkmark":"✓","Chi":"Χ","chi":"χ","circ":"ˆ","circeq":"≗","circlearrowleft":"↺","circlearrowright":"↻","circledast":"⊛","circledcirc":"⊚","circleddash":"⊝","CircleDot":"⊙","circledR":"®","circledS":"Ⓢ","CircleMinus":"⊖","CirclePlus":"⊕","CircleTimes":"⊗","cir":"○","cirE":"⧃","cire":"≗","cirfnint":"⨐","cirmid":"⫯","cirscir":"⧂","ClockwiseContourIntegral":"∲","CloseCurlyDoubleQuote":"”","CloseCurlyQuote":"’","clubs":"♣","clubsuit":"♣","colon":":","Colon":"∷","Colone":"⩴","colone":"≔","coloneq":"≔","comma":",","commat":"@","comp":"∁","compfn":"∘","complement":"∁","complexes":"ℂ","cong":"≅","congdot":"⩭","Congruent":"≡","conint":"∮","Conint":"∯","ContourIntegral":"∮","copf":"𝕔","Copf":"ℂ","coprod":"∐","Coproduct":"∐","copy":"©","COPY":"©","copysr":"℗","CounterClockwiseContourIntegral":"∳","crarr":"↵","cross":"✗","Cross":"⨯","Cscr":"𝒞","cscr":"𝒸","csub":"⫏","csube":"⫑","csup":"⫐","csupe":"⫒","ctdot":"⋯","cudarrl":"⤸","cudarrr":"⤵","cuepr":"⋞","cuesc":"⋟","cularr":"↶","cularrp":"⤽","cupbrcap":"⩈","cupcap":"⩆","CupCap":"≍","cup":"∪","Cup":"⋓","cupcup":"⩊","cupdot":"⊍","cupor":"⩅","cups":"∪︀","curarr":"↷","curarrm":"⤼","curlyeqprec":"⋞","curlyeqsucc":"⋟","curlyvee":"⋎","curlywedge":"⋏","curren":"¤","curvearrowleft":"↶","curvearrowright":"↷","cuvee":"⋎","cuwed":"⋏","cwconint":"∲","cwint":"∱","cylcty":"⌭","dagger":"†","Dagger":"‡","daleth":"ℸ","darr":"↓","Darr":"↡","dArr":"⇓","dash":"‐","Dashv":"⫤","dashv":"⊣","dbkarow":"⤏","dblac":"˝","Dcaron":"Ď","dcaron":"ď","Dcy":"Д","dcy":"д","ddagger":"‡","ddarr":"⇊","DD":"ⅅ","dd":"ⅆ","DDotrahd":"⤑","ddotseq":"⩷","deg":"°","Del":"∇","Delta":"Δ","delta":"δ","demptyv":"⦱","dfisht":"⥿","Dfr":"𝔇","dfr":"𝔡","dHar":"⥥","dharl":"⇃","dharr":"⇂","DiacriticalAcute":"´","DiacriticalDot":"˙","DiacriticalDoubleAcute":"˝","DiacriticalGrave":"`","DiacriticalTilde":"˜","diam":"⋄","diamond":"⋄","Diamond":"⋄","diamondsuit":"♦","diams":"♦","die":"¨","DifferentialD":"ⅆ","digamma":"ϝ","disin":"⋲","div":"÷","divide":"÷","divideontimes":"⋇","divonx":"⋇","DJcy":"Ђ","djcy":"ђ","dlcorn":"⌞","dlcrop":"⌍","dollar":"$","Dopf":"𝔻","dopf":"𝕕","Dot":"¨","dot":"˙","DotDot":"⃜","doteq":"≐","doteqdot":"≑","DotEqual":"≐","dotminus":"∸","dotplus":"∔","dotsquare":"⊡","doublebarwedge":"⌆","DoubleContourIntegral":"∯","DoubleDot":"¨","DoubleDownArrow":"⇓","DoubleLeftArrow":"⇐","DoubleLeftRightArrow":"⇔","DoubleLeftTee":"⫤","DoubleLongLeftArrow":"⟸","DoubleLongLeftRightArrow":"⟺","DoubleLongRightArrow":"⟹","DoubleRightArrow":"⇒","DoubleRightTee":"⊨","DoubleUpArrow":"⇑","DoubleUpDownArrow":"⇕","DoubleVerticalBar":"∥","DownArrowBar":"⤓","downarrow":"↓","DownArrow":"↓","Downarrow":"⇓","DownArrowUpArrow":"⇵","DownBreve":"̑","downdownarrows":"⇊","downharpoonleft":"⇃","downharpoonright":"⇂","DownLeftRightVector":"⥐","DownLeftTeeVector":"⥞","DownLeftVectorBar":"⥖","DownLeftVector":"↽","DownRightTeeVector":"⥟","DownRightVectorBar":"⥗","DownRightVector":"⇁","DownTeeArrow":"↧","DownTee":"⊤","drbkarow":"⤐","drcorn":"⌟","drcrop":"⌌","Dscr":"𝒟","dscr":"𝒹","DScy":"Ѕ","dscy":"ѕ","dsol":"⧶","Dstrok":"Đ","dstrok":"đ","dtdot":"⋱","dtri":"▿","dtrif":"▾","duarr":"⇵","duhar":"⥯","dwangle":"⦦","DZcy":"Џ","dzcy":"џ","dzigrarr":"⟿","Eacute":"É","eacute":"é","easter":"⩮","Ecaron":"Ě","ecaron":"ě","Ecirc":"Ê","ecirc":"ê","ecir":"≖","ecolon":"≕","Ecy":"Э","ecy":"э","eDDot":"⩷","Edot":"Ė","edot":"ė","eDot":"≑","ee":"ⅇ","efDot":"≒","Efr":"𝔈","efr":"𝔢","eg":"⪚","Egrave":"È","egrave":"è","egs":"⪖","egsdot":"⪘","el":"⪙","Element":"∈","elinters":"⏧","ell":"ℓ","els":"⪕","elsdot":"⪗","Emacr":"Ē","emacr":"ē","empty":"∅","emptyset":"∅","EmptySmallSquare":"◻","emptyv":"∅","EmptyVerySmallSquare":"▫","emsp13":" ","emsp14":" ","emsp":" ","ENG":"Ŋ","eng":"ŋ","ensp":" ","Eogon":"Ę","eogon":"ę","Eopf":"𝔼","eopf":"𝕖","epar":"⋕","eparsl":"⧣","eplus":"⩱","epsi":"ε","Epsilon":"Ε","epsilon":"ε","epsiv":"ϵ","eqcirc":"≖","eqcolon":"≕","eqsim":"≂","eqslantgtr":"⪖","eqslantless":"⪕","Equal":"⩵","equals":"=","EqualTilde":"≂","equest":"≟","Equilibrium":"⇌","equiv":"≡","equivDD":"⩸","eqvparsl":"⧥","erarr":"⥱","erDot":"≓","escr":"ℯ","Escr":"ℰ","esdot":"≐","Esim":"⩳","esim":"≂","Eta":"Η","eta":"η","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","euro":"€","excl":"!","exist":"∃","Exists":"∃","expectation":"ℰ","exponentiale":"ⅇ","ExponentialE":"ⅇ","fallingdotseq":"≒","Fcy":"Ф","fcy":"ф","female":"♀","ffilig":"ffi","fflig":"ff","ffllig":"ffl","Ffr":"𝔉","ffr":"𝔣","filig":"fi","FilledSmallSquare":"◼","FilledVerySmallSquare":"▪","fjlig":"fj","flat":"♭","fllig":"fl","fltns":"▱","fnof":"ƒ","Fopf":"𝔽","fopf":"𝕗","forall":"∀","ForAll":"∀","fork":"⋔","forkv":"⫙","Fouriertrf":"ℱ","fpartint":"⨍","frac12":"½","frac13":"⅓","frac14":"¼","frac15":"⅕","frac16":"⅙","frac18":"⅛","frac23":"⅔","frac25":"⅖","frac34":"¾","frac35":"⅗","frac38":"⅜","frac45":"⅘","frac56":"⅚","frac58":"⅝","frac78":"⅞","frasl":"⁄","frown":"⌢","fscr":"𝒻","Fscr":"ℱ","gacute":"ǵ","Gamma":"Γ","gamma":"γ","Gammad":"Ϝ","gammad":"ϝ","gap":"⪆","Gbreve":"Ğ","gbreve":"ğ","Gcedil":"Ģ","Gcirc":"Ĝ","gcirc":"ĝ","Gcy":"Г","gcy":"г","Gdot":"Ġ","gdot":"ġ","ge":"≥","gE":"≧","gEl":"⪌","gel":"⋛","geq":"≥","geqq":"≧","geqslant":"⩾","gescc":"⪩","ges":"⩾","gesdot":"⪀","gesdoto":"⪂","gesdotol":"⪄","gesl":"⋛︀","gesles":"⪔","Gfr":"𝔊","gfr":"𝔤","gg":"≫","Gg":"⋙","ggg":"⋙","gimel":"ℷ","GJcy":"Ѓ","gjcy":"ѓ","gla":"⪥","gl":"≷","glE":"⪒","glj":"⪤","gnap":"⪊","gnapprox":"⪊","gne":"⪈","gnE":"≩","gneq":"⪈","gneqq":"≩","gnsim":"⋧","Gopf":"𝔾","gopf":"𝕘","grave":"`","GreaterEqual":"≥","GreaterEqualLess":"⋛","GreaterFullEqual":"≧","GreaterGreater":"⪢","GreaterLess":"≷","GreaterSlantEqual":"⩾","GreaterTilde":"≳","Gscr":"𝒢","gscr":"ℊ","gsim":"≳","gsime":"⪎","gsiml":"⪐","gtcc":"⪧","gtcir":"⩺","gt":">","GT":">","Gt":"≫","gtdot":"⋗","gtlPar":"⦕","gtquest":"⩼","gtrapprox":"⪆","gtrarr":"⥸","gtrdot":"⋗","gtreqless":"⋛","gtreqqless":"⪌","gtrless":"≷","gtrsim":"≳","gvertneqq":"≩︀","gvnE":"≩︀","Hacek":"ˇ","hairsp":" ","half":"½","hamilt":"ℋ","HARDcy":"Ъ","hardcy":"ъ","harrcir":"⥈","harr":"↔","hArr":"⇔","harrw":"↭","Hat":"^","hbar":"ℏ","Hcirc":"Ĥ","hcirc":"ĥ","hearts":"♥","heartsuit":"♥","hellip":"…","hercon":"⊹","hfr":"𝔥","Hfr":"ℌ","HilbertSpace":"ℋ","hksearow":"⤥","hkswarow":"⤦","hoarr":"⇿","homtht":"∻","hookleftarrow":"↩","hookrightarrow":"↪","hopf":"𝕙","Hopf":"ℍ","horbar":"―","HorizontalLine":"─","hscr":"𝒽","Hscr":"ℋ","hslash":"ℏ","Hstrok":"Ħ","hstrok":"ħ","HumpDownHump":"≎","HumpEqual":"≏","hybull":"⁃","hyphen":"‐","Iacute":"Í","iacute":"í","ic":"⁣","Icirc":"Î","icirc":"î","Icy":"И","icy":"и","Idot":"İ","IEcy":"Е","iecy":"е","iexcl":"¡","iff":"⇔","ifr":"𝔦","Ifr":"ℑ","Igrave":"Ì","igrave":"ì","ii":"ⅈ","iiiint":"⨌","iiint":"∭","iinfin":"⧜","iiota":"℩","IJlig":"IJ","ijlig":"ij","Imacr":"Ī","imacr":"ī","image":"ℑ","ImaginaryI":"ⅈ","imagline":"ℐ","imagpart":"ℑ","imath":"ı","Im":"ℑ","imof":"⊷","imped":"Ƶ","Implies":"⇒","incare":"℅","in":"∈","infin":"∞","infintie":"⧝","inodot":"ı","intcal":"⊺","int":"∫","Int":"∬","integers":"ℤ","Integral":"∫","intercal":"⊺","Intersection":"⋂","intlarhk":"⨗","intprod":"⨼","InvisibleComma":"⁣","InvisibleTimes":"⁢","IOcy":"Ё","iocy":"ё","Iogon":"Į","iogon":"į","Iopf":"𝕀","iopf":"𝕚","Iota":"Ι","iota":"ι","iprod":"⨼","iquest":"¿","iscr":"𝒾","Iscr":"ℐ","isin":"∈","isindot":"⋵","isinE":"⋹","isins":"⋴","isinsv":"⋳","isinv":"∈","it":"⁢","Itilde":"Ĩ","itilde":"ĩ","Iukcy":"І","iukcy":"і","Iuml":"Ï","iuml":"ï","Jcirc":"Ĵ","jcirc":"ĵ","Jcy":"Й","jcy":"й","Jfr":"𝔍","jfr":"𝔧","jmath":"ȷ","Jopf":"𝕁","jopf":"𝕛","Jscr":"𝒥","jscr":"𝒿","Jsercy":"Ј","jsercy":"ј","Jukcy":"Є","jukcy":"є","Kappa":"Κ","kappa":"κ","kappav":"ϰ","Kcedil":"Ķ","kcedil":"ķ","Kcy":"К","kcy":"к","Kfr":"𝔎","kfr":"𝔨","kgreen":"ĸ","KHcy":"Х","khcy":"х","KJcy":"Ќ","kjcy":"ќ","Kopf":"𝕂","kopf":"𝕜","Kscr":"𝒦","kscr":"𝓀","lAarr":"⇚","Lacute":"Ĺ","lacute":"ĺ","laemptyv":"⦴","lagran":"ℒ","Lambda":"Λ","lambda":"λ","lang":"⟨","Lang":"⟪","langd":"⦑","langle":"⟨","lap":"⪅","Laplacetrf":"ℒ","laquo":"«","larrb":"⇤","larrbfs":"⤟","larr":"←","Larr":"↞","lArr":"⇐","larrfs":"⤝","larrhk":"↩","larrlp":"↫","larrpl":"⤹","larrsim":"⥳","larrtl":"↢","latail":"⤙","lAtail":"⤛","lat":"⪫","late":"⪭","lates":"⪭︀","lbarr":"⤌","lBarr":"⤎","lbbrk":"❲","lbrace":"{","lbrack":"[","lbrke":"⦋","lbrksld":"⦏","lbrkslu":"⦍","Lcaron":"Ľ","lcaron":"ľ","Lcedil":"Ļ","lcedil":"ļ","lceil":"⌈","lcub":"{","Lcy":"Л","lcy":"л","ldca":"⤶","ldquo":"“","ldquor":"„","ldrdhar":"⥧","ldrushar":"⥋","ldsh":"↲","le":"≤","lE":"≦","LeftAngleBracket":"⟨","LeftArrowBar":"⇤","leftarrow":"←","LeftArrow":"←","Leftarrow":"⇐","LeftArrowRightArrow":"⇆","leftarrowtail":"↢","LeftCeiling":"⌈","LeftDoubleBracket":"⟦","LeftDownTeeVector":"⥡","LeftDownVectorBar":"⥙","LeftDownVector":"⇃","LeftFloor":"⌊","leftharpoondown":"↽","leftharpoonup":"↼","leftleftarrows":"⇇","leftrightarrow":"↔","LeftRightArrow":"↔","Leftrightarrow":"⇔","leftrightarrows":"⇆","leftrightharpoons":"⇋","leftrightsquigarrow":"↭","LeftRightVector":"⥎","LeftTeeArrow":"↤","LeftTee":"⊣","LeftTeeVector":"⥚","leftthreetimes":"⋋","LeftTriangleBar":"⧏","LeftTriangle":"⊲","LeftTriangleEqual":"⊴","LeftUpDownVector":"⥑","LeftUpTeeVector":"⥠","LeftUpVectorBar":"⥘","LeftUpVector":"↿","LeftVectorBar":"⥒","LeftVector":"↼","lEg":"⪋","leg":"⋚","leq":"≤","leqq":"≦","leqslant":"⩽","lescc":"⪨","les":"⩽","lesdot":"⩿","lesdoto":"⪁","lesdotor":"⪃","lesg":"⋚︀","lesges":"⪓","lessapprox":"⪅","lessdot":"⋖","lesseqgtr":"⋚","lesseqqgtr":"⪋","LessEqualGreater":"⋚","LessFullEqual":"≦","LessGreater":"≶","lessgtr":"≶","LessLess":"⪡","lesssim":"≲","LessSlantEqual":"⩽","LessTilde":"≲","lfisht":"⥼","lfloor":"⌊","Lfr":"𝔏","lfr":"𝔩","lg":"≶","lgE":"⪑","lHar":"⥢","lhard":"↽","lharu":"↼","lharul":"⥪","lhblk":"▄","LJcy":"Љ","ljcy":"љ","llarr":"⇇","ll":"≪","Ll":"⋘","llcorner":"⌞","Lleftarrow":"⇚","llhard":"⥫","lltri":"◺","Lmidot":"Ŀ","lmidot":"ŀ","lmoustache":"⎰","lmoust":"⎰","lnap":"⪉","lnapprox":"⪉","lne":"⪇","lnE":"≨","lneq":"⪇","lneqq":"≨","lnsim":"⋦","loang":"⟬","loarr":"⇽","lobrk":"⟦","longleftarrow":"⟵","LongLeftArrow":"⟵","Longleftarrow":"⟸","longleftrightarrow":"⟷","LongLeftRightArrow":"⟷","Longleftrightarrow":"⟺","longmapsto":"⟼","longrightarrow":"⟶","LongRightArrow":"⟶","Longrightarrow":"⟹","looparrowleft":"↫","looparrowright":"↬","lopar":"⦅","Lopf":"𝕃","lopf":"𝕝","loplus":"⨭","lotimes":"⨴","lowast":"∗","lowbar":"_","LowerLeftArrow":"↙","LowerRightArrow":"↘","loz":"◊","lozenge":"◊","lozf":"⧫","lpar":"(","lparlt":"⦓","lrarr":"⇆","lrcorner":"⌟","lrhar":"⇋","lrhard":"⥭","lrm":"‎","lrtri":"⊿","lsaquo":"‹","lscr":"𝓁","Lscr":"ℒ","lsh":"↰","Lsh":"↰","lsim":"≲","lsime":"⪍","lsimg":"⪏","lsqb":"[","lsquo":"‘","lsquor":"‚","Lstrok":"Ł","lstrok":"ł","ltcc":"⪦","ltcir":"⩹","lt":"<","LT":"<","Lt":"≪","ltdot":"⋖","lthree":"⋋","ltimes":"⋉","ltlarr":"⥶","ltquest":"⩻","ltri":"◃","ltrie":"⊴","ltrif":"◂","ltrPar":"⦖","lurdshar":"⥊","luruhar":"⥦","lvertneqq":"≨︀","lvnE":"≨︀","macr":"¯","male":"♂","malt":"✠","maltese":"✠","Map":"⤅","map":"↦","mapsto":"↦","mapstodown":"↧","mapstoleft":"↤","mapstoup":"↥","marker":"▮","mcomma":"⨩","Mcy":"М","mcy":"м","mdash":"—","mDDot":"∺","measuredangle":"∡","MediumSpace":" ","Mellintrf":"ℳ","Mfr":"𝔐","mfr":"𝔪","mho":"℧","micro":"µ","midast":"*","midcir":"⫰","mid":"∣","middot":"·","minusb":"⊟","minus":"−","minusd":"∸","minusdu":"⨪","MinusPlus":"∓","mlcp":"⫛","mldr":"…","mnplus":"∓","models":"⊧","Mopf":"𝕄","mopf":"𝕞","mp":"∓","mscr":"𝓂","Mscr":"ℳ","mstpos":"∾","Mu":"Μ","mu":"μ","multimap":"⊸","mumap":"⊸","nabla":"∇","Nacute":"Ń","nacute":"ń","nang":"∠⃒","nap":"≉","napE":"⩰̸","napid":"≋̸","napos":"ʼn","napprox":"≉","natural":"♮","naturals":"ℕ","natur":"♮","nbsp":" ","nbump":"≎̸","nbumpe":"≏̸","ncap":"⩃","Ncaron":"Ň","ncaron":"ň","Ncedil":"Ņ","ncedil":"ņ","ncong":"≇","ncongdot":"⩭̸","ncup":"⩂","Ncy":"Н","ncy":"н","ndash":"–","nearhk":"⤤","nearr":"↗","neArr":"⇗","nearrow":"↗","ne":"≠","nedot":"≐̸","NegativeMediumSpace":"​","NegativeThickSpace":"​","NegativeThinSpace":"​","NegativeVeryThinSpace":"​","nequiv":"≢","nesear":"⤨","nesim":"≂̸","NestedGreaterGreater":"≫","NestedLessLess":"≪","NewLine":"\\n","nexist":"∄","nexists":"∄","Nfr":"𝔑","nfr":"𝔫","ngE":"≧̸","nge":"≱","ngeq":"≱","ngeqq":"≧̸","ngeqslant":"⩾̸","nges":"⩾̸","nGg":"⋙̸","ngsim":"≵","nGt":"≫⃒","ngt":"≯","ngtr":"≯","nGtv":"≫̸","nharr":"↮","nhArr":"⇎","nhpar":"⫲","ni":"∋","nis":"⋼","nisd":"⋺","niv":"∋","NJcy":"Њ","njcy":"њ","nlarr":"↚","nlArr":"⇍","nldr":"‥","nlE":"≦̸","nle":"≰","nleftarrow":"↚","nLeftarrow":"⇍","nleftrightarrow":"↮","nLeftrightarrow":"⇎","nleq":"≰","nleqq":"≦̸","nleqslant":"⩽̸","nles":"⩽̸","nless":"≮","nLl":"⋘̸","nlsim":"≴","nLt":"≪⃒","nlt":"≮","nltri":"⋪","nltrie":"⋬","nLtv":"≪̸","nmid":"∤","NoBreak":"⁠","NonBreakingSpace":" ","nopf":"𝕟","Nopf":"ℕ","Not":"⫬","not":"¬","NotCongruent":"≢","NotCupCap":"≭","NotDoubleVerticalBar":"∦","NotElement":"∉","NotEqual":"≠","NotEqualTilde":"≂̸","NotExists":"∄","NotGreater":"≯","NotGreaterEqual":"≱","NotGreaterFullEqual":"≧̸","NotGreaterGreater":"≫̸","NotGreaterLess":"≹","NotGreaterSlantEqual":"⩾̸","NotGreaterTilde":"≵","NotHumpDownHump":"≎̸","NotHumpEqual":"≏̸","notin":"∉","notindot":"⋵̸","notinE":"⋹̸","notinva":"∉","notinvb":"⋷","notinvc":"⋶","NotLeftTriangleBar":"⧏̸","NotLeftTriangle":"⋪","NotLeftTriangleEqual":"⋬","NotLess":"≮","NotLessEqual":"≰","NotLessGreater":"≸","NotLessLess":"≪̸","NotLessSlantEqual":"⩽̸","NotLessTilde":"≴","NotNestedGreaterGreater":"⪢̸","NotNestedLessLess":"⪡̸","notni":"∌","notniva":"∌","notnivb":"⋾","notnivc":"⋽","NotPrecedes":"⊀","NotPrecedesEqual":"⪯̸","NotPrecedesSlantEqual":"⋠","NotReverseElement":"∌","NotRightTriangleBar":"⧐̸","NotRightTriangle":"⋫","NotRightTriangleEqual":"⋭","NotSquareSubset":"⊏̸","NotSquareSubsetEqual":"⋢","NotSquareSuperset":"⊐̸","NotSquareSupersetEqual":"⋣","NotSubset":"⊂⃒","NotSubsetEqual":"⊈","NotSucceeds":"⊁","NotSucceedsEqual":"⪰̸","NotSucceedsSlantEqual":"⋡","NotSucceedsTilde":"≿̸","NotSuperset":"⊃⃒","NotSupersetEqual":"⊉","NotTilde":"≁","NotTildeEqual":"≄","NotTildeFullEqual":"≇","NotTildeTilde":"≉","NotVerticalBar":"∤","nparallel":"∦","npar":"∦","nparsl":"⫽⃥","npart":"∂̸","npolint":"⨔","npr":"⊀","nprcue":"⋠","nprec":"⊀","npreceq":"⪯̸","npre":"⪯̸","nrarrc":"⤳̸","nrarr":"↛","nrArr":"⇏","nrarrw":"↝̸","nrightarrow":"↛","nRightarrow":"⇏","nrtri":"⋫","nrtrie":"⋭","nsc":"⊁","nsccue":"⋡","nsce":"⪰̸","Nscr":"𝒩","nscr":"𝓃","nshortmid":"∤","nshortparallel":"∦","nsim":"≁","nsime":"≄","nsimeq":"≄","nsmid":"∤","nspar":"∦","nsqsube":"⋢","nsqsupe":"⋣","nsub":"⊄","nsubE":"⫅̸","nsube":"⊈","nsubset":"⊂⃒","nsubseteq":"⊈","nsubseteqq":"⫅̸","nsucc":"⊁","nsucceq":"⪰̸","nsup":"⊅","nsupE":"⫆̸","nsupe":"⊉","nsupset":"⊃⃒","nsupseteq":"⊉","nsupseteqq":"⫆̸","ntgl":"≹","Ntilde":"Ñ","ntilde":"ñ","ntlg":"≸","ntriangleleft":"⋪","ntrianglelefteq":"⋬","ntriangleright":"⋫","ntrianglerighteq":"⋭","Nu":"Ν","nu":"ν","num":"#","numero":"№","numsp":" ","nvap":"≍⃒","nvdash":"⊬","nvDash":"⊭","nVdash":"⊮","nVDash":"⊯","nvge":"≥⃒","nvgt":">⃒","nvHarr":"⤄","nvinfin":"⧞","nvlArr":"⤂","nvle":"≤⃒","nvlt":"<⃒","nvltrie":"⊴⃒","nvrArr":"⤃","nvrtrie":"⊵⃒","nvsim":"∼⃒","nwarhk":"⤣","nwarr":"↖","nwArr":"⇖","nwarrow":"↖","nwnear":"⤧","Oacute":"Ó","oacute":"ó","oast":"⊛","Ocirc":"Ô","ocirc":"ô","ocir":"⊚","Ocy":"О","ocy":"о","odash":"⊝","Odblac":"Ő","odblac":"ő","odiv":"⨸","odot":"⊙","odsold":"⦼","OElig":"Œ","oelig":"œ","ofcir":"⦿","Ofr":"𝔒","ofr":"𝔬","ogon":"˛","Ograve":"Ò","ograve":"ò","ogt":"⧁","ohbar":"⦵","ohm":"Ω","oint":"∮","olarr":"↺","olcir":"⦾","olcross":"⦻","oline":"‾","olt":"⧀","Omacr":"Ō","omacr":"ō","Omega":"Ω","omega":"ω","Omicron":"Ο","omicron":"ο","omid":"⦶","ominus":"⊖","Oopf":"𝕆","oopf":"𝕠","opar":"⦷","OpenCurlyDoubleQuote":"“","OpenCurlyQuote":"‘","operp":"⦹","oplus":"⊕","orarr":"↻","Or":"⩔","or":"∨","ord":"⩝","order":"ℴ","orderof":"ℴ","ordf":"ª","ordm":"º","origof":"⊶","oror":"⩖","orslope":"⩗","orv":"⩛","oS":"Ⓢ","Oscr":"𝒪","oscr":"ℴ","Oslash":"Ø","oslash":"ø","osol":"⊘","Otilde":"Õ","otilde":"õ","otimesas":"⨶","Otimes":"⨷","otimes":"⊗","Ouml":"Ö","ouml":"ö","ovbar":"⌽","OverBar":"‾","OverBrace":"⏞","OverBracket":"⎴","OverParenthesis":"⏜","para":"¶","parallel":"∥","par":"∥","parsim":"⫳","parsl":"⫽","part":"∂","PartialD":"∂","Pcy":"П","pcy":"п","percnt":"%","period":".","permil":"‰","perp":"⊥","pertenk":"‱","Pfr":"𝔓","pfr":"𝔭","Phi":"Φ","phi":"φ","phiv":"ϕ","phmmat":"ℳ","phone":"☎","Pi":"Π","pi":"π","pitchfork":"⋔","piv":"ϖ","planck":"ℏ","planckh":"ℎ","plankv":"ℏ","plusacir":"⨣","plusb":"⊞","pluscir":"⨢","plus":"+","plusdo":"∔","plusdu":"⨥","pluse":"⩲","PlusMinus":"±","plusmn":"±","plussim":"⨦","plustwo":"⨧","pm":"±","Poincareplane":"ℌ","pointint":"⨕","popf":"𝕡","Popf":"ℙ","pound":"£","prap":"⪷","Pr":"⪻","pr":"≺","prcue":"≼","precapprox":"⪷","prec":"≺","preccurlyeq":"≼","Precedes":"≺","PrecedesEqual":"⪯","PrecedesSlantEqual":"≼","PrecedesTilde":"≾","preceq":"⪯","precnapprox":"⪹","precneqq":"⪵","precnsim":"⋨","pre":"⪯","prE":"⪳","precsim":"≾","prime":"′","Prime":"″","primes":"ℙ","prnap":"⪹","prnE":"⪵","prnsim":"⋨","prod":"∏","Product":"∏","profalar":"⌮","profline":"⌒","profsurf":"⌓","prop":"∝","Proportional":"∝","Proportion":"∷","propto":"∝","prsim":"≾","prurel":"⊰","Pscr":"𝒫","pscr":"𝓅","Psi":"Ψ","psi":"ψ","puncsp":" ","Qfr":"𝔔","qfr":"𝔮","qint":"⨌","qopf":"𝕢","Qopf":"ℚ","qprime":"⁗","Qscr":"𝒬","qscr":"𝓆","quaternions":"ℍ","quatint":"⨖","quest":"?","questeq":"≟","quot":"\\"","QUOT":"\\"","rAarr":"⇛","race":"∽̱","Racute":"Ŕ","racute":"ŕ","radic":"√","raemptyv":"⦳","rang":"⟩","Rang":"⟫","rangd":"⦒","range":"⦥","rangle":"⟩","raquo":"»","rarrap":"⥵","rarrb":"⇥","rarrbfs":"⤠","rarrc":"⤳","rarr":"→","Rarr":"↠","rArr":"⇒","rarrfs":"⤞","rarrhk":"↪","rarrlp":"↬","rarrpl":"⥅","rarrsim":"⥴","Rarrtl":"⤖","rarrtl":"↣","rarrw":"↝","ratail":"⤚","rAtail":"⤜","ratio":"∶","rationals":"ℚ","rbarr":"⤍","rBarr":"⤏","RBarr":"⤐","rbbrk":"❳","rbrace":"}","rbrack":"]","rbrke":"⦌","rbrksld":"⦎","rbrkslu":"⦐","Rcaron":"Ř","rcaron":"ř","Rcedil":"Ŗ","rcedil":"ŗ","rceil":"⌉","rcub":"}","Rcy":"Р","rcy":"р","rdca":"⤷","rdldhar":"⥩","rdquo":"”","rdquor":"”","rdsh":"↳","real":"ℜ","realine":"ℛ","realpart":"ℜ","reals":"ℝ","Re":"ℜ","rect":"▭","reg":"®","REG":"®","ReverseElement":"∋","ReverseEquilibrium":"⇋","ReverseUpEquilibrium":"⥯","rfisht":"⥽","rfloor":"⌋","rfr":"𝔯","Rfr":"ℜ","rHar":"⥤","rhard":"⇁","rharu":"⇀","rharul":"⥬","Rho":"Ρ","rho":"ρ","rhov":"ϱ","RightAngleBracket":"⟩","RightArrowBar":"⇥","rightarrow":"→","RightArrow":"→","Rightarrow":"⇒","RightArrowLeftArrow":"⇄","rightarrowtail":"↣","RightCeiling":"⌉","RightDoubleBracket":"⟧","RightDownTeeVector":"⥝","RightDownVectorBar":"⥕","RightDownVector":"⇂","RightFloor":"⌋","rightharpoondown":"⇁","rightharpoonup":"⇀","rightleftarrows":"⇄","rightleftharpoons":"⇌","rightrightarrows":"⇉","rightsquigarrow":"↝","RightTeeArrow":"↦","RightTee":"⊢","RightTeeVector":"⥛","rightthreetimes":"⋌","RightTriangleBar":"⧐","RightTriangle":"⊳","RightTriangleEqual":"⊵","RightUpDownVector":"⥏","RightUpTeeVector":"⥜","RightUpVectorBar":"⥔","RightUpVector":"↾","RightVectorBar":"⥓","RightVector":"⇀","ring":"˚","risingdotseq":"≓","rlarr":"⇄","rlhar":"⇌","rlm":"‏","rmoustache":"⎱","rmoust":"⎱","rnmid":"⫮","roang":"⟭","roarr":"⇾","robrk":"⟧","ropar":"⦆","ropf":"𝕣","Ropf":"ℝ","roplus":"⨮","rotimes":"⨵","RoundImplies":"⥰","rpar":")","rpargt":"⦔","rppolint":"⨒","rrarr":"⇉","Rrightarrow":"⇛","rsaquo":"›","rscr":"𝓇","Rscr":"ℛ","rsh":"↱","Rsh":"↱","rsqb":"]","rsquo":"’","rsquor":"’","rthree":"⋌","rtimes":"⋊","rtri":"▹","rtrie":"⊵","rtrif":"▸","rtriltri":"⧎","RuleDelayed":"⧴","ruluhar":"⥨","rx":"℞","Sacute":"Ś","sacute":"ś","sbquo":"‚","scap":"⪸","Scaron":"Š","scaron":"š","Sc":"⪼","sc":"≻","sccue":"≽","sce":"⪰","scE":"⪴","Scedil":"Ş","scedil":"ş","Scirc":"Ŝ","scirc":"ŝ","scnap":"⪺","scnE":"⪶","scnsim":"⋩","scpolint":"⨓","scsim":"≿","Scy":"С","scy":"с","sdotb":"⊡","sdot":"⋅","sdote":"⩦","searhk":"⤥","searr":"↘","seArr":"⇘","searrow":"↘","sect":"§","semi":";","seswar":"⤩","setminus":"∖","setmn":"∖","sext":"✶","Sfr":"𝔖","sfr":"𝔰","sfrown":"⌢","sharp":"♯","SHCHcy":"Щ","shchcy":"щ","SHcy":"Ш","shcy":"ш","ShortDownArrow":"↓","ShortLeftArrow":"←","shortmid":"∣","shortparallel":"∥","ShortRightArrow":"→","ShortUpArrow":"↑","shy":"­","Sigma":"Σ","sigma":"σ","sigmaf":"ς","sigmav":"ς","sim":"∼","simdot":"⩪","sime":"≃","simeq":"≃","simg":"⪞","simgE":"⪠","siml":"⪝","simlE":"⪟","simne":"≆","simplus":"⨤","simrarr":"⥲","slarr":"←","SmallCircle":"∘","smallsetminus":"∖","smashp":"⨳","smeparsl":"⧤","smid":"∣","smile":"⌣","smt":"⪪","smte":"⪬","smtes":"⪬︀","SOFTcy":"Ь","softcy":"ь","solbar":"⌿","solb":"⧄","sol":"/","Sopf":"𝕊","sopf":"𝕤","spades":"♠","spadesuit":"♠","spar":"∥","sqcap":"⊓","sqcaps":"⊓︀","sqcup":"⊔","sqcups":"⊔︀","Sqrt":"√","sqsub":"⊏","sqsube":"⊑","sqsubset":"⊏","sqsubseteq":"⊑","sqsup":"⊐","sqsupe":"⊒","sqsupset":"⊐","sqsupseteq":"⊒","square":"□","Square":"□","SquareIntersection":"⊓","SquareSubset":"⊏","SquareSubsetEqual":"⊑","SquareSuperset":"⊐","SquareSupersetEqual":"⊒","SquareUnion":"⊔","squarf":"▪","squ":"□","squf":"▪","srarr":"→","Sscr":"𝒮","sscr":"𝓈","ssetmn":"∖","ssmile":"⌣","sstarf":"⋆","Star":"⋆","star":"☆","starf":"★","straightepsilon":"ϵ","straightphi":"ϕ","strns":"¯","sub":"⊂","Sub":"⋐","subdot":"⪽","subE":"⫅","sube":"⊆","subedot":"⫃","submult":"⫁","subnE":"⫋","subne":"⊊","subplus":"⪿","subrarr":"⥹","subset":"⊂","Subset":"⋐","subseteq":"⊆","subseteqq":"⫅","SubsetEqual":"⊆","subsetneq":"⊊","subsetneqq":"⫋","subsim":"⫇","subsub":"⫕","subsup":"⫓","succapprox":"⪸","succ":"≻","succcurlyeq":"≽","Succeeds":"≻","SucceedsEqual":"⪰","SucceedsSlantEqual":"≽","SucceedsTilde":"≿","succeq":"⪰","succnapprox":"⪺","succneqq":"⪶","succnsim":"⋩","succsim":"≿","SuchThat":"∋","sum":"∑","Sum":"∑","sung":"♪","sup1":"¹","sup2":"²","sup3":"³","sup":"⊃","Sup":"⋑","supdot":"⪾","supdsub":"⫘","supE":"⫆","supe":"⊇","supedot":"⫄","Superset":"⊃","SupersetEqual":"⊇","suphsol":"⟉","suphsub":"⫗","suplarr":"⥻","supmult":"⫂","supnE":"⫌","supne":"⊋","supplus":"⫀","supset":"⊃","Supset":"⋑","supseteq":"⊇","supseteqq":"⫆","supsetneq":"⊋","supsetneqq":"⫌","supsim":"⫈","supsub":"⫔","supsup":"⫖","swarhk":"⤦","swarr":"↙","swArr":"⇙","swarrow":"↙","swnwar":"⤪","szlig":"ß","Tab":"\\t","target":"⌖","Tau":"Τ","tau":"τ","tbrk":"⎴","Tcaron":"Ť","tcaron":"ť","Tcedil":"Ţ","tcedil":"ţ","Tcy":"Т","tcy":"т","tdot":"⃛","telrec":"⌕","Tfr":"𝔗","tfr":"𝔱","there4":"∴","therefore":"∴","Therefore":"∴","Theta":"Θ","theta":"θ","thetasym":"ϑ","thetav":"ϑ","thickapprox":"≈","thicksim":"∼","ThickSpace":"  ","ThinSpace":" ","thinsp":" ","thkap":"≈","thksim":"∼","THORN":"Þ","thorn":"þ","tilde":"˜","Tilde":"∼","TildeEqual":"≃","TildeFullEqual":"≅","TildeTilde":"≈","timesbar":"⨱","timesb":"⊠","times":"×","timesd":"⨰","tint":"∭","toea":"⤨","topbot":"⌶","topcir":"⫱","top":"⊤","Topf":"𝕋","topf":"𝕥","topfork":"⫚","tosa":"⤩","tprime":"‴","trade":"™","TRADE":"™","triangle":"▵","triangledown":"▿","triangleleft":"◃","trianglelefteq":"⊴","triangleq":"≜","triangleright":"▹","trianglerighteq":"⊵","tridot":"◬","trie":"≜","triminus":"⨺","TripleDot":"⃛","triplus":"⨹","trisb":"⧍","tritime":"⨻","trpezium":"⏢","Tscr":"𝒯","tscr":"𝓉","TScy":"Ц","tscy":"ц","TSHcy":"Ћ","tshcy":"ћ","Tstrok":"Ŧ","tstrok":"ŧ","twixt":"≬","twoheadleftarrow":"↞","twoheadrightarrow":"↠","Uacute":"Ú","uacute":"ú","uarr":"↑","Uarr":"↟","uArr":"⇑","Uarrocir":"⥉","Ubrcy":"Ў","ubrcy":"ў","Ubreve":"Ŭ","ubreve":"ŭ","Ucirc":"Û","ucirc":"û","Ucy":"У","ucy":"у","udarr":"⇅","Udblac":"Ű","udblac":"ű","udhar":"⥮","ufisht":"⥾","Ufr":"𝔘","ufr":"𝔲","Ugrave":"Ù","ugrave":"ù","uHar":"⥣","uharl":"↿","uharr":"↾","uhblk":"▀","ulcorn":"⌜","ulcorner":"⌜","ulcrop":"⌏","ultri":"◸","Umacr":"Ū","umacr":"ū","uml":"¨","UnderBar":"_","UnderBrace":"⏟","UnderBracket":"⎵","UnderParenthesis":"⏝","Union":"⋃","UnionPlus":"⊎","Uogon":"Ų","uogon":"ų","Uopf":"𝕌","uopf":"𝕦","UpArrowBar":"⤒","uparrow":"↑","UpArrow":"↑","Uparrow":"⇑","UpArrowDownArrow":"⇅","updownarrow":"↕","UpDownArrow":"↕","Updownarrow":"⇕","UpEquilibrium":"⥮","upharpoonleft":"↿","upharpoonright":"↾","uplus":"⊎","UpperLeftArrow":"↖","UpperRightArrow":"↗","upsi":"υ","Upsi":"ϒ","upsih":"ϒ","Upsilon":"Υ","upsilon":"υ","UpTeeArrow":"↥","UpTee":"⊥","upuparrows":"⇈","urcorn":"⌝","urcorner":"⌝","urcrop":"⌎","Uring":"Ů","uring":"ů","urtri":"◹","Uscr":"𝒰","uscr":"𝓊","utdot":"⋰","Utilde":"Ũ","utilde":"ũ","utri":"▵","utrif":"▴","uuarr":"⇈","Uuml":"Ü","uuml":"ü","uwangle":"⦧","vangrt":"⦜","varepsilon":"ϵ","varkappa":"ϰ","varnothing":"∅","varphi":"ϕ","varpi":"ϖ","varpropto":"∝","varr":"↕","vArr":"⇕","varrho":"ϱ","varsigma":"ς","varsubsetneq":"⊊︀","varsubsetneqq":"⫋︀","varsupsetneq":"⊋︀","varsupsetneqq":"⫌︀","vartheta":"ϑ","vartriangleleft":"⊲","vartriangleright":"⊳","vBar":"⫨","Vbar":"⫫","vBarv":"⫩","Vcy":"В","vcy":"в","vdash":"⊢","vDash":"⊨","Vdash":"⊩","VDash":"⊫","Vdashl":"⫦","veebar":"⊻","vee":"∨","Vee":"⋁","veeeq":"≚","vellip":"⋮","verbar":"|","Verbar":"‖","vert":"|","Vert":"‖","VerticalBar":"∣","VerticalLine":"|","VerticalSeparator":"❘","VerticalTilde":"≀","VeryThinSpace":" ","Vfr":"𝔙","vfr":"𝔳","vltri":"⊲","vnsub":"⊂⃒","vnsup":"⊃⃒","Vopf":"𝕍","vopf":"𝕧","vprop":"∝","vrtri":"⊳","Vscr":"𝒱","vscr":"𝓋","vsubnE":"⫋︀","vsubne":"⊊︀","vsupnE":"⫌︀","vsupne":"⊋︀","Vvdash":"⊪","vzigzag":"⦚","Wcirc":"Ŵ","wcirc":"ŵ","wedbar":"⩟","wedge":"∧","Wedge":"⋀","wedgeq":"≙","weierp":"℘","Wfr":"𝔚","wfr":"𝔴","Wopf":"𝕎","wopf":"𝕨","wp":"℘","wr":"≀","wreath":"≀","Wscr":"𝒲","wscr":"𝓌","xcap":"⋂","xcirc":"◯","xcup":"⋃","xdtri":"▽","Xfr":"𝔛","xfr":"𝔵","xharr":"⟷","xhArr":"⟺","Xi":"Ξ","xi":"ξ","xlarr":"⟵","xlArr":"⟸","xmap":"⟼","xnis":"⋻","xodot":"⨀","Xopf":"𝕏","xopf":"𝕩","xoplus":"⨁","xotime":"⨂","xrarr":"⟶","xrArr":"⟹","Xscr":"𝒳","xscr":"𝓍","xsqcup":"⨆","xuplus":"⨄","xutri":"△","xvee":"⋁","xwedge":"⋀","Yacute":"Ý","yacute":"ý","YAcy":"Я","yacy":"я","Ycirc":"Ŷ","ycirc":"ŷ","Ycy":"Ы","ycy":"ы","yen":"¥","Yfr":"𝔜","yfr":"𝔶","YIcy":"Ї","yicy":"ї","Yopf":"𝕐","yopf":"𝕪","Yscr":"𝒴","yscr":"𝓎","YUcy":"Ю","yucy":"ю","yuml":"ÿ","Yuml":"Ÿ","Zacute":"Ź","zacute":"ź","Zcaron":"Ž","zcaron":"ž","Zcy":"З","zcy":"з","Zdot":"Ż","zdot":"ż","zeetrf":"ℨ","ZeroWidthSpace":"​","Zeta":"Ζ","zeta":"ζ","zfr":"𝔷","Zfr":"ℨ","ZHcy":"Ж","zhcy":"ж","zigrarr":"⇝","zopf":"𝕫","Zopf":"ℤ","Zscr":"𝒵","zscr":"𝓏","zwj":"‍","zwnj":"‌"}')},function(e){e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Acirc":"Â","acirc":"â","acute":"´","AElig":"Æ","aelig":"æ","Agrave":"À","agrave":"à","amp":"&","AMP":"&","Aring":"Å","aring":"å","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","brvbar":"¦","Ccedil":"Ç","ccedil":"ç","cedil":"¸","cent":"¢","copy":"©","COPY":"©","curren":"¤","deg":"°","divide":"÷","Eacute":"É","eacute":"é","Ecirc":"Ê","ecirc":"ê","Egrave":"È","egrave":"è","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","frac12":"½","frac14":"¼","frac34":"¾","gt":">","GT":">","Iacute":"Í","iacute":"í","Icirc":"Î","icirc":"î","iexcl":"¡","Igrave":"Ì","igrave":"ì","iquest":"¿","Iuml":"Ï","iuml":"ï","laquo":"«","lt":"<","LT":"<","macr":"¯","micro":"µ","middot":"·","nbsp":" ","not":"¬","Ntilde":"Ñ","ntilde":"ñ","Oacute":"Ó","oacute":"ó","Ocirc":"Ô","ocirc":"ô","Ograve":"Ò","ograve":"ò","ordf":"ª","ordm":"º","Oslash":"Ø","oslash":"ø","Otilde":"Õ","otilde":"õ","Ouml":"Ö","ouml":"ö","para":"¶","plusmn":"±","pound":"£","quot":"\\"","QUOT":"\\"","raquo":"»","reg":"®","REG":"®","sect":"§","shy":"­","sup1":"¹","sup2":"²","sup3":"³","szlig":"ß","THORN":"Þ","thorn":"þ","times":"×","Uacute":"Ú","uacute":"ú","Ucirc":"Û","ucirc":"û","Ugrave":"Ù","ugrave":"ù","uml":"¨","Uuml":"Ü","uuml":"ü","Yacute":"Ý","yacute":"ý","yen":"¥","yuml":"ÿ"}')},function(e){e.exports=JSON.parse('{"amp":"&","apos":"\'","gt":">","lt":"<","quot":"\\""}')},function(e,t,n){"use strict";var r,o="object"==typeof Reflect?Reflect:null,a=o&&"function"==typeof o.apply?o.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};r=o&&"function"==typeof o.ownKeys?o.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var l=Number.isNaN||function(e){return e!=e};function c(){c.init.call(this)}e.exports=c,e.exports.once=function(e,t){return new Promise((function(n,r){function o(n){e.removeListener(t,a),r(n)}function a(){"function"==typeof e.removeListener&&e.removeListener("error",o),n([].slice.call(arguments))}v(e,t,a,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&v(e,"error",t,{once:!0})}(e,o)}))},c.EventEmitter=c,c.prototype._events=void 0,c.prototype._eventsCount=0,c.prototype._maxListeners=void 0;var i=10;function s(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function u(e){return void 0===e._maxListeners?c.defaultMaxListeners:e._maxListeners}function b(e,t,n,r){var o,a,l,c;if(s(n),void 0===(a=e._events)?(a=e._events=Object.create(null),e._eventsCount=0):(void 0!==a.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),a=e._events),l=a[t]),void 0===l)l=a[t]=n,++e._eventsCount;else if("function"==typeof l?l=a[t]=r?[n,l]:[l,n]:r?l.unshift(n):l.push(n),(o=u(e))>0&&l.length>o&&!l.warned){l.warned=!0;var i=new Error("Possible EventEmitter memory leak detected. "+l.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");i.name="MaxListenersExceededWarning",i.emitter=e,i.type=t,i.count=l.length,c=i,console&&console.warn&&console.warn(c)}return e}function p(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function m(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},o=p.bind(r);return o.listener=n,r.wrapFn=o,o}function f(e,t,n){var r=e._events;if(void 0===r)return[];var o=r[t];return void 0===o?[]:"function"==typeof o?n?[o.listener||o]:[o]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(o):h(o,o.length)}function d(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function h(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}function v(e,t,n,r){if("function"==typeof e.on)r.once?e.once(t,n):e.on(t,n);else{if("function"!=typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,(function o(a){r.once&&e.removeEventListener(t,o),n(a)}))}}Object.defineProperty(c,"defaultMaxListeners",{enumerable:!0,get:function(){return i},set:function(e){if("number"!=typeof e||e<0||l(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");i=e}}),c.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},c.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||l(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},c.prototype.getMaxListeners=function(){return u(this)},c.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var r="error"===e,o=this._events;if(void 0!==o)r=r&&void 0===o.error;else if(!r)return!1;if(r){var l;if(t.length>0&&(l=t[0]),l instanceof Error)throw l;var c=new Error("Unhandled error."+(l?" ("+l.message+")":""));throw c.context=l,c}var i=o[e];if(void 0===i)return!1;if("function"==typeof i)a(i,this,t);else{var s=i.length,u=h(i,s);for(n=0;n<s;++n)a(u[n],this,t)}return!0},c.prototype.addListener=function(e,t){return b(this,e,t,!1)},c.prototype.on=c.prototype.addListener,c.prototype.prependListener=function(e,t){return b(this,e,t,!0)},c.prototype.once=function(e,t){return s(t),this.on(e,m(this,e,t)),this},c.prototype.prependOnceListener=function(e,t){return s(t),this.prependListener(e,m(this,e,t)),this},c.prototype.removeListener=function(e,t){var n,r,o,a,l;if(s(t),void 0===(r=this._events))return this;if(void 0===(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(o=-1,a=n.length-1;a>=0;a--)if(n[a]===t||n[a].listener===t){l=n[a].listener,o=a;break}if(o<0)return this;0===o?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,o),1===n.length&&(r[e]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",e,l||t)}return this},c.prototype.off=c.prototype.removeListener,c.prototype.removeAllListeners=function(e){var t,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var o,a=Object.keys(n);for(r=0;r<a.length;++r)"removeListener"!==(o=a[r])&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},c.prototype.listeners=function(e){return f(this,e,!0)},c.prototype.rawListeners=function(e){return f(this,e,!1)},c.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):d.call(e,t)},c.prototype.listenerCount=d,c.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},function(e,t,n){var r=n(48),o=e.exports=Object.create(r),a={tagName:"name"};Object.keys(a).forEach((function(e){var t=a[e];Object.defineProperty(o,e,{get:function(){return this[t]||null},set:function(e){return this[t]=e,e}})}))},function(e,t,n){var r=n(47),o=n(49);function a(e,t){this.init(e,t)}function l(e,t){return o.getElementsByTagName(e,t,!0)}function c(e,t){return o.getElementsByTagName(e,t,!0,1)[0]}function i(e,t,n){return o.getText(o.getElementsByTagName(e,t,n,1)).trim()}function s(e,t,n,r,o){var a=i(n,r,o);a&&(e[t]=a)}n(24)(a,r),a.prototype.init=r;var u=function(e){return"rss"===e||"feed"===e||"rdf:RDF"===e};a.prototype.onend=function(){var e,t,n={},o=c(u,this.dom);o&&("feed"===o.name?(t=o.children,n.type="atom",s(n,"id","id",t),s(n,"title","title",t),(e=c("link",t))&&(e=e.attribs)&&(e=e.href)&&(n.link=e),s(n,"description","subtitle",t),(e=i("updated",t))&&(n.updated=new Date(e)),s(n,"author","email",t,!0),n.items=l("entry",t).map((function(e){var t,n={};return s(n,"id","id",e=e.children),s(n,"title","title",e),(t=c("link",e))&&(t=t.attribs)&&(t=t.href)&&(n.link=t),(t=i("summary",e)||i("content",e))&&(n.description=t),(t=i("updated",e))&&(n.pubDate=new Date(t)),n}))):(t=c("channel",o.children).children,n.type=o.name.substr(0,3),n.id="",s(n,"title","title",t),s(n,"link","link",t),s(n,"description","description",t),(e=i("lastBuildDate",t))&&(n.updated=new Date(e)),s(n,"author","managingEditor",t,!0),n.items=l("item",o.children).map((function(e){var t,n={};return s(n,"id","guid",e=e.children),s(n,"title","title",e),s(n,"link","link",e),s(n,"description","description",e),(t=i("pubDate",e))&&(n.pubDate=new Date(t)),n})))),this.dom=n,r.prototype._handleCallback.call(this,o?null:Error("couldn't find root of feed"))},e.exports=a},function(e,t,n){var r=n(22),o=n(81),a=r.isTag;e.exports={getInnerHTML:function(e,t){return e.children?e.children.map((function(e){return o(e,t)})).join(""):""},getOuterHTML:o,getText:function e(t){return Array.isArray(t)?t.map(e).join(""):a(t)?"br"===t.name?"\n":e(t.children):t.type===r.CDATA?e(t.children):t.type===r.Text?t.data:""}}},function(e,t,n){var r=n(82),o=n(83),a=n(87);a.elementNames.__proto__=null,a.attributeNames.__proto__=null;var l={__proto__:null,style:!0,script:!0,xmp:!0,iframe:!0,noembed:!0,noframes:!0,plaintext:!0,noscript:!0},c={__proto__:null,area:!0,base:!0,basefont:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,isindex:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},i=e.exports=function(e,t){Array.isArray(e)||e.cheerio||(e=[e]),t=t||{};for(var n="",o=0;o<e.length;o++){var a=e[o];"root"===a.type?n+=i(a.children,t):r.isTag(a)?n+=u(a,t):a.type===r.Directive?n+=b(a):a.type===r.Comment?n+=f(a):a.type===r.CDATA?n+=m(a):n+=p(a,t)}return n},s=["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"];function u(e,t){"foreign"===t.xmlMode&&(e.name=a.elementNames[e.name]||e.name,e.parent&&s.indexOf(e.parent.name)>=0&&(t=Object.assign({},t,{xmlMode:!1}))),!t.xmlMode&&["svg","math"].indexOf(e.name)>=0&&(t=Object.assign({},t,{xmlMode:"foreign"}));var n="<"+e.name,r=function(e,t){if(e){var n,r="";for(var l in e)n=e[l],r&&(r+=" "),"foreign"===t.xmlMode&&(l=a.attributeNames[l]||l),r+=l,(null!==n&&""!==n||t.xmlMode)&&(r+='="'+(t.decodeEntities?o.encodeXML(n):n.replace(/\"/g,"&quot;"))+'"');return r}}(e.attribs,t);return r&&(n+=" "+r),!t.xmlMode||e.children&&0!==e.children.length?(n+=">",e.children&&(n+=i(e.children,t)),c[e.name]&&!t.xmlMode||(n+="</"+e.name+">")):n+="/>",n}function b(e){return"<"+e.data+">"}function p(e,t){var n=e.data||"";return!t.decodeEntities||e.parent&&e.parent.name in l||(n=o.encodeXML(n)),n}function m(e){return"<![CDATA["+e.children[0].data+"]]>"}function f(e){return"\x3c!--"+e.data+"--\x3e"}},function(e,t,n){"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.Doctype=t.CDATA=t.Tag=t.Style=t.Script=t.Comment=t.Directive=t.Text=t.Root=t.isTag=t.ElementType=void 0,function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"}(r=t.ElementType||(t.ElementType={})),t.isTag=function(e){return e.type===r.Tag||e.type===r.Script||e.type===r.Style},t.Root=r.Root,t.Text=r.Text,t.Directive=r.Directive,t.Comment=r.Comment,t.Script=r.Script,t.Style=r.Style,t.Tag=r.Tag,t.CDATA=r.CDATA,t.Doctype=r.Doctype},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXMLStrict=t.decodeHTML5Strict=t.decodeHTML4Strict=t.decodeHTML5=t.decodeHTML4=t.decodeHTMLStrict=t.decodeHTML=t.decodeXML=t.encodeHTML5=t.encodeHTML4=t.escapeUTF8=t.escape=t.encodeNonAsciiHTML=t.encodeHTML=t.encodeXML=t.encode=t.decodeStrict=t.decode=void 0;var r=n(50),o=n(53);t.decode=function(e,t){return(!t||t<=0?r.decodeXML:r.decodeHTML)(e)},t.decodeStrict=function(e,t){return(!t||t<=0?r.decodeXML:r.decodeHTMLStrict)(e)},t.encode=function(e,t){return(!t||t<=0?o.encodeXML:o.encodeHTML)(e)};var a=n(53);Object.defineProperty(t,"encodeXML",{enumerable:!0,get:function(){return a.encodeXML}}),Object.defineProperty(t,"encodeHTML",{enumerable:!0,get:function(){return a.encodeHTML}}),Object.defineProperty(t,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return a.encodeNonAsciiHTML}}),Object.defineProperty(t,"escape",{enumerable:!0,get:function(){return a.escape}}),Object.defineProperty(t,"escapeUTF8",{enumerable:!0,get:function(){return a.escapeUTF8}}),Object.defineProperty(t,"encodeHTML4",{enumerable:!0,get:function(){return a.encodeHTML}}),Object.defineProperty(t,"encodeHTML5",{enumerable:!0,get:function(){return a.encodeHTML}});var l=n(50);Object.defineProperty(t,"decodeXML",{enumerable:!0,get:function(){return l.decodeXML}}),Object.defineProperty(t,"decodeHTML",{enumerable:!0,get:function(){return l.decodeHTML}}),Object.defineProperty(t,"decodeHTMLStrict",{enumerable:!0,get:function(){return l.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML4",{enumerable:!0,get:function(){return l.decodeHTML}}),Object.defineProperty(t,"decodeHTML5",{enumerable:!0,get:function(){return l.decodeHTML}}),Object.defineProperty(t,"decodeHTML4Strict",{enumerable:!0,get:function(){return l.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML5Strict",{enumerable:!0,get:function(){return l.decodeHTMLStrict}}),Object.defineProperty(t,"decodeXMLStrict",{enumerable:!0,get:function(){return l.decodeXML}})},function(e){e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Acirc":"Â","acirc":"â","acute":"´","AElig":"Æ","aelig":"æ","Agrave":"À","agrave":"à","amp":"&","AMP":"&","Aring":"Å","aring":"å","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","brvbar":"¦","Ccedil":"Ç","ccedil":"ç","cedil":"¸","cent":"¢","copy":"©","COPY":"©","curren":"¤","deg":"°","divide":"÷","Eacute":"É","eacute":"é","Ecirc":"Ê","ecirc":"ê","Egrave":"È","egrave":"è","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","frac12":"½","frac14":"¼","frac34":"¾","gt":">","GT":">","Iacute":"Í","iacute":"í","Icirc":"Î","icirc":"î","iexcl":"¡","Igrave":"Ì","igrave":"ì","iquest":"¿","Iuml":"Ï","iuml":"ï","laquo":"«","lt":"<","LT":"<","macr":"¯","micro":"µ","middot":"·","nbsp":" ","not":"¬","Ntilde":"Ñ","ntilde":"ñ","Oacute":"Ó","oacute":"ó","Ocirc":"Ô","ocirc":"ô","Ograve":"Ò","ograve":"ò","ordf":"ª","ordm":"º","Oslash":"Ø","oslash":"ø","Otilde":"Õ","otilde":"õ","Ouml":"Ö","ouml":"ö","para":"¶","plusmn":"±","pound":"£","quot":"\\"","QUOT":"\\"","raquo":"»","reg":"®","REG":"®","sect":"§","shy":"­","sup1":"¹","sup2":"²","sup3":"³","szlig":"ß","THORN":"Þ","thorn":"þ","times":"×","Uacute":"Ú","uacute":"ú","Ucirc":"Û","ucirc":"û","Ugrave":"Ù","ugrave":"ù","uml":"¨","Uuml":"Ü","uuml":"ü","Yacute":"Ý","yacute":"ý","yen":"¥","yuml":"ÿ"}')},function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=r(n(86)),a=String.fromCodePoint||function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+String.fromCharCode(e)};t.default=function(e){return e>=55296&&e<=57343||e>1114111?"�":(e in o.default&&(e=o.default[e]),a(e))}},function(e){e.exports=JSON.parse('{"0":65533,"128":8364,"130":8218,"131":402,"132":8222,"133":8230,"134":8224,"135":8225,"136":710,"137":8240,"138":352,"139":8249,"140":338,"142":381,"145":8216,"146":8217,"147":8220,"148":8221,"149":8226,"150":8211,"151":8212,"152":732,"153":8482,"154":353,"155":8250,"156":339,"158":382,"159":376}')},function(e){e.exports=JSON.parse('{"elementNames":{"altglyph":"altGlyph","altglyphdef":"altGlyphDef","altglyphitem":"altGlyphItem","animatecolor":"animateColor","animatemotion":"animateMotion","animatetransform":"animateTransform","clippath":"clipPath","feblend":"feBlend","fecolormatrix":"feColorMatrix","fecomponenttransfer":"feComponentTransfer","fecomposite":"feComposite","feconvolvematrix":"feConvolveMatrix","fediffuselighting":"feDiffuseLighting","fedisplacementmap":"feDisplacementMap","fedistantlight":"feDistantLight","fedropshadow":"feDropShadow","feflood":"feFlood","fefunca":"feFuncA","fefuncb":"feFuncB","fefuncg":"feFuncG","fefuncr":"feFuncR","fegaussianblur":"feGaussianBlur","feimage":"feImage","femerge":"feMerge","femergenode":"feMergeNode","femorphology":"feMorphology","feoffset":"feOffset","fepointlight":"fePointLight","fespecularlighting":"feSpecularLighting","fespotlight":"feSpotLight","fetile":"feTile","feturbulence":"feTurbulence","foreignobject":"foreignObject","glyphref":"glyphRef","lineargradient":"linearGradient","radialgradient":"radialGradient","textpath":"textPath"},"attributeNames":{"definitionurl":"definitionURL","attributename":"attributeName","attributetype":"attributeType","basefrequency":"baseFrequency","baseprofile":"baseProfile","calcmode":"calcMode","clippathunits":"clipPathUnits","diffuseconstant":"diffuseConstant","edgemode":"edgeMode","filterunits":"filterUnits","glyphref":"glyphRef","gradienttransform":"gradientTransform","gradientunits":"gradientUnits","kernelmatrix":"kernelMatrix","kernelunitlength":"kernelUnitLength","keypoints":"keyPoints","keysplines":"keySplines","keytimes":"keyTimes","lengthadjust":"lengthAdjust","limitingconeangle":"limitingConeAngle","markerheight":"markerHeight","markerunits":"markerUnits","markerwidth":"markerWidth","maskcontentunits":"maskContentUnits","maskunits":"maskUnits","numoctaves":"numOctaves","pathlength":"pathLength","patterncontentunits":"patternContentUnits","patterntransform":"patternTransform","patternunits":"patternUnits","pointsatx":"pointsAtX","pointsaty":"pointsAtY","pointsatz":"pointsAtZ","preservealpha":"preserveAlpha","preserveaspectratio":"preserveAspectRatio","primitiveunits":"primitiveUnits","refx":"refX","refy":"refY","repeatcount":"repeatCount","repeatdur":"repeatDur","requiredextensions":"requiredExtensions","requiredfeatures":"requiredFeatures","specularconstant":"specularConstant","specularexponent":"specularExponent","spreadmethod":"spreadMethod","startoffset":"startOffset","stddeviation":"stdDeviation","stitchtiles":"stitchTiles","surfacescale":"surfaceScale","systemlanguage":"systemLanguage","tablevalues":"tableValues","targetx":"targetX","targety":"targetY","textlength":"textLength","viewbox":"viewBox","viewtarget":"viewTarget","xchannelselector":"xChannelSelector","ychannelselector":"yChannelSelector","zoomandpan":"zoomAndPan"}}')},function(e,t){var n=t.getChildren=function(e){return e.children},r=t.getParent=function(e){return e.parent};t.getSiblings=function(e){var t=r(e);return t?n(t):[e]},t.getAttributeValue=function(e,t){return e.attribs&&e.attribs[t]},t.hasAttrib=function(e,t){return!!e.attribs&&hasOwnProperty.call(e.attribs,t)},t.getName=function(e){return e.name}},function(e,t){t.removeElement=function(e){if(e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e.parent){var t=e.parent.children;t.splice(t.lastIndexOf(e),1)}},t.replaceElement=function(e,t){var n=t.prev=e.prev;n&&(n.next=t);var r=t.next=e.next;r&&(r.prev=t);var o=t.parent=e.parent;if(o){var a=o.children;a[a.lastIndexOf(e)]=t}},t.appendChild=function(e,t){if(t.parent=e,1!==e.children.push(t)){var n=e.children[e.children.length-2];n.next=t,t.prev=n,t.next=null}},t.append=function(e,t){var n=e.parent,r=e.next;if(t.next=r,t.prev=e,e.next=t,t.parent=n,r){if(r.prev=t,n){var o=n.children;o.splice(o.lastIndexOf(r),0,t)}}else n&&n.children.push(t)},t.prepend=function(e,t){var n=e.parent;if(n){var r=n.children;r.splice(r.lastIndexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=n,t.prev=e.prev,t.next=e,e.prev=t}},function(e,t,n){var r=n(22).isTag;function o(e,t,n,r){for(var a,l=[],c=0,i=t.length;c<i&&!(e(t[c])&&(l.push(t[c]),--r<=0))&&(a=t[c].children,!(n&&a&&a.length>0&&(a=o(e,a,n,r),l=l.concat(a),(r-=a.length)<=0)));c++);return l}e.exports={filter:function(e,t,n,r){return Array.isArray(t)||(t=[t]),"number"==typeof r&&isFinite(r)||(r=1/0),o(e,t,!1!==n,r)},find:o,findOneChild:function(e,t){for(var n=0,r=t.length;n<r;n++)if(e(t[n]))return t[n];return null},findOne:function e(t,n){for(var o=null,a=0,l=n.length;a<l&&!o;a++)r(n[a])&&(t(n[a])?o=n[a]:n[a].children.length>0&&(o=e(t,n[a].children)));return o},existsOne:function e(t,n){for(var o=0,a=n.length;o<a;o++)if(r(n[o])&&(t(n[o])||n[o].children.length>0&&e(t,n[o].children)))return!0;return!1},findAll:function(e,t){for(var n=[],o=t.slice();o.length;){var a=o.shift();r(a)&&(a.children&&a.children.length>0&&o.unshift.apply(o,a.children),e(a)&&n.push(a))}return n}}},function(e,t,n){var r=n(22),o=t.isTag=r.isTag;t.testElement=function(e,t){for(var n in e)if(e.hasOwnProperty(n))if("tag_name"===n){if(!o(t)||!e.tag_name(t.name))return!1}else if("tag_type"===n){if(!e.tag_type(t.type))return!1}else if("tag_contains"===n){if(o(t)||!e.tag_contains(t.data))return!1}else if(!t.attribs||!e[n](t.attribs[n]))return!1;return!0};var a={tag_name:function(e){return"function"==typeof e?function(t){return o(t)&&e(t.name)}:"*"===e?o:function(t){return o(t)&&t.name===e}},tag_type:function(e){return"function"==typeof e?function(t){return e(t.type)}:function(t){return t.type===e}},tag_contains:function(e){return"function"==typeof e?function(t){return!o(t)&&e(t.data)}:function(t){return!o(t)&&t.data===e}}};function l(e,t){return"function"==typeof t?function(n){return n.attribs&&t(n.attribs[e])}:function(n){return n.attribs&&n.attribs[e]===t}}function c(e,t){return function(n){return e(n)||t(n)}}t.getElements=function(e,t,n,r){var o=Object.keys(e).map((function(t){var n=e[t];return t in a?a[t](n):l(t,n)}));return 0===o.length?[]:this.filter(o.reduce(c),t,n,r)},t.getElementById=function(e,t,n){return Array.isArray(t)||(t=[t]),this.findOne(l("id",e),t,!1!==n)},t.getElementsByTagName=function(e,t,n,r){return this.filter(a.tag_name(e),t,n,r)},t.getElementsByTagType=function(e,t,n,r){return this.filter(a.tag_type(e),t,n,r)}},function(e,t){t.removeSubsets=function(e){for(var t,n,r,o=e.length;--o>-1;){for(t=n=e[o],e[o]=null,r=!0;n;){if(e.indexOf(n)>-1){r=!1,e.splice(o,1);break}n=n.parent}r&&(e[o]=t)}return e};var n=t.compareDocumentPosition=function(e,t){var n,r,o,a,l,c,i=[],s=[];if(e===t)return 0;for(n=e;n;)i.unshift(n),n=n.parent;for(n=t;n;)s.unshift(n),n=n.parent;for(c=0;i[c]===s[c];)c++;return 0===c?1:(o=(r=i[c-1]).children,a=i[c],l=s[c],o.indexOf(a)>o.indexOf(l)?r===t?20:4:r===e?10:2)};t.uniqueSort=function(e){var t,r,o=e.length;for(e=e.slice();--o>-1;)t=e[o],(r=e.indexOf(t))>-1&&r<o&&e.splice(o,1);return e.sort((function(e,t){var r=n(e,t);return 2&r?-1:4&r?1:0})),e}},function(e,t,n){e.exports=o;var r=n(54);function o(e){r.call(this,new a(this),e)}function a(e){this.scope=e}n(24)(o,r),o.prototype.readable=!0;var l=n(20).EVENTS;Object.keys(l).forEach((function(e){if(0===l[e])a.prototype["on"+e]=function(){this.scope.emit(e)};else if(1===l[e])a.prototype["on"+e]=function(t){this.scope.emit(e,t)};else{if(2!==l[e])throw Error("wrong number of arguments!");a.prototype["on"+e]=function(t,n){this.scope.emit(e,t,n)}}}))},function(e,t){},function(e,t,n){"use strict";var r=n(96).Buffer,o=r.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function a(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(r.isEncoding===o||!o(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=i,this.end=s,t=4;break;case"utf8":this.fillLast=c,t=4;break;case"base64":this.text=u,this.end=b,t=3;break;default:return this.write=p,void(this.end=m)}this.lastNeed=0,this.lastTotal=0,this.lastChar=r.allocUnsafe(t)}function l(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function c(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function i(e,t){if((e.length-t)%2==0){var n=e.toString("utf16le",t);if(n){var r=n.charCodeAt(n.length-1);if(r>=55296&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function s(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,n)}return t}function u(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function b(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function p(e){return e.toString(this.encoding)}function m(e){return e&&e.length?this.write(e):""}t.StringDecoder=a,a.prototype.write=function(e){if(0===e.length)return"";var t,n;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n<e.length?t?t+this.text(e,n):this.text(e,n):t||""},a.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},a.prototype.text=function(e,t){var n=function(e,t,n){var r=t.length-1;if(r<n)return 0;var o=l(t[r]);return o>=0?(o>0&&(e.lastNeed=o-1),o):--r<n||-2===o?0:(o=l(t[r]))>=0?(o>0&&(e.lastNeed=o-2),o):--r<n||-2===o?0:(o=l(t[r]))>=0?(o>0&&(2===o?o=0:e.lastNeed=o-3),o):0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var r=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,r),e.toString("utf8",t,r)},a.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},function(e,t,n){var r=n(55),o=r.Buffer;function a(e,t){for(var n in e)t[n]=e[n]}function l(e,t,n){return o(e,t,n)}o.from&&o.alloc&&o.allocUnsafe&&o.allocUnsafeSlow?e.exports=r:(a(r,t),t.Buffer=l),a(o,l),l.from=function(e,t,n){if("number"==typeof e)throw new TypeError("Argument must not be a number");return o(e,t,n)},l.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError("Argument must be a number");var r=o(e);return void 0!==t?"string"==typeof n?r.fill(t,n):r.fill(t):r.fill(0),r},l.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return o(e)},l.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";t.byteLength=function(e){var t=s(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){var t,n,r=s(e),l=r[0],c=r[1],i=new a(function(e,t,n){return 3*(t+n)/4-n}(0,l,c)),u=0,b=c>0?l-4:l;for(n=0;n<b;n+=4)t=o[e.charCodeAt(n)]<<18|o[e.charCodeAt(n+1)]<<12|o[e.charCodeAt(n+2)]<<6|o[e.charCodeAt(n+3)],i[u++]=t>>16&255,i[u++]=t>>8&255,i[u++]=255&t;return 2===c&&(t=o[e.charCodeAt(n)]<<2|o[e.charCodeAt(n+1)]>>4,i[u++]=255&t),1===c&&(t=o[e.charCodeAt(n)]<<10|o[e.charCodeAt(n+1)]<<4|o[e.charCodeAt(n+2)]>>2,i[u++]=t>>8&255,i[u++]=255&t),i},t.fromByteArray=function(e){for(var t,n=e.length,o=n%3,a=[],l=0,c=n-o;l<c;l+=16383)a.push(u(e,l,l+16383>c?c:l+16383));return 1===o?(t=e[n-1],a.push(r[t>>2]+r[t<<4&63]+"==")):2===o&&(t=(e[n-2]<<8)+e[n-1],a.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"=")),a.join("")};for(var r=[],o=[],a="undefined"!=typeof Uint8Array?Uint8Array:Array,l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c=0,i=l.length;c<i;++c)r[c]=l[c],o[l.charCodeAt(c)]=c;function s(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function u(e,t,n){for(var o,a,l=[],c=t;c<n;c+=3)o=(e[c]<<16&16711680)+(e[c+1]<<8&65280)+(255&e[c+2]),l.push(r[(a=o)>>18&63]+r[a>>12&63]+r[a>>6&63]+r[63&a]);return l.join("")}o["-".charCodeAt(0)]=62,o["_".charCodeAt(0)]=63},function(e,t){t.read=function(e,t,n,r,o){var a,l,c=8*o-r-1,i=(1<<c)-1,s=i>>1,u=-7,b=n?o-1:0,p=n?-1:1,m=e[t+b];for(b+=p,a=m&(1<<-u)-1,m>>=-u,u+=c;u>0;a=256*a+e[t+b],b+=p,u-=8);for(l=a&(1<<-u)-1,a>>=-u,u+=r;u>0;l=256*l+e[t+b],b+=p,u-=8);if(0===a)a=1-s;else{if(a===i)return l?NaN:1/0*(m?-1:1);l+=Math.pow(2,r),a-=s}return(m?-1:1)*l*Math.pow(2,a-r)},t.write=function(e,t,n,r,o,a){var l,c,i,s=8*a-o-1,u=(1<<s)-1,b=u>>1,p=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,m=r?0:a-1,f=r?1:-1,d=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(c=isNaN(t)?1:0,l=u):(l=Math.floor(Math.log(t)/Math.LN2),t*(i=Math.pow(2,-l))<1&&(l--,i*=2),(t+=l+b>=1?p/i:p*Math.pow(2,1-b))*i>=2&&(l++,i/=2),l+b>=u?(c=0,l=u):l+b>=1?(c=(t*i-1)*Math.pow(2,o),l+=b):(c=t*Math.pow(2,b-1)*Math.pow(2,o),l=0));o>=8;e[n+m]=255&c,m+=f,c/=256,o-=8);for(l=l<<o|c,s+=o;s>0;e[n+m]=255&l,m+=f,l/=256,s-=8);e[n+m-f]|=128*d}},function(e,t){var n={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==n.call(e)}},function(e,t,n){function r(e){this._cbs=e||{}}e.exports=r;var o=n(20).EVENTS;Object.keys(o).forEach((function(e){if(0===o[e])e="on"+e,r.prototype[e]=function(){this._cbs[e]&&this._cbs[e]()};else if(1===o[e])e="on"+e,r.prototype[e]=function(t){this._cbs[e]&&this._cbs[e](t)};else{if(2!==o[e])throw Error("wrong number of arguments");e="on"+e,r.prototype[e]=function(t,n){this._cbs[e]&&this._cbs[e](t,n)}}}))},function(e,t,n){function r(e){this._cbs=e||{},this.events=[]}e.exports=r;var o=n(20).EVENTS;Object.keys(o).forEach((function(e){if(0===o[e])e="on"+e,r.prototype[e]=function(){this.events.push([e]),this._cbs[e]&&this._cbs[e]()};else if(1===o[e])e="on"+e,r.prototype[e]=function(t){this.events.push([e,t]),this._cbs[e]&&this._cbs[e](t)};else{if(2!==o[e])throw Error("wrong number of arguments");e="on"+e,r.prototype[e]=function(t,n){this.events.push([e,t,n]),this._cbs[e]&&this._cbs[e](t,n)}}})),r.prototype.onreset=function(){this.events=[],this._cbs.onreset&&this._cbs.onreset()},r.prototype.restart=function(){this._cbs.onreset&&this._cbs.onreset();for(var e=0,t=this.events.length;e<t;e++)if(this._cbs[this.events[e][0]]){var n=this.events[e].length;1===n?this._cbs[this.events[e][0]]():2===n?this._cbs[this.events[e][0]](this.events[e][1]):this._cbs[this.events[e][0]](this.events[e][1],this.events[e][2])}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return e.data}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var i=e.name;if(!(0,c.default)(i))return null;var s=(0,a.default)(e.attribs,t),u=null;return-1===l.default.indexOf(i)&&(u=(0,o.default)(e.children,n)),r.default.createElement(i,s,u)};var r=i(n(5)),o=i(n(25)),a=i(n(56)),l=i(n(109)),c=i(n(57));function i(e){return e&&e.__esModule?e:{default:e}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return Object.keys(e).filter((function(e){return(0,a.default)(e)})).reduce((function(t,n){var a=n.toLowerCase(),l=o.default[a]||a;return t[l]=function(e,t){return r.default.map((function(e){return e.toLowerCase()})).indexOf(e.toLowerCase())>=0&&(t=e),t}(l,e[n]),t}),{})};var r=l(n(106)),o=l(n(107)),a=l(n(57));function l(e){return e&&e.__esModule?e:{default:e}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["allowfullScreen","async","autoplay","capture","checked","controls","default","defer","disabled","formnovalidate","hidden","loop","multiple","muted","novalidate","open","playsinline","readonly","required","reversed","scoped","seamless","selected","itemscope"]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={accept:"accept","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",allowtransparency:"allowTransparency",alt:"alt",as:"as",async:"async",autocomplete:"autoComplete",autoplay:"autoPlay",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",charset:"charSet",challenge:"challenge",checked:"checked",cite:"cite",classid:"classID",class:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlsList:"controlsList",coords:"coords",crossorigin:"crossOrigin",data:"data",datetime:"dateTime",default:"default",defer:"defer",dir:"dir",disabled:"disabled",download:"download",draggable:"draggable",enctype:"encType",form:"form",formaction:"formAction",formenctype:"formEncType",formmethod:"formMethod",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",for:"htmlFor","http-equiv":"httpEquiv",icon:"icon",id:"id",inputmode:"inputMode",integrity:"integrity",is:"is",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginheight:"marginHeight",marginwidth:"marginWidth",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",slot:"slot",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",datatype:"datatype",inlist:"inlist",prefix:"prefix",property:"property",resource:"resource",typeof:"typeof",vocab:"vocab",autocapitalize:"autoCapitalize",autocorrect:"autoCorrect",autosave:"autoSave",color:"color",itemprop:"itemProp",itemscope:"itemScope",itemtype:"itemType",itemid:"itemID",itemref:"itemRef",results:"results",security:"security",unselectable:"unselectable"}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],_n=!0,r=!1,o=void 0;try{for(var a,l=e[Symbol.iterator]();!(_n=(a=l.next()).done)&&(n.push(a.value),!t||n.length!==t);_n=!0);}catch(e){r=!0,o=e}finally{try{!_n&&l.return&&l.return()}finally{if(r)throw o}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")};t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""===e?{}:e.split(";").reduce((function(e,t){var n=t.split(/^([^:]+):/).filter((function(e,t){return t>0})).map((function(e){return e.trim().toLowerCase()})),o=r(n,2),a=o[0],l=o[1];return void 0===l||(e[a=a.replace(/^-ms-/,"ms-").replace(/-(.)/g,(function(e,t){return t.toUpperCase()}))]=l),e}),{})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=void 0;e.children.length>0&&(n=e.children[0].data);var a=(0,o.default)(e.attribs,t);return r.default.createElement("style",a,n)};var r=a(n(5)),o=a(n(56));function a(e){return e&&e.__esModule?e:{default:e}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){return null}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.decodeEntities,a=void 0===n||n,l=t.transform,c=t.preprocessNodes,i=void 0===c?function(e){return e}:c,s=i(r.default.parseDOM(e,{decodeEntities:a}));return(0,o.default)(s,l)};var r=a(n(20)),o=a(n(25));function a(e){return e&&e.__esModule?e:{default:e}}},function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"metadata",(function(){return V})),n.d(r,"name",(function(){return G})),n.d(r,"settings",(function(){return J}));var o={};n.r(o),n.d(o,"metadata",(function(){return pe})),n.d(o,"name",(function(){return me})),n.d(o,"settings",(function(){return fe}));var a={};n.r(a),n.d(a,"metadata",(function(){return he})),n.d(a,"name",(function(){return Ve})),n.d(a,"settings",(function(){return Ge}));var l={};n.r(l),n.d(l,"metadata",(function(){return Ke})),n.d(l,"name",(function(){return Et})),n.d(l,"settings",(function(){return xt}));var c={};n.r(c),n.d(c,"metadata",(function(){return qt})),n.d(c,"name",(function(){return Lt})),n.d(c,"settings",(function(){return Mt}));var i={};n.r(i),n.d(i,"metadata",(function(){return Jt})),n.d(i,"name",(function(){return Yt})),n.d(i,"settings",(function(){return Wt}));var s={};n.r(s),n.d(s,"metadata",(function(){return $t})),n.d(s,"name",(function(){return tn})),n.d(s,"settings",(function(){return nn}));var u={};n.r(u),n.d(u,"metadata",(function(){return un})),n.d(u,"name",(function(){return pn})),n.d(u,"settings",(function(){return mn}));var b={};n.r(b),n.d(b,"metadata",(function(){return yn})),n.d(b,"name",(function(){return On})),n.d(b,"settings",(function(){return jn}));var p={};n.r(p),n.d(p,"metadata",(function(){return er})),n.d(p,"name",(function(){return nr})),n.d(p,"settings",(function(){return rr}));var m={};n.r(m),n.d(m,"metadata",(function(){return lr})),n.d(m,"name",(function(){return vr})),n.d(m,"settings",(function(){return _r}));var f={};n.r(f),n.d(f,"metadata",(function(){return jr})),n.d(f,"name",(function(){return Er})),n.d(f,"settings",(function(){return xr}));var d={};n.r(d),n.d(d,"metadata",(function(){return Br})),n.d(d,"name",(function(){return Rr})),n.d(d,"settings",(function(){return Ir}));var h={};n.r(h),n.d(h,"metadata",(function(){return zr})),n.d(h,"name",(function(){return Zr})),n.d(h,"settings",(function(){return $r}));var v={};n.r(v),n.d(v,"metadata",(function(){return zo})),n.d(v,"name",(function(){return qo})),n.d(v,"settings",(function(){return Lo}));var _={};n.r(_),n.d(_,"metadata",(function(){return Do})),n.d(_,"name",(function(){return ia})),n.d(_,"settings",(function(){return sa}));var g={};n.r(g),n.d(g,"metadata",(function(){return ha})),n.d(g,"name",(function(){return va})),n.d(g,"settings",(function(){return _a}));var k,y,O,j=n(12),E=n.n(j),x=(n(61),n(62),n(16)),C=n(58),N=n.n(C),w=n(0),T=n(1),B=Object(T.__)("Lorem ipsum dolor","vk-blocks"),S=Object(T.__)("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ","vk-blocks"),A=Object(T.__)("Lorem ipsum","vk-blocks"),R='<i class="fas fa-user"></i>',I="https://demo.dev3.biz/lightning-pro/wp-content/uploads/2018/02/agent-18762_1920-200x300.jpg",P=('{"alt":"Example Image","sizes":{"full":{"url":"'.concat(I,'"}}}'),Object(T.__)("Theoretical Physicist","vk-blocks")),z=Object(T.__)("Profile","vk-blocks"),q=Object(T.__)("Albert Einstein","vk-blocks"),L=Object(T.__)("14 March 1879 – 18 April 1955","vk-blocks"),M=n(5);function D(){return(D=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var U=n(2),F=[{attributes:{style:{type:"string",default:"info"},content:{type:"string",source:"html",selector:"p"}},save:function(e){var t=e.attributes,n=t.style,r=t.content;return Object(w.createElement)("div",{className:"alert alert-".concat(n)},Object(w.createElement)(U.RichText.Content,{tagName:"p",value:r}))}}],H=n(3),V=n(26),G=V.name,J={title:Object(T.__)("Alert","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",D({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),k||(k=M.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),y||(y=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})),O||(O=M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 8.5a8.5 8.5 0 01-12.12 7.7l.18-.2a1.61 1.61 0 00-1.17-2.72H8.62c.06-.67-.3-1.43-1.04-1.69A8.5 8.5 0 1124 8.5zm-7.86.7H14.9L14 6.27V4h3v2.28l-.86 2.91zm.86 1.29V13h-3v-2.51h3z",fill:"#000"})))}),null),example:{attributes:{style:"info",content:S}},save:function(e){var t=e.attributes,n=t.style,r=t.content;return Object(w.createElement)("div",U.useBlockProps.save({className:"alert alert-".concat(n)}),Object(w.createElement)(U.RichText.Content,{tagName:"p",value:r}))},edit:function(e){var t=e.attributes,n=e.setAttributes,r=t.style,o=t.content,a=Object(U.useBlockProps)({className:"alert alert-".concat(r)});return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Style Settings","vk-blocks")},Object(w.createElement)(H.SelectControl,{value:r,onChange:function(e){return n({style:e})},options:[{label:Object(T.__)("Success","vk-blocks"),value:"success"},{label:Object(T.__)("Info","vk-blocks"),value:"info"},{label:Object(T.__)("Warning","vk-blocks"),value:"warning"},{label:Object(T.__)("Danger","vk-blocks"),value:"danger"}]}))),Object(w.createElement)("div",a,Object(w.createElement)(U.RichText,{tagName:"p",onChange:function(e){return n({content:e})},value:o})))},deprecated:F};function Y(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function W(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Y(Object(n),!0).forEach((function(t){E()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Y(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var X,Q,K,Z,$={content:{source:"html",selector:"p"},balloonName:{source:"html",selector:"figcaption"},balloonType:{type:"string",default:"type-serif"},balloonBgColor:{type:"string"},balloonAlign:{type:"string",default:"position-left"},IconImage:{type:"string",default:null}},ee=W(W({},$),{},{balloonImageType:{type:"string",default:"normal"}}),te=W(W({},ee),{},{balloonImageType:{type:"string",default:"normal"},balloonAnimation:{type:"string",default:"none"}}),ne=W(W({},te),{},{balloonImageType:{type:"string",default:"normal"},balloonAnimation:{type:"string",default:"none"},balloonBorder:{type:"boolean",default:!1},balloonImageBorder:{type:"boolean",default:!1},balloonBorderWidth:{type:"string",default:"thin"},balloonBorderColor:{type:"string",default:null}}),re=[{attributes:ne,save:function(e){var t,n,r,o,a,l=e.attributes,c=l.balloonName,i=l.balloonType,s=l.balloonBorder,u=l.balloonImageBorder,b=l.balloonBorderColor,p=l.balloonBgColor,m=l.balloonAlign,f=l.IconImage,d=l.balloonImageType,h=l.balloonAnimation;return!0===s?(t="vk_balloon_content-border-true",n=!0===u?"vk_balloon_icon_image-border-true":"",r=b,o=p):(t="",n="",r=p,o=p),a="position-right"===m?"transparent transparent transparent ".concat(o):"transparent ".concat(o," transparent transparent"),Object(w.createElement)("div",{className:"vk_balloon vk_balloon-".concat(m," vk_balloon-").concat(i," vk_balloon-animation-").concat(h)},Object(w.createElement)("div",{className:"vk_balloon_icon"},f?Object(w.createElement)("figure",null,Object(w.createElement)("img",{className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(d," ").concat(n),style:{borderColor:r},src:f,alt:""}),Object(w.createElement)(U.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:c})):""),Object(w.createElement)("div",{className:"vk_balloon_content_outer"},Object(w.createElement)("div",{className:"vk_balloon_content ".concat(t),style:{backgroundColor:o,borderColor:r}},Object(w.createElement)("span",{className:"vk_balloon_content_before",style:{borderColor:a}}),Object(w.createElement)("span",{className:"vk_balloon_content_after",style:{borderColor:a}}),Object(w.createElement)(U.InnerBlocks.Content,null))))}},{attributes:ne,save:function(e){var t,n,r,o,a,l=e.attributes,c=l.balloonName,i=l.balloonType,s=l.balloonBorder,u=l.balloonImageBorder,b=l.balloonBorderColor,p=l.balloonBgColor,m=l.balloonAlign,f=l.IconImage,d=l.balloonImageType,h=l.balloonAnimation;return!0===s?(t="vk_balloon_content-border-true",n=!0===u?"vk_balloon_icon_image-border-true":"",r=b,o=p):(t="",n="",r=p,o=p),a="position-right"===m?"transparent transparent transparent ".concat(o):"transparent ".concat(o," transparent transparent"),Object(w.createElement)("div",{className:"vk_balloon vk_balloon-".concat(m," vk_balloon-").concat(i," vk_balloon-animation-").concat(h)},Object(w.createElement)("div",{className:"vk_balloon_icon"},f?Object(w.createElement)("figure",null,Object(w.createElement)("img",{className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(d," ").concat(n),style:{borderColor:r},src:f,alt:""}),Object(w.createElement)(U.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:c})):""),Object(w.createElement)("div",{className:"vk_balloon_content_outer"},Object(w.createElement)("div",{className:"vk_balloon_content ".concat(t),style:{backgroundColor:o,borderColor:r}},Object(w.createElement)("span",{className:"vk_balloon_content_before",style:{borderColor:a}}),Object(w.createElement)("span",{className:"vk_balloon_content_after",style:{borderColor:a}}),Object(w.createElement)(U.InnerBlocks.Content,null))))}},{attributes:ne,save:function(e){var t,n,r,o,a,l=e.attributes,c=l.balloonName,i=l.balloonType,s=l.balloonBorder,u=l.balloonImageBorder,b=l.balloonBorderColor,p=l.balloonBgColor,m=l.balloonAlign,f=l.IconImage,d=l.balloonImageType,h=l.balloonAnimation;return!0===s?(t="vk_balloon_content-border-true",n=!0===u?"vk_balloon-image-border":"",r=b,o=p):(t="",n="",r=p,o=p),a="position-right"===m?"transparent transparent transparent ".concat(o):"transparent ".concat(o," transparent transparent"),Object(w.createElement)("div",{className:"vk_balloon vk_balloon-".concat(m," vk_balloon-").concat(i," vk_balloon-animation-").concat(h)},Object(w.createElement)("div",{className:"vk_balloon_icon"},f?Object(w.createElement)("figure",null,Object(w.createElement)("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(d," ").concat(n),style:{borderColor:r},src:f,alt:""}),Object(w.createElement)(U.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:c})):""),Object(w.createElement)("div",{className:"vk_balloon_content_outer"},Object(w.createElement)("div",{className:"vk_balloon_content ".concat(t),style:{backgroundColor:o,borderColor:r}},Object(w.createElement)("span",{className:"vk_balloon_content_before",style:{borderColor:a}}),Object(w.createElement)("span",{className:"vk_balloon_content_after",style:{borderColor:a}}),Object(w.createElement)(U.InnerBlocks.Content,null))))}},{attributes:te,save:function(e){var t=e.attributes,n=t.balloonName,r=t.balloonType,o=t.balloonBgColor,a=t.balloonAlign,l=t.IconImage,c=t.balloonImageType,i=t.balloonAnimation;return c=c||"normal",i=i||"none",Object(w.createElement)("div",{className:"vk_balloon vk_balloon-".concat(a," vk_balloon-").concat(r," vk_balloon-animation-").concat(i)},Object(w.createElement)("div",{className:"vk_balloon_icon"},l?Object(w.createElement)("figure",null,Object(w.createElement)("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(c),src:l,alt:""}),Object(w.createElement)(U.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:n})):""),Object(w.createElement)("div",{className:"vk_balloon_content_outer"},Object(w.createElement)("div",{className:"vk_balloon_content",style:{background:o,border:o}},Object(w.createElement)(U.InnerBlocks.Content,null))))}},{attributes:te,save:function(e){var t=e.attributes,n=t.content,r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,c=t.IconImage,i=t.balloonImageType,s=t.balloonAnimation;return i=i||"normal",s=s||"none",Object(w.createElement)("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o," vk_balloon-animation-").concat(s)},Object(w.createElement)("div",{className:"vk_balloon_icon"},c?Object(w.createElement)("figure",null,Object(w.createElement)("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(i),src:c,alt:""}),Object(w.createElement)(U.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),Object(w.createElement)("div",{className:"vk_balloon_content_outer"},Object(w.createElement)(U.RichText.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n})))}},{attributes:ee,save:function(e){var t=e.attributes,n=t.content,r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,c=t.IconImage,i=t.balloonImageType;return i=i||"normal",Object(w.createElement)("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o)},Object(w.createElement)("div",{className:"vk_balloon_icon"},c?Object(w.createElement)("figure",null,Object(w.createElement)("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(i),src:c,alt:""}),Object(w.createElement)(U.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),Object(w.createElement)(U.RichText.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n}))}},{attributes:ee,save:function(e){var t=e.attributes,n=t.content,r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,c=t.IconImage,i=t.balloonImageType;return Object(w.createElement)("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o)},Object(w.createElement)("div",{className:"vk_balloon_icon"},c?Object(w.createElement)("figure",null,Object(w.createElement)("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(i),src:c,alt:""}),Object(w.createElement)(U.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),Object(w.createElement)(U.RichText.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n}))}},{attributes:$,save:function(e){var t=e.attributes,n=t.content,r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,c=t.IconImage;return Object(w.createElement)("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o)},Object(w.createElement)("div",{className:"vk_balloon_icon"},c?Object(w.createElement)("figure",null,Object(w.createElement)("img",{className:"vk_balloon_icon_image",src:c,alt:""}),Object(w.createElement)(U.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),Object(w.createElement)(U.RichText.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n}))}}];function oe(){return(oe=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var ae,le,ce,ie=n(19),se=n.n(ie),ue=n(59),be=n.n(ue),pe=n(27),me=pe.name,fe={title:Object(T.__)("Ballon","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",oe({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),X||(X=M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 1.2H8.71c-.99 0-1.8.8-1.8 1.8v.27c0 .96-.62 1.8-1.53 2.1l-.93.3 1.15.48c.8.34 1.31 1.12 1.31 1.98 0 .92.75 1.67 1.67 1.67H18c1 0 1.8-.8 1.8-1.8V3c0-1-.8-1.8-1.8-1.8zM5.13 7.25c.35.15.58.5.58.88A2.87 2.87 0 008.58 11H18a3 3 0 003-3V3a3 3 0 00-3-3H8.71a3 3 0 00-3 3v.27a1 1 0 01-.7.95L1 5.5l4.13 1.75z",fill:"#000"})),Q||(Q=M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.89 6.1H9V4.9h.89v1.2zm2.67 0h-1.78V4.9h1.78v1.2zm2.66 0h-1.78V4.9h1.78v1.2zm1.78 0h-.89V4.9H17v1.2zm4.21 10.6c0 .3.16.58.41.75L24 19l-2.23 1.09a1 1 0 00-.56.9 3 3 0 01-3 3.01H14a3 3 0 01-3-3v-3.89l1.06-1.1c.43-.46.53-1.05.38-1.57.45-.28.99-.44 1.56-.44h4.52a2.7 2.7 0 012.7 2.7zm-3 6.1H14c-1 0-1.8-.8-1.8-1.8v-4c0-1 .8-1.8 1.8-1.8h4.52c.82 0 1.5.67 1.5 1.5 0 .7.35 1.37.95 1.75l.6.4-.32.16A2.2 2.2 0 0020 21c0 1-.8 1.81-1.8 1.81z",fill:"#000"})),K||(K=M.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),Z||(Z=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})))}),null),example:{attributes:{balloonName:A,balloonType:"type-speech",balloonBgColor:"#8ed1fc",balloonAlign:"position-left",IconImage:I,balloonImageType:"normal"},innerBlocks:[{name:"core/paragraph",attributes:{content:S}}]},edit:function(e){var t,n,r,o,a,l,c,i=e.attributes,s=e.setAttributes,u=i.content,b=i.balloonName,p=i.balloonType,m=i.balloonBorder,f=i.balloonImageBorder,d=i.balloonBorderColor,h=i.balloonBgColor,v=i.balloonAlign,_=i.IconImage,g=i.balloonImageType,k=i.balloonAnimation,y=Object(w.useState)(null),O=se()(y,2),j=O[0],E=O[1];Object(w.useEffect)((function(){be()({path:"/vk-blocks/v1/block-meta/balloon/",method:"GET",parse:!0}).then((function(e){E(e)}))}),[]),j&&j.default_icons&&(t=Object.keys(j.default_icons).map((function(e){var t=j.default_icons[e],n="";return t.src&&(n=Object(w.createElement)("div",{key:e},Object(w.createElement)(H.Button,{onClick:function(){s({IconImage:t.src}),s({balloonName:t.name})},className:"button button-large components-button"},Object(w.createElement)("img",{className:"icon-image",src:t.src,alt:t.name})))),n}))),"type-serif"===p&&s({balloonType:"type-speech"}),null==g&&s({balloonImageType:"normal"}),null==k&&s({balloonAnimation:"none"}),null==m&&s({balloonBorder:!1}),null==f&&s({balloonImageBorder:!1}),!0===m?(n=Object(w.createElement)(H.BaseControl,null,Object(w.createElement)("p",{className:"mb-1 block-prop-title"},Object(T.__)("Border","vk-blocks")," "),Object(w.createElement)(H.ToggleControl,{label:Object(T.__)("Add border to balloon","vk-blocks"),checked:m,onChange:function(e){return s({balloonBorder:e})}}),Object(w.createElement)("p",{className:"mb-1 block-prop-title"},Object(T.__)(" Image Border","vk-blocks")),Object(w.createElement)(H.ToggleControl,{label:Object(T.__)("Add border to image","vk-blocks"),className:"mb-1",checked:f,onChange:function(e){return s({balloonImageBorder:e})}}),Object(w.createElement)("p",null,Object(T.__)("* You can change border width on Setting > VK Blocks","vk-blocks")," "),Object(w.createElement)("p",{className:"mb-1 block-prop-title"},Object(T.__)("Border color of speech balloon","vk-blocks")),Object(w.createElement)(U.ColorPalette,{value:d,onChange:function(e){return s({balloonBorderColor:e})}})),r="vk_balloon_content-border-true",o=!0===f?"vk_balloon_icon_image-border-true":"",a=d,l=h):(n=Object(w.createElement)(H.BaseControl,null,Object(w.createElement)("p",{className:"mb-1 block-prop-title"},Object(T.__)("Border","vk-blocks")),Object(w.createElement)(H.ToggleControl,{label:Object(T.__)("Add border to balloon","vk-blocks"),checked:m,onChange:function(e){return s({balloonBorder:e})}})),r="",o="",a=h,l=h),c="position-right"===v?"transparent transparent transparent ".concat(l):"transparent ".concat(l," transparent transparent");var x=Object(U.useBlockProps)({className:"vk_balloon vk_balloon-".concat(v," vk_balloon-").concat(p," vk_balloon-animation-").concat(k)});return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Balloon setting","vk-blocks")},Object(w.createElement)("p",{className:"mb-1 block-prop-title"},Object(T.__)("Position","vk-blocks")),Object(w.createElement)("p",{className:"mb-1"},Object(T.__)("Please specify the layout of the balloon.","vk-blocks")," "),Object(w.createElement)(H.ButtonGroup,{className:"mb-3"},Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"position-left"===v,isSecondary:"position-left"!==v,onClick:function(){return s({balloonAlign:"position-left"})}},Object(T.__)("Left","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"position-right"===v,isSecondary:"position-right"!==v,onClick:function(){return s({balloonAlign:"position-right"})}},Object(T.__)("Right","vk-blocks"))),Object(w.createElement)("p",{className:"mb-1 block-prop-title"},Object(T.__)("Type","vk-blocks")),Object(w.createElement)("p",{className:"mb-1"},Object(T.__)("Please select the type of balloon.","vk-blocks")," "),Object(w.createElement)(H.ButtonGroup,{className:"mb-3"},Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"type-speech"===p,isSecondary:"type-speech"!==p,onClick:function(){return s({balloonType:"type-speech"})}},Object(T.__)("Speech","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"type-think"===p,isSecondary:"type-think"!==p,onClick:function(){return s({balloonType:"type-think"})}},Object(T.__)("Thinking","vk-blocks"))),Object(w.createElement)("p",{className:"mb-1 block-prop-title"},Object(T.__)("Image Style","vk-blocks")),Object(w.createElement)(H.ButtonGroup,{className:"mb-3"},Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"normal"===g,isSecondary:"normal"!==g,onClick:function(){return s({balloonImageType:"normal"})}},Object(T.__)("Normal","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"rounded"===g,isSecondary:"rounded"!==g,onClick:function(){return s({balloonImageType:"rounded"})}},Object(T.__)("Rounded","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"circle"===g,isSecondary:"circle"!==g,onClick:function(){return s({balloonImageType:"circle"})}},Object(T.__)("Circle","vk-blocks"))),n,Object(w.createElement)("p",{className:"mb-1 block-prop-title"},Object(T.__)("Background color of speech balloon","vk-blocks")),Object(w.createElement)(U.ColorPalette,{value:h,onChange:function(e){return s({balloonBgColor:e})}})),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Default Icon Setting","vk-blocks")},Object(w.createElement)("div",{className:"icon-image-list mb-2"},t),Object(w.createElement)("div",null,Object(T.__)("You can register default icons from Settings > VK Blocks in Admin.","vk-blocks"))),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Animation setting","vk-blocks")},Object(w.createElement)("p",{className:"mb-1"},Object(T.__)("Please select the type of animation.","vk-blocks")," "),Object(w.createElement)(H.SelectControl,{value:k,onChange:function(e){return s({balloonAnimation:e})},options:[{value:"none",label:Object(T.__)("None","vk-blocks")},{value:"trembling",label:Object(T.__)("Trembling","vk-blocks")},{value:"trembling-x",label:Object(T.__)("Trembling X","vk-blocks")},{value:"pounding",label:Object(T.__)("Pounding","vk-blocks")},{value:"shaking",label:Object(T.__)("Shaking","vk-blocks")}]}))),Object(w.createElement)("div",x,Object(w.createElement)("div",{className:"vk_balloon_icon"},Object(w.createElement)(U.MediaUpload,{onSelect:function(e){return s({IconImage:e.sizes.full.url})},type:"image",className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(g," ").concat(o),value:_,render:function(e){var t=e.open;return Object(w.createElement)(H.Button,{onClick:t,className:_?"image-button":"button button-large"},_?Object(w.createElement)("img",{className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(g," ").concat(o),style:{borderColor:a},src:_,alt:Object(T.__)("Upload image","vk-blocks")}):Object(T.__)("Select image","vk-blocks"))}}),Object(w.createElement)(U.RichText,{tagName:"figcaption",className:"vk_balloon_icon_name",onChange:function(e){return s({balloonName:e})},value:b,placeholder:Object(T.__)("Icon Name","vk-blocks")})),Object(w.createElement)("div",{className:"vk_balloon_content_outer"},Object(w.createElement)("div",{className:"vk_balloon_content ".concat(r),style:{backgroundColor:l,borderColor:a}},Object(w.createElement)("span",{className:"vk_balloon_content_before",style:{borderColor:c}}),Object(w.createElement)("span",{className:"vk_balloon_content_after",style:{borderColor:c}}),Object(w.createElement)(U.InnerBlocks,{templateLock:!1,template:[["core/paragraph",{content:u}]]})))))},save:function(e){var t,n,r,o,a,l=e.attributes,c=l.balloonName,i=l.balloonType,s=l.balloonBorder,u=l.balloonImageBorder,b=l.balloonBorderColor,p=l.balloonBgColor,m=l.balloonAlign,f=l.IconImage,d=l.balloonImageType,h=l.balloonAnimation;return!0===s?(t="vk_balloon_content-border-true",n=!0===u?"vk_balloon_icon_image-border-true":"",r=b,o=p):(t="",n="",r=p,o=p),a="position-right"===m?"transparent transparent transparent ".concat(o):"transparent ".concat(o," transparent transparent"),Object(w.createElement)("div",U.useBlockProps.save({className:"vk_balloon vk_balloon-".concat(m," vk_balloon-").concat(i," vk_balloon-animation-").concat(h)}),Object(w.createElement)("div",{className:"vk_balloon_icon"},f?Object(w.createElement)("figure",null,Object(w.createElement)("img",{className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(d," ").concat(n),style:{borderColor:r},src:f,alt:""}),Object(w.createElement)(U.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:c})):""),Object(w.createElement)("div",{className:"vk_balloon_content_outer"},Object(w.createElement)("div",{className:"vk_balloon_content ".concat(t),style:{backgroundColor:o,borderColor:r}},Object(w.createElement)("span",{className:"vk_balloon_content_before",style:{borderColor:a}}),Object(w.createElement)("span",{className:"vk_balloon_content_after",style:{borderColor:a}}),Object(w.createElement)(U.InnerBlocks.Content,null))))},deprecated:re};function de(){return(de=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var he=n(28),ve=n(7),_e=n.n(ve),ge=n(8),ke=n.n(ge),ye=n(9),Oe=n.n(ye),je=n(10),Ee=n.n(je),xe=n(4),Ce=n.n(xe);var Ne=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(e){var t;return _e()(this,o),(t=r.call(this,e)).state={open:!1},t.buttonRef=Object(w.createRef)(),t}return ke()(o,[{key:"render",value:function(){var e=this,t="apc-icon-btn components-button is-secondary is-small";return Object(w.createElement)(w.Fragment,null,Object(w.createElement)("div",{className:"components-base-control"},Object(w.createElement)("div",{className:"vk-blocks-button-icon-control__wrapper components-base-control__field"},Object(w.createElement)(H.Button,{isTertiary:!0,className:"".concat(t," mb-1"),onClick:function(){e.setState({open:!e.state.open})},ref:this.buttonRef},this.props.label),this.state.open&&this.buttonRef.current&&Object(w.createElement)(H.Popover,{anchorRect:this.buttonRef.current.getBoundingClientRect(),children:this.props.renderComp,onFocusOutside:function(n){n.relatedTarget&&!n.relatedTarget.closest(".".concat(t))&&n.relatedTarget!==e.buttonRef.current&&e.setState({open:!1})},focusOnMount:"container",className:"vk-blocks-advanced-popover-control"}))))}}]),o}(w.Component),we=function(e){var t=e.attributeName,n=e.attributes,r=e.setAttributes,o=Object(w.createElement)(w.Fragment,null,Object(w.createElement)(H.BaseControl,{className:"components-base-control__label",id:"vk_fa_icon_list",label:Object(T.__)("Icon","vk-blocks")},Object(w.createElement)(H.RadioControl,{className:"vk_icon_list",selected:n[t],options:[{label:Object(w.createElement)("i",{className:"fas fa-arrow-right"}),value:'<i class="fas fa-arrow-right"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-arrow-down"}),value:'<i class="fas fa-arrow-down"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-arrow-left"}),value:'<i class="fas fa-arrow-left"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-arrow-circle-right"}),value:'<i class="fas fa-arrow-circle-right"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-arrow-circle-down"}),value:'<i class="fas fa-arrow-circle-down"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-arrow-circle-left"}),value:'<i class="fas fa-arrow-circle-left"></i>'},{label:Object(w.createElement)("i",{className:"far fa-arrow-alt-circle-right"}),value:'<i class="far fa-arrow-alt-circle-right"></i>'},{label:Object(w.createElement)("i",{className:"far fa-arrow-alt-circle-down"}),value:'<i class="far fa-arrow-alt-circle-down"></i>'},{label:Object(w.createElement)("i",{className:"far fa-arrow-alt-circle-left"}),value:'<i class="far fa-arrow-alt-circle-left"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-external-link-square-alt"}),value:'<i class="fas fa-external-link-square-alt"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-external-link-alt"}),value:'<i class="fas fa-external-link-alt"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-download"}),value:'<i class="fas fa-download"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-exclamation-triangle"}),value:'<i class="fas fa-exclamation-triangle"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-exclamation-circle"}),value:'<i class="fas fa-exclamation-circle"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-exclamation"}),value:'<i class="fas fa-exclamation"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-question"}),value:'<i class="fas fa-question"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-question-circle"}),value:'<i class="fas fa-question-circle"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-info-circle"}),value:'<i class="fas fa-info-circle"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-info"}),value:'<i class="fas fa-info"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-check"}),value:'<i class="fas fa-check"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-check-square"}),value:'<i class="fas fa-check-square"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-check-circle"}),value:'<i class="fas fa-check-circle"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-phone"}),value:'<i class="fas fa-phone"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-phone-square"}),value:'<i class="fas fa-phone-square"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-mobile-alt"}),value:'<i class="fas fa-mobile-alt"></i>'},{label:Object(w.createElement)("i",{className:"far fa-envelope"}),value:'<i class="far fa-envelope"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-user"}),value:'<i class="fas fa-user"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-users"}),value:'<i class="fas fa-users"></i>'},{label:Object(w.createElement)("i",{className:"far fa-file-alt"}),value:'<i class="far fa-file-alt"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-file-alt"}),value:'<i class="fas fa-file-alt"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-file"}),value:'<i class="fas fa-file"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-file-pdf"}),value:'<i class="fas fa-file-pdf"></i>'},{label:Object(w.createElement)("i",{className:"fas fa-building"}),value:'<i class="fas fa-building"></i>'},{label:Object(w.createElement)("i",{className:"fab fa-twitter"}),value:'<i class="fab fa-twitter"></i>'},{label:Object(w.createElement)("i",{className:"fab fa-facebook-square"}),value:'<i class="fab fa-facebook-square"></i>'},{label:Object(w.createElement)("i",{className:"fab fa-line"}),value:'<i class="fab fa-line"></i>'}],onChange:function(e){return r(E()({},t,e))}})),Object(w.createElement)("hr",null),Object(w.createElement)("p",{className:"mt-1"},Object(T.__)("If you want to use an icon other than the ones listed above, you can use any of the icons from Font Awesome's icon list Please select a tag and enter it.","vk-blocks"),Object(w.createElement)("br",null),Object(T.__)('Ex) <i class="fas fa-arrow-circle-right"></i>',"vk-blocks"),Object(w.createElement)("br",null),Object(w.createElement)("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},Object(T.__)("Font Awesome icon list","vk-blocks"))));return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(H.TextControl,{value:n[t],onChange:function(e){return r(E()({},t,e))},placeholder:'<i class="fas fa-arrow-circle-right"></i>',className:"mb-0"}),Object(w.createElement)(Ne,{label:Object(T.__)("Select Icon","vk-blocks"),renderComp:o,setAttributes:r}))},Te=n(6),Be=n.n(Te),Se=n(13),Ae=n.n(Se),Re=n(11),Ie=n.n(Re),Pe=function(e){var t,n,r=e.setAttributes,o=e.attributes,a=e.for_,l=e.className,c=o.heading,i=o.color,s=o.faIcon;"edit"===a?(t=Object(w.createElement)(U.InnerBlocks,null),n=Object(w.createElement)(U.RichText,{tagName:"h4",className:"vk_borderBox_title",onChange:function(e){return r({heading:e})},value:c,placeholder:Object(T.__)("Please enter a title.","vk-blocks")})):(t=Object(w.createElement)(U.InnerBlocks.Content,null),n=Object(w.createElement)(U.RichText.Content,{tagName:"h4",className:"vk_borderBox_title",value:c}));var u=l;return-1===l.indexOf("is-style-")&&(u=Ie()(l,"is-style-vk_borderBox-style-solid-kado-tit-tab")),Object(w.createElement)("div",{className:"vk_borderBox vk_borderBox-color-".concat(i," ").concat(u)},Object(w.createElement)("div",{className:"vk_borderBox_title_container"},Object(w.createElement)("i",{className:"".concat(s)}),n),Object(w.createElement)("div",{className:"vk_borderBox_body"},t))},ze=function(e){var t,n,r=e.setAttributes,o=e.attributes,a=e.for_,l=e.className,c=o.heading,i=o.color,s=o.faIcon,u=o.bgColor;"edit"===a?(t=Object(w.createElement)(U.InnerBlocks,null),n=Object(w.createElement)(U.RichText,{tagName:"h4",className:"vk_borderBox_title",onChange:function(e){return r({heading:e})},value:c,placeholder:Object(T.__)("Please enter a title.","vk-blocks")})):(t=Object(w.createElement)(U.InnerBlocks.Content,null),n=Object(w.createElement)(U.RichText.Content,{tagName:"h4",className:"vk_borderBox_title",value:c}));var b,p=l;return-1===l.indexOf("is-style-")&&(p=Ie()(l,"is-style-vk_borderBox-style-solid-kado-tit-tab")),b=-1===s.indexOf('<i class="')?'<i class="'.concat(s,'"></i>'):s,Object(w.createElement)("div",{className:"vk_borderBox vk_borderBox-color-".concat(i," vk_borderBox-background-").concat(u," ").concat(p)},Object(w.createElement)("div",{className:"vk_borderBox_title_container"},Be()(b),n),Object(w.createElement)("div",{className:"vk_borderBox_body"},t))};function qe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Le(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?qe(Object(n),!0).forEach((function(t){E()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):qe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Me,De,Ue,Fe={heading:{type:"string",source:"html",selector:"h4"},color:{type:"string",default:"red"},faIcon:{type:"string",default:""}},He=[{attributes:Le(Le({},Fe),{},{bgColor:{type:"string",default:"transparent"}}),save:function(e){return Object(w.createElement)(ze,Ae()({for_:"save"},e))}},{attributes:Fe,save:function(e){return Object(w.createElement)(Pe,Ae()({for_:"save"},e))}}],Ve=he.name,Ge={title:Object(T.__)("Border Box","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",de({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),ae||(ae=M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1a1 1 0 00-1 1v11.28h1.5V7.5h21v13H10.2l.46 1.5H23a1 1 0 001-1V7a1 1 0 00-1-1h-9V2a1 1 0 00-1-1H1zm9 3.75H4v-1.5h6v1.5z",fill:"#000"})),le||(le=M.createElement("path",{d:"M.87 22L0 19.47V21c0 .5.38.93.87 1zm9.76-4.5H20v-1h-8.42l-.95 1zm1.82-3H20v-1h-8.29c.38.22.64.59.74 1zm7.55-3v-1H4v1h16zm-9.11 3.28H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),ce||(ce=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})))}),null),category:"vk-blocks-cat",example:{attributes:{heading:B,color:"red",faIcon:R},innerBlocks:[{name:"core/paragraph",attributes:{content:S}}]},styles:[{name:"vk_borderBox-style-solid-kado-tit-tab",label:Object(T.__)("Solid Angle Tab","vk-blocks"),isDefault:!0},{name:"vk_borderBox-style-solid-round-tit-tab",label:Object(T.__)("Solid Round Tab","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-banner",label:Object(T.__)("Solid Angle Banner","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-onborder",label:Object(T.__)("Solid Angle Onborder","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-inner",label:Object(T.__)("Solid Angle Inner","vk-blocks")},{name:"vk_borderBox-style-solid-kado-iconFeature",label:Object(T.__)("Solid Angle iconFeature","vk-blocks")}],edit:function(e){var t,n=e.attributes,r=e.setAttributes,o=n.heading,a=n.color,l=n.faIcon,c=n.bgColor,i=Object(w.createElement)(U.InnerBlocks,{templateLock:!1,template:[["core/paragraph"]]}),s=Object(w.createElement)(U.RichText,{tagName:"h4",className:"vk_borderBox_title",onChange:function(e){return r({heading:e})},value:o,placeholder:Object(T.__)("Please enter a title.","vk-blocks")}),u=Object(U.useBlockProps)({className:"vk_borderBox vk_borderBox-color-".concat(a," vk_borderBox-background-").concat(c)});return-1===u.className.indexOf("is-style-")&&(u.className+=" is-style-vk_borderBox-style-solid-kado-tit-tab"),t=-1===l.indexOf('<i class="')?'<i class="'.concat(l,'"></i>'):l,Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Margin","vk-blocks"),initialOpen:!1},Object(w.createElement)(H.BaseControl,null,Object(w.createElement)("p",null,Object(T.__)("The margin-top of the first element and the margin-bottom of the last element in the border block will be automatically set to 0.If you want to add margins at the beginning and end, use a spacer block to specify height instead of margin.","vk-blocks")))),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Color","vk-blocks")},Object(w.createElement)(H.BaseControl,{id:"border-color",label:Object(T.__)("Border Color","vk-blocks")},Object(w.createElement)(H.SelectControl,{value:a,onChange:function(e){return r({color:e})},options:[{value:"red",label:Object(T.__)("Red","vk-blocks")},{value:"orange",label:Object(T.__)("Orange","vk-blocks")},{value:"blue",label:Object(T.__)("Blue","vk-blocks")},{value:"green",label:Object(T.__)("Green","vk-blocks")},{value:"black",label:Object(T.__)("Black","vk-blocks")}]})),Object(w.createElement)(H.BaseControl,{id:"background-color",label:Object(T.__)("Background Color","vk-blocks")},Object(w.createElement)(H.SelectControl,{value:c,onChange:function(e){return r({bgColor:e})},options:[{value:"transparent",label:Object(T.__)("Transparent","vk-blocks")},{value:"white",label:Object(T.__)("White","vk-blocks")}]}))),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Icon","vk-blocks")},Object(w.createElement)(H.BaseControl,{id:"dot-fa",label:Object(T.__)("Icon ( Font Awesome )","vk-blocks")},Object(w.createElement)(we,{attributeName:"faIcon",attributes:n,setAttributes:r})))),Object(w.createElement)("div",u,Object(w.createElement)("div",{className:"vk_borderBox_title_container"},Be()(t),s),Object(w.createElement)("div",{className:"vk_borderBox_body"},i)))},save:function(e){var t,n=e.attributes,r=n.heading,o=n.color,a=n.faIcon,l=n.bgColor,c=Object(w.createElement)(U.InnerBlocks.Content,null),i=Object(w.createElement)(U.RichText.Content,{tagName:"h4",className:"vk_borderBox_title",value:r}),s=U.useBlockProps.save({className:"vk_borderBox vk_borderBox-color-".concat(o," vk_borderBox-background-").concat(l)});return-1===s.className.indexOf("is-style-")&&(s.className+=" is-style-vk_borderBox-style-solid-kado-tit-tab"),t=-1===a.indexOf('<i class="')?'<i class="'.concat(a,'"></i>'):a,Object(w.createElement)("div",s,Object(w.createElement)("div",{className:"vk_borderBox_title_container"},Be()(t),i),Object(w.createElement)("div",{className:"vk_borderBox_body"},c))},deprecated:He};function Je(){return(Je=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Ye=function(e){var t=!1;return e&&null!==e.match(/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/)&&(t=!0),t};var We=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p="",m="";if(b="vk_button_link","0"===n||null===n?"custom"!==t&&void 0===e?b+=" btn has-background has-vk-color-".concat(t,"-background-color"):(b+=" btn has-background",Ye(e)||(b+=" has-".concat(e,"-background-color"))):"1"===n?"custom"!==t&&void 0===e?b+=" btn has-text-color is-style-outline has-vk-color-".concat(t,"-color"):(b+=" btn has-text-color is-style-outline",Ye(e)||(b+=" has-".concat(e,"-color"))):"2"===n&&("custom"!==t&&void 0===e?b+=" has-text-color vk_button_link-type-text has-vk-color-".concat(t,"-color"):(b+=" has-text-color vk_button_link-type-text",Ye(e)||(b+=" has-".concat(e,"-color")))),b="".concat(b," btn-").concat(o),"block"===r&&(b="".concat(b," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var f=(c=c.replace(/ fas/g,"fas")).split(" ");f[1]=" "+f[1]+" vk_button_link_before ",p=f.join("")}if(i){var d=(i=i.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_after ",m=d.join("")}return Object(w.createElement)("a",{href:a,style:null,className:b,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener"},Be()(p),s,Be()(m),u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component),Xe=n(14),Qe=function(e){var t=e.schema,n=e.setAttributes,r=function(e){var t;if(e){var n=Object(Xe.select)("core/editor").getEditorSettings().colors,r=Object(U.getColorObjectByAttributeValues)(n,e);r&&(t=r.color)}return t}(e.attributes[t]);return Object(w.createElement)(U.ColorPalette,{value:r,onChange:function(e){var r=Object(Xe.select)("core/editor").getEditorSettings().colors,o=Object(U.getColorObjectByColorValue)(r,e);n(o?E()({},t,o.slug):E()({},t,e))}})},Ke=n(30);var Ze=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u="",b={},p="",m="";return u="btn vk_button_link",e?(u="".concat(u," btn-primary btn-").concat(o),"0"===n?b={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(b={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(u="".concat(u," btn-").concat(o," btn-").concat(t),b=null):"1"===n&&(u="".concat(u," btn-").concat(o," btn-outline-").concat(t),b=null)),"block"===r&&(u="".concat(u," btn-block")),c&&(p=Object(w.createElement)("i",{className:"".concat(c," vk_button_link_before")})),i&&(m=Object(w.createElement)("i",{className:"".concat(i," vk_button_link_after")})),Object(w.createElement)("a",{href:a,className:u,role:"button","aria-pressed":!0,style:b,target:l?"_blank":null},p,s,m)}}]),o}(w.Component);var $e=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u="",b={},p="",m="";return u="btn vk_button_link",e?(u="".concat(u," btn-primary btn-").concat(o),"0"===n?b={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(b={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(u="".concat(u," btn-").concat(o," btn-").concat(t),b=null):"1"===n&&(u="".concat(u," btn-").concat(o," btn-outline-").concat(t),b=null)),"block"===r&&(u="".concat(u," btn-block")),c&&(p=Object(w.createElement)("i",{className:"".concat(c," vk_button_link_before")})),i&&(m=Object(w.createElement)("i",{className:"".concat(i," vk_button_link_after")})),Object(w.createElement)("a",{href:a,id:"vk_button_link",className:u,role:"button","aria-pressed":!0,style:b,target:l?"_blank":null},p,s,m)}}]),o}(w.Component);var et=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p={},m="",f="";return b="btn vk_button_link",e?(b="".concat(b," btn-primary btn-").concat(o),"0"===n?p={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(p={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(b="".concat(b," btn-").concat(o," btn-").concat(t),p=null):"1"===n&&(b="".concat(b," btn-").concat(o," btn-outline-").concat(t),p=null)),"block"===r&&(b="".concat(b," btn-block")),c&&(m=Object(w.createElement)("i",{className:"".concat(c," vk_button_link_before")})),i&&(f=Object(w.createElement)("i",{className:"".concat(i," vk_button_link_after")})),Object(w.createElement)("a",{href:a,id:"vk_button_link",className:b,role:"button","aria-pressed":!0,style:p,target:l?"_blank":null,rel:"noopener noreferrer"},m,s,f,u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component);var tt=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p={},m="",f="";return b="btn vk_button_link",e?(b="".concat(b," btn-primary btn-").concat(o),"0"===n?p={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(p={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(b="".concat(b," btn-").concat(o," btn-").concat(t),p=null):"1"===n&&(b="".concat(b," btn-").concat(o," btn-outline-").concat(t),p=null)),"block"===r&&(b="".concat(b," btn-block")),c&&(m=Object(w.createElement)("i",{className:"".concat(c," vk_button_link_before")})),i&&(f=Object(w.createElement)("i",{className:"".concat(i," vk_button_link_after")})),Object(w.createElement)("a",{href:a,id:"vk_button_link",className:b,role:"button","aria-pressed":!0,style:p,target:l?"_blank":null},m,s,f,u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component);var nt=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p={},m="",f="";return b="btn vk_button_link",e?(b="".concat(b," btn-primary btn-").concat(o),"0"===n?p={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(p={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(b="".concat(b," btn-").concat(o," btn-").concat(t),p=null):"1"===n&&(b="".concat(b," btn-").concat(o," btn-outline-").concat(t),p=null)),"block"===r&&(b="".concat(b," btn-block")),c&&(m=Object(w.createElement)("i",{className:"".concat(c," vk_button_link_before")})),i&&(f=Object(w.createElement)("i",{className:"".concat(i," vk_button_link_after")})),Object(w.createElement)("a",{href:a,id:"vk_button_link",style:p,className:b,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},m,s,f,u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component);var rt=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p={},m="",f="";return p=null,b="".concat(b="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(b="".concat(b," btn-").concat(t),p=null):p={backgroundColor:e,border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid "+e,color:e}:"2"===n&&("undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={color:e}),b="".concat(b," btn-").concat(o),"block"===r&&(b="".concat(b," btn-block")),c&&(m=Object(w.createElement)("i",{className:"".concat(c," vk_button_link_before")})),i&&(f=Object(w.createElement)("i",{className:"".concat(i," vk_button_link_after")})),Object(w.createElement)("a",{href:a,id:"vk_button_link",style:p,className:b,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},m,s,f,u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component);var ot=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p={},m="",f="";if(p=null,b="".concat(b="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(b="".concat(b," btn-").concat(t),p=null):p={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={color:"".concat(e)}),b="".concat(b," btn-").concat(o),"block"===r&&(b="".concat(b," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var d=(c=c.replace(/ fas/g,"fas ")).split(" ");d[1]=" "+d[1]+" vk_button_link_before ",m=d.join("")}return i&&(f=i.replace(/ fas /g," vk_button_link_after fas")),Object(w.createElement)("a",{href:a,id:"vk_button_link",style:p,className:b,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},Be()(m),s,Be()(f),u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component);var at=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p={},m="",f="";if(p=null,b="".concat(b="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(b="".concat(b," btn-").concat(t),p=null):p={backgroundColor:e,border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid "+e,color:e}:"2"===n&&("undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={color:e}),b="".concat(b," btn-").concat(o),"block"===r&&(b="".concat(b," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var d=(c=c.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_before ",m=d.join("")}if(i){var h=(i=i.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_after ",f=h.join("")}return Object(w.createElement)("a",{href:a,id:"vk_button_link",style:p,className:b,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},Be()(m),s,Be()(f),u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component);var lt=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p={},m="",f="";if(p=null,b="".concat(b="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(b="".concat(b," btn-").concat(t),p=null):p={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={color:"".concat(e)}),b="".concat(b," btn-").concat(o),"block"===r&&(b="".concat(b," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var d=(c=c.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_before ",m=d.join("")}if(i){var h=(i=i.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_after ",f=h.join("")}return Object(w.createElement)("a",{href:a,style:p,className:b,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},Be()(m),s,Be()(f),u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component);var ct=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p={},m="",f="";if(p=null,b="".concat(b="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(b="".concat(b," btn-").concat(t),p=null):p={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={color:"".concat(e)}),b="".concat(b," btn-").concat(o),"block"===r&&(b="".concat(b," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var d=(c=c.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_before ",m=d.join("")}if(i){var h=(i=i.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_after ",f=h.join("")}return Object(w.createElement)("a",{href:a,style:p,className:b,role:"button","aria-pressed":!0,target:l?"_blank":null},Be()(m),s,Be()(f),u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component);var it=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p={},m="",f="";if(p=null,b="".concat(b="vk_button_link","0"==n||null==n||"1"==n?" btn":" vk_button_link-type-text"),"0"==n||null===n?"undefined"==e||null==e||null===e?(b="".concat(b," btn-").concat(t),p=null):p={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"==e||null==e||null===e?(b="".concat(b," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"==e||null==e||null===e?(b="".concat(b," btn-outline-").concat(t),p=null):p={color:"".concat(e)}),b="".concat(b," btn-").concat(o),"block"===r&&(b="".concat(b," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var d=(c=c.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_before ",m=d.join("")}if(i){var h=(i=i.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_after ",f=h.join("")}return Object(w.createElement)("a",{href:a,style:p,className:b,role:"button","aria-pressed":!0,target:l?"_blank":null},Be()(m),s,Be()(f),u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component);var st=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p={},m="",f="";if(p=null,b="".concat(b="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(b="".concat(b," btn-").concat(t),p=null):p={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={color:"".concat(e)}),b="".concat(b," btn-").concat(o),"block"===r&&(b="".concat(b," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var d=(c=c.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_before ",m=d.join("")}if(i){var h=(i=i.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_after ",f=h.join("")}return Object(w.createElement)("a",{href:a,style:p,className:b,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener"},Be()(m),s,Be()(f),u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component);var ut=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p={},m="",f="";if(p=null,b="".concat(b="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(b="".concat(b," btn-").concat(t),p=null):p={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"===e||null==e?(b="".concat(b," btn-outline-").concat(t),p=null):p={color:"".concat(e)}),b="".concat(b," btn-").concat(o),"block"===r&&(b="".concat(b," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var d=(c=c.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_before ",m=d.join("")}if(i){var h=(i=i.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_after ",f=h.join("")}return Object(w.createElement)("a",{href:a,style:p,className:b,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener"},Be()(m),s,Be()(f),u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component);var bt=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,b="",p="",m="";if(b="vk_button_link","0"!==n&&null!==n&&"1"!==n&&(b+=" vk_button_link-type-text"),"0"===n||null===n?"custom"!==t&&void 0===e?b+=" vk_button_btn has-background has-vk-color-".concat(t,"-background-color"):(b+=" has-background",Ye(e)?b+=" vk_button_btn":b+=" vk_button_btn has-".concat(e,"-background-color")):"1"===n?"custom"!==t&&void 0===e?b+=" vk_button_btn has-text-color has-vk-color-".concat(t,"-color is-style-outline"):(b+=" has-text-color",Ye(e)?b+=" vk_button_btn":b+=" vk_button_btn has-".concat(e,"-color is-style-outline")):"2"===n&&("custom"!==t&&void 0===e?b+=" has-text-color has-vk-color-".concat(t,"-color"):(b+=" has-text-color",Ye(e)?b+="":b+=" has-".concat(e,"-color"))),b="".concat(b," btn-").concat(o),"block"===r&&(b="".concat(b," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var f=(c=c.replace(/ fas/g,"fas")).split(" ");f[1]=" "+f[1]+" vk_button_link_before ",p=f.join("")}if(i){var d=(i=i.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_after ",m=d.join("")}return Object(w.createElement)("a",{href:a,style:null,className:b,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener"},Be()(p),s,Be()(m),u&&Object(w.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(w.Component);function pt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function mt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?pt(Object(n),!0).forEach((function(t){E()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):pt(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var ft={content:{type:"string",source:"html",selector:"span"},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},dt=mt(mt({},ft),{},{subCaption:{type:"string",default:""}}),ht=[{attributes:mt(mt({},dt),{},{buttonUrl:{type:"string"},buttonColorCustom:{type:"string"},fontAwesomeIconBefore:{type:"string"},fontAwesomeIconAfter:{type:"string"},subCaption:{type:"string"},clientId:{type:"string"}}),save:function(e){var t,n=e.attributes,r=n.content,o=n.subCaption,a=n.buttonUrl,l=n.buttonTarget,c=n.buttonSize,i=n.buttonType,s=n.buttonColor,u=n.buttonColorCustom,b=n.buttonAlign,p=n.fontAwesomeIconBefore,m=n.fontAwesomeIconAfter,f=n.clientId;t=void 0!==u&&Ye(u)?"vk_button vk_button-color-custom vk_button-align-".concat(b," vk_button-").concat(f):"vk_button vk_button-color-custom vk_button-align-".concat(b);var d=U.useBlockProps.save({className:t});return Object(w.createElement)("div",d,Object(w.createElement)(bt,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:b,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:dt,save:function(e){var t,n=e.attributes,r=n.content,o=n.subCaption,a=n.buttonUrl,l=n.buttonTarget,c=n.buttonSize,i=n.buttonType,s=n.buttonColor,u=n.buttonColorCustom,b=n.buttonAlign,p=n.fontAwesomeIconBefore,m=n.fontAwesomeIconAfter;t=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(b):"vk_button vk_button-align-".concat(b);var f=U.useBlockProps.save({className:t});return Object(w.createElement)("div",f,Object(w.createElement)(ut,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:b,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:dt,save:function(e){var t,n=e.attributes,r=n.content,o=n.subCaption,a=n.buttonUrl,l=n.buttonTarget,c=n.buttonSize,i=n.buttonType,s=n.buttonColor,u=n.buttonColorCustom,b=n.buttonAlign,p=n.fontAwesomeIconBefore,m=n.fontAwesomeIconAfter;t=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(b):"vk_button vk_button-align-".concat(b);var f=U.useBlockProps.save({className:t});return Object(w.createElement)("div",f,Object(w.createElement)(ot,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:b,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:dt,save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,b=t.buttonAlign,p=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,f="";return f=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(b):"vk_button vk_button-align-".concat(b),n&&(f=n+" "+f),Object(w.createElement)("div",{className:f},Object(w.createElement)(it,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:b,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:mt(mt({},ft),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,b=t.buttonAlign,p=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,f="";return f=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(b):"vk_button vk_button-align-".concat(b),n&&(f=n+" "+f),Object(w.createElement)("div",{className:f},Object(w.createElement)(ct,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:b,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:mt(mt({},ft),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,b=t.buttonAlign,p=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,f="";return f=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(b):"vk_button vk_button-align-".concat(b),n&&(f=n+" "+f),Object(w.createElement)("div",{className:f},Object(w.createElement)(lt,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:b,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:mt(mt({},ft),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,b=t.buttonAlign,p=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,f="";return f=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(b):"vk_button vk_button-align-".concat(b),n&&(f=n+" "+f),Object(w.createElement)("div",{className:f},Object(w.createElement)(at,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:b,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:mt(mt({},ft),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,b=t.buttonAlign,p=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,f="";return u?f="vk_button vk_button-color-custom vk_button-align-".concat(b):u||(f="vk_button vk_button-align-".concat(b)),n&&(f=n+" "+f),Object(w.createElement)("div",{className:f},Object(w.createElement)(rt,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:b,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:mt(mt({},ft),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,b=t.buttonAlign,p=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,f="";return u?f="vk_button vk_button-color-custom vk_button-align-".concat(b):u||(f="vk_button vk_button-align-".concat(b)),n&&(f=n+" "+f),Object(w.createElement)("div",{className:f},Object(w.createElement)(nt,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:b,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:mt(mt({},ft),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=t.content,r=t.subCaption,o=t.buttonUrl,a=t.buttonTarget,l=t.buttonSize,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonAlign,b=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,m="";return s?m="vk_button vk_button-color-custom vk_button-align-".concat(u):s||(m="vk_button vk_button-align-".concat(u)),Object(w.createElement)("div",{className:m},Object(w.createElement)(tt,{lbColorCustom:s,lbColor:i,lbType:c,lbAlign:u,lbSize:l,lbUrl:o,lbTarget:a,lbFontAwesomeIconBefore:b,lbFontAwesomeIconAfter:p,lbsubCaption:r,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:mt(mt({},ft),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=t.content,r=t.subCaption,o=t.buttonUrl,a=t.buttonTarget,l=t.buttonSize,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonAlign,b=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,m="";return s?m="vk_button vk_button-color-custom vk_button-align-".concat(u):s||(m="vk_button vk_button-align-".concat(u)),Object(w.createElement)("div",{className:m},Object(w.createElement)(et,{lbColorCustom:s,lbColor:i,lbType:c,lbAlign:u,lbSize:l,lbUrl:o,lbTarget:a,lbFontAwesomeIconBefore:b,lbFontAwesomeIconAfter:p,lbsubCaption:r,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:mt({},ft),save:function(e){var t=e.attributes,n=t.content,r=t.buttonUrl,o=t.buttonTarget,a=t.buttonSize,l=t.buttonType,c=t.buttonColor,i=t.buttonColorCustom,s=t.buttonAlign,u=t.fontAwesomeIconBefore,b=t.fontAwesomeIconAfter,p="";return i?p="vk_button vk_button-color-custom vk_button-align-".concat(s):i||(p="vk_button vk_button-align-".concat(s)),Object(w.createElement)("div",{className:p},Object(w.createElement)($e,{lbColorCustom:i,lbColor:c,lbType:l,lbAlign:s,lbSize:a,lbUrl:r,lbTarget:o,lbFontAwesomeIconBefore:u,lbFontAwesomeIconAfter:b,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:mt({},ft),save:function(e){var t=e.attributes,n=t.content,r=t.buttonUrl,o=t.buttonTarget,a=t.buttonSize,l=t.buttonType,c=t.buttonColor,i=t.buttonColorCustom,s=t.buttonAlign,u=t.fontAwesomeIconBefore,b=t.fontAwesomeIconAfter,p="";return i?p="vk_button vk_button-color-custom vk_button-align-".concat(s):i||(p="vk_button vk_button-align-".concat(s)),Object(w.createElement)("div",{className:p},Object(w.createElement)(Ze,{lbColorCustom:i,lbColor:c,lbType:l,lbAlign:s,lbSize:a,lbUrl:r,lbTarget:o,lbFontAwesomeIconBefore:u,lbFontAwesomeIconAfter:b,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:mt(mt({},ft),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,b=t.buttonAlign,p=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,f="";return f=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(b):"vk_button vk_button-align-".concat(b),n&&(f=n+" "+f),Object(w.createElement)("div",{className:f},Object(w.createElement)(st,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:b,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}}];function vt(e){return e.el}var _t,gt,kt,yt=[function(e){var t,n,r,o,a,l=e.el,c=(t=e.attributes,n=t.clientId,r=t.buttonType,o=t.buttonColorCustom,a="",void 0!==o&&Ye(o)&&("0"!==r&&null!==r||(a="\n\t\t\t.vk_button-".concat(n," .has-background {\n\t\t\t\tbackground-color: ").concat(o,";\n\t\t\t\tborder: 1px solid ").concat(o,";\n\t\t\t\tcolor: #fff;\n\t\t\t}\n\t\t\t")),"1"===r&&(a="\n\t\t\t.vk_button-".concat(n," .has-text-color {\n\t\t\t\tbackground-color: transparent;\n\t\t\t\tborder: 1px solid ").concat(o,";\n\t\t\t\tcolor: ").concat(o,";\n\t\t\t}\n\t\t\t.vk_button-").concat(n," .has-text-color:hover {\n\t\t\t\tbackground-color: ").concat(o,";\n\t\t\t\tborder: 1px solid ").concat(o,";\n\t\t\t\tcolor: #fff;\n\t\t\t}\n\t\t\t")),"2"===r&&(a="\n\t\t\t.vk_button-".concat(n," .vk_button_link-type-text {\n\t\t\t\tcolor: ").concat(o,";\n\t\t\t}\n\t\t\t"))),a);return""!==c?Object(w.createElement)(w.Fragment,null,l,Object(w.createElement)("style",{type:"text/css"},c)):Object(w.createElement)(w.Fragment,null,l)},vt,vt,vt,vt,vt,vt,vt,vt,vt,vt,vt,vt,vt],Ot=n(17),jt=n(18),Et=Ke.name,xt={title:Object(T.__)("Button","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",Je({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Me||(Me=M.createElement("path",{d:"M5 8h14c.28 0 .5.22.5.5v7a.5.5 0 01-.5.5h-6.94l-1.43 1.5H19a2 2 0 002-2v-7a2 2 0 00-2-2H5a2 2 0 00-2 2v4.78h.27l.24-.69c.17-.47.54-.83.99-1V8.5c0-.28.22-.5.5-.5z",fill:"#000"})),De||(De=M.createElement("path",{d:"M8.5 12.5a1.6 1.6 0 00-.5-.68v-.32h8v1H8.5zm2.39 2.28H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),Ue||(Ue=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})))}),null),example:{attributes:{content:A,subCaption:B,buttonUrl:"https://example.com",buttonTarget:!1,buttonSize:"md",buttonType:"0",buttonColor:"primary",buttonColorCustom:"undefined",buttonAlign:"left",fontAwesomeIconBefore:R,fontAwesomeIconAfter:R}},edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.clientId,o=t.content,a=t.subCaption,l=t.buttonUrl,c=t.buttonTarget,i=t.buttonSize,s=t.buttonType,u=t.buttonColor,b=t.buttonColorCustom,p=t.buttonAlign,m=t.fontAwesomeIconBefore,f=t.fontAwesomeIconAfter;Object(w.useEffect)((function(){n({clientId:r}),null!==l&&"null"!==l&&"undefined"!==l&&""!==l||n({buttonUrl:void 0}),null!==b&&"null"!==b&&"undefined"!==b&&""!==b||n({buttonColorCustom:void 0}),null!==m&&"null"!==m&&"undefined"!==m&&""!==m||n({fontAwesomeIconBefore:void 0}),null!==f&&"null"!==f&&"undefined"!==f&&""!==f||n({fontAwesomeIconAfter:void 0}),null!==a&&"null"!==a&&"undefined"!==a&&""!==a||n({subCaption:void 0})}),[r]);var d,h=Object(Xe.dispatch)("core/block-editor").updateBlockAttributes;Object(w.useEffect)((function(){"custom"!==u?h(r,{buttonColorCustom:void 0}):void 0===b&&"custom"===u&&h(r,{buttonColor:"primary"})}),[u]),Object(w.useEffect)((function(){void 0!==b?h(r,{buttonColor:"custom"}):void 0===b&&"custom"===u&&h(r,{buttonColor:"primary"})}),[b]),d=void 0!==b&&Ye(b)?"vk_button vk_button-align-".concat(p," vk_button-color-custom vk_button-").concat(r):"vk_button vk_button-align-".concat(p," vk_button-color-custom");var v=Object(U.useBlockProps)({className:d});return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Button setting","vk-blocks")},Object(w.createElement)(H.TextControl,{label:Object(T.__)("Sub Caption","vk-blocks"),value:a,onChange:function(e){return n({subCaption:e})},placeholder:"Sub Caption"}),Object(w.createElement)(H.TextControl,{label:Object(T.__)("Button URL","vk-blocks"),value:l,onChange:function(e){return n({buttonUrl:e})},placeholder:"Button URL"}),Object(w.createElement)(H.CheckboxControl,{label:Object(T.__)("Open link new tab.","vk-blocks"),checked:c,onChange:function(e){return n({buttonTarget:e})}}),Object(w.createElement)("h4",{className:"mt-0 mb-2"},Object(T.__)("Button Size:","vk-blocks")),Object(w.createElement)(H.ButtonGroup,{className:"mb-3"},Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"lg"===i,isSecondary:"lg"!==i,onClick:function(){return n({buttonSize:"lg"})}},Object(T.__)("Large","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"md"===i,isSecondary:"md"!==i,onClick:function(){return n({buttonSize:"md"})}},Object(T.__)("Normal","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"sm"===i,isSecondary:"sm"!==i,onClick:function(){return n({buttonSize:"sm"})}},Object(T.__)("Small","vk-blocks"))),Object(w.createElement)("h4",{className:"mt-0 mb-2"},Object(T.__)("Button Position:","vk-blocks")),Object(w.createElement)(H.ButtonGroup,{className:"mb-3"},Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"left"===p,isSecondary:"left"!==p,onClick:function(){return n({buttonAlign:"left"})}},Object(T.__)("Left","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"center"===p,isSecondary:"center"!==p,onClick:function(){return n({buttonAlign:"center"})}},Object(T.__)("Center","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"right"===p,isSecondary:"right"!==p,onClick:function(){return n({buttonAlign:"right"})}},Object(T.__)("Right","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"wide"===p,isSecondary:"wide"!==p,onClick:function(){return n({buttonAlign:"wide"})}},Object(T.__)("Wide","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"block"===p,isSecondary:"block"!==p,onClick:function(){return n({buttonAlign:"block"})}},Object(T.__)("Block","vk-blocks"))),Object(w.createElement)("h4",{className:"mt-0 mb-2"},Object(T.__)("Button Style:","vk-blocks")),Object(w.createElement)(H.ButtonGroup,{className:"mb-2"},Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"0"===s,isSecondary:"0"!==s,onClick:function(){return n({buttonType:"0"})}},Object(T.__)("Solid color","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"1"===s,isSecondary:"1"!==s,onClick:function(){return n({buttonType:"1"})}},Object(T.__)("No background","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"2"===s,isSecondary:"2"!==s,onClick:function(){return n({buttonType:"2"})}},Object(T.__)("Text only","vk-blocks"))),Object(w.createElement)("p",{className:"mb-3"},Object(T.__)('If you select "No background", that you need to select a Custom Color.',"vk-blocks")),Object(w.createElement)(H.SelectControl,{label:Object(T.__)("Default Color:","vk-blocks"),value:u,options:[{label:Object(T.__)("Primary","vk-blocks"),value:"primary"},{label:Object(T.__)("Secondary","vk-blocks"),value:"secondary"},{label:Object(T.__)("Success","vk-blocks"),value:"success"},{label:Object(T.__)("Info","vk-blocks"),value:"info"},{label:Object(T.__)("Warning","vk-blocks"),value:"warning"},{label:Object(T.__)("Danger","vk-blocks"),value:"danger"},{label:Object(T.__)("Light","vk-blocks"),value:"light"},{label:Object(T.__)("Dark","vk-blocks"),value:"dark"},{label:Object(T.__)("Custom Color","vk-blocks"),value:"custom"}],onChange:function(e){return n({buttonColor:e})}}),Object(w.createElement)(H.BaseControl,{id:"vk_block_baloon_custom_color",label:Object(T.__)("Custom Color","vk-blocks"),help:Object(T.__)("This custom color overrides the default color. If you want to use the default color, click the clear button.","vk-blocks")},Object(w.createElement)(Qe,Ae()({schema:"buttonColorCustom",disableSchema:"buttonColor",disableValue:"custom"},e))),Object(w.createElement)(H.BaseControl,null,Object(w.createElement)("h4",{className:"mt-0 mb-2"},Object(T.__)("Icon ( Font Awesome )","vk-blocks")),Object(w.createElement)(H.BaseControl,{id:"vk_block_baloon_fa_before_text",label:Object(T.__)("Before text","vk-blocks")},Object(w.createElement)(we,Ae()({attributeName:"fontAwesomeIconBefore"},e))),Object(w.createElement)(H.BaseControl,{id:"vk_block_baloon_fa_after_text",label:Object(T.__)("After text","vk-blocks")},Object(w.createElement)(we,Ae()({attributeName:"fontAwesomeIconAfter"},e)))))),Object(w.createElement)("div",v,Object(w.createElement)(We,{lbColorCustom:b,lbColor:u,lbType:s,lbAlign:p,lbSize:i,lbFontAwesomeIconBefore:m,lbFontAwesomeIconAfter:f,lbsubCaption:a,lbRichtext:Object(w.createElement)(U.RichText,{tagName:"span",className:"vk_button_link_txt",onChange:function(e){return n({content:e})},value:o,placeholder:Object(T.__)("Input text","vk-blocks"),allowedFormats:["core/bold","core/italic","core/strikethrough","core/superscript","core/subscript","vk-blocks/responsive-br","vk-blocks/nowrap"],isSelected:!0})})))},save:function(e){var t,n=e.attributes,r=n.content,o=n.subCaption,a=n.buttonUrl,l=n.buttonTarget,c=n.buttonSize,i=n.buttonType,s=n.buttonColor,u=n.buttonColorCustom,b=n.buttonAlign,p=n.fontAwesomeIconBefore,m=n.fontAwesomeIconAfter,f=n.clientId;t=void 0!==u&&Ye(u)?"vk_button vk_button-color-custom vk_button-align-".concat(b," vk_button-").concat(f):"vk_button vk_button-color-custom vk_button-align-".concat(b);var d=U.useBlockProps.save({className:t});return Object(w.createElement)("div",d,Object(w.createElement)(We,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:b,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:Object(w.createElement)(U.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))},deprecated:ht},Ct=function(e){var t=e.buttonColorCustom,n=e.buttonType,r=e.clientId,o="";return void 0!==t&&Ye(t)&&("0"!==n&&null!==n||(o+=".vk_button-".concat(r," .has-background {\n\t\t\t\tbackground-color: ").concat(t,";\n\t\t\t\tborder: 1px solid ").concat(t,";\n\t\t\t\tcolor: #fff;\n\t\t\t}")),"1"===n&&(o+=".vk_button-".concat(r," .has-text-color.is-style-outline {\n\t\t\t\tbackground-color: transparent;\n\t\t\t\tborder: 1px solid ").concat(t,";\n\t\t\t\tcolor: ").concat(t,";\n\t\t\t}\n\t\t\t.vk_button-").concat(r," .has-text-color.is-style-outline:hover {\n\t\t\t\tbackground-color: ").concat(t,";\n\t\t\t\tborder: 1px solid ").concat(t,";\n\t\t\t\tcolor: #fff;\n\t\t\t}")),"2"===n&&(o=".vk_button-".concat(r," .has-text-color.vk_button_link-type-text {\n\t\t\t\tcolor: ").concat(t,";\n\t\t\t}\n\t\t\t.vk_button-").concat(r," .has-text-color.vk_button_link-type-text:hover {\n\t\t\t\tbackground-color: ").concat(t,";\n\t\t\t\tcolor: #fff;\n\t\t\t}"))),o},Nt=Object(jt.createHigherOrderComponent)((function(e){return function(t){var n=t.attributes;if("vk-blocks/button"===t.name){var r=Ct(n);return""!==r?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(e,t),Object(w.createElement)("style",{type:"text/css"},r)):Object(w.createElement)(e,t)}return Object(w.createElement)(e,t)}}),"VKButtonInlineEditorCss");function wt(){return(wt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Tt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Bt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Tt(Object(n),!0).forEach((function(t){E()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Tt(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}Object(Ot.addFilter)("editor.BlockEdit","vk-blocks/button",Nt),Object(Ot.addFilter)("blocks.getSaveElement","vk-blocks/button",(function(e,t,n){if("vk-blocks/button"===t.name){var r=ht.findIndex((function(e){return e.save===t.save}));if(-1===r){var o=Ct(n);return""!==o?Object(w.createElement)(w.Fragment,null,e,Object(w.createElement)("style",{type:"text/css"},o)):e}var a=yt[r];return Object(w.createElement)(a,{el:e,attributes:n})}return e}),11);var St,At,Rt,It,Pt={heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"}},zt=[{attributes:Pt,save:function(e){var t=e.attributes,n=e.className,r=t.heading,o=t.content;return Object(w.createElement)("dl",{className:"".concat(n," vk_faq")},Object(w.createElement)(U.RichText.Content,{tagName:"dt",className:"vk_faq_title",value:r}),Object(w.createElement)(U.RichText.Content,{tagName:"dd",className:"vk_faq_content",value:o}))}},{attributes:Pt,save:function(e){var t=e.attributes,n=t.heading,r=t.content;return Object(w.createElement)("dl",{className:"vk_faq"},Object(w.createElement)(U.RichText.Content,{tagName:"dt",className:"vk_faq_title",value:n}),Object(w.createElement)(U.RichText.Content,{tagName:"dd",className:"vk_faq_content",value:r}))}},{attributes:Bt({},Pt),save:function(e){var t=e.attributes.heading;return Object(w.createElement)("dl",{className:"vk_faq"},Object(w.createElement)(U.RichText.Content,{tagName:"dt",className:"vk_faq_title",value:t}),Object(w.createElement)("dd",{className:"vk_faq_content"},Object(w.createElement)(U.InnerBlocks.Content,null)))}},{attributes:Bt({},Pt),save:function(e){var t=e.attributes.heading;return Object(w.createElement)("dl",{className:"vk_faq [accordion_trigger_switch]"},Object(w.createElement)(U.RichText.Content,{tagName:"dt",className:"vk_faq_title",value:t}),Object(w.createElement)("dd",{className:"vk_faq_content"},Object(w.createElement)(U.InnerBlocks.Content,null)))}}],qt=n(31),Lt=qt.name,Mt={title:Object(T.__)("Classic FAQ","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",wt({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),_t||(_t=M.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),gt||(gt=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})),kt||(kt=M.createElement("path",{d:"M5.07 0C3.57 0 2.35.49 1.4 1.47A5.2 5.2 0 000 5.24c0 1.54.48 2.81 1.43 3.79a4.87 4.87 0 003.64 1.44c1 0 1.85-.2 2.36-.53l1.35 1.39 1.38-1.38-1.19-1.21c.73-.9 1.17-2.1 1.17-3.5A4.9 4.9 0 005.07 0zM3.08 5.24c0-1.63.73-2.75 1.97-2.75 1.12 0 2 .9 2 2.75 0 .51-.06.93-.19 1.33l-.84-.86-1.39 1.35.84.86c-.14.05-.26.06-.4.06-1.16 0-1.99-.95-1.99-2.74zM13.52 7c-.91 0-1.69.64-1.69 1.55 0 .45.14.86.62 1.45-.96.47-1.45 1.17-1.45 1.96 0 1.25.89 2.04 2.09 2.04.73 0 1.3-.28 1.81-.8l.53.67H17l-1.31-1.61c.32-.43.55-.98.62-1.67h-1.1c-.04.3-.13.59-.24.8l-.83-1.07c.75-.43 1.14-.99 1.14-1.7 0-1.07-.81-1.62-1.76-1.62zM13 8.5c0-.36.27-.6.57-.6.33 0 .6.3.6.65 0 .42-.2.68-.67.97-.41-.5-.5-.73-.5-1.02zm-.78 3.5c0-.48.33-.87.9-1.13l1.1 1.42c-.36.44-.7.6-1.08.6a.93.93 0 01-.92-.9zm5.34 2L14 24h2.98l.45-1.43h3.07l.41 1.43H24l-3.52-10h-2.92zm1.45 3.35h.03l.87 3.08h-1.83l.93-3.08z",fill:"#000"})))}),null),styles:[{name:"vk_faq-normal",label:Object(T.__)("Normal","vk-blocks"),isDefault:!0},{name:"vk_faq-bgfill-circle",label:Object(T.__)("Bgfill Circle","vk-blocks")},{name:"vk_faq-bgfill-square",label:Object(T.__)("Bgfill Square","vk-blocks")},{name:"vk_faq-bgfill-rounded",label:Object(T.__)("Bgfill Rounded","vk-blocks")},{name:"vk_faq-border-circle",label:Object(T.__)("Border Circle","vk-blocks")},{name:"vk_faq-border-square",label:Object(T.__)("Border Square","vk-blocks")},{name:"vk_faq-border-rounded",label:Object(T.__)("Border Rounded","vk-blocks")}],example:{attributes:{heading:B},innerBlocks:[{name:"core/paragraph",attributes:{content:S}}]},save:function(e){var t=e.attributes.heading;return Object(w.createElement)("dl",U.useBlockProps.save({className:"vk_faq [accordion_trigger_switch]"}),Object(w.createElement)(U.RichText.Content,{tagName:"dt",className:"vk_faq_title",value:t}),Object(w.createElement)("dd",{className:"vk_faq_content"},Object(w.createElement)(U.InnerBlocks.Content,null)))},edit:function(e){var t,n=e.attributes,r=e.setAttributes;t=vk_blocks_check.is_pro?Object(T.__)("If you want to be collapsing this block, you can set it at Setting > VK Blocks","vk-blocks"):Object(T.__)("You can be collapsing this block at VK Blocks Pro","vk-blocks");var o=n.heading,a=[["core/paragraph",{content:n.content}]],l=Object(U.useBlockProps)({className:"vk_faq [accordion_trigger_switch]"});return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Accordion Setting","vk-blocks")},Object(w.createElement)(H.PanelRow,null,t))),Object(w.createElement)("dl",l,Object(w.createElement)(U.RichText,{tagName:"dt",className:"vk_faq_title",onChange:function(e){return r({heading:e})},value:o,placeholder:Object(T.__)("Please enter a question.","vk-blocks")}),Object(w.createElement)("dd",{className:"vk_faq_content"},Object(w.createElement)(U.InnerBlocks,{template:a}))))},deprecated:zt};function Dt(){return(Dt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Ut,Ft,Ht,Vt={heading:{type:"string",source:"html",selector:"dt"},content:{type:"string"}},Gt=[{attributes:Vt,save:function(){return Object(w.createElement)("dl",U.useBlockProps.save({className:"vk_faq [accordion_trigger_switch]"}),Object(w.createElement)(U.InnerBlocks.Content,null))}},{attributes:Vt,save:function(){return Object(w.createElement)("dl",{className:"vk_faq"},Object(w.createElement)(U.InnerBlocks.Content,null))}}],Jt=n(32),Yt=Jt.name,Wt={title:Object(T.__)("New FAQ","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",Dt({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),St||(St=M.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),At||(At=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})),Rt||(Rt=M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 0h-8v8h8V0zm-4.75 1v2.25H17v1.5h2.25V7h1.5V4.75H23v-1.5h-2.25V1h-1.5z",fill:"#000"})),It||(It=M.createElement("path",{d:"M5.07 0C3.57 0 2.35.49 1.4 1.47A5.2 5.2 0 000 5.24c0 1.54.48 2.81 1.43 3.79a4.87 4.87 0 003.64 1.44c1 0 1.85-.2 2.36-.53l1.35 1.39 1.38-1.38-1.19-1.21c.73-.9 1.17-2.1 1.17-3.5A4.9 4.9 0 005.07 0zM3.08 5.24c0-1.63.73-2.75 1.97-2.75 1.12 0 2 .9 2 2.75 0 .51-.06.93-.19 1.33l-.84-.86-1.39 1.35.84.86c-.14.05-.26.06-.4.06-1.16 0-1.99-.95-1.99-2.74zM13.52 7c-.91 0-1.69.64-1.69 1.55 0 .45.14.86.62 1.45-.96.47-1.45 1.17-1.45 1.96 0 1.25.89 2.04 2.09 2.04.73 0 1.3-.28 1.81-.8l.53.67H17l-1.31-1.61c.32-.43.55-.98.62-1.67h-1.1c-.04.3-.13.59-.24.8l-.83-1.07c.75-.43 1.14-.99 1.14-1.7 0-1.07-.81-1.62-1.76-1.62zM13 8.5c0-.36.27-.6.57-.6.33 0 .6.3.6.65 0 .42-.2.68-.67.97-.41-.5-.5-.73-.5-1.02zm-.78 3.5c0-.48.33-.87.9-1.13l1.1 1.42c-.36.44-.7.6-1.08.6a.93.93 0 01-.92-.9zm5.34 2L14 24h2.98l.45-1.43h3.07l.41 1.43H24l-3.52-10h-2.92zm1.45 3.35h.03l.87 3.08h-1.83l.93-3.08z",fill:"#000"})))}),null),styles:[{name:"vk_faq-normal",label:Object(T.__)("Normal","vk-blocks"),isDefault:!0},{name:"vk_faq-bgfill-circle",label:Object(T.__)("Bgfill Circle","vk-blocks")},{name:"vk_faq-bgfill-square",label:Object(T.__)("Bgfill Square","vk-blocks")},{name:"vk_faq-bgfill-rounded",label:Object(T.__)("Bgfill Rounded","vk-blocks")},{name:"vk_faq-border-circle",label:Object(T.__)("Border Circle","vk-blocks")},{name:"vk_faq-border-square",label:Object(T.__)("Border Square","vk-blocks")},{name:"vk_faq-border-rounded",label:Object(T.__)("Border Rounded","vk-blocks")}],example:{innerBlocks:[{name:"vk-blocks/faq2-q",innerBlocks:[{name:"core/paragraph",attributes:{content:B}}]},{name:"vk-blocks/faq2-a",innerBlocks:[{name:"core/paragraph",attributes:{content:S}}]}]},edit:function(){var e,t=Object(U.useBlockProps)({className:"vk_faq"});return e=vk_blocks_check.is_pro?Object(T.__)("If you want to be collapsing this block, you can set it at Setting > VK Blocks","vk-blocks"):Object(T.__)("You can be collapsing this block at VK Blocks Pro","vk-blocks"),Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Accordion Setting","vk-blocks")},Object(w.createElement)(H.PanelRow,null,e))),Object(w.createElement)("div",t,Object(w.createElement)("div",{className:"vk_faq-header"}),Object(w.createElement)("dl",{className:"vk_faq-body"},Object(w.createElement)(U.InnerBlocks,{allowedBlocks:["vk-blocks/faq2-q","vk-blocks/faq2-a"],template:[["vk-blocks/faq2-q"],["vk-blocks/faq2-a"]],templateLock:"all"})),Object(w.createElement)("div",{className:"vk_faq-footer"})))},save:function(){var e=U.useBlockProps.save({className:"vk_faq [accordion_trigger_switch]"});return Object(w.createElement)("div",e,Object(w.createElement)("div",{className:"vk_faq-header"}),Object(w.createElement)("dl",{className:"vk_faq-body"},Object(w.createElement)(U.InnerBlocks.Content,null)),Object(w.createElement)("div",{className:"vk_faq-footer"}))},deprecated:Gt};function Xt(){return(Xt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Qt,Kt,Zt,$t=n(33),en=[{attributes:{},save:function(){return Object(w.createElement)("dd",{className:"vk_faq_content"},Object(w.createElement)(U.InnerBlocks.Content,null))}}],tn=$t.name,nn={title:Object(T.__)("FAQ Answer","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",Xt({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Ut||(Ut=M.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),Ft||(Ft=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})),Ht||(Ht=M.createElement("path",{d:"M14.99 0L10 14h4.17l.63-2h4.3l.57 2H24L19.07 0h-4.08zm2.03 4.69h.04L18.27 9h-2.56l1.3-4.31z",fill:"#000"})))}),null),example:{innerBlocks:[{name:"core/paragraph",attributes:{content:S}}]},edit:function(){var e=Object(U.useBlockProps)({className:"vk_faq_content"});return Object(w.createElement)("dd",e,Object(w.createElement)(U.InnerBlocks,{templateLock:!1,template:[["core/paragraph"]]}))},save:function(){return Object(w.createElement)("dd",U.useBlockProps.save({className:"vk_faq_content"}),Object(w.createElement)(U.InnerBlocks.Content,null))},deprecated:en};function rn(){return(rn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var on,an,ln,cn,sn,un=n(34),bn=[{attributes:{},save:function(){return Object(w.createElement)("dt",{className:"vk_faq_title"},Object(w.createElement)(U.InnerBlocks.Content,null))}}],pn=un.name,mn={title:Object(T.__)("FAQ Question","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",rn({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Qt||(Qt=M.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),Kt||(Kt=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})),Zt||(Zt=M.createElement("path",{d:"M16.98 0c-2.06 0-3.74.7-5.03 2.08A7.44 7.44 0 0010 7.4a7.5 7.5 0 001.97 5.36 6.62 6.62 0 005.01 2.03c1.37 0 2.55-.3 3.26-.75L22.09 16 24 14.06l-1.64-1.72c1-1.26 1.6-2.97 1.6-4.94 0-2.18-.65-3.98-1.95-5.34A6.67 6.67 0 0016.98 0zm-2.74 7.4c0-2.3 1-3.88 2.72-3.88 1.54 0 2.76 1.27 2.76 3.88 0 .73-.1 1.32-.27 1.88l-1.16-1.21-1.9 1.9 1.15 1.22c-.2.06-.37.08-.56.08-1.6 0-2.74-1.34-2.74-3.87z",fill:"#000"})))}),null),example:{innerBlocks:[{name:"core/paragraph",attributes:{content:B}}]},edit:function(){var e=Object(U.useBlockProps)({className:"vk_faq_title"});return Object(w.createElement)("dt",e,Object(w.createElement)(U.InnerBlocks,{templateLock:!1,template:[["core/paragraph"]]}))},save:function(){return Object(w.createElement)("dt",U.useBlockProps.save({className:"vk_faq_title"}),Object(w.createElement)(U.InnerBlocks.Content,null))},deprecated:bn},fn={heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"},arrowFlag:{type:"string",default:"vk_flow-arrow-on"},insertImage:{type:"string",default:null}},dn=[{attributes:fn,save:function(e){var t=e.attributes,n=t.heading,r=t.content,o=t.insertImage,a=t.arrowFlag;return Object(w.createElement)("div",U.useBlockProps.save({className:"".concat(a," vk_flow")}),Object(w.createElement)("div",{className:"vk_flow_frame"},Object(w.createElement)("dl",{className:"vk_flow_frame_text"},Object(w.createElement)(U.RichText.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:n}),Object(w.createElement)(U.RichText.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:r})),o&&Object(w.createElement)("div",{className:"vk_flow_frame_image"},Object(w.createElement)("img",{src:o,alt:""}))))}},{attributes:fn,save:function(e){var t=e.attributes,n=t.heading,r=t.content,o=t.insertImage,a=t.arrowFlag;return Object(w.createElement)("div",{className:"".concat(a," vk_flow")},Object(w.createElement)("div",{className:"vk_flow_frame"},Object(w.createElement)("dl",{className:"vk_flow_frame_text"},Object(w.createElement)(U.RichText.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:n}),Object(w.createElement)(U.RichText.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:r})),o?Object(w.createElement)("div",{className:"vk_flow_frame_image"},Object(w.createElement)("img",{src:o,alt:""})):""))}}];function hn(){return(hn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var vn,gn,kn,yn=n(35),On=yn.name,jn={title:Object(T.__)("Flow","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",hn({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),on||(on=M.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),an||(an=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})),ln||(ln=M.createElement("path",{d:"M12.5 14L9 10h7l-3.5 4z",fill:"#000"})),cn||(cn=M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23 1H1v6h22V1zM0 0v8h24V0H0z",fill:"#000"})),sn||(sn=M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 4.5H4v-1h16v1z",fill:"#000"})))}),null),example:{attributes:{heading:B,content:S,arrowFlag:"vk_flow-arrow-on",insertImage:I}},edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.clientId,o=t.heading,a=t.content,l=t.insertImage,c=t.arrowFlag,i=t.insertImageAlt,s=Object(U.useBlockProps)({className:"".concat(c," vk_flow")});return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Display of arrow","vk-blocks")},Object(w.createElement)(H.RadioControl,{selected:c,options:[{label:Object(T.__)("Arrow display","vk-blocks"),value:"vk_flow-arrow-on"},{label:Object(T.__)("Arrow hidden","vk-blocks"),value:"vk_flow-arrow-off"}],onChange:function(e){return n({arrowFlag:e})}}))),Object(w.createElement)("div",s,Object(w.createElement)("div",{className:"vk_flow_frame"},Object(w.createElement)("dl",{className:"vk_flow_frame_text"},Object(w.createElement)(U.RichText,{key:"".concat(r,"2"),tagName:"dt",className:"vk_flow_frame_text_title",onChange:function(e){return n({heading:e})},value:o,placeholder:Object(T.__)("Input title","vk-blocks")}),Object(w.createElement)(U.RichText,{key:"".concat(r,"3"),tagName:"dd",className:"vk_flow_frame_text_content",onChange:function(e){return n({content:e})},value:a,placeholder:Object(T.__)("Input content","vk-blocks")})),Object(w.createElement)("div",{className:"vk_flow_frame_image"},Object(w.createElement)(U.MediaUpload,{onSelect:function(e){n({insertImage:e.url}),n({insertImageAlt:e.alt})},type:"image",className:"vk_flow_frame_image",value:l,render:function(e){var t=e.open;return Object(w.createElement)(H.Button,{onClick:t,className:l?"image-button":"button button-large"},l?Object(w.createElement)("img",{className:"icon-image",src:l,alt:i}):Object(T.__)("Select image","vk-blocks"))}})))))},save:function(e){var t=e.attributes,n=t.heading,r=t.content,o=t.insertImage,a=t.insertImageAlt,l=t.arrowFlag;return Object(w.createElement)("div",U.useBlockProps.save({className:"".concat(l," vk_flow")}),Object(w.createElement)("div",{className:"vk_flow_frame"},Object(w.createElement)("dl",{className:"vk_flow_frame_text"},Object(w.createElement)(U.RichText.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:n}),Object(w.createElement)(U.RichText.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:r})),o&&Object(w.createElement)("div",{className:"vk_flow_frame_image"},Object(w.createElement)("img",{src:o,alt:a}))))},deprecated:dn};function En(){return(En=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var xn=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,b=n.subTextSize,p=n.titleStyle,m=n.titleMarginBottom,f=n.outerMarginBottom,d=this.props.setAttributes,h=this.props.for_,v="vk_heading vk_heading-style-".concat(p),_="h"+r;return null!==f&&(e={marginBottom:f+"rem"}),t=null!==m?{color:l,fontSize:c+"rem",marginBottom:m+"rem",textAlign:o}:{color:l,fontSize:c+"rem",textAlign:o},"edit"===h?Object(w.createElement)("div",{className:v,style:e},Object(w.createElement)(U.RichText,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:Object(T.__)("Input title…","vk-blocks")}),function(){if("on"===s)return Object(w.createElement)(U.RichText,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:b+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:Object(T.__)("Input sub text…","vk-blocks")})}()):"save"===h?Object(w.createElement)("div",{className:v,style:e},Object(w.createElement)(U.RichText.Content,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:Object(T.__)("Input title…","vk-blocks")}),function(){if("on"===s)return Object(w.createElement)(U.RichText.Content,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:b+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:Object(T.__)("Input sub text…","vk-blocks")})}()):void 0}}]),o}(w.Component);var Cn=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,b=n.subTextSize,p=n.titleStyle,m=n.titleMarginBottom,f=n.outerMarginBottom,d=this.props.setAttributes,h=this.props.className,v=Ie()(h,"vk_heading vk_heading-style-".concat(p)),_="h"+r;return null!==f&&(e={marginBottom:f+"rem"}),t=null!==m?{color:l,fontSize:c+"rem",marginBottom:m+"rem",textAlign:o}:{color:l,fontSize:c+"rem",textAlign:o},Object(w.createElement)("div",{className:v,style:e},Object(w.createElement)(U.RichText.Content,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:Object(T.__)("Input title…","vk-blocks")}),function(){if("on"===s)return Object(w.createElement)(U.RichText.Content,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:b+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:Object(T.__)("Input sub text…","vk-blocks")})}())}}]),o}(w.Component);var Nn=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,b=n.subTextSize,p=n.titleStyle,m=n.titleMarginBottom,f=n.outerMarginBottom,d=this.props.setAttributes,h=this.props.for_,v="vk_heading vk_heading-style-".concat(p),_="h"+r;return null!==f&&(e={marginBottom:f+"rem"}),t=null!==m?{color:l,fontSize:c+"rem",marginBottom:m+"rem",textAlign:o}:{color:l,fontSize:c+"rem",textAlign:o},"edit"===h?Object(w.createElement)("div",{className:v,style:e},Object(w.createElement)(U.RichText,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:Object(T.__)("Input title…","vk-blocks")}),function(){if("on"===s)return Object(w.createElement)(U.RichText,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:b+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:Object(T.__)("Input sub text…","vk-blocks")})}()):"save"===h?Object(w.createElement)("div",{className:v,style:e},Object(w.createElement)(U.RichText.Content,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:Object(T.__)("Input title…","vk-blocks")}),function(){if("on"===s)return Object(w.createElement)(U.RichText.Content,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:b+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:Object(T.__)("Input sub text…","vk-blocks")})}()):void 0}}]),o}(w.Component);var wn=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,b=n.subTextSize,p=n.titleStyle,m=n.titleMarginBottom,f=n.outerMarginBottom,d=this.props.setAttributes,h=this.props.for_,v="vk_heading vk_heading-style-".concat(p),_="h"+r;return null!==f&&(e={marginBottom:f+"rem"}),t=null!==m?{color:l,fontSize:c+"rem",marginBottom:m+"rem",textAlign:o}:{color:l,fontSize:c+"rem",textAlign:o},"edit"===h?Object(w.createElement)("div",{className:v,style:e},Object(w.createElement)(U.RichText,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:Object(T.__)("Input title…","vk-blocks")}),function(){if("on"===s)return Object(w.createElement)(U.RichText,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:b+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:Object(T.__)("Input sub text…","vk-blocks")})}()):"save"===h?Object(w.createElement)("div",{className:v,style:e},Object(w.createElement)(U.RichText.Content,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:Object(T.__)("Input title…","vk-blocks")}),function(){if("on"===s)return Object(w.createElement)(U.RichText.Content,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:b+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:Object(T.__)("Input sub text…","vk-blocks")})}()):void 0}}]),o}(w.Component);var Tn=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,b=n.subTextSize,p=n.titleStyle,m=n.titleMarginBottom,f=n.outerMarginBottom,d=this.props.setAttributes,h=this.props.for_,v="vk_heading vk_heading-style-".concat(p),_="h"+r;return null!==f&&(e={marginBottom:f+"rem"}),t=null!==m?{color:l,fontSize:c+"rem",marginBottom:m+"rem",textAlign:o}:{color:l,fontSize:c+"rem",textAlign:o},"edit"===h?Object(w.createElement)("div",{className:v,style:e},Object(w.createElement)(U.RichText,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:Object(T.__)("Input title…","vk-blocks")}),function(){if("on"===s)return Object(w.createElement)(U.RichText,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:b+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:Object(T.__)("Input sub text…","vk-blocks")})}()):"save"===h?Object(w.createElement)("div",{className:v,style:e},Object(w.createElement)(U.RichText.Content,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:Object(T.__)("Input title…","vk-blocks")}),function(){if("on"===s)return Object(w.createElement)(U.RichText.Content,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:b+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:Object(T.__)("Input sub text…","vk-blocks")})}()):void 0}}]),o}(w.Component),Bn=function(e,t,n,r){switch(e){case 1:return Object(w.createElement)("h1",{style:n,className:r},t);case 2:return Object(w.createElement)("h2",{style:n,className:r},t);case 3:return Object(w.createElement)("h3",{style:n,className:r},t);case 4:return Object(w.createElement)("h4",{style:n,className:r},t);case 5:return Object(w.createElement)("h5",{style:n,className:r},t);case 6:return Object(w.createElement)("h6",{style:n,className:r},t)}},Sn=function(e){var t,n,r=e.attributes,o=e.setAttributes,a=e.for_,l=r.level,c=r.align,i=r.title,s=r.titleColor,u=r.titleSize,b=r.subText,p=r.subTextFlag,m=r.subTextColor,f=r.subTextSize,d=r.titleStyle,h=r.titleMarginBottom,v=r.outerMarginBottom,_=r.fontAwesomeIconBefore,g=r.fontAwesomeIconAfter,k=r.fontAwesomeIconColor,y="vk_heading vk_heading-style-".concat(d);v&&(t={marginBottom:v+"rem"}),n=h?{color:s,fontSize:u+"rem",marginBottom:h+"rem",textAlign:c}:{color:s,fontSize:u+"rem",textAlign:c};var O="vk_heading_title vk_heading_title-style-".concat(d),j={color:m,fontSize:f+"rem",textAlign:c},E="vk_heading_subtext vk_heading_subtext-style-".concat(d),x="",C="";if(_){k=k||"#000000";var N=_.split("<i");N[0]=N[0]+'<i style="color:'.concat(k,';" '),x=N.join("")}if(g){k=k||"#000000";var B=g.split("<i");B[0]=B[0]+'<i style="color:'.concat(k,';" '),C=B.join("")}if("edit"===a){var S,A=Object(w.createElement)(w.Fragment,null,Be()(x),Object(w.createElement)(U.RichText,{tagName:"span",value:i,onChange:function(e){o({title:e})},placeholder:Object(T.__)("Input title…","vk-blocks")}),Be()(C));return"on"===p&&(S=Object(w.createElement)(U.RichText,{tagName:"p",value:b,onChange:function(e){return o({subText:e})},style:j,className:E,placeholder:Object(T.__)("Input sub text…","vk-blocks")})),Object(w.createElement)("div",{className:y,style:t},Bn(l,A,n,O),S)}if("save"===a){var R;R=0<(i.match(/span/g)||[]).length?Be()(i):Object(w.createElement)(U.RichText.Content,{tagName:"span",value:i});var I,P=Object(w.createElement)(w.Fragment,null,Be()(x),R,Be()(C));return"on"===p&&(I=Object(w.createElement)(U.RichText.Content,{tagName:"p",value:b,style:j,className:E})),Object(w.createElement)("div",{className:y,style:t},Bn(l,P,n,O),I)}},An=function(e,t,n,r){switch(e){case 1:return Object(w.createElement)("h1",{style:n,className:r},t);case 2:return Object(w.createElement)("h2",{style:n,className:r},t);case 3:return Object(w.createElement)("h3",{style:n,className:r},t);case 4:return Object(w.createElement)("h4",{style:n,className:r},t);case 5:return Object(w.createElement)("h5",{style:n,className:r},t);case 6:return Object(w.createElement)("h6",{style:n,className:r},t)}},Rn=function(e){var t,n,r=e.attributes,o=e.setAttributes,a=e.for_,l=r.level,c=r.align,i=r.title,s=r.titleColor,u=r.titleSize,b=r.subText,p=r.subTextFlag,m=r.subTextColor,f=r.subTextSize,d=r.titleStyle,h=r.titleMarginBottom,v=r.outerMarginBottom,_=r.fontAwesomeIconBefore,g=r.fontAwesomeIconAfter,k=r.fontAwesomeIconColor,y="vk_heading vk_heading-style-".concat(d);v&&(t={marginBottom:v+"rem"}),n=h?{color:s,fontSize:u+"rem",marginBottom:h+"rem",textAlign:c}:{color:s,fontSize:u+"rem",textAlign:c};var O="vk_heading_title vk_heading_title-style-".concat(d),j={color:m,fontSize:f+"rem",textAlign:c},E="vk_heading_subtext vk_heading_subtext-style-".concat(d),x="",C="";if(_){k=k||"#000000";var N=_.split("<i");N[0]=N[0]+'<i style="color:'.concat(k,';" '),x=N.join("")}if(g){k=k||"#000000";var B=g.split("<i");B[0]=B[0]+'<i style="color:'.concat(k,';" '),C=B.join("")}if("edit"===a){var S,A=Object(w.createElement)(w.Fragment,null,Be()(x),Object(w.createElement)(U.RichText,{tagName:"span",value:i,onChange:function(e){o({title:e})},placeholder:Object(T.__)("Input title…","vk-blocks")}),Be()(C));return"on"===p&&(S=Object(w.createElement)(U.RichText,{tagName:"p",value:b,onChange:function(e){return o({subText:e})},style:j,className:E,placeholder:Object(T.__)("Input sub text…","vk-blocks")})),Object(w.createElement)("div",{className:y,style:t},An(l,A,n,O),S)}if("save"===a){var R,I=Object(w.createElement)(w.Fragment,null,Be()(x),Object(w.createElement)(U.RichText.Content,{tagName:"span",value:i}),Be()(C));return"on"===p&&(R=Object(w.createElement)(U.RichText.Content,{tagName:"p",value:b,style:j,className:E})),Object(w.createElement)("div",{className:y,style:t},An(l,I,n,O),R)}},In=function(e,t,n,r){switch(e){case 1:return Object(w.createElement)("h1",{style:n,className:r},t);case 2:return Object(w.createElement)("h2",{style:n,className:r},t);case 3:return Object(w.createElement)("h3",{style:n,className:r},t);case 4:return Object(w.createElement)("h4",{style:n,className:r},t);case 5:return Object(w.createElement)("h5",{style:n,className:r},t);case 6:return Object(w.createElement)("h6",{style:n,className:r},t)}},Pn=function(e){var t,n,r=e.attributes,o=e.setAttributes,a=e.for_,l=r.level,c=r.align,i=r.title,s=r.titleColor,u=r.titleSize,b=r.subText,p=r.subTextFlag,m=r.subTextColor,f=r.subTextSize,d=r.titleStyle,h=r.titleMarginBottom,v=r.outerMarginBottom,_=r.fontAwesomeIconBefore,g=r.fontAwesomeIconAfter,k=r.fontAwesomeIconColor,y="vk_heading vk_heading-style-".concat(d);v&&(t={marginBottom:v+"rem"}),n=null!=h?{color:s,fontSize:u+"rem",marginBottom:h+"rem",textAlign:c}:{color:s,fontSize:u+"rem",textAlign:c};var O="vk_heading_title vk_heading_title-style-".concat(d),j={color:m,fontSize:f+"rem",textAlign:c},E="vk_heading_subtext vk_heading_subtext-style-".concat(d),x="",C="";if(_){k=k||"#000000";var N=_.split("<i");N[0]=N[0]+'<i style="color:'.concat(k,';" '),x=N.join("")}if(g){k=k||"#000000";var B=g.split("<i");B[0]=B[0]+'<i style="color:'.concat(k,';" '),C=B.join("")}if("edit"===a){var S,A=Object(w.createElement)(w.Fragment,null,Be()(x),Object(w.createElement)(U.RichText,{tagName:"span",value:i,onChange:function(e){o({title:e})},placeholder:Object(T.__)("Input title…","vk-blocks")}),Be()(C));return"on"===p&&(S=Object(w.createElement)(U.RichText,{tagName:"p",value:b,onChange:function(e){return o({subText:e})},style:j,className:E,placeholder:Object(T.__)("Input sub text…","vk-blocks")})),Object(w.createElement)("div",{className:y,style:t},In(l,A,n,O),S)}if("save"===a){var R,I=Object(w.createElement)(w.Fragment,null,Be()(x),Object(w.createElement)(U.RichText.Content,{tagName:"span",value:i}),Be()(C));return"on"===p&&(R=Object(w.createElement)(U.RichText.Content,{tagName:"p",value:b,style:j,className:E})),Object(w.createElement)("div",{className:y,style:t},In(l,I,n,O),R)}},zn=function(e,t,n,r){switch(e){case 1:return Object(w.createElement)("h1",{style:n,className:r},t);case 2:return Object(w.createElement)("h2",{style:n,className:r},t);case 3:return Object(w.createElement)("h3",{style:n,className:r},t);case 4:return Object(w.createElement)("h4",{style:n,className:r},t);case 5:return Object(w.createElement)("h5",{style:n,className:r},t);case 6:return Object(w.createElement)("h6",{style:n,className:r},t)}},qn=function(e){var t,n,r=e.attributes,o=e.setAttributes,a=e.for_,l=r.level,c=r.align,i=r.title,s=r.titleColor,u=r.titleSize,b=r.subText,p=r.subTextFlag,m=r.subTextColor,f=r.subTextSize,d=r.titleStyle,h=r.titleMarginBottom,v=r.outerMarginBottom,_=r.fontAwesomeIconBefore,g=r.fontAwesomeIconAfter,k=r.fontAwesomeIconColor,y="vk_heading vk_heading-style-".concat(d);v&&(t={marginBottom:v+"rem"}),n=h?{color:s,fontSize:u+"rem",marginBottom:h+"rem",textAlign:c}:{color:s,fontSize:u+"rem",textAlign:c};var O="vk_heading_title vk_heading_title-style-".concat(d),j={color:m,fontSize:f+"rem",textAlign:c},E="vk_heading_subtext vk_heading_subtext-style-".concat(d),x="",C="";if(_){k=k||"#000000";var N=_.split("<i");N[0]=N[0]+'<i style="color:'.concat(k,';" '),x=N.join("")}if(g){k=k||"#000000";var B=g.split("<i");B[0]=B[0]+'<i style="color:'.concat(k,';" '),C=B.join("")}if("edit"===a){var S,A=Object(w.createElement)(w.Fragment,null,Be()(x),Object(w.createElement)(U.RichText,{tagName:"span",value:i,onChange:function(e){o({title:e})},placeholder:Object(T.__)("Input title…","vk-blocks")}),Be()(C));return"on"===p&&(S=Object(w.createElement)(U.RichText,{tagName:"p",value:b,onChange:function(e){return o({subText:e})},style:j,className:E,placeholder:Object(T.__)("Input sub text…","vk-blocks")})),Object(w.createElement)("div",{className:y,style:t},zn(l,A,n,O),S)}if("save"===a){var R,I=Object(w.createElement)(w.Fragment,null,Be()(x),Object(w.createElement)(U.RichText.Content,{tagName:"span",value:i}),Be()(C));return"on"===p&&(R=Object(w.createElement)(U.RichText.Content,{tagName:"p",value:b,style:j,className:E})),Object(w.createElement)("div",{className:y,style:t},zn(l,I,n,O),R)}},Ln=function(e,t,n,r){switch(e){case 1:return Object(w.createElement)("h1",{style:n,className:r},t);case 2:return Object(w.createElement)("h2",{style:n,className:r},t);case 3:return Object(w.createElement)("h3",{style:n,className:r},t);case 4:return Object(w.createElement)("h4",{style:n,className:r},t);case 5:return Object(w.createElement)("h5",{style:n,className:r},t);case 6:return Object(w.createElement)("h6",{style:n,className:r},t)}},Mn=function(e){var t,n,r=e.attributes,o=e.setAttributes,a=e.for_,l=r.level,c=r.align,i=r.title,s=r.titleColor,u=r.titleSize,b=r.subText,p=r.subTextFlag,m=r.subTextColor,f=r.subTextSize,d=r.titleStyle,h=r.titleMarginBottom,v=r.outerMarginBottom,_=r.fontAwesomeIconBefore,g=r.fontAwesomeIconAfter,k=r.fontAwesomeIconColor,y="vk_heading vk_heading-style-".concat(d);v&&(t={marginBottom:v+"rem"}),n=null!=h?{color:s,fontSize:u+"rem",marginBottom:h+"rem",textAlign:c}:{color:s,fontSize:u+"rem",textAlign:c};var O="vk_heading_title vk_heading_title-style-".concat(d),j={color:m,fontSize:f+"rem",textAlign:c},E="vk_heading_subtext vk_heading_subtext-style-".concat(d),x="",C="";if(_){k=k||"#000000";var N=_.split("<i");N[0]=N[0]+'<i style="color:'.concat(k,';" '),x=N.join("")}if(g){k=k||"#000000";var B=g.split("<i");B[0]=B[0]+'<i style="color:'.concat(k,';" '),C=B.join("")}if("edit"===a){var S,A=Object(w.createElement)(w.Fragment,null,Be()(x),Object(w.createElement)(U.RichText,{tagName:"span",value:i,onChange:function(e){o({title:e})},placeholder:Object(T.__)("Input title…","vk-blocks")}),Be()(C));return"on"===p&&(S=Object(w.createElement)(U.RichText,{tagName:"p",value:b,onChange:function(e){return o({subText:e})},style:j,className:E,placeholder:Object(T.__)("Input sub text…","vk-blocks")})),Object(w.createElement)("div",{className:y,style:t},Ln(l,A,n,O),S)}if("save"===a){var R,I=Object(w.createElement)(w.Fragment,null,Be()(x),Object(w.createElement)(U.RichText.Content,{tagName:"span",value:i}),Be()(C));return"on"===p&&(R=Object(w.createElement)(U.RichText.Content,{tagName:"p",value:b,style:j,className:E})),Object(w.createElement)("div",{className:y,style:t},Ln(l,I,n,O),R)}};function Dn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Un(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Dn(Object(n),!0).forEach((function(t){E()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Dn(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Fn={level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number"},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2},titleMarginBottom:{type:"number",default:1},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.2}},Hn=Un(Un({anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"}},Fn),{},{title:{type:"string",source:"html",selector:"span",default:""},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""},fontAwesomeIconColor:{type:"string",default:"#000000"}}),Vn=Un(Un({},Hn),{},{outerMarginBottom:{type:"number",default:0}}),Gn=[{attributes:Vn,save:function(e){var t=e.attributes,n=t.level,r=t.align,o=t.title,a=t.titleColor,l=t.titleSize,c=t.subText,i=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,b=t.titleStyle,p=t.titleMarginBottom,m=t.outerMarginBottom,f=t.fontAwesomeIconBefore,d=t.fontAwesomeIconAfter,h=t.fontAwesomeIconColor,v="vk_heading vk_heading-style-".concat(b),_={marginBottom:null!=m?m+"rem":void 0},g={color:null!=a?a:void 0,fontSize:null!=l?l+"rem":void 0,marginBottom:null!=p?p+"rem":void 0,textAlign:null!=r?r:void 0},k="vk_heading_title vk_heading_title-style-".concat(b),y={color:null!=s?s:void 0,fontSize:null!=u?u+"rem":void 0,textAlign:null!=r?r:void 0},O="vk_heading_subtext vk_heading_subtext-style-".concat(b),j="",E="",x=h?'style="color:'.concat(h,';"'):"";if(f){var C=f.split("<i");C[0]=C[0]+"<i ".concat(x," "),j=C.join("")}if(d){var N=d.split("<i");N[0]=N[0]+"<i ".concat(x," "),E=N.join("")}var T,B=Object(w.createElement)(w.Fragment,null,Be()(j),Object(w.createElement)(U.RichText.Content,{tagName:"span",value:o}),Be()(E));"on"===i&&(T=Object(w.createElement)(U.RichText.Content,{tagName:"p",value:c,style:y,className:O}));var S=U.useBlockProps.save({className:""});return Object(w.createElement)("div",S,Object(w.createElement)("div",{className:v,style:_},function(e,t,n,r){switch(e){case 1:return Object(w.createElement)("h1",{style:n,className:r},t);case 2:return Object(w.createElement)("h2",{style:n,className:r},t);case 3:return Object(w.createElement)("h3",{style:n,className:r},t);case 4:return Object(w.createElement)("h4",{style:n,className:r},t);case 5:return Object(w.createElement)("h5",{style:n,className:r},t);case 6:return Object(w.createElement)("h6",{style:n,className:r},t)}}(n,B,g,k),T))}},{attributes:Vn,save:function(e){var t,n,r=e.attributes,o=r.level,a=r.align,l=r.title,c=r.titleColor,i=r.titleSize,s=r.subText,u=r.subTextFlag,b=r.subTextColor,p=r.subTextSize,m=r.titleStyle,f=r.titleMarginBottom,d=r.outerMarginBottom,h=r.fontAwesomeIconBefore,v=r.fontAwesomeIconAfter,_=r.fontAwesomeIconColor,g="vk_heading vk_heading-style-".concat(m);d&&(t={marginBottom:d+"rem"}),n=null!=f?{color:c,fontSize:i+"rem",marginBottom:f+"rem",textAlign:a}:{color:c,fontSize:i+"rem",textAlign:a};var k="vk_heading_title vk_heading_title-style-".concat(m),y={color:b,fontSize:p+"rem",textAlign:a},O="vk_heading_subtext vk_heading_subtext-style-".concat(m),j="",E="";if(h){_=_||"#000000";var x=h.split("<i");x[0]=x[0]+'<i style="color:'.concat(_,';" '),j=x.join("")}if(v){_=_||"#000000";var C=v.split("<i");C[0]=C[0]+'<i style="color:'.concat(_,';" '),E=C.join("")}var N,T=Object(w.createElement)(w.Fragment,null,Be()(j),Object(w.createElement)(U.RichText.Content,{tagName:"span",value:l}),Be()(E));"on"===u&&(N=Object(w.createElement)(U.RichText.Content,{tagName:"p",value:s,style:y,className:O}));var B=U.useBlockProps.save({className:""});return Object(w.createElement)("div",B,Object(w.createElement)("div",{className:g,style:t},function(e,t,n,r){switch(e){case 1:return Object(w.createElement)("h1",{style:n,className:r},t);case 2:return Object(w.createElement)("h2",{style:n,className:r},t);case 3:return Object(w.createElement)("h3",{style:n,className:r},t);case 4:return Object(w.createElement)("h4",{style:n,className:r},t);case 5:return Object(w.createElement)("h5",{style:n,className:r},t);case 6:return Object(w.createElement)("h6",{style:n,className:r},t)}}(o,T,n,k),N))}},{attributes:Hn,save:function(e){return Object(w.createElement)("div",null,Object(w.createElement)(Mn,Ae()({},e,{for_:"save"})))}},{attributes:Hn,save:function(e){return Object(w.createElement)("div",null,Object(w.createElement)(qn,Ae()({},e,{for_:"save"})))}},{attributes:Hn,save:function(e){var t=e.attributes;return Object(w.createElement)("div",{id:t.anchor},Object(w.createElement)(Pn,Ae()({},e,{for_:"save"})))}},{attributes:Hn,save:function(e){var t=e.attributes;return Object(w.createElement)("div",{id:t.anchor},Object(w.createElement)(Rn,{attributes:t,for_:"save"}))}},{attributes:Hn,save:function(e){return Object(w.createElement)("div",{id:e.attributes.anchor},Object(w.createElement)(Sn,Ae()({},e,{for_:"save"})))}},{attributes:Un(Un({},Fn),{},{anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"}}),save:function(e){var t=e.attributes;return Object(w.createElement)("div",{id:t.anchor},Object(w.createElement)(Tn,{attributes:t,for_:"save"}))}},{attributes:Un(Un({},Fn),{},{anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"}}),save:function(e){var t=e.attributes,n=e.className;return Object(w.createElement)("div",{className:n,id:"vk-htags-a181b726-7749-4bd8-9887-0306c0bc7bd5"},Object(w.createElement)(wn,{attributes:t,for_:"save"}))}},{attributes:Un(Un({},Fn),{},{anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"}}),save:function(e){var t=e.attributes,n=e.className;return Object(w.createElement)("div",{className:n,id:"vk-htags--1"},Object(w.createElement)(Nn,{attributes:t,for_:"save"}))}},{attributes:Un(Un({},Fn),{},{anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"}}),save:function(e){var t=e.attributes,n=e.className;return Object(w.createElement)(Cn,{attributes:t,className:n,for_:"save"})}},{attributes:Un(Un({},Fn),{},{anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"}}),save:function(e){var t=e.attributes,n=t.level,r=t.align,o=t.title,a=t.titleColor,l=t.titleSize,c=t.subText,i=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,b=t.titleStyle,p=t.titleMarginBottom,m=t.outerMarginBottom,f="h"+n;return Object(w.createElement)("div",{className:"vk_heading vk_heading-style-".concat(b),style:{marginBottom:m+"rem"}},Object(w.createElement)(U.RichText.Content,{tagName:f,value:o,style:{color:a,fontSize:l+"rem",textAlign:r,marginBottom:p+"rem"},className:"vk_heading_title vk_heading_title-style-".concat(b)}),function(){if("on"===i)return Object(w.createElement)(U.RichText.Content,{tagName:"p",value:c,style:{color:s,fontSize:u+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(b)})}())}},{attributes:Un(Un({},Fn),{},{anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"}}),save:function(e){var t=e.attributes,n=t.level,r=t.align,o=t.title,a=t.titleColor,l=t.titleSize,c=t.subText,i=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,b=t.titleStyle,p=t.titleMarginBottom,m=t.outerMarginBottom,f="h"+n;return Object(w.createElement)(w.Fragment,null,null===m?Object(w.createElement)("div",{className:"vk_heading vk_heading-style-".concat(b)},Object(w.createElement)(U.RichText.Content,{tagName:f,value:o,style:{color:a,fontSize:l+"rem",textAlign:r},className:"vk_heading_title vk_heading_title-style-".concat(b)}),function(){if("on"===i)return Object(w.createElement)(U.RichText.Content,{tagName:"p",value:c,style:{color:s,fontSize:u+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(b)})}()):Object(w.createElement)("div",{className:"vk_heading vk_heading-style-".concat(b),style:{marginBottom:m+"rem"}},Object(w.createElement)(U.RichText.Content,{tagName:f,value:o,style:{color:a,fontSize:l+"rem",textAlign:r,marginBottom:p+"rem"},className:"vk_heading_title vk_heading_title-style-".concat(b)}),function(){if("on"===i)return Object(w.createElement)(U.RichText.Content,{tagName:"p",value:c,style:{color:s,fontSize:u+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(b)})}()))}},{attributes:Fn,save:function(e){var t=e.attributes,n=e.className;return Object(w.createElement)("div",{className:n},Object(w.createElement)(xn,{attributes:t,for_:"save"}))}}],Jn=n(60);function Yn(e){var t=e.level,n=e.isPressed,r=void 0!==n&&n,o={1:"M9 5h2v10H9v-4H5v4H3V5h2v4h4V5zm6.6 0c-.6.9-1.5 1.7-2.6 2v1h2v7h2V5h-1.4z",2:"M7 5h2v10H7v-4H3v4H1V5h2v4h4V5zm8 8c.5-.4.6-.6 1.1-1.1.4-.4.8-.8 1.2-1.3.3-.4.6-.8.9-1.3.2-.4.3-.8.3-1.3 0-.4-.1-.9-.3-1.3-.2-.4-.4-.7-.8-1-.3-.3-.7-.5-1.2-.6-.5-.2-1-.2-1.5-.2-.4 0-.7 0-1.1.1-.3.1-.7.2-1 .3-.3.1-.6.3-.9.5-.3.2-.6.4-.8.7l1.2 1.2c.3-.3.6-.5 1-.7.4-.2.7-.3 1.2-.3s.9.1 1.3.4c.3.3.5.7.5 1.1 0 .4-.1.8-.4 1.1-.3.5-.6.9-1 1.2-.4.4-1 .9-1.6 1.4-.6.5-1.4 1.1-2.2 1.6V15h8v-2H15z",3:"M12.1 12.2c.4.3.8.5 1.2.7.4.2.9.3 1.4.3.5 0 1-.1 1.4-.3.3-.1.5-.5.5-.8 0-.2 0-.4-.1-.6-.1-.2-.3-.3-.5-.4-.3-.1-.7-.2-1-.3-.5-.1-1-.1-1.5-.1V9.1c.7.1 1.5-.1 2.2-.4.4-.2.6-.5.6-.9 0-.3-.1-.6-.4-.8-.3-.2-.7-.3-1.1-.3-.4 0-.8.1-1.1.3-.4.2-.7.4-1.1.6l-1.2-1.4c.5-.4 1.1-.7 1.6-.9.5-.2 1.2-.3 1.8-.3.5 0 1 .1 1.6.2.4.1.8.3 1.2.5.3.2.6.5.8.8.2.3.3.7.3 1.1 0 .5-.2.9-.5 1.3-.4.4-.9.7-1.5.9v.1c.6.1 1.2.4 1.6.8.4.4.7.9.7 1.5 0 .4-.1.8-.3 1.2-.2.4-.5.7-.9.9-.4.3-.9.4-1.3.5-.5.1-1 .2-1.6.2-.8 0-1.6-.1-2.3-.4-.6-.2-1.1-.6-1.6-1l1.1-1.4zM7 9H3V5H1v10h2v-4h4v4h2V5H7v4z",4:"M9 15H7v-4H3v4H1V5h2v4h4V5h2v10zm10-2h-1v2h-2v-2h-5v-2l4-6h3v6h1v2zm-3-2V7l-2.8 4H16z",5:"M12.1 12.2c.4.3.7.5 1.1.7.4.2.9.3 1.3.3.5 0 1-.1 1.4-.4.4-.3.6-.7.6-1.1 0-.4-.2-.9-.6-1.1-.4-.3-.9-.4-1.4-.4H14c-.1 0-.3 0-.4.1l-.4.1-.5.2-1-.6.3-5h6.4v1.9h-4.3L14 8.8c.2-.1.5-.1.7-.2.2 0 .5-.1.7-.1.5 0 .9.1 1.4.2.4.1.8.3 1.1.6.3.2.6.6.8.9.2.4.3.9.3 1.4 0 .5-.1 1-.3 1.4-.2.4-.5.8-.9 1.1-.4.3-.8.5-1.3.7-.5.2-1 .3-1.5.3-.8 0-1.6-.1-2.3-.4-.6-.2-1.1-.6-1.6-1-.1-.1 1-1.5 1-1.5zM9 15H7v-4H3v4H1V5h2v4h4V5h2v10z",6:"M9 15H7v-4H3v4H1V5h2v4h4V5h2v10zm8.6-7.5c-.2-.2-.5-.4-.8-.5-.6-.2-1.3-.2-1.9 0-.3.1-.6.3-.8.5l-.6.9c-.2.5-.2.9-.2 1.4.4-.3.8-.6 1.2-.8.4-.2.8-.3 1.3-.3.4 0 .8 0 1.2.2.4.1.7.3 1 .6.3.3.5.6.7.9.2.4.3.8.3 1.3s-.1.9-.3 1.4c-.2.4-.5.7-.8 1-.4.3-.8.5-1.2.6-1 .3-2 .3-3 0-.5-.2-1-.5-1.4-.9-.4-.4-.8-.9-1-1.5-.2-.6-.3-1.3-.3-2.1s.1-1.6.4-2.3c.2-.6.6-1.2 1-1.6.4-.4.9-.7 1.4-.9.6-.3 1.1-.4 1.7-.4.7 0 1.4.1 2 .3.5.2 1 .5 1.4.8 0 .1-1.3 1.4-1.3 1.4zm-2.4 5.8c.2 0 .4 0 .6-.1.2 0 .4-.1.5-.2.1-.1.3-.3.4-.5.1-.2.1-.5.1-.7 0-.4-.1-.8-.4-1.1-.3-.2-.7-.3-1.1-.3-.3 0-.7.1-1 .2-.4.2-.7.4-1 .7 0 .3.1.7.3 1 .1.2.3.4.4.6.2.1.3.3.5.3.2.1.5.2.7.1z"};return o.hasOwnProperty(t)?Object(w.createElement)(H.SVG,{width:"24",height:"24",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",isPressed:r},Object(w.createElement)(H.Path,{d:o[t]})):null}var Wn=[1,2,3,4,5,6],Xn={className:"block-library-heading-level-dropdown",isAlternate:!0};function Qn(e){var t=e.selectedLevel,n=e.onChange;return Object(w.createElement)(H.Dropdown,{popoverProps:Xn,renderToggle:function(e){var n=e.onToggle,r=e.isOpen;return Object(w.createElement)(H.ToolbarButton,{"aria-expanded":r,"aria-haspopup":"true",icon:Object(w.createElement)(Yn,{level:t}),label:Object(T.__)("Change heading level"),onClick:n,onKeyDown:function(e){r||e.keyCode!==Jn.DOWN||(e.preventDefault(),e.stopPropagation(),n())},showTooltip:!0})},renderContent:function(){return Object(w.createElement)(H.Toolbar,{className:"block-library-heading-level-toolbar",label:Object(T.__)("Change heading level")},Object(w.createElement)(H.ToolbarGroup,{isCollapsed:!1,controls:Wn.map((function(e){var r=e===t;return{icon:Object(w.createElement)(Yn,{level:e,isPressed:r}),title:Object(T.sprintf)(// translators: %s: heading level e.g: "1", "2", "3"
2
- Object(T.__)("Heading %d"),e),isActive:r,onClick:function(){n(e)}}}))}))}})}var Kn,Zn,$n,er=n(36),tr={from:[{type:"block",blocks:["core/heading"],transform:function(e){var t={title:e.content};return Object(x.createBlock)("vk-blocks/heading",t)}}]},nr=er.name,rr={title:Object(T.__)("Heading","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",En({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),vn||(vn=M.createElement("path",{d:"M20 10V4h3v15h-3v-6h-6v6h-3v-1.89l1.06-1.1c.95-1 .28-2.64-1.06-2.73V4h3v6h6z",fill:"#000"})),gn||(gn=M.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),kn||(kn=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})))}),null),category:"vk-blocks-cat",example:{attributes:{anchor:"",level:2,align:"center",titleStyle:"default",outerMarginBottom:0,title:B,titleColor:"#8ed1fc",titleSize:2,titleMarginBottom:1,subText:B,subTextFlag:"on",subTextColor:"#8ed1fc",subTextSize:1.2,fontAwesomeIconBefore:R,fontAwesomeIconAfter:"",fontAwesomeIconColor:"#8ed1fc"}},edit:function(e){var t=e.attributes,n=e.setAttributes,r=t.level,o=t.align,a=t.title,l=t.titleColor,c=t.titleSize,i=t.subText,s=t.subTextFlag,u=t.subTextColor,b=t.subTextSize,p=t.titleStyle,m=t.titleMarginBottom,f=t.outerMarginBottom,d=t.fontAwesomeIconBefore,h=t.fontAwesomeIconAfter,v=t.fontAwesomeIconColor,_="vk_heading vk_heading-style-".concat(p),g={marginBottom:null!=f?f+"rem":void 0},k={color:null!=l?l:void 0,fontSize:null!=c?c+"rem":void 0,marginBottom:null!=m?m+"rem":void 0,textAlign:null!=o?o:void 0},y="vk_heading_title vk_heading_title-style-".concat(p),O={color:null!=u?u:void 0,fontSize:null!=b?b+"rem":void 0,textAlign:null!=o?o:void 0},j="vk_heading_subtext vk_heading_subtext-style-".concat(p),E="",x="",C=v?'style="color:'.concat(v,';"'):"";if(d){var N=d.split("<i");N[0]=N[0]+"<i ".concat(C," "),E=N.join("")}if(h){var B=h.split("<i");B[0]=B[0]+"<i ".concat(C," "),x=B.join("")}var S,A=Object(w.createElement)(w.Fragment,null,Be()(E),Object(w.createElement)(U.RichText,{tagName:"span",value:a,onChange:function(e){n({title:e})},placeholder:Object(T.__)("Input title…","vk-blocks")}),Be()(x));"on"===s&&(S=Object(w.createElement)(U.RichText,{tagName:"p",value:i,onChange:function(e){return n({subText:e})},style:O,className:j,placeholder:Object(T.__)("Input sub text…","vk-blocks")}));var R=Object(U.useBlockProps)({className:""});return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.BlockControls,{group:"block"},Object(w.createElement)(H.ToolbarGroup,null,Object(w.createElement)(Qn,{selectedLevel:r,onChange:function(e){switch(n({level:e}),e){case 1:n({titleSize:3.6});break;case 2:n({titleSize:2.8});break;case 3:n({titleSize:2.2});break;case 4:n({titleSize:2});break;case 5:n({titleSize:1.8});break;case 6:n({titleSize:1.6})}}})),Object(w.createElement)(U.AlignmentToolbar,{value:o,onChange:function(e){n({align:e})}})),Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Style Settings","vk-blocks")},Object(w.createElement)(H.SelectControl,{label:Object(T.__)("Heading style","vk-blocks"),value:p,onChange:function(e){return n({titleStyle:e})},options:[{label:Object(T.__)("Default","vk-blocks"),value:"default"},{label:Object(T.__)("Plain","vk-blocks"),value:"plain"}]})),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Margin Setting","vk-blocks")},Object(w.createElement)("p",null,Object(T.__)("Margin between Heading and sub text (rem)","vk-blocks")),Object(w.createElement)(H.RangeControl,{value:m,onChange:function(e){n({titleMarginBottom:e})},min:-1,max:3,step:.1,allowReset:!0,resetFallbackValue:null}),Object(w.createElement)("p",null,Object(T.__)("Margin bottom size of after this block (rem)","vk-blocks")),Object(w.createElement)(H.RangeControl,{value:f,onChange:function(e){n({outerMarginBottom:e})},min:-1,max:8,step:.1,allowReset:!0,resetFallbackValue:null})),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Heading Settings","vk-blocks")},Object(w.createElement)(H.RangeControl,{label:Object(T.__)("Text size (rem)","vk-blocks"),value:c,onChange:function(e){n({titleSize:e})},min:.5,max:4,step:.1,allowReset:!0,resetFallbackValue:null}),Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Text Color","vk-blocks"),id:"vk_heading_textColor"},Object(w.createElement)(U.ColorPalette,{value:l,onChange:function(e){return n({titleColor:e})}}))),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Font Awesome Icon Settings","vk-blocks")},Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Before text","vk-blocks"),id:"vk_heading_beforeText"},Object(w.createElement)(we,Ae()({attributeName:"fontAwesomeIconBefore"},e))),Object(w.createElement)(H.BaseControl,{label:Object(T.__)("After text","vk-blocks"),id:"vk_heading_afterText"},Object(w.createElement)(we,Ae()({attributeName:"fontAwesomeIconAfter"},e))),Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Icon Color","vk-blocks"),id:"vk_heading_iconColor"},Object(w.createElement)(U.ColorPalette,{value:v,onChange:function(e){return n({fontAwesomeIconColor:e})}}))),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Sub Text Settings","vk-blocks")},Object(w.createElement)(H.RadioControl,{label:Object(T.__)("Position","vk-blocks"),selected:s,options:[{label:Object(T.__)("Display","vk-blocks"),value:"on"},{label:Object(T.__)("Hide","vk-blocks"),value:"off"}],onChange:function(e){return n({subTextFlag:e})}}),Object(w.createElement)("p",null,Object(T.__)("Text size (rem)","vk-blocks")),Object(w.createElement)(H.RangeControl,{value:b,onChange:function(e){n({subTextSize:e})},min:.5,max:3,step:.1,allowReset:!0,resetFallbackValue:null}),Object(w.createElement)(U.ColorPalette,{value:u,onChange:function(e){return n({subTextColor:e})}}))),Object(w.createElement)("div",R,Object(w.createElement)("div",{className:_,style:g},function(e,t,n,r){switch(e){case 1:return Object(w.createElement)("h1",{style:n,className:r},t);case 2:return Object(w.createElement)("h2",{style:n,className:r},t);case 3:return Object(w.createElement)("h3",{style:n,className:r},t);case 4:return Object(w.createElement)("h4",{style:n,className:r},t);case 5:return Object(w.createElement)("h5",{style:n,className:r},t);case 6:return Object(w.createElement)("h6",{style:n,className:r},t)}}(r,A,k,y),S)))},save:function(e){var t=e.attributes,n=t.level,r=t.align,o=t.title,a=t.titleColor,l=t.titleSize,c=t.subText,i=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,b=t.titleStyle,p=t.titleMarginBottom,m=t.outerMarginBottom,f=t.fontAwesomeIconBefore,d=t.fontAwesomeIconAfter,h=t.fontAwesomeIconColor,v="vk_heading vk_heading-style-".concat(b),_={marginBottom:null!=m?m+"rem":void 0},g={color:null!=a?a:void 0,fontSize:null!=l?l+"rem":void 0,marginBottom:null!=p?p+"rem":void 0,textAlign:null!=r?r:void 0},k="vk_heading_title vk_heading_title-style-".concat(b),y={color:null!=s?s:void 0,fontSize:null!=u?u+"rem":void 0,textAlign:null!=r?r:void 0},O="vk_heading_subtext vk_heading_subtext-style-".concat(b),j="",E="",x=h?'style="color:'.concat(h,';"'):"";if(f){var C=f.split("<i");C[0]=C[0]+"<i ".concat(x," "),j=C.join("")}if(d){var N=d.split("<i");N[0]=N[0]+"<i ".concat(x," "),E=N.join("")}var T,B=Object(w.createElement)(w.Fragment,null,Be()(j),Object(w.createElement)(U.RichText.Content,{tagName:"span",value:o}),Be()(E));"on"===i&&(T=Object(w.createElement)(U.RichText.Content,{tagName:"p",value:c,style:y,className:O}));var S=U.useBlockProps.save({className:""});return Object(w.createElement)("div",S,Object(w.createElement)("div",{className:v,style:_},function(e,t,n,r){switch(e){case 1:return Object(w.createElement)("h1",{style:n,className:r},t);case 2:return Object(w.createElement)("h2",{style:n,className:r},t);case 3:return Object(w.createElement)("h3",{style:n,className:r},t);case 4:return Object(w.createElement)("h4",{style:n,className:r},t);case 5:return Object(w.createElement)("h5",{style:n,className:r},t);case 6:return Object(w.createElement)("h6",{style:n,className:r},t)}}(n,B,g,k),T))},transforms:tr,deprecated:Gn};function or(){return(or=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var ar=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbFontAwesomeIcon,t=this.props.lbSize,n=this.props.lbSizeUnit,r=this.props.lbMargin,o=this.props.lbMarginUnit,a=this.props.lbRadius,l=this.props.lbAlign,c=this.props.lbType,i=this.props.lbColor,s=this.props.lbUrl,u=this.props.lbTarget,b="vk_icon_frame";"center"===l?b+=" text-center":"right"===l&&(b+=" text-right");var p="vk_icon_border",m={};"0"===c?"undefined"!==i&&null!=i&&(p+=" has-background",Ye(i)?m={backgroundColor:"".concat(i)}:p+=" has-".concat(i,"-background-color")):("undefined"!==i&&null!=i&&(p+=" has-text-color",Ye(i)?m={color:"".concat(i)}:p+=" has-".concat(i,"-color")),b+="1"===c?" is-style-outline":" is-style-noline"),36===t&&"px"===n&&22===r&&"px"===o||(m.width="calc("+(t+n)+" + "+(2*r+o)+")",m.height=m.width),50!==a&&(m.borderRadius=a+"%");var f="";if(e){e=e.replace(/ fas/g,"fas");var d=null;36===t&&"px"===n||(d=" font-size:".concat(t).concat(n));var h=e.split(" ");h[0]=h[0]+' style="'.concat(d,';"'),h[1]=" "+h[1]+" vk_icon_font ",f=h.join("")}var v,_=Object(w.createElement)(w.Fragment,null,Object(w.createElement)("div",{className:p,style:m},Be()(f)));return v=null!=s&&""!==s?Object(w.createElement)("a",{href:s,className:"vk_icon_link",target:u&&"_blank",rel:u&&"noopener noreferrer"},_):_,Object(w.createElement)(w.Fragment,null,Object(w.createElement)("div",{className:b},v))}}]),o}(w.Component),lr=n(37);var cr=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbFontAwesomeIcon,t=this.props.lbSize,n=this.props.lbSizeUnit,r=this.props.lbMargin,o=this.props.lbMarginUnit,a=this.props.lbRadius,l=this.props.lbAlign,c=this.props.lbType,i=this.props.lbColor,s=this.props.lbUrl,u=this.props.lbTarget,b="vk_icon_outer";"center"===l?b+=" vk_icon_align_center":"right"===l&&(b+=" vk_icon_align_right");var p="vk_icon_border",m={};"0"===c?"undefined"!==i&&(m={backgroundColor:"".concat(i),borderColor:"".concat(i)}):"1"===c?(p+=" vk_icon_border_frame","undefined"!==i&&(m={borderColor:"".concat(i)})):p+=" vk_icon_border_none",36===t&&"px"===n&&22===r&&"px"===o||(m.width="calc("+(t+n)+" + "+(2*r+o)+")",m.height=m.width),50!==a&&(m.borderRadius=a+"%");var f="";if(e){e=e.replace(/ fas/g,"fas");var d=null;"0"!==c&&"undefined"!==i&&(d="color:".concat(i));var h=null;36===t&&"px"===n||(h=" font-size:".concat(t).concat(n));var v=e.split(" ");v[0]=v[0]+' style="'.concat(d,"; ").concat(h,';"'),v[1]=" "+v[1]+" vk_icon_font ",f=v.join("")}var _,g=Object(w.createElement)(w.Fragment,null,Object(w.createElement)("div",{className:p,style:m},Be()(f)));return _=null!=s&&""!==s?Object(w.createElement)("a",{href:s,className:"vk_icon_link",target:u&&"_blank",rel:u&&"noopener noreferrer"},g):g,Object(w.createElement)(w.Fragment,null,Object(w.createElement)("div",{className:b},_))}}]),o}(w.Component);var ir=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.lbFontAwesomeIcon,t=this.props.lbSize,n=this.props.lbSizeUnit,r=this.props.lbMargin,o=this.props.lbMarginUnit,a=this.props.lbRadius,l=this.props.lbAlign,c=this.props.lbType,i=this.props.lbColor,s=this.props.lbUrl,u=this.props.lbTarget,b="vk_icon_frame";"center"===l?b+=" vk_icon_align_center":"right"===l&&(b+=" vk_icon_align_right");var p="vk_icon_border",m={};"0"===c?"undefined"!==i&&null!=i&&(m={backgroundColor:"".concat(i),borderColor:"".concat(i)}):"1"===c?(p+=" vk_icon_border_frame","undefined"!==i&&null!=i&&(m={borderColor:"".concat(i)})):p+=" vk_icon_border_none",36===t&&"px"===n&&22===r&&"px"===o||(m.width="calc("+(t+n)+" + "+(2*r+o)+")",m.height=m.width),50!==a&&(m.borderRadius=a+"%");var f="";if(e){e=e.replace(/ fas/g,"fas");var d=null;"0"!==c&&"undefined"!==i&&null!=i&&(d="color:".concat(i));var h=null;36===t&&"px"===n||(h=" font-size:".concat(t).concat(n));var v=e.split(" ");v[0]=v[0]+' style="'.concat(d,"; ").concat(h,';"'),v[1]=" "+v[1]+" vk_icon_font ",f=v.join("")}var _,g=Object(w.createElement)(w.Fragment,null,Object(w.createElement)("div",{className:p,style:m},Be()(f)));return _=null!=s&&""!==s?Object(w.createElement)("a",{href:s,className:"vk_icon_link",target:u&&"_blank",rel:u&&"noopener noreferrer"},g):g,Object(w.createElement)(w.Fragment,null,Object(w.createElement)("div",{className:b},_))}}]),o}(w.Component);function sr(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ur(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?sr(Object(n),!0).forEach((function(t){E()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):sr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var br,pr,mr,fr,dr={faIcon:{type:"string",default:'<i class="fas fa-user"></i>'},iconSize:{type:"number",default:36},iconSizeUnit:{type:"string",default:"px"},iconMargin:{type:"number",default:22},iconMarginUnit:{type:"string",default:"px"},iconRadius:{type:"number",default:50},iconAlign:{type:"string",default:"left"},iconType:{type:"string",default:"0"},iconColor:{type:"string",default:"undefined"},iconUrl:{type:"string",default:""},iconTarget:{type:"Boolean",default:!1}},hr=[{attributes:ur(ur({},dr),{},{iconColor:{type:"string"},iconUrl:{type:"string"}}),save:function(e){var t=e.attributes,n=t.faIcon,r=t.iconSize,o=t.iconSizeUnit,a=t.iconMargin,l=t.iconMarginUnit,c=t.iconRadius,i=t.iconAlign,s=t.iconType,u=t.iconColor,b=t.iconUrl,p=t.iconTarget;n&&!n.match(/<i/)&&(n='<i class="'.concat(n,'"></i>'));var m=U.useBlockProps.save({className:"vk_icon"});return Object(w.createElement)("div",m,Object(w.createElement)(ir,{lbFontAwesomeIcon:n,lbSize:r,lbSizeUnit:o,lbMargin:a,lbMarginUnit:l,lbRadius:c,lbAlign:i,lbType:s,lbColor:u,lbUrl:b,lbTarget:p}))}},{attributes:dr,save:function(e){var t=e.attributes,n=t.faIcon,r=t.iconSize,o=t.iconSizeUnit,a=t.iconMargin,l=t.iconMarginUnit,c=t.iconRadius,i=t.iconAlign,s=t.iconType,u=t.iconColor,b=t.iconUrl,p=t.iconTarget;n&&!n.match(/<i/)&&(n='<i class="'.concat(n,'"></i>'));var m=U.useBlockProps.save({className:"vk_icon"});return Object(w.createElement)("div",m,Object(w.createElement)(cr,{lbFontAwesomeIcon:n,lbSize:r,lbSizeUnit:o,lbMargin:a,lbMarginUnit:l,lbRadius:c,lbAlign:i,lbType:s,lbColor:u,lbUrl:b,lbTarget:p}))}}],vr=lr.name,_r={title:Object(T.__)("Icon","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",or({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Kn||(Kn=M.createElement("path",{d:"M10.9 14.8H7.6a.1.1 0 00-.1.1l-.2.7c0 .1 0 .2.1.2h1.3c.1 0 .1.1.1.2l-2 2.2 1 3.4c0 .1 0 .1-.1.1h-1c-.1 0-.1 0-.1-.1L6 19.8c0-.1-.2-.1-.2 0L5.4 21v.1l.4 1.5.1.1h3.3a.1.1 0 00.1-.1L8 18.3v-.1l3-3.2c0-.1 0-.2-.1-.2z",fill:"#000"})),Zn||(Zn=M.createElement("path",{d:"M7 13H5a.1.1 0 00-.1.1l-.3.7c0 .1 0 .2.1.2h.8c.1 0 .1.1.1.2l-2.4 6.7c0 .1-.2.1-.2 0L1.4 16c0-.1 0-.2.1-.2h.9a.1.1 0 01.1.1l.6 1.7c0 .1.2.1.2 0l1-2.7c0-.1 0-.2-.1-.2H.1a.31.31 0 00-.1.2l3.1 9c0 .1.2.1.2 0l3.8-10.8A.1.1 0 007 13z",fill:"#D8141C"})),$n||($n=M.createElement("path",{d:"M15.5 0a8.5 8.5 0 00-7.92 11.59 1.64 1.64 0 011 1.69h2.27A1.61 1.61 0 0112.06 16l-.18.19A8.5 8.5 0 1015.5 0zm1.7 13.6h-3.4V6.8h3.4v6.8zm0-8.3h-3.4V3.4h3.4v1.9z",fill:"#0B0C0C"})))}),null),example:{attributes:{faIcon:R,iconSize:36,iconSizeUnit:"px",iconMargin:22,iconMarginUnit:"px",iconRadius:50,iconType:"0",iconAlign:"left",iconColor:"undefined",iconUrl:"https://example.com",iconTarget:!1}},edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.clientId,o=t.faIcon,a=t.iconSize,l=t.iconSizeUnit,c=t.iconMargin,i=t.iconMarginUnit,s=t.iconRadius,u=t.iconAlign,b=t.iconType,p=t.iconColor,m=t.iconUrl,f=t.iconTarget,d=Object(Xe.select)("core/block-editor").getBlockParentsByBlockName(r,["vk-blocks/icon-outer"]),h="";d.length||(h=Object(w.createElement)(U.BlockControls,{group:"block"},Object(w.createElement)(U.BlockAlignmentControl,{value:u,onChange:function(e){n({iconAlign:e})},controls:["left","center","right"]})));var v="";d.length||(v=Object(w.createElement)(w.Fragment,null,Object(w.createElement)("p",{className:"mt-0 mb-2"},Object(T.__)("Size","vk-blocks")),Object(w.createElement)("div",{className:"vk_icon_custombox"},Object(w.createElement)(H.TextControl,{className:"vk_icon_custombox_number",value:a,onChange:function(e){return n({iconSize:parseInt(e)})},type:"number"}),Object(w.createElement)(H.SelectControl,{className:"vk_icon_custombox_unit",value:l,onChange:function(e){n({iconSizeUnit:e})},options:[{value:"px",label:Object(T.__)("px","vk-blocks")},{value:"em",label:Object(T.__)("em","vk-blocks")},{value:"rem",label:Object(T.__)("rem","vk-blocks")},{value:"vw",label:Object(T.__)("vw","vk-blocks")}]}),Object(w.createElement)(H.Button,{className:"vk_icon_custombox_reset",isSmall:!0,isSecondary:!0,onClick:function(){n({iconSize:36}),n({iconSizeUnit:"px"})}},Object(T.__)("Reset"))),Object(w.createElement)("p",{className:"mt-0 mb-2"},Object(T.__)("Margin","vk-blocks")),Object(w.createElement)("div",{className:"vk_icon_custombox"},Object(w.createElement)(H.TextControl,{className:"vk_icon_custombox_number",value:c,onChange:function(e){return n({iconMargin:parseInt(e)})},type:"number"}),Object(w.createElement)(H.SelectControl,{className:"vk_icon_custombox_unit",value:i,onChange:function(e){n({iconMarginUnit:e})},options:[{value:"px",label:Object(T.__)("px","vk-blocks")},{value:"em",label:Object(T.__)("em","vk-blocks")},{value:"rem",label:Object(T.__)("rem","vk-blocks")},{value:"vw",label:Object(T.__)("vw","vk-blocks")}]}),Object(w.createElement)(H.Button,{className:"vk_icon_custombox_reset",isSmall:!0,isSecondary:!0,onClick:function(){n({iconMargin:22}),n({iconMarginUnit:"px"})}},Object(T.__)("Reset"))),Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Border radius","vk-blocks"),id:"vk_icon-radius"},Object(w.createElement)(H.RangeControl,{value:s,onChange:function(e){return n({iconRadius:void 0!==e?e:50})},min:0,max:50,allowReset:!0})),Object(w.createElement)("p",{className:"mt-0 mb-2"},Object(T.__)("Style","vk-blocks")),Object(w.createElement)(H.ButtonGroup,{className:"mb-3"},Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"0"===b,isSecondary:"0"!==b,onClick:function(){return n({iconType:"0"})}},Object(T.__)("Solid color","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"1"===b,isSecondary:"1"!==b,onClick:function(){return n({iconType:"1"})}},Object(T.__)("Icon & Frame","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"2"===b,isSecondary:"2"!==b,onClick:function(){return n({iconType:"2"})}},Object(T.__)("Icon only","vk-blocks"))))),o&&!o.match(/<i/)&&(o='<i class="'.concat(o,'"></i>')),Object(w.useEffect)((function(){"undefined"===p&&n({iconColor:void 0})}),[r]);var _=Object(U.useBlockProps)({className:"vk_icon"});return Object(w.createElement)(w.Fragment,null,h,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Icon Setting","vk-blocks")},Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Icon ( Font Awesome )","vk-blocks"),id:"vk_icon-font"},Object(w.createElement)(we,Ae()({attributeName:"faIcon"},e))),v,Object(w.createElement)(H.TextControl,{label:Object(T.__)("Link URL","vk-blocks"),value:m,onChange:function(e){return n({iconUrl:e})}}),Object(w.createElement)(H.CheckboxControl,{label:Object(T.__)("Open link new tab.","vk-blocks"),checked:f,onChange:function(e){n({iconTarget:e})}})),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Color","vk-blocks")},Object(w.createElement)(H.BaseControl,null,Object(w.createElement)(Qe,Ae()({schema:"iconColor"},e))))),Object(w.createElement)("div",_,Object(w.createElement)(ar,{lbFontAwesomeIcon:o,lbSize:a,lbSizeUnit:l,lbMargin:c,lbMarginUnit:i,lbRadius:s,lbAlign:u,lbType:b,lbColor:p})))},save:function(e){var t=e.attributes,n=t.faIcon,r=t.iconSize,o=t.iconSizeUnit,a=t.iconMargin,l=t.iconMarginUnit,c=t.iconRadius,i=t.iconAlign,s=t.iconType,u=t.iconColor,b=t.iconUrl,p=t.iconTarget;n&&!n.match(/<i/)&&(n='<i class="'.concat(n,'"></i>'));var m=U.useBlockProps.save({className:"vk_icon"});return Object(w.createElement)("div",m,Object(w.createElement)(ar,{lbFontAwesomeIcon:n,lbSize:r,lbSizeUnit:o,lbMargin:a,lbMarginUnit:l,lbRadius:c,lbAlign:i,lbType:s,lbColor:u,lbUrl:b,lbTarget:p}))},deprecated:hr};function gr(){return(gr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var kr,yr,Or,jr=n(38),Er=jr.name,xr={title:Object(T.__)("Icon Outer","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",gr({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 23.91 17.64"},e),br||(br=M.createElement("defs",null,M.createElement("style",null,".icon_svg__cls-1{fill-rule:evenodd}"))),"&gt;",pr||(pr=M.createElement("path",{className:"icon_svg__cls-1",d:"M1.15 6.21a3.67 3.67 0 001.57 1 3.57 3.57 0 001 .15H4l.33-.06a.37.37 0 010-.11l.32-.75a.11.11 0 01.11-.11h1.53A3.65 3.65 0 10.1 3.6a3.66 3.66 0 001 2.56zM3 1.46h1.48v.81H3zm0 1.46h1.48v2.93H3zM11 7.16a3.65 3.65 0 01-1.58-1 3.63 3.63 0 01-1.07-2.51 3.66 3.66 0 113.93 3.7H12a3.47 3.47 0 01-1-.19zm.3-4.89v-.81h1.46v.81zm0 3.58V2.92h1.46v2.93zM19.23 7.16a3.65 3.65 0 01-1.58-1 3.62 3.62 0 01-1-2.56 3.65 3.65 0 113.93 3.7h-.28a3.52 3.52 0 01-1.07-.14zm.3-4.89v-.81H21v.81zm0 3.58V2.92H21v2.93z"})),mr||(mr=M.createElement("path",{d:"M10.9 8.47H7.6a.09.09 0 00-.1.1l-.2.7c0 .1 0 .2.1.2h1.3c.1 0 .1.1.1.2l-2 2.2 1 3.4c0 .1 0 .1-.1.1h-1c-.1 0-.1 0-.1-.1l-.6-1.8c0-.1-.2-.1-.2 0l-.4 1.2v.1l.4 1.5.1.1h3.3a.1.1 0 00.1-.1L8 12v-.1l3-3.2c0-.13 0-.23-.1-.23z"})),fr||(fr=M.createElement("path",{d:"M7 6.67H5a.09.09 0 00-.1.1l-.3.7c0 .1 0 .2.1.2h.8c.1 0 .1.1.1.2l-2.4 6.7c0 .1-.2.1-.2 0l-1.6-4.9c0-.1 0-.2.1-.2h.9a.09.09 0 01.1.1l.6 1.7c0 .1.2.1.2 0l1-2.7c0-.1 0-.2-.1-.2H.1a.3.3 0 00-.1.2l3.1 9c0 .1.2.1.2 0l3.8-10.8a.09.09 0 00-.1-.1z",fill:"#d8141c"})))}),null),styles:[],example:{innerBlocks:[{name:"vk-blocks/icon"},{name:"vk-blocks/icon"}]},edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.clientId,o=t.iconSize,a=t.iconSizeUnit,l=t.iconMargin,c=t.iconMarginUnit,i=t.iconRadius,s=t.iconsJustify,u=t.iconType,b=Object(Xe.select)("core/block-editor").getBlocksByClientId,p=Object(Xe.dispatch)("core/block-editor").updateBlockAttributes,m=b(r);Object(w.useEffect)((function(){m&&m[0]&&m[0].innerBlocks&&m[0].innerBlocks.forEach((function(e){p(e.clientId,{iconSize:o}),p(e.clientId,{iconSizeUnit:a}),p(e.clientId,{iconMargin:l}),p(e.clientId,{iconMarginUnit:c}),p(e.clientId,{iconRadius:i}),p(e.clientId,{iconType:u})}))}),[m,t,r]);var f=Object(U.useBlockProps)({className:"vk_icons"});return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.BlockControls,{group:"block"},Object(w.createElement)(U.JustifyContentControl,{allowedControls:["left","center","right","space-between"],value:s,onChange:function(e){return n({iconsJustify:e})},popoverProps:{position:"bottom right",isAlternate:!0}})),Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Icon Common Setting","vk-blocks")},Object(w.createElement)("p",{className:"mt-0 mb-2"},Object(T.__)("Size","vk-blocks")),Object(w.createElement)("div",{className:"vk_icon_custombox"},Object(w.createElement)(H.TextControl,{className:"vk_icon_custombox_number",value:o,onChange:function(e){return n({iconSize:parseInt(e)})},type:"number"}),Object(w.createElement)(H.SelectControl,{className:"vk_icon_custombox_unit",value:a,onChange:function(e){n({iconSizeUnit:e})},options:[{value:"px",label:Object(T.__)("px","vk-blocks")},{value:"em",label:Object(T.__)("em","vk-blocks")},{value:"rem",label:Object(T.__)("rem","vk-blocks")},{value:"vw",label:Object(T.__)("vw","vk-blocks")}]}),Object(w.createElement)(H.Button,{className:"vk_icon_custombox_reset",isSmall:!0,isSecondary:!0,onClick:function(){n({iconSize:36}),n({iconSizeUnit:"px"})}},Object(T.__)("Reset"))),Object(w.createElement)("p",{className:"mt-0 mb-2"},Object(T.__)("Margin","vk-blocks")),Object(w.createElement)("div",{className:"vk_icon_custombox"},Object(w.createElement)(H.TextControl,{className:"vk_icon_custombox_number",value:l,onChange:function(e){return n({iconMargin:parseInt(e)})},type:"number"}),Object(w.createElement)(H.SelectControl,{className:"vk_icon_custombox_unit",value:c,onChange:function(e){n({iconMarginUnit:e})},options:[{value:"px",label:Object(T.__)("px","vk-blocks")},{value:"em",label:Object(T.__)("em","vk-blocks")},{value:"rem",label:Object(T.__)("rem","vk-blocks")},{value:"vw",label:Object(T.__)("vw","vk-blocks")}]}),Object(w.createElement)(H.Button,{className:"vk_icon_custombox_reset",isSmall:!0,isSecondary:!0,onClick:function(){n({iconMargin:22}),n({iconMarginUnit:"px"})}},Object(T.__)("Reset"))),Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Border radius","vk-blocks"),id:"vk_icon-radius"},Object(w.createElement)(H.RangeControl,{value:i,onChange:function(e){return n({iconRadius:void 0!==e?e:50})},min:0,max:50,allowReset:!0})),Object(w.createElement)("p",{className:"mt-0 mb-2"},Object(T.__)("Style","vk-blocks")),Object(w.createElement)(H.ButtonGroup,{className:"mb-3"},Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"0"===u,isSecondary:"0"!==u,onClick:function(){return n({iconType:"0"})}},Object(T.__)("Solid color","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"1"===u,isSecondary:"1"!==u,onClick:function(){return n({iconType:"1"})}},Object(T.__)("Icon & Frame","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"2"===u,isSecondary:"2"!==u,onClick:function(){return n({iconType:"2"})}},Object(T.__)("Icon only","vk-blocks"))))),Object(w.createElement)("div",f,Object(w.createElement)("div",{className:"vk_icons_col vk_icons_col-justify-".concat(s)},Object(w.createElement)(U.InnerBlocks,{allowedBlocks:["vk-blocks/icon"],template:[["vk-blocks/icon"],["vk-blocks/icon"]],templateLock:!1}))))},save:function(e){var t=e.attributes.iconsJustify,n=U.useBlockProps.save({className:"vk_icons"});return Object(w.createElement)("div",n,Object(w.createElement)("div",{className:"vk_icons_col vk_icons_col-justify-".concat(t)},Object(w.createElement)(U.InnerBlocks.Content,null)))}};function Cr(){return(Cr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Nr,wr,Tr,Br=n(39),Sr=n(23),Ar=n.n(Sr),Rr=Br.name,Ir={title:Object(T.__)("Page Content","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",Cr({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),kr||(kr=M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17 5.5H7a.5.5 0 00-.5.5v5.502l-1.467.006H5V6a2 2 0 012-2h10a2 2 0 012 2v12a2 2 0 01-2 2h-6.964l-.438-1.41.086-.09H17a.5.5 0 00.5-.5V6a.5.5 0 00-.5-.5zm-4.745 10.25H14v-1.5h-1.634c.203.468.191 1.028-.11 1.5zM8.502 12.5H16V11H8v.821c.23.179.398.418.502.679zM8 7.75h8v1.5H8v-1.5z",fill:"#1E1E1E"})),yr||(yr=M.createElement("path",{d:"M10.89 14.778l-3.267.007a.11.11 0 00-.102.076l-.25.722c-.022.076.03.152.103.152h1.27c.095 0 .146.122.08.19L6.7 18.105h.007l1.042 3.397c.022.076-.03.144-.103.144h-1.02a.104.104 0 01-.102-.076L6 19.83c-.029-.106-.168-.106-.205-.007l-.426 1.223a.109.109 0 000 .069l.39 1.481c.014.046.058.084.102.084H9.15c.073 0 .125-.076.103-.145l-1.329-4.277c-.014-.038 0-.084.03-.114l3.016-3.176c.066-.069.015-.19-.08-.19z",fill:"#000"})),Or||(Or=M.createElement("path",{d:"M7.022 13l-1.99.008a.11.11 0 00-.102.076l-.257.721c-.03.076.03.152.103.152h.836c.074 0 .125.076.103.152l-2.37 6.717a.108.108 0 01-.206 0l-1.703-4.848a.112.112 0 01.103-.152h.859a.11.11 0 01.103.076l.616 1.748a.108.108 0 00.206 0l.954-2.72a.112.112 0 00-.103-.152H.108c-.073 0-.125.076-.103.152l3.127 8.996a.108.108 0 00.205 0l3.787-10.774c.022-.076-.029-.152-.102-.152z",fill:"#D8141C"})))}),null),edit:function(e){var t,n,r,o=e.attributes,a=e.setAttributes,l=o.TargetPost,c=function(e){var t=[{label:Object(T.__)("Unspecified","vk-blocks"),value:-1}],n=e.map((function(e){return{label:e.title.rendered,value:e.id}}));return t.concat(n)}((t={slug:"page"},n={per_page:-1,status:"private,publish"},Object(Xe.useSelect)((function(e){return e("core").getEntityRecords("postType",t.slug,n)||[]}),[t,n])));r=-1===l?Object(w.createElement)("div",{className:"alert alert-warning text-center"},Object(T.__)("Because no post is selected, The block Will not render","vk-blocks")):Object(w.createElement)(Ar.a,{block:"vk-blocks/page-content",attributes:o});var i=Object(U.useBlockProps)();return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Page Setting","vk-blocks"),initialOpen:!0},Object(w.createElement)(H.BaseControl,{id:"vb-call-01"},Object(w.createElement)(H.SelectControl,{label:Object(T.__)("Select Page","vk-blocks"),value:l,options:c,onChange:function(e){return a({TargetPost:parseInt(e,10)})}})))),Object(w.createElement)("div",i,r))}};function Pr(){return(Pr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var zr=n(40),qr=n(29),Lr=n.n(qr),Mr=function(e){if("string"==typeof e){try{JSON.parse(e)}catch(e){return!0}return!1}return"object"!==Lr()(e)||Array.isArray(e)},Dr=(Object(Xe.select)("core/block-editor")?Object(Xe.select)("core/block-editor"):Object(Xe.select)("core/editor"),Object(Xe.dispatch)("core/block-editor")?Object(Xe.dispatch)("core/block-editor"):Object(Xe.dispatch)("core/editor"),function(e){return function(e){try{JSON.parse(e)}catch(e){return!1}return!0}(e)||(e=e.replace(/u0022/g,'"')),e});var Ur=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.setAttributes,t=this.props.attributes,n=t.heading1,r=t.heading2,o=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.icon1,s=t.icon2,u=t.icon3,b=t.color1,p=t.color2,m=t.color3,f=t.bgType1,d=t.bgType2,h=t.bgType3,v=t.insertImage1,_=t.insertImage2,g=t.insertImage3,k=this.props.blockNum,y=this.props.blockNum-1,O=[i,s,u],j=[b,p,m],E=[f,d,h],x=[v,_,g],C="",N="",B=function(e){var t=e[y];if(Mr(t))return{backgroundImage:"url(".concat(t,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"};var n=JSON.parse(Dr(t));return{backgroundImage:"url(".concat(n.sizes.full.url,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},S=function(){if(x[y])return Object(w.createElement)("div",{className:"vk_prBlocks_item_image",style:B(x)},function(e){if(Mr(e))return Object(w.createElement)("img",{src:e,alt:""});var t=JSON.parse(Dr(e));return Object(w.createElement)("img",{src:t.sizes.full.url,alt:t.alt})}(x[y]));var e;j[y]||(j[y]="#0693e3"),e="0"===E[y]?"#fff":j[y];var t=O[y];t&&!t.match(/<i/)&&(t='<i class="'.concat(t,'"></i>'));var n=t.split(" ");n[0]=n[0]+' style="color:'.concat(e,'" '),n[1]=n[1]+" vk_prBlocks_item_icon ";var r=n.join("");return"0"===E[y]?Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:j[y],border:"1px solid ".concat(j[y])}},Be()(r)):Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+j[y]}},Be()(r))}();return 1===k?(C=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h3",onChange:function(t){return e({heading1:t})},value:n,placeholder:Object(T.__)("Input Title","vk-blocks")}),N=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:a,placeholder:Object(T.__)("Input Content","vk-blocks")})):2===k?(C=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h3",onChange:function(t){return e({heading2:t})},value:r,placeholder:Object(T.__)("Input Title","vk-blocks")}),N=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:l,placeholder:Object(T.__)("Input Content","vk-blocks")})):3===k&&(C=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h3",onChange:function(t){return e({heading3:t})},value:o,placeholder:Object(T.__)("Input Title","vk-blocks")}),N=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:c,placeholder:Object(T.__)("Input Content","vk-blocks")})),Object(w.createElement)("div",{className:"vk_prBlocks_item col-sm-4"},S,C,N)}}]),o}(w.Component);var Fr=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.heading1,o=n.heading2,a=n.heading3,l=n.content1,c=n.content2,i=n.content3,s=n.url1,u=n.url2,b=n.url3,p=n.urlOpenType1,m=n.urlOpenType2,f=n.urlOpenType3,d=n.icon1,h=n.icon2,v=n.icon3,_=n.color1,g=n.color2,k=n.color3,y=n.bgType1,O=n.bgType2,j=n.bgType3,E=n.insertImage1,x=n.insertImage2,C=n.insertImage3,N=this.props.blockNum,T=this.props.blockNum-1,B=[r,o,a],S=[l,c,i],A=[s,u,b],R=[p,m,f],I=[d,h,v],P=[_,g,k],z=[y,O,j],q=[E,x,C],L=function(e){var t=e[T];if(Mr(t))return{backgroundImage:"url(".concat(t,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"};var n=JSON.parse(Dr(t));return{backgroundImage:"url(".concat(n.sizes.full.url,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},M=function(){if(q[T])return Object(w.createElement)("div",{className:"vk_prBlocks_item_image",style:L(q)},function(e){if(Mr(e))return Object(w.createElement)("img",{src:e,alt:""});var t=JSON.parse(Dr(e));return Object(w.createElement)("img",{src:t.sizes.full.url,alt:t.alt})}(q[T]));var e;P[T]||(P[T]="#0693e3"),e="0"===z[T]?"#fff":P[T];var t=I[T];t&&!t.match(/<i/)&&(t='<i class="'.concat(t,'"></i>'));var n=t.split(" ");n[0]=n[0]+' style="color:'.concat(e,'" '),n[1]=n[1]+" vk_prBlocks_item_icon ";var r=n.join("");return"0"===z[T]?Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:P[T],border:"1px solid ".concat(P[T])}},Be()(r)):Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+P[T]}},Be()(r))}();return e=Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h3",value:B[T]}),t=Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:S[T]}),A[T]?Object(w.createElement)("div",{className:"vk_prBlocks_item col-sm-4"},Object(w.createElement)("a",{href:A[T],className:"vk_prBlocks_item_link",target:R[T]?"_blank":"_self",rel:"noopener noreferrer"},M,e,t)):Object(w.createElement)("div",{className:"vk_prBlocks_item col-sm-4"},M,e,t)}}]),o}(w.Component);var Hr=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.setAttributes,t=this.props.attributes,n=t.heading1,r=t.heading2,o=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,b=t.urlOpenType1,p=t.urlOpenType2,m=t.urlOpenType3,f=t.icon1,d=t.icon2,h=t.icon3,v=t.color1,_=t.color2,g=t.color3,k=t.bgType1,y=t.bgType2,O=t.bgType3,j=t.insertImage1,E=t.insertImage2,x=t.insertImage3,C=this.props.for_,N=this.props.blockNum,B=this.props.blockNum-1,S=[n,r,o],A=[a,l,c],R=[i,s,u],I=[b,p,m],P=[f,d,h],z=[v,_,g],q=[k,y,O],L=[j,E,x],M="",D="",F=L[B]?Object(w.createElement)("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url(".concat(L[B],")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},Object(w.createElement)("img",{src:L[B],alt:""})):(z[B]||(z[B]="#0693e3"),"0"===q[B]?Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:z[B],border:"1px solid ".concat(z[B])}},Object(w.createElement)("i",{className:"".concat(P[B]," vk_prBlocks_item_icon"),style:{color:"#fff"}})):Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+z[B]}},Object(w.createElement)("i",{className:"".concat(P[B]," vk_prBlocks_item_icon"),style:{color:z[B]}})));return"edit"===C?1===N?(M=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",onChange:function(t){return e({heading1:t})},value:n,placeholder:Object(T.__)("Input Title","vk-blocks")}),D=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:a,placeholder:Object(T.__)("Input Content","vk-blocks")})):2===N?(M=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",onChange:function(t){return e({heading2:t})},value:r,placeholder:Object(T.__)("Input Title","vk-blocks")}),D=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:l,placeholder:Object(T.__)("Input Content","vk-blocks")})):3===N&&(M=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",onChange:function(t){return e({heading3:t})},value:o,placeholder:Object(T.__)("Input Title","vk-blocks")}),D=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:c,placeholder:Object(T.__)("Input Content","vk-blocks")})):"save"===C&&(M=Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h1",value:S[B]}),D=Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:A[B]})),Object(w.createElement)("div",{className:"vk_prBlocks_item col-sm-4"},Object(w.createElement)("a",{href:R[B],target:I[B]?"_blank":"_self",className:"vk_prBlocks_item_link",rel:"noopener noreferrer"},F,M,D))}}]),o}(w.Component);var Vr=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.setAttributes,t=this.props.attributes,n=t.heading1,r=t.heading2,o=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,b=t.urlOpenType1,p=t.urlOpenType2,m=t.urlOpenType3,f=t.icon1,d=t.icon2,h=t.icon3,v=t.color1,_=t.color2,g=t.color3,k=t.bgType1,y=t.bgType2,O=t.bgType3,j=t.insertImage1,E=t.insertImage2,x=t.insertImage3,C=this.props.for_,N=this.props.blockNum,B=this.props.blockNum-1,S=[n,r,o],A=[a,l,c],R=[i,s,u],I=[b,p,m],P=[f,d,h],z=[v,_,g],q=[k,y,O],L=[j,E,x],M="",D="",F=L[B]?Object(w.createElement)("div",{className:"vk_prBlocks_item_image",style:function(e){var t=e[B];if(Mr(t))return{backgroundImage:"url(".concat(t,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"};var n=JSON.parse(Dr(t));return{backgroundImage:"url(".concat(n.sizes.full.url,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}}(L)},function(e){if(Mr(e))return Object(w.createElement)("img",{src:e,alt:""});var t=JSON.parse(Dr(e));return Object(w.createElement)("img",{src:t.sizes.full.url,alt:t.alt})}(L[B])):(z[B]||(z[B]="#0693e3"),"0"===q[B]?Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:z[B],border:"1px solid ".concat(z[B])}},Object(w.createElement)("i",{className:"".concat(P[B]," vk_prBlocks_item_icon"),style:{color:"#fff"}})):Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+z[B]}},Object(w.createElement)("i",{className:"".concat(P[B]," vk_prBlocks_item_icon"),style:{color:z[B]}})));return"edit"===C?1===N?(M=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h3",onChange:function(t){return e({heading1:t})},value:n,placeholder:Object(T.__)("Input Title","vk-blocks")}),D=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:a,placeholder:Object(T.__)("Input Content","vk-blocks")})):2===N?(M=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h3",onChange:function(t){return e({heading2:t})},value:r,placeholder:Object(T.__)("Input Title","vk-blocks")}),D=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:l,placeholder:Object(T.__)("Input Content","vk-blocks")})):3===N&&(M=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h3",onChange:function(t){return e({heading3:t})},value:o,placeholder:Object(T.__)("Input Title","vk-blocks")}),D=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:c,placeholder:Object(T.__)("Input Content","vk-blocks")})):"save"===C&&(M=Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h3",value:S[B]}),D=Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:A[B]})),R[B]&&"save"===C?Object(w.createElement)("div",{className:"vk_prBlocks_item col-sm-4"},Object(w.createElement)("a",{href:R[B],className:"vk_prBlocks_item_link",target:I[B]?"_blank":"_self",rel:"noopener noreferrer"},F,M,D)):Object(w.createElement)("div",{className:"vk_prBlocks_item col-sm-4"},F,M,D)}}]),o}(w.Component);var Gr=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.setAttributes,t=this.props.attributes,n=t.heading1,r=t.heading2,o=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,b=t.urlOpenType1,p=t.urlOpenType2,m=t.urlOpenType3,f=t.icon1,d=t.icon2,h=t.icon3,v=t.color1,_=t.color2,g=t.color3,k=t.bgType1,y=t.bgType2,O=t.bgType3,j=t.insertImage1,E=t.insertImage2,x=t.insertImage3,C=this.props.for_,N=this.props.blockNum,B=this.props.blockNum-1,S=[n,r,o],A=[a,l,c],R=[i,s,u],I=[b,p,m],P=[f,d,h],z=[v,_,g],q=[k,y,O],L=[j,E,x],M="",D="",F=function(e){var t=e[B];if(Mr(t))return{backgroundImage:"url(".concat(t,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"};var n=JSON.parse(Dr(t));return{backgroundImage:"url(".concat(n.sizes.full.url,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},H=function(){if(L[B])return Object(w.createElement)("div",{className:"vk_prBlocks_item_image",style:F(L)},function(e){if(Mr(e))return Object(w.createElement)("img",{src:e,alt:""});var t=JSON.parse(Dr(e));return Object(w.createElement)("img",{src:t.sizes.full.url,alt:t.alt})}(L[B]));var e;z[B]||(z[B]="#0693e3"),e="0"===q[B]?"#fff":z[B];var t=P[B];t&&!t.match(/<i/)&&(t='<i class="'.concat(t,'"></i>'));var n=t.split(" ");n[0]=n[0]+' style="color:'.concat(e,'" '),n[1]=n[1]+" vk_prBlocks_item_icon ";var r=n.join("");return"0"===q[B]?Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:z[B],border:"1px solid ".concat(z[B])}},Be()(r)):Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+z[B]}},Be()(r))}();return"edit"===C?1===N?(M=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h3",onChange:function(t){return e({heading1:t})},value:n,placeholder:Object(T.__)("Input Title","vk-blocks")}),D=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:a,placeholder:Object(T.__)("Input Content","vk-blocks")})):2===N?(M=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h3",onChange:function(t){return e({heading2:t})},value:r,placeholder:Object(T.__)("Input Title","vk-blocks")}),D=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:l,placeholder:Object(T.__)("Input Content","vk-blocks")})):3===N&&(M=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h3",onChange:function(t){return e({heading3:t})},value:o,placeholder:Object(T.__)("Input Title","vk-blocks")}),D=Object(w.createElement)(U.RichText,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:c,placeholder:Object(T.__)("Input Content","vk-blocks")})):"save"===C&&(M=Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h3",value:S[B]}),D=Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:A[B]})),R[B]&&"save"===C?Object(w.createElement)("div",{className:"vk_prBlocks_item col-sm-4"},Object(w.createElement)("a",{href:R[B],className:"vk_prBlocks_item_link",target:I[B]?"_blank":"_self",rel:"noopener noreferrer"},H,M,D)):Object(w.createElement)("div",{className:"vk_prBlocks_item col-sm-4"},H,M,D)}}]),o}(w.Component);var Jr,Yr,Wr,Xr,Qr=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.heading1,o=n.heading2,a=n.heading3,l=n.content1,c=n.content2,i=n.content3,s=n.url1,u=n.url2,b=n.url3,p=n.urlOpenType1,m=n.urlOpenType2,f=n.urlOpenType3,d=n.icon1,h=n.icon2,v=n.icon3,_=n.color1,g=n.color2,k=n.color3,y=n.bgType1,O=n.bgType2,j=n.bgType3,E=n.insertImage1,x=n.insertImage2,C=n.insertImage3,N=this.props.blockNum,T=this.props.blockNum-1,B=[r,o,a],S=[l,c,i],A=[s,u,b],R=[p,m,f],I=[d,h,v],P=[_,g,k],z=[y,O,j],q=[E,x,C],L=function(e){var t=e[T];if(Mr(t))return{backgroundImage:"url(".concat(t,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"};var n=JSON.parse(Dr(t));return{backgroundImage:"url(".concat(n.sizes.full.url,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},M=function(){if(q[T])return Object(w.createElement)("div",{className:"vk_prBlocks_item_image",style:L(q)},function(e){if(Mr(e))return Object(w.createElement)("img",{src:e,alt:""});var t=JSON.parse(Dr(e));return Object(w.createElement)("img",{src:t.sizes.full.url,alt:t.alt})}(q[T]));var e;P[T]||(P[T]="#0693e3"),e="0"===z[T]?"#fff":P[T];var t=I[T];t&&!t.match(/<i/)&&(t='<i class="'.concat(t,'"></i>'));var n=t.split(" ");n[0]=n[0]+' style="color:'.concat(e,'" '),n[1]=n[1]+" vk_prBlocks_item_icon ";var r=n.join("");return"0"===z[T]?Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:P[T],border:"1px solid ".concat(P[T])}},Be()(r)):Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+P[T]}},Be()(r))}();return e=Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h3",value:B[T]}),t=Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:S[T]}),Object(w.createElement)("div",{className:"vk_prBlocks_item col-sm-4"},Object(w.createElement)("a",{href:A[T],className:"vk_prBlocks_item_link",target:R[T]?"_blank":"_self",rel:"noopener noreferrer"},M,e,t))}}]),o}(w.Component),Kr=[{attributes:function(e){for(var t={},n=1;n<=4;n++)t["heading"+n]={type:"string",source:"html",selector:".vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:""},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:'<i class="fas fa-file"></i>'},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:""};return t}(),save:function(e){var t=e.attributes,n=U.useBlockProps.save({className:"vk_prBlocks row"});return Object(w.createElement)("div",n,Object(w.createElement)(Qr,{attributes:t,blockNum:1}),Object(w.createElement)(Qr,{attributes:t,blockNum:2}),Object(w.createElement)(Qr,{attributes:t,blockNum:3}))}},{attributes:function(e){for(var t={},n=1;n<=4;n++)t["heading"+n]={type:"string",source:"html",selector:".vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:""},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:'<i class="fas fa-file"></i>'},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:""};return t}(),save:function(e){var t,n=e.attributes,r=e.className;return t=r?"".concat(r," vk_prBlocks row"):"vk_prBlocks row",Object(w.createElement)("div",{className:t},Object(w.createElement)(Gr,{attributes:n,blockNum:1,for_:"save"}),Object(w.createElement)(Gr,{attributes:n,blockNum:2,for_:"save"}),Object(w.createElement)(Gr,{attributes:n,blockNum:3,for_:"save"}))}},{attributes:function(e){for(var t={},n=1;n<=4;n++)t["heading"+n]={type:"string",source:"html",selector:"h3.vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(),save:function(e){var t,n=e.attributes,r=e.className;return t=r?"".concat(r," vk_prBlocks row"):"vk_prBlocks row",Object(w.createElement)("div",{className:t},Object(w.createElement)(Vr,{attributes:n,blockNum:1,for_:"save"}),Object(w.createElement)(Vr,{attributes:n,blockNum:2,for_:"save"}),Object(w.createElement)(Vr,{attributes:n,blockNum:3,for_:"save"}))}},{attributes:function(e){for(var t={},n=1;n<=4;n++)t["heading"+n]={type:"string",source:"html",selector:"h1.vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(),save:function(e){var t=e.attributes;return Object(w.createElement)("div",{className:"vk_prBlocks row"},Object(w.createElement)(Hr,{attributes:t,blockNum:1,for_:"save"}),Object(w.createElement)(Hr,{attributes:t,blockNum:2,for_:"save"}),Object(w.createElement)(Hr,{attributes:t,blockNum:3,for_:"save"}))}},{attributes:function(e){for(var t={},n=1;n<=4;n++)t["heading"+n]={type:"string",source:"html",selector:"h3.vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(),save:function(e){var t=e.attributes,n=t.heading1,r=t.heading2,o=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,b=t.urlOpenType1,p=t.urlOpenType2,m=t.urlOpenType3,f=t.icon1,d=t.icon2,h=t.icon3,v=t.color1,_=t.color2,g=t.color3,k=t.bgType1,y=t.bgType2,O=t.bgType3,j=t.insertImage1,E=t.insertImage2,x=t.insertImage3;return Object(w.createElement)("div",{className:"vk_prBlocks row"},Object(w.createElement)("div",{className:"vk_prBlocks_item col-sm-4"},Object(w.createElement)("a",{href:i,target:b?"_blank":"_self",className:"vk_prBlocks_item_link"},j?Object(w.createElement)("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+j+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},Object(w.createElement)("img",{src:j,alt:""})):(v||(v="#0693e3",k="0"),"0"===k?Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:v,border:"1px solid ".concat(v)}},Object(w.createElement)("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:"#fff"}})):Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+v}},Object(w.createElement)("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:v}}))),Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",value:n}),Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",value:a}))),Object(w.createElement)("div",{className:"vk_prBlocks_item col-sm-4"},Object(w.createElement)("a",{href:s,target:p?"_blank":"_self",className:"vk_prBlocks_item_link"},E?Object(w.createElement)("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+E+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},Object(w.createElement)("img",{src:E,alt:""})):(_||(_="#0693e3",y="0"),"0"===y?Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:_,border:"1px solid ".concat(_)}},Object(w.createElement)("i",{className:"".concat(d," vk_prBlocks_item_icon"),style:{color:"#fff"}})):Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+_}},Object(w.createElement)("i",{className:"".concat(d," vk_prBlocks_item_icon"),style:{color:_}}))),Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",value:r}),Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",value:l}))),Object(w.createElement)("div",{className:"vk_prBlocks_item col-sm-4"},Object(w.createElement)("a",{href:u,target:m?"_blank":"_self",className:"vk_prBlocks_item_link"},x?Object(w.createElement)("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+x+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},Object(w.createElement)("img",{src:x,alt:""})):(g||(g="#0693e3",O="0"),"0"===O?Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:g,border:"1px solid ".concat(g)}},Object(w.createElement)("i",{className:"".concat(h," vk_prBlocks_item_icon"),style:{color:"#fff"}})):Object(w.createElement)("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+g}},Object(w.createElement)("i",{className:"".concat(h," vk_prBlocks_item_icon"),style:{color:g}}))),Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",value:o}),Object(w.createElement)(U.RichText.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",value:c}))))}}],Zr=zr.name,$r={title:Object(T.__)("PR Blocks","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",Pr({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Nr||(Nr=M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.15 7.88A3 3 0 013 2a3 3 0 11-.85 5.88zm.25-4.01V3.2h1.2v.67H2.4zm0 2.93V4.4h1.2v2.4H2.4zm8.75 1.08A3 3 0 0112 2a3 3 0 11-.85 5.88zm.25-4.01V3.2h1.2v.67h-1.2zm0 2.93V4.4h1.2v2.4h-1.2zm8.75 1.08A3 3 0 0121 2a3 3 0 11-.85 5.88zm.25-4.01V3.2h1.2v.67h-1.2zm0 2.93V4.4h1.2v2.4h-1.2z",fill:"#000"})),wr||(wr=M.createElement("path",{d:"M24 10v1h-6v-1h6zm0 2v1h-6v-1h6zm0 2v1h-6v-1h6zm-9-3v-1H9v1h6zm0 2v-1H9v1h6zm0 2v-1h-2.77c.2.3.3.65.27 1H15zm-9-5v1H0v-1h6zm-2.63 3l.14-.41c.08-.23.2-.43.37-.59H0v1h3.37zm7.52 1.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),Tr||(Tr=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})))}),null),example:{heading1:A,heading2:A,heading3:A,content1:B,content2:B,content3:B,url1:"https://example.com",url2:"https://example.com",url3:"https://example.com",urlOpenType1:!1,urlOpenType2:!1,urlOpenType3:!1,icon1:R,icon2:R,icon3:R,color1:"#8ed1fc",color2:"#8ed1fc",color3:"#8ed1fc",bgType1:"0",bgType2:"0",bgType3:"0",insertImage1:"",insertImage2:"",insertImage3:""},edit:function(e){var t=e.attributes,n=e.setAttributes,r=t.url1,o=t.url2,a=t.url3,l=t.urlOpenType1,c=t.urlOpenType2,i=t.urlOpenType3,s=t.color1,u=t.color2,b=t.color3,p=t.bgType1,m=t.bgType2,f=t.bgType3,d=t.insertImage1,h=t.insertImage2,v=t.insertImage3,_=Object(U.useBlockProps)({className:"vk_prBlocks row"}),g=function(e){if(Mr(e))return e?Object(w.createElement)("img",{className:"icon-image",src:e,alt:Object(T.__)("Upload image","vk-blocks")}):Object(T.__)("Select image","vk-blocks");var t=JSON.parse(Dr(e));return e?Object(w.createElement)("img",{className:"icon-image",src:t.sizes.full.url,alt:t.alt}):Object(T.__)("Select image","vk-blocks")};return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("PR Block1 Setting","vk-blocks")},Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Link URL:","vk-blocks"),id:"vk_prBlocks_linkUrl1"},Object(w.createElement)(H.TextControl,{value:r,onChange:function(e){return n({url1:e})}}),Object(w.createElement)(H.CheckboxControl,{label:Object(T.__)("Open link new tab.","vk-blocks"),checked:l,onChange:function(e){return n({urlOpenType1:e})}})),Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Icon 1","vk-blocks"),id:"vk_prBlocks_Icon1"},Object(w.createElement)(we,Ae()({attributeName:"icon1"},e)),Object(w.createElement)(U.ColorPalette,{value:s,onChange:function(e){e?n({color1:e}):(n({color1:"#0693e3"}),n({bgType1:"0"}))}}),Object(w.createElement)(H.RadioControl,{label:Object(T.__)("Icon Background:","vk-blocks"),selected:p,options:[{label:Object(T.__)("Solid color","vk-blocks"),value:"0"},{label:Object(T.__)("No background","vk-blocks"),value:"1"}],onChange:function(e){return n({bgType1:e})}})),Object(w.createElement)(H.BaseControl,{help:Object(T.__)("When you have an image. Image is displayed with priority","vk-blocks")},Object(w.createElement)("h4",{className:"components-base-control__title"},Object(T.__)("PR Image 1","vk-blocks")),Object(w.createElement)(U.MediaUpload,{onSelect:function(e){Mr(e)?n({insertImage1:e.url}):n({insertImage1:JSON.stringify(e)})},type:"image",value:d,render:function(e){var t=e.open;return Object(w.createElement)(H.Button,{onClick:t,className:d?"image-button":"button button-large"},g(d))}}))),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("PR Block2 Setting","vk-blocks")},Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Link URL:","vk-blocks"),id:"vk_prBlocks_linkUrl2"},Object(w.createElement)(H.TextControl,{value:o,onChange:function(e){return n({url2:e})}}),Object(w.createElement)(H.CheckboxControl,{label:Object(T.__)("Open link new tab.","vk-blocks"),checked:c,onChange:function(e){return n({urlOpenType2:e})}})),Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Icon 2","vk-blocks"),id:"vk_prBlocks_Icon2"},Object(w.createElement)(we,Ae()({attributeName:"icon2"},e)),Object(w.createElement)(U.ColorPalette,{value:u,onChange:function(e){e?n({color2:e}):(n({color2:"#0693e3"}),n({bgType2:"0"}))}}),Object(w.createElement)(H.RadioControl,{label:Object(T.__)("Icon Background:","vk-blocks"),selected:m,options:[{label:Object(T.__)("Solid color","vk-blocks"),value:"0"},{label:Object(T.__)("No background","vk-blocks"),value:"1"}],onChange:function(e){return n({bgType2:e})}})),Object(w.createElement)(H.BaseControl,{help:Object(T.__)("When you have an image. Image is displayed with priority.","vk-blocks")},Object(w.createElement)("h4",{className:"components-base-control__title"},Object(T.__)("PR Image 2","vk-blocks")),Object(w.createElement)(U.MediaUpload,{onSelect:function(e){Mr(e)?n({insertImage2:e.url}):n({insertImage2:JSON.stringify(e)})},type:"image",value:h,render:function(e){var t=e.open;return Object(w.createElement)(H.Button,{onClick:t,className:h?"image-button":"button button-large"},g(h))}}))),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("PR Block3 Setting","vk-blocks")},Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Link URL:","vk-blocks"),id:"vk_prBlocks_linkUrl3"},Object(w.createElement)(H.TextControl,{value:a,onChange:function(e){return n({url3:e})}}),Object(w.createElement)(H.CheckboxControl,{label:Object(T.__)("Open link new tab.","vk-blocks"),checked:i,onChange:function(e){return n({urlOpenType3:e})}})),Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Icon 3","vk-blocks"),id:"vk_prBlocks_Icon3"},Object(w.createElement)(we,Ae()({attributeName:"icon3"},e)),Object(w.createElement)(U.ColorPalette,{value:b,onChange:function(e){e?n({color3:e}):(n({color3:"#0693e3"}),n({bgType3:"0"}))}}),Object(w.createElement)(H.RadioControl,{label:Object(T.__)("Icon Background:","vk-blocks"),selected:f,options:[{label:Object(T.__)("Solid color","vk-blocks"),value:"0"},{label:Object(T.__)("No background","vk-blocks"),value:"1"}],onChange:function(e){return n({bgType3:e})}})),Object(w.createElement)(H.BaseControl,{help:Object(T.__)("When you have an image. Image is displayed with priority.","vk-blocks")},Object(w.createElement)("h4",{className:"components-base-control__title"},Object(T.__)("PR Image 3","vk-blocks")),Object(w.createElement)(U.MediaUpload,{onSelect:function(e){Mr(e)?n({insertImage3:e.url}):n({insertImage3:JSON.stringify(e)})},type:"image",value:v,render:function(e){var t=e.open;return Object(w.createElement)(H.Button,{onClick:t,className:v?"image-button":"button button-large"},g(v))}})))),Object(w.createElement)("div",_,Object(w.createElement)(Ur,{attributes:t,setAttributes:n,blockNum:1}),Object(w.createElement)(Ur,{attributes:t,setAttributes:n,blockNum:2}),Object(w.createElement)(Ur,{attributes:t,setAttributes:n,blockNum:3})))},save:function(e){var t=e.attributes,n=U.useBlockProps.save({className:"vk_prBlocks row"});return Object(w.createElement)("div",n,Object(w.createElement)(Fr,{attributes:t,blockNum:1}),Object(w.createElement)(Fr,{attributes:t,blockNum:2}),Object(w.createElement)(Fr,{attributes:t,blockNum:3}))},deprecated:Kr};function eo(){return(eo=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var to=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.attributes,t=e.buttonText,n=e.fontAwesomeIconBefore,r=e.fontAwesomeIconAfter,o="",a="";return n&&(o=Object(w.createElement)("i",{className:"".concat(n," vk_button_link_before")})),r&&(a=Object(w.createElement)("i",{className:"".concat(r," vk_button_link_after")})),Object(w.createElement)(w.Fragment,null,o,Object(w.createElement)("span",{className:"vk_button_link_txt"},t),a)}}]),o}(w.Component);var no=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,b=t.buttonTarget,p=t.Image,m=t.ImageBorderColor,f=t.layout,d=this.props.setAttributes,h=this.props.className,v=this.props.for_,_="vk_prContent",g="vk_button",k="btn btn-block vk_button_link vk_prContent_colTxt_btn",y={};return _="right"===f?Ie()(h,_,"vk_prContent-layout-imageRight"):Ie()(h,_,"vk_prContent-layout-imageLeft"),s?(g="".concat(g," vk_button-color-custom"),k="".concat(k," btn-primary"),"0"===c?y={backgroundColor:s,border:"1px solid ".concat(s)}:"1"===c&&(y={backgroundColor:"transparent",border:"1px solid "+s,color:s})):s||("0"===c?(k="".concat(k," btn-").concat(i),y=null):"1"===c&&(k="".concat(k," btn-outline-").concat(i),y=null)),e=null==m?"none":"1px solid ".concat(m),Object(w.createElement)("div",{className:_},Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colImg"},"edit"===v?Object(w.createElement)(U.MediaUpload,{onSelect:function(e){return d({Image:e.sizes.full.url})},type:" image",value:p,render:function(t){var n=t.open;return Object(w.createElement)(H.Button,{onClick:n,className:p?"image-button":"button button-large"},p?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}}):Object(T.__)("Select image","vk-blocks"))}}):p?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}}):Object(T.__)("Select image","vk-blocks")),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===v?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return d({title:e})},value:n,placeholder:Object(T.__)("Input title.","vk-blocks"),style:{color:r}}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return d({content:e})},value:o,placeholder:Object(T.__)("Input content.","vk-blocks"),style:{color:a}})):Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}})),function(){if(""!==u&&void 0!==u)return Object(w.createElement)("div",{className:g},Object(w.createElement)("a",{href:l,className:k,target:b?"_blank":null,style:y,rel:"noopener noreferrer"},Object(w.createElement)(to,{attributes:t})))}()))}}]),o}(w.Component);var ro=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.attributes,t=e.title,n=e.titleColor,r=e.content,o=e.contentColor,a=e.url,l=e.buttonType,c=e.buttonColor,i=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,b=e.Image,p=e.ImageBorderColor,m=e.layout,f=(e.fontAwesomeIconBefore,e.fontAwesomeIconAfter,this.props.setAttributes),d=this.props.for_,h="vk_prContent",v="vk_button",_="btn btn-block vk_button_link vk_prContent_colTxt_btn",g={};return h="".concat(h,"right"===m?" vk_prContent-layout-imageRight":" vk_prContent-layout-imageLeft"),i?(v="".concat(v," vk_button-color-custom"),_="".concat(_," btn-primary"),"0"===l?g={backgroundColor:i,border:"1px solid ".concat(i)}:"1"===l&&(g={backgroundColor:"transparent",border:"1px solid "+i,color:i})):i||("0"===l?(_="".concat(_," btn-").concat(c),g=null):"1"===l&&(_="".concat(_," btn-outline-").concat(c),g=null)),Object(w.createElement)("div",{className:h},Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colImg"},"edit"===d?Object(w.createElement)(U.MediaUpload,{onSelect:function(e){return f({Image:e.sizes.full.url})},type:" image",value:b,render:function(e){var t=e.open;return Object(w.createElement)(H.Button,{onClick:t,className:b?"image-button":"button button-large"},b?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:b,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:"1px solid ".concat(p)}}):Object(T.__)("Select image","vk-blocks"))}}):b?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:b,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:"1px solid ".concat(p)}}):Object(T.__)("Select image","vk-blocks")),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===d?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return f({title:e})},value:t,placeholder:Object(T.__)("Input title.","vk-blocks"),style:{color:n}}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return f({content:e})},value:r,placeholder:Object(T.__)("Input content.","vk-blocks"),style:{color:o}})):Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:r,style:{color:o}})),function(){if(""!==s&&void 0!==s)return Object(w.createElement)("div",{className:v},Object(w.createElement)("a",{href:a,className:_,target:u?"_blank":null,style:g,rel:"noopener noreferrer"},Object(w.createElement)(to,{attributes:e})))}()))}}]),o}(w.Component),oo=function(e){return function(e){try{JSON.parse(e)}catch(e){return!1}return!0}(e)||(e=e.replace(/u0022/g,'"')),e};function ao(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Ce()(e);if(t){var o=Ce()(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Ee()(this,n)}}var lo=function(e){Oe()(n,e);var t=ao(n);function n(){return _e()(this,n),t.apply(this,arguments)}return ke()(n,[{key:"render",value:function(){var e=this.props.attributes,t=e.buttonText,n=e.fontAwesomeIconBefore,r=e.fontAwesomeIconAfter,o="",a="";return n&&(o=Object(w.createElement)("i",{className:"".concat(n," vk_button_link_before")})),r&&(a=Object(w.createElement)("i",{className:"".concat(r," vk_button_link_after")})),Object(w.createElement)(w.Fragment,null,o,Object(w.createElement)("span",{className:"vk_button_link_txt"},t),a)}}]),n}(w.Component),co=function(e){Oe()(n,e);var t=ao(n);function n(){return _e()(this,n),t.apply(this,arguments)}return ke()(n,[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,b=t.buttonTarget,p=t.Image,m=t.ImageBorderColor,f=t.layout,d=(t.fontAwesomeIconBefore,t.fontAwesomeIconAfter,this.props.setAttributes),h=this.props.className,v=this.props.for_,_="vk_prContent",g="vk_button",k="btn btn-block vk_button_link vk_prContent_colTxt_btn",y={};_="right"===f?Ie()(h,_,"vk_prContent-layout-imageRight"):Ie()(h,_,"vk_prContent-layout-imageLeft"),s?(g="".concat(g," vk_button-color-custom"),k="".concat(k," btn-primary"),"0"===c?y={backgroundColor:s,border:"1px solid ".concat(s)}:"1"===c&&(y={backgroundColor:"transparent",border:"1px solid "+s,color:s})):s||("0"===c?(k="".concat(k," btn-").concat(i),y=null):"1"===c&&(k="".concat(k," btn-outline-").concat(i),y=null)),e=m?"1px solid ".concat(m):"none";var O=function(e){e&&d({Image:JSON.stringify(e)})};return Object(w.createElement)("div",{className:_},Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colImg"},function(t){if("edit"===t){if(p&&-1===p.indexOf("{"))return Object(w.createElement)(U.MediaUpload,{onSelect:function(e){return d({Image:e.sizes.full.url})},type:" image",value:p,render:function(t){var n=t.open;return Object(w.createElement)(H.Button,{onClick:n,className:p?"image-button":"button button-large"},p?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}}):Object(T.__)("Select image","vk-blocks"))}});var n=JSON.parse(oo(p));return Object(w.createElement)(U.MediaUpload,{onSelect:O,type:" image",value:n,render:function(t){var r=t.open;return Object(w.createElement)(H.Button,{onClick:r,className:n?"image-button":"button button-large"},null===p||void 0===n.sizes?Object(T.__)("Select image","vk-blocks"):Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:e}}))}})}if("save"===t){if(!p)return Object(T.__)("Select image","vk-blocks");if(p&&-1===p.indexOf("{"))return Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}});var r=JSON.parse(oo(p));return r&&void 0!==r.sizes?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:r.sizes.full.url,alt:r.alt,style:{border:e}}):""}}(v)),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===v?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return d({title:e})},value:n,placeholder:Object(T.__)("Input title.","vk-blocks"),style:{color:r}}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return d({content:e})},value:o,placeholder:Object(T.__)("Input content.","vk-blocks"),style:{color:a}})):Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}})),function(){if(""!==u&&void 0!==u)return Object(w.createElement)("div",{className:g},Object(w.createElement)("a",{href:l,className:k,target:b?"_blank":null,style:y,rel:"noopener noreferrer"},Object(w.createElement)(lo,{attributes:t})))}()))}}]),n}(w.Component);var io=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t=this.props.attributes,n=t.buttonText,r=t.fontAwesomeIconAfter,o="";return r&&!r.match(/<i/)&&(r='<i class="'.concat(r,'"></i>')),r&&((e=r.split(" "))[1]=" "+e[1]+" vk_button_link_after ",o=e.join("")),Object(w.createElement)(w.Fragment,null,Object(w.createElement)("span",{className:"vk_button_link_txt"},n),Be()(o))}}]),o}(w.Component);var so=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,b=t.buttonTarget,p=t.Image,m=t.ImageBorderColor,f=t.layout,d=this.props.setAttributes,h=this.props.className,v=this.props.for_,_="vk_prContent",g="vk_button",k="btn btn-block vk_button_link vk_prContent_colTxt_btn",y={},O={};r&&""!==r&&(O={color:r});var j={};a&&""!==a&&(j={color:a}),_="right"===f?Ie()(h,_,"vk_prContent-layout-imageRight"):Ie()(h,_,"vk_prContent-layout-imageLeft"),s?(g="".concat(g," vk_button-color-custom"),k="".concat(k," btn-primary"),"0"===c?y={backgroundColor:s,border:"1px solid ".concat(s)}:"1"===c&&(y={backgroundColor:"transparent",border:"1px solid "+s,color:s})):s||("0"===c?(k="".concat(k," btn-").concat(i),y=null):"1"===c&&(k="".concat(k," btn-outline-").concat(i),y=null)),e=m?"1px solid ".concat(m):"none";var E=function(e){e&&d({Image:JSON.stringify(e)})};return Object(w.createElement)("div",{className:_},Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colImg"},function(t){if("edit"===t){if(p&&-1===p.indexOf("{"))return Object(w.createElement)(U.MediaUpload,{onSelect:function(e){return d({Image:e.sizes.full.url})},type:" image",value:p,render:function(t){var n=t.open;return Object(w.createElement)(H.Button,{onClick:n,className:p?"image-button":"button button-large"},p?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}}):Object(T.__)("Select image","vk-blocks"))}});var n=JSON.parse(oo(p));return Object(w.createElement)(U.MediaUpload,{onSelect:E,type:" image",value:n,render:function(t){var r=t.open;return Object(w.createElement)(H.Button,{onClick:r,className:n?"image-button":"button button-large"},null===p||void 0===n.sizes?Object(T.__)("Select image","vk-blocks"):Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:e}}))}})}if("save"===t){if(!p)return Object(T.__)("Select image","vk-blocks");if(p&&-1===p.indexOf("{"))return Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}});var r=JSON.parse(oo(p));return r&&void 0!==r.sizes?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:r.sizes.full.url,alt:r.alt,style:{border:e}}):""}}(v)),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===v?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return d({title:e})},value:n,placeholder:Object(T.__)("Input title.","vk-blocks"),style:O}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return d({content:e})},value:o,placeholder:Object(T.__)("Input content.","vk-blocks"),style:j})):Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:O}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:j})),function(){if(""!==u&&void 0!==u)return Object(w.createElement)("div",{className:g},Object(w.createElement)("a",{href:l,className:k,target:b&&"_blank",style:y,rel:b&&"noopener"},Object(w.createElement)(io,{attributes:t})))}()))}}]),o}(w.Component);var uo=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.attributes,t=e.title,n=e.titleColor,r=e.content,o=e.contentColor,a=e.url,l=e.buttonType,c=e.buttonColor,i=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,b=e.Image,p=e.ImageBorderColor,m=e.layout,f=(e.fontAwesomeIconBefore,e.fontAwesomeIconAfter,this.props.setAttributes),d=this.props.for_,h="vk_prContent",v="vk_button",_="btn btn-block vk_button_link vk_prContent_colTxt_btn",g={};return h="".concat(h,"right"===m?" vk_prContent-layout-imageRight":" vk_prContent-layout-imageLeft"),i?(v="".concat(v," vk_button-color-custom"),_="".concat(_," btn-primary"),"0"===l?g={backgroundColor:i,border:"1px solid ".concat(i)}:"1"===l&&(g={backgroundColor:"transparent",border:"1px solid "+i,color:i})):i||("0"===l?(_="".concat(_," btn-").concat(c),g=null):"1"===l&&(_="".concat(_," btn-outline-").concat(c),g=null)),Object(w.createElement)("article",{className:h},Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colImg"},"edit"===d?Object(w.createElement)(U.MediaUpload,{onSelect:function(e){return f({Image:e.sizes.full.url})},type:" image",value:b,render:function(e){var t=e.open;return Object(w.createElement)(H.Button,{onClick:t,className:b?"image-button":"button button-large"},b?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:b,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:"1px solid ".concat(p)}}):Object(T.__)("Select image","vk-blocks"))}}):b?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:b,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:"1px solid ".concat(p)}}):Object(T.__)("Select image","vk-blocks")),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===d?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return f({title:e})},value:t,placeholder:Object(T.__)("Input title.","vk-blocks"),style:{color:n}}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return f({content:e})},value:r,placeholder:Object(T.__)("Input content.","vk-blocks"),style:{color:o}})):Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:r,style:{color:o}})),function(){if(""!==s&&void 0!==s)return Object(w.createElement)("div",{className:v},Object(w.createElement)("a",{href:a,className:_,target:u?"_blank":null,rel:"noopener noreferrer",style:g},Object(w.createElement)(to,{attributes:e})))}()))}}]),o}(w.Component);var bo=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.buttonText,o=n.fontAwesomeIconBefore,a=n.fontAwesomeIconAfter,l="",c="";return o&&!o.match(/<i/)&&(o='<i class="'.concat(o,'"></i>')),a&&!a.match(/<i/)&&(a='<i class="'.concat(a,'"></i>')),o&&((e=o.split(" "))[1]=" "+e[1]+" vk_button_link_before ",l=e.join("")),a&&((t=a.split(" "))[1]=" "+t[1]+" vk_button_link_after ",c=t.join("")),Object(w.createElement)(w.Fragment,null,Be()(l),Object(w.createElement)("span",{className:"vk_button_link_txt"},r),Be()(c))}}]),o}(w.Component);var po=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,b=t.buttonTarget,p=t.Image,m=t.ImageBorderColor,f=t.layout,d=(t.fontAwesomeIconBefore,t.fontAwesomeIconAfter,this.props.setAttributes),h=this.props.className,v=this.props.for_,_="vk_prContent",g="vk_button",k="btn btn-block vk_button_link vk_prContent_colTxt_btn",y={};_="right"===f?Ie()(h,_,"vk_prContent-layout-imageRight"):Ie()(h,_,"vk_prContent-layout-imageLeft"),s?(g="".concat(g," vk_button-color-custom"),k="".concat(k," btn-primary"),"0"===c?y={backgroundColor:s,border:"1px solid ".concat(s)}:"1"===c&&(y={backgroundColor:"transparent",border:"1px solid "+s,color:s})):s||("0"===c?(k="".concat(k," btn-").concat(i),y=null):"1"===c&&(k="".concat(k," btn-outline-").concat(i),y=null)),e=m?"1px solid ".concat(m):"none";var O=function(e){e&&d({Image:JSON.stringify(e)})};return Object(w.createElement)("div",{className:_},Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colImg"},function(t){if("edit"===t){if(p&&-1===p.indexOf("{"))return Object(w.createElement)(U.MediaUpload,{onSelect:function(e){return d({Image:e.sizes.full.url})},type:" image",value:p,render:function(t){var n=t.open;return Object(w.createElement)(H.Button,{onClick:n,className:p?"image-button":"button button-large"},p?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}}):Object(T.__)("Select image","vk-blocks"))}});var n=JSON.parse(oo(p));return Object(w.createElement)(U.MediaUpload,{onSelect:O,type:" image",value:n,render:function(t){var r=t.open;return Object(w.createElement)(H.Button,{onClick:r,className:n?"image-button":"button button-large"},null===p||void 0===n.sizes?Object(T.__)("Select image","vk-blocks"):Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:e}}))}})}if("save"===t){if(!p)return Object(T.__)("Select image","vk-blocks");if(p&&-1===p.indexOf("{"))return Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}});var r=JSON.parse(oo(p));return r&&void 0!==r.sizes?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:r.sizes.full.url,alt:r.alt,style:{border:e}}):""}}(v)),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===v?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return d({title:e})},value:n,placeholder:Object(T.__)("Input title.","vk-blocks"),style:{color:r}}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return d({content:e})},value:o,placeholder:Object(T.__)("Input content.","vk-blocks"),style:{color:a}})):Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}})),function(){if(""!==u&&void 0!==u)return Object(w.createElement)("div",{className:g},Object(w.createElement)("a",{href:l,className:k,target:b?"_blank":null,style:y,rel:"noopener noreferrer"},Object(w.createElement)(bo,{attributes:t})))}()))}}]),o}(w.Component);var mo=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,b=t.buttonTarget,p=t.Image,m=t.ImageBorderColor,f=t.layout,d=(t.fontAwesomeIconBefore,t.fontAwesomeIconAfter,this.props.setAttributes),h=this.props.className,v=this.props.for_,_="vk_prContent",g="vk_button",k="btn btn-block vk_button_link vk_prContent_colTxt_btn",y={};_="right"===f?Ie()(h,_,"vk_prContent-layout-imageRight"):Ie()(h,_,"vk_prContent-layout-imageLeft"),s?(g="".concat(g," vk_button-color-custom"),k="".concat(k," btn-primary"),"0"===c?y={backgroundColor:s,border:"1px solid ".concat(s)}:"1"===c&&(y={backgroundColor:"transparent",border:"1px solid "+s,color:s})):s||("0"===c?(k="".concat(k," btn-").concat(i),y=null):"1"===c&&(k="".concat(k," btn-outline-").concat(i),y=null)),e=m?"1px solid ".concat(m):"none";var O=function(e){e&&d({Image:JSON.stringify(e)})};return Object(w.createElement)("div",{className:_},Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colImg"},function(t){if("edit"===t){if(p&&-1===p.indexOf("{"))return Object(w.createElement)(U.MediaUpload,{onSelect:function(e){return d({Image:e.sizes.full.url})},type:" image",value:p,render:function(t){var n=t.open;return Object(w.createElement)(H.Button,{onClick:n,className:p?"image-button":"button button-large"},p?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}}):Object(T.__)("Select image","vk-blocks"))}});var n=JSON.parse(oo(p));return Object(w.createElement)(U.MediaUpload,{onSelect:O,type:" image",value:n,render:function(t){var r=t.open;return Object(w.createElement)(H.Button,{onClick:r,className:n?"image-button":"button button-large"},null===p||void 0===n.sizes?Object(T.__)("Select image","vk-blocks"):Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:e}}))}})}if("save"===t){if(!p)return Object(T.__)("Select image","vk-blocks");if(p&&-1===p.indexOf("{"))return Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}});var r=JSON.parse(oo(p));return r&&void 0!==r.sizes?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:r.sizes.full.url,alt:r.alt,style:{border:e}}):""}}(v)),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===v?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return d({title:e})},value:n,placeholder:Object(T.__)("Input title.","vk-blocks"),style:{color:r}}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return d({content:e})},value:o,placeholder:Object(T.__)("Input content.","vk-blocks"),style:{color:a}})):Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}})),function(){if(""!==u&&void 0!==u)return Object(w.createElement)("div",{className:g},Object(w.createElement)("a",{href:l,className:k,target:b?"_blank":null,style:y},Object(w.createElement)(bo,{attributes:t})))}()))}}]),o}(w.Component);var fo=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,b=t.buttonTarget,p=t.Image,m=t.ImageBorderColor,f=t.layout,d=(t.fontAwesomeIconBefore,t.fontAwesomeIconAfter,this.props.setAttributes),h=this.props.className,v=this.props.for_,_="vk_prContent",g="vk_button",k="btn btn-block vk_button_link vk_prContent_colTxt_btn",y={};_="right"===f?Ie()(h,_,"vk_prContent-layout-imageRight"):Ie()(h,_,"vk_prContent-layout-imageLeft"),s?(g="".concat(g," vk_button-color-custom"),k="".concat(k," btn-primary"),"0"===c?y={backgroundColor:s,border:"1px solid ".concat(s)}:"1"===c&&(y={backgroundColor:"transparent",border:"1px solid "+s,color:s})):s||("0"===c?(k="".concat(k," btn-").concat(i),y=null):"1"===c&&(k="".concat(k," btn-outline-").concat(i),y=null)),e=m?"1px solid ".concat(m):"none";var O=function(e){e&&d({Image:JSON.stringify(e)})};return Object(w.createElement)("div",{className:_},Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colImg"},function(t){if("edit"===t){if(p&&-1===p.indexOf("{"))return Object(w.createElement)(U.MediaUpload,{onSelect:function(e){return d({Image:e.sizes.full.url})},type:" image",value:p,render:function(t){var n=t.open;return Object(w.createElement)(H.Button,{onClick:n,className:p?"image-button":"button button-large"},p?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}}):Object(T.__)("Select image","vk-blocks"))}});var n=JSON.parse(oo(p));return Object(w.createElement)(U.MediaUpload,{onSelect:O,type:" image",value:n,render:function(t){var r=t.open;return Object(w.createElement)(H.Button,{onClick:r,className:n?"image-button":"button button-large"},null===p||void 0===n.sizes?Object(T.__)("Select image","vk-blocks"):Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:e}}))}})}if("save"===t){if(!p)return Object(T.__)("Select image","vk-blocks");if(p&&-1===p.indexOf("{"))return Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}});var r=JSON.parse(oo(p));return r&&void 0!==r.sizes?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:r.sizes.full.url,alt:r.alt,style:{border:e}}):""}}(v)),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===v?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return d({title:e})},value:n,placeholder:Object(T.__)("Input title.","vk-blocks"),style:{color:r}}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return d({content:e})},value:o,placeholder:Object(T.__)("Input content.","vk-blocks"),style:{color:a}})):Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}})),function(){if(""!==u&&void 0!==u)return Object(w.createElement)("div",{className:g},Object(w.createElement)("a",{href:l,className:k,target:b?"_blank":null,style:y},Object(w.createElement)(bo,{attributes:t})))}()))}}]),o}(w.Component);var ho=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,b=t.buttonTarget,p=t.Image,m=t.ImageBorderColor,f=t.layout,d=(t.fontAwesomeIconBefore,t.fontAwesomeIconAfter,this.props.setAttributes),h=this.props.className,v=this.props.for_,_="vk_prContent",g="vk_button",k="btn btn-block vk_button_link vk_prContent_colTxt_btn",y={};_="right"===f?Ie()(h,_,"vk_prContent-layout-imageRight"):Ie()(h,_,"vk_prContent-layout-imageLeft"),s?(g="".concat(g," vk_button-color-custom"),k="".concat(k," btn-primary"),"0"===c?y={backgroundColor:s,border:"1px solid ".concat(s)}:"1"===c&&(y={backgroundColor:"transparent",border:"1px solid "+s,color:s})):s||("0"===c?(k="".concat(k," btn-").concat(i),y=null):"1"===c&&(k="".concat(k," btn-outline-").concat(i),y=null)),e=m?"1px solid ".concat(m):"none";var O=function(e){e&&d({Image:JSON.stringify(e)})};return Object(w.createElement)("div",{className:_},Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colImg"},function(t){if("edit"===t){if(p&&-1===p.indexOf("{"))return Object(w.createElement)(U.MediaUpload,{onSelect:function(e){return d({Image:e.sizes.full.url})},type:" image",value:p,render:function(t){var n=t.open;return Object(w.createElement)(H.Button,{onClick:n,className:p?"image-button":"button button-large"},p?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}}):Object(T.__)("Select image","vk-blocks"))}});var n=JSON.parse(oo(p));return Object(w.createElement)(U.MediaUpload,{onSelect:O,type:" image",value:n,render:function(t){var r=t.open;return Object(w.createElement)(H.Button,{onClick:r,className:n?"image-button":"button button-large"},null===p||void 0===n.sizes?Object(T.__)("Select image","vk-blocks"):Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:e}}))}})}if("save"===t){if(!p)return Object(T.__)("Select image","vk-blocks");if(p&&-1===p.indexOf("{"))return Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:p,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:e}});var r=JSON.parse(oo(p));return r&&void 0!==r.sizes?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:r.sizes.full.url,alt:r.alt,style:{border:e}}):""}}(v)),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===v?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return d({title:e})},value:n,placeholder:Object(T.__)("Input title.","vk-blocks"),style:{color:r}}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return d({content:e})},value:o,placeholder:Object(T.__)("Input content.","vk-blocks"),style:{color:a}})):Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichText.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}})),function(){if(""!==u&&void 0!==u)return Object(w.createElement)("div",{className:g},Object(w.createElement)("a",{href:l,className:k,target:b&&"_blank",style:y,rel:b&&"noopener"},Object(w.createElement)(bo,{attributes:t})))}()))}}]),o}(w.Component),vo=function(e){var t,n="";return e&&!e.match(/<i/)&&(e='<i class="'.concat(e,'"></i>')),e&&((t=e.split(" "))[1]=" "+t[1]+" vk_button_link_before ",n=t.join("")),n},_o=function(e){var t=e.Image,n=e.ImageBorderColor;if(!t)return Object(T.__)("Select Image","vk-blocks");var r=function(e){var t="none";return e&&(t="1px solid ".concat(e)),t}(n);if(t&&-1===t.indexOf("{"))return Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:t,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:r}});var o=JSON.parse(oo(t));return o&&void 0!==o.sizes?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:o.sizes.full.url,alt:o.alt,style:{border:r}}):void 0};function go(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ko(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?go(Object(n),!0).forEach((function(t){E()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):go(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var yo,Oo,jo,Eo={title:{source:"html",selector:".vk_prContent_colTxt_title"},titleColor:{type:"string"},content:{source:"html",selector:".vk_prContent_colTxt_text"},contentColor:{type:"string"},url:{type:"string",default:null},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonText:{source:"html",selector:".vk_button_link_txt",default:""},buttonTarget:{type:"Boolean",default:!1},Image:{type:"string",default:null},ImageBorderColor:{type:"string",default:null},layout:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string"},fontAwesomeIconAfter:{type:"string"}},xo=ko(ko({},Eo),{},{titleColor:{type:"string",default:""},contentColor:{type:"string",default:""},url:{type:"string",default:""},buttonColorCustom:{type:"string",default:""},Image:{type:"string",default:"{}"},ImageBorderColor:{type:"string",default:""},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""}}),Co=ko(ko({},xo),{},{fontAwesomeIconBefore:{type:"string",default:'<i class="fas fa-user"></i>'},fontAwesomeIconAfter:{type:"string",default:'<i class="fas fa-user"></i>'}}),No=[{attributes:Co,save:function(e){var t=e.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,b=t.buttonTarget,p=t.Image,m=t.ImageBorderColor,f=t.layout,d=t.fontAwesomeIconBefore,h=t.fontAwesomeIconAfter,v=function(e){return"vk_prContent vk_prContent-layout-image".concat("right"===e?"Right":"Left")}(f),_=function(e){var t="vk_button";return e&&(t="".concat(t," vk_button-color-custom")),t}(s),g=function(e,t,n){var r="btn btn-block vk_button_link vk_prContent_colTxt_btn";return t?r="".concat(r," btn-primary"):t||("0"===n?r="".concat(r," btn-").concat(e):"1"===n&&(r="".concat(r," btn-outline-").concat(e))),r}(i,s,c),k=function(e,t){var n=null;return"0"===t?n={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===t&&(n={backgroundColor:"transparent",border:"1px solid "+e,color:e}),n}(s,c),y=vo(d),O=vo(h);return Object(w.createElement)("div",U.useBlockProps.save({className:v}),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colImg"},Object(w.createElement)(_o,{Image:p,ImageBorderColor:m})),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colTxt"},Object(w.createElement)(U.RichText.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}}),u&&Object(w.createElement)("div",{className:_},Object(w.createElement)("a",{href:l,className:g,rel:b?"noopener noreferrer":void 0,style:k,target:b?"_blank":void 0},Be()(y),Object(w.createElement)("span",{className:"vk_button_link_txt"},u),Be()(O)))))}},{attributes:Co,save:function(e){var t=e.attributes,n=e.className;return Object(w.createElement)(so,{attributes:t,className:n,for_:"save"})}},{attributes:Co,save:function(e){var t=e.attributes,n=e.className;return Object(w.createElement)(ho,{attributes:t,className:n,for_:"save"})}},{attributes:Co,save:function(e){var t=e.attributes,n=e.className;return Object(w.createElement)(fo,{attributes:t,className:n,for_:"save"})}},{attributes:Co,save:function(e){var t=e.attributes,n=e.className;return Object(w.createElement)(mo,{attributes:t,className:n,for_:"save"})}},{attributes:Co,save:function(e){var t=e.attributes,n=e.className;return Object(w.createElement)(po,{attributes:t,className:n,for_:"save"})}},{attributes:xo,save:function(e){var t=e.attributes,n=e.className;return Object(w.createElement)(uo,{attributes:t,className:n,for_:"save"})}},{attributes:xo,save:function(e){var t=e.attributes,n=e.className;return Object(w.createElement)(co,{attributes:t,className:n,for_:"save"})}},{attributes:Eo,save:function(e){var t=e.attributes;return e.className,Object(w.createElement)(ro,{attributes:t,for_:"save"})}},{attributes:Eo,save:function(e){var t=e.attributes,n=e.className;return Object(w.createElement)(no,{attributes:t,className:n,for_:"save"})}}],wo=function(e){return"vk_prContent vk_prContent-layout-image".concat("right"===e?"Right":"Left")},To=function(e){var t="vk_button";return e&&(t="".concat(t," vk_button-color-custom")),t},Bo=function(e,t,n){var r="btn btn-block vk_button_link vk_prContent_colTxt_btn";return t?r="".concat(r," btn-primary"):t||("0"===n?r="".concat(r," btn-").concat(e):"1"===n&&(r="".concat(r," btn-outline-").concat(e))),r},So=function(e,t){var n=null;return"0"===t?n={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===t&&(n={backgroundColor:"transparent",border:"1px solid "+e,color:e}),n},Ao=function(e,t){var n,r="";return e&&!e.match(/<i/)&&(e='<i class="'.concat(e,'"></i>')),e&&((n=e.split(" "))[1]=" "+n[1]+" "+t+" ",r=n.join("")),r},Ro=function(e){var t="none";return e&&(t="1px solid ".concat(e)),t},Io=function(e){var t,n=e.ImageBorderColor,r=e.setAttributes,o=e.Image,a=Ro(n),l={};(t=o)&&-1===t.indexOf("{")?(l.setImage=function(e){return r({Image:e.sizes.full.url})},l.value=o,l.alt=Object(T.__)("Upload image","vk-blocks"),l.getImagePlaceHolder=function(e,t){return e?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:e,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:t}}):Object(T.__)("Select image","vk-blocks")}):(l.setImage=function(e){if(e){var t={alt:e.alt,sizes:{full:{url:e.sizes.full.url}}};r({Image:JSON.stringify(t)})}},l.value=JSON.parse(oo(o)),l.alt=l.value.alt,l.getImagePlaceHolder=function(e,t){return null===(e=JSON.parse(oo(e)))||void 0===e.sizes?Object(T.__)("Select image","vk-blocks"):Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:e.sizes.full.url,alt:e.alt,style:{border:t}})});var c=null!=o&&""!==o&&"{}"!==o;return Object(w.createElement)(U.MediaUpload,{onSelect:l.setImage,type:"image",value:l.value,render:function(e){var t=e.open;return Object(w.createElement)(H.Button,{onClick:t,className:c?"image-button":"button button-large"},l.getImagePlaceHolder(o,a))}})},Po=function(e){var t=e.Image,n=e.ImageBorderColor;if(!t)return Object(T.__)("Select Image","vk-blocks");var r=Ro(n);if(t&&-1===t.indexOf("{"))return Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:t,alt:Object(T.__)("Upload image","vk-blocks"),style:{border:r}});var o=JSON.parse(oo(t));return o&&void 0!==o.sizes?Object(w.createElement)("img",{className:"vk_prContent_colImg_image",src:o.sizes.full.url,alt:o.alt,style:{border:r}}):void 0},zo=n(41),qo=zo.name,Lo={title:Object(T.__)("PR Content","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",eo({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Jr||(Jr=M.createElement("path",{d:"M12 3H1v9.5h2.55a1.6 1.6 0 00-.04.09l-.24.69H0V2h13v11.5h-1.29a1.6 1.6 0 00-.82-.22H8.62c.02-.26-.02-.53-.12-.78H12V3zm3 1.5h9v1h-9v-1zM24 7h-9v1h9V7zm0-5h-9v1h9V2zm-6.5 9h4v1h-4v-1z",fill:"#000"})),Yr||(Yr=M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 10.7c0-.32.13-.62.37-.85.23-.22.55-.35.88-.35h6.5c.33 0 .65.13.88.35.24.23.37.53.37.85v1.6c0 .32-.13.62-.37.85-.23.22-.55.35-.88.35h-6.5c-.33 0-.65-.13-.88-.35a1.18 1.18 0 01-.37-.85v-1.6zm1.25-.4a.43.43 0 00-.3.12.4.4 0 00-.12.28v1.6a.43.43 0 00.42.4h6.5c.11 0 .22-.04.3-.12a.4.4 0 00.12-.28v-1.6a.4.4 0 00-.13-.28.43.43 0 00-.29-.12h-6.5z",fill:"#000"})),Wr||(Wr=M.createElement("path",{d:"M5.62 6a1 1 0 01-1 .99 1 1 0 01-1-1 1 1 0 012 0zm5.48 4.83H2.15c-.42 0-.67-.52-.43-.9l1.44-2.2a.5.5 0 01.85 0l.95 1.43c.2.3.6.33.82.04l2.2-2.8a.5.5 0 01.79 0l2.73 3.5c.29.36.05.93-.4.93zm-.21 3.95H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),Xr||(Xr=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})))}),null),example:{attributes:{title:B,titleColor:"#8ed1fc",content:S,contentColor:"#8ed1fc",url:"https://example.com",buttonType:"0",buttonColor:"primary",buttonColorCustom:"",buttonText:A,buttonTarget:!1,Image:I,ImageBorderColor:"#8ed1fc",layout:"left",fontAwesomeIconBefore:R,fontAwesomeIconAfter:R}},edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.clientId,o=t.title,a=t.titleColor,l=t.content,c=t.contentColor,i=t.url,s=t.buttonType,u=t.buttonColor,b=t.buttonColorCustom,p=t.buttonText,m=t.buttonTarget,f=t.Image,d=t.ImageBorderColor,h=t.layout,v=t.fontAwesomeIconBefore,_=t.fontAwesomeIconAfter,g=wo(h),k=To(b),y=Bo(u,b,s),O=So(b,s),j=Ao(v,"vk_button_link_before"),E=Ao(_,"vk_button_link_after"),x=Object(U.useBlockProps)({className:g});return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Color Setting","vk-blocks"),initialOpen:!1},Object(w.createElement)(H.BaseControl,{id:"vk_prContent_titleColor-".concat(r),label:Object(T.__)("Title Color","vk-blocks")},Object(w.createElement)(U.ColorPalette,{value:a,onChange:function(e){return n({titleColor:e})}})),Object(w.createElement)(H.BaseControl,{id:"vk_prContent_contentColor-".concat(r),label:Object(T.__)("Content Color","vk-blocks")},Object(w.createElement)(U.ColorPalette,{value:c,onChange:function(e){return n({contentColor:e})}})),Object(w.createElement)(H.BaseControl,{id:"vk_prContent_image-borderColor-".concat(r),label:Object(T.__)("Image Border Color","vk-blocks")},Object(w.createElement)(U.ColorPalette,{value:d,onChange:function(e){return n({ImageBorderColor:e})}}))),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Button Setting","vk-blocks"),initialOpen:!1},Object(w.createElement)(H.BaseControl,{id:"vk_prContent_buttonText-".concat(r),label:Object(T.__)("Button Text","vk-blocks")},Object(w.createElement)(H.TextControl,{value:p,onChange:function(e){return n({buttonText:e})},placeholder:"Input button text."})),Object(w.createElement)(H.BaseControl,{id:"vk_prContent_linkUrl-".concat(r),label:Object(T.__)("Link URL","vk-blocks")},Object(w.createElement)(H.TextControl,{value:i,onChange:function(e){return n({url:e})},placeholder:"https://vektor-inc.co.jp/"})),Object(w.createElement)(H.CheckboxControl,{label:Object(T.__)("Open link new tab.","vk-blocks"),checked:m,onChange:function(e){return n({buttonTarget:e})}}),Object(w.createElement)(H.BaseControl,{id:"vk_prContent_buttonType-".concat(r),label:Object(T.__)("Button Type","vk-blocks")},Object(w.createElement)(H.RadioControl,{selected:s,options:[{label:Object(T.__)("Solid","vk-blocks"),value:"0"},{label:Object(T.__)("Ghost","vk-blocks"),value:"1"}],onChange:function(e){return n({buttonType:e})}})),Object(w.createElement)(H.RadioControl,{label:Object(T.__)("Default Color:","vk-blocks"),selected:u,options:[{label:Object(T.__)("Primary","vk-blocks"),value:"primary"},{label:Object(T.__)("Secondary","vk-blocks"),value:"secondary"},{label:Object(T.__)("Success","vk-blocks"),value:"success"},{label:Object(T.__)("Info","vk-blocks"),value:"info"},{label:Object(T.__)("Warning","vk-blocks"),value:"warning"},{label:Object(T.__)("Danger","vk-blocks"),value:"danger"},{label:Object(T.__)("Light","vk-blocks"),value:"light"},{label:Object(T.__)("Dark","vk-blocks"),value:"dark"}],onChange:function(e){return n({buttonColor:e})}}),Object(w.createElement)(H.BaseControl,{id:"vk_prContent_buttonColor-".concat(r),label:Object(T.__)("Button Color","vk-blocks")},Object(w.createElement)(U.ColorPalette,{value:b,onChange:function(e){return n({buttonColorCustom:e})}})),Object(w.createElement)(H.BaseControl,{id:"vk_prContent_icon-".concat(r)},Object(w.createElement)("h4",{className:"mt-0 mb-2"},Object(T.__)("Icon ( Font Awesome )","vk-blocks")),Object(w.createElement)(H.BaseControl,{id:"vk_prContent_icon_beforeText".concat(r),label:Object(T.__)("Before text","vk-blocks")},Object(w.createElement)(we,{attributeName:"fontAwesomeIconBefore",attributes:t,setAttributes:n})),Object(w.createElement)(H.BaseControl,{id:"vk_prContent_icon_afterText-".concat(r),label:Object(T.__)("After text","vk-blocks")},Object(w.createElement)(we,{attributeName:"fontAwesomeIconAfter",attributes:t,setAttributes:n})))),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Layout Setting","vk-blocks"),initialOpen:!1},Object(w.createElement)(H.RadioControl,{label:Object(T.__)("Layout Type","vk-blocks"),selected:h,options:[{label:Object(T.__)("Right","vk-blocks"),value:"right"},{label:Object(T.__)("Left","vk-blocks"),value:"left"}],onChange:function(e){return n({layout:e})}}))),Object(w.createElement)("div",x,Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colImg"},Object(w.createElement)(Io,{ImageBorderColor:d,setAttributes:n,Image:f})),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colTxt"},Object(w.createElement)(U.RichText,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return n({title:e})},value:o,placeholder:Object(T.__)("Input title.","vk-blocks"),style:{color:a}}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return n({content:e})},value:l,placeholder:Object(T.__)("Input content.","vk-blocks"),style:{color:c}}),p&&Object(w.createElement)("div",{className:k},Object(w.createElement)("a",{href:i,className:y,target:m?"_blank":void 0,style:O,rel:m?"noopener noreferrer":void 0},Be()(j),Object(w.createElement)("span",{className:"vk_button_link_txt"},p),Be()(E))))))},save:function(e){var t=e.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,b=t.buttonTarget,p=t.Image,m=t.ImageBorderColor,f=t.layout,d=t.fontAwesomeIconBefore,h=t.fontAwesomeIconAfter,v=wo(f),_=To(s),g=Bo(i,s,c),k=So(s,c),y=Ao(d,"vk_button_link_before"),O=Ao(h,"vk_button_link_after");return Object(w.createElement)("div",U.useBlockProps.save({className:v}),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colImg"},Object(w.createElement)(Po,{Image:p,ImageBorderColor:m})),Object(w.createElement)("div",{className:"col-sm-6 vk_prContent_colTxt"},Object(w.createElement)(U.RichText.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}}),u&&Object(w.createElement)("div",{className:_},Object(w.createElement)("a",{href:l,className:g,rel:b?"noopener noreferrer":void 0,style:k,target:b?"_blank":void 0},Be()(y),Object(w.createElement)("span",{className:"vk_button_link_txt"},u),Be()(O)))))},deprecated:No};function Mo(){return(Mo=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Do=n(42);var Uo=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.attributes,t=e.unit,n=e.pc,r=e.tablet,o=e.mobile;return Object(w.createElement)("div",{className:"vk_spacer"},Object(w.createElement)("div",{className:"vk_spacer-display-pc",style:{height:n+t}}),Object(w.createElement)("div",{className:"vk_spacer-display-tablet",style:{height:r+t}}),Object(w.createElement)("div",{className:"vk_spacer-display-mobile",style:{height:o+t}}))}}]),o}(w.Component);var Fo=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.attributes,t=e.unit,n=e.pc,r=e.tablet,o=e.mobile,a=this.props.className;return Object(w.createElement)("div",{className:"".concat(a," vk_spacer")},Object(w.createElement)("div",{className:"vk_spacer-display-pc",style:{height:n+t}}),Object(w.createElement)("div",{className:"vk_spacer-display-tablet",style:{height:r+t}}),Object(w.createElement)("div",{className:"vk_spacer-display-mobile",style:{height:o+t}}))}}]),o}(w.Component);var Ho=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.attributes,t=e.anchor,n=e.unit,r=e.pc,o=e.tablet,a=e.mobile,l=this.props.className;return Object(w.createElement)("div",{id:t,className:Ie()("vk_spacer",l)},Object(w.createElement)("div",{className:"vk_spacer-display-pc",style:{height:r+n}}),Object(w.createElement)("div",{className:"vk_spacer-display-tablet",style:{height:o+n}}),Object(w.createElement)("div",{className:"vk_spacer-display-mobile",style:{height:a+n}}))}}]),o}(w.Component);var Vo=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.attributes,t=e.anchor,n=e.spaceType,r=e.unit,o=e.pc,a=e.tablet,l=e.mobile,c=this.props.className;return"height"===n?Object(w.createElement)("div",{id:t,className:Ie()("vk_spacer",c)},Object(w.createElement)("div",{className:"vk_spacer-display-pc",style:{height:o+r}}),Object(w.createElement)("div",{className:"vk_spacer-display-tablet",style:{height:a+r}}),Object(w.createElement)("div",{className:"vk_spacer-display-mobile",style:{height:l+r}})):"margin-top"===n?Object(w.createElement)("div",{id:t,className:Ie()("vk_spacer",c)},Object(w.createElement)("div",{className:"vk_spacer-display-pc",style:{marginTop:o+r}}),Object(w.createElement)("div",{className:"vk_spacer-display-tablet",style:{marginTop:a+r}}),Object(w.createElement)("div",{className:"vk_spacer-display-mobile",style:{marginTop:l+r}})):void 0}}]),o}(w.Component),Go=function(e){var t=e.style,n=e.viewPort;return Object(w.createElement)("div",{className:"vk_spacer-display-".concat(n),style:t})};function Jo(e){var t=e.type,n=e.pcSize,r=e.tabletSize,o=e.mobileSize,a=e.unit;return"margin-top"===t?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(Go,{viewPort:"pc",style:{marginTop:n+a}}),Object(w.createElement)(Go,{viewPort:"tablet",style:{marginTop:r+a}}),Object(w.createElement)(Go,{viewPort:"mobile",style:{marginTop:o+a}})):Object(w.createElement)(w.Fragment,null,Object(w.createElement)(Go,{viewPort:"pc",style:{height:n+a}}),Object(w.createElement)(Go,{viewPort:"tablet",style:{height:r+a}}),Object(w.createElement)(Go,{viewPort:"mobile",style:{height:o+a}}))}var Yo=function(e){var t=e.style,n=e.viewPort;return Object(w.createElement)("div",{className:"vk_spacer-display-".concat(n),style:t})};function Wo(e){var t=e.spaceSize,n=e.type,r=e.pcSize,o=e.tabletSize,a=e.mobileSize,l=e.unit,c={small:"vk_block-margin-sm",medium:"vk_block-margin-md",large:"vk_block-margin-lg"};return void 0!==t&&c[t]?Object(w.createElement)("div",{className:c[t]}):"margin-top"===n?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(Yo,{viewPort:"pc",style:{marginTop:r+l}}),Object(w.createElement)(Yo,{viewPort:"tablet",style:{marginTop:o+l}}),Object(w.createElement)(Yo,{viewPort:"mobile",style:{marginTop:a+l}})):Object(w.createElement)(w.Fragment,null,Object(w.createElement)(Yo,{viewPort:"pc",style:{height:r+l}}),Object(w.createElement)(Yo,{viewPort:"tablet",style:{height:o+l}}),Object(w.createElement)(Yo,{viewPort:"mobile",style:{height:a+l}}))}function Xo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Qo(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Xo(Object(n),!0).forEach((function(t){E()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Xo(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Ko={unit:{type:"string",default:"px"},pc:{type:"number",default:50},tablet:{type:"number",default:10},mobile:{type:"number",default:10},spaceType:{type:"string",default:"height"}},Zo=Qo(Qo({},Ko),{},{pc:{type:"number",default:40},tablet:{type:"number",default:30},mobile:{type:"number",default:20},anchor:{type:"string",default:null}}),$o=[{attributes:Qo(Qo({},Zo),{},{spaceSize:{type:"string",default:"medium"}}),save:function(e){var t=e.attributes,n=e.anchor,r=t.spaceType,o=t.unit,a=t.pc,l=t.tablet,c=t.mobile,i=t.spaceSize;return Object(w.createElement)("div",U.useBlockProps.save({className:Ie()("vk_spacer"),id:n}),Object(w.createElement)(Wo,{spaceSize:i,type:r,pcSize:a,tabletSize:l,mobileSize:c,unit:o}))}},{attributes:Zo,save:function(e){var t=e.attributes,n=e.anchor,r=t.spaceType,o=t.unit,a=t.pc,l=t.tablet,c=t.mobile;return Object(w.createElement)("div",U.useBlockProps.save({className:Ie()("vk_spacer"),id:n}),Object(w.createElement)(Jo,{type:r,pcSize:a,tabletSize:l,mobileSize:c,unit:o}))}},{attributes:Zo,save:function(e){var t=e.attributes;return Object(w.createElement)(Vo,{attributes:t})}},{attributes:Zo,save:function(e){var t=e.attributes;return Object(w.createElement)(Ho,{attributes:t})}},{attributes:Ko,save:function(e){var t=e.attributes;return Object(w.createElement)(Fo,{attributes:t})}},{attributes:Ko,save:function(e){var t=e.attributes;return Object(w.createElement)(Uo,{attributes:t})}}],ea=function(e){var t=e.attributes,n=e.setAttributes,r=e.initial,o=t.pc,a=t.tablet,l=t.mobile,c=r.iPc,i=r.iTablet,s=r.iMobile;return o||(o=c),a||(a=i),l||(l=s),Object(w.createElement)(w.Fragment,null,Object(w.createElement)(H.TextControl,{label:Object(T.__)("PC","vk-blocks"),value:o,onChange:function(e){return n({pc:parseFloat(e)})},type:"number"}),Object(w.createElement)(H.TextControl,{label:Object(T.__)("Tablet","vk-blocks"),value:a,onChange:function(e){return n({tablet:parseFloat(e)})},type:"number"}),Object(w.createElement)(H.TextControl,{label:Object(T.__)("Mobile","vk-blocks"),value:l,onChange:function(e){return n({mobile:parseFloat(e)})},type:"number"}))},ta=function(e){var t=e.attributes,n=e.setAttributes,r=t.unit;return Object(w.createElement)(H.SelectControl,{label:Object(T.__)("Unit Type","vk-blocks"),value:r,onChange:function(e){return n({unit:e})},options:[{value:"px",label:Object(T.__)("px","vk-blocks")},{value:"em",label:Object(T.__)("em","vk-blocks")},{value:"rem",label:Object(T.__)("rem","vk-blocks")},{value:"vw",label:Object(T.__)("vw","vk-blocks")}]})},na=function(e){var t=e.attributes,n=e.setAttributes,r=t.spaceType;return Object(w.createElement)(H.SelectControl,{label:Object(T.__)("Space Type","vk-blocks"),value:r,onChange:function(e){return n({spaceType:e})},options:[{value:"height",label:Object(T.__)("height","vk-blocks")},{value:"margin-top",label:Object(T.__)("margin-top","vk-blocks")}]})},ra=function(e){var t=e.style,n=e.viewPort;return Object(w.createElement)("div",{className:"vk_spacer-display-".concat(n),style:t})};function oa(e){var t=e.spaceSize,n=e.type,r=e.pcSize,o=e.tabletSize,a=e.mobileSize,l=e.unit,c={small:"vk_block-margin-sm",medium:"vk_block-margin-md",large:"vk_block-margin-lg"};return void 0!==t&&c[t]?Object(w.createElement)("div",{className:c[t]}):"margin-top"===n?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(ra,{viewPort:"pc",style:{marginTop:r+l}}),Object(w.createElement)(ra,{viewPort:"tablet",style:{marginTop:o+l}}),Object(w.createElement)(ra,{viewPort:"mobile",style:{marginTop:a+l}})):Object(w.createElement)(w.Fragment,null,Object(w.createElement)(ra,{viewPort:"pc",style:{height:r+l}}),Object(w.createElement)(ra,{viewPort:"tablet",style:{height:o+l}}),Object(w.createElement)(ra,{viewPort:"mobile",style:{height:a+l}}))}var aa,la,ca,ia=Do.name,sa={title:Object(T.__)("Responsive Spacer","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",Mo({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),yo||(yo=M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 0h16v1.5H8V0zm2.76 22.5H24V24H9.9c.55-.29.88-.89.86-1.5zm.75-5.92L15.93 21l5.3-5.3-1.03-1.03-3.55 3.55V5.78l3.21 3.2 1.03-1.02-2.48-2.48L15.93 3l-4.96 4.96L11.99 9l3.21-3.21v12.44l-2.79-2.79c-.07.2-.19.4-.35.57l-.55.58z",fill:"#000"})),Oo||(Oo=M.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),jo||(jo=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})))}),null),example:{anchor:null,spaceType:"height",unit:"px",pc:40,tablet:30,mobile:20,spaceSize:"custom"},edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.className,o=e.clientId,a=e.anchor,l=t.spaceType,c=t.unit,i=t.pc,s=t.tablet,u=t.mobile,b=t.spaceSize,p="vk_spacer";"custom"!==b&&(p+=" vk_spacer-type-".concat(l)),Object(w.useEffect)((function(){void 0===b&&n({spaceSize:"custom"})}),[o]);var m=Object(U.useBlockProps)({className:p,id:a}),f="custom"===b?Object(w.createElement)(w.Fragment,null,Object(w.createElement)(ta,{attributes:t,setAttributes:n,className:r}),Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Height for each device.","vk-blocks"),id:"vk_spacer-viewPort-".concat(o)},Object(w.createElement)(ea,{attributes:t,setAttributes:n,className:r,initial:{iPc:40,iTablet:30,iMobile:20},id:"vk_spacer-viewPort-".concat(o)}))):"";return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Spacer Settings","vk-blocks")},Object(w.createElement)(H.ButtonGroup,{className:"mb-3"},Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"small"===b,isSecondary:"small"!==b,onClick:function(){return n({spaceSize:"small"})}},Object(T.__)("Small","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"medium"===b,isSecondary:"medium"!==b,onClick:function(){return n({spaceSize:"medium"})}},Object(T.__)("Medium","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"large"===b,isSecondary:"large"!==b,onClick:function(){return n({spaceSize:"large"})}},Object(T.__)("Large","vk-blocks")),Object(w.createElement)(H.Button,{isSmall:!0,isPrimary:"custom"===b,isSecondary:"custom"!==b,onClick:function(){return n({spaceSize:"custom"})}},Object(T.__)("Custom","vk-blocks"))),Object(w.createElement)("p",null,Object(T.__)("You can change each common margin size from Setting > VK Blocks","vk-blocks")),Object(w.createElement)(na,{attributes:t,setAttributes:n,className:r}),f)),Object(w.createElement)("div",m,Object(w.createElement)(oa,{spaceSize:b,type:l,pcSize:i,tabletSize:s,mobileSize:u,unit:c})))},save:function(e){var t=e.attributes,n=e.anchor,r=t.spaceType,o=t.unit,a=t.pc,l=t.tablet,c=t.mobile,i=t.spaceSize,s="vk_spacer";return"custom"!==i&&(s+=" vk_spacer-type-".concat(r)),Object(w.createElement)("div",U.useBlockProps.save({className:s,id:n}),Object(w.createElement)(oa,{spaceSize:i,type:r,pcSize:a,tabletSize:l,mobileSize:c,unit:o}))},deprecated:$o};function ua(){return(ua=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var ba=function(e){Oe()(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ce()(t);if(n){var o=Ce()(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ee()(this,e)});function o(){return _e()(this,o),r.apply(this,arguments)}return ke()(o,[{key:"render",value:function(){var e=this.props.attributes,t=e.vk_staff_text_name,n=e.vk_staff_text_caption,r=e.vk_staff_text_role,o=e.vk_staff_text_profileTitle,a=e.vk_staff_text_profileText,l=e.vk_staff_photo_image,c=e.vk_staff_photo_image_alt,i=e.vk_staff_layout,s=e.vk_staff_nameColor,u=e.vk_staff_captionColor,b=e.vk_staff_positionColor,p=e.vk_staff_profileTitleColor,m=e.vk_staff_profileTextColor,f=e.vk_staff_photoBorder,d=e.vk_staff_fontFamily,h=this.props.setAttributes,v=this.props.className,_=this.props.for_,g="",k="vk_staff_text";return"1"===d&&(k=classnames(k,"vk_staff-headingFont-serif")),"edit"===_?g=Object(w.createElement)("div",{className:"".concat(v," vk_staff vk_staff-layout-").concat(i)},Object(w.createElement)("div",{className:k},Object(w.createElement)(U.RichText,{tagName:"h3",className:"vk_staff_text_name",style:{color:s},onChange:function(e){return h({vk_staff_text_name:e})},value:t,placeholder:Object(T.__)("Your Name","vk-blocks")}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_staff_text_caption",style:{color:u},onChange:function(e){return h({vk_staff_text_caption:e})},value:n,placeholder:Object(T.__)("Caption","vk-blocks")}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_staff_text_role",style:{color:b},onChange:function(e){return h({vk_staff_text_role:e})},value:r,placeholder:Object(T.__)("Role position","vk-blocks")}),Object(w.createElement)(U.RichText,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:p},onChange:function(e){return h({vk_staff_text_profileTitle:e})},value:o,placeholder:Object(T.__)("Profile title","vk-blocks")}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_staff_text_profileText",style:{color:m},onChange:function(e){return h({vk_staff_text_profileText:e})},value:a,placeholder:Object(T.__)("Profile text","vk-blocks")})),Object(w.createElement)("div",{className:"vk_staff_photo vk_staff_photo-border-".concat(f)},Object(w.createElement)(U.MediaUpload,{onSelect:function(e){return h({vk_staff_photo_image:e.sizes.full.url})},type:"image",className:"vk_staff_photo_image",value:l,render:function(e){var t=e.open;return Object(w.createElement)(H.Button,{onClick:t,className:l?"image-button":"button button-large"},l?Object(w.createElement)("img",{className:"vk_staff_photo_image",src:l,alt:Object(T.__)(c,"vk-blocks")}):Object(T.__)("Select image","vk-blocks"))}}))):"save"===_&&(g=Object(w.createElement)("div",{className:"".concat(v," vk_staff vk_staff-layout-").concat(i)},Object(w.createElement)("div",{className:k},Object(w.createElement)(U.RichText.Content,{tagName:"h3",className:"vk_staff_text_name",style:{color:s},value:t}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_staff_text_caption",style:{color:u},value:n}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_staff_text_role",style:{color:b},value:r}),Object(w.createElement)(U.RichText.Content,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:p},value:o}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_staff_text_profileText",style:{color:m},value:a})),l?Object(w.createElement)("div",{className:"vk_staff_photo vk_staff_photo-border-".concat(f)},Object(w.createElement)("img",{className:"vk_staff_photo_image",src:l,alt:c?Object(T.__)(c,"vk-blocks"):""})):"")),g}}]),o}(w.Component);function pa(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ma(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?pa(Object(n),!0).forEach((function(t){E()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):pa(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var fa={vk_staff_text_name:{type:"string",source:"html",selector:"h3"},vk_staff_text_caption:{type:"string",source:"html",selector:"p.vk_staff_text_caption"},vk_staff_text_role:{type:"string",source:"html",selector:"p.vk_staff_text_role"},vk_staff_text_profileTitle:{type:"string",source:"html",selector:"h4"},vk_staff_text_profileText:{type:"string",source:"html",selector:"p.vk_staff_text_profileText"},vk_staff_photo_image:{type:"string",default:""},vk_staff_photo_image_alt:{type:"string",default:"Profile Picture"},vk_staff_layout:{type:"string",default:"default"},vk_staff_nameColor:{type:"string",default:"inherit"},vk_staff_captionColor:{type:"string",default:"inherit"},vk_staff_positionColor:{type:"string",default:"inherit"},vk_staff_profileTitleColor:{type:"string",default:"inherit"},vk_staff_profileTextColor:{type:"string",default:"inherit"},vk_staff_photoBorder:{type:"string",default:"default"}},da=[{attributes:ma(ma({},fa),{},{vk_staff_fontFamily:{type:"string",default:"0"}}),save:function(e){var t,n=e.attributes,r=e.className,o=n.vk_staff_layout,a=n.vk_staff_text_name,l=n.vk_staff_text_caption,c=n.vk_staff_text_role,i=n.vk_staff_text_profileTitle,s=n.vk_staff_text_profileText,u=n.vk_staff_nameColor,b=n.vk_staff_captionColor,p=n.vk_staff_positionColor,m=n.vk_staff_profileTitleColor,f=n.vk_staff_profileTextColor,d=n.vk_staff_photo_image,h=n.vk_staff_photo_image_alt,v=n.vk_staff_photoBorder,_=Ie()("vk_staff",(t={},E()(t,r,!!r),E()(t,"vk_staff-layout-".concat(o),!!o),t)),g=Ie()("vk_staff_photo",E()({},"vk_staff_photo-border-".concat(v),!!v));return Object(w.createElement)("div",U.useBlockProps.save({className:_}),Object(w.createElement)("div",{className:"vk_staff_text"},Object(w.createElement)(U.RichText.Content,{tagName:"h3",className:"vk_staff_text_name",style:{color:u},value:a}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_staff_text_caption",style:{color:b},value:l}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_staff_text_role",style:{color:p},value:c}),Object(w.createElement)(U.RichText.Content,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:m},value:i}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_staff_text_profileText",style:{color:f},value:s})),d&&Object(w.createElement)("div",{className:g},Object(w.createElement)("img",{className:"vk_staff_photo_image",src:d,alt:h})))}},{attributes:fa,save:function(e){var t=e.attributes;return Object(w.createElement)(ba,{attributes:t,setAttributes:"",className:"",for_:"save"})}}],ha=n(43),va=ha.name,_a={title:Object(T.__)("Staff","vk-blocks"),icon:Object(w.createElement)((function(e){return M.createElement("svg",ua({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),aa||(aa=M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 4.5H2a.5.5 0 00-.5.5v8.28H0V5c0-1.1.9-2 2-2h20a2 2 0 012 2v13a2 2 0 01-2 2H10.04l-.44-1.41.08-.09H22a.5.5 0 00.5-.5V5a.5.5 0 00-.5-.5zM8.1 11.9H12v1.2H8.62a1.7 1.7 0 00-.53-1.2zm-4.12 0c-.2.18-.37.42-.47.69l-.18.51H3v-1.2h.98zM12 10.6H3V9.4h9v1.2zM3 8h2V6H3v2zm6 0H7V6h2v2zm2 0h2V6h-2v2zm6.5 4a2 2 0 100-4 2 2 0 000 4zm3.5 3.4c0 .33-.31.6-.7.6h-5.6c-.39 0-.7-.27-.7-.6v-.6c0-1 .94-1.8 2.1-1.8.14 0 .26.04.4.09.22.07.5.16 1 .16s.79-.1 1-.16c.15-.05.27-.09.4-.09 1.16 0 2.1.8 2.1 1.8v.6z",fill:"#000"})),la||(la=M.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),ca||(ca=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})))}),null),example:{attributes:{vk_staff_text_name:q,vk_staff_text_caption:L,vk_staff_text_role:P,vk_staff_text_profileTitle:z,vk_staff_text_profileText:S,vk_staff_photo_image:I,vk_staff_layout:"default",vk_staff_nameColor:"inherit",vk_staff_captionColor:"inherit",vk_staff_positionColor:"inherit",vk_staff_profileTitleColor:"inherit",vk_staff_profileTextColor:"inherit",vk_staff_photoBorder:"default"}},edit:function(e){var t,n=e.attributes,r=e.setAttributes,o=e.className,a=e.clientId,l="vk_staff_name-color-".concat(a),c="vk_staff_caption-color-".concat(a),i="vk_staff_position-color-".concat(a),s="vk_staff_profileTitle-color-".concat(a),u="vk_staff_profileText-color-".concat(a),b=n.vk_staff_layout,p=n.vk_staff_nameColor,m=n.vk_staff_captionColor,f=n.vk_staff_positionColor,d=n.vk_staff_profileTitleColor,h=n.vk_staff_profileTextColor,v=n.vk_staff_photo_image_alt,_=n.vk_staff_photoBorder,g=n.vk_staff_text_name,k=n.vk_staff_text_caption,y=n.vk_staff_text_role,O=n.vk_staff_text_profileTitle,j=n.vk_staff_text_profileText,x=n.vk_staff_photo_image,C=n.vk_staff_fontFamily,N=Ie()("vk_staff",(t={},E()(t,o,!!o),E()(t,"vk_staff-layout-".concat(b),!!b),t)),B=Object(U.useBlockProps)({className:N}),S=Ie()("vk_staff_photo",E()({},"vk_staff_photo-border-".concat(_),!!_)),A=Ie.a;return A="1"===C?Ie()("vk_staff_text",A,"vk_staff-headingFont-serif"):Ie()("vk_staff_text",A),Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Layout","vk-blocks")},Object(w.createElement)(H.SelectControl,{value:b,onChange:function(e){return r({vk_staff_layout:e})},options:[{value:"default",label:Object(T.__)("Default","vk-blocks")},{value:"imageLeft",label:Object(T.__)("Image left","vk-blocks")}]})),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Image border","vk-blocks")},Object(w.createElement)(H.SelectControl,{value:_,onChange:function(e){return r({vk_staff_photoBorder:e})},options:[{value:"default",label:Object(T.__)("Default","vk-blocks")},{value:"none",label:Object(T.__)("None","vk-blocks")}]})),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Alt text","vk-blocks")},Object(w.createElement)(H.BaseControl,{help:Object(T.__)("Set the alt text for profile image","vk-blocks")},Object(w.createElement)(H.TextControl,{value:v,onChange:function(e){return r({vk_staff_photo_image_alt:e})}}))),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Color","vk-blocks")},Object(w.createElement)(H.BaseControl,{id:l,label:Object(T.__)("Staff name","vk-blocks")},Object(w.createElement)(U.ColorPalette,{id:l,value:p,onChange:function(e){return r({vk_staff_nameColor:e})}})),Object(w.createElement)(H.BaseControl,{id:c,label:Object(T.__)("Name caption","vk-blocks")},Object(w.createElement)(U.ColorPalette,{id:c,value:m,onChange:function(e){return r({vk_staff_captionColor:e})}})),Object(w.createElement)(H.BaseControl,{id:i,label:Object(T.__)("Role position","vk-blocks")},Object(w.createElement)(U.ColorPalette,{id:i,value:f,onChange:function(e){return r({vk_staff_positionColor:e})}})),Object(w.createElement)(H.BaseControl,{id:s,label:Object(T.__)("Profile title","vk-blocks")},Object(w.createElement)(U.ColorPalette,{id:s,value:d,onChange:function(e){return r({vk_staff_profileTitleColor:e})}})),Object(w.createElement)(H.BaseControl,{id:u,label:Object(T.__)("Profile text","vk-blocks")},Object(w.createElement)(U.ColorPalette,{id:u,value:h,onChange:function(e){return r({vk_staff_profileTextColor:e})}}))),Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Heading Font","vk-blocks")},Object(w.createElement)(H.RadioControl,{label:Object(T.__)("Font","vk-blocks"),selected:C,options:[{label:Object(T.__)("Unspecified","vk-blocks"),value:"0"},{label:Object(T.__)("minchoBody","vk-blocks"),value:"1"}],onChange:function(e){return r({vk_staff_fontFamily:e})}}))),Object(w.createElement)("div",B,Object(w.createElement)("div",{className:A},Object(w.createElement)(U.RichText,{tagName:"h3",className:"vk_staff_text_name",style:{color:p},onChange:function(e){return r({vk_staff_text_name:e})},value:g,placeholder:Object(T.__)("Your Name","vk-blocks")}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_staff_text_caption",style:{color:m},onChange:function(e){return r({vk_staff_text_caption:e})},value:k,placeholder:Object(T.__)("Caption","vk-blocks")}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_staff_text_role",style:{color:f},onChange:function(e){return r({vk_staff_text_role:e})},value:y,placeholder:Object(T.__)("Role position","vk-blocks")}),Object(w.createElement)(U.RichText,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:d},onChange:function(e){return r({vk_staff_text_profileTitle:e})},value:O,placeholder:Object(T.__)("Profile title","vk-blocks")}),Object(w.createElement)(U.RichText,{tagName:"p",className:"vk_staff_text_profileText",style:{color:h},onChange:function(e){return r({vk_staff_text_profileText:e})},value:j,placeholder:Object(T.__)("Profile text","vk-blocks")})),Object(w.createElement)("div",{className:S},Object(w.createElement)(U.MediaUpload,{onSelect:function(e){return r({vk_staff_photo_image:e.sizes.full.url})},type:"image",value:x,render:function(e){var t=e.open;return Object(w.createElement)(H.Button,{onClick:t,className:x?"image-button":"button button-large"},x?Object(w.createElement)("img",{className:"vk_staff_photo_image",src:x,alt:v}):Object(T.__)("Select image","vk-blocks"))}}))))},save:function(e){var t,n=e.attributes,r=e.className,o=n.vk_staff_layout,a=n.vk_staff_text_name,l=n.vk_staff_text_caption,c=n.vk_staff_text_role,i=n.vk_staff_text_profileTitle,s=n.vk_staff_text_profileText,u=n.vk_staff_nameColor,b=n.vk_staff_captionColor,p=n.vk_staff_positionColor,m=n.vk_staff_profileTitleColor,f=n.vk_staff_profileTextColor,d=n.vk_staff_photo_image,h=n.vk_staff_photo_image_alt,v=n.vk_staff_photoBorder,_=n.vk_staff_fontFamily,g=Ie()("vk_staff",(t={},E()(t,r,!!r),E()(t,"vk_staff-layout-".concat(o),!!o),t)),k=Ie()("vk_staff_photo",E()({},"vk_staff_photo-border-".concat(v),!!v)),y=Ie.a;return y="1"===_?Ie()("vk_staff_text",y,"vk_staff-headingFont-serif"):Ie()("vk_staff_text",y),Object(w.createElement)("div",U.useBlockProps.save({className:g}),Object(w.createElement)("div",{className:y},Object(w.createElement)(U.RichText.Content,{tagName:"h3",className:"vk_staff_text_name",style:{color:u},value:a}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_staff_text_caption",style:{color:b},value:l}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_staff_text_role",style:{color:p},value:c}),Object(w.createElement)(U.RichText.Content,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:m},value:i}),Object(w.createElement)(U.RichText.Content,{tagName:"p",className:"vk_staff_text_profileText",style:{color:f},value:s})),d&&Object(w.createElement)("div",{className:k},Object(w.createElement)("img",{className:"vk_staff_photo_image",src:d,alt:h})))},deprecated:da},ga=n(21);Object(Ot.addFilter)("blocks.registerBlockType","vk-blocks/heading-style",(function(e){var t;return t=e.name,["core/heading"].includes(t)&&(e.attributes=Object(ga.assign)(e.attributes,{color:{type:"string"}})),e})),Object(x.registerBlockStyle)("core/heading",[{name:"vk-heading-default",label:Object(T.__)("Default","vk-blocks"),isDefault:!0},{name:"vk-heading-plain",label:Object(T.__)("Plain","vk-blocks")},{name:"vk-heading-background_fill_lightgray",label:Object(T.__)("Background fill lightgray","vk-blocks")},{name:"vk-heading-double_black",label:Object(T.__)("Double border top and bottom black","vk-blocks")},{name:"vk-heading-double_bottomborder_black",label:Object(T.__)("Double border bottom black","vk-blocks")},{name:"vk-heading-solid_black",label:Object(T.__)("Solid border top and bottom black","vk-blocks")},{name:"vk-heading-solid_bottomborder_black",label:Object(T.__)("Solid border bottom black","vk-blocks")},{name:"vk-heading-dotted_bottomborder_black",label:Object(T.__)("Dotted border bottom black","vk-blocks")},{name:"vk-heading-both_ends",label:Object(T.__)("Both ends","vk-blocks")},{name:"vk-heading-brackets_black",label:Object(T.__)("Brackets black","vk-blocks")}]);var ka=function(e){switch(e){case"#f78da7":return"vk-has-pale-pink-color";case"#cf2e2e":return"vk-has-vivid-red-color";case"#ff6900":return"vk-has-luminous-vivid-orange-color";case"#fcb900":return"vk-has-luminous-vivid-amber-color";case"#7bdcb5":return"vk-has-light-green-cyan-color";case"#00d084":return"vk-has-vivid-green-cyan-color";case"#8ed1fc":return"vk-has-pale-cyan-blue-color";case"#0693e3":return"vk-has-vivid-cyan-blue-color";case"#9b51e0":return"vk-has-vivid-purple-color";case"#eee":return"vk-has-very-light-gray-color";case"#abb8c3":return"vk-has-cyan-bluish-gray-color";case"#313131":return"vk-has-very-dark-gray-color";case"#ffffff":return"vk-has-white-color"}},ya=function(e){return["core/group"].includes(e)};Object(Ot.addFilter)("blocks.registerBlockType","vk-blocks/group-style",(function(e){return ya(e.name)&&(e.attributes=Object(ga.assign)(e.attributes,{color:{type:"string"}})),e}));var Oa=Object(jt.createHigherOrderComponent)((function(e){var t="";return function(n){return ya(n.name)&&n.isSelected?(t=n.attributes.color?n.attributes.color:"#fffd6b",Object(w.createElement)(w.Fragment,null,Object(w.createElement)(e,n),Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Border Color","vk-blocks"),initialOpen:!1,className:"group-border-color-controle"},Object(w.createElement)(U.ColorPalette,{value:t,disableCustomColors:!0,onChange:function(e){var r=ka(e);if(n.attributes.className){var o=n.attributes.className,a=(o=o.split(" ")).filter((function(e){return-1===e.indexOf("vk-has-")}));a.push(r),r=a.join(" ")}t=e,n.setAttributes({className:r,color:e})}}))))):Object(w.createElement)(e,n)}}),"addMyCustomBlockControls");Object(Ot.addFilter)("editor.BlockEdit","vk-blocks/group-style",Oa),Object(x.registerBlockStyle)("core/group",[{name:"vk-group-solid",label:Object(T.__)("Solid","vk-blocks")},{name:"vk-group-solid-roundcorner",label:Object(T.__)("Solid Roundcorner","vk-blocks")},{name:"vk-group-dotted",label:Object(T.__)("Dotted","vk-blocks")},{name:"vk-group-dashed",label:Object(T.__)("Dashed","vk-blocks")},{name:"vk-group-double",label:Object(T.__)("Double","vk-blocks")},{name:"vk-group-stitch",label:Object(T.__)("Stitch","vk-blocks")},{name:"vk-group-top-bottom-border",label:Object(T.__)("Border Top Bottom","vk-blocks")},{name:"vk-group-shadow",label:Object(T.__)("Shadow","vk-blocks")},{name:"vk-group-alert-info",label:Object(T.__)("Info","vk-blocks")},{name:"vk-group-alert-success",label:Object(T.__)("Success","vk-blocks")},{name:"vk-group-alert-warning",label:Object(T.__)("Warning","vk-blocks")},{name:"vk-group-alert-danger",label:Object(T.__)("Danger","vk-blocks")}]);var ja=function(e){return["core/list"].includes(e)};Object(Ot.addFilter)("blocks.registerBlockType","vk-blocks/list-style",(function(e){return ja(e.name)&&(e.attributes=Object(ga.assign)(e.attributes,{color:{type:"string"}})),e}));var Ea=Object(jt.createHigherOrderComponent)((function(e){var t="";return function(n){return ja(n.name)&&n.isSelected?(t=n.attributes.color?n.attributes.color:"#fffd6b",Object(w.createElement)(w.Fragment,null,Object(w.createElement)(e,n),Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("List Icon Color","vk-blocks"),initialOpen:!1,className:"list-color-controle"},Object(w.createElement)(U.ColorPalette,{value:t,disableCustomColors:!0,onChange:function(e){var r=ka(e);if(n.attributes.className){var o=n.attributes.className,a=(o=o.split(" ")).filter((function(e){return-1===e.indexOf("vk-has-")}));a.push(r),r=a.join(" ")}t=e,n.setAttributes({className:r,color:e})}}))))):Object(w.createElement)(e,n)}}),"addMyCustomBlockControls");Object(Ot.addFilter)("editor.BlockEdit","vk-blocks/list-style",Ea),Object(x.registerBlockStyle)("core/list",[{name:"vk-default",label:Object(T.__)("Default","vk-blocks"),isDefault:!0},{name:"vk-arrow-mark",label:Object(T.__)("Arrow","vk-blocks")},{name:"vk-triangle-mark",label:Object(T.__)("Triangle","vk-blocks")},{name:"vk-check-mark",label:Object(T.__)("Check","vk-blocks")},{name:"vk-check-square-mark",label:Object(T.__)("Check Square","vk-blocks")},{name:"vk-check-circle-mark",label:Object(T.__)("Check Circle","vk-blocks")},{name:"vk-handpoint-mark",label:Object(T.__)("Handpoint","vk-blocks")},{name:"vk-pencil-mark",label:Object(T.__)("Pencil","vk-blocks")},{name:"vk-smile-mark",label:Object(T.__)("Smile","vk-blocks")},{name:"vk-frown-mark",label:Object(T.__)("Frown","vk-blocks")},{name:"vk-numbered-circle-mark",label:Object(T.__)("Numbered Circle","vk-blocks")},{name:"vk-numbered-square-mark",label:Object(T.__)("Numbered Square","vk-blocks")}]),Object(x.registerBlockStyle)("core/image",[{name:"vk-image-rounded",label:Object(T.__)("Rounded02","vk-blocks")},{name:"vk-image-rounded",label:Object(T.__)("Rounded02","vk-blocks")},{name:"vk-image-border",label:Object(T.__)("Border","vk-blocks")},{name:"vk-image-photoFrame",label:Object(T.__)("Photo frame","vk-blocks")},{name:"vk-image-photoFrame-tilt-right",label:Object(T.__)("Photo frame Tilt Right","vk-blocks")},{name:"vk-image-photoFrame-tilt-left",label:Object(T.__)("Photo frame Tilt Left","vk-blocks")},{name:"vk-image-shadow",label:Object(T.__)("Shadow","vk-blocks")},{name:"vk-image-wave01",label:Object(T.__)("Wave01","vk-blocks")},{name:"vk-image-wave02",label:Object(T.__)("Wave02","vk-blocks")},{name:"vk-image-wave03",label:Object(T.__)("Wave03","vk-blocks")},{name:"vk-image-wave04",label:Object(T.__)("Wave04","vk-blocks")}]),Object(x.registerBlockStyle)("core/table",[{name:"vk-table-border-top-bottom",label:Object(T.__)("Border Top Bottom","vk-blocks")},{name:"vk-table-border",label:Object(T.__)("Border","vk-blocks")},{name:"vk-table-border-stripes",label:Object(T.__)("Border / Stripes","vk-blocks")}]);var xa=function(e){var t=e.initialFixedTable,n=e.label,r=e.helpYes,o=e.helpNo,a=e.schema,l=e.setAttributes,c=Object(w.useState)(t),i=se()(c,2),s=i[0],u=i[1];return Object(w.createElement)(H.ToggleControl,{label:n,help:s?r:o,checked:s,onChange:function(){u(!s),l(E()({},a,!s))}})};function Ca(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Na(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ca(Object(n),!0).forEach((function(t){E()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ca(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var wa=function(e,t){return-1!==e.indexOf(t)},Ta=function(e){var t=void 0!==["core","vk-blocks"].find((function(t){return wa(e,t)}));return void 0!==["core/calendar","core/latest-comments","core/archives","core/tag-cloud","core/shortcode","core/rss","vk-blocks/card-item","vk-blocks/icon-card-item","vk-blocks/icon","vk-blocks/select-post-list-item"].find((function(t){return wa(e,t)}))&&(t=!1),t};Object(Ot.addFilter)("blocks.registerBlockType","vk-blocks/hidden-extension",(function(e){return Ta(e.name)&&(e.attributes=Na(Na({},e.attributes),{vkb_hidden:{type:"boolean",default:!1},vkb_hidden_xxl:{type:"boolean",default:!1},vkb_hidden_xl_v2:{type:"boolean",default:!1},vkb_hidden_xl:{type:"boolean",default:!1},vkb_hidden_lg:{type:"boolean",default:!1},vkb_hidden_md:{type:"boolean",default:!1},vkb_hidden_sm:{type:"boolean",default:!1},vkb_hidden_xs:{type:"boolean",default:!1}})),e})),Object(Ot.addFilter)("editor.BlockEdit","vk-blocks/hidden-extension",Object(jt.createHigherOrderComponent)((function(e){return function(t){return Ta(t.name)?(t.attributes.vkb_hidden_xl&&!t.attributes.vkb_hidden_xxl&&(t.attributes.vkb_hidden_xxl=!0,t.attributes.vkb_hidden_xl_v2=!0,t.attributes.vkb_hidden_xl=!1),Object(w.createElement)(w.Fragment,null,Object(w.createElement)(e,t),Object(w.createElement)(U.InspectorControls,null,Object(w.createElement)(H.PanelBody,{title:Object(T.__)("Hidden Settings","vk-blocks"),initialOpen:!1},Object(w.createElement)(H.BaseControl,{label:Object(T.__)("Hidden at screel size","vk-blocks"),id:"vk_hiddenControl-hiddenScreenSize"},Object(w.createElement)("p",null,Object(T.__)("Note : This function is display hidden only. Actually Block is output to HTML.Pleade don't use you must not bisible item.Don't use it for blocks you really don't want to display.","vk-blocks")),Object(w.createElement)(xa,Ae()({label:Object(T.__)("Hidden ( Screen size : all )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden,schema:"vkb_hidden"},t)),Object(w.createElement)(xa,Ae()({label:Object(T.__)("Hidden ( Screen size : xs )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_xs,schema:"vkb_hidden_xs"},t)),Object(w.createElement)(xa,Ae()({label:Object(T.__)("Hidden ( Screen size : sm )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_sm,schema:"vkb_hidden_sm"},t)),Object(w.createElement)(xa,Ae()({label:Object(T.__)("Hidden ( Screen size : md )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_md,schema:"vkb_hidden_md"},t)),Object(w.createElement)(xa,Ae()({label:Object(T.__)("Hidden ( Screen size : lg )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_lg,schema:"vkb_hidden_lg"},t)),Object(w.createElement)(xa,Ae()({label:Object(T.__)("Hidden ( Screen size : xl )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_xl_v2,schema:"vkb_hidden_xl_v2"},t)),Object(w.createElement)(xa,Ae()({label:Object(T.__)("Hidden ( Screen size : xxl )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_xxl,schema:"vkb_hidden_xxl"},t)),Object(w.createElement)("p",null,Object(T.__)("If you want to hide multiple blocks, that first you set to group block and the next, hide for the that group block.","vk-blocks"))))))):Object(w.createElement)(e,t)}}),"addHiddenSection")),Object(Ot.addFilter)("blocks.getSaveElement","vk-blocks/hidden-extension",(function(e,t,n){var r=n.vkb_hidden,o=n.vkb_hidden_xxl,a=n.vkb_hidden_xl_v2,l=n.vkb_hidden_xl,c=n.vkb_hidden_lg,i=n.vkb_hidden_md,s=n.vkb_hidden_sm,u=n.vkb_hidden_xs;if(r||o||a||l||c||i||s||u){var b=r&&"vk_hidden",p=o&&"vk_hidden-xxl",m=a&&"vk_hidden-xl-v2",f=l&&"vk_hidden-xl",d=c&&"vk_hidden-lg",h=i&&"vk_hidden-md",v=s&&"vk_hidden-sm",_=u&&"vk_hidden-xs";e&&(e=Na(Na({},e),{props:Na(Na({},e.props),{className:Ie()(e.props.className,b,p,m,f,d,h,v,_)})}))}return e})),Object(Ot.addFilter)("editor.BlockListBlock","vk-blocks/hidden-extension",Object(jt.createHigherOrderComponent)((function(e){return function(t){var n=t.attributes.vkb_hidden_xxl||t.attributes.vkb_hidden_xl_v2||t.attributes.vkb_hidden_xl||t.attributes.vkb_hidden_lg||t.attributes.vkb_hidden_md||t.attributes.vkb_hidden_sm||t.attributes.vkb_hidden_xs||t.attributes.vkb_hidden?"vk_edit_hidden_warning":"",r=t.attributes.vkb_hidden?n+" vk_edit_hidden_all":n,o=Ie()(r,t.className);return Object(w.createElement)(e,Ae()({},t,{className:o}))}}),"addHiddenWarning"));var Ba,Sa,Aa=n(15);function Ra(){return(Ra=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Ia(e){return M.createElement("svg",Ra({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Ba||(Ba=M.createElement("path",{d:"M20 4.804c-.001-.443-.435-.803-.971-.804H12.58c-.187 0-.36.043-.508.118-.277.142-.463.395-.463.685V12.5L20 12.5V4.804zM19.955 15.32v-1.56H12.04c.504.521.64 1.368.19 2.028.761.625 1.903 1.869 1.902 3.712l3.254.001c0-2.765 2.57-4.182 2.57-4.182zM17.098 22.015l-2.403 1.04-.097-2.555h2.5v1.515zM10.89 14.778l-3.267.008a.11.11 0 00-.102.075l-.25.722c-.022.076.03.152.103.152h1.27c.095 0 .146.122.08.19L6.7 18.105h.007l1.042 3.397c.022.076-.03.145-.103.145h-1.02a.104.104 0 01-.102-.076L6 19.83c-.029-.107-.168-.107-.205-.008l-.426 1.223a.109.109 0 000 .069l.39 1.481c.014.046.058.084.102.084H9.15c.073 0 .125-.076.103-.145l-1.329-4.277c-.014-.038 0-.084.03-.114l3.016-3.176c.066-.069.015-.19-.08-.19z"})),Sa||(Sa=M.createElement("path",{d:"M7.022 13l-1.99.008a.11.11 0 00-.102.076l-.257.721c-.03.076.03.152.103.152h.836c.074 0 .125.076.103.152l-2.37 6.717a.108.108 0 01-.206 0l-1.703-4.848a.112.112 0 01.103-.152h.859a.11.11 0 01.103.076l.616 1.748a.108.108 0 00.206 0l.954-2.72a.112.112 0 00-.103-.152H.108c-.073 0-.125.076-.103.152l3.127 8.996a.108.108 0 00.205 0l3.787-10.774c.022-.076-.029-.152-.102-.152z",fill:"#D8141C"})))}var Pa,za,qa,La,Ma,Da,Ua,Fa,Ha=function(e){var t,n,r,o,a=e.color,l=e.value,c=e.onChange;a=function(e){return void 0===e&&(e="#fffd6b"),e}(a),c(Object(Aa.applyFormat)(l,{type:"vk-blocks/highlighter",attributes:{data:a,style:"background: linear-gradient(transparent 60%,".concat((t=a,n=.7,r=t.match(/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i),o=null,r&&(o=r.slice(1,4).map((function(e){return parseInt(e,16)}))),(r=t.match(/^#([0-9a-f])([0-9a-f])([0-9a-f])$/i))&&(o=r.slice(1,4).map((function(e){return 17*parseInt(e,16)}))),o?"rgba(".concat(o[0],", ").concat(o[1],", ").concat(o[2],", ").concat(n,")"):null)," 0);")}}))};function Va(){return(Va=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Ga(e){return M.createElement("svg",Va({fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Pa||(Pa=M.createElement("path",{clipRule:"evenodd",d:"M9.303 12.137c.242.334.35.755.315 1.146l2.271-.005c1.006 0 1.663.859 1.61 1.722h3.121l1.12 3h2.25L14.5 4h-2l-3.197 8.137zM11.12 13l2.38-6.33L15.88 13h-4.76z"})),za||(za=M.createElement("path",{d:"M11.89 14.778l-3.267.008a.11.11 0 00-.102.075l-.25.722c-.022.076.03.152.103.152h1.27c.095 0 .146.122.08.19L7.7 18.105h.007l1.042 3.397c.022.076-.03.145-.103.145h-1.02a.104.104 0 01-.102-.076L7 19.83c-.029-.107-.168-.107-.205-.008l-.426 1.223a.109.109 0 000 .069l.39 1.481c.014.046.058.084.102.084h3.288c.073 0 .125-.076.103-.145l-1.329-4.277c-.014-.038 0-.084.03-.114l3.016-3.176c.066-.069.015-.19-.08-.19z"})),qa||(qa=M.createElement("path",{d:"M8.022 13l-1.99.008a.11.11 0 00-.102.076l-.257.721c-.03.076.03.152.103.152h.836c.074 0 .125.076.103.152l-2.37 6.717a.108.108 0 01-.206 0l-1.703-4.848a.112.112 0 01.103-.152h.859a.11.11 0 01.103.076l.616 1.748a.108.108 0 00.206 0l.954-2.72a.112.112 0 00-.103-.152H1.108c-.074 0-.125.076-.103.152l3.127 8.996a.108.108 0 00.205 0l3.787-10.774c.022-.076-.029-.152-.102-.152z",fill:"#D8141C"})))}function Ja(){return(Ja=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Ya(e){return M.createElement("svg",Ja({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),La||(La=M.createElement("path",{d:"M4 11.884V4h1.5v7.506l-.467.002h-.005A1.609 1.609 0 004 11.884zM11.947 16.117l.818.818 4.96-4.962-4.96-4.961-1.027 1.026 3.21 3.21H6.725v.253l.296-.001c.847 0 1.378.563 1.545 1.2h6.38l-2.466 2.465c-.05.297-.187.588-.426.838l-.108.114zM20.08 4v16h-1.5V4h1.5z"})),Ma||(Ma=M.createElement("path",{d:"M10.89 14.778l-3.267.008a.11.11 0 00-.102.075l-.25.722c-.022.076.03.152.103.152h1.27c.095 0 .146.122.08.19L6.7 18.105h.007l1.042 3.397c.022.076-.03.145-.103.145h-1.02a.104.104 0 01-.102-.076L6 19.83c-.029-.107-.168-.107-.205-.008l-.426 1.223a.109.109 0 000 .069l.39 1.481c.014.046.058.084.102.084H9.15c.073 0 .125-.076.103-.145l-1.329-4.277c-.014-.038 0-.084.03-.114l3.016-3.176c.066-.069.015-.19-.08-.19z"})),Da||(Da=M.createElement("path",{d:"M7.022 13l-1.99.008a.11.11 0 00-.102.076l-.257.721c-.03.076.03.152.103.152h.836c.074 0 .125.076.103.152l-2.37 6.717a.108.108 0 01-.206 0l-1.703-4.848a.112.112 0 01.103-.152h.859a.11.11 0 01.103.076l.616 1.748a.108.108 0 00.206 0l.954-2.72a.112.112 0 00-.103-.152H.108c-.073 0-.125.076-.103.152l3.127 8.996a.108.108 0 00.205 0l3.787-10.774c.022-.076-.029-.152-.102-.152z",fill:"#D8141C"})))}function Wa(){return(Wa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Xa(e){return M.createElement("svg",Wa({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Ua||(Ua=M.createElement("path",{d:"M20 2v7.59H6.78l3.2 3.2-.48.5h-.88c.07-.83-.5-1.79-1.6-1.79h-.38L4 8.86 8.96 3.9 10 4.93l-3.21 3.2H18.5V2H20zm-9.11 12.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),Fa||(Fa=M.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})))}Object(Aa.registerFormatType)("vk-blocks/highlighter",{title:Object(T.__)("Highlighter","vk-blocks"),tagName:"span",className:"vk_highlighter",attributes:{data:"data-color",style:"style"},edit:function(e){var t,n=e.value,r=e.isActive,o=e.onChange;if(r){var a=Object(Aa.getActiveFormat)(n,"vk-blocks/highlighter");t=a.attributes.data}var l={background:t},c=Object(Aa.useAnchorRef)({ref:e.contentRef,value:n}),i=Object(w.useState)(!1),s=se()(i,2),u=s[0],b=s[1];return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichTextShortcut,{type:"primary",character:"h",onUse:function(){return b(!0)}}),Object(w.createElement)(U.RichTextToolbarButton,{title:Object(T.__)("Highlighter","vk-blocks"),onClick:function(){void 0===t&&Ha({heightlightColor:t,value:n,onChange:o}),b(!0)},shortcutType:"primary",shortcutCharacter:"h",key:r?"text-color":"text-color-not-active",className:"format-library-text-color-button",name:r?"text-color":void 0,icon:Object(w.createElement)(w.Fragment,null,Object(w.createElement)(Ia,{icon:Ia,style:{width:"24px"}}),r&&Object(w.createElement)("span",{className:"format-library-text-color-button__indicator",style:l}))}),u&&Object(w.createElement)(U.URLPopover,{value:n,className:"components-inline-color-popover",anchorRef:c,onClose:function(){return b(!1)}},Object(w.createElement)(U.ColorPalette,{value:t,onChange:function(e){e?Ha({color:e,value:n,onChange:o}):o(Object(Aa.removeFormat)(n,"vk-blocks/highlighter")),b(!1)}})))}}),Object(Aa.registerFormatType)("vk-blocks/inline-font-size",{title:Object(T.__)("Inline font size","vk-blocks"),tagName:"span",className:"vk_inline-font-size",attributes:{data:"data-fontSize",style:"style"},edit:function(e){var t,n=e.value,r=e.isActive,o=e.onChange;r&&(t=Object(Aa.getActiveFormat)(n,"vk-blocks/inline-font-size").attributes.data);var a=Object(Aa.useAnchorRef)({ref:e.contentRef,value:n}),l=Object(w.useState)(!1),c=se()(l,2),i=c[0],s=c[1],u=[{name:Object(T.__)("Small","vk-blocks"),slug:"small",size:"12px"},{name:Object(T.__)("Normal","vk-blocks"),slug:"normal",size:"16px"},{name:Object(T.__)("Big","vk-blocks"),slug:"big",size:"18px"},{name:Object(T.__)("Extra big","vk-blocks"),slug:"extra-big",size:"21px"}];return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichTextToolbarButton,{title:Object(T.__)("Inline Font Size","vk-blocks"),onClick:function(){s(!0)},shortcutType:"primary",shortcutCharacter:"h",key:r?"text-color":"text-color-not-active",className:"format-library-text-color-button",name:r?"text-color":void 0,icon:Object(w.createElement)(w.Fragment,null,Object(w.createElement)(Ga,{icon:Ga,style:{width:"24px",height:"24px"}}))}),i&&Object(w.createElement)(U.URLPopover,{value:n,className:"components-inline-color-popover",anchorRef:a,onClose:function(){return s(!1)}},Object(w.createElement)("div",{style:{width:"200px"}},Object(w.createElement)(H.FontSizePicker,{fontSizes:u,value:t,fallbackFontSize:16,withSlider:!0,onChange:function(e){o(e?Object(Aa.applyFormat)(n,{type:"vk-blocks/inline-font-size",attributes:{data:"".concat(e),style:"font-size: ".concat(e,";")}}):Object(Aa.removeFormat)(n,"vk-blocks/inline-font-size"))}}),Object(w.createElement)(H.Button,{onClick:function(){s(!1)},isSmall:!0,isSecondary:!0,style:{marginTop:"16px",padding:"0 16px",height:"30px"}},Object(T.__)("Apply","vk-blocks")))))}}),Object(Aa.registerFormatType)("vk-blocks/nowrap",{title:Object(T.__)("No wrap","vk-blocks"),tagName:"span",className:"text-nowrap",edit:function(e){var t=e.value,n=e.isActive;return Object(w.createElement)(w.Fragment,null,Object(w.createElement)(U.RichTextToolbarButton,{icon:Ya,title:Object(T.__)("No wrap","vk-blocks"),onClick:function(){e.onChange(Object(Aa.toggleFormat)(t,{type:"vk-blocks/nowrap"}))},isActive:n}))}});var Qa=["xs","sm","md","lg","xl","xxl"];function Ka(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Za(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ka(Object(n),!0).forEach((function(t){E()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ka(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}Object(Aa.registerFormatType)("vk-blocks/responsive-br",{title:Object(T.__)("Responsive Br","vk-blocks"),tagName:"br",className:null,edit:function(e){var t=e.onChange,n=e.value;return Object(w.createElement)(U.BlockControls,{group:"block"},Object(w.createElement)(H.ToolbarGroup,null,Object(w.createElement)(H.ToolbarItem,null,(function(e){return Object(w.createElement)(H.DropdownMenu,{icon:Object(w.createElement)("svg",{width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg"},Object(w.createElement)("path",{d:"M20 2v7.59H6.78l3.2 3.2-.48.5h-.88c.07-.83-.5-1.79-1.6-1.79h-.38L4 8.86 8.96 3.9 10 4.93l-3.21 3.2H18.5V2H20zM10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"}),Object(w.createElement)("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})),toggleProps:e,label:Object(T.__)("Responsive BR","vk-blocks"),controls:Qa.map((function(e){return{title:Object(T.__)("Responsive BR ","vk-blocks")+"( ".concat(e," )"),icon:Object(w.createElement)(Xa,null),onClick:function(){!function(e,t,n){t(Object(Aa.insert)(e,"[br-".concat(n,"]"),e.start,e.end))}(n,t,e)}}}))})}))))}});var $a=[],el=[r,o,a,l,c,i,s,u,b,p,m,f,d,h,v,_,g],tl=function(){return el.concat($a)},nl=function(e){if(e){var t=e.metadata,n=e.settings,r=e.name;void 0!==window.wpVersion&&null!==window.wpVersion&&N()(window.wpVersion,"5.5")<0?(delete t.name,n=Za(Za({},n),t)):t&&Object(x.unstable__bootstrapServerSideBlockDefinitions)(E()({},r,t)),"function"!=typeof getBlockSettingsFromMetadata?Object(x.registerBlockType)(r,n):t&&Object(x.registerBlockType)(t,n)}};!function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:tl();e.forEach(nl)}()}]);
1
+ !function(){var e={2313:function(e,t,n){"use strict";var r={};n.r(r),n.d(r,{metadata:function(){return W},name:function(){return X},settings:function(){return Q}});var o={};n.r(o),n.d(o,{metadata:function(){return _e},name:function(){return ge},settings:function(){return ke}});var a={};n.r(a),n.d(a,{metadata:function(){return Ee},name:function(){return Ze},settings:function(){return Je}});var l={};n.r(l),n.d(l,{metadata:function(){return $e},name:function(){return Bt},settings:function(){return St}});var c={};n.r(c),n.d(c,{metadata:function(){return Ft},name:function(){return Ht},settings:function(){return Vt}});var i={};n.r(i),n.d(i,{metadata:function(){return Qt},name:function(){return Kt},settings:function(){return $t}});var s={};n.r(s),n.d(s,{metadata:function(){return on},name:function(){return ln},settings:function(){return cn}});var u={};n.r(u),n.d(u,{metadata:function(){return hn},name:function(){return dn},settings:function(){return gn}});var m={};n.r(m),n.d(m,{metadata:function(){return Tn},name:function(){return Bn},settings:function(){return Sn}});var p={};n.r(p),n.d(p,{metadata:function(){return cr},name:function(){return sr},settings:function(){return ur}});var f={};n.r(f),n.d(f,{metadata:function(){return fr},name:function(){return xr},settings:function(){return Nr}});var b={};n.r(b),n.d(b,{metadata:function(){return Ar},name:function(){return Ir},settings:function(){return Rr}});var h={};n.r(h),n.d(h,{metadata:function(){return Lr},name:function(){return Ur},settings:function(){return jr}});var v={};n.r(v),n.d(v,{metadata:function(){return Hr},name:function(){return ro},settings:function(){return oo}});var d={};n.r(d),n.d(d,{metadata:function(){return Fo},name:function(){return Ho},settings:function(){return Vo}});var _={};n.r(_),n.d(_,{metadata:function(){return Zo},name:function(){return ba},settings:function(){return ha}});var g={};function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.r(g),n.d(g,{metadata:function(){return Ea},name:function(){return Ca},settings:function(){return xa}}),window.wp.coreData,window.wp.notices;var y=window.wp.blocks;const E=/^v?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\-]+(?:\.[\da-z\-]+)*))?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i,C=e=>{if("string"!=typeof e)throw new TypeError("Invalid argument expected string");const t=e.match(E);if(!t)throw new Error(`Invalid argument not valid semver ('${e}' received)`);return t.shift(),t},x=e=>{const t=parseInt(e,10);return isNaN(t)?e:t},N=(e,t)=>{const[n,r]=((e,t)=>typeof e!=typeof t?[String(e),String(t)]:[e,t])(x(e),x(t));return n>r?1:n<r?-1:0},w=(e,t)=>{for(let n=0;n<Math.max(e.length,t.length);n++){const r=N(e[n]||0,t[n]||0);if(0!==r)return r}return 0};Object.keys({">":[1],">=":[0,1],"=":[0],"<=":[-1,0],"<":[-1]});var T,B,S,A=window.wp.element,I=window.wp.i18n,R=(0,I.__)("Lorem ipsum dolor","vk-blocks"),O=(0,I.__)("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ","vk-blocks"),P=(0,I.__)("Lorem ipsum","vk-blocks"),z='<i class="fas fa-user"></i>',q="https://demo.dev3.biz/lightning-pro/wp-content/uploads/2018/02/agent-18762_1920-200x300.jpg",L="#8ed1fc",M="https://example.com",D=('{"alt":"Example Image","sizes":{"full":{"url":"'.concat(q,'"}}}'),(0,I.__)("Theoretical Physicist","vk-blocks")),U=(0,I.__)("Profile","vk-blocks"),j=(0,I.__)("Albert Einstein","vk-blocks"),F=(0,I.__)("14 March 1879 – 18 April 1955","vk-blocks"),H=n(9196);function V(){return V=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},V.apply(this,arguments)}var G=window.wp.blockEditor,Z=[{attributes:{style:{type:"string",default:"info"},content:{type:"string",source:"html",selector:"p"}},save:function(e){var t=e.attributes,n=t.style,r=t.content;return(0,A.createElement)("div",{className:"alert alert-".concat(n)},(0,A.createElement)(G.RichText.Content,{tagName:"p",value:r}))}}],J=Z,Y=window.wp.components,W=JSON.parse('{"apiVersion":2,"name":"vk-blocks/alert","category":"vk-blocks-cat","attributes":{"style":{"type":"string","default":"info"},"content":{"type":"string","source":"html","selector":"p"}},"description":"A colored box with four statuses, including annotations and alerts.","textdomain":"vk-blocks","supports":{"className":true}}'),X=W.name,Q={title:(0,I.__)("Alert","vk-blocks"),icon:(0,A.createElement)((function(e){return H.createElement("svg",V({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),T||(T=H.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),B||(B=H.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})),S||(S=H.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 8.5a8.5 8.5 0 01-12.12 7.7l.18-.2a1.61 1.61 0 00-1.17-2.72H8.62c.06-.67-.3-1.43-1.04-1.69A8.5 8.5 0 1124 8.5zm-7.86.7H14.9L14 6.27V4h3v2.28l-.86 2.91zm.86 1.29V13h-3v-2.51h3z",fill:"#000"})))}),null),example:{attributes:{style:"info",content:O}},save:function(e){var t=e.attributes,n=t.style,r=t.content;return(0,A.createElement)("div",G.useBlockProps.save({className:"alert alert-".concat(n)}),(0,A.createElement)(G.RichText.Content,{tagName:"p",value:r}))},edit:function(e){var t=e.attributes,n=e.setAttributes,r=t.style,o=t.content,a=(0,G.useBlockProps)({className:"alert alert-".concat(r)});return(0,A.createElement)(A.Fragment,null,(0,A.createElement)(G.InspectorControls,null,(0,A.createElement)(Y.PanelBody,{title:(0,I.__)("Style Settings","vk-blocks")},(0,A.createElement)(Y.SelectControl,{value:r,onChange:function(e){return n({style:e})},options:[{label:(0,I.__)("Success","vk-blocks"),value:"success"},{label:(0,I.__)("Info","vk-blocks"),value:"info"},{label:(0,I.__)("Warning","vk-blocks"),value:"warning"},{label:(0,I.__)("Danger","vk-blocks"),value:"danger"}]}))),(0,A.createElement)("div",a,(0,A.createElement)(G.RichText,{tagName:"p",onChange:function(e){return n({content:e})},value:o})))},deprecated:J};function K(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function $(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?K(Object(n),!0).forEach((function(t){k(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):K(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var ee,te,ne,re,oe={content:{source:"html",selector:"p"},balloonName:{source:"html",selector:"figcaption"},balloonType:{type:"string",default:"type-serif"},balloonBgColor:{type:"string"},balloonAlign:{type:"string",default:"position-left"},IconImage:{type:"string",default:null}},ae=$($({},oe),{},{balloonImageType:{type:"string",default:"normal"}}),le=$($({},ae),{},{balloonImageType:{type:"string",default:"normal"},balloonAnimation:{type:"string",default:"none"}}),ce=$($({},le),{},{balloonImageType:{type:"string",default:"normal"},balloonAnimation:{type:"string",default:"none"},balloonBorder:{type:"boolean",default:!1},balloonImageBorder:{type:"boolean",default:!1},balloonBorderWidth:{type:"string",default:"thin"},balloonBorderColor:{type:"string",default:null}}),ie=[{attributes:ce,save:function(e){var t,n,r,o,a,l=e.attributes,c=l.balloonName,i=l.balloonType,s=l.balloonBorder,u=l.balloonImageBorder,m=l.balloonBorderColor,p=l.balloonBgColor,f=l.balloonAlign,b=l.IconImage,h=l.balloonImageType,v=l.balloonAnimation;return!0===s?(t="vk_balloon_content-border-true",n=!0===u?"vk_balloon_icon_image-border-true":"",r=m,o=p):(t="",n="",r=p,o=p),a="position-right"===f?"transparent transparent transparent ".concat(o):"transparent ".concat(o," transparent transparent"),(0,A.createElement)("div",{className:"vk_balloon vk_balloon-".concat(f," vk_balloon-").concat(i," vk_balloon-animation-").concat(v)},(0,A.createElement)("div",{className:"vk_balloon_icon"},b?(0,A.createElement)("figure",null,(0,A.createElement)("img",{className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(h," ").concat(n),style:{borderColor:r},src:b,alt:""}),(0,A.createElement)(G.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:c})):""),(0,A.createElement)("div",{className:"vk_balloon_content_outer"},(0,A.createElement)("div",{className:"vk_balloon_content ".concat(t),style:{backgroundColor:o,borderColor:r}},(0,A.createElement)("span",{className:"vk_balloon_content_before",style:{borderColor:a}}),(0,A.createElement)("span",{className:"vk_balloon_content_after",style:{borderColor:a}}),(0,A.createElement)(G.InnerBlocks.Content,null))))}},{attributes:ce,save:function(e){var t,n,r,o,a,l=e.attributes,c=l.balloonName,i=l.balloonType,s=l.balloonBorder,u=l.balloonImageBorder,m=l.balloonBorderColor,p=l.balloonBgColor,f=l.balloonAlign,b=l.IconImage,h=l.balloonImageType,v=l.balloonAnimation;return!0===s?(t="vk_balloon_content-border-true",n=!0===u?"vk_balloon_icon_image-border-true":"",r=m,o=p):(t="",n="",r=p,o=p),a="position-right"===f?"transparent transparent transparent ".concat(o):"transparent ".concat(o," transparent transparent"),(0,A.createElement)("div",{className:"vk_balloon vk_balloon-".concat(f," vk_balloon-").concat(i," vk_balloon-animation-").concat(v)},(0,A.createElement)("div",{className:"vk_balloon_icon"},b?(0,A.createElement)("figure",null,(0,A.createElement)("img",{className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(h," ").concat(n),style:{borderColor:r},src:b,alt:""}),(0,A.createElement)(G.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:c})):""),(0,A.createElement)("div",{className:"vk_balloon_content_outer"},(0,A.createElement)("div",{className:"vk_balloon_content ".concat(t),style:{backgroundColor:o,borderColor:r}},(0,A.createElement)("span",{className:"vk_balloon_content_before",style:{borderColor:a}}),(0,A.createElement)("span",{className:"vk_balloon_content_after",style:{borderColor:a}}),(0,A.createElement)(G.InnerBlocks.Content,null))))}},{attributes:ce,save:function(e){var t,n,r,o,a,l=e.attributes,c=l.balloonName,i=l.balloonType,s=l.balloonBorder,u=l.balloonImageBorder,m=l.balloonBorderColor,p=l.balloonBgColor,f=l.balloonAlign,b=l.IconImage,h=l.balloonImageType,v=l.balloonAnimation;return!0===s?(t="vk_balloon_content-border-true",n=!0===u?"vk_balloon-image-border":"",r=m,o=p):(t="",n="",r=p,o=p),a="position-right"===f?"transparent transparent transparent ".concat(o):"transparent ".concat(o," transparent transparent"),(0,A.createElement)("div",{className:"vk_balloon vk_balloon-".concat(f," vk_balloon-").concat(i," vk_balloon-animation-").concat(v)},(0,A.createElement)("div",{className:"vk_balloon_icon"},b?(0,A.createElement)("figure",null,(0,A.createElement)("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(h," ").concat(n),style:{borderColor:r},src:b,alt:""}),(0,A.createElement)(G.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:c})):""),(0,A.createElement)("div",{className:"vk_balloon_content_outer"},(0,A.createElement)("div",{className:"vk_balloon_content ".concat(t),style:{backgroundColor:o,borderColor:r}},(0,A.createElement)("span",{className:"vk_balloon_content_before",style:{borderColor:a}}),(0,A.createElement)("span",{className:"vk_balloon_content_after",style:{borderColor:a}}),(0,A.createElement)(G.InnerBlocks.Content,null))))}},{attributes:le,save:function(e){var t=e.attributes,n=t.balloonName,r=t.balloonType,o=t.balloonBgColor,a=t.balloonAlign,l=t.IconImage,c=t.balloonImageType,i=t.balloonAnimation;return c=c||"normal",i=i||"none",(0,A.createElement)("div",{className:"vk_balloon vk_balloon-".concat(a," vk_balloon-").concat(r," vk_balloon-animation-").concat(i)},(0,A.createElement)("div",{className:"vk_balloon_icon"},l?(0,A.createElement)("figure",null,(0,A.createElement)("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(c),src:l,alt:""}),(0,A.createElement)(G.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:n})):""),(0,A.createElement)("div",{className:"vk_balloon_content_outer"},(0,A.createElement)("div",{className:"vk_balloon_content",style:{background:o,border:o}},(0,A.createElement)(G.InnerBlocks.Content,null))))}},{attributes:le,save:function(e){var t=e.attributes,n=t.content,r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,c=t.IconImage,i=t.balloonImageType,s=t.balloonAnimation;return i=i||"normal",s=s||"none",(0,A.createElement)("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o," vk_balloon-animation-").concat(s)},(0,A.createElement)("div",{className:"vk_balloon_icon"},c?(0,A.createElement)("figure",null,(0,A.createElement)("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(i),src:c,alt:""}),(0,A.createElement)(G.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),(0,A.createElement)("div",{className:"vk_balloon_content_outer"},(0,A.createElement)(G.RichText.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n})))}},{attributes:ae,save:function(e){var t=e.attributes,n=t.content,r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,c=t.IconImage,i=t.balloonImageType;return i=i||"normal",(0,A.createElement)("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o)},(0,A.createElement)("div",{className:"vk_balloon_icon"},c?(0,A.createElement)("figure",null,(0,A.createElement)("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(i),src:c,alt:""}),(0,A.createElement)(G.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),(0,A.createElement)(G.RichText.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n}))}},{attributes:ae,save:function(e){var t=e.attributes,n=t.content,r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,c=t.IconImage,i=t.balloonImageType;return(0,A.createElement)("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o)},(0,A.createElement)("div",{className:"vk_balloon_icon"},c?(0,A.createElement)("figure",null,(0,A.createElement)("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(i),src:c,alt:""}),(0,A.createElement)(G.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),(0,A.createElement)(G.RichText.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n}))}},{attributes:oe,save:function(e){var t=e.attributes,n=t.content,r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,c=t.IconImage;return(0,A.createElement)("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o)},(0,A.createElement)("div",{className:"vk_balloon_icon"},c?(0,A.createElement)("figure",null,(0,A.createElement)("img",{className:"vk_balloon_icon_image",src:c,alt:""}),(0,A.createElement)(G.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),(0,A.createElement)(G.RichText.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n}))}}],se=ie;function ue(){return ue=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ue.apply(this,arguments)}function me(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function pe(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,a=[],_n=!0,l=!1;try{for(n=n.call(e);!(_n=(r=n.next()).done)&&(a.push(r.value),!t||a.length!==t);_n=!0);}catch(e){l=!0,o=e}finally{try{_n||null==n.return||n.return()}finally{if(l)throw o}}return a}}(e,t)||function(e,t){if(e){if("string"==typeof e)return me(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?me(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var fe,be,he,ve=window.wp.apiFetch,de=n.n(ve),_e=JSON.parse('{"apiVersion":2,"name":"vk-blocks/balloon","category":"vk-blocks-cat","attributes":{"content":{"source":"html","selector":"p"},"balloonName":{"source":"html","selector":"figcaption"},"balloonType":{"type":"string","default":"type-speech"},"balloonBorder":{"type":"boolean","default":false},"balloonImageBorder":{"type":"boolean","default":false},"balloonBorderWidth":{"type":"string","default":"thin"},"balloonBorderColor":{"type":"string","default":"#cccccc"},"balloonBgColor":{"type":"string","default":"#f5f5f5"},"balloonAlign":{"type":"string","default":"position-left"},"IconImage":{"type":"string","defaul":null},"balloonImageType":{"type":"string","default":"normal"},"balloonAnimation":{"type":"string","default":"none"}},"description":"These speech balloons are perfect for recreating conversations.","textdomain":"vk-blocks","supports":{"className":true}}'),ge=_e.name,ke={title:(0,I.__)("Ballon","vk-blocks"),icon:(0,A.createElement)((function(e){return H.createElement("svg",ue({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),ee||(ee=H.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 1.2H8.71c-.99 0-1.8.8-1.8 1.8v.27c0 .96-.62 1.8-1.53 2.1l-.93.3 1.15.48c.8.34 1.31 1.12 1.31 1.98 0 .92.75 1.67 1.67 1.67H18c1 0 1.8-.8 1.8-1.8V3c0-1-.8-1.8-1.8-1.8zM5.13 7.25c.35.15.58.5.58.88A2.87 2.87 0 008.58 11H18a3 3 0 003-3V3a3 3 0 00-3-3H8.71a3 3 0 00-3 3v.27a1 1 0 01-.7.95L1 5.5l4.13 1.75z",fill:"#000"})),te||(te=H.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.89 6.1H9V4.9h.89v1.2zm2.67 0h-1.78V4.9h1.78v1.2zm2.66 0h-1.78V4.9h1.78v1.2zm1.78 0h-.89V4.9H17v1.2zm4.21 10.6c0 .3.16.58.41.75L24 19l-2.23 1.09a1 1 0 00-.56.9 3 3 0 01-3 3.01H14a3 3 0 01-3-3v-3.89l1.06-1.1c.43-.46.53-1.05.38-1.57.45-.28.99-.44 1.56-.44h4.52a2.7 2.7 0 012.7 2.7zm-3 6.1H14c-1 0-1.8-.8-1.8-1.8v-4c0-1 .8-1.8 1.8-1.8h4.52c.82 0 1.5.67 1.5 1.5 0 .7.35 1.37.95 1.75l.6.4-.32.16A2.2 2.2 0 0020 21c0 1-.8 1.81-1.8 1.81z",fill:"#000"})),ne||(ne=H.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),re||(re=H.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})))}),null),example:{attributes:{balloonName:P,balloonType:"type-speech",balloonBgColor:L,balloonAlign:"position-left",IconImage:q,balloonImageType:"normal"},innerBlocks:[{name:"core/paragraph",attributes:{content:O}}]},edit:function(e){var t,n,r,o,a,l,c,i=e.attributes,s=e.setAttributes,u=i.content,m=i.balloonName,p=i.balloonType,f=i.balloonBorder,b=i.balloonImageBorder,h=i.balloonBorderColor,v=i.balloonBgColor,d=i.balloonAlign,_=i.IconImage,g=i.balloonImageType,k=i.balloonAnimation,y=pe((0,A.useState)(null),2),E=y[0],C=y[1];(0,A.useEffect)((function(){de()({path:"/vk-blocks/v1/block-meta/balloon/",method:"GET",parse:!0}).then((function(e){C(e)}))}),[]),E&&E.default_icons&&(t=Object.keys(E.default_icons).map((function(e){var t=E.default_icons[e],n="";return t.src&&(n=(0,A.createElement)("div",{key:e},(0,A.createElement)(Y.Button,{onClick:function(){s({IconImage:t.src}),s({balloonName:t.name})},className:"button button-large components-button"},(0,A.createElement)("img",{className:"icon-image",src:t.src,alt:t.name})))),n}))),"type-serif"===p&&s({balloonType:"type-speech"}),null==g&&s({balloonImageType:"normal"}),null==k&&s({balloonAnimation:"none"}),null==f&&s({balloonBorder:!1}),null==b&&s({balloonImageBorder:!1}),!0===f?(n=(0,A.createElement)(Y.BaseControl,null,(0,A.createElement)("p",{className:"mb-1 block-prop-title"},(0,I.__)("Border","vk-blocks")," "),(0,A.createElement)(Y.ToggleControl,{label:(0,I.__)("Add border to balloon","vk-blocks"),checked:f,onChange:function(e){return s({balloonBorder:e})}}),(0,A.createElement)("p",{className:"mb-1 block-prop-title"},(0,I.__)(" Image Border","vk-blocks")),(0,A.createElement)(Y.ToggleControl,{label:(0,I.__)("Add border to image","vk-blocks"),className:"mb-1",checked:b,onChange:function(e){return s({balloonImageBorder:e})}}),(0,A.createElement)("p",null,(0,I.__)("* You can change border width on Setting > VK Blocks","vk-blocks")," "),(0,A.createElement)("p",{className:"mb-1 block-prop-title"},(0,I.__)("Border color of speech balloon","vk-blocks")),(0,A.createElement)(G.ColorPalette,{value:h,onChange:function(e){return s({balloonBorderColor:e})}})),r="vk_balloon_content-border-true",o=!0===b?"vk_balloon_icon_image-border-true":"",a=h,l=v):(n=(0,A.createElement)(Y.BaseControl,null,(0,A.createElement)("p",{className:"mb-1 block-prop-title"},(0,I.__)("Border","vk-blocks")),(0,A.createElement)(Y.ToggleControl,{label:(0,I.__)("Add border to balloon","vk-blocks"),checked:f,onChange:function(e){return s({balloonBorder:e})}})),r="",o="",a=v,l=v),c="position-right"===d?"transparent transparent transparent ".concat(l):"transparent ".concat(l," transparent transparent");var x=(0,G.useBlockProps)({className:"vk_balloon vk_balloon-".concat(d," vk_balloon-").concat(p," vk_balloon-animation-").concat(k)});return(0,A.createElement)(A.Fragment,null,(0,A.createElement)(G.InspectorControls,null,(0,A.createElement)(Y.PanelBody,{title:(0,I.__)("Balloon setting","vk-blocks")},(0,A.createElement)("p",{className:"mb-1 block-prop-title"},(0,I.__)("Position","vk-blocks")),(0,A.createElement)("p",{className:"mb-1"},(0,I.__)("Please specify the layout of the balloon.","vk-blocks")," "),(0,A.createElement)(Y.ButtonGroup,{className:"mb-3"},(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"position-left"===d,isSecondary:"position-left"!==d,onClick:function(){return s({balloonAlign:"position-left"})}},(0,I.__)("Left","vk-blocks")),(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"position-right"===d,isSecondary:"position-right"!==d,onClick:function(){return s({balloonAlign:"position-right"})}},(0,I.__)("Right","vk-blocks"))),(0,A.createElement)("p",{className:"mb-1 block-prop-title"},(0,I.__)("Type","vk-blocks")),(0,A.createElement)("p",{className:"mb-1"},(0,I.__)("Please select the type of balloon.","vk-blocks")," "),(0,A.createElement)(Y.ButtonGroup,{className:"mb-3"},(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"type-speech"===p,isSecondary:"type-speech"!==p,onClick:function(){return s({balloonType:"type-speech"})}},(0,I.__)("Speech","vk-blocks")),(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"type-think"===p,isSecondary:"type-think"!==p,onClick:function(){return s({balloonType:"type-think"})}},(0,I.__)("Thinking","vk-blocks"))),(0,A.createElement)("p",{className:"mb-1 block-prop-title"},(0,I.__)("Image Style","vk-blocks")),(0,A.createElement)(Y.ButtonGroup,{className:"mb-3"},(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"normal"===g,isSecondary:"normal"!==g,onClick:function(){return s({balloonImageType:"normal"})}},(0,I.__)("Normal","vk-blocks")),(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"rounded"===g,isSecondary:"rounded"!==g,onClick:function(){return s({balloonImageType:"rounded"})}},(0,I.__)("Rounded","vk-blocks")),(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"circle"===g,isSecondary:"circle"!==g,onClick:function(){return s({balloonImageType:"circle"})}},(0,I.__)("Circle","vk-blocks"))),n,(0,A.createElement)("p",{className:"mb-1 block-prop-title"},(0,I.__)("Background color of speech balloon","vk-blocks")),(0,A.createElement)(G.ColorPalette,{value:v,onChange:function(e){return s({balloonBgColor:e})}})),(0,A.createElement)(Y.PanelBody,{title:(0,I.__)("Default Icon Setting","vk-blocks")},(0,A.createElement)("div",{className:"icon-image-list mb-2"},t),(0,A.createElement)("div",null,(0,I.__)("You can register default icons from Settings > VK Blocks in Admin.","vk-blocks"))),(0,A.createElement)(Y.PanelBody,{title:(0,I.__)("Animation setting","vk-blocks")},(0,A.createElement)("p",{className:"mb-1"},(0,I.__)("Please select the type of animation.","vk-blocks")," "),(0,A.createElement)(Y.SelectControl,{value:k,onChange:function(e){return s({balloonAnimation:e})},options:[{value:"none",label:(0,I.__)("None","vk-blocks")},{value:"trembling",label:(0,I.__)("Trembling","vk-blocks")},{value:"trembling-x",label:(0,I.__)("Trembling X","vk-blocks")},{value:"pounding",label:(0,I.__)("Pounding","vk-blocks")},{value:"shaking",label:(0,I.__)("Shaking","vk-blocks")}]}))),(0,A.createElement)("div",x,(0,A.createElement)("div",{className:"vk_balloon_icon"},(0,A.createElement)(G.MediaUpload,{onSelect:function(e){return s({IconImage:e.sizes.full.url})},type:"image",className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(g," ").concat(o),value:_,render:function(e){var t=e.open;return(0,A.createElement)(Y.Button,{onClick:t,className:_?"image-button":"button button-large"},_?(0,A.createElement)("img",{className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(g," ").concat(o),style:{borderColor:a},src:_,alt:(0,I.__)("Upload image","vk-blocks")}):(0,I.__)("Select image","vk-blocks"))}}),(0,A.createElement)(G.RichText,{tagName:"figcaption",className:"vk_balloon_icon_name",onChange:function(e){return s({balloonName:e})},value:m,placeholder:(0,I.__)("Icon Name","vk-blocks")})),(0,A.createElement)("div",{className:"vk_balloon_content_outer"},(0,A.createElement)("div",{className:"vk_balloon_content ".concat(r),style:{backgroundColor:l,borderColor:a}},(0,A.createElement)("span",{className:"vk_balloon_content_before",style:{borderColor:c}}),(0,A.createElement)("span",{className:"vk_balloon_content_after",style:{borderColor:c}}),(0,A.createElement)(G.InnerBlocks,{templateLock:!1,template:[["core/paragraph",{content:u}]]})))))},save:function(e){var t,n,r,o,a,l=e.attributes,c=l.balloonName,i=l.balloonType,s=l.balloonBorder,u=l.balloonImageBorder,m=l.balloonBorderColor,p=l.balloonBgColor,f=l.balloonAlign,b=l.IconImage,h=l.balloonImageType,v=l.balloonAnimation;return!0===s?(t="vk_balloon_content-border-true",n=!0===u?"vk_balloon_icon_image-border-true":"",r=m,o=p):(t="",n="",r=p,o=p),a="position-right"===f?"transparent transparent transparent ".concat(o):"transparent ".concat(o," transparent transparent"),(0,A.createElement)("div",G.useBlockProps.save({className:"vk_balloon vk_balloon-".concat(f," vk_balloon-").concat(i," vk_balloon-animation-").concat(v)}),(0,A.createElement)("div",{className:"vk_balloon_icon"},b?(0,A.createElement)("figure",null,(0,A.createElement)("img",{className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(h," ").concat(n),style:{borderColor:r},src:b,alt:""}),(0,A.createElement)(G.RichText.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:c})):""),(0,A.createElement)("div",{className:"vk_balloon_content_outer"},(0,A.createElement)("div",{className:"vk_balloon_content ".concat(t),style:{backgroundColor:o,borderColor:r}},(0,A.createElement)("span",{className:"vk_balloon_content_before",style:{borderColor:a}}),(0,A.createElement)("span",{className:"vk_balloon_content_after",style:{borderColor:a}}),(0,A.createElement)(G.InnerBlocks.Content,null))))},deprecated:se};function ye(){return ye=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ye.apply(this,arguments)}var Ee=JSON.parse('{"apiVersion":2,"name":"vk-blocks/border-box","category":"vk-blocks-cat","attributes":{"heading":{"type":"string","source":"html","selector":"h4"},"color":{"type":"string","default":"red"},"bgColor":{"type":"string","default":"transparent"},"faIcon":{"type":"string","default":""}},"description":"This is a border box where you can place headings to attract attention.","textdomain":"vk-blocks","supports":{"className":true}}');function Ce(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xe(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ne(e,t,n){return t&&xe(e.prototype,t),n&&xe(e,n),e}function we(e,t){return we=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},we(e,t)}function Te(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&we(e,t)}function Be(e){return Be="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Be(e)}function Se(e,t){if(t&&("object"===Be(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function Ae(e){return Ae=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},Ae(e)}var Ie=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(e){var t;return Ce(this,o),(t=r.call(this,e)).state={open:!1},t.buttonRef=(0,A.createRef)(),t}return Ne(o,[{key:"render",value:function(){var e=this,t="apc-icon-btn components-button is-secondary is-small";return(0,A.createElement)(A.Fragment,null,(0,A.createElement)("div",{className:"components-base-control"},(0,A.createElement)("div",{className:"vk-blocks-button-icon-control__wrapper components-base-control__field"},(0,A.createElement)(Y.Button,{isTertiary:!0,className:"".concat(t," mb-1"),onClick:function(){e.setState({open:!e.state.open})},ref:this.buttonRef},this.props.label),this.state.open&&this.buttonRef.current&&(0,A.createElement)(Y.Popover,{anchorRect:this.buttonRef.current.getBoundingClientRect(),children:this.props.renderComp,onFocusOutside:function(n){n.relatedTarget&&!n.relatedTarget.closest(".".concat(t))&&n.relatedTarget!==e.buttonRef.current&&e.setState({open:!1})},focusOnMount:"container",className:"vk-blocks-advanced-popover-control"}))))}}]),o}(A.Component),Re=function(e){var t=e.attributeName,n=e.attributes,r=e.setAttributes,o=(0,A.createElement)(A.Fragment,null,(0,A.createElement)(Y.BaseControl,{className:"components-base-control__label",id:"vk_fa_icon_list",label:(0,I.__)("Icon","vk-blocks")},(0,A.createElement)(Y.RadioControl,{className:"vk_icon_list",selected:n[t],options:[{label:(0,A.createElement)("i",{className:"fas fa-arrow-right"}),value:'<i class="fas fa-arrow-right"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-arrow-down"}),value:'<i class="fas fa-arrow-down"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-arrow-left"}),value:'<i class="fas fa-arrow-left"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-arrow-circle-right"}),value:'<i class="fas fa-arrow-circle-right"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-arrow-circle-down"}),value:'<i class="fas fa-arrow-circle-down"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-arrow-circle-left"}),value:'<i class="fas fa-arrow-circle-left"></i>'},{label:(0,A.createElement)("i",{className:"far fa-arrow-alt-circle-right"}),value:'<i class="far fa-arrow-alt-circle-right"></i>'},{label:(0,A.createElement)("i",{className:"far fa-arrow-alt-circle-down"}),value:'<i class="far fa-arrow-alt-circle-down"></i>'},{label:(0,A.createElement)("i",{className:"far fa-arrow-alt-circle-left"}),value:'<i class="far fa-arrow-alt-circle-left"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-external-link-square-alt"}),value:'<i class="fas fa-external-link-square-alt"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-external-link-alt"}),value:'<i class="fas fa-external-link-alt"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-download"}),value:'<i class="fas fa-download"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-exclamation-triangle"}),value:'<i class="fas fa-exclamation-triangle"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-exclamation-circle"}),value:'<i class="fas fa-exclamation-circle"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-exclamation"}),value:'<i class="fas fa-exclamation"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-question"}),value:'<i class="fas fa-question"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-question-circle"}),value:'<i class="fas fa-question-circle"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-info-circle"}),value:'<i class="fas fa-info-circle"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-info"}),value:'<i class="fas fa-info"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-check"}),value:'<i class="fas fa-check"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-check-square"}),value:'<i class="fas fa-check-square"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-check-circle"}),value:'<i class="fas fa-check-circle"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-phone"}),value:'<i class="fas fa-phone"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-phone-square"}),value:'<i class="fas fa-phone-square"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-mobile-alt"}),value:'<i class="fas fa-mobile-alt"></i>'},{label:(0,A.createElement)("i",{className:"far fa-envelope"}),value:'<i class="far fa-envelope"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-user"}),value:'<i class="fas fa-user"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-users"}),value:'<i class="fas fa-users"></i>'},{label:(0,A.createElement)("i",{className:"far fa-file-alt"}),value:'<i class="far fa-file-alt"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-file-alt"}),value:'<i class="fas fa-file-alt"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-file"}),value:'<i class="fas fa-file"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-file-pdf"}),value:'<i class="fas fa-file-pdf"></i>'},{label:(0,A.createElement)("i",{className:"fas fa-building"}),value:'<i class="fas fa-building"></i>'},{label:(0,A.createElement)("i",{className:"fab fa-twitter"}),value:'<i class="fab fa-twitter"></i>'},{label:(0,A.createElement)("i",{className:"fab fa-facebook-square"}),value:'<i class="fab fa-facebook-square"></i>'},{label:(0,A.createElement)("i",{className:"fab fa-line"}),value:'<i class="fab fa-line"></i>'}],onChange:function(e){return r(k({},t,e))}})),(0,A.createElement)("hr",null),(0,A.createElement)("p",{className:"mt-1"},(0,I.__)("If you want to use an icon other than the ones listed above, you can use any of the icons from Font Awesome's icon list Please select a tag and enter it.","vk-blocks"),(0,A.createElement)("br",null),(0,I.__)('Ex) <i class="fas fa-arrow-circle-right"></i>',"vk-blocks"),(0,A.createElement)("br",null),(0,A.createElement)("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},(0,I.__)("Font Awesome icon list","vk-blocks"))));return(0,A.createElement)(A.Fragment,null,(0,A.createElement)(Y.TextControl,{value:n[t],onChange:function(e){return r(k({},t,e))},placeholder:'<i class="fas fa-arrow-circle-right"></i>',className:"mb-0"}),(0,A.createElement)(Ie,{label:(0,I.__)("Select Icon","vk-blocks"),renderComp:o,setAttributes:r}))},Oe=n(653);function Pe(){return Pe=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Pe.apply(this,arguments)}var ze=n(4184),qe=n.n(ze),Le=function(e){var t,n,r=e.setAttributes,o=e.attributes,a=e.for_,l=e.className,c=o.heading,i=o.color,s=o.faIcon;"edit"===a?(t=(0,A.createElement)(G.InnerBlocks,null),n=(0,A.createElement)(G.RichText,{tagName:"h4",className:"vk_borderBox_title",onChange:function(e){return r({heading:e})},value:c,placeholder:(0,I.__)("Please enter a title.","vk-blocks")})):(t=(0,A.createElement)(G.InnerBlocks.Content,null),n=(0,A.createElement)(G.RichText.Content,{tagName:"h4",className:"vk_borderBox_title",value:c}));var u=l;return-1===l.indexOf("is-style-")&&(u=qe()(l,"is-style-vk_borderBox-style-solid-kado-tit-tab")),(0,A.createElement)("div",{className:"vk_borderBox vk_borderBox-color-".concat(i," ").concat(u)},(0,A.createElement)("div",{className:"vk_borderBox_title_container"},(0,A.createElement)("i",{className:"".concat(s)}),n),(0,A.createElement)("div",{className:"vk_borderBox_body"},t))},Me=function(e){var t,n,r=e.setAttributes,o=e.attributes,a=e.for_,l=e.className,c=o.heading,i=o.color,s=o.faIcon,u=o.bgColor;"edit"===a?(t=(0,A.createElement)(G.InnerBlocks,null),n=(0,A.createElement)(G.RichText,{tagName:"h4",className:"vk_borderBox_title",onChange:function(e){return r({heading:e})},value:c,placeholder:(0,I.__)("Please enter a title.","vk-blocks")})):(t=(0,A.createElement)(G.InnerBlocks.Content,null),n=(0,A.createElement)(G.RichText.Content,{tagName:"h4",className:"vk_borderBox_title",value:c}));var m,p=l;return-1===l.indexOf("is-style-")&&(p=qe()(l,"is-style-vk_borderBox-style-solid-kado-tit-tab")),m=-1===s.indexOf('<i class="')?'<i class="'.concat(s,'"></i>'):s,(0,A.createElement)("div",{className:"vk_borderBox vk_borderBox-color-".concat(i," vk_borderBox-background-").concat(u," ").concat(p)},(0,A.createElement)("div",{className:"vk_borderBox_title_container"},(0,Oe.ZP)(m),n),(0,A.createElement)("div",{className:"vk_borderBox_body"},t))};function De(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ue(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?De(Object(n),!0).forEach((function(t){k(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):De(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var je,Fe,He,Ve={heading:{type:"string",source:"html",selector:"h4"},color:{type:"string",default:"red"},faIcon:{type:"string",default:""}},Ge=[{attributes:Ue(Ue({},Ve),{},{bgColor:{type:"string",default:"transparent"}}),save:function(e){return(0,A.createElement)(Me,Pe({for_:"save"},e))}},{attributes:Ve,save:function(e){return(0,A.createElement)(Le,Pe({for_:"save"},e))}}],Ze=Ee.name,Je={title:(0,I.__)("Border Box","vk-blocks"),icon:(0,A.createElement)((function(e){return H.createElement("svg",ye({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),fe||(fe=H.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1a1 1 0 00-1 1v11.28h1.5V7.5h21v13H10.2l.46 1.5H23a1 1 0 001-1V7a1 1 0 00-1-1h-9V2a1 1 0 00-1-1H1zm9 3.75H4v-1.5h6v1.5z",fill:"#000"})),be||(be=H.createElement("path",{d:"M.87 22L0 19.47V21c0 .5.38.93.87 1zm9.76-4.5H20v-1h-8.42l-.95 1zm1.82-3H20v-1h-8.29c.38.22.64.59.74 1zm7.55-3v-1H4v1h16zm-9.11 3.28H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),he||(he=H.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})))}),null),category:"vk-blocks-cat",example:{attributes:{heading:R,color:"red",faIcon:z},innerBlocks:[{name:"core/paragraph",attributes:{content:O}}]},styles:[{name:"vk_borderBox-style-solid-kado-tit-tab",label:(0,I.__)("Solid Angle Tab","vk-blocks"),isDefault:!0},{name:"vk_borderBox-style-solid-round-tit-tab",label:(0,I.__)("Solid Round Tab","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-banner",label:(0,I.__)("Solid Angle Banner","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-onborder",label:(0,I.__)("Solid Angle Onborder","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-inner",label:(0,I.__)("Solid Angle Inner","vk-blocks")},{name:"vk_borderBox-style-solid-kado-iconFeature",label:(0,I.__)("Solid Angle iconFeature","vk-blocks")}],edit:function(e){var t,n=e.attributes,r=e.setAttributes,o=n.heading,a=n.color,l=n.faIcon,c=n.bgColor,i=(0,A.createElement)(G.InnerBlocks,{templateLock:!1,template:[["core/paragraph"]]}),s=(0,A.createElement)(G.RichText,{tagName:"h4",className:"vk_borderBox_title",onChange:function(e){return r({heading:e})},value:o,placeholder:(0,I.__)("Please enter a title.","vk-blocks")}),u=(0,G.useBlockProps)({className:"vk_borderBox vk_borderBox-color-".concat(a," vk_borderBox-background-").concat(c)});return-1===u.className.indexOf("is-style-")&&(u.className+=" is-style-vk_borderBox-style-solid-kado-tit-tab"),t=-1===l.indexOf('<i class="')?'<i class="'.concat(l,'"></i>'):l,(0,A.createElement)(A.Fragment,null,(0,A.createElement)(G.InspectorControls,null,(0,A.createElement)(Y.PanelBody,{title:(0,I.__)("Margin","vk-blocks"),initialOpen:!1},(0,A.createElement)(Y.BaseControl,null,(0,A.createElement)("p",null,(0,I.__)("The margin-top of the first element and the margin-bottom of the last element in the border block will be automatically set to 0.If you want to add margins at the beginning and end, use a spacer block to specify height instead of margin.","vk-blocks")))),(0,A.createElement)(Y.PanelBody,{title:(0,I.__)("Color","vk-blocks")},(0,A.createElement)(Y.BaseControl,{id:"border-color",label:(0,I.__)("Border Color","vk-blocks")},(0,A.createElement)(Y.SelectControl,{value:a,onChange:function(e){return r({color:e})},options:[{value:"red",label:(0,I.__)("Red","vk-blocks")},{value:"orange",label:(0,I.__)("Orange","vk-blocks")},{value:"blue",label:(0,I.__)("Blue","vk-blocks")},{value:"green",label:(0,I.__)("Green","vk-blocks")},{value:"black",label:(0,I.__)("Black","vk-blocks")}]})),(0,A.createElement)(Y.BaseControl,{id:"background-color",label:(0,I.__)("Background Color","vk-blocks")},(0,A.createElement)(Y.SelectControl,{value:c,onChange:function(e){return r({bgColor:e})},options:[{value:"transparent",label:(0,I.__)("Transparent","vk-blocks")},{value:"white",label:(0,I.__)("White","vk-blocks")}]}))),(0,A.createElement)(Y.PanelBody,{title:(0,I.__)("Icon","vk-blocks")},(0,A.createElement)(Y.BaseControl,{id:"dot-fa",label:(0,I.__)("Icon ( Font Awesome )","vk-blocks")},(0,A.createElement)(Re,{attributeName:"faIcon",attributes:n,setAttributes:r})))),(0,A.createElement)("div",u,(0,A.createElement)("div",{className:"vk_borderBox_title_container"},(0,Oe.ZP)(t),s),(0,A.createElement)("div",{className:"vk_borderBox_body"},i)))},save:function(e){var t,n=e.attributes,r=n.heading,o=n.color,a=n.faIcon,l=n.bgColor,c=(0,A.createElement)(G.InnerBlocks.Content,null),i=(0,A.createElement)(G.RichText.Content,{tagName:"h4",className:"vk_borderBox_title",value:r}),s=G.useBlockProps.save({className:"vk_borderBox vk_borderBox-color-".concat(o," vk_borderBox-background-").concat(l)});return-1===s.className.indexOf("is-style-")&&(s.className+=" is-style-vk_borderBox-style-solid-kado-tit-tab"),t=-1===a.indexOf('<i class="')?'<i class="'.concat(a,'"></i>'):a,(0,A.createElement)("div",s,(0,A.createElement)("div",{className:"vk_borderBox_title_container"},(0,Oe.ZP)(t),i),(0,A.createElement)("div",{className:"vk_borderBox_body"},c))},deprecated:Ge};function Ye(){return Ye=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Ye.apply(this,arguments)}var We=function(e){var t=!1;return e&&null!==e.match(/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/)&&(t=!0),t};var Xe=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p="",f="";if(m="vk_button_link","0"===n||null===n?"custom"!==t&&void 0===e?m+=" btn has-background has-vk-color-".concat(t,"-background-color"):(m+=" btn has-background",We(e)||(m+=" has-".concat(e,"-background-color"))):"1"===n?"custom"!==t&&void 0===e?m+=" btn has-text-color is-style-outline has-vk-color-".concat(t,"-color"):(m+=" btn has-text-color is-style-outline",We(e)||(m+=" has-".concat(e,"-color"))):"2"===n&&("custom"!==t&&void 0===e?m+=" has-text-color vk_button_link-type-text has-vk-color-".concat(t,"-color"):(m+=" has-text-color vk_button_link-type-text",We(e)||(m+=" has-".concat(e,"-color")))),m="".concat(m," btn-").concat(o),"block"===r&&(m="".concat(m," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var b=(c=c.replace(/ fas/g,"fas")).split(" ");b[1]=" "+b[1]+" vk_button_link_before ",p=b.join("")}if(i){var h=(i=i.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_after ",f=h.join("")}return(0,A.createElement)("a",{href:a,style:null,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener"},(0,Oe.ZP)(p),s,(0,Oe.ZP)(f),u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component),Qe=window.wp.data,Ke=function(e){var t=e.schema,n=e.setAttributes,r=function(e){var t;if(e){var n=(0,Qe.select)("core/editor").getEditorSettings().colors,r=(0,G.getColorObjectByAttributeValues)(n,e);t=void 0!==r.color?r.color:e}return t}(e.attributes[t]);return(0,A.createElement)(G.ColorPalette,{value:r,onChange:function(e){var r=(0,Qe.select)("core/editor").getEditorSettings().colors,o=(0,G.getColorObjectByColorValue)(r,e);n(k({},t,void 0!==o?o.slug:e))}})},$e=JSON.parse('{"apiVersion":2,"name":"vk-blocks/button","category":"vk-blocks-cat","attributes":{"content":{"type":"string","source":"html","selector":"span"},"subCaption":{"type":"string"},"buttonUrl":{"type":"string"},"buttonTarget":{"type":"Boolean","default":false},"buttonSize":{"type":"string","default":"md"},"buttonType":{"type":"string","default":"0"},"buttonColor":{"type":"string","default":"primary"},"buttonColorCustom":{"type":"string"},"buttonAlign":{"type":"string","default":"left"},"fontAwesomeIconBefore":{"type":"string"},"fontAwesomeIconAfter":{"type":"string"},"clientId":{"type":"string"},"blockId":{"type":"string"}},"description":"A button link that can display icons before and after.","textdomain":"vk-blocks","supports":{"className":true,"anchor":true}}');var et=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u="",m={},p="",f="";return u="btn vk_button_link",e?(u="".concat(u," btn-primary btn-").concat(o),"0"===n?m={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(m={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(u="".concat(u," btn-").concat(o," btn-").concat(t),m=null):"1"===n&&(u="".concat(u," btn-").concat(o," btn-outline-").concat(t),m=null)),"block"===r&&(u="".concat(u," btn-block")),c&&(p=(0,A.createElement)("i",{className:"".concat(c," vk_button_link_before")})),i&&(f=(0,A.createElement)("i",{className:"".concat(i," vk_button_link_after")})),(0,A.createElement)("a",{href:a,className:u,role:"button","aria-pressed":!0,style:m,target:l?"_blank":null},p,s,f)}}]),o}(A.Component);var tt=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u="",m={},p="",f="";return u="btn vk_button_link",e?(u="".concat(u," btn-primary btn-").concat(o),"0"===n?m={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(m={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(u="".concat(u," btn-").concat(o," btn-").concat(t),m=null):"1"===n&&(u="".concat(u," btn-").concat(o," btn-outline-").concat(t),m=null)),"block"===r&&(u="".concat(u," btn-block")),c&&(p=(0,A.createElement)("i",{className:"".concat(c," vk_button_link_before")})),i&&(f=(0,A.createElement)("i",{className:"".concat(i," vk_button_link_after")})),(0,A.createElement)("a",{href:a,id:"vk_button_link",className:u,role:"button","aria-pressed":!0,style:m,target:l?"_blank":null},p,s,f)}}]),o}(A.Component);var nt=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},f="",b="";return m="btn vk_button_link",e?(m="".concat(m," btn-primary btn-").concat(o),"0"===n?p={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(p={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(m="".concat(m," btn-").concat(o," btn-").concat(t),p=null):"1"===n&&(m="".concat(m," btn-").concat(o," btn-outline-").concat(t),p=null)),"block"===r&&(m="".concat(m," btn-block")),c&&(f=(0,A.createElement)("i",{className:"".concat(c," vk_button_link_before")})),i&&(b=(0,A.createElement)("i",{className:"".concat(i," vk_button_link_after")})),(0,A.createElement)("a",{href:a,id:"vk_button_link",className:m,role:"button","aria-pressed":!0,style:p,target:l?"_blank":null,rel:"noopener noreferrer"},f,s,b,u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);var rt=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},f="",b="";return m="btn vk_button_link",e?(m="".concat(m," btn-primary btn-").concat(o),"0"===n?p={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(p={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(m="".concat(m," btn-").concat(o," btn-").concat(t),p=null):"1"===n&&(m="".concat(m," btn-").concat(o," btn-outline-").concat(t),p=null)),"block"===r&&(m="".concat(m," btn-block")),c&&(f=(0,A.createElement)("i",{className:"".concat(c," vk_button_link_before")})),i&&(b=(0,A.createElement)("i",{className:"".concat(i," vk_button_link_after")})),(0,A.createElement)("a",{href:a,id:"vk_button_link",className:m,role:"button","aria-pressed":!0,style:p,target:l?"_blank":null},f,s,b,u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);var ot=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},f="",b="";return m="btn vk_button_link",e?(m="".concat(m," btn-primary btn-").concat(o),"0"===n?p={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(p={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(m="".concat(m," btn-").concat(o," btn-").concat(t),p=null):"1"===n&&(m="".concat(m," btn-").concat(o," btn-outline-").concat(t),p=null)),"block"===r&&(m="".concat(m," btn-block")),c&&(f=(0,A.createElement)("i",{className:"".concat(c," vk_button_link_before")})),i&&(b=(0,A.createElement)("i",{className:"".concat(i," vk_button_link_after")})),(0,A.createElement)("a",{href:a,id:"vk_button_link",style:p,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},f,s,b,u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);var at=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},f="",b="";return p=null,m="".concat(m="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(m="".concat(m," btn-").concat(t),p=null):p={backgroundColor:e,border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid "+e,color:e}:"2"===n&&("undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={color:e}),m="".concat(m," btn-").concat(o),"block"===r&&(m="".concat(m," btn-block")),c&&(f=(0,A.createElement)("i",{className:"".concat(c," vk_button_link_before")})),i&&(b=(0,A.createElement)("i",{className:"".concat(i," vk_button_link_after")})),(0,A.createElement)("a",{href:a,id:"vk_button_link",style:p,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},f,s,b,u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);var lt=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},f="",b="";if(p=null,m="".concat(m="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(m="".concat(m," btn-").concat(t),p=null):p={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={color:"".concat(e)}),m="".concat(m," btn-").concat(o),"block"===r&&(m="".concat(m," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var h=(c=c.replace(/ fas/g,"fas ")).split(" ");h[1]=" "+h[1]+" vk_button_link_before ",f=h.join("")}return i&&(b=i.replace(/ fas /g," vk_button_link_after fas")),(0,A.createElement)("a",{href:a,id:"vk_button_link",style:p,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},(0,Oe.ZP)(f),s,(0,Oe.ZP)(b),u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);var ct=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},f="",b="";if(p=null,m="".concat(m="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(m="".concat(m," btn-").concat(t),p=null):p={backgroundColor:e,border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid "+e,color:e}:"2"===n&&("undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={color:e}),m="".concat(m," btn-").concat(o),"block"===r&&(m="".concat(m," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var h=(c=c.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_before ",f=h.join("")}if(i){var v=(i=i.replace(/ fas/g,"fas")).split(" ");v[1]=" "+v[1]+" vk_button_link_after ",b=v.join("")}return(0,A.createElement)("a",{href:a,id:"vk_button_link",style:p,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},(0,Oe.ZP)(f),s,(0,Oe.ZP)(b),u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);var it=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},f="",b="";if(p=null,m="".concat(m="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(m="".concat(m," btn-").concat(t),p=null):p={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={color:"".concat(e)}),m="".concat(m," btn-").concat(o),"block"===r&&(m="".concat(m," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var h=(c=c.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_before ",f=h.join("")}if(i){var v=(i=i.replace(/ fas/g,"fas")).split(" ");v[1]=" "+v[1]+" vk_button_link_after ",b=v.join("")}return(0,A.createElement)("a",{href:a,style:p,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},(0,Oe.ZP)(f),s,(0,Oe.ZP)(b),u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);var st=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},f="",b="";if(p=null,m="".concat(m="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(m="".concat(m," btn-").concat(t),p=null):p={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={color:"".concat(e)}),m="".concat(m," btn-").concat(o),"block"===r&&(m="".concat(m," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var h=(c=c.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_before ",f=h.join("")}if(i){var v=(i=i.replace(/ fas/g,"fas")).split(" ");v[1]=" "+v[1]+" vk_button_link_after ",b=v.join("")}return(0,A.createElement)("a",{href:a,style:p,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null},(0,Oe.ZP)(f),s,(0,Oe.ZP)(b),u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);var ut=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},f="",b="";if(p=null,m="".concat(m="vk_button_link","0"==n||null==n||"1"==n?" btn":" vk_button_link-type-text"),"0"==n||null===n?"undefined"==e||null==e||null===e?(m="".concat(m," btn-").concat(t),p=null):p={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"==e||null==e||null===e?(m="".concat(m," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"==e||null==e||null===e?(m="".concat(m," btn-outline-").concat(t),p=null):p={color:"".concat(e)}),m="".concat(m," btn-").concat(o),"block"===r&&(m="".concat(m," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var h=(c=c.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_before ",f=h.join("")}if(i){var v=(i=i.replace(/ fas/g,"fas")).split(" ");v[1]=" "+v[1]+" vk_button_link_after ",b=v.join("")}return(0,A.createElement)("a",{href:a,style:p,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null},(0,Oe.ZP)(f),s,(0,Oe.ZP)(b),u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);var mt=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},f="",b="";if(p=null,m="".concat(m="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(m="".concat(m," btn-").concat(t),p=null):p={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={color:"".concat(e)}),m="".concat(m," btn-").concat(o),"block"===r&&(m="".concat(m," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var h=(c=c.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_before ",f=h.join("")}if(i){var v=(i=i.replace(/ fas/g,"fas")).split(" ");v[1]=" "+v[1]+" vk_button_link_after ",b=v.join("")}return(0,A.createElement)("a",{href:a,style:p,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener"},(0,Oe.ZP)(f),s,(0,Oe.ZP)(b),u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);var pt=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},f="",b="";if(p=null,m="".concat(m="vk_button_link","0"===n||null===n||"1"===n?" btn":" vk_button_link-type-text"),"0"===n||null===n?"undefined"===e||null==e?(m="".concat(m," btn-").concat(t),p=null):p={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"===e||null==e?(m="".concat(m," btn-outline-").concat(t),p=null):p={color:"".concat(e)}),m="".concat(m," btn-").concat(o),"block"===r&&(m="".concat(m," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var h=(c=c.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_before ",f=h.join("")}if(i){var v=(i=i.replace(/ fas/g,"fas")).split(" ");v[1]=" "+v[1]+" vk_button_link_after ",b=v.join("")}return(0,A.createElement)("a",{href:a,style:p,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener"},(0,Oe.ZP)(f),s,(0,Oe.ZP)(b),u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);var ft=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p="",f="";if(m="vk_button_link","0"!==n&&null!==n&&"1"!==n&&(m+=" vk_button_link-type-text"),"0"===n||null===n?"custom"!==t&&void 0===e?m+=" vk_button_btn has-background has-vk-color-".concat(t,"-background-color"):(m+=" has-background",We(e)?m+=" vk_button_btn":m+=" vk_button_btn has-".concat(e,"-background-color")):"1"===n?"custom"!==t&&void 0===e?m+=" vk_button_btn has-text-color has-vk-color-".concat(t,"-color is-style-outline"):(m+=" has-text-color",We(e)?m+=" vk_button_btn":m+=" vk_button_btn has-".concat(e,"-color is-style-outline")):"2"===n&&("custom"!==t&&void 0===e?m+=" has-text-color has-vk-color-".concat(t,"-color"):(m+=" has-text-color",We(e)?m+="":m+=" has-".concat(e,"-color"))),m="".concat(m," btn-").concat(o),"block"===r&&(m="".concat(m," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var b=(c=c.replace(/ fas/g,"fas")).split(" ");b[1]=" "+b[1]+" vk_button_link_before ",p=b.join("")}if(i){var h=(i=i.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_after ",f=h.join("")}return(0,A.createElement)("a",{href:a,style:null,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener"},(0,Oe.ZP)(p),s,(0,Oe.ZP)(f),u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);var bt=function(e){Te(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ae(t);if(n){var o=Ae(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Se(this,e)});function o(){return Ce(this,o),r.apply(this,arguments)}return Ne(o,[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p="",f="";if(m="vk_button_link","0"===n||null===n?"custom"!==t&&void 0===e?m+=" btn has-background has-vk-color-".concat(t,"-background-color"):(m+=" btn has-background",We(e)||(m+=" has-".concat(e,"-background-color"))):"1"===n?"custom"!==t&&void 0===e?m+=" btn has-text-color is-style-outline has-vk-color-".concat(t,"-color"):(m+=" btn has-text-color is-style-outline",We(e)||(m+=" has-".concat(e,"-color"))):"2"===n&&("custom"!==t&&void 0===e?m+=" has-text-color vk_button_link-type-text has-vk-color-".concat(t,"-color"):(m+=" has-text-color vk_button_link-type-text",We(e)||(m+=" has-".concat(e,"-color")))),m="".concat(m," btn-").concat(o),"block"===r&&(m="".concat(m," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var b=(c=c.replace(/ fas/g,"fas")).split(" ");b[1]=" "+b[1]+" vk_button_link_before ",p=b.join("")}if(i){var h=(i=i.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_after ",f=h.join("")}return(0,A.createElement)("a",{href:a,style:null,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener"},(0,Oe.ZP)(p),s,(0,Oe.ZP)(f),u&&(0,A.createElement)("p",{className:"vk_button_link_subCaption"},u))}}]),o}(A.Component);function ht(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function vt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ht(Object(n),!0).forEach((function(t){k(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ht(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var dt={content:{type:"string",source:"html",selector:"span"},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},_t=vt(vt({},dt),{},{subCaption:{type:"string",default:""}}),gt=vt(vt({},_t),{},{buttonUrl:{type:"string"},buttonColorCustom:{type:"string"},fontAwesomeIconBefore:{type:"string"},fontAwesomeIconAfter:{type:"string"},subCaption:{type:"string"},clientId:{type:"string"}}),kt=(vt(vt({},gt),{},{blockId:{type:"string"}}),[{attributes:gt,save:function(e){var t,n=e.attributes,r=n.content,o=n.subCaption,a=n.buttonUrl,l=n.buttonTarget,c=n.buttonSize,i=n.buttonType,s=n.buttonColor,u=n.buttonColorCustom,m=n.buttonAlign,p=n.fontAwesomeIconBefore,f=n.fontAwesomeIconAfter,b=n.clientId;t=void 0!==u&&We(u)?"vk_button vk_button-color-custom vk_button-align-".concat(m," vk_button-").concat(b):"vk_button vk_button-color-custom vk_button-align-".concat(m);var h=G.useBlockProps.save({className:t});return(0,A.createElement)("div",h,(0,A.createElement)(bt,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:o,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:gt,save:function(e){var t,n=e.attributes,r=n.content,o=n.subCaption,a=n.buttonUrl,l=n.buttonTarget,c=n.buttonSize,i=n.buttonType,s=n.buttonColor,u=n.buttonColorCustom,m=n.buttonAlign,p=n.fontAwesomeIconBefore,f=n.fontAwesomeIconAfter,b=n.clientId;t=void 0!==u&&We(u)?"vk_button vk_button-color-custom vk_button-align-".concat(m," vk_button-").concat(b):"vk_button vk_button-color-custom vk_button-align-".concat(m);var h=G.useBlockProps.save({className:t});return(0,A.createElement)("div",h,(0,A.createElement)(ft,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:o,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:_t,save:function(e){var t,n=e.attributes,r=n.content,o=n.subCaption,a=n.buttonUrl,l=n.buttonTarget,c=n.buttonSize,i=n.buttonType,s=n.buttonColor,u=n.buttonColorCustom,m=n.buttonAlign,p=n.fontAwesomeIconBefore,f=n.fontAwesomeIconAfter;t=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(m):"vk_button vk_button-align-".concat(m);var b=G.useBlockProps.save({className:t});return(0,A.createElement)("div",b,(0,A.createElement)(pt,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:o,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:_t,save:function(e){var t,n=e.attributes,r=n.content,o=n.subCaption,a=n.buttonUrl,l=n.buttonTarget,c=n.buttonSize,i=n.buttonType,s=n.buttonColor,u=n.buttonColorCustom,m=n.buttonAlign,p=n.fontAwesomeIconBefore,f=n.fontAwesomeIconAfter;t=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(m):"vk_button vk_button-align-".concat(m);var b=G.useBlockProps.save({className:t});return(0,A.createElement)("div",b,(0,A.createElement)(lt,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:o,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:_t,save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,m=t.buttonAlign,p=t.fontAwesomeIconBefore,f=t.fontAwesomeIconAfter,b="";return b=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(m):"vk_button vk_button-align-".concat(m),n&&(b=n+" "+b),(0,A.createElement)("div",{className:b},(0,A.createElement)(ut,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:o,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:vt(vt({},dt),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,m=t.buttonAlign,p=t.fontAwesomeIconBefore,f=t.fontAwesomeIconAfter,b="";return b=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(m):"vk_button vk_button-align-".concat(m),n&&(b=n+" "+b),(0,A.createElement)("div",{className:b},(0,A.createElement)(st,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:o,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:vt(vt({},dt),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,m=t.buttonAlign,p=t.fontAwesomeIconBefore,f=t.fontAwesomeIconAfter,b="";return b=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(m):"vk_button vk_button-align-".concat(m),n&&(b=n+" "+b),(0,A.createElement)("div",{className:b},(0,A.createElement)(it,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:o,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:vt(vt({},dt),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,m=t.buttonAlign,p=t.fontAwesomeIconBefore,f=t.fontAwesomeIconAfter,b="";return b=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(m):"vk_button vk_button-align-".concat(m),n&&(b=n+" "+b),(0,A.createElement)("div",{className:b},(0,A.createElement)(ct,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:o,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:vt(vt({},dt),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,m=t.buttonAlign,p=t.fontAwesomeIconBefore,f=t.fontAwesomeIconAfter,b="";return u?b="vk_button vk_button-color-custom vk_button-align-".concat(m):u||(b="vk_button vk_button-align-".concat(m)),n&&(b=n+" "+b),(0,A.createElement)("div",{className:b},(0,A.createElement)(at,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:o,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:vt(vt({},dt),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,m=t.buttonAlign,p=t.fontAwesomeIconBefore,f=t.fontAwesomeIconAfter,b="";return u?b="vk_button vk_button-color-custom vk_button-align-".concat(m):u||(b="vk_button vk_button-align-".concat(m)),n&&(b=n+" "+b),(0,A.createElement)("div",{className:b},(0,A.createElement)(ot,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:o,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:vt(vt({},dt),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=t.content,r=t.subCaption,o=t.buttonUrl,a=t.buttonTarget,l=t.buttonSize,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonAlign,m=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,f="";return s?f="vk_button vk_button-color-custom vk_button-align-".concat(u):s||(f="vk_button vk_button-align-".concat(u)),(0,A.createElement)("div",{className:f},(0,A.createElement)(rt,{lbColorCustom:s,lbColor:i,lbType:c,lbAlign:u,lbSize:l,lbUrl:o,lbTarget:a,lbFontAwesomeIconBefore:m,lbFontAwesomeIconAfter:p,lbsubCaption:r,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:vt(vt({},dt),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=t.content,r=t.subCaption,o=t.buttonUrl,a=t.buttonTarget,l=t.buttonSize,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonAlign,m=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,f="";return s?f="vk_button vk_button-color-custom vk_button-align-".concat(u):s||(f="vk_button vk_button-align-".concat(u)),(0,A.createElement)("div",{className:f},(0,A.createElement)(nt,{lbColorCustom:s,lbColor:i,lbType:c,lbAlign:u,lbSize:l,lbUrl:o,lbTarget:a,lbFontAwesomeIconBefore:m,lbFontAwesomeIconAfter:p,lbsubCaption:r,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:vt({},dt),save:function(e){var t=e.attributes,n=t.content,r=t.buttonUrl,o=t.buttonTarget,a=t.buttonSize,l=t.buttonType,c=t.buttonColor,i=t.buttonColorCustom,s=t.buttonAlign,u=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,p="";return i?p="vk_button vk_button-color-custom vk_button-align-".concat(s):i||(p="vk_button vk_button-align-".concat(s)),(0,A.createElement)("div",{className:p},(0,A.createElement)(tt,{lbColorCustom:i,lbColor:c,lbType:l,lbAlign:s,lbSize:a,lbUrl:r,lbTarget:o,lbFontAwesomeIconBefore:u,lbFontAwesomeIconAfter:m,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:vt({},dt),save:function(e){var t=e.attributes,n=t.content,r=t.buttonUrl,o=t.buttonTarget,a=t.buttonSize,l=t.buttonType,c=t.buttonColor,i=t.buttonColorCustom,s=t.buttonAlign,u=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,p="";return i?p="vk_button vk_button-color-custom vk_button-align-".concat(s):i||(p="vk_button vk_button-align-".concat(s)),(0,A.createElement)("div",{className:p},(0,A.createElement)(et,{lbColorCustom:i,lbColor:c,lbType:l,lbAlign:s,lbSize:a,lbUrl:r,lbTarget:o,lbFontAwesomeIconBefore:u,lbFontAwesomeIconAfter:m,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:vt(vt({},dt),{},{subCaption:{type:"string",default:""}}),save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,m=t.buttonAlign,p=t.fontAwesomeIconBefore,f=t.fontAwesomeIconAfter,b="";return b=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(m):"vk_button vk_button-align-".concat(m),n&&(b=n+" "+b),(0,A.createElement)("div",{className:b},(0,A.createElement)(mt,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:o,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}}]);function yt(e){return e.el}var Et,Ct,xt,Nt=[function(e){var t,n,r,o,a,l=e.el,c=(t=e.attributes,n=t.buttonColorCustom,r=t.buttonType,o=t.clientId,a="",void 0!==n&&We(n)&&("0"!==r&&null!==r||(a+=".vk_button-".concat(o," .has-background {\n\t\t\t\tbackground-color: ").concat(n,";\n\t\t\t\tborder: 1px solid ").concat(n,";\n\t\t\t\tcolor: #fff;\n\t\t\t}")),"1"===r&&(a+=".vk_button-".concat(o," .has-text-color.is-style-outline {\n\t\t\t\tbackground-color: transparent;\n\t\t\t\tborder: 1px solid ").concat(n,";\n\t\t\t\tcolor: ").concat(n,";\n\t\t\t}\n\t\t\t.vk_button-").concat(o," .has-text-color.is-style-outline:hover {\n\t\t\t\tbackground-color: ").concat(n,";\n\t\t\t\tborder: 1px solid ").concat(n,";\n\t\t\t\tcolor: #fff;\n\t\t\t}")),"2"===r&&(a=".vk_button-".concat(o," .has-text-color.vk_button_link-type-text {\n\t\t\t\tcolor: ").concat(n,";\n\t\t\t}\n\t\t\t.vk_button-").concat(o," .has-text-color.vk_button_link-type-text:hover {\n\t\t\t\tbackground-color: ").concat(n,";\n\t\t\t\tcolor: #fff;\n\t\t\t}"))),a);return""!==c?(0,A.createElement)(A.Fragment,null,l,(0,A.createElement)("style",{type:"text/css"},c)):(0,A.createElement)(A.Fragment,null,l)},function(e){var t,n,r,o,a,l=e.el,c=(t=e.attributes,n=t.clientId,r=t.buttonType,o=t.buttonColorCustom,a="",void 0!==o&&We(o)&&("0"!==r&&null!==r||(a="\n\t\t\t.vk_button-".concat(n," .has-background {\n\t\t\t\tbackground-color: ").concat(o,";\n\t\t\t\tborder: 1px solid ").concat(o,";\n\t\t\t\tcolor: #fff;\n\t\t\t}\n\t\t\t")),"1"===r&&(a="\n\t\t\t.vk_button-".concat(n," .has-text-color {\n\t\t\t\tbackground-color: transparent;\n\t\t\t\tborder: 1px solid ").concat(o,";\n\t\t\t\tcolor: ").concat(o,";\n\t\t\t}\n\t\t\t.vk_button-").concat(n," .has-text-color:hover {\n\t\t\t\tbackground-color: ").concat(o,";\n\t\t\t\tborder: 1px solid ").concat(o,";\n\t\t\t\tcolor: #fff;\n\t\t\t}\n\t\t\t")),"2"===r&&(a="\n\t\t\t.vk_button-".concat(n," .vk_button_link-type-text {\n\t\t\t\tcolor: ").concat(o,";\n\t\t\t}\n\t\t\t"))),a);return""!==c?(0,A.createElement)(A.Fragment,null,l,(0,A.createElement)("style",{type:"text/css"},c)):(0,A.createElement)(A.Fragment,null,l)},yt,yt,yt,yt,yt,yt,yt,yt,yt,yt,yt,yt,yt],wt=window.wp.hooks,Tt=window.wp.compose,Bt=$e.name,St={title:(0,I.__)("Button","vk-blocks"),icon:(0,A.createElement)((function(e){return H.createElement("svg",Ye({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),je||(je=H.createElement("path",{d:"M5 8h14c.28 0 .5.22.5.5v7a.5.5 0 01-.5.5h-6.94l-1.43 1.5H19a2 2 0 002-2v-7a2 2 0 00-2-2H5a2 2 0 00-2 2v4.78h.27l.24-.69c.17-.47.54-.83.99-1V8.5c0-.28.22-.5.5-.5z",fill:"#000"})),Fe||(Fe=H.createElement("path",{d:"M8.5 12.5a1.6 1.6 0 00-.5-.68v-.32h8v1H8.5zm2.39 2.28H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),He||(He=H.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})))}),null),example:{attributes:{content:P,subCaption:R,buttonUrl:M,buttonTarget:!1,buttonSize:"md",buttonType:"0",buttonColor:"primary",buttonColorCustom:"undefined",buttonAlign:"left",fontAwesomeIconBefore:z,fontAwesomeIconAfter:z}},edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.clientId,o=t.content,a=t.subCaption,l=t.buttonUrl,c=t.buttonTarget,i=t.buttonSize,s=t.buttonType,u=t.buttonColor,m=t.buttonColorCustom,p=t.buttonAlign,f=t.fontAwesomeIconBefore,b=t.fontAwesomeIconAfter,h=t.blockId;(0,A.useEffect)((function(){void 0!==t.clientId&&n({clientId:void 0}),void 0===h&&n({blockId:r}),null!==l&&"null"!==l&&"undefined"!==l&&""!==l||n({buttonUrl:void 0}),null!==m&&"null"!==m&&"undefined"!==m&&""!==m||n({buttonColorCustom:void 0}),null!==f&&"null"!==f&&"undefined"!==f&&""!==f||n({fontAwesomeIconBefore:void 0}),null!==b&&"null"!==b&&"undefined"!==b&&""!==b||n({fontAwesomeIconAfter:void 0}),null!==a&&"null"!==a&&"undefined"!==a&&""!==a||n({subCaption:void 0})}),[r]);var v,d=(0,Qe.dispatch)("core/block-editor").updateBlockAttributes;(0,A.useEffect)((function(){"custom"!==u?d(r,{buttonColorCustom:void 0}):void 0===m&&"custom"===u&&d(r,{buttonColor:"primary"})}),[u]),(0,A.useEffect)((function(){void 0!==m?d(r,{buttonColor:"custom"}):void 0===m&&"custom"===u&&d(r,{buttonColor:"primary"})}),[m]),v=void 0!==m&&We(m)?"vk_button vk_button-align-".concat(p," vk_button-color-custom vk_button-").concat(h):"vk_button vk_button-align-".concat(p," vk_button-color-custom");var _=(0,G.useBlockProps)({className:v});return(0,A.createElement)(A.Fragment,null,(0,A.createElement)(G.InspectorControls,null,(0,A.createElement)(Y.PanelBody,{title:(0,I.__)("Button setting","vk-blocks")},(0,A.createElement)(Y.TextControl,{className:"mb-0",label:(0,I.__)("Block ID","vk-blocks"),value:h,onChange:function(e){return n({blockId:e})}}),(0,A.createElement)("ul",{className:"mt-0 mb-3"},(0,A.createElement)("li",null,(0,I.__)("This is the identification ID for this block style.","vk-blocks")),(0,A.createElement)("li",null,(0,I.__)("If you don't use custom colors, you don't have to worry about it.","vk-blocks")),(0,A.createElement)("li",null,(0,A.createElement)("strong",null,(0,I.__)("If you duplicate this block, please change the ID.","vk-blocks"))),(0,A.createElement)("li",null,(0,I.__)("This ID is'not id of HTML attribute.","vk-blocks"))),(0,A.createElement)(Y.TextControl,{label:(0,I.__)("Sub Caption","vk-blocks"),value:a,className:"mt-0 mb-3",onChange:function(e){return n({subCaption:e})},placeholder:"Sub Caption"}),(0,A.createElement)(Y.TextControl,{label:(0,I.__)("Button URL","vk-blocks"),value:l,className:"mt-0 mb-3",onChange:function(e){return n({buttonUrl:e})},placeholder:"Button URL"}),(0,A.createElement)(Y.CheckboxControl,{label:(0,I.__)("Open link new tab.","vk-blocks"),checked:c,onChange:function(e){return n({buttonTarget:e})}}),(0,A.createElement)("h4",{className:"mt-0 mb-2"},(0,I.__)("Button Size:","vk-blocks")),(0,A.createElement)(Y.ButtonGroup,{className:"mb-3"},(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"lg"===i,isSecondary:"lg"!==i,onClick:function(){return n({buttonSize:"lg"})}},(0,I.__)("Large","vk-blocks")),(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"md"===i,isSecondary:"md"!==i,onClick:function(){return n({buttonSize:"md"})}},(0,I.__)("Normal","vk-blocks")),(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"sm"===i,isSecondary:"sm"!==i,onClick:function(){return n({buttonSize:"sm"})}},(0,I.__)("Small","vk-blocks"))),(0,A.createElement)("h4",{className:"mt-0 mb-2"},(0,I.__)("Button Position:","vk-blocks")),(0,A.createElement)(Y.ButtonGroup,{className:"mb-3"},(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"left"===p,isSecondary:"left"!==p,onClick:function(){return n({buttonAlign:"left"})}},(0,I.__)("Left","vk-blocks")),(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"center"===p,isSecondary:"center"!==p,onClick:function(){return n({buttonAlign:"center"})}},(0,I.__)("Center","vk-blocks")),(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"right"===p,isSecondary:"right"!==p,onClick:function(){return n({buttonAlign:"right"})}},(0,I.__)("Right","vk-blocks")),(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"wide"===p,isSecondary:"wide"!==p,onClick:function(){return n({buttonAlign:"wide"})}},(0,I.__)("Wide","vk-blocks")),(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"block"===p,isSecondary:"block"!==p,onClick:function(){return n({buttonAlign:"block"})}},(0,I.__)("Block","vk-blocks"))),(0,A.createElement)("h4",{className:"mt-0 mb-2"},(0,I.__)("Button Style:","vk-blocks")),(0,A.createElement)(Y.ButtonGroup,{className:"mb-2"},(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"0"===s,isSecondary:"0"!==s,onClick:function(){return n({buttonType:"0"})}},(0,I.__)("Solid color","vk-blocks")),(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"1"===s,isSecondary:"1"!==s,onClick:function(){return n({buttonType:"1"})}},(0,I.__)("No background","vk-blocks")),(0,A.createElement)(Y.Button,{isSmall:!0,isPrimary:"2"===s,isSecondary:"2"!==s,onClick:function(){return n({buttonType:"2"})}},(0,I.__)("Text only","vk-blocks"))),(0,A.createElement)("p",{className:"mb-3"},(0,I.__)('If you select "No background", that you need to select a Custom Color.',"vk-blocks")),(0,A.createElement)(Y.SelectControl,{label:(0,I.__)("Default Color:","vk-blocks"),value:u,options:[{label:(0,I.__)("Primary","vk-blocks"),value:"primary"},{label:(0,I.__)("Secondary","vk-blocks"),value:"secondary"},{label:(0,I.__)("Success","vk-blocks"),value:"success"},{label:(0,I.__)("Info","vk-blocks"),value:"info"},{label:(0,I.__)("Warning","vk-blocks"),value:"warning"},{label:(0,I.__)("Danger","vk-blocks"),value:"danger"},{label:(0,I.__)("Light","vk-blocks"),value:"light"},{label:(0,I.__)("Dark","vk-blocks"),value:"dark"},{label:(0,I.__)("Custom Color","vk-blocks"),value:"custom"}],onChange:function(e){return n({buttonColor:e})}}),(0,A.createElement)(Y.BaseControl,{id:"vk_block_baloon_custom_color",label:(0,I.__)("Custom Color","vk-blocks"),help:(0,I.__)("This custom color overrides the default color. If you want to use the default color, click the clear button.","vk-blocks")},(0,A.createElement)(Ke,Pe({schema:"buttonColorCustom",disableSchema:"buttonColor",disableValue:"custom"},e))),(0,A.createElement)(Y.BaseControl,null,(0,A.createElement)("h4",{className:"mt-0 mb-2"},(0,I.__)("Icon ( Font Awesome )","vk-blocks")),(0,A.createElement)(Y.BaseControl,{id:"vk_block_baloon_fa_before_text",label:(0,I.__)("Before text","vk-blocks")},(0,A.createElement)(Re,Pe({attributeName:"fontAwesomeIconBefore"},e))),(0,A.createElement)(Y.BaseControl,{id:"vk_block_baloon_fa_after_text",label:(0,I.__)("After text","vk-blocks")},(0,A.createElement)(Re,Pe({attributeName:"fontAwesomeIconAfter"},e)))))),(0,A.createElement)("div",_,(0,A.createElement)(Xe,{lbColorCustom:m,lbColor:u,lbType:s,lbAlign:p,lbSize:i,lbFontAwesomeIconBefore:f,lbFontAwesomeIconAfter:b,lbsubCaption:a,lbRichtext:(0,A.createElement)(G.RichText,{tagName:"span",className:"vk_button_link_txt",onChange:function(e){return n({content:e})},value:o,placeholder:(0,I.__)("Input text","vk-blocks"),allowedFormats:["core/bold","core/italic","core/strikethrough","core/superscript","core/subscript","vk-blocks/responsive-br","vk-blocks/nowrap"],isSelected:!0})})))},save:function(e){var t,n=e.attributes,r=n.content,o=n.subCaption,a=n.buttonUrl,l=n.buttonTarget,c=n.buttonSize,i=n.buttonType,s=n.buttonColor,u=n.buttonColorCustom,m=n.buttonAlign,p=n.fontAwesomeIconBefore,f=n.fontAwesomeIconAfter,b=n.blockId;t=void 0!==u&&We(u)?"vk_button vk_button-color-custom vk_button-align-".concat(m," vk_button-").concat(b):"vk_button vk_button-color-custom vk_button-align-".concat(m);var h=G.useBlockProps.save({className:t});return(0,A.createElement)("div",h,(0,A.createElement)(Xe,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:o,lbRichtext:(0,A.createElement)(G.RichText.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))},deprecated:kt},At=function(e){var t=e.buttonColorCustom,n=e.buttonType,r=e.blockId,o="";return void 0!==t&&We(t)&&("0"!==n&&null!==n||(o+=".vk_button-".concat(r," .has-background {\n\t\t\t\tbackground-color: ").concat(t,";\n\t\t\t\tborder: 1px solid ").concat(t,";\n\t\t\t\tcolor: #fff;\n\t\t\t}")),"1"===n&&(o+=".vk_button-".concat(r," .has-text-color.is-style-outline {\n\t\t\t\tbackground-color: transparent;\n\t\t\t\tborder: 1px solid ").concat(t,";\n\t\t\t\tcolor: ").concat(t,";\n\t\t\t}\n\t\t\t.vk_button-").concat(r," .has-text-color.is-style-outline:hover {\n\t\t\t\tbackground-color: ").concat(t,";\n\t\t\t\tborder: 1px solid ").concat(t,";\n\t\t\t\tcolor: #fff;\n\t\t\t}")),"2"===n&&(o=".vk_button-".concat(r," .has-text-color.vk_button_link-type-text {\n\t\t\t\tcolor: ").concat(t,";\n\t\t\t}"))),o},It=(0,Tt.createHigherOrderComponent)((function(e){return function(t){var n=t.attributes;if("vk-blocks/button"===t.name){var r=At(n);return""!==r?(0,A.createElement)(A.Fragment,null,(0,A.createElement)(e,t),(0,A.createElement)("style",{type:"text/css"},r)):(0,A.createElement)(e,t)}return(0,A.createElement)(e,t)}}),"VKButtonInlineEditorCss");function Rt(){return Rt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Rt.apply(this,arguments)}function Ot(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Pt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ot(Object(n),!0).forEach((function(t){k(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ot(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}(0,wt.addFilter)("editor.BlockEdit","vk-blocks/button",It),(0,wt.addFilter)("blocks.getSaveElement","vk-blocks/button",(function(e,t,n){if("vk-blocks/button"===t.name){var r=kt.findIndex((function(e){return e.save===t.save}));if(-1===r){var o=At(n);return""!==o?(0,A.createElement)(A.Fragment,null,e,(0,A.createElement)("style",{type:"text/css"},o)):e}var a=Nt[r];return(0,A.createElement)(a,{el:e,attributes:n})}return e}),11);var zt,qt,Lt,Mt,Dt={heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"}},Ut=[{attributes:Dt,save:function(e){var t=e.attributes,n=e.className,r=t.heading,o=t.content;return(0,A.createElement)("dl",{className:"".concat(n," vk_faq")},(0,A.createElement)(G.RichText.Content,{tagName:"dt",className:"vk_faq_title",value:r}),(0,A.createElement)(G.RichText.Content,{tagName:"dd",className:"vk_faq_content",value:o}))}},{attributes:Dt,save:function(e){var t=e.attributes,n=t.heading,r=t.content;return(0,A.createElement)("dl",{className:"vk_faq"},(0,A.createElement)(G.RichText.Content,{tagName:"dt",className:"vk_faq_title",value:n}),(0,A.createElement)(G.RichText.Content,{tagName:"dd",className:"vk_faq_content",value:r}))}},{attributes:Pt({},Dt),save:function(e){var t=e.attributes.heading;return(0,A.createElement)("dl",{className:"vk_faq"},(0,A.createElement)(G.RichText.Content,{tagName:"dt",className:"vk_faq_title",value:t}),(0,A.createElement)("dd",{className:"vk_faq_content"},(0,A.createElement)(G.InnerBlocks.Content,null)))}},{attributes:Pt({},Dt),save:function(e){var t=e.attributes.heading;return(0,A.createElement)("dl",{className:"vk_faq [accordion_trigger_switch]"},(0,A.createElement)(G.RichText.Content,{tagName:"dt",className:"vk_faq_title",value:t}),(0,A.createElement)("dd",{className:"vk_faq_content"},(0,A.createElement)(G.InnerBlocks.Content,null)))}}],jt=Ut,Ft=JSON.parse('{"apiVersion":2,"name":"vk-blocks/faq","category":"vk-blocks-cat","attributes":{"heading":{"type":"string","source":"html","selector":"dt"}},"description":"Displays a combination of questions and answers.","textdomain":"vk-blocks","supports":{"anchor":true}}'),Ht=Ft.name,Vt={title:(0,I.__)("Classic FAQ","vk-blocks"),icon:(0,A.createElement)((function(e){return H.createElement("svg",Rt({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Et||(Et=H.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),Ct||(Ct=H.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})),xt||(xt=H.createElement("path",{d:"M5.07 0C3.57 0 2.35.49 1.4 1.47A5.2 5.2 0 000 5.24c0 1.54.48 2.81 1.43 3.79a4.87 4.87 0 003.64 1.44c1 0 1.85-.2 2.36-.53l1.35 1.39 1.38-1.38-1.19-1.21c.73-.9 1.17-2.1 1.17-3.5A4.9 4.9 0 005.07 0zM3.08 5.24c0-1.63.73-2.75 1.97-2.75 1.12 0 2 .9 2 2.75 0 .51-.06.93-.19 1.33l-.84-.86-1.39 1.35.84.86c-.14.05-.26.06-.4.06-1.16 0-1.99-.95-1.99-2.74zM13.52 7c-.91 0-1.69.64-1.69 1.55 0 .45.14.86.62 1.45-.96.47-1.45 1.17-1.45 1.96 0 1.25.89 2.04 2.09 2.04.73 0 1.3-.28 1.81-.8l.53.67H17l-1.31-1.61c.32-.43.55-.98.62-1.67h-1.1c-.04.3-.13.59-.24.8l-.83-1.07c.75-.43 1.14-.99 1.14-1.7 0-1.07-.81-1.62-1.76-1.62zM13 8.5c0-.36.27-.6.57-.6.33 0 .6.3.6.65 0 .42-.2.68-.67.97-.41-.5-.5-.73-.5-1.02zm-.78 3.5c0-.48.33-.87.9-1.13l1.1 1.42c-.36.44-.7.6-1.08.6a.93.93 0 01-.92-.9zm5.34 2L14 24h2.98l.45-1.43h3.07l.41 1.43H24l-3.52-10h-2.92zm1.45 3.35h.03l.87 3.08h-1.83l.93-3.08z",fill:"#000"})))}),null),styles:[{name:"vk_faq-normal",label:(0,I.__)("Normal","vk-blocks"),isDefault:!0},{name:"vk_faq-bgfill-circle",label:(0,I.__)("Bgfill Circle","vk-blocks")},{name:"vk_faq-bgfill-square",label:(0,I.__)("Bgfill Square","vk-blocks")},{name:"vk_faq-bgfill-rounded",label:(0,I.__)("Bgfill Rounded","vk-blocks")},{name:"vk_faq-border-circle",label:(0,I.__)("Border Circle","vk-blocks")},{name:"vk_faq-border-square",label:(0,I.__)("Border Square","vk-blocks")},{name:"vk_faq-border-rounded",label:(0,I.__)("Border Rounded","vk-blocks")}],example:{attributes:{heading:R},innerBlocks:[{name:"core/paragraph",attributes:{content:O}}]},save:function(e){var t=e.attributes.heading;return(0,A.createElement)("dl",G.useBlockProps.save({className:"vk_faq [accordion_trigger_switch]"}),(0,A.createElement)(G.RichText.Content,{tagName:"dt",className:"vk_faq_title",value:t}),(0,A.createElement)("dd",{className:"vk_faq_content"},(0,A.createElement)(G.InnerBlocks.Content,null)))},edit:function(e){var t,n=e.attributes,r=e.setAttributes;t=vk_blocks_check.is_pro?(0,I.__)("If you want to be collapsing this block, you can set it at Setting > VK Blocks","vk-blocks"):(0,I.__)("You can be collapsing this block at VK Blocks Pro","vk-blocks");var o=n.heading,a=[["core/paragraph",{content:n.content}]],l=(0,G.useBlockProps)({className:"vk_faq [accordion_trigger_switch]"});return(0,A.createElement)(A.Fragment,null,(0,A.createElement)(G.InspectorControls,null,(0,A.createElement)(Y.PanelBody,{title:(0,I.__)("Accordion Setting","vk-blocks")},(0,A.createElement)(Y.PanelRow,null,t))),(0,A.createElement)("dl",l,(0,A.createElement)(G.RichText,{tagName:"dt",className:"vk_faq_title",onChange:function(e){return r({heading:e})},value:o,placeholder:(0,I.__)("Please enter a question.","vk-blocks")}),(0,A.createElement)("dd",{className:"vk_faq_content"},(0,A.createElement)(G.InnerBlocks,{template:a}))))},deprecated:jt};function Gt(){return Gt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Gt.apply(this,arguments)}var Zt,Jt,Yt,Wt={heading:{type:"string",source:"html",selector:"dt"},content:{type:"string"}},Xt=[{attributes:Wt,save:function(){return(0,A.createElement)("dl",G.useBlockProps.save({className:"vk_faq [accordion_trigger_switch]"}),(0,A.createElement)(G.InnerBlocks.Content,null))}},{attributes:Wt,save:function(){return(0,A.createElement)("dl",{className:"vk_faq"},(0,A.createElement)(G.InnerBlocks.Content,null))}}],Qt=JSON.parse('{"apiVersion":2,"name":"vk-blocks/faq2","category":"vk-blocks-cat","description":"It displays a combination of questions and answers. You can freely add blocks to the question area as well.","textdomain":"vk-blocks","supports":{"anchor":true,"className":true}}'),Kt=Qt.name,$t={title:(0,I.__)("New FAQ","vk-blocks"),icon:(0,A.createElement)((function(e){return H.createElement("svg",Gt({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),zt||(zt=H.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"})),qt||(qt=H.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})),Lt||(Lt=H.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 0h-8v8h8V0zm-4.75 1v2.25H17v1.5h2.25V7h1.5V4.75H23v-1.5h-2.25V1h-1.5z",fill:"#000"})),Mt||(Mt=H.createElement("path",{d:"M5.07 0C3.57 0 2.35.49 1.4 1.47A5.2 5.2 0 000 5.24c0 1.54.48 2.81 1.43 3.79a4.87 4.87 0 003.64 1.44c1 0 1.85-.2 2.36-.53l1.35 1.39 1.38-1.38-1.19-1.21c.73-.9 1.17-2.1 1.17-3.5A4.9 4.9 0 005.07 0zM3.08 5.24c0-1.63.73-2.75 1.97-2.75 1.12 0 2 .9 2 2.75 0 .51-.06.93-.19 1.33l-.84-.86-1.39 1.35.84.86c-.14.05-.26.06-.4.06-1.16 0-1.99-.95-1.99-2.74zM13.52 7c-.91 0-1.69.64-1.69 1.55 0 .45.14.86.62 1.45-.96.47-1.45 1.17-1.45 1.96 0 1.25.89 2.04 2.09 2.04.73 0 1.3-.28 1.81-.8l.53.67H17l-1.31-1.61c.32-.43.55-.98.62-1.67h-1.1c-.04.3-.13.59-.24.8l-.83-1.07c.75-.43 1.14-.99 1.14-1.7 0-1.07-.81-1.62-1.76-1.62zM13 8.5c0-.36.27-.6.57-.6.33 0 .6.3.6.65 0 .42-.2.68-.67.97-.41-.5-.5-.73-.5-1.02zm-.78 3.5c0-.48.33-.87.9-1.13l1.1 1.42c-.36.44-.7.6-1.08.6a.93.93 0 01-.92-.9zm5.34 2L14 24h2.98l.45-1.43h3.07l.41 1.43H24l-3.52-10h-2.92z