VK All in One Expansion Unit - Version 9.71.0.24

Version Description

Download this release

Release Info

Developer kurudrive
Plugin Icon 128x128 VK All in One Expansion Unit
Version 9.71.0.24
Comparing to
See all releases

Code changes from version 9.72.0.1 to 9.71.0.24

Files changed (77) hide show
  1. .node-version +1 -0
  2. .phpcs.xml.dist +49 -0
  3. .svnignore +25 -0
  4. .wordpress-org/banner-1544x500.jpg +0 -0
  5. .wordpress-org/banner-772x250.jpg +0 -0
  6. .wordpress-org/icon-128x128.png +0 -0
  7. .wordpress-org/icon.svg +204 -0
  8. .wp-env.json +6 -0
  9. Dockerfile +12 -0
  10. assets/_scss/_bootstrap.scss +1397 -0
  11. assets/_scss/vkExUnit_style_in_bs.scss +4 -0
  12. assets/css/vkExUnit_sns_editor_style.css +1 -1
  13. assets/css/vkExUnit_style.css +1 -1
  14. assets/css/vkExUnit_style_in_bs.css +12 -0
  15. bin/deploy.sh +23 -0
  16. bin/dist +22 -0
  17. bin/install-wp-tests.sh +155 -0
  18. delete-old-option-meta.php +0 -64
  19. docker-compose.yml +19 -0
  20. gulpfile.js +224 -0
  21. inc/bootstrap.php +85 -0
  22. inc/child-page-index/child-page-index.php +5 -3
  23. inc/common-block.php +67 -70
  24. inc/contact-section/contact-section.php +22 -3
  25. inc/font-awesome/font-awesome-config.php +12 -14
  26. inc/font-awesome/package/class-vk-font-awesome-versions.php +238 -0
  27. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/HELP-US-OUT.txt +0 -0
  28. inc/font-awesome/package/versions/4.7.0/css/font-awesome.min.css +4 -0
  29. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/fonts/FontAwesome.otf +0 -0
  30. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/fonts/fontawesome-webfont.eot +0 -0
  31. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/fonts/fontawesome-webfont.svg +0 -0
  32. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/fonts/fontawesome-webfont.ttf +0 -0
  33. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/fonts/fontawesome-webfont.woff +0 -0
  34. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/fonts/fontawesome-webfont.woff2 +0 -0
  35. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/LICENSE.txt +0 -0
  36. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/css/all.min.css +0 -4
  37. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/js/all.min.js +0 -0
  38. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/sprites/brands.svg +0 -0
  39. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/sprites/regular.svg +0 -0
  40. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/sprites/solid.svg +0 -0
  41. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-brands-400.eot +0 -0
  42. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-brands-400.svg +0 -0
  43. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-brands-400.ttf +0 -0
  44. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-brands-400.woff +0 -0
  45. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-brands-400.woff2 +0 -0
  46. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-regular-400.eot +0 -0
  47. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-regular-400.svg +0 -0
  48. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-regular-400.ttf +0 -0
  49. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-regular-400.woff +0 -0
  50. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-regular-400.woff2 +0 -0
  51. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-solid-900.eot +0 -0
  52. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-solid-900.svg +0 -0
  53. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-solid-900.ttf +0 -0
  54. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-solid-900.woff +0 -0
  55. {vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-solid-900.woff2 +0 -0
  56. inc/icons.php +119 -0
  57. inc/meta-keyword/class-veu-metabox-meta-keyword.php +52 -0
  58. inc/meta-keyword/meta-keyword.php +132 -0
  59. inc/page-list-ancestor/page-list-ancestor.php +6 -3
  60. inc/sitemap-page/sitemap-page.php +7 -4
  61. inc/sns/function-sns-btns.php +4 -2
  62. inc/sns/package/_sns.scss +0 -1
  63. inc/sns/sns.php +6 -3
  64. inc/tiny-mce-styletags.php +80 -0
  65. inc/vk-blocks/hidden-utils.php +53 -0
  66. inc/vk-blocks/package/App/RestAPI/BlockMeta/EntryPoint.php +28 -0
  67. inc/vk-blocks/package/admin/admin.php +55 -0
  68. inc/vk-blocks/package/admin/balloon/balloon-admin.php +161 -0
  69. inc/vk-blocks/package/admin/images/no-image.png +0 -0
  70. inc/vk-blocks/package/admin/images/vk-blocks-logo.png +0 -0
  71. inc/vk-blocks/package/admin/images/vk-blocks-logo_ol.svg +73 -0
  72. inc/vk-blocks/package/build/block-build-editor.css +6 -0
  73. inc/vk-blocks/package/build/block-build.css +29 -0
  74. inc/vk-blocks/package/build/block-build.js +28 -0
  75. inc/vk-blocks/package/build/block-build.js.map +1 -0
  76. inc/vk-blocks/package/build/bootstrap_vk_using.css +6 -0
  77. inc/vk-blocks/package/build/languages/vk-blocks-ja-vk-blocks-build-js.json +1 -0
.node-version ADDED
@@ -0,0 +1 @@
 
1
+ 14.17.6
.phpcs.xml.dist ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <ruleset name="WordPress Coding Standards based custom ruleset for your plugin">
3
+ <description>Generally-applicable sniffs for WordPress plugins.</description>
4
+
5
+ <!-- What to scan -->
6
+ <file>.</file>
7
+ <exclude-pattern>/vendor/</exclude-pattern>
8
+ <exclude-pattern>/node_modules/</exclude-pattern>
9
+
10
+ <!-- How to scan -->
11
+ <!-- Usage instructions: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Usage -->
12
+ <!-- Annotated ruleset: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
13
+ <arg value="sp"/> <!-- Show sniff and progress -->
14
+ <arg name="basepath" value="./"/><!-- Strip the file paths down to the relevant bit -->
15
+ <arg name="colors"/>
16
+ <arg name="extensions" value="php"/>
17
+ <arg name="parallel" value="8"/><!-- Enables parallel processing when available for faster results. -->
18
+
19
+ <!-- Rules: Check PHP version compatibility -->
20
+ <!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
21
+ <config name="testVersion" value="5.3-"/>
22
+ <!-- https://github.com/PHPCompatibility/PHPCompatibilityWP -->
23
+ <rule ref="PHPCompatibilityWP"/>
24
+
25
+ <!-- Rules: WordPress Coding Standards -->
26
+ <!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards -->
27
+ <!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
28
+ <config name="minimum_supported_wp_version" value="4.6"/>
29
+ <rule ref="WordPress">
30
+ <exclude name="WordPress.VIP"/>
31
+ </rule>
32
+ <rule ref="WordPress.NamingConventions.PrefixAllGlobals">
33
+ <properties>
34
+ <!-- Value: replace the function, class, and variable prefixes used. Separate multiple prefixes with a comma. -->
35
+ <property name="prefixes" type="array" value="my-plugin"/>
36
+ </properties>
37
+ </rule>
38
+ <rule ref="WordPress.WP.I18n">
39
+ <properties>
40
+ <!-- Value: replace the text domain used. -->
41
+ <property name="text_domain" type="array" value="my-plugin"/>
42
+ </properties>
43
+ </rule>
44
+ <rule ref="WordPress.WhiteSpace.ControlStructureSpacing">
45
+ <properties>
46
+ <property name="blank_line_check" value="true"/>
47
+ </properties>
48
+ </rule>
49
+ </ruleset>
.svnignore ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .git/
2
+ .github/
3
+ _js/
4
+ _notes/
5
+ _scss/
6
+ bin/
7
+ node_modules/
8
+ tests/
9
+ dist/
10
+ *.po
11
+ *.pot
12
+ block.jsx
13
+ docker-compose*.yml
14
+ Dockerfile*
15
+ gulpfile.js
16
+ package*.json
17
+ phpunit.xml
18
+ .DS_Store
19
+ Thumbs.db
20
+ sftp-config*.json
21
+ vkexunit.mo
22
+ .travis.yml
23
+ *.before
24
+ composer.*
25
+ .node-version
.wordpress-org/banner-1544x500.jpg ADDED
Binary file
.wordpress-org/banner-772x250.jpg ADDED
Binary file
.wordpress-org/icon-128x128.png ADDED
Binary file
.wordpress-org/icon.svg ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
4
+ y="0px" viewBox="-233 356.9 128 128" style="enable-background:new -233 356.9 128 128;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#FFFFFF;}
7
+ .st1{opacity:0.5;fill:#EAEAEA;enable-background:new ;}
8
+ .st2{fill:#E5E5E5;}
9
+ .st3{display:none;}
10
+ .st4{display:inline;}
11
+ .st5{fill:#D70C19;}
12
+ .st6{fill:none;}
13
+ .st7{fill:#E50000;}
14
+ </style>
15
+ <g id="レイヤー_11">
16
+ <rect x="-233" y="356.9" class="st0" width="128" height="128"/>
17
+ <path class="st1" d="M-169.3,448.3c-25.8,0-48.8-9-63.7-23.1v42.7h128v-43.3C-119.8,439-143.1,448.3-169.3,448.3z"/>
18
+ <path class="st2" d="M-169.3,465.3c-25.8,0-48.8-9-63.7-23.1v42.7h128v-43.3C-119.8,456-143.1,465.3-169.3,465.3z"/>
19
+ </g>
20
+ <g id="レイヤー_10" class="st3">
21
+ <g class="st4">
22
+ <rect x="-223" y="370.9" class="st0" width="108" height="99"/>
23
+ <path class="st5" d="M-219.8,472.9h38.8v4h-6.1c-1.6,0-2.8,1.5-2.8,3s1.2,3,2.8,3h36.9c1.5,0,2.8-1.5,2.8-3s-1.3-3-2.8-3h-6.8v-4
24
+ h40.4c2.4,0,3.8-1.1,5-3.1c0.5-0.9,0.6-2,0.6-3.1v-94c0-2.8-2.1-5.8-4.9-5.8h-104.6c-2.8,0-5.5,0-5.5,5.8v94
25
+ c0,1.2,0.4,2.2,0.9,3.1C-223.9,471.8-222.1,472.9-219.8,472.9z M-220,371.9c0.3,0,102.2,0,102.9,0s1.1,0.5,1.1,1.3s0,93.5,0,93.5
26
+ c0,0.7-0.5,1.2-1.1,1.2h-102.7c-0.5,0-1.2-0.8-1.2-1.5c0,0,0-92.8,0-93.5C-221,372.1-220.6,371.9-220,371.9z"/>
27
+ </g>
28
+ </g>
29
+ <g id="EX下">
30
+ </g>
31
+ <g id="ノーマル">
32
+ </g>
33
+ <g id="ノーマルのみ">
34
+ </g>
35
+ <g id="ノーマル上">
36
+ </g>
37
+ <g id="レイヤー_6">
38
+ </g>
39
+ <g>
40
+ <g>
41
+ <path class="st0" d="M-187.4,457.4c0.2-0.2,0.2-0.4,0.2-0.6l-0.2-1.7c0-0.2-0.2-0.4-0.4-0.6c0.1-0.1,0.1-0.3,0.1-0.5l-1.6-11.2
42
+ c-0.1-0.4-0.4-0.7-0.8-0.7c-0.1,0-0.2,0-0.3,0.1l0.3-2.4c0.4,0.8,1.1,1.4,1.9,1.6l-0.1,0.8c0,0.3,0,0.5,0.2,0.7l1.5,1.5l0.8,9.7
43
+ c0,0.3,0.2,0.5,0.5,0.7l1.8,0.8c0.3,0.1,0.6,0.1,0.9-0.1l0.6-0.5c0.2-0.1,0.3-0.4,0.3-0.6l0.6-25.7c0-0.4-0.2-0.7-0.6-0.8
44
+ l-0.7-0.2c-0.2-0.1-0.4,0-0.5,0l-2.8,1.2c-0.3,0.1-0.4,0.3-0.5,0.6l-0.2,1.1c-0.4,0-0.7,0-1.1,0.1c-0.7,0.2-1.2,0.5-1.6,1l2-15.9
45
+ l1.3-1.5c0.1-0.1,0.2-0.3,0.2-0.5l0.3-22.6c0-0.3-0.1-0.5-0.3-0.7c-0.2-0.2-0.5-0.2-0.7-0.1l-4.5,1.2c-0.3,0.1-0.5,0.3-0.6,0.6
46
+ l-0.6,1.8c-0.8-0.4-1.6-0.4-2.4-0.2c-1.9,0.5-3.1,2.5-2.6,4.4c0.1,0.5,0.4,1,0.8,1.4c-0.8,0.3-1.5,0.8-1.9,1.6
47
+ c-0.5,0.8-0.6,1.8-0.4,2.7c0.4,1.3,1.4,2.3,2.7,2.6l-2.6,8.5c-0.1,0.2,0,0.4,0,0.6l1.4,3.2l-1.3,26.1l-0.7,1
48
+ c-0.1,0.1-0.2,0.3-0.2,0.5l-0.1,2.3c0,0.2,0.1,0.4,0.2,0.6c0.2,0.2,0.4,0.3,0.6,0.3l6.3,0.1c0.2,0,0.3-0.1,0.5-0.2l0,0.2l-7.5,0
49
+ c0,0,0,0,0,0c-0.3,0-0.6,0.2-0.8,0.5l-1.4,3.7c-0.1,0.2-0.1,0.4,0,0.6c-0.2,0.1-0.3,0.3-0.4,0.5l-0.4,1.7c0,0.2,0,0.5,0.2,0.7
50
+ c0.2,0.2,0.4,0.3,0.6,0.3c0,0,0,0,0,0l13.2-0.1C-187.7,457.6-187.5,457.5-187.4,457.4z M-189.6,413.3l-4.6,3.3l-0.5-1l4.4-3.3
51
+ L-189.6,413.3z M-188.9,435.8c-0.3,0.2-0.6,0.4-0.8,0.7l0.2-1.5C-189.4,435.3-189.2,435.6-188.9,435.8z"/>
52
+ <path class="st0" d="M-118.8,455c0-0.2-0.2-0.4-0.4-0.5c0.1-0.2,0.1-0.4,0-0.6l-1.4-3.7c-0.1-0.3-0.4-0.5-0.8-0.5c0,0,0,0,0,0
53
+ l-7.5,0l0-0.2c0.1,0.1,0.3,0.2,0.5,0.2l6.3-0.1c0.2,0,0.4-0.1,0.6-0.3c0.2-0.2,0.2-0.4,0.2-0.6l-0.1-2.3c0-0.2-0.1-0.3-0.2-0.5
54
+ l-0.7-1l-1.3-26.1l1.4-3.2c0.1-0.2,0.1-0.4,0-0.6l-2.6-8.5c1.3-0.3,2.3-1.2,2.7-2.6c0.2-0.9,0.1-1.9-0.4-2.7
55
+ c-0.4-0.7-1.1-1.3-1.9-1.6c0.4-0.4,0.6-0.9,0.8-1.4c0.2-0.9,0.1-1.9-0.4-2.7s-1.3-1.4-2.2-1.7c-0.8-0.2-1.7-0.1-2.4,0.2l-0.6-1.8
56
+ c-0.1-0.3-0.3-0.5-0.6-0.6l-4.5-1.2c-0.2-0.1-0.5,0-0.7,0.1c-0.2,0.2-0.3,0.4-0.3,0.7l0.3,22.6c0,0.2,0.1,0.4,0.2,0.5l1.3,1.5
57
+ l2,15.9c-0.4-0.5-0.9-0.9-1.6-1c-0.4-0.1-0.7-0.1-1.1-0.1l-0.2-1.1c0-0.3-0.2-0.5-0.5-0.6l-2.8-1.2c-0.2-0.1-0.4-0.1-0.5,0
58
+ l-0.8,0.2c-0.4,0.1-0.6,0.4-0.6,0.8l0.6,25.7c0,0.2,0.1,0.5,0.3,0.6l0.6,0.5c0.2,0.2,0.6,0.3,0.9,0.1l1.8-0.8
59
+ c0.3-0.1,0.4-0.4,0.5-0.7l0.8-9.7l1.5-1.5c0.2-0.2,0.3-0.5,0.2-0.7l-0.1-0.8c0.2-0.1,0.5-0.2,0.7-0.3c0.5-0.3,1-0.8,1.2-1.3
60
+ l0.3,2.4c-0.1,0-0.2-0.1-0.3-0.1c-0.4,0.1-0.8,0.3-0.8,0.7l-1.6,11.2c0,0.2,0,0.3,0.1,0.5c-0.2,0.1-0.3,0.3-0.4,0.6l-0.2,1.7
61
+ c0,0.2,0,0.5,0.2,0.6c0.2,0.2,0.4,0.3,0.6,0.3l13.2,0.1c0,0,0,0,0,0c0.2,0,0.5-0.1,0.6-0.3c0.2-0.2,0.2-0.4,0.2-0.7L-118.8,455z
62
+ M-125.7,415.5l-0.5,1l-4.6-3.3l0.7-1.1L-125.7,415.5z M-131.5,435.8c0.2-0.2,0.4-0.5,0.6-0.9l0.2,1.5
63
+ C-130.9,436.2-131.2,436-131.5,435.8z"/>
64
+ <path class="st0" d="M-130.4,471.7c-0.1-0.2-0.2-0.3-0.3-0.4l-7-4.4c-0.1,0-0.1-0.1-0.2-0.1l-1.3-0.4c-0.1,0-0.2,0-0.2,0h-13.4
65
+ c-0.1,0-0.3,0-0.4,0.1l-1.7,1c-0.2,0.1-0.4,0.4-0.4,0.7v3.8l-0.2,0.1c-0.3,0.1-0.4,0.4-0.4,0.7v2.4c0,0.3,0.2,0.6,0.5,0.8l1.5,0.6
66
+ c0.1,0,0.2,0.1,0.3,0.1h23c0.1,0,0.2,0,0.3-0.1l0.7-0.3c0.4-0.2,0.6-0.6,0.5-1L-130.4,471.7z"/>
67
+ <path class="st0" d="M-155.7,405.4c0.2,0.2,0.4,0.2,0.6,0.2h3.1c0.3,0,0.5-0.1,0.7-0.4l0.6-1c0.1-0.1,0.1-0.3,0.1-0.5v-10.5
68
+ c0-0.1,0-0.3-0.1-0.4l-0.3-0.5v-1.4c0-0.3-0.1-0.5-0.3-0.7l-0.8-0.6c0,0,0-0.1,0-0.1l-0.4-13.3c0-0.1,0-0.2-0.1-0.3
69
+ c0.2-0.1,0.3-0.4,0.3-0.6v-0.7c0-0.5-0.4-0.8-0.8-0.8h-1.4c-0.5,0-0.8,0.4-0.8,0.8v0.7c0,0.2,0.1,0.5,0.3,0.6l0,0
70
+ c0,0.1-0.1,0.2-0.1,0.3l-0.5,13.5c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0l-0.6,0.7c-0.1,0.1-0.2,0.3-0.2,0.5v13c0,0.2,0.1,0.4,0.2,0.6
71
+ L-155.7,405.4z"/>
72
+ <path class="st0" d="M-180,451.7l-3,11.6c-0.1,0.3,0,0.5,0.2,0.7l1.4,1.6c0.2,0.2,0.4,0.3,0.6,0.3h13.4c0.2,0,0.4-0.1,0.5-0.2
73
+ l1.2-1c0.2-0.2,0.3-0.4,0.3-0.6v-5c0-0.1,0-0.3-0.1-0.4l-0.3-0.7c-0.1-0.2-0.2-0.3-0.4-0.4l-4.6-2l-1.2-3.7c0-0.1-0.1-0.2-0.2-0.3
74
+ l-0.7-0.7c-0.1-0.1-0.3-0.2-0.5-0.2l-4.6-0.4c-0.2,0-0.4,0-0.6,0.2l-1,0.8C-179.8,451.4-179.9,451.5-180,451.7z"/>
75
+ <path class="st0" d="M-169,405.3c0.2,0.2,0.4,0.4,0.7,0.4h3.1c0.2,0,0.4-0.1,0.6-0.2l0.3-0.3c0.1-0.2,0.2-0.4,0.2-0.6v-13
76
+ c0-0.2-0.1-0.4-0.2-0.5l-0.6-0.7c0,0,0,0,0,0c0-0.1,0-0.1,0-0.2l-0.5-13.5c0-0.1,0-0.2-0.1-0.3l0,0c0.2-0.1,0.3-0.4,0.3-0.6v-0.7
77
+ c0-0.5-0.4-0.8-0.8-0.8h-1.4c-0.5,0-0.8,0.4-0.8,0.8v0.7c0,0.3,0.1,0.5,0.3,0.6c0,0.1-0.1,0.2-0.1,0.3l-0.4,13.3c0,0,0,0.1,0,0.1
78
+ l-0.8,0.6c-0.2,0.2-0.3,0.4-0.3,0.7v1.4l-0.3,0.5c-0.1,0.1-0.1,0.2-0.1,0.4v10.5c0,0.2,0,0.3,0.1,0.5L-169,405.3z"/>
79
+ <path class="st0" d="M-154.9,464.1c0,0.2,0.1,0.5,0.3,0.6l1.2,1c0.1,0.1,0.3,0.2,0.5,0.2h13.4c0.2,0,0.5-0.1,0.6-0.3l1.4-1.6
80
+ c0.2-0.2,0.2-0.5,0.2-0.7l-3-11.6c0-0.2-0.1-0.3-0.3-0.4l-1-0.8c-0.2-0.1-0.4-0.2-0.6-0.2l-4.6,0.4c-0.2,0-0.4,0.1-0.5,0.2
81
+ l-0.7,0.7c-0.1,0.1-0.2,0.2-0.2,0.3l-1.2,3.7l-4.6,2c-0.2,0.1-0.3,0.2-0.4,0.4l-0.3,0.7c-0.1,0.1-0.1,0.2-0.1,0.4V464.1z"/>
82
+ <path class="st0" d="M-153.5,456.7C-153.5,456.7-153.5,456.7-153.5,456.7c0.1,0,0.2,0,0.3-0.1l1.9-0.7c0.1-0.1,1.4-0.7,1.6-2
83
+ l0.1-0.5c0.1-0.7,0.2-1.6,0.3-2c0.1-0.5,0.2-0.6,0.6-0.7c1.5-0.5,4.8-1.6,6-2c0.8-0.3,1.6-0.9,1.2-2.4l-0.3-0.9
84
+ c-0.6-2.4-1-3.7-1.2-4.1c-0.2-0.4-0.6-1.3-1.9-0.9c-0.7,0.2-8.6,2.7-8.6,2.7c-1.3,0.4-1.3,2.1-1.3,2.7v9.7
85
+ C-154.9,456.2-154.2,456.6-153.5,456.7z"/>
86
+ <path class="st0" d="M-155.5,433.7c-0.2,0.3-0.7,1.4-0.4,2.3c0.3,1.3,2.1,2.6,8.9,1.5c5.4-0.9,6.7-2,7.2-2.7
87
+ c0.5-0.7,0.3-1.4,0.2-1.7c-0.1-0.7-0.7-1.4-1.3-1.7c0.2-0.2,0.3-0.4,0.4-0.6c0.5-0.9,0.5-1.9,0.1-2.9c-0.3-0.8-1.1-1.3-1.9-1.6
88
+ c0-0.1,0-0.3,0-0.4l-0.6-2.4l2.2-1.4c0.3-0.2,0.4-0.4,0.4-0.7l-0.7-10.2c0-0.3-0.2-0.5-0.4-0.6l-1-0.7c-0.2-0.1-0.3-0.1-0.5-0.1
89
+ l7.3-17.6c0-0.1,0.1-0.2,0.1-0.3V391c0-0.3-0.2-0.6-0.5-0.7l-3.1-1.4c-0.1,0-0.2-0.1-0.3-0.1h-0.7c-0.3,0-0.6,0.2-0.7,0.5
90
+ l-8.9,17.8c-0.2-0.2-0.4-0.3-0.7-0.3l-4.9,0.4c-0.3,0-0.6,0.2-0.7,0.5l-0.5,1.2h-7.5l-0.5-1.2c-0.1-0.3-0.4-0.5-0.7-0.5l-4.9-0.4
91
+ c-0.3,0-0.5,0.1-0.7,0.3l-8.9-17.8c-0.1-0.3-0.4-0.5-0.7-0.5h-0.7c-0.1,0-0.2,0-0.3,0.1l-3.1,1.4c-0.3,0.1-0.5,0.4-0.5,0.7v0.7
92
+ c0,0.1,0,0.2,0.1,0.3l7.3,17.6c-0.2,0-0.4,0-0.5,0.1l-1,0.7c-0.2,0.1-0.3,0.4-0.4,0.6l-0.7,10.2c0,0.3,0.1,0.6,0.4,0.7l2.2,1.4
93
+ l-0.6,2.4c0,0.1,0,0.3,0,0.4c-0.7,0.3-1.5,0.7-1.9,1.6c-0.4,1-0.4,2,0.1,2.9c0.1,0.2,0.3,0.4,0.4,0.6c-0.6,0.3-1.2,1-1.3,1.7
94
+ c-0.1,0.3-0.3,0.9,0.2,1.7c0.5,0.8,1.8,1.9,7.2,2.7c1.8,0.3,3.2,0.4,4.4,0.4c3.3,0,4.3-1,4.6-1.9c0.2-0.9-0.3-2-0.4-2.3
95
+ c0-0.1-0.1-0.1-0.1-0.2c0.4-0.3,0.6-0.7,0.8-1.1c0.3-0.6,0.3-1.3,0.1-2.2c0.5-0.2,0.9-0.4,1.2-0.6h5.6c0.3,0.1,0.7,0.4,1.2,0.6
96
+ c-0.3,0.9-0.3,1.6,0.1,2.3c0.2,0.3,0.4,0.7,0.7,1C-155.5,433.6-155.5,433.6-155.5,433.7z"/>
97
+ <path class="st0" d="M-164.8,472.2l-0.2-0.1v-3.8c0-0.3-0.2-0.6-0.4-0.7l-1.7-1c-0.1-0.1-0.3-0.1-0.4-0.1h-13.4
98
+ c-0.1,0-0.2,0-0.2,0l-1.3,0.4c-0.1,0-0.1,0.1-0.2,0.1l-7,4.4c-0.2,0.1-0.3,0.3-0.3,0.4l-1.2,3.7c-0.1,0.4,0.1,0.9,0.5,1l0.7,0.3
99
+ c0.1,0,0.2,0.1,0.3,0.1h23c0.1,0,0.2,0,0.3-0.1l1.5-0.6c0.3-0.1,0.5-0.4,0.5-0.8V473C-164.3,472.7-164.5,472.4-164.8,472.2z"/>
100
+ <path class="st0" d="M-177.5,448.7c1.1,0.4,4.5,1.5,6,2c0.4,0.1,0.5,0.2,0.6,0.7c0.1,0.4,0.2,1.2,0.3,2l0.1,0.6
101
+ c0.2,1.3,1.4,1.9,1.6,2l1.8,0.7c0.1,0,0.2,0.1,0.3,0.1c0,0,0,0,0,0c0.7,0,1.4-0.5,1.4-1.3v-9.7c0-0.6,0-2.3-1.3-2.7
102
+ c0,0-7.9-2.5-8.6-2.7c-1.4-0.4-1.7,0.5-1.9,1c-0.1,0.3-0.5,1.7-1.1,4.1l-0.3,0.9C-179.1,447.8-178.3,448.4-177.5,448.7z"/>
103
+ </g>
104
+ <path class="st6" d="M-213.8,419.6l-1.1,12.3l1.5,1.8l0.5-7.5c0-0.2,0.1-0.4,0.3-0.6l2-1.7l0.5-6.5L-213.8,419.6z"/>
105
+ <polygon class="st6" points="-205.5,426.7 -206.7,427.9 -206.7,430.8 -204.9,430.8 -204.9,427.3 "/>
106
+ <g>
107
+ <path d="M-172.6,434.4c-3.4-0.5-6-1.6-6.4-2.3c-0.4,0.2-0.8,0.7-0.9,1.1c-0.1,0.5-1.1,2.3,6.7,3.5c6.6,1.1,7.8-0.3,8-0.9
108
+ c0.2-0.6-0.4-1.7-0.4-1.7C-167.2,434.7-169.2,434.9-172.6,434.4z"/>
109
+ <path d="M-174.8,411.6l4.2-1.8v-0.7l-9.7-19.4h-0.7l-3.1,1.4v0.7l8.2,19.9H-174.8z M-179.5,394.7l-1.2,0.5h-0.3l-1.3-3.5v-0.2
110
+ l0.9-0.4h0.2l1.7,3.3V394.7z"/>
111
+ <path d="M-141.4,432.1c-0.5,0.7-3,1.8-6.4,2.3c-3.4,0.5-5.4,0.4-7-0.3c0,0-0.5,1.1-0.4,1.7c0.2,0.6,1.4,2,8,0.9
112
+ c7.8-1.2,6.8-3,6.7-3.5C-140.6,432.7-141,432.2-141.4,432.1z"/>
113
+ <path d="M-147.8,433.3c7.4-1.1,7.1-3.9,6.6-5.2c-0.5-1.2-2.7-1.4-2.7-1.4l0.8-0.7l-0.8-3l2.7-1.7l-0.7-10.2l-1-0.7l-1,2.5
114
+ l-1.7,0.4l-5.6-2.6v-1.7l0.9-1.5l-4.9,0.4l-0.7,1.7h-4.3h0h-4.3l-0.7-1.7l-4.9-0.4l0.9,1.5v1.7l-5.6,2.6l-1.7-0.4l-1-2.5l-1,0.7
115
+ l-0.7,10.2l2.7,1.7l-0.8,3l0.8,0.7c0,0-2.2,0.2-2.7,1.4c-0.5,1.2-0.8,4,6.6,5.2c7.1,1.1,7.3-0.6,7.7-1.2c0.3-0.6,0.1-1.5-0.3-2.3
116
+ c0.7-0.2,2-0.9,2-0.9h3h0h3c0,0,1.4,0.7,2,0.9c-0.4,0.7-0.6,1.6-0.3,2.3C-155.1,432.7-154.9,434.4-147.8,433.3z"/>
117
+ <path d="M-139.4,389.7h-0.7l-9.7,19.4v0.7l4.2,1.8h1l8.2-19.9V391L-139.4,389.7z M-138.1,391.7l-1.3,3.5h-0.3l-1.2-0.5v-0.2
118
+ l1.7-3.3h0.2l0.9,0.4V391.7z"/>
119
+ </g>
120
+ <g>
121
+ <g>
122
+ <polygon class="st7" points="-152.9,467.3 -139.5,467.3 -138.2,467.6 -131.2,472 -130,475.7 -130.7,476 -153.7,476 -155.2,475.4
123
+ -155.2,473 -154.6,472.6 -154.6,468.3 "/>
124
+ <polygon points="-153.8,458.4 -148.8,456.3 -147.5,452.2 -146.7,451.5 -142.2,451.1 -141.2,451.9 -138.2,463.5 -139.6,465.1
125
+ -153,465.1 -154.1,464.1 -154.1,459.1 "/>
126
+ <path class="st7" d="M-153.4,443.8c0,0,7.9-2.5,8.6-2.7c0.7-0.2,0.7,0.1,1,0.5c0.2,0.5,1.2,4.4,1.4,4.9c0.1,0.5,0.3,1.1-0.7,1.4
127
+ c-1.1,0.4-4.5,1.5-5.9,2c-0.7,0.2-1,0.6-1.1,1.3c-0.1,0.6-0.2,1.8-0.3,2.6c-0.1,0.9-1.1,1.3-1.1,1.3l-1.8,0.7c0,0-0.6,0-0.6-0.5
128
+ c0-2.3,0-9,0-9.7C-154.1,445-154.1,444-153.4,443.8z"/>
129
+ </g>
130
+ <g>
131
+ <polygon class="st7" points="-167.5,467.3 -180.9,467.3 -182.2,467.6 -189.2,472 -190.4,475.7 -189.7,476 -166.7,476
132
+ -165.2,475.4 -165.2,473 -165.8,472.6 -165.8,468.3 "/>
133
+ <polygon points="-166.6,458.4 -171.6,456.3 -173,452.2 -173.7,451.5 -178.2,451.1 -179.2,451.9 -182.2,463.5 -180.8,465.1
134
+ -167.4,465.1 -166.3,464.1 -166.3,459.1 "/>
135
+ <path class="st7" d="M-167,443.8c0,0-7.9-2.5-8.6-2.7c-0.7-0.2-0.7,0.1-1,0.5c-0.2,0.5-1.2,4.4-1.4,4.9c-0.1,0.5-0.3,1.1,0.7,1.4
136
+ c1.1,0.4,4.5,1.5,5.9,2c0.7,0.2,1,0.6,1.1,1.3c0.1,0.6,0.2,1.8,0.3,2.6c0.1,0.9,1.1,1.3,1.1,1.3l1.8,0.7c0,0,0.6,0,0.6-0.5
137
+ c0-2.3,0-9,0-9.7C-166.3,445-166.4,444-167,443.8z"/>
138
+ </g>
139
+ </g>
140
+ <g>
141
+ <path d="M-160.3,395.9"/>
142
+ <polygon points="-154,390.5 -153,389.9 -153.3,376.6 -153.5,376.3 -153.5,375.6 -153.1,375.6 -153.1,374.9 -154.4,374.9
143
+ -154.4,375.6 -154.1,375.6 -154.1,376.3 -154.2,376.6 -154.7,390.1 "/>
144
+ <polygon points="-154.9,390.8 -153.8,391.2 -152.7,390.5 -151.8,391.2 -151.8,392.8 -151.5,393.4 -151.5,403.9 -152.1,404.9
145
+ -155.2,404.9 -155.5,404.6 -155.5,391.5 "/>
146
+ <polygon points="-166.4,390.5 -167.5,389.9 -167.1,376.6 -166.9,376.3 -166.9,375.6 -167.3,375.6 -167.3,374.9 -166,374.9
147
+ -166,375.6 -166.3,375.6 -166.3,376.3 -166.2,376.6 -165.7,390.1 "/>
148
+ <polygon points="-165.5,390.8 -166.6,391.2 -167.7,390.5 -168.6,391.2 -168.6,392.8 -169,393.4 -169,403.9 -168.3,404.9
149
+ -165.3,404.9 -164.9,404.6 -164.9,391.5 "/>
150
+ </g>
151
+ <g>
152
+ <g>
153
+ <path class="st7" d="M-132.9,442.3l-0.2-1c-0.2,0-0.5,0-0.7,0c-1.6-0.4-2.5-2-2.1-3.6c0.2-0.6,0.5-1,0.9-1.4
154
+ c-1.2-0.6-1.9-2-1.6-3.3c0.2-0.9,0.9-1.6,1.8-1.9l-0.2-1.3l-2.8-1.2l-0.8,0.2l0.6,25.7l0.6,0.5l1.8-0.8l0.9-10L-132.9,442.3z"/>
155
+ <circle cx="-133.7" cy="433.7" r="2.2"/>
156
+ <circle cx="-133" cy="438.4" r="2.2"/>
157
+ </g>
158
+ <g>
159
+ <path class="st7" d="M-187.5,442.3l0.2-1c0.2,0,0.5,0,0.7,0c1.6-0.4,2.5-2,2.1-3.6c-0.2-0.6-0.5-1-0.9-1.4c1.2-0.6,1.9-2,1.6-3.3
160
+ c-0.2-0.9-0.9-1.6-1.8-1.9l0.2-1.3l2.8-1.2l0.8,0.2l-0.6,25.7l-0.6,0.5l-1.8-0.8l-0.9-10L-187.5,442.3z"/>
161
+ <circle cx="-186.7" cy="433.7" r="2.2"/>
162
+ <circle cx="-187.4" cy="438.4" r="2.2"/>
163
+ </g>
164
+ </g>
165
+ <g>
166
+ <g>
167
+ <polygon points="-132.2,455.1 -119.6,455.2 -119.2,456.9 -132.4,456.8 "/>
168
+ <polygon points="-130.3,442.9 -129.5,450.5 -121.3,450.4 -119.9,454.2 -131.9,454.1 "/>
169
+ <path class="st7" d="M-122.2,446.4l-0.9-1.2l-1.3-26.6l1.5-3.4l-2.7-8.7c-0.3,0-0.6,0-0.9-0.1c-1.9-0.5-3-2.4-2.5-4.3
170
+ c0.2-0.6,0.5-1.1,0.9-1.5c-1.8-0.6-2.8-2.4-2.4-4.3c0.2-0.8,0.6-1.4,1.2-1.8l-0.6-2.1l-4.5-1.2l0.3,22.6l1.5,1.7l4.1,33.2
171
+ l6.3-0.1L-122.2,446.4z M-125.9,417.8l-6.1-4.3l1.6-2.5l5.7,4.3L-125.9,417.8z"/>
172
+ <circle cx="-127" cy="397.2" r="2.8"/>
173
+ <circle cx="-125.5" cy="403" r="2.8"/>
174
+ </g>
175
+ <g>
176
+ <polygon points="-188.2,455.1 -200.8,455.2 -201.2,456.9 -188,456.8 "/>
177
+ <polygon points="-190.1,442.9 -190.9,450.5 -199.1,450.4 -200.5,454.2 -188.5,454.1 "/>
178
+ <path class="st7" d="M-198.4,448.7l6.3,0.1l4.1-33.2l1.5-1.7l0.3-22.6l-4.5,1.2l-0.6,2.1c0.6,0.5,1,1.1,1.2,1.8
179
+ c0.5,1.8-0.6,3.7-2.4,4.3c0.4,0.4,0.7,0.9,0.9,1.5c0.5,1.9-0.6,3.8-2.5,4.3c-0.3,0.1-0.6,0.1-0.9,0.1l-2.7,8.7l1.5,3.4l-1.3,26.6
180
+ l-0.9,1.2L-198.4,448.7z M-195.8,415.3l5.7-4.3l1.6,2.5l-6.1,4.3L-195.8,415.3z"/>
181
+ <circle cx="-193.4" cy="397.2" r="2.8"/>
182
+ <circle cx="-194.9" cy="403" r="2.8"/>
183
+ </g>
184
+ </g>
185
+ <path class="st0" d="M-197.9,431.1c-0.2-0.2-0.4-0.3-0.6-0.3h-3.5l-0.1-4.5c0-0.2-0.1-0.4-0.3-0.6l-1-1c0.1-0.1,0.2-0.3,0.2-0.5
186
+ l-1-25.8c0-0.2-0.1-0.4-0.2-0.5c0-0.1,0-0.1,0-0.1l0-0.2c0.2,0,0.4-0.1,0.6-0.3l1.7-2c0.1-0.2,0.2-0.4,0.2-0.6l-0.8-7.1
187
+ c0-0.3-0.2-0.5-0.4-0.6l-1.4-0.8c-0.1-0.1-0.3-0.1-0.4-0.1l-0.2-3.9l1.3-1.5c0.1-0.2,0.2-0.4,0.2-0.6l-1.5-14.2
188
+ c0-0.4-0.4-0.7-0.8-0.7h-2.9c-0.4,0-0.8,0.3-0.8,0.7l-1.6,14.2c0,0.2,0,0.5,0.2,0.6l1.4,1.5l0,3.8c-0.1,0-0.3,0-0.4,0.1l-1.7,0.9
189
+ c-0.3,0.1-0.4,0.4-0.4,0.7l-1.5,26.6c0,0.2,0.1,0.4,0.2,0.5l-3.4,2.3c-0.2,0.1-0.3,0.3-0.3,0.6l-1.7,15.9c0,0.2,0,0.4,0.1,0.6
190
+ l5.2,7.6l-0.2,4.4c-0.1,0-0.1,0-0.2,0l-4.5,2.2c-0.3,0.1-0.5,0.4-0.5,0.7l-0.4,13.7c0,0.3,0.2,0.6,0.4,0.7l4.1,2.1l-1.3,1.1
191
+ c-0.2,0.2-0.3,0.4-0.3,0.6v7.8c0,0.3,0.1,0.5,0.4,0.7l1.5,0.9c0.1,0.1,0.3,0.1,0.4,0.1h12.8c0.3,0,0.5-0.1,0.7-0.4l1.2-1.9
192
+ c0.1-0.1,0.1-0.3,0.1-0.5l-0.4-12.2c0-0.3-0.2-0.6-0.5-0.7l-4.1-2v-10l4.6,0.1c0.5,0,0.8-0.3,0.8-0.7l0.2-1.9
193
+ c0-0.2-0.1-0.5-0.2-0.6l-0.5-0.6c-0.1-0.1-0.2-0.2-0.3-0.2l-5.1-2.1v-7.7l6.5-0.2c0.4,0,0.8-0.4,0.8-0.8l0.1-2.7
194
+ C-197.6,431.4-197.7,431.2-197.9,431.1z M-208.4,421.8l-2.4,2.1l-2,1.7c-0.2,0.1-0.3,0.3-0.3,0.6l-0.5,7.5l-1.5-1.8l1.1-12.3
195
+ l3.6-2.2l1.9-1.1V421.8z M-206.7,430.8v-2.9l1.2-1.2l0.6,0.5l0,3.5H-206.7z"/>
196
+ <polygon points="-210.8,423.9 -208.4,421.8 -208.4,416.3 -210.2,417.4 "/>
197
+ <path d="M-210,412.1l-3.1,2.1l1.5-26.6l1.7-0.9l-0.3,25c0,0.1,0,0.2,0.1,0.2C-210,412-210,412.1-210,412.1z M-208.1,410.9v-14.3
198
+ l2.9,1.2l-0.8-16l1.5-1.7l-1.5-14.2h-2.9l-1.6,14.2l1.6,1.7l-0.3,29.9L-208.1,410.9z M-199.7,446.5l-0.2,1.9l-5.4-0.1v11.3l4.6,2.2
199
+ l0.4,12.2l-1.2,1.9h-12.8l-1.5-0.9v-7.8l5-4.2v-15.2l-2.5-1.5l0.3-4.9l-5.4-7.8l1.7-15.9l9.1-6.2v-14.1l2.6,1l1,25.8l-0.6,0.5
200
+ l1.7,1.6l0.1,5.3h4.3l-0.1,2.7l-7.3,0.3v9l5.6,2.3L-199.7,446.5z M-207.6,414.9l-7.1,4.2l-1.2,13.1l3,3.7l0.6-9.6l4.6-4.1V414.9z
201
+ M-207.6,431.6h3.5l0-4.7l-1.5-1.3l-2,1.9V431.6z M-211.6,448.3l-2.1-1.3c-0.1,0-0.1-0.1-0.2-0.2l-4.5,2.2l-0.4,13.7l4.4,2.3
202
+ l2.8-2.3V448.3z M-202.7,394.7l-0.8-7.1l-1.4-0.8l0.5,9.9L-202.7,394.7z"/>
203
+ </g>
204
+ </svg>
.wp-env.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ {
2
+ "core": null,
3
+ "plugins": [
4
+ "."
5
+ ]
6
+ }
Dockerfile ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM wordpress:cli-php7.3
2
+ USER root
3
+
4
+ RUN apk add --no-cache bash subversion
5
+ RUN cd /opt/ && curl -sS https://getcomposer.org/installer | php
6
+ ADD composer.json /opt/
7
+ ADD composer.lock /opt/
8
+ RUN cd /opt && php /opt/composer.phar install --dev
9
+ ADD bin /var/www/html/bin
10
+ RUN bash /var/www/html/bin/install-wp-tests.sh wordpress wordpress wordpress db latest true
11
+
12
+ CMD "/opt/vendor/bin/phpunit"
assets/_scss/_bootstrap.scss ADDED
@@ -0,0 +1,1397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+
3
+ Bootstrap 3 の
4
+ * grid
5
+ * table
6
+ * button
7
+ のみを利用
8
+
9
+ */
10
+
11
+ /*!
12
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
13
+ * Copyright 2011-2017 Twitter, Inc.
14
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
15
+ */
16
+
17
+ /*!
18
+ * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=a2c5715a18a0533068e5185c0f8861a9)
19
+ * Config saved to config.json and https://gist.github.com/a2c5715a18a0533068e5185c0f8861a9
20
+ */
21
+ /*!
22
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
23
+ * Copyright 2011-2016 Twitter, Inc.
24
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
25
+ */
26
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
27
+ [role="button"] {
28
+ cursor: pointer;
29
+ }
30
+ .container {
31
+ margin-right: auto;
32
+ margin-left: auto;
33
+ padding-left: 15px;
34
+ padding-right: 15px;
35
+ }
36
+ @media (min-width: 768px) {
37
+ .container {
38
+ width: 750px;
39
+ }
40
+ }
41
+ @media (min-width: 992px) {
42
+ .container {
43
+ width: 970px;
44
+ }
45
+ }
46
+ @media (min-width: 1200px) {
47
+ .container {
48
+ width: 1170px;
49
+ }
50
+ }
51
+ .container-fluid {
52
+ margin-right: auto;
53
+ margin-left: auto;
54
+ padding-left: 15px;
55
+ padding-right: 15px;
56
+ }
57
+ .row {
58
+ margin-left: -15px;
59
+ margin-right: -15px;
60
+ }
61
+ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
62
+ position: relative;
63
+ min-height: 1px;
64
+ padding-left: 15px;
65
+ padding-right: 15px;
66
+ }
67
+ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
68
+ float: left;
69
+ }
70
+ .col-xs-12 {
71
+ width: 100%;
72
+ }
73
+ .col-xs-11 {
74
+ width: 91.66666667%;
75
+ }
76
+ .col-xs-10 {
77
+ width: 83.33333333%;
78
+ }
79
+ .col-xs-9 {
80
+ width: 75%;
81
+ }
82
+ .col-xs-8 {
83
+ width: 66.66666667%;
84
+ }
85
+ .col-xs-7 {
86
+ width: 58.33333333%;
87
+ }
88
+ .col-xs-6 {
89
+ width: 50%;
90
+ }
91
+ .col-xs-5 {
92
+ width: 41.66666667%;
93
+ }
94
+ .col-xs-4 {
95
+ width: 33.33333333%;
96
+ }
97
+ .col-xs-3 {
98
+ width: 25%;
99
+ }
100
+ .col-xs-2 {
101
+ width: 16.66666667%;
102
+ }
103
+ .col-xs-1 {
104
+ width: 8.33333333%;
105
+ }
106
+ .col-xs-pull-12 {
107
+ right: 100%;
108
+ }
109
+ .col-xs-pull-11 {
110
+ right: 91.66666667%;
111
+ }
112
+ .col-xs-pull-10 {
113
+ right: 83.33333333%;
114
+ }
115
+ .col-xs-pull-9 {
116
+ right: 75%;
117
+ }
118
+ .col-xs-pull-8 {
119
+ right: 66.66666667%;
120
+ }
121
+ .col-xs-pull-7 {
122
+ right: 58.33333333%;
123
+ }
124
+ .col-xs-pull-6 {
125
+ right: 50%;
126
+ }
127
+ .col-xs-pull-5 {
128
+ right: 41.66666667%;
129
+ }
130
+ .col-xs-pull-4 {
131
+ right: 33.33333333%;
132
+ }
133
+ .col-xs-pull-3 {
134
+ right: 25%;
135
+ }
136
+ .col-xs-pull-2 {
137
+ right: 16.66666667%;
138
+ }
139
+ .col-xs-pull-1 {
140
+ right: 8.33333333%;
141
+ }
142
+ .col-xs-pull-0 {
143
+ right: auto;
144
+ }
145
+ .col-xs-push-12 {
146
+ left: 100%;
147
+ }
148
+ .col-xs-push-11 {
149
+ left: 91.66666667%;
150
+ }
151
+ .col-xs-push-10 {
152
+ left: 83.33333333%;
153
+ }
154
+ .col-xs-push-9 {
155
+ left: 75%;
156
+ }
157
+ .col-xs-push-8 {
158
+ left: 66.66666667%;
159
+ }
160
+ .col-xs-push-7 {
161
+ left: 58.33333333%;
162
+ }
163
+ .col-xs-push-6 {
164
+ left: 50%;
165
+ }
166
+ .col-xs-push-5 {
167
+ left: 41.66666667%;
168
+ }
169
+ .col-xs-push-4 {
170
+ left: 33.33333333%;
171
+ }
172
+ .col-xs-push-3 {
173
+ left: 25%;
174
+ }
175
+ .col-xs-push-2 {
176
+ left: 16.66666667%;
177
+ }
178
+ .col-xs-push-1 {
179
+ left: 8.33333333%;
180
+ }
181
+ .col-xs-push-0 {
182
+ left: auto;
183
+ }
184
+ .col-xs-offset-12 {
185
+ margin-left: 100%;
186
+ }
187
+ .col-xs-offset-11 {
188
+ margin-left: 91.66666667%;
189
+ }
190
+ .col-xs-offset-10 {
191
+ margin-left: 83.33333333%;
192
+ }
193
+ .col-xs-offset-9 {
194
+ margin-left: 75%;
195
+ }
196
+ .col-xs-offset-8 {
197
+ margin-left: 66.66666667%;
198
+ }
199
+ .col-xs-offset-7 {
200
+ margin-left: 58.33333333%;
201
+ }
202
+ .col-xs-offset-6 {
203
+ margin-left: 50%;
204
+ }
205
+ .col-xs-offset-5 {
206
+ margin-left: 41.66666667%;
207
+ }
208
+ .col-xs-offset-4 {
209
+ margin-left: 33.33333333%;
210
+ }
211
+ .col-xs-offset-3 {
212
+ margin-left: 25%;
213
+ }
214
+ .col-xs-offset-2 {
215
+ margin-left: 16.66666667%;
216
+ }
217
+ .col-xs-offset-1 {
218
+ margin-left: 8.33333333%;
219
+ }
220
+ .col-xs-offset-0 {
221
+ margin-left: 0%;
222
+ }
223
+ @media (min-width: 768px) {
224
+ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
225
+ float: left;
226
+ }
227
+ .col-sm-12 {
228
+ width: 100%;
229
+ }
230
+ .col-sm-11 {
231
+ width: 91.66666667%;
232
+ }
233
+ .col-sm-10 {
234
+ width: 83.33333333%;
235
+ }
236
+ .col-sm-9 {
237
+ width: 75%;
238
+ }
239
+ .col-sm-8 {
240
+ width: 66.66666667%;
241
+ }
242
+ .col-sm-7 {
243
+ width: 58.33333333%;
244
+ }
245
+ .col-sm-6 {
246
+ width: 50%;
247
+ }
248
+ .col-sm-5 {
249
+ width: 41.66666667%;
250
+ }
251
+ .col-sm-4 {
252
+ width: 33.33333333%;
253
+ }
254
+ .col-sm-3 {
255
+ width: 25%;
256
+ }
257
+ .col-sm-2 {
258
+ width: 16.66666667%;
259
+ }
260
+ .col-sm-1 {
261
+ width: 8.33333333%;
262
+ }
263
+ .col-sm-pull-12 {
264
+ right: 100%;
265
+ }
266
+ .col-sm-pull-11 {
267
+ right: 91.66666667%;
268
+ }
269
+ .col-sm-pull-10 {
270
+ right: 83.33333333%;
271
+ }
272
+ .col-sm-pull-9 {
273
+ right: 75%;
274
+ }
275
+ .col-sm-pull-8 {
276
+ right: 66.66666667%;
277
+ }
278
+ .col-sm-pull-7 {
279
+ right: 58.33333333%;
280
+ }
281
+ .col-sm-pull-6 {
282
+ right: 50%;
283
+ }
284
+ .col-sm-pull-5 {
285
+ right: 41.66666667%;
286
+ }
287
+ .col-sm-pull-4 {
288
+ right: 33.33333333%;
289
+ }
290
+ .col-sm-pull-3 {
291
+ right: 25%;
292
+ }
293
+ .col-sm-pull-2 {
294
+ right: 16.66666667%;
295
+ }
296
+ .col-sm-pull-1 {
297
+ right: 8.33333333%;
298
+ }
299
+ .col-sm-pull-0 {
300
+ right: auto;
301
+ }
302
+ .col-sm-push-12 {
303
+ left: 100%;
304
+ }
305
+ .col-sm-push-11 {
306
+ left: 91.66666667%;
307
+ }
308
+ .col-sm-push-10 {
309
+ left: 83.33333333%;
310
+ }
311
+ .col-sm-push-9 {
312
+ left: 75%;
313
+ }
314
+ .col-sm-push-8 {
315
+ left: 66.66666667%;
316
+ }
317
+ .col-sm-push-7 {
318
+ left: 58.33333333%;
319
+ }
320
+ .col-sm-push-6 {
321
+ left: 50%;
322
+ }
323
+ .col-sm-push-5 {
324
+ left: 41.66666667%;
325
+ }
326
+ .col-sm-push-4 {
327
+ left: 33.33333333%;
328
+ }
329
+ .col-sm-push-3 {
330
+ left: 25%;
331
+ }
332
+ .col-sm-push-2 {
333
+ left: 16.66666667%;
334
+ }
335
+ .col-sm-push-1 {
336
+ left: 8.33333333%;
337
+ }
338
+ .col-sm-push-0 {
339
+ left: auto;
340
+ }
341
+ .col-sm-offset-12 {
342
+ margin-left: 100%;
343
+ }
344
+ .col-sm-offset-11 {
345
+ margin-left: 91.66666667%;
346
+ }
347
+ .col-sm-offset-10 {
348
+ margin-left: 83.33333333%;
349
+ }
350
+ .col-sm-offset-9 {
351
+ margin-left: 75%;
352
+ }
353
+ .col-sm-offset-8 {
354
+ margin-left: 66.66666667%;
355
+ }
356
+ .col-sm-offset-7 {
357
+ margin-left: 58.33333333%;
358
+ }
359
+ .col-sm-offset-6 {
360
+ margin-left: 50%;
361
+ }
362
+ .col-sm-offset-5 {
363
+ margin-left: 41.66666667%;
364
+ }
365
+ .col-sm-offset-4 {
366
+ margin-left: 33.33333333%;
367
+ }
368
+ .col-sm-offset-3 {
369
+ margin-left: 25%;
370
+ }
371
+ .col-sm-offset-2 {
372
+ margin-left: 16.66666667%;
373
+ }
374
+ .col-sm-offset-1 {
375
+ margin-left: 8.33333333%;
376
+ }
377
+ .col-sm-offset-0 {
378
+ margin-left: 0%;
379
+ }
380
+ }
381
+ @media (min-width: 992px) {
382
+ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
383
+ float: left;
384
+ }
385
+ .col-md-12 {
386
+ width: 100%;
387
+ }
388
+ .col-md-11 {
389
+ width: 91.66666667%;
390
+ }
391
+ .col-md-10 {
392
+ width: 83.33333333%;
393
+ }
394
+ .col-md-9 {
395
+ width: 75%;
396
+ }
397
+ .col-md-8 {
398
+ width: 66.66666667%;
399
+ }
400
+ .col-md-7 {
401
+ width: 58.33333333%;
402
+ }
403
+ .col-md-6 {
404
+ width: 50%;
405
+ }
406
+ .col-md-5 {
407
+ width: 41.66666667%;
408
+ }
409
+ .col-md-4 {
410
+ width: 33.33333333%;
411
+ }
412
+ .col-md-3 {
413
+ width: 25%;
414
+ }
415
+ .col-md-2 {
416
+ width: 16.66666667%;
417
+ }
418
+ .col-md-1 {
419
+ width: 8.33333333%;
420
+ }
421
+ .col-md-pull-12 {
422
+ right: 100%;
423
+ }
424
+ .col-md-pull-11 {
425
+ right: 91.66666667%;
426
+ }
427
+ .col-md-pull-10 {
428
+ right: 83.33333333%;
429
+ }
430
+ .col-md-pull-9 {
431
+ right: 75%;
432
+ }
433
+ .col-md-pull-8 {
434
+ right: 66.66666667%;
435
+ }
436
+ .col-md-pull-7 {
437
+ right: 58.33333333%;
438
+ }
439
+ .col-md-pull-6 {
440
+ right: 50%;
441
+ }
442
+ .col-md-pull-5 {
443
+ right: 41.66666667%;
444
+ }
445
+ .col-md-pull-4 {
446
+ right: 33.33333333%;
447
+ }
448
+ .col-md-pull-3 {
449
+ right: 25%;
450
+ }
451
+ .col-md-pull-2 {
452
+ right: 16.66666667%;
453
+ }
454
+ .col-md-pull-1 {
455
+ right: 8.33333333%;
456
+ }
457
+ .col-md-pull-0 {
458
+ right: auto;
459
+ }
460
+ .col-md-push-12 {
461
+ left: 100%;
462
+ }
463
+ .col-md-push-11 {
464
+ left: 91.66666667%;
465
+ }
466
+ .col-md-push-10 {
467
+ left: 83.33333333%;
468
+ }
469
+ .col-md-push-9 {
470
+ left: 75%;
471
+ }
472
+ .col-md-push-8 {
473
+ left: 66.66666667%;
474
+ }
475
+ .col-md-push-7 {
476
+ left: 58.33333333%;
477
+ }
478
+ .col-md-push-6 {
479
+ left: 50%;
480
+ }
481
+ .col-md-push-5 {
482
+ left: 41.66666667%;
483
+ }
484
+ .col-md-push-4 {
485
+ left: 33.33333333%;
486
+ }
487
+ .col-md-push-3 {
488
+ left: 25%;
489
+ }
490
+ .col-md-push-2 {
491
+ left: 16.66666667%;
492
+ }
493
+ .col-md-push-1 {
494
+ left: 8.33333333%;
495
+ }
496
+ .col-md-push-0 {
497
+ left: auto;
498
+ }
499
+ .col-md-offset-12 {
500
+ margin-left: 100%;
501
+ }
502
+ .col-md-offset-11 {
503
+ margin-left: 91.66666667%;
504
+ }
505
+ .col-md-offset-10 {
506
+ margin-left: 83.33333333%;
507
+ }
508
+ .col-md-offset-9 {
509
+ margin-left: 75%;
510
+ }
511
+ .col-md-offset-8 {
512
+ margin-left: 66.66666667%;
513
+ }
514
+ .col-md-offset-7 {
515
+ margin-left: 58.33333333%;
516
+ }
517
+ .col-md-offset-6 {
518
+ margin-left: 50%;
519
+ }
520
+ .col-md-offset-5 {
521
+ margin-left: 41.66666667%;
522
+ }
523
+ .col-md-offset-4 {
524
+ margin-left: 33.33333333%;
525
+ }
526
+ .col-md-offset-3 {
527
+ margin-left: 25%;
528
+ }
529
+ .col-md-offset-2 {
530
+ margin-left: 16.66666667%;
531
+ }
532
+ .col-md-offset-1 {
533
+ margin-left: 8.33333333%;
534
+ }
535
+ .col-md-offset-0 {
536
+ margin-left: 0%;
537
+ }
538
+ }
539
+ @media (min-width: 1200px) {
540
+ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
541
+ float: left;
542
+ }
543
+ .col-lg-12 {
544
+ width: 100%;
545
+ }
546
+ .col-lg-11 {
547
+ width: 91.66666667%;
548
+ }
549
+ .col-lg-10 {
550
+ width: 83.33333333%;
551
+ }
552
+ .col-lg-9 {
553
+ width: 75%;
554
+ }
555
+ .col-lg-8 {
556
+ width: 66.66666667%;
557
+ }
558
+ .col-lg-7 {
559
+ width: 58.33333333%;
560
+ }
561
+ .col-lg-6 {
562
+ width: 50%;
563
+ }
564
+ .col-lg-5 {
565
+ width: 41.66666667%;
566
+ }
567
+ .col-lg-4 {
568
+ width: 33.33333333%;
569
+ }
570
+ .col-lg-3 {
571
+ width: 25%;
572
+ }
573
+ .col-lg-2 {
574
+ width: 16.66666667%;
575
+ }
576
+ .col-lg-1 {
577
+ width: 8.33333333%;
578
+ }
579
+ .col-lg-pull-12 {
580
+ right: 100%;
581
+ }
582
+ .col-lg-pull-11 {
583
+ right: 91.66666667%;
584
+ }
585
+ .col-lg-pull-10 {
586
+ right: 83.33333333%;
587
+ }
588
+ .col-lg-pull-9 {
589
+ right: 75%;
590
+ }
591
+ .col-lg-pull-8 {
592
+ right: 66.66666667%;
593
+ }
594
+ .col-lg-pull-7 {
595
+ right: 58.33333333%;
596
+ }
597
+ .col-lg-pull-6 {
598
+ right: 50%;
599
+ }
600
+ .col-lg-pull-5 {
601
+ right: 41.66666667%;
602
+ }
603
+ .col-lg-pull-4 {
604
+ right: 33.33333333%;
605
+ }
606
+ .col-lg-pull-3 {
607
+ right: 25%;
608
+ }
609
+ .col-lg-pull-2 {
610
+ right: 16.66666667%;
611
+ }
612
+ .col-lg-pull-1 {
613
+ right: 8.33333333%;
614
+ }
615
+ .col-lg-pull-0 {
616
+ right: auto;
617
+ }
618
+ .col-lg-push-12 {
619
+ left: 100%;
620
+ }
621
+ .col-lg-push-11 {
622
+ left: 91.66666667%;
623
+ }
624
+ .col-lg-push-10 {
625
+ left: 83.33333333%;
626
+ }
627
+ .col-lg-push-9 {
628
+ left: 75%;
629
+ }
630
+ .col-lg-push-8 {
631
+ left: 66.66666667%;
632
+ }
633
+ .col-lg-push-7 {
634
+ left: 58.33333333%;
635
+ }
636
+ .col-lg-push-6 {
637
+ left: 50%;
638
+ }
639
+ .col-lg-push-5 {
640
+ left: 41.66666667%;
641
+ }
642
+ .col-lg-push-4 {
643
+ left: 33.33333333%;
644
+ }
645
+ .col-lg-push-3 {
646
+ left: 25%;
647
+ }
648
+ .col-lg-push-2 {
649
+ left: 16.66666667%;
650
+ }
651
+ .col-lg-push-1 {
652
+ left: 8.33333333%;
653
+ }
654
+ .col-lg-push-0 {
655
+ left: auto;
656
+ }
657
+ .col-lg-offset-12 {
658
+ margin-left: 100%;
659
+ }
660
+ .col-lg-offset-11 {
661
+ margin-left: 91.66666667%;
662
+ }
663
+ .col-lg-offset-10 {
664
+ margin-left: 83.33333333%;
665
+ }
666
+ .col-lg-offset-9 {
667
+ margin-left: 75%;
668
+ }
669
+ .col-lg-offset-8 {
670
+ margin-left: 66.66666667%;
671
+ }
672
+ .col-lg-offset-7 {
673
+ margin-left: 58.33333333%;
674
+ }
675
+ .col-lg-offset-6 {
676
+ margin-left: 50%;
677
+ }
678
+ .col-lg-offset-5 {
679
+ margin-left: 41.66666667%;
680
+ }
681
+ .col-lg-offset-4 {
682
+ margin-left: 33.33333333%;
683
+ }
684
+ .col-lg-offset-3 {
685
+ margin-left: 25%;
686
+ }
687
+ .col-lg-offset-2 {
688
+ margin-left: 16.66666667%;
689
+ }
690
+ .col-lg-offset-1 {
691
+ margin-left: 8.33333333%;
692
+ }
693
+ .col-lg-offset-0 {
694
+ margin-left: 0%;
695
+ }
696
+ }
697
+ table {
698
+ background-color: transparent;
699
+ }
700
+ caption {
701
+ padding-top: 8px;
702
+ padding-bottom: 8px;
703
+ color: #777777;
704
+ text-align: left;
705
+ }
706
+ th {
707
+ text-align: left;
708
+ }
709
+ .table {
710
+ width: 100%;
711
+ max-width: 100%;
712
+ margin-bottom: 20px;
713
+ }
714
+ .table > thead > tr > th,
715
+ .table > tbody > tr > th,
716
+ .table > tfoot > tr > th,
717
+ .table > thead > tr > td,
718
+ .table > tbody > tr > td,
719
+ .table > tfoot > tr > td {
720
+ padding: 8px;
721
+ line-height: 1.42857143;
722
+ vertical-align: top;
723
+ border-top: 1px solid #dddddd;
724
+ }
725
+ .table > thead > tr > th {
726
+ vertical-align: bottom;
727
+ border-bottom: 2px solid #dddddd;
728
+ }
729
+ .table > caption + thead > tr:first-child > th,
730
+ .table > colgroup + thead > tr:first-child > th,
731
+ .table > thead:first-child > tr:first-child > th,
732
+ .table > caption + thead > tr:first-child > td,
733
+ .table > colgroup + thead > tr:first-child > td,
734
+ .table > thead:first-child > tr:first-child > td {
735
+ border-top: 0;
736
+ }
737
+ .table > tbody + tbody {
738
+ border-top: 2px solid #dddddd;
739
+ }
740
+ .table .table {
741
+ background-color: #ffffff;
742
+ }
743
+ .table-condensed > thead > tr > th,
744
+ .table-condensed > tbody > tr > th,
745
+ .table-condensed > tfoot > tr > th,
746
+ .table-condensed > thead > tr > td,
747
+ .table-condensed > tbody > tr > td,
748
+ .table-condensed > tfoot > tr > td {
749
+ padding: 5px;
750
+ }
751
+ .table-bordered {
752
+ border: 1px solid #dddddd;
753
+ }
754
+ .table-bordered > thead > tr > th,
755
+ .table-bordered > tbody > tr > th,
756
+ .table-bordered > tfoot > tr > th,
757
+ .table-bordered > thead > tr > td,
758
+ .table-bordered > tbody > tr > td,
759
+ .table-bordered > tfoot > tr > td {
760
+ border: 1px solid #dddddd;
761
+ }
762
+ .table-bordered > thead > tr > th,
763
+ .table-bordered > thead > tr > td {
764
+ border-bottom-width: 2px;
765
+ }
766
+ .table-striped > tbody > tr:nth-of-type(odd) {
767
+ background-color: #f9f9f9;
768
+ }
769
+ .table-hover > tbody > tr:hover {
770
+ background-color: #f5f5f5;
771
+ }
772
+ table col[class*="col-"] {
773
+ position: static;
774
+ float: none;
775
+ display: table-column;
776
+ }
777
+ table td[class*="col-"],
778
+ table th[class*="col-"] {
779
+ position: static;
780
+ float: none;
781
+ display: table-cell;
782
+ }
783
+ .table > thead > tr > td.active,
784
+ .table > tbody > tr > td.active,
785
+ .table > tfoot > tr > td.active,
786
+ .table > thead > tr > th.active,
787
+ .table > tbody > tr > th.active,
788
+ .table > tfoot > tr > th.active,
789
+ .table > thead > tr.active > td,
790
+ .table > tbody > tr.active > td,
791
+ .table > tfoot > tr.active > td,
792
+ .table > thead > tr.active > th,
793
+ .table > tbody > tr.active > th,
794
+ .table > tfoot > tr.active > th {
795
+ background-color: #f5f5f5;
796
+ }
797
+ .table-hover > tbody > tr > td.active:hover,
798
+ .table-hover > tbody > tr > th.active:hover,
799
+ .table-hover > tbody > tr.active:hover > td,
800
+ .table-hover > tbody > tr:hover > .active,
801
+ .table-hover > tbody > tr.active:hover > th {
802
+ background-color: #e8e8e8;
803
+ }
804
+ .table > thead > tr > td.success,
805
+ .table > tbody > tr > td.success,
806
+ .table > tfoot > tr > td.success,
807
+ .table > thead > tr > th.success,
808
+ .table > tbody > tr > th.success,
809
+ .table > tfoot > tr > th.success,
810
+ .table > thead > tr.success > td,
811
+ .table > tbody > tr.success > td,
812
+ .table > tfoot > tr.success > td,
813
+ .table > thead > tr.success > th,
814
+ .table > tbody > tr.success > th,
815
+ .table > tfoot > tr.success > th {
816
+ background-color: #dff0d8;
817
+ }
818
+ .table-hover > tbody > tr > td.success:hover,
819
+ .table-hover > tbody > tr > th.success:hover,
820
+ .table-hover > tbody > tr.success:hover > td,
821
+ .table-hover > tbody > tr:hover > .success,
822
+ .table-hover > tbody > tr.success:hover > th {
823
+ background-color: #d0e9c6;
824
+ }
825
+ .table > thead > tr > td.info,
826
+ .table > tbody > tr > td.info,
827
+ .table > tfoot > tr > td.info,
828
+ .table > thead > tr > th.info,
829
+ .table > tbody > tr > th.info,
830
+ .table > tfoot > tr > th.info,
831
+ .table > thead > tr.info > td,
832
+ .table > tbody > tr.info > td,
833
+ .table > tfoot > tr.info > td,
834
+ .table > thead > tr.info > th,
835
+ .table > tbody > tr.info > th,
836
+ .table > tfoot > tr.info > th {
837
+ background-color: #d9edf7;
838
+ }
839
+ .table-hover > tbody > tr > td.info:hover,
840
+ .table-hover > tbody > tr > th.info:hover,
841
+ .table-hover > tbody > tr.info:hover > td,
842
+ .table-hover > tbody > tr:hover > .info,
843
+ .table-hover > tbody > tr.info:hover > th {
844
+ background-color: #c4e3f3;
845
+ }
846
+ .table > thead > tr > td.warning,
847
+ .table > tbody > tr > td.warning,
848
+ .table > tfoot > tr > td.warning,
849
+ .table > thead > tr > th.warning,
850
+ .table > tbody > tr > th.warning,
851
+ .table > tfoot > tr > th.warning,
852
+ .table > thead > tr.warning > td,
853
+ .table > tbody > tr.warning > td,
854
+ .table > tfoot > tr.warning > td,
855
+ .table > thead > tr.warning > th,
856
+ .table > tbody > tr.warning > th,
857
+ .table > tfoot > tr.warning > th {
858
+ background-color: #fcf8e3;
859
+ }
860
+ .table-hover > tbody > tr > td.warning:hover,
861
+ .table-hover > tbody > tr > th.warning:hover,
862
+ .table-hover > tbody > tr.warning:hover > td,
863
+ .table-hover > tbody > tr:hover > .warning,
864
+ .table-hover > tbody > tr.warning:hover > th {
865
+ background-color: #faf2cc;
866
+ }
867
+ .table > thead > tr > td.danger,
868
+ .table > tbody > tr > td.danger,
869
+ .table > tfoot > tr > td.danger,
870
+ .table > thead > tr > th.danger,
871
+ .table > tbody > tr > th.danger,
872
+ .table > tfoot > tr > th.danger,
873
+ .table > thead > tr.danger > td,
874
+ .table > tbody > tr.danger > td,
875
+ .table > tfoot > tr.danger > td,
876
+ .table > thead > tr.danger > th,
877
+ .table > tbody > tr.danger > th,
878
+ .table > tfoot > tr.danger > th {
879
+ background-color: #f2dede;
880
+ }
881
+ .table-hover > tbody > tr > td.danger:hover,
882
+ .table-hover > tbody > tr > th.danger:hover,
883
+ .table-hover > tbody > tr.danger:hover > td,
884
+ .table-hover > tbody > tr:hover > .danger,
885
+ .table-hover > tbody > tr.danger:hover > th {
886
+ background-color: #ebcccc;
887
+ }
888
+ .table-responsive {
889
+ overflow-x: auto;
890
+ min-height: 0.01%;
891
+ }
892
+ @media screen and (max-width: 767px) {
893
+ .table-responsive {
894
+ width: 100%;
895
+ margin-bottom: 15px;
896
+ overflow-y: hidden;
897
+ -ms-overflow-style: -ms-autohiding-scrollbar;
898
+ border: 1px solid #dddddd;
899
+ }
900
+ .table-responsive > .table {
901
+ margin-bottom: 0;
902
+ }
903
+ .table-responsive > .table > thead > tr > th,
904
+ .table-responsive > .table > tbody > tr > th,
905
+ .table-responsive > .table > tfoot > tr > th,
906
+ .table-responsive > .table > thead > tr > td,
907
+ .table-responsive > .table > tbody > tr > td,
908
+ .table-responsive > .table > tfoot > tr > td {
909
+ white-space: nowrap;
910
+ }
911
+ .table-responsive > .table-bordered {
912
+ border: 0;
913
+ }
914
+ .table-responsive > .table-bordered > thead > tr > th:first-child,
915
+ .table-responsive > .table-bordered > tbody > tr > th:first-child,
916
+ .table-responsive > .table-bordered > tfoot > tr > th:first-child,
917
+ .table-responsive > .table-bordered > thead > tr > td:first-child,
918
+ .table-responsive > .table-bordered > tbody > tr > td:first-child,
919
+ .table-responsive > .table-bordered > tfoot > tr > td:first-child {
920
+ border-left: 0;
921
+ }
922
+ .table-responsive > .table-bordered > thead > tr > th:last-child,
923
+ .table-responsive > .table-bordered > tbody > tr > th:last-child,
924
+ .table-responsive > .table-bordered > tfoot > tr > th:last-child,
925
+ .table-responsive > .table-bordered > thead > tr > td:last-child,
926
+ .table-responsive > .table-bordered > tbody > tr > td:last-child,
927
+ .table-responsive > .table-bordered > tfoot > tr > td:last-child {
928
+ border-right: 0;
929
+ }
930
+ .table-responsive > .table-bordered > tbody > tr:last-child > th,
931
+ .table-responsive > .table-bordered > tfoot > tr:last-child > th,
932
+ .table-responsive > .table-bordered > tbody > tr:last-child > td,
933
+ .table-responsive > .table-bordered > tfoot > tr:last-child > td {
934
+ border-bottom: 0;
935
+ }
936
+ }
937
+ .btn {
938
+ display: inline-block;
939
+ margin-bottom: 0;
940
+ font-weight: normal;
941
+ text-align: center;
942
+ vertical-align: middle;
943
+ -ms-touch-action: manipulation;
944
+ touch-action: manipulation;
945
+ cursor: pointer;
946
+ background-image: none;
947
+ border: 1px solid transparent;
948
+ white-space: nowrap;
949
+ padding: 6px 12px;
950
+ font-size: 14px;
951
+ line-height: 1.42857143;
952
+ border-radius: 4px;
953
+ -webkit-user-select: none;
954
+ -moz-user-select: none;
955
+ -ms-user-select: none;
956
+ user-select: none;
957
+ }
958
+ .btn:focus,
959
+ .btn:active:focus,
960
+ .btn.active:focus,
961
+ .btn.focus,
962
+ .btn:active.focus,
963
+ .btn.active.focus {
964
+ outline: 5px auto -webkit-focus-ring-color;
965
+ outline-offset: -2px;
966
+ }
967
+ .btn:hover,
968
+ .btn:focus,
969
+ .btn.focus {
970
+ color: #333333;
971
+ text-decoration: none;
972
+ }
973
+ .btn:active,
974
+ .btn.active {
975
+ outline: 0;
976
+ background-image: none;
977
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
978
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
979
+ }
980
+ .btn.disabled,
981
+ .btn[disabled],
982
+ fieldset[disabled] .btn {
983
+ cursor: not-allowed;
984
+ opacity: 0.65;
985
+ filter: alpha(opacity=65);
986
+ -webkit-box-shadow: none;
987
+ box-shadow: none;
988
+ }
989
+ a.btn.disabled,
990
+ fieldset[disabled] a.btn {
991
+ pointer-events: none;
992
+ }
993
+ .btn-default {
994
+ color: #333333;
995
+ background-color: #ffffff;
996
+ border-color: #cccccc;
997
+ }
998
+ .btn-default:focus,
999
+ .btn-default.focus {
1000
+ color: #333333;
1001
+ background-color: #e6e6e6;
1002
+ border-color: #8c8c8c;
1003
+ }
1004
+ .btn-default:hover {
1005
+ color: #333333;
1006
+ background-color: #e6e6e6;
1007
+ border-color: #adadad;
1008
+ }
1009
+ .btn-default:active,
1010
+ .btn-default.active,
1011
+ .open > .dropdown-toggle.btn-default {
1012
+ color: #333333;
1013
+ background-color: #e6e6e6;
1014
+ border-color: #adadad;
1015
+ }
1016
+ .btn-default:active:hover,
1017
+ .btn-default.active:hover,
1018
+ .open > .dropdown-toggle.btn-default:hover,
1019
+ .btn-default:active:focus,
1020
+ .btn-default.active:focus,
1021
+ .open > .dropdown-toggle.btn-default:focus,
1022
+ .btn-default:active.focus,
1023
+ .btn-default.active.focus,
1024
+ .open > .dropdown-toggle.btn-default.focus {
1025
+ color: #333333;
1026
+ background-color: #d4d4d4;
1027
+ border-color: #8c8c8c;
1028
+ }
1029
+ .btn-default:active,
1030
+ .btn-default.active,
1031
+ .open > .dropdown-toggle.btn-default {
1032
+ background-image: none;
1033
+ }
1034
+ .btn-default.disabled:hover,
1035
+ .btn-default[disabled]:hover,
1036
+ fieldset[disabled] .btn-default:hover,
1037
+ .btn-default.disabled:focus,
1038
+ .btn-default[disabled]:focus,
1039
+ fieldset[disabled] .btn-default:focus,
1040
+ .btn-default.disabled.focus,
1041
+ .btn-default[disabled].focus,
1042
+ fieldset[disabled] .btn-default.focus {
1043
+ background-color: #ffffff;
1044
+ border-color: #cccccc;
1045
+ }
1046
+ .btn-default .badge {
1047
+ color: #ffffff;
1048
+ background-color: #333333;
1049
+ }
1050
+ .btn-primary {
1051
+ color: #ffffff;
1052
+ background-color: #337ab7;
1053
+ border-color: #2e6da4;
1054
+ }
1055
+ .btn-primary:focus,
1056
+ .btn-primary.focus {
1057
+ color: #ffffff;
1058
+ background-color: #286090;
1059
+ border-color: #122b40;
1060
+ }
1061
+ .btn-primary:hover {
1062
+ color: #ffffff;
1063
+ background-color: #286090;
1064
+ border-color: #204d74;
1065
+ }
1066
+ .btn-primary:active,
1067
+ .btn-primary.active,
1068
+ .open > .dropdown-toggle.btn-primary {
1069
+ color: #ffffff;
1070
+ background-color: #286090;
1071
+ border-color: #204d74;
1072
+ }
1073
+ .btn-primary:active:hover,
1074
+ .btn-primary.active:hover,
1075
+ .open > .dropdown-toggle.btn-primary:hover,
1076
+ .btn-primary:active:focus,
1077
+ .btn-primary.active:focus,
1078
+ .open > .dropdown-toggle.btn-primary:focus,
1079
+ .btn-primary:active.focus,
1080
+ .btn-primary.active.focus,
1081
+ .open > .dropdown-toggle.btn-primary.focus {
1082
+ color: #ffffff;
1083
+ background-color: #204d74;
1084
+ border-color: #122b40;
1085
+ }
1086
+ .btn-primary:active,
1087
+ .btn-primary.active,
1088
+ .open > .dropdown-toggle.btn-primary {
1089
+ background-image: none;
1090
+ }
1091
+ .btn-primary.disabled:hover,
1092
+ .btn-primary[disabled]:hover,
1093
+ fieldset[disabled] .btn-primary:hover,
1094
+ .btn-primary.disabled:focus,
1095
+ .btn-primary[disabled]:focus,
1096
+ fieldset[disabled] .btn-primary:focus,
1097
+ .btn-primary.disabled.focus,
1098
+ .btn-primary[disabled].focus,
1099
+ fieldset[disabled] .btn-primary.focus {
1100
+ background-color: #337ab7;
1101
+ border-color: #2e6da4;
1102
+ }
1103
+ .btn-primary .badge {
1104
+ color: #337ab7;
1105
+ background-color: #ffffff;
1106
+ }
1107
+ .btn-success {
1108
+ color: #ffffff;
1109
+ background-color: #5cb85c;
1110
+ border-color: #4cae4c;
1111
+ }
1112
+ .btn-success:focus,
1113
+ .btn-success.focus {
1114
+ color: #ffffff;
1115
+ background-color: #449d44;
1116
+ border-color: #255625;
1117
+ }
1118
+ .btn-success:hover {
1119
+ color: #ffffff;
1120
+ background-color: #449d44;
1121
+ border-color: #398439;
1122
+ }
1123
+ .btn-success:active,
1124
+ .btn-success.active,
1125
+ .open > .dropdown-toggle.btn-success {
1126
+ color: #ffffff;
1127
+ background-color: #449d44;
1128
+ border-color: #398439;
1129
+ }
1130
+ .btn-success:active:hover,
1131
+ .btn-success.active:hover,
1132
+ .open > .dropdown-toggle.btn-success:hover,
1133
+ .btn-success:active:focus,
1134
+ .btn-success.active:focus,
1135
+ .open > .dropdown-toggle.btn-success:focus,
1136
+ .btn-success:active.focus,
1137
+ .btn-success.active.focus,
1138
+ .open > .dropdown-toggle.btn-success.focus {
1139
+ color: #ffffff;
1140
+ background-color: #398439;
1141
+ border-color: #255625;
1142
+ }
1143
+ .btn-success:active,
1144
+ .btn-success.active,
1145
+ .open > .dropdown-toggle.btn-success {
1146
+ background-image: none;
1147
+ }
1148
+ .btn-success.disabled:hover,
1149
+ .btn-success[disabled]:hover,
1150
+ fieldset[disabled] .btn-success:hover,
1151
+ .btn-success.disabled:focus,
1152
+ .btn-success[disabled]:focus,
1153
+ fieldset[disabled] .btn-success:focus,
1154
+ .btn-success.disabled.focus,
1155
+ .btn-success[disabled].focus,
1156
+ fieldset[disabled] .btn-success.focus {
1157
+ background-color: #5cb85c;
1158
+ border-color: #4cae4c;
1159
+ }
1160
+ .btn-success .badge {
1161
+ color: #5cb85c;
1162
+ background-color: #ffffff;
1163
+ }
1164
+ .btn-info {
1165
+ color: #ffffff;
1166
+ background-color: #5bc0de;
1167
+ border-color: #46b8da;
1168
+ }
1169
+ .btn-info:focus,
1170
+ .btn-info.focus {
1171
+ color: #ffffff;
1172
+ background-color: #31b0d5;
1173
+ border-color: #1b6d85;
1174
+ }
1175
+ .btn-info:hover {
1176
+ color: #ffffff;
1177
+ background-color: #31b0d5;
1178
+ border-color: #269abc;
1179
+ }
1180
+ .btn-info:active,
1181
+ .btn-info.active,
1182
+ .open > .dropdown-toggle.btn-info {
1183
+ color: #ffffff;
1184
+ background-color: #31b0d5;
1185
+ border-color: #269abc;
1186
+ }
1187
+ .btn-info:active:hover,
1188
+ .btn-info.active:hover,
1189
+ .open > .dropdown-toggle.btn-info:hover,
1190
+ .btn-info:active:focus,
1191
+ .btn-info.active:focus,
1192
+ .open > .dropdown-toggle.btn-info:focus,
1193
+ .btn-info:active.focus,
1194
+ .btn-info.active.focus,
1195
+ .open > .dropdown-toggle.btn-info.focus {
1196
+ color: #ffffff;
1197
+ background-color: #269abc;
1198
+ border-color: #1b6d85;
1199
+ }
1200
+ .btn-info:active,
1201
+ .btn-info.active,
1202
+ .open > .dropdown-toggle.btn-info {
1203
+ background-image: none;
1204
+ }
1205
+ .btn-info.disabled:hover,
1206
+ .btn-info[disabled]:hover,
1207
+ fieldset[disabled] .btn-info:hover,
1208
+ .btn-info.disabled:focus,
1209
+ .btn-info[disabled]:focus,
1210
+ fieldset[disabled] .btn-info:focus,
1211
+ .btn-info.disabled.focus,
1212
+ .btn-info[disabled].focus,
1213
+ fieldset[disabled] .btn-info.focus {
1214
+ background-color: #5bc0de;
1215
+ border-color: #46b8da;
1216
+ }
1217
+ .btn-info .badge {
1218
+ color: #5bc0de;
1219
+ background-color: #ffffff;
1220
+ }
1221
+ .btn-warning {
1222
+ color: #ffffff;
1223
+ background-color: #f0ad4e;
1224
+ border-color: #eea236;
1225
+ }
1226
+ .btn-warning:focus,
1227
+ .btn-warning.focus {
1228
+ color: #ffffff;
1229
+ background-color: #ec971f;
1230
+ border-color: #985f0d;
1231
+ }
1232
+ .btn-warning:hover {
1233
+ color: #ffffff;
1234
+ background-color: #ec971f;
1235
+ border-color: #d58512;
1236
+ }
1237
+ .btn-warning:active,
1238
+ .btn-warning.active,
1239
+ .open > .dropdown-toggle.btn-warning {
1240
+ color: #ffffff;
1241
+ background-color: #ec971f;
1242
+ border-color: #d58512;
1243
+ }
1244
+ .btn-warning:active:hover,
1245
+ .btn-warning.active:hover,
1246
+ .open > .dropdown-toggle.btn-warning:hover,
1247
+ .btn-warning:active:focus,
1248
+ .btn-warning.active:focus,
1249
+ .open > .dropdown-toggle.btn-warning:focus,
1250
+ .btn-warning:active.focus,
1251
+ .btn-warning.active.focus,
1252
+ .open > .dropdown-toggle.btn-warning.focus {
1253
+ color: #ffffff;
1254
+ background-color: #d58512;
1255
+ border-color: #985f0d;
1256
+ }
1257
+ .btn-warning:active,
1258
+ .btn-warning.active,
1259
+ .open > .dropdown-toggle.btn-warning {
1260
+ background-image: none;
1261
+ }
1262
+ .btn-warning.disabled:hover,
1263
+ .btn-warning[disabled]:hover,
1264
+ fieldset[disabled] .btn-warning:hover,
1265
+ .btn-warning.disabled:focus,
1266
+ .btn-warning[disabled]:focus,
1267
+ fieldset[disabled] .btn-warning:focus,
1268
+ .btn-warning.disabled.focus,
1269
+ .btn-warning[disabled].focus,
1270
+ fieldset[disabled] .btn-warning.focus {
1271
+ background-color: #f0ad4e;
1272
+ border-color: #eea236;
1273
+ }
1274
+ .btn-warning .badge {
1275
+ color: #f0ad4e;
1276
+ background-color: #ffffff;
1277
+ }
1278
+ .btn-danger {
1279
+ color: #ffffff;
1280
+ background-color: #d9534f;
1281
+ border-color: #d43f3a;
1282
+ }
1283
+ .btn-danger:focus,
1284
+ .btn-danger.focus {
1285
+ color: #ffffff;
1286
+ background-color: #c9302c;
1287
+ border-color: #761c19;
1288
+ }
1289
+ .btn-danger:hover {
1290
+ color: #ffffff;
1291
+ background-color: #c9302c;
1292
+ border-color: #ac2925;
1293
+ }
1294
+ .btn-danger:active,
1295
+ .btn-danger.active,
1296
+ .open > .dropdown-toggle.btn-danger {
1297
+ color: #ffffff;
1298
+ background-color: #c9302c;
1299
+ border-color: #ac2925;
1300
+ }
1301
+ .btn-danger:active:hover,
1302
+ .btn-danger.active:hover,
1303
+ .open > .dropdown-toggle.btn-danger:hover,
1304
+ .btn-danger:active:focus,
1305
+ .btn-danger.active:focus,
1306
+ .open > .dropdown-toggle.btn-danger:focus,
1307
+ .btn-danger:active.focus,
1308
+ .btn-danger.active.focus,
1309
+ .open > .dropdown-toggle.btn-danger.focus {
1310
+ color: #ffffff;
1311
+ background-color: #ac2925;
1312
+ border-color: #761c19;
1313
+ }
1314
+ .btn-danger:active,
1315
+ .btn-danger.active,
1316
+ .open > .dropdown-toggle.btn-danger {
1317
+ background-image: none;
1318
+ }
1319
+ .btn-danger.disabled:hover,
1320
+ .btn-danger[disabled]:hover,
1321
+ fieldset[disabled] .btn-danger:hover,
1322
+ .btn-danger.disabled:focus,
1323
+ .btn-danger[disabled]:focus,
1324
+ fieldset[disabled] .btn-danger:focus,
1325
+ .btn-danger.disabled.focus,
1326
+ .btn-danger[disabled].focus,
1327
+ fieldset[disabled] .btn-danger.focus {
1328
+ background-color: #d9534f;
1329
+ border-color: #d43f3a;
1330
+ }
1331
+ .btn-danger .badge {
1332
+ color: #d9534f;
1333
+ background-color: #ffffff;
1334
+ }
1335
+ .btn-link {
1336
+ color: #337ab7;
1337
+ font-weight: normal;
1338
+ border-radius: 0;
1339
+ }
1340
+ .btn-link,
1341
+ .btn-link:active,
1342
+ .btn-link.active,
1343
+ .btn-link[disabled],
1344
+ fieldset[disabled] .btn-link {
1345
+ background-color: transparent;
1346
+ -webkit-box-shadow: none;
1347
+ box-shadow: none;
1348
+ }
1349
+ .btn-link,
1350
+ .btn-link:hover,
1351
+ .btn-link:focus,
1352
+ .btn-link:active {
1353
+ border-color: transparent;
1354
+ }
1355
+ .btn-link:hover,
1356
+ .btn-link:focus {
1357
+ color: #23527c;
1358
+ text-decoration: underline;
1359
+ background-color: transparent;
1360
+ }
1361
+ .btn-link[disabled]:hover,
1362
+ fieldset[disabled] .btn-link:hover,
1363
+ .btn-link[disabled]:focus,
1364
+ fieldset[disabled] .btn-link:focus {
1365
+ color: #777777;
1366
+ text-decoration: none;
1367
+ }
1368
+ .btn-lg {
1369
+ padding: 10px 16px;
1370
+ font-size: 18px;
1371
+ line-height: 1.3333333;
1372
+ border-radius: 6px;
1373
+ }
1374
+ .btn-sm {
1375
+ padding: 5px 10px;
1376
+ font-size: 12px;
1377
+ line-height: 1.5;
1378
+ border-radius: 3px;
1379
+ }
1380
+ .btn-xs {
1381
+ padding: 1px 5px;
1382
+ font-size: 12px;
1383
+ line-height: 1.5;
1384
+ border-radius: 3px;
1385
+ }
1386
+ .btn-block {
1387
+ display: block;
1388
+ width: 100%;
1389
+ }
1390
+ .btn-block + .btn-block {
1391
+ margin-top: 5px;
1392
+ }
1393
+ input[type="submit"].btn-block,
1394
+ input[type="reset"].btn-block,
1395
+ input[type="button"].btn-block {
1396
+ width: 100%;
1397
+ }
assets/_scss/vkExUnit_style_in_bs.scss ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ @charset "utf-8";
2
+ // @import "compass";
3
+ @import "bootstrap";
4
+ @import "vkExUnit_style";
assets/css/vkExUnit_sns_editor_style.css CHANGED
@@ -1 +1 @@
1
- [class*=" vk_icon_w_r_sns_"],[class^=vk_icon_w_r_sns_]{text-transform:none;font-weight:400;font-style:normal;font-variant:normal;font-family:vk_sns;line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_fb:before{content:"\e600"}.vk_icon_w_r_sns_google:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_line:before{content:"\e603"}.vk_icon_w_r_sns_pocket:before{content:"\e604"}.vk_icon_w_r_sns_twitter:before{content:"\e605"}.veu_socialSet-position-before{margin-top:-1em;margin-bottom:2em}.veu_socialSet-position-after{margin-top:3em}.veu_socialSet{margin-bottom:1.5em}.veu_socialSet ul{display:flex}.veu_socialSet li{width:50%;background:0 0;position:relative;display:block;overflow:visible;box-sizing:border-box}.veu_socialSet .sb_icon .sb_icon_inner{display:block;overflow:hidden;width:100%;box-sizing:border-box;padding:5px 10px;border-radius:var(--vk-size-radius);color:#fff;text-decoration:none;line-height:100%;font-size:90%;text-align:left;border:none}.veu_socialSet .sb_icon .sb_icon_inner:hover{box-shadow:none;transform:translateY(2px);cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}.veu_socialSet .sb_icon .sb_icon_inner .sns_txt{position:relative;top:-1px}.veu_socialSet .sb_icon .sb_icon_inner .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet .sb_facebook a{background:#425dab;box-shadow:0 2px 0 #344e84}.veu_socialSet .sb_hatena a{background:#007fc5;box-shadow:0 2px 0 #00679f}.veu_socialSet .sb_twitter a{background:#00abec;box-shadow:0 2px 0 #007eaa}.veu_socialSet .sb_google a{background:#dd4b39;box-shadow:0 2px 0 #a03524}.veu_socialSet .sb_line a{background:#6ebd30;box-shadow:0 2px 0 #5b9c28}.veu_socialSet .sb_pocket a{background:#ea4654;box-shadow:0 2px 0 #c1303c}.veu_socialSet .sb_copy .sb_icon_inner{background:#555;box-shadow:0 2px 0 #333;padding-bottom:4px}.veu_socialSet .sb_copy .sb_icon_inner i{font-size:14px}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0}.veu_socialSet.veu_contentAddSection ul li{margin:3px;padding:0}@media (max-width:767px){.veu_socialSet ul{flex-wrap:wrap}.veu_socialSet li{width:calc(50% - 6px)}.veu_socialSet .veu_count_sns_fb,.veu_socialSet .veu_count_sns_hb,.veu_socialSet .veu_count_sns_pocket{bottom:2px}.veu_socialSet .sb_icon a{padding:8px 10px}.veu_socialSet.veu_contentAddSection ul li{margin-bottom:9px}}
1
+ [class*=" vk_icon_w_r_sns_"],[class^=vk_icon_w_r_sns_]{text-transform:none;font-weight:400;font-style:normal;font-variant:normal;font-family:vk_sns;line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_fb:before{content:"\e600"}.vk_icon_w_r_sns_google:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_line:before{content:"\e603"}.vk_icon_w_r_sns_pocket:before{content:"\e604"}.vk_icon_w_r_sns_twitter:before{content:"\e605"}.veu_socialSet-position-before{margin-top:-1em;margin-bottom:2em}.veu_socialSet-position-after{margin-top:3em}.veu_socialSet{margin-bottom:1.5em}.veu_socialSet ul{display:flex}.veu_socialSet li{width:50%;background:0 0;position:relative;display:block;overflow:visible;box-sizing:border-box}.veu_socialSet .sb_icon .sb_icon_inner{display:block;overflow:hidden;width:100%;padding:5px 10px;border-radius:var(--vk-size-radius);color:#fff;text-decoration:none;line-height:100%;font-size:90%;text-align:left;border:none}.veu_socialSet .sb_icon .sb_icon_inner:hover{box-shadow:none;transform:translateY(2px);cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}.veu_socialSet .sb_icon .sb_icon_inner .sns_txt{position:relative;top:-1px}.veu_socialSet .sb_icon .sb_icon_inner .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet .sb_facebook a{background:#425dab;box-shadow:0 2px 0 #344e84}.veu_socialSet .sb_hatena a{background:#007fc5;box-shadow:0 2px 0 #00679f}.veu_socialSet .sb_twitter a{background:#00abec;box-shadow:0 2px 0 #007eaa}.veu_socialSet .sb_google a{background:#dd4b39;box-shadow:0 2px 0 #a03524}.veu_socialSet .sb_line a{background:#6ebd30;box-shadow:0 2px 0 #5b9c28}.veu_socialSet .sb_pocket a{background:#ea4654;box-shadow:0 2px 0 #c1303c}.veu_socialSet .sb_copy .sb_icon_inner{background:#555;box-shadow:0 2px 0 #333;padding-bottom:4px}.veu_socialSet .sb_copy .sb_icon_inner i{font-size:14px}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0}.veu_socialSet.veu_contentAddSection ul li{margin:3px;padding:0}@media (max-width:767px){.veu_socialSet ul{flex-wrap:wrap}.veu_socialSet li{width:calc(50% - 6px)}.veu_socialSet .veu_count_sns_fb,.veu_socialSet .veu_count_sns_hb,.veu_socialSet .veu_count_sns_pocket{bottom:2px}.veu_socialSet .sb_icon a{padding:8px 10px}.veu_socialSet.veu_contentAddSection ul li{margin-bottom:9px}}
assets/css/vkExUnit_style.css CHANGED
@@ -1 +1 @@
1
- :root{--vk-color-border-hr:rgba(0,0,0,0.07);--vk-color-bg-accent:rgba( 0,0,0,0.02);--vk-color-border-light:rgba( 0,0,0,0.07);--vk-color-border-zuru:rgba(255, 255, 255, 0.8);--vk-color-text-meta:#d44950;--vk-color-text-body:#555555;--vk-color-text-link:#666666;--vk-color-text-link-hover:#1e73be;--vk-size-radius:4px;--vk-size-radius-sm:2px;--vk-size-text:16px;--vk-size-text-meta:0.75rem;--vk-size-text-lg:1.313rem;--vk-size-text-sm:0.875rem;--vk-size-text-xs:0.75rem;--vk-margin-meta:0.5rem;--vk-margin-block-bottom:2rem}.veu_leadTxt,p.veu_leadTxt{font-size:2em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.fa_v4 .btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}.fa_v5_css .btn.btn-blank::after{margin-left:.7em;font-family:Font Awesome\ 5 Free;content:"\f35d";font-weight:900}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:areal;content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.veu_flowBox:last-child{padding-bottom:0;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0;background-image:none}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dd,.veu_flowBox dl dt{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{background:0 0;border:none;padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}.link-list li{padding:.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_contentAddSection{display:block;clear:both;overflow:hidden;margin-top:var(--vk-margin-block-bottom);margin-bottom:var(--vk-margin-block-bottom)}.veu_contentAddSection:first-child{margin-top:0}.btn{white-space:inherit}.veu_card{border:3px solid var(--vk-color-border-light);border-radius:var(--vk-size-radius)}.veu_card .veu_card_inner{position:relative;display:block;overflow:hidden;padding:1.5rem;box-shadow:inset 0 0 0 1px var(--vk-color-border-zuru)}.veu_card .veu_card_title{color:#464646;font-size:16px;line-height:1.4;padding:0 0 .4em;margin:0 0 1em;display:block;border-bottom:1px solid #e5e5e5;border-top:none;border-left:none;border-right:none;background:0 0;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;text-align:left}.veu_card .veu_card_title a{color:#464646}.veu_card .veu_card_title::after,.veu_card .veu_card_title::before{content:"";border:none;border-right:none;margin:0;background:0 0;height:0;left:inherit}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{margin-top:1em;padding-bottom:2em}.veu_sitemap .sitemap-col .link-list a{display:block;overflow:hidden}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_sitemap .sitemap-post-type-title{margin-bottom:.8em;font-size:18px}.veu_sitemap .sitemap-taxonomy-title{margin:1em 0;padding:0 0 .2em;font-size:16px}.veu_sitemap a{color:#464646}.veu_sitemap ul{margin:0 0 0 1em;padding-left:0}.veu_sitemap ul li{font-size:14px}.veu_sitemap ul>li>a{position:relative;margin-bottom:1em}.veu_sitemap .sitemap-term-list{margin-bottom:1.5em}.veu_socialSet-position-before{margin-top:-1em;margin-bottom:2em}.veu_socialSet-position-after{margin-top:3em}.veu_socialSet{margin-bottom:1.5em}.veu_socialSet ul{display:flex}.veu_socialSet li{width:50%;background:0 0;position:relative;display:block;overflow:visible;box-sizing:border-box}.veu_socialSet .sb_icon .sb_icon_inner{display:block;overflow:hidden;width:100%;box-sizing:border-box;padding:5px 10px;border-radius:var(--vk-size-radius);color:#fff;text-decoration:none;line-height:100%;font-size:90%;text-align:left;border:none}.veu_socialSet .sb_icon .sb_icon_inner:hover{box-shadow:none;transform:translateY(2px);cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}.veu_socialSet .sb_icon .sb_icon_inner .sns_txt{position:relative;top:-1px}.veu_socialSet .sb_icon .sb_icon_inner .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet .sb_facebook a{background:#425dab;box-shadow:0 2px 0 #344e84}.veu_socialSet .sb_hatena a{background:#007fc5;box-shadow:0 2px 0 #00679f}.veu_socialSet .sb_twitter a{background:#00abec;box-shadow:0 2px 0 #007eaa}.veu_socialSet .sb_google a{background:#dd4b39;box-shadow:0 2px 0 #a03524}.veu_socialSet .sb_line a{background:#6ebd30;box-shadow:0 2px 0 #5b9c28}.veu_socialSet .sb_pocket a{background:#ea4654;box-shadow:0 2px 0 #c1303c}.veu_socialSet .sb_copy .sb_icon_inner{background:#555;box-shadow:0 2px 0 #333;padding-bottom:4px}.veu_socialSet .sb_copy .sb_icon_inner i{font-size:14px}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0}.veu_socialSet.veu_contentAddSection ul li{margin:3px;padding:0}[class*=" vk_icon_w_r_sns_"],[class^=vk_icon_w_r_sns_]{text-transform:none;font-weight:400;font-style:normal;font-variant:normal;font-family:vk_sns;line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_fb:before{content:"\e600"}.vk_icon_w_r_sns_google:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_line:before{content:"\e603"}.vk_icon_w_r_sns_pocket:before{content:"\e604"}.vk_icon_w_r_sns_twitter:before{content:"\e605"}.veu_childPage_list{margin-top:2.5em;display:flex;align-items:stretch;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list:first-child{margin-top:0}.veu_childPage_list .childPage_list_box{margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_box_inner{display:flex;flex-direction:column;height:100%}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;margin-bottom:1em;width:30%;height:auto;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{position:relative;overflow:hidden;color:#333;font-size:14px;height:100%}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list .childPage_list_text{overflow:hidden;line-height:1.5em;margin-bottom:3.5em}.veu_childPage_list .childPage_list_more{position:absolute;bottom:0;right:0}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em}.veu_pageList_ancestor:first-child{margin-top:0}.veu_pageList_ancestor .pageList_ancestor_title{margin-bottom:.5em}.veu_pageList_ancestor .pageList{margin-top:0;margin-bottom:0;padding-left:0}.veu_pageList_ancestor .pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:14px}.veu_pageList_ancestor .pageList a:hover{text-decoration:underline}.veu_pageList_ancestor .pageList>.page_item{list-style:none}.veu_pageList_ancestor .pageList li{margin-bottom:0}.veu_pageList_ancestor .pageList ul{margin:0;padding-left:0;padding-bottom:0}.veu_pageList_ancestor .pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor .pageList ul li:before{position:absolute;top:.26em;left:5px;display:inline-block}.veu_pageList_ancestor .pageList ul li a{padding-left:20px}.veu_pageList_ancestor .pageList ul li li a{padding-left:30px}.veu_pageList_ancestor .pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;text-align:center;vertical-align:middle;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}.veu_contact .contact_frame{display:block;overflow:hidden;background-color:var(--vk-color-bg-accent)}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding:5px 0;font-size:28px;line-height:105%;font-weight:700;color:var(--vk-color-primary)}.veu_contact .contact_txt_tel_icon{margin-right:.3rem}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:12px;margin-top:.2rem}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block;text-decoration:none;line-height:1.2;padding:.5rem 1.5rem .6rem}.veu_contact .contact_bt_subTxt,.veu_contact .contact_bt_txt{color:#fff}.widget_vkexunit_contact_section{margin-bottom:var(--vk-margin-block-bottom)}.widget_vkexunit_contact_section .veu_contentAddSection{margin:0}.c-widget .veu_contact .customize-partial-edit-shortcut-button,.widget .veu_contact .customize-partial-edit-shortcut-button{top:45px}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts a{color:var(--vk-color-text-body);text-decoration:none}.veu_relatedPosts .relatedPosts_title{font-size:var(--vk-size-text-lg)}.veu_relatedPosts>.row{display:flex;margin:0;margin-right:-3%;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px var(--vk-color-border-hr);flex:initial}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{display:flex;padding:1em 0 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:var(--vk-size-text-xs)}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;min-width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail img{border:1px solid var(--vk-color-border-hr);max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:var(--vk-size-text-sm);margin-bottom:var(--vk-margin-meta)}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px var(--vk-color-border-hr)}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px var(--vk-color-border-hr)}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;width:40px;height:38px;color:transparent;border:none;background:rgba(0,0,0,.8);box-shadow:0 0 0 1px rgba(255,255,255,.8),0 0 0 2px rgba(0,0,0,.8);background-image:var(--ver_page_top_button_url);background-size:50%;background-repeat:no-repeat;background-position:center;opacity:0;transition:opacity .3s;text-decoration:none}.page_top_btn:hover{transition:opacity .3s;color:transparent;text-decoration:none}.page_top_btn .customize-partial-edit-shortcut-button{left:-40px}.scrolled .page_top_btn{display:block;opacity:1;color:transparent}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}iframe.twitter-timeline{margin-right:auto;margin-left:auto;width:740px!important}.veu_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px solid var(--vk-color-border-hr);line-height:1.4em}.veu_postList .postList a{color:var(--vk-color-text-body);text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:var(--vk-color-text-meta)}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms{position:relative}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 2px;border-radius:var(--vk-size-radius-sm);background-color:#efefef;font-size:10px;line-height:1;position:relative;top:-1px}.veu_postList .postList_terms a:hover{text-decoration:none}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px solid var(--vk-color-border-hr);margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto;display:block}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0 .8em;box-sizing:border-box}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center{margin-left:auto;margin-right:auto}.veu_profile .media_center img{display:block;margin-left:auto;margin-right:auto}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:.45em;list-style:none;text-align:center}.veu_profile .sns_btns li a{display:block;position:relative;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns li a:hover{color:#fff;text-decoration:none;opacity:.8}.veu_profile .sns_btns li a.bg_fill .icon{color:#fff}.veu_profile .sns_btns .icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.veu_profile .sns_btns .facebook_btn a{background:#3b5998;border:1px solid #3b5998}.veu_profile .sns_btns .facebook_btn a .icon{color:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee;border:1px solid #55acee}.veu_profile .sns_btns .twitter_btn a .icon{color:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2f915f;border:1px solid #2f915f}.veu_profile .sns_btns .mail_btn a .icon{color:#2f915f}.veu_profile .sns_btns .youtube_btn a{background:#c81d1c;border:1px solid #c81d1c}.veu_profile .sns_btns .youtube_btn a .icon{color:#c81d1c}.veu_profile .sns_btns .rss_btn a{background:#f26522;border:1px solid #f26522}.veu_profile .sns_btns .rss_btn a .icon{color:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b;border:1px solid #3f729b}.veu_profile .sns_btns .instagram_btn a .icon{color:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5;border:1px solid #0077b5}.veu_profile .sns_btns .linkedin_btn a .icon{color:#0077b5}.veu_3prArea .prArea{padding-bottom:3.5em}.veu_3prArea .subSection-title{font-size:18px;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl{position:absolute;bottom:0;right:15px}.veu_3prArea .linkurl a{text-decoration:none}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a{color:#333}.prBlock a:hover{color:#333;text-decoration:none}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px}.prBlock .prBlock_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.veu_button i,.veu_button svg{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}.veu_banner{text-align:center;display:block;overflow:hidden}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list .childPage_list_box{width:48%}}@media (min-width:768px){.veu_leadTxt,p.veu_leadTxt{margin-bottom:.7em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:1200px){.veu_contact-layout-horizontal p.contact_txt{margin-bottom:0}.veu_contact-layout-horizontal .contact_txt{float:left;text-align:left}.veu_contact-layout-horizontal .contact_bt{float:right;padding:.7em 1.5em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{max-width:100%}.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media (max-width:767px){.veu_socialSet ul{flex-wrap:wrap}.veu_socialSet li{width:calc(50% - 6px)}.veu_socialSet .veu_count_sns_fb,.veu_socialSet .veu_count_sns_hb,.veu_socialSet .veu_count_sns_pocket{bottom:2px}.veu_socialSet .sb_icon a{padding:8px 10px}.veu_socialSet.veu_contentAddSection ul li{margin-bottom:9px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media screen and (max-width:767px){.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@media (max-width:576px){.veu_contact .contact_txt_tel{font-size:25px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
1
+ :root{--vk-color-border-hr:rgba(0,0,0,0.07);--vk-color-bg-accent:rgba( 0,0,0,0.02);--vk-color-border-light:rgba( 0,0,0,0.07);--vk-color-border-zuru:rgba(255, 255, 255, 0.8);--vk-color-text-meta:#d44950;--vk-color-text-body:#555555;--vk-color-text-link:#666666;--vk-color-text-link-hover:#1e73be;--vk-size-radius:4px;--vk-size-radius-sm:2px;--vk-size-text:16px;--vk-size-text-meta:0.75rem;--vk-size-text-lg:1.313rem;--vk-size-text-sm:0.875rem;--vk-size-text-xs:0.75rem;--vk-margin-meta:0.5rem;--vk-margin-block-bottom:2rem}.veu_leadTxt,p.veu_leadTxt{font-size:2em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.fa_v4 .btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}.fa_v5_css .btn.btn-blank::after{margin-left:.7em;font-family:Font Awesome\ 5 Free;content:"\f35d";font-weight:900}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:areal;content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.veu_flowBox:last-child{padding-bottom:0;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0;background-image:none}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dd,.veu_flowBox dl dt{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{background:0 0;border:none;padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}.link-list li{padding:.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_contentAddSection{display:block;clear:both;overflow:hidden;margin-top:var(--vk-margin-block-bottom);margin-bottom:var(--vk-margin-block-bottom)}.veu_contentAddSection:first-child{margin-top:0}.btn{white-space:inherit}.veu_card{border:3px solid var(--vk-color-border-light);border-radius:var(--vk-size-radius)}.veu_card .veu_card_inner{position:relative;display:block;overflow:hidden;padding:1.5rem;box-shadow:inset 0 0 0 1px var(--vk-color-border-zuru)}.veu_card .veu_card_title{color:#464646;font-size:16px;line-height:1.4;padding:0 0 .4em;margin:0 0 1em;display:block;border-bottom:1px solid #e5e5e5;border-top:none;border-left:none;border-right:none;background:0 0;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;text-align:left}.veu_card .veu_card_title a{color:#464646}.veu_card .veu_card_title::after,.veu_card .veu_card_title::before{content:"";border:none;border-right:none;margin:0;background:0 0;height:0;left:inherit}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{margin-top:1em;padding-bottom:2em}.veu_sitemap .sitemap-col .link-list a{display:block;overflow:hidden}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_sitemap .sitemap-post-type-title{margin-bottom:.8em;font-size:18px}.veu_sitemap .sitemap-taxonomy-title{margin:1em 0;padding:0 0 .2em;font-size:16px}.veu_sitemap a{color:#464646}.veu_sitemap ul{margin:0 0 0 1em;padding-left:0}.veu_sitemap ul li{font-size:14px}.veu_sitemap ul>li>a{position:relative;margin-bottom:1em}.veu_sitemap .sitemap-term-list{margin-bottom:1.5em}.veu_socialSet-position-before{margin-top:-1em;margin-bottom:2em}.veu_socialSet-position-after{margin-top:3em}.veu_socialSet{margin-bottom:1.5em}.veu_socialSet ul{display:flex}.veu_socialSet li{width:50%;background:0 0;position:relative;display:block;overflow:visible;box-sizing:border-box}.veu_socialSet .sb_icon .sb_icon_inner{display:block;overflow:hidden;width:100%;padding:5px 10px;border-radius:var(--vk-size-radius);color:#fff;text-decoration:none;line-height:100%;font-size:90%;text-align:left;border:none}.veu_socialSet .sb_icon .sb_icon_inner:hover{box-shadow:none;transform:translateY(2px);cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}.veu_socialSet .sb_icon .sb_icon_inner .sns_txt{position:relative;top:-1px}.veu_socialSet .sb_icon .sb_icon_inner .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet .sb_facebook a{background:#425dab;box-shadow:0 2px 0 #344e84}.veu_socialSet .sb_hatena a{background:#007fc5;box-shadow:0 2px 0 #00679f}.veu_socialSet .sb_twitter a{background:#00abec;box-shadow:0 2px 0 #007eaa}.veu_socialSet .sb_google a{background:#dd4b39;box-shadow:0 2px 0 #a03524}.veu_socialSet .sb_line a{background:#6ebd30;box-shadow:0 2px 0 #5b9c28}.veu_socialSet .sb_pocket a{background:#ea4654;box-shadow:0 2px 0 #c1303c}.veu_socialSet .sb_copy .sb_icon_inner{background:#555;box-shadow:0 2px 0 #333;padding-bottom:4px}.veu_socialSet .sb_copy .sb_icon_inner i{font-size:14px}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0}.veu_socialSet.veu_contentAddSection ul li{margin:3px;padding:0}[class*=" vk_icon_w_r_sns_"],[class^=vk_icon_w_r_sns_]{text-transform:none;font-weight:400;font-style:normal;font-variant:normal;font-family:vk_sns;line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_fb:before{content:"\e600"}.vk_icon_w_r_sns_google:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_line:before{content:"\e603"}.vk_icon_w_r_sns_pocket:before{content:"\e604"}.vk_icon_w_r_sns_twitter:before{content:"\e605"}.veu_childPage_list{margin-top:2.5em;display:flex;align-items:stretch;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list:first-child{margin-top:0}.veu_childPage_list .childPage_list_box{margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_box_inner{display:flex;flex-direction:column;height:100%}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;margin-bottom:1em;width:30%;height:auto;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{position:relative;overflow:hidden;color:#333;font-size:14px;height:100%}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list .childPage_list_text{overflow:hidden;line-height:1.5em;margin-bottom:3.5em}.veu_childPage_list .childPage_list_more{position:absolute;bottom:0;right:0}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em}.veu_pageList_ancestor:first-child{margin-top:0}.veu_pageList_ancestor .pageList_ancestor_title{margin-bottom:.5em}.veu_pageList_ancestor .pageList{margin-top:0;margin-bottom:0;padding-left:0}.veu_pageList_ancestor .pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:14px}.veu_pageList_ancestor .pageList a:hover{text-decoration:underline}.veu_pageList_ancestor .pageList>.page_item{list-style:none}.veu_pageList_ancestor .pageList li{margin-bottom:0}.veu_pageList_ancestor .pageList ul{margin:0;padding-left:0;padding-bottom:0}.veu_pageList_ancestor .pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor .pageList ul li:before{position:absolute;top:.26em;left:5px;display:inline-block}.veu_pageList_ancestor .pageList ul li a{padding-left:20px}.veu_pageList_ancestor .pageList ul li li a{padding-left:30px}.veu_pageList_ancestor .pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;text-align:center;vertical-align:middle;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}.veu_contact .contact_frame{display:block;overflow:hidden;background-color:var(--vk-color-bg-accent)}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding:5px 0;font-size:28px;line-height:105%;font-weight:700;color:var(--vk-color-primary)}.veu_contact .contact_txt_tel_icon{margin-right:.3rem}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:12px;margin-top:.2rem}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block;text-decoration:none;line-height:1.2;padding:.5rem 1.5rem .6rem}.veu_contact .contact_bt_subTxt,.veu_contact .contact_bt_txt{color:#fff}.widget_vkexunit_contact_section{margin-bottom:var(--vk-margin-block-bottom)}.widget_vkexunit_contact_section .veu_contentAddSection{margin:0}.c-widget .veu_contact .customize-partial-edit-shortcut-button,.widget .veu_contact .customize-partial-edit-shortcut-button{top:45px}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts a{color:var(--vk-color-text-body);text-decoration:none}.veu_relatedPosts .relatedPosts_title{font-size:var(--vk-size-text-lg)}.veu_relatedPosts>.row{display:flex;margin:0;margin-right:-3%;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px var(--vk-color-border-hr);flex:initial}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{display:flex;padding:1em 0 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:var(--vk-size-text-xs)}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;min-width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail img{border:1px solid var(--vk-color-border-hr);max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:var(--vk-size-text-sm);margin-bottom:var(--vk-margin-meta)}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px var(--vk-color-border-hr)}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px var(--vk-color-border-hr)}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;width:40px;height:38px;color:transparent;border:none;background:rgba(0,0,0,.8);box-shadow:0 0 0 1px rgba(255,255,255,.8),0 0 0 2px rgba(0,0,0,.8);background-image:var(--ver_page_top_button_url);background-size:50%;background-repeat:no-repeat;background-position:center;opacity:0;transition:opacity .3s;text-decoration:none}.page_top_btn:hover{transition:opacity .3s;color:transparent;text-decoration:none}.page_top_btn .customize-partial-edit-shortcut-button{left:-40px}.scrolled .page_top_btn{display:block;opacity:1;color:transparent}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}iframe.twitter-timeline{margin-right:auto;margin-left:auto;width:740px!important}.veu_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px solid var(--vk-color-border-hr);line-height:1.4em}.veu_postList .postList a{color:var(--vk-color-text-body);text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:var(--vk-color-text-meta)}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms{position:relative}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 2px;border-radius:var(--vk-size-radius-sm);background-color:#efefef;font-size:10px;line-height:1;position:relative;top:-1px}.veu_postList .postList_terms a:hover{text-decoration:none}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px solid var(--vk-color-border-hr);margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto;display:block}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0 .8em;box-sizing:border-box}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center{margin-left:auto;margin-right:auto}.veu_profile .media_center img{display:block;margin-left:auto;margin-right:auto}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:.45em;list-style:none;text-align:center}.veu_profile .sns_btns li a{display:block;position:relative;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns li a:hover{color:#fff;text-decoration:none;opacity:.8}.veu_profile .sns_btns li a.bg_fill .icon{color:#fff}.veu_profile .sns_btns .icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.veu_profile .sns_btns .facebook_btn a{background:#3b5998;border:1px solid #3b5998}.veu_profile .sns_btns .facebook_btn a .icon{color:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee;border:1px solid #55acee}.veu_profile .sns_btns .twitter_btn a .icon{color:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2f915f;border:1px solid #2f915f}.veu_profile .sns_btns .mail_btn a .icon{color:#2f915f}.veu_profile .sns_btns .youtube_btn a{background:#c81d1c;border:1px solid #c81d1c}.veu_profile .sns_btns .youtube_btn a .icon{color:#c81d1c}.veu_profile .sns_btns .rss_btn a{background:#f26522;border:1px solid #f26522}.veu_profile .sns_btns .rss_btn a .icon{color:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b;border:1px solid #3f729b}.veu_profile .sns_btns .instagram_btn a .icon{color:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5;border:1px solid #0077b5}.veu_profile .sns_btns .linkedin_btn a .icon{color:#0077b5}.veu_3prArea .prArea{padding-bottom:3.5em}.veu_3prArea .subSection-title{font-size:18px;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl{position:absolute;bottom:0;right:15px}.veu_3prArea .linkurl a{text-decoration:none}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a{color:#333}.prBlock a:hover{color:#333;text-decoration:none}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px}.prBlock .prBlock_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.veu_button i,.veu_button svg{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}.veu_banner{text-align:center;display:block;overflow:hidden}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list .childPage_list_box{width:48%}}@media (min-width:768px){.veu_leadTxt,p.veu_leadTxt{margin-bottom:.7em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:1200px){.veu_contact-layout-horizontal p.contact_txt{margin-bottom:0}.veu_contact-layout-horizontal .contact_txt{float:left;text-align:left}.veu_contact-layout-horizontal .contact_bt{float:right;padding:.7em 1.5em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{max-width:100%}.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media (max-width:767px){.veu_socialSet ul{flex-wrap:wrap}.veu_socialSet li{width:calc(50% - 6px)}.veu_socialSet .veu_count_sns_fb,.veu_socialSet .veu_count_sns_hb,.veu_socialSet .veu_count_sns_pocket{bottom:2px}.veu_socialSet .sb_icon a{padding:8px 10px}.veu_socialSet.veu_contentAddSection ul li{margin-bottom:9px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media screen and (max-width:767px){.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@media (max-width:576px){.veu_contact .contact_txt_tel{font-size:25px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
assets/css/vkExUnit_style_in_bs.css ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
3
+ * Copyright 2011-2017 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ *//*!
6
+ * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=a2c5715a18a0533068e5185c0f8861a9)
7
+ * Config saved to config.json and https://gist.github.com/a2c5715a18a0533068e5185c0f8861a9
8
+ *//*!
9
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
10
+ * Copyright 2011-2016 Twitter, Inc.
11
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
12
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */[role=button]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:400;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}:root{--vk-color-border-hr:rgba(0,0,0,0.07);--vk-color-bg-accent:rgba( 0,0,0,0.02);--vk-color-border-light:rgba( 0,0,0,0.07);--vk-color-border-zuru:rgba(255, 255, 255, 0.8);--vk-color-text-meta:#d44950;--vk-color-text-body:#555555;--vk-color-text-link:#666666;--vk-color-text-link-hover:#1e73be;--vk-size-radius:4px;--vk-size-radius-sm:2px;--vk-size-text:16px;--vk-size-text-meta:0.75rem;--vk-size-text-lg:1.313rem;--vk-size-text-sm:0.875rem;--vk-size-text-xs:0.75rem;--vk-margin-meta:0.5rem;--vk-margin-block-bottom:2rem}.veu_leadTxt,p.veu_leadTxt{font-size:2em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.fa_v4 .btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}.fa_v5_css .btn.btn-blank::after{margin-left:.7em;font-family:Font Awesome\ 5 Free;content:"\f35d";font-weight:900}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:areal;content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.veu_flowBox:last-child{padding-bottom:0;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0;background-image:none}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dd,.veu_flowBox dl dt{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{background:0 0;border:none;padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}.link-list li{padding:.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_contentAddSection{display:block;clear:both;overflow:hidden;margin-top:var(--vk-margin-block-bottom);margin-bottom:var(--vk-margin-block-bottom)}.veu_contentAddSection:first-child{margin-top:0}.btn{white-space:inherit}.veu_card{border:3px solid var(--vk-color-border-light);border-radius:var(--vk-size-radius)}.veu_card .veu_card_inner{position:relative;display:block;overflow:hidden;padding:1.5rem;box-shadow:inset 0 0 0 1px var(--vk-color-border-zuru)}.veu_card .veu_card_title{color:#464646;font-size:16px;line-height:1.4;padding:0 0 .4em;margin:0 0 1em;display:block;border-bottom:1px solid #e5e5e5;border-top:none;border-left:none;border-right:none;background:0 0;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;text-align:left}.veu_card .veu_card_title a{color:#464646}.veu_card .veu_card_title::after,.veu_card .veu_card_title::before{content:"";border:none;border-right:none;margin:0;background:0 0;height:0;left:inherit}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{margin-top:1em;padding-bottom:2em}.veu_sitemap .sitemap-col .link-list a{display:block;overflow:hidden}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_sitemap .sitemap-post-type-title{margin-bottom:.8em;font-size:18px}.veu_sitemap .sitemap-taxonomy-title{margin:1em 0;padding:0 0 .2em;font-size:16px}.veu_sitemap a{color:#464646}.veu_sitemap ul{margin:0 0 0 1em;padding-left:0}.veu_sitemap ul li{font-size:14px}.veu_sitemap ul>li>a{position:relative;margin-bottom:1em}.veu_sitemap .sitemap-term-list{margin-bottom:1.5em}.veu_socialSet-position-before{margin-top:-1em;margin-bottom:2em}.veu_socialSet-position-after{margin-top:3em}.veu_socialSet{margin-bottom:1.5em}.veu_socialSet ul{display:flex}.veu_socialSet li{width:50%;background:0 0;position:relative;display:block;overflow:visible;box-sizing:border-box}.veu_socialSet .sb_icon .sb_icon_inner{display:block;overflow:hidden;width:100%;padding:5px 10px;border-radius:var(--vk-size-radius);color:#fff;text-decoration:none;line-height:100%;font-size:90%;text-align:left;border:none}.veu_socialSet .sb_icon .sb_icon_inner:hover{box-shadow:none;transform:translateY(2px);cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}.veu_socialSet .sb_icon .sb_icon_inner .sns_txt{position:relative;top:-1px}.veu_socialSet .sb_icon .sb_icon_inner .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet .sb_facebook a{background:#425dab;box-shadow:0 2px 0 #344e84}.veu_socialSet .sb_hatena a{background:#007fc5;box-shadow:0 2px 0 #00679f}.veu_socialSet .sb_twitter a{background:#00abec;box-shadow:0 2px 0 #007eaa}.veu_socialSet .sb_google a{background:#dd4b39;box-shadow:0 2px 0 #a03524}.veu_socialSet .sb_line a{background:#6ebd30;box-shadow:0 2px 0 #5b9c28}.veu_socialSet .sb_pocket a{background:#ea4654;box-shadow:0 2px 0 #c1303c}.veu_socialSet .sb_copy .sb_icon_inner{background:#555;box-shadow:0 2px 0 #333;padding-bottom:4px}.veu_socialSet .sb_copy .sb_icon_inner i{font-size:14px}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0}.veu_socialSet.veu_contentAddSection ul li{margin:3px;padding:0}[class*=" vk_icon_w_r_sns_"],[class^=vk_icon_w_r_sns_]{text-transform:none;font-weight:400;font-style:normal;font-variant:normal;font-family:vk_sns;line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_fb:before{content:"\e600"}.vk_icon_w_r_sns_google:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_line:before{content:"\e603"}.vk_icon_w_r_sns_pocket:before{content:"\e604"}.vk_icon_w_r_sns_twitter:before{content:"\e605"}.veu_childPage_list{margin-top:2.5em;display:flex;align-items:stretch;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list:first-child{margin-top:0}.veu_childPage_list .childPage_list_box{margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_box_inner{display:flex;flex-direction:column;height:100%}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;margin-bottom:1em;width:30%;height:auto;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{position:relative;overflow:hidden;color:#333;font-size:14px;height:100%}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list .childPage_list_text{overflow:hidden;line-height:1.5em;margin-bottom:3.5em}.veu_childPage_list .childPage_list_more{position:absolute;bottom:0;right:0}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em}.veu_pageList_ancestor:first-child{margin-top:0}.veu_pageList_ancestor .pageList_ancestor_title{margin-bottom:.5em}.veu_pageList_ancestor .pageList{margin-top:0;margin-bottom:0;padding-left:0}.veu_pageList_ancestor .pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:14px}.veu_pageList_ancestor .pageList a:hover{text-decoration:underline}.veu_pageList_ancestor .pageList>.page_item{list-style:none}.veu_pageList_ancestor .pageList li{margin-bottom:0}.veu_pageList_ancestor .pageList ul{margin:0;padding-left:0;padding-bottom:0}.veu_pageList_ancestor .pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor .pageList ul li:before{position:absolute;top:.26em;left:5px;display:inline-block}.veu_pageList_ancestor .pageList ul li a{padding-left:20px}.veu_pageList_ancestor .pageList ul li li a{padding-left:30px}.veu_pageList_ancestor .pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;text-align:center;vertical-align:middle;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}.veu_contact .contact_frame{display:block;overflow:hidden;background-color:var(--vk-color-bg-accent)}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding:5px 0;font-size:28px;line-height:105%;font-weight:700;color:var(--vk-color-primary)}.veu_contact .contact_txt_tel_icon{margin-right:.3rem}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:12px;margin-top:.2rem}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block;text-decoration:none;line-height:1.2;padding:.5rem 1.5rem .6rem}.veu_contact .contact_bt_subTxt,.veu_contact .contact_bt_txt{color:#fff}.widget_vkexunit_contact_section{margin-bottom:var(--vk-margin-block-bottom)}.widget_vkexunit_contact_section .veu_contentAddSection{margin:0}.c-widget .veu_contact .customize-partial-edit-shortcut-button,.widget .veu_contact .customize-partial-edit-shortcut-button{top:45px}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts a{color:var(--vk-color-text-body);text-decoration:none}.veu_relatedPosts .relatedPosts_title{font-size:var(--vk-size-text-lg)}.veu_relatedPosts>.row{display:flex;margin:0;margin-right:-3%;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px var(--vk-color-border-hr);flex:initial}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{display:flex;padding:1em 0 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:var(--vk-size-text-xs)}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;min-width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail img{border:1px solid var(--vk-color-border-hr);max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:var(--vk-size-text-sm);margin-bottom:var(--vk-margin-meta)}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px var(--vk-color-border-hr)}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px var(--vk-color-border-hr)}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;width:40px;height:38px;color:transparent;border:none;background:rgba(0,0,0,.8);box-shadow:0 0 0 1px rgba(255,255,255,.8),0 0 0 2px rgba(0,0,0,.8);background-image:var(--ver_page_top_button_url);background-size:50%;background-repeat:no-repeat;background-position:center;opacity:0;transition:opacity .3s;text-decoration:none}.page_top_btn:hover{transition:opacity .3s;color:transparent;text-decoration:none}.page_top_btn .customize-partial-edit-shortcut-button{left:-40px}.scrolled .page_top_btn{display:block;opacity:1;color:transparent}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}iframe.twitter-timeline{margin-right:auto;margin-left:auto;width:740px!important}.veu_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px solid var(--vk-color-border-hr);line-height:1.4em}.veu_postList .postList a{color:var(--vk-color-text-body);text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:var(--vk-color-text-meta)}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms{position:relative}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 2px;border-radius:var(--vk-size-radius-sm);background-color:#efefef;font-size:10px;line-height:1;position:relative;top:-1px}.veu_postList .postList_terms a:hover{text-decoration:none}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px solid var(--vk-color-border-hr);margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto;display:block}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0 .8em;box-sizing:border-box}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center{margin-left:auto;margin-right:auto}.veu_profile .media_center img{display:block;margin-left:auto;margin-right:auto}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:.45em;list-style:none;text-align:center}.veu_profile .sns_btns li a{display:block;position:relative;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns li a:hover{color:#fff;text-decoration:none;opacity:.8}.veu_profile .sns_btns li a.bg_fill .icon{color:#fff}.veu_profile .sns_btns .icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.veu_profile .sns_btns .facebook_btn a{background:#3b5998;border:1px solid #3b5998}.veu_profile .sns_btns .facebook_btn a .icon{color:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee;border:1px solid #55acee}.veu_profile .sns_btns .twitter_btn a .icon{color:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2f915f;border:1px solid #2f915f}.veu_profile .sns_btns .mail_btn a .icon{color:#2f915f}.veu_profile .sns_btns .youtube_btn a{background:#c81d1c;border:1px solid #c81d1c}.veu_profile .sns_btns .youtube_btn a .icon{color:#c81d1c}.veu_profile .sns_btns .rss_btn a{background:#f26522;border:1px solid #f26522}.veu_profile .sns_btns .rss_btn a .icon{color:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b;border:1px solid #3f729b}.veu_profile .sns_btns .instagram_btn a .icon{color:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5;border:1px solid #0077b5}.veu_profile .sns_btns .linkedin_btn a .icon{color:#0077b5}.veu_3prArea .prArea{padding-bottom:3.5em}.veu_3prArea .subSection-title{font-size:18px;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl{position:absolute;bottom:0;right:15px}.veu_3prArea .linkurl a{text-decoration:none}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a{color:#333}.prBlock a:hover{color:#333;text-decoration:none}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px}.prBlock .prBlock_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.veu_button i,.veu_button svg{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}.veu_banner{text-align:center;display:block;overflow:hidden}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list .childPage_list_box{width:48%}}@media (min-width:768px){.container{width:750px}.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}.veu_leadTxt,p.veu_leadTxt{margin-bottom:.7em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:992px){.container{width:970px}.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}.veu_contact-layout-horizontal p.contact_txt{margin-bottom:0}.veu_contact-layout-horizontal .contact_txt{float:left;text-align:left}.veu_contact-layout-horizontal .contact_bt{float:right;padding:.7em 1.5em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{max-width:100%}.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@media (max-width:767px){.veu_socialSet ul{flex-wrap:wrap}.veu_socialSet li{width:calc(50% - 6px)}.veu_socialSet .veu_count_sns_fb,.veu_socialSet .veu_count_sns_hb,.veu_socialSet .veu_count_sns_pocket{bottom:2px}.veu_socialSet .sb_icon a{padding:8px 10px}.veu_socialSet.veu_contentAddSection ul li{margin-bottom:9px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (max-width:576px){.veu_contact .contact_txt_tel{font-size:25px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
bin/deploy.sh ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+
3
+ # if [[ "false" != "$TRAVIS_PULL_REQUEST" ]]; then
4
+ # echo "Not deploying pull requests."
5
+ # exit
6
+ # fi
7
+ if [[ "master" != "$TRAVIS_BRANCH" ]]; then
8
+ echo "Not on the 'master' branch. abort."
9
+ exit 0
10
+ fi
11
+
12
+ set -ex
13
+
14
+ ## -b オプションはチェックアウト
15
+ git clone -b dist --quiet "https://github.com/${TRAVIS_REPO_SLUG}.git" dist
16
+ npm run dist
17
+ cd dist
18
+ ## すべての変更を含むワークツリーの内容をインデックスに追加.
19
+ git add -A
20
+ git commit -m "Update from travis $TRAVIS_COMMIT"
21
+ git push --quiet "https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git" dist 2> /dev/null
22
+
23
+ exit 0
bin/dist ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ set -ex
4
+
5
+ PLUGIN_NAME='vk-all-in-one-expansion-unit'
6
+ PLUGIN_DIR=$(cd $(dirname $(dirname $0)); pwd)
7
+ CURRENT_VERSION=$(cat "${PLUGIN_DIR}/vkExUnit.php"|grep -i 'version *:'|head -n 1|sed -E 's/^[ *]*Version: *([^ ]*) *$/\1/i')
8
+
9
+ dist_dir="${PLUGIN_DIR}/dist"
10
+ src_dir="${dist_dir}/${PLUGIN_NAME}"
11
+ ZIPBALL="${dist_dir}/${PLUGIN_NAME}_v${CURRENT_VERSION}.zip"
12
+
13
+ [[ -e "${dist_dir}" ]] || mkdir "${dist_dir}"
14
+ [[ -e "${ZIPBALL}" ]] && rm -r "${ZIPBALL}"
15
+
16
+ rsync -av "${PLUGIN_DIR}/" "${src_dir}/" --exclude="dist/" --exclude-from='.svnignore'
17
+
18
+ cd "${dist_dir}"
19
+
20
+ zip -r "${ZIPBALL}" "${PLUGIN_NAME}/"
21
+
22
+ exit 0
bin/install-wp-tests.sh ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+
3
+ if [ $# -lt 3 ]; then
4
+ echo "usage: $0 <db-name> <db-user> <db-pass> [db-host] [wp-version] [skip-database-creation]"
5
+ exit 1
6
+ fi
7
+
8
+ DB_NAME=$1
9
+ DB_USER=$2
10
+ DB_PASS=$3
11
+ DB_HOST=${4-localhost}
12
+ WP_VERSION=${5-latest}
13
+ SKIP_DB_CREATE=${6-false}
14
+
15
+ TMPDIR=${TMPDIR-/tmp}
16
+ TMPDIR=$(echo $TMPDIR | sed -e "s/\/$//")
17
+ WP_TESTS_DIR=${WP_TESTS_DIR-$TMPDIR/wordpress-tests-lib}
18
+ WP_CORE_DIR=${WP_CORE_DIR-$TMPDIR/wordpress/}
19
+
20
+ download() {
21
+ if [ `which curl` ]; then
22
+ curl -s "$1" > "$2";
23
+ elif [ `which wget` ]; then
24
+ wget -nv -O "$2" "$1"
25
+ fi
26
+ }
27
+
28
+ if [[ $WP_VERSION =~ ^[0-9]+\.[0-9]+\-(beta|RC)[0-9]+$ ]]; then
29
+ WP_BRANCH=${WP_VERSION%\-*}
30
+ WP_TESTS_TAG="branches/$WP_BRANCH"
31
+
32
+ elif [[ $WP_VERSION =~ ^[0-9]+\.[0-9]+$ ]]; then
33
+ WP_TESTS_TAG="branches/$WP_VERSION"
34
+ elif [[ $WP_VERSION =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then
35
+ if [[ $WP_VERSION =~ [0-9]+\.[0-9]+\.[0] ]]; then
36
+ # version x.x.0 means the first release of the major version, so strip off the .0 and download version x.x
37
+ WP_TESTS_TAG="tags/${WP_VERSION%??}"
38
+ else
39
+ WP_TESTS_TAG="tags/$WP_VERSION"
40
+ fi
41
+ elif [[ $WP_VERSION == 'nightly' || $WP_VERSION == 'trunk' ]]; then
42
+ WP_TESTS_TAG="trunk"
43
+ else
44
+ # http serves a single offer, whereas https serves multiple. we only want one
45
+ download http://api.wordpress.org/core/version-check/1.7/ /tmp/wp-latest.json
46
+ grep '[0-9]+\.[0-9]+(\.[0-9]+)?' /tmp/wp-latest.json
47
+ LATEST_VERSION=$(grep -o '"version":"[^"]*' /tmp/wp-latest.json | sed 's/"version":"//')
48
+ if [[ -z "$LATEST_VERSION" ]]; then
49
+ echo "Latest WordPress version could not be found"
50
+ exit 1
51
+ fi
52
+ WP_TESTS_TAG="tags/$LATEST_VERSION"
53
+ fi
54
+ set -ex
55
+
56
+ install_wp() {
57
+
58
+ if [ -d $WP_CORE_DIR ]; then
59
+ return;
60
+ fi
61
+
62
+ mkdir -p $WP_CORE_DIR
63
+
64
+ if [[ $WP_VERSION == 'nightly' || $WP_VERSION == 'trunk' ]]; then
65
+ mkdir -p $TMPDIR/wordpress-nightly
66
+ download https://wordpress.org/nightly-builds/wordpress-latest.zip $TMPDIR/wordpress-nightly/wordpress-nightly.zip
67
+ unzip -q $TMPDIR/wordpress-nightly/wordpress-nightly.zip -d $TMPDIR/wordpress-nightly/
68
+ mv $TMPDIR/wordpress-nightly/wordpress/* $WP_CORE_DIR
69
+ else
70
+ if [ $WP_VERSION == 'latest' ]; then
71
+ local ARCHIVE_NAME='latest'
72
+ elif [[ $WP_VERSION =~ [0-9]+\.[0-9]+ ]]; then
73
+ # https serves multiple offers, whereas http serves single.
74
+ download https://api.wordpress.org/core/version-check/1.7/ $TMPDIR/wp-latest.json
75
+ if [[ $WP_VERSION =~ [0-9]+\.[0-9]+\.[0] ]]; then
76
+ # version x.x.0 means the first release of the major version, so strip off the .0 and download version x.x
77
+ LATEST_VERSION=${WP_VERSION%??}
78
+ else
79
+ # otherwise, scan the releases and get the most up to date minor version of the major release
80
+ local VERSION_ESCAPED=`echo $WP_VERSION | sed 's/\./\\\\./g'`
81
+ LATEST_VERSION=$(grep -o '"version":"'$VERSION_ESCAPED'[^"]*' $TMPDIR/wp-latest.json | sed 's/"version":"//' | head -1)
82
+ fi
83
+ if [[ -z "$LATEST_VERSION" ]]; then
84
+ local ARCHIVE_NAME="wordpress-$WP_VERSION"
85
+ else
86
+ local ARCHIVE_NAME="wordpress-$LATEST_VERSION"
87
+ fi
88
+ else
89
+ local ARCHIVE_NAME="wordpress-$WP_VERSION"
90
+ fi
91
+ download https://wordpress.org/${ARCHIVE_NAME}.tar.gz $TMPDIR/wordpress.tar.gz
92
+ tar --strip-components=1 -zxmf $TMPDIR/wordpress.tar.gz -C $WP_CORE_DIR
93
+ fi
94
+
95
+ download https://raw.github.com/markoheijnen/wp-mysqli/master/db.php $WP_CORE_DIR/wp-content/db.php
96
+ }
97
+
98
+ install_test_suite() {
99
+ # portable in-place argument for both GNU sed and Mac OSX sed
100
+ if [[ $(uname -s) == 'Darwin' ]]; then
101
+ local ioption='-i.bak'
102
+ else
103
+ local ioption='-i'
104
+ fi
105
+
106
+ # set up testing suite if it doesn't yet exist
107
+ if [ ! -d $WP_TESTS_DIR ]; then
108
+ # set up testing suite
109
+ mkdir -p $WP_TESTS_DIR
110
+ svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/includes/ $WP_TESTS_DIR/includes
111
+ svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/data/ $WP_TESTS_DIR/data
112
+ fi
113
+
114
+ if [ ! -f wp-tests-config.php ]; then
115
+ download https://develop.svn.wordpress.org/${WP_TESTS_TAG}/wp-tests-config-sample.php "$WP_TESTS_DIR"/wp-tests-config.php
116
+ # remove all forward slashes in the end
117
+ WP_CORE_DIR=$(echo $WP_CORE_DIR | sed "s:/\+$::")
118
+ sed $ioption "s:dirname( __FILE__ ) . '/src/':'$WP_CORE_DIR/':" "$WP_TESTS_DIR"/wp-tests-config.php
119
+ sed $ioption "s/youremptytestdbnamehere/$DB_NAME/" "$WP_TESTS_DIR"/wp-tests-config.php
120
+ sed $ioption "s/yourusernamehere/$DB_USER/" "$WP_TESTS_DIR"/wp-tests-config.php
121
+ sed $ioption "s/yourpasswordhere/$DB_PASS/" "$WP_TESTS_DIR"/wp-tests-config.php
122
+ sed $ioption "s|localhost|${DB_HOST}|" "$WP_TESTS_DIR"/wp-tests-config.php
123
+ fi
124
+
125
+ }
126
+
127
+ install_db() {
128
+
129
+ if [ ${SKIP_DB_CREATE} = "true" ]; then
130
+ return 0
131
+ fi
132
+
133
+ # parse DB_HOST for port or socket references
134
+ local PARTS=(${DB_HOST//\:/ })
135
+ local DB_HOSTNAME=${PARTS[0]};
136
+ local DB_SOCK_OR_PORT=${PARTS[1]};
137
+ local EXTRA=""
138
+
139
+ if ! [ -z $DB_HOSTNAME ] ; then
140
+ if [ $(echo $DB_SOCK_OR_PORT | grep -e '^[0-9]\{1,\}$') ]; then
141
+ EXTRA=" --host=$DB_HOSTNAME --port=$DB_SOCK_OR_PORT --protocol=tcp"
142
+ elif ! [ -z $DB_SOCK_OR_PORT ] ; then
143
+ EXTRA=" --socket=$DB_SOCK_OR_PORT"
144
+ elif ! [ -z $DB_HOSTNAME ] ; then
145
+ EXTRA=" --host=$DB_HOSTNAME --protocol=tcp"
146
+ fi
147
+ fi
148
+
149
+ # create database
150
+ mysqladmin create $DB_NAME --user="$DB_USER" --password="$DB_PASS"$EXTRA
151
+ }
152
+
153
+ install_wp
154
+ install_test_suite
155
+ install_db
delete-old-option-meta.php DELETED
@@ -1,64 +0,0 @@
1
- <?php
2
- /**
3
- * Delete Old Options and Metas
4
- *
5
- * @package VK All in One Expansion Unit
6
- */
7
-
8
- /**
9
- * Disable Old Packages
10
- */
11
- function veu_disable_old_packages() {
12
- $options = veu_get_common_options();
13
- // 古いパッケージのリスト
14
- $old_packages = array(
15
- 'vk-blocks',
16
- 'tiny_mce_style_tags',
17
- 'bootstrap',
18
- 'metaKeyword',
19
- 'icon'
20
- );
21
- // 有効化オプションを削除
22
- if ( ! empty( $options ) ) {
23
- foreach( $old_packages as $old_package ) {
24
- unset( $options[ 'active_' . $old_package ] );
25
- }
26
- update_option( 'vkExUnit_common_options', $options );
27
- }
28
- }
29
- add_action( 'init', 'veu_disable_old_packages' );
30
-
31
- /**
32
- * Delete Old Options
33
- */
34
- function veu_delete_old_options() {
35
- // Meta キーワードを削除
36
- $old_options = array(
37
- 'vkExUnit_icon_settings',
38
- 'vkExUnit_common_keywords',
39
- 'vkExUnit_colors'
40
- );
41
- foreach( $old_options as $old_option ) {
42
- delete_option( $old_option );
43
- }
44
- }
45
- add_action( 'init', 'veu_delete_old_options' );
46
-
47
- /**
48
- * Delete Old Meta
49
- */
50
- function veu_delete_old_metas() {
51
- global $wpdb;
52
- // Meta キーワードを削除
53
- $old_metas = array(
54
- 'vkExUnit_metaKeyword'
55
- );
56
- foreach( $old_metas as $old_meta ) {
57
- $wpdb->delete(
58
- $wpdb->prefix . 'postmeta',
59
- array( 'meta_key' => $old_meta ),
60
- array( '%s' )
61
- );
62
- }
63
- }
64
- add_action( 'init', 'veu_delete_old_metas' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
docker-compose.yml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version: '3'
2
+ services:
3
+ db:
4
+ image: mysql:5.7
5
+ restart: always
6
+ environment:
7
+ MYSQL_ROOT_PASSWORD: wordpress
8
+ MYSQL_DATABASE: wordpress
9
+ MYSQL_USER: wordpress
10
+ MYSQL_PASSWORD: wordpress
11
+ wp:
12
+ build:
13
+ context: .
14
+ dockerfile: Dockerfile
15
+ volumes:
16
+ - .:/var/www/html
17
+ depends_on:
18
+ - db
19
+ entrypoint: "/opt/vendor/bin/phpunit"
gulpfile.js ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var gulp = require('gulp');
2
+
3
+ var cssmin = require('gulp-cssmin');
4
+ // ファイルリネーム(.min作成用)
5
+ var rename = require('gulp-rename');
6
+ // ファイル結合
7
+ var concat = require('gulp-concat');
8
+ // js最小化
9
+ var jsmin = require('gulp-uglify');
10
+ var babel = require('gulp-babel');
11
+ // エラーでも監視を続行させる
12
+ var plumber = require('gulp-plumber');
13
+ // sass compiler
14
+ var sass = require('gulp-sass')(require('sass'));
15
+
16
+ var cleanCss = require('gulp-clean-css');
17
+
18
+ var cmq = require('gulp-merge-media-queries');
19
+ // add vender prifix
20
+ var autoprefixer = require('gulp-autoprefixer');
21
+
22
+ var cleanCss = require('gulp-clean-css');
23
+
24
+ // 同期的に処理してくれる( distで使用している )
25
+ var runSequence = require('run-sequence');
26
+ var replace = require('gulp-replace');
27
+ const ps = require('child_process').exec
28
+
29
+
30
+ let error_stop = true
31
+
32
+ function src(list, option) {
33
+ if(error_stop) {
34
+ return gulp.src(list, option)
35
+ }else{
36
+ return gulp.src(list, option).pipe(plumber())
37
+ }
38
+ }
39
+
40
+ /*
41
+ * transpile block editor js
42
+ */
43
+ gulp.task('block', function (done) {
44
+ gulp.src(
45
+ [
46
+ './inc/sns/package/block.jsx',
47
+ './inc/child-page-index/block.jsx',
48
+ './inc/contact-section/block.jsx',
49
+ './inc/page-list-ancestor/block.jsx',
50
+ './inc/sitemap-page/block.jsx'
51
+ ]
52
+ )
53
+ .pipe(babel({
54
+ plugins: [
55
+ 'transform-react-jsx',
56
+ [
57
+ '@wordpress/babel-plugin-makepot',
58
+ {
59
+ "output": "languages/veu-block.pot"
60
+ }
61
+ ]
62
+ ],
63
+ presets: ['@babel/env']
64
+ }))
65
+ .pipe(jsmin())
66
+ .pipe(concat('block.min.js'))
67
+ .pipe(gulp.dest('./assets/js/'));
68
+ done();
69
+ });
70
+
71
+ gulp.task("text-domain", function(done) {
72
+
73
+ // vk-admin
74
+ gulp.src(["./admin/vk-admin/package/*"])
75
+ .pipe(replace("vk_admin_textdomain","vk-all-in-one-expansion-unit"))
76
+ .pipe(gulp.dest("./admin/vk-admin/package/"));
77
+ // font-awesome.
78
+ gulp.src(["./inc/font-awesome/package/*.php"])
79
+ .pipe(replace("'vk_font_awesome_version_textdomain'", "'vk-all-in-one-expansion-unit'"))
80
+ .pipe(gulp.dest("./inc/font-awesome/package/"));
81
+ // term-color.
82
+ gulp.src(["./inc/term-color/package/*.php"])
83
+ .pipe(replace("'vk_term_color_textdomain'","'vk-all-in-one-expansion-unit'"))
84
+ .pipe(gulp.dest("./inc/term-color/package/"));
85
+ // Post Type Manager
86
+ gulp.src(["./inc/post-type-manager/package/*.php"])
87
+ .pipe(replace("'vk_post_type_manager_textdomain'","'vk-all-in-one-expansion-unit'"))
88
+ .pipe(gulp.dest("./inc/post-type-manager/package/"));
89
+ gulp.src(["./inc/vk-css-optimize/package/*.php"])
90
+ .pipe(replace("'css_optimize_textdomain'","'vk-all-in-one-expansion-unit'"))
91
+ .pipe(gulp.dest("./inc/vk-css-optimize/package/"));
92
+ done();
93
+ });
94
+
95
+ gulp.task('sass', function(done) {
96
+ gulp.src(
97
+ './assets/_scss/*.scss',
98
+ {
99
+ base: './assets/_scss'
100
+ }
101
+ )
102
+ .pipe(sass())
103
+ .pipe(cmq(
104
+ {
105
+ log: true
106
+ }
107
+ ))
108
+ .pipe(autoprefixer())
109
+ .pipe(cleanCss())
110
+ .pipe(gulp.dest('./assets/css/'));
111
+ done();
112
+ });
113
+
114
+ /*
115
+ * create all.min.js
116
+ *
117
+ * including /assets/_js/*.js
118
+ * and transpile from ES6
119
+ */
120
+ gulp.task('scripts', function(done) {
121
+ gulp.src([
122
+ './assets/_js/*.js',
123
+ './inc/pagetop-btn/js/pagetop-btn.js'
124
+ ])
125
+ .pipe(concat('all.min.js'))
126
+ .pipe(babel({
127
+ presets: ['@babel/env']
128
+ }))
129
+ .pipe(jsmin())
130
+ .pipe(gulp.dest('./assets/js'));
131
+ done();
132
+ })
133
+
134
+ gulp.task('scripts_smooth', function(done) {
135
+ gulp.src([
136
+ './inc/smooth-scroll/js/smooth-scroll.js',
137
+ './inc/smooth-scroll/js/smooth-scroll-polyfill.js',
138
+ ])
139
+ .pipe(concat('smooth-scroll.min.js'))
140
+ .pipe(babel({
141
+ presets: ['@babel/env']
142
+ }))
143
+ .pipe(jsmin())
144
+ .pipe(gulp.dest('./inc/smooth-scroll/js'));
145
+ done();
146
+ })
147
+
148
+ // Watch
149
+ gulp.task('watch', function() {
150
+ error_stop = false
151
+
152
+ gulp.watch(
153
+ [
154
+ './inc/sns/package/block.jsx',
155
+ './inc/child-page-index/block.jsx',
156
+ './inc/contact-section/block.jsx',
157
+ './inc/page-list-ancestor/block.jsx',
158
+ './inc/sitemap-page/block.jsx'
159
+ ],
160
+ gulp.series('block')
161
+ )
162
+ gulp.watch(
163
+ [
164
+ './assets/_js/*.js',
165
+ ],
166
+ gulp.series('scripts')
167
+ )
168
+ gulp.watch('./inc/sns/package/_sns.scss', gulp.series('sass'))
169
+ gulp.watch(
170
+ [
171
+ './inc/smooth-scroll/js/smooth-scroll.js',
172
+ './inc/smooth-scroll/js/smooth-scroll-polyfill.js',
173
+ ],
174
+ gulp.series('scripts_smooth')
175
+ )
176
+ gulp.watch('./assets/_scss/**/*.scss', gulp.series('sass'))
177
+ gulp.watch('./inc/pagetop-btn/assets/_scss/*.scss', gulp.series('sass'))
178
+ });
179
+
180
+ gulp.task('default', gulp.series('text-domain','watch'))
181
+ gulp.task('compile', gulp.series('scripts', 'sass', 'block'))
182
+ gulp.task('dist', (done)=>{
183
+ ps('bin/dist', (err, stdout, stderr)=>{
184
+ console.log(stdout)
185
+ done()
186
+ })
187
+ })
188
+
189
+ gulp.task('build', gulp.series('scripts', 'sass', 'block', 'scripts_smooth'))
190
+
191
+ // copy dist ////////////////////////////////////////////////
192
+
193
+ gulp.task('dist', function() {
194
+ return gulp.src(
195
+ [
196
+ './**/*.php',
197
+ './**/*.txt',
198
+ './**/*.css',
199
+ './**/*.scss',
200
+ './**/*.bat',
201
+ './**/*.rb',
202
+ './**/*.eot',
203
+ './**/*.svg',
204
+ './**/*.ttf',
205
+ './**/*.woff',
206
+ './**/*.woff2',
207
+ './**/*.otf',
208
+ './**/*.less',
209
+ './**/*.png',
210
+ './images/**',
211
+ './inc/**',
212
+ './assets/**',
213
+ './admin/**',
214
+ './languages/**',
215
+ "!./compile.bat",
216
+ "!./config.rb",
217
+ "!./tests/**",
218
+ "!./dist/**",
219
+ "!./node_modules/**"
220
+ ],
221
+ { base: './' }
222
+ )
223
+ .pipe( gulp.dest( 'dist/vk-all-in-one-expansion-unit' ) ); // distディレクトリに出力
224
+ } );
inc/bootstrap.php ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ function vkExUnit_bootstrap_customize_register( $wp_customize ) {
5
+
6
+ if ( is_null( $wp_customize->get_section( 'vkExUnit_settings' ) ) ) {
7
+ $wp_customize->add_section(
8
+ 'vkExUnit_settings', array(
9
+ 'title' => veu_get_prefix() . __( 'Settings', 'vk-all-in-one-expansion-unit' ),
10
+ 'priority' => 500,
11
+ )
12
+ );
13
+ }
14
+
15
+ $wp_customize->add_setting(
16
+ 'vkExUnit_colors[color_key]', array(
17
+ 'default' => '#337ab7',
18
+ 'type' => 'option',
19
+ 'capability' => 'edit_theme_options',
20
+ 'sanitize_callback' => 'sanitize_hex_color',
21
+ )
22
+ );
23
+
24
+ $wp_customize->add_setting(
25
+ 'vkExUnit_colors[color_key_dark]', array(
26
+ 'default' => '#2e6da4',
27
+ 'type' => 'option',
28
+ 'capability' => 'edit_theme_options',
29
+ 'sanitize_callback' => 'sanitize_hex_color',
30
+ )
31
+ );
32
+
33
+ $wp_customize->add_control(
34
+ new WP_Customize_Color_Control(
35
+ $wp_customize, 'color_key', array(
36
+ 'label' => __( 'Key color', 'vk-all-in-one-expansion-unit' ),
37
+ 'section' => 'vkExUnit_settings',
38
+ 'settings' => 'vkExUnit_colors[color_key]',
39
+ 'priority' => 502,
40
+ )
41
+ )
42
+ );
43
+
44
+ $wp_customize->add_control(
45
+ new WP_Customize_Color_Control(
46
+ $wp_customize, 'color_key_dark', array(
47
+ 'label' => __( 'Key color(dark)', 'vk-all-in-one-expansion-unit' ),
48
+ 'section' => 'vkExUnit_settings',
49
+ 'settings' => 'vkExUnit_colors[color_key_dark]',
50
+ 'priority' => 503,
51
+ )
52
+ )
53
+ );
54
+ }
55
+ add_action( 'customize_register', 'vkExUnit_bootstrap_customize_register' );
56
+
57
+
58
+ function vkExUnit_bootstrap_custom_keycolor() {
59
+ $options = get_option( 'lightning_theme_options' );
60
+ if ( empty( $options ) ) {
61
+ $options = get_option( 'vkExUnit_colors' );
62
+ }
63
+
64
+ $color_key = ( ! empty( $options['color_key'] ) ) ? esc_html( $options['color_key'] ) : '#337ab7 ';
65
+ $color_key_dark = ( ! empty( $options['color_key_dark'] ) ) ? esc_html( $options['color_key_dark'] ) : '#2e6da4 ';
66
+ ?>
67
+ <!-- [ <?php echo esc_html( veu_get_name() ); ?> Common ] -->
68
+ <style type="text/css">
69
+ .veu_color_txt_key { color:<?php echo $color_key_dark; ?> ; }
70
+ .veu_color_bg_key { background-color:<?php echo $color_key_dark; ?> ; }
71
+ .veu_color_border_key { border-color:<?php echo $color_key_dark; ?> ; }
72
+ a { color:<?php echo $color_key_dark; ?> ; }
73
+ a:hover { color:<?php echo $color_key; ?> ; }
74
+ .btn-default { border-color:<?php echo $color_key; ?>;color:<?php echo $color_key; ?>;}
75
+ .btn-default:focus,
76
+ .btn-default:hover { border-color:<?php echo $color_key; ?>;background-color: <?php echo $color_key; ?>; }
77
+ .btn-primary { background-color:<?php echo $color_key; ?>;border-color:<?php echo $color_key_dark; ?>; }
78
+ .btn-primary:focus,
79
+ .btn-primary:hover { background-color:<?php echo $color_key_dark; ?>;border-color:<?php echo $color_key; ?>; }
80
+ </style>
81
+ <!-- [ / <?php echo esc_html( veu_get_name() ); ?> Common ] -->
82
+ <?php
83
+
84
+ }
85
+ add_action( 'wp_head', 'vkExUnit_bootstrap_custom_keycolor' );
inc/child-page-index/child-page-index.php CHANGED
@@ -40,8 +40,8 @@ function veu_childPageIndex_block_callback( $attributes = array() ) {
40
  $classes .= ' ' . $attributes['className'];
41
  }
42
 
43
- if ( function_exists( 'veu_add_hidden_class' ) ) {
44
- $classes .= ' ' . veu_add_hidden_class( $classes, $attributes );
45
  }
46
 
47
  $postId = ( $attributes['postId'] > 0 ) ? $attributes['postId'] : get_the_ID();
@@ -216,6 +216,8 @@ function veu_child_page_index_save_custom_field( $post_id ) {
216
 
217
  add_action( 'init', 'veu_child_page_index_setup', 15 );
218
  function veu_child_page_index_setup() {
 
 
219
  if ( function_exists( 'register_block_type' ) ) {
220
  register_block_type(
221
  'vk-blocks/child-page-index',
@@ -231,7 +233,7 @@ function veu_child_page_index_setup() {
231
  'default' => -1,
232
  ),
233
  ),
234
- veu_common_attributes()
235
  ),
236
  'editor_script' => 'veu-block',
237
  'editor_style' => 'veu-block-editor',
40
  $classes .= ' ' . $attributes['className'];
41
  }
42
 
43
+ if ( function_exists( 'vk_add_hidden_class' ) ) {
44
+ $classes .= ' ' . vk_add_hidden_class( $classes, $attributes );
45
  }
46
 
47
  $postId = ( $attributes['postId'] > 0 ) ? $attributes['postId'] : get_the_ID();
216
 
217
  add_action( 'init', 'veu_child_page_index_setup', 15 );
218
  function veu_child_page_index_setup() {
219
+ global $common_attributes;
220
+
221
  if ( function_exists( 'register_block_type' ) ) {
222
  register_block_type(
223
  'vk-blocks/child-page-index',
233
  'default' => -1,
234
  ),
235
  ),
236
+ $common_attributes
237
  ),
238
  'editor_script' => 'veu-block',
239
  'editor_style' => 'veu-block-editor',
inc/common-block.php CHANGED
@@ -57,76 +57,73 @@ function veu_block_deprecated_alart() {
57
  }
58
  add_action( 'admin_notices', 'veu_block_deprecated_alart' );
59
 
60
- /**
61
- * Common Block Attributes
62
- */
63
- function veu_common_attributes() {
64
- $common_attributes = array(
65
- 'vkb_hidden' => array(
66
- 'type' => 'boolean',
67
- 'default' => false,
68
- ),
69
- 'vkb_hidden_xxl' => array(
70
- 'type' => 'boolean',
71
- 'default' => false,
72
- ),
73
- 'vkb_hidden_xl_v2' => array(
74
- 'type' => 'boolean',
75
- 'default' => false,
76
- ),
77
- 'vkb_hidden_xl' => array(
78
- 'type' => 'boolean',
79
- 'default' => false,
80
- ),
81
- 'vkb_hidden_lg' => array(
82
- 'type' => 'boolean',
83
- 'default' => false,
84
- ),
85
- 'vkb_hidden_md' => array(
86
- 'type' => 'boolean',
87
- 'default' => false,
88
- ),
89
- 'vkb_hidden_sm' => array(
90
- 'type' => 'boolean',
91
- 'default' => false,
92
- ),
93
- 'vkb_hidden_xs' => array(
94
- 'type' => 'boolean',
95
- 'default' => false,
96
- ),
97
- );
98
- return $common_attributes;
99
- }
100
 
101
- /**
102
- * Hidden Class Options
103
- *
104
- * @param string $classes added classes.
105
- * @param string $attributes attributes.
106
- */
107
- function veu_add_hidden_class( $classes, $attributes ) {
 
108
 
109
- if ( isset( $attributes['vkb_hidden'] ) && $attributes['vkb_hidden'] ) {
110
- $classes .= ' vk_hidden';
111
- }
112
- if ( isset( $attributes['vkb_hidden_xxl'] ) && $attributes['vkb_hidden_xxl'] ) {
113
- $classes .= ' vk_hidden-xxl';
114
- }
115
- if ( isset( $attributes['vkb_hidden_xl_v2'] ) && $attributes['vkb_hidden_xl_v2'] ) {
116
- $classes .= ' vk_hidden-xl';
117
- }
118
- if ( isset( $attributes['vkb_hidden_lg'] ) && $attributes['vkb_hidden_lg'] ) {
119
- $classes .= ' vk_hidden-lg';
120
- }
121
- if ( isset( $attributes['vkb_hidden_md'] ) && $attributes['vkb_hidden_md'] ) {
122
- $classes .= ' vk_hidden-md';
123
- }
124
- if ( isset( $attributes['vkb_hidden_sm'] ) && $attributes['vkb_hidden_sm'] ) {
125
- $classes .= ' vk_hidden-sm';
126
- }
127
- if ( isset( $attributes['vkb_hidden_xs'] ) && $attributes['vkb_hidden_xs'] ) {
128
- $classes .= ' vk_hidden-xs';
129
- }
130
 
131
- return $classes;
132
- }
 
57
  }
58
  add_action( 'admin_notices', 'veu_block_deprecated_alart' );
59
 
60
+ global $common_attributes;
61
+ $common_attributes = array(
62
+ 'vkb_hidden' => array(
63
+ 'type' => 'boolean',
64
+ 'default' => false,
65
+ ),
66
+ 'vkb_hidden_xxl' => array(
67
+ 'type' => 'boolean',
68
+ 'default' => false,
69
+ ),
70
+ 'vkb_hidden_xl_v2' => array(
71
+ 'type' => 'boolean',
72
+ 'default' => false,
73
+ ),
74
+ 'vkb_hidden_xl' => array(
75
+ 'type' => 'boolean',
76
+ 'default' => false,
77
+ ),
78
+ 'vkb_hidden_lg' => array(
79
+ 'type' => 'boolean',
80
+ 'default' => false,
81
+ ),
82
+ 'vkb_hidden_md' => array(
83
+ 'type' => 'boolean',
84
+ 'default' => false,
85
+ ),
86
+ 'vkb_hidden_sm' => array(
87
+ 'type' => 'boolean',
88
+ 'default' => false,
89
+ ),
90
+ 'vkb_hidden_xs' => array(
91
+ 'type' => 'boolean',
92
+ 'default' => false,
93
+ ),
94
+ );
 
 
 
 
 
95
 
96
+ if ( ! function_exists( 'vk_add_hidden_class' ) ) {
97
+ /**
98
+ * Hidden Class Options
99
+ *
100
+ * @param string $classes added classes.
101
+ * @param string $attributes attributes.
102
+ */
103
+ function vk_add_hidden_class( $classes, $attributes ) {
104
 
105
+ if ( isset( $attributes['vkb_hidden'] ) && $attributes['vkb_hidden'] ) {
106
+ $classes .= ' vk_hidden';
107
+ }
108
+ if ( isset( $attributes['vkb_hidden_xxl'] ) && $attributes['vkb_hidden_xxl'] ) {
109
+ $classes .= ' vk_hidden-xxl';
110
+ }
111
+ if ( isset( $attributes['vkb_hidden_xl_v2'] ) && $attributes['vkb_hidden_xl_v2'] ) {
112
+ $classes .= ' vk_hidden-xl';
113
+ }
114
+ if ( isset( $attributes['vkb_hidden_lg'] ) && $attributes['vkb_hidden_lg'] ) {
115
+ $classes .= ' vk_hidden-lg';
116
+ }
117
+ if ( isset( $attributes['vkb_hidden_md'] ) && $attributes['vkb_hidden_md'] ) {
118
+ $classes .= ' vk_hidden-md';
119
+ }
120
+ if ( isset( $attributes['vkb_hidden_sm'] ) && $attributes['vkb_hidden_sm'] ) {
121
+ $classes .= ' vk_hidden-sm';
122
+ }
123
+ if ( isset( $attributes['vkb_hidden_xs'] ) && $attributes['vkb_hidden_xs'] ) {
124
+ $classes .= ' vk_hidden-xs';
125
+ }
126
 
127
+ return $classes;
128
+ }
129
+ }
inc/contact-section/contact-section.php CHANGED
@@ -93,6 +93,7 @@ class VkExUnit_Contact {
93
  if ( ! function_exists( 'register_block_type' ) ) {
94
  return;
95
  }
 
96
  register_block_type(
97
  'vk-blocks/contact-section',
98
  array(
@@ -107,7 +108,7 @@ class VkExUnit_Contact {
107
  'default' => false,
108
  ),
109
  ),
110
- veu_common_attributes()
111
  ),
112
  'editor_script' => 'veu-block',
113
  'editor_style' => 'veu-block-editor',
@@ -149,8 +150,26 @@ class VkExUnit_Contact {
149
  if ( isset($attributes['className']) ) {
150
  $classes .= ' ' . $attributes['className'];
151
  }
152
- if ( function_exists( 'veu_add_hidden_class' ) ) {
153
- $classes .= ' ' . veu_add_hidden_class( $classes, $attributes );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  }
155
 
156
  $r = self::render_contact_section_html( $classes, false );
93
  if ( ! function_exists( 'register_block_type' ) ) {
94
  return;
95
  }
96
+ global $common_attributes;
97
  register_block_type(
98
  'vk-blocks/contact-section',
99
  array(
108
  'default' => false,
109
  ),
110
  ),
111
+ $common_attributes
112
  ),
113
  'editor_script' => 'veu-block',
114
  'editor_style' => 'veu-block-editor',
150
  if ( isset($attributes['className']) ) {
151
  $classes .= ' ' . $attributes['className'];
152
  }
153
+ if ( isset($attributes['vkb_hidden']) && $attributes['vkb_hidden'] ) {
154
+ $classes .= ' vk_hidden';
155
+ }
156
+ if ( isset($attributes['vkb_hidden_xxl']) && $attributes['vkb_hidden_xxl'] ) {
157
+ $classes .= ' vk_hidden-xxl';
158
+ }
159
+ if ( isset( $attributes['vkb_hidden_xl_v2'] ) && $attributes['vkb_hidden_xl_v2'] ) {
160
+ $classes .= ' vk_hidden-xl';
161
+ }
162
+ if ( isset($attributes['vkb_hidden_lg']) && $attributes['vkb_hidden_lg'] ) {
163
+ $classes .= ' vk_hidden-lg';
164
+ }
165
+ if ( isset($attributes['vkb_hidden_md']) && $attributes['vkb_hidden_md'] ) {
166
+ $classes .= ' vk_hidden-md';
167
+ }
168
+ if ( isset($attributes['vkb_hidden_sm']) && $attributes['vkb_hidden_sm'] ) {
169
+ $classes .= ' vk_hidden-sm';
170
+ }
171
+ if ( isset($attributes['vkb_hidden_xs']) && $attributes['vkb_hidden_xs'] ) {
172
+ $classes .= ' vk_hidden-xs';
173
  }
174
 
175
  $r = self::render_contact_section_html( $classes, false );
inc/font-awesome/font-awesome-config.php CHANGED
@@ -1,18 +1,16 @@
1
  <?php
2
- /**
3
- * VK Blocks Font Awesome
4
- *
5
- * @package vk_blocks
6
- */
7
-
8
- use VektorInc\VK_Font_Awesome_Versions\VkFontAwesomeVersions;
9
-
10
  /*
11
- * Font Awesome Load modules
12
- */
13
  if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
14
- new VkFontAwesomeVersions();
 
15
  global $font_awesome_directory_uri;
16
- // phpcs:ignore
17
- $font_awesome_directory_uri = VEU_DIRECTORY_PATH . 'vendor/vektor-inc/font-awesome-versions/src/';
18
- }
 
 
 
 
 
1
  <?php
 
 
 
 
 
 
 
 
2
  /*
3
+ Load modules
4
+ /*-------------------------------------------*/
5
  if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
6
+ require_once( 'package/class-vk-font-awesome-versions.php' );
7
+
8
  global $font_awesome_directory_uri;
9
+ $font_awesome_directory_uri = plugins_url( '', __FILE__ ) . '/package/';
10
+
11
+ global $vk_font_awesome_version_prefix_customize_panel;
12
+ $vk_font_awesome_version_prefix_customize_panel = veu_get_prefix();
13
+
14
+ global $set_enqueue_handle_style;
15
+ $set_enqueue_handle_style = 'vkExUnit_common_style';
16
+ }
inc/font-awesome/package/class-vk-font-awesome-versions.php ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ このファイルの元ファイルは
4
+ https://github.com/vektor-inc/vektor-wp-libraries
5
+ にあります。修正の際は上記リポジトリのデータを修正してください。
6
+ */
7
+
8
+ if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
9
+
10
+ class Vk_Font_Awesome_Versions {
11
+
12
+ private static $version_default = '5_WebFonts_CSS';
13
+ // public static $hook_point = apply_filters( 'vkfa_enqueue_point', 'wp_enqueue_scripts' );
14
+
15
+ function __construct() {
16
+
17
+ /**
18
+ * Reason of Using through the after_setup_theme is
19
+ * to be able to change the action hook point of css load from theme..
20
+ */
21
+ add_action( 'after_setup_theme', array( __CLASS__, 'load_css_action' ) );
22
+
23
+ add_action( 'customize_register', array( __CLASS__, 'customize_register' ) );
24
+
25
+ /* admin init だと use_block_editor_for_post が効かない */
26
+ add_action( 'admin_enqueue_scripts', array( __CLASS__, 'load_admin_font_awesome' ) );
27
+
28
+ add_action( 'enqueue_block_editor_assets', array( __CLASS__, 'load_gutenberg_font_awesome' ) );
29
+ add_action( 'wp_head', array( __CLASS__, 'dynamic_css' ), 3 );
30
+ add_filter( 'body_class', array( __CLASS__, 'add_body_class_fa_version' ) );
31
+ }
32
+
33
+ public static function load_css_action() {
34
+ $hook_point = apply_filters( 'vkfa_enqueue_point', 'wp_enqueue_scripts' );
35
+ add_action( $hook_point, array( __CLASS__, 'load_font_awesome' ) );
36
+ }
37
+
38
+ static function versions() {
39
+ global $font_awesome_directory_uri;
40
+ $versions = array(
41
+ '5_SVG_JS' => array(
42
+ 'label' => '5 SVG with JS ( ' . __( 'Not recommended', 'vk-all-in-one-expansion-unit' ) . ' )',
43
+ 'version' => '5.13.0',
44
+ 'type' => 'svg-with-js',
45
+ /* [ Notice ] use editor css*/
46
+ 'url_css' => $font_awesome_directory_uri . 'versions/5/css/all.min.css',
47
+ 'url_js' => $font_awesome_directory_uri . 'versions/5/js/all.min.js',
48
+ ),
49
+ '5_WebFonts_CSS' => array(
50
+ 'label' => '5 Web Fonts with CSS',
51
+ 'version' => '5.13.0',
52
+ 'type' => 'web-fonts-with-css',
53
+ 'url_css' => $font_awesome_directory_uri . 'versions/5/css/all.min.css',
54
+ 'url_js' => '',
55
+ ),
56
+ '4.7' => array(
57
+ 'label' => '4.7 ( ' . __( 'Not recommended', 'vk-all-in-one-expansion-unit' ) . ' )',
58
+ 'version' => '4.7',
59
+ 'type' => 'web-fonts-with-css',
60
+ 'url_css' => $font_awesome_directory_uri . 'versions/4.7.0/css/font-awesome.min.css',
61
+ 'url_js' => '',
62
+ ),
63
+ );
64
+ return $versions;
65
+ }
66
+
67
+ public static function get_option_fa() {
68
+ $current = get_option( 'vk_font_awesome_version', self::$version_default );
69
+ if ( $current == '5.0_WebFonts_CSS' ) {
70
+ update_option( 'vk_font_awesome_version', '5_WebFonts_CSS' );
71
+ $current = '5_WebFonts_CSS';
72
+ } elseif ( $current == '5.0_SVG_JS' ) {
73
+ update_option( 'vk_font_awesome_version', '5_SVG_JS' );
74
+ $current = '5_SVG_JS';
75
+ }
76
+ return $current;
77
+ }
78
+
79
+ public static function current_info() {
80
+ $versions = self::versions();
81
+ $current_option = self::get_option_fa();
82
+ $current_info = $versions[ $current_option ];
83
+ return $current_info;
84
+ }
85
+
86
+ public static function ex_and_link() {
87
+ $current_option = self::get_option_fa();
88
+ if ( $current_option == '5_WebFonts_CSS' || $current_option == '5_SVG_JS' ) {
89
+ $ex_and_link = '<strong>Font Awesome 5</strong><br>' . __( 'Ex ) ', 'vk-all-in-one-expansion-unit' ) . 'far fa-file-alt [ <a href="//fontawesome.com/icons?d=gallery&m=free" target="_blank">Icon list</a> ]';
90
+ } else {
91
+ $ex_and_link = '<strong>Font Awesome 4.7</strong><br>' . __( 'Ex ) ', 'vk-all-in-one-expansion-unit' ) . 'fa-file-text-o [ <a href="//fontawesome.com/v4.7.0/icons/" target="_blank">Icon list</a> ]';
92
+ }
93
+ return $ex_and_link;
94
+ }
95
+
96
+ /**
97
+ * When use Font Awesome 4,7 then print 'fa '.
98
+ *
99
+ * @var strings;
100
+ */
101
+ public static function print_fa() {
102
+ $fa = '';
103
+ $current_option = self::get_option_fa();
104
+ if ( $current_option == '4.7' ) {
105
+ $fa = 'fa ';
106
+ }
107
+ return $fa;
108
+ }
109
+
110
+ static function load_font_awesome() {
111
+ $current = self::current_info();
112
+ if ( $current['type'] === 'svg-with-js' ) {
113
+ wp_enqueue_script( 'vk-font-awesome-js', $current['url_js'], array(), $current['version'] );
114
+ // [ Danger ] This script now causes important errors
115
+ // wp_add_inline_script( 'font-awesome-js', 'FontAwesomeConfig = { searchPseudoElements: true };', 'before' );
116
+ } else {
117
+ wp_enqueue_style( 'vk-font-awesome', $current['url_css'], array(), $current['version'] );
118
+ }
119
+ }
120
+
121
+ static function load_admin_font_awesome( $post ) {
122
+ $current = self::current_info();
123
+ // ブロックエディタでこれがあるとコンソールでエラー吐かれるのでclassicエディタのときだけ読み込み
124
+ if ( ! use_block_editor_for_post( $post ) ) {
125
+ add_editor_style( $current['url_css'] );
126
+ }
127
+ }
128
+
129
+ static function load_gutenberg_font_awesome() {
130
+ $current_info = self::current_info();
131
+ wp_enqueue_style( 'gutenberg-font-awesome', $current_info['url_css'], array(), $current_info['version'] );
132
+ }
133
+
134
+ /**
135
+ * add body class
136
+ *
137
+ * @return [type] [description]
138
+ */
139
+ static function add_body_class_fa_version( $class ) {
140
+ $current_option = self::get_option_fa();
141
+ if ( $current_option == '4.7' ) {
142
+ $class[] = 'fa_v4';
143
+ } elseif ( $current_option == '5_WebFonts_CSS' ) {
144
+ $class[] = 'fa_v5_css';
145
+ } elseif ( $current_option == '5_SVG_JS' ) {
146
+ $class[] = 'fa_v5_svg';
147
+ }
148
+ return $class;
149
+ }
150
+
151
+ /**
152
+ * Output dynbamic css according to Font Awesome versions
153
+ *
154
+ * @return [type] [description]
155
+ */
156
+ static function dynamic_css() {
157
+ $current = self::get_option_fa();
158
+ $dynamic_css = '';
159
+ if ( $current == '4.7' ) {
160
+ $dynamic_css = '.tagcloud a:before { font-family:FontAwesome;content:"\f02b"; }';
161
+ } elseif ( $current == '5_WebFonts_CSS' ) {
162
+ $dynamic_css = '.tagcloud a:before { font-family: "Font Awesome 5 Free";content: "\f02b";font-weight: bold; }';
163
+ } elseif ( $current == '5_SVG_JS' ) {
164
+ $dynamic_css = '.tagcloud a:before { content:"" }';
165
+ }
166
+ // delete before after space
167
+ $dynamic_css = trim( $dynamic_css );
168
+ // convert tab and br to space
169
+ $dynamic_css = preg_replace( '/[\n\r\t]/', '', $dynamic_css );
170
+ // Change multiple spaces to single space
171
+ $dynamic_css = preg_replace( '/\s(?=\s)/', '', $dynamic_css );
172
+
173
+ global $set_enqueue_handle_style;
174
+ wp_add_inline_style( $set_enqueue_handle_style, $dynamic_css );
175
+ }
176
+
177
+ public static function class_switch( $class_v4 = '', $class_v5 = '' ) {
178
+ $current_option = self::get_option_fa();
179
+ if ( $current_option == '5_WebFonts_CSS' || $current_option == '5_SVG_JS' ) {
180
+ return $class_v5;
181
+ } else {
182
+ return $class_v4;
183
+ }
184
+ }
185
+
186
+ /*
187
+ customize_register
188
+ /*-------------------------------------------*/
189
+ static function customize_register( $wp_customize ) {
190
+
191
+ global $vk_font_awesome_version_prefix_customize_panel;
192
+ global $vk_font_awesome_version_priority;
193
+ if ( ! $vk_font_awesome_version_priority ){
194
+ $vk_font_awesome_version_priority = 450;
195
+ }
196
+
197
+ $wp_customize->add_section(
198
+ 'VK Font Awesome',
199
+ array(
200
+ 'title' => $vk_font_awesome_version_prefix_customize_panel . __( 'Font Awesome', 'vk-all-in-one-expansion-unit' ),
201
+ 'priority' => $vk_font_awesome_version_priority,
202
+ )
203
+ );
204
+
205
+ $wp_customize->add_setting(
206
+ 'vk_font_awesome_version',
207
+ array(
208
+ 'default' => '5_WebFonts_CSS',
209
+ 'type' => 'option',
210
+ 'capability' => 'edit_theme_options',
211
+ 'sanitize_callback' => 'sanitize_text_field',
212
+ )
213
+ );
214
+
215
+ $versions = self::versions();
216
+ foreach ( $versions as $key => $value ) {
217
+ $choices[ $key ] = $value['label'];
218
+ }
219
+
220
+ $wp_customize->add_control(
221
+ 'vk_font_awesome_version',
222
+ array(
223
+ 'label' => __( 'Font Awesome Version', 'vk-all-in-one-expansion-unit' ),
224
+ 'section' => 'VK Font Awesome',
225
+ 'settings' => 'vk_font_awesome_version',
226
+ 'description' => __( '4.7 will be abolished in the near future.', 'vk-all-in-one-expansion-unit' ),
227
+ 'type' => 'select',
228
+ 'priority' => '',
229
+ 'choices' => $choices,
230
+ )
231
+ );
232
+ } // static function customize_register( $wp_customize ) {
233
+
234
+ } // Vk_Font_Awesome_Versions
235
+
236
+ $vk_font_awesome_versions = new Vk_Font_Awesome_Versions;
237
+
238
+ } // if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/HELP-US-OUT.txt RENAMED
File without changes
inc/font-awesome/package/versions/4.7.0/css/font-awesome.min.css ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ /*!
2
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/fonts/FontAwesome.otf RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/fonts/fontawesome-webfont.eot RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/fonts/fontawesome-webfont.svg RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/fonts/fontawesome-webfont.ttf RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/fonts/fontawesome-webfont.woff RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/4.7.0/fonts/fontawesome-webfont.woff2 RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/LICENSE.txt RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/css/all.min.css RENAMED
@@ -2,8 +2,4 @@
2
  * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
- /*
6
- .editor-styles-wrapper がないと 5.9 のブロックパターン挿入プレビューやタブレットで読み込まれない(2022.2.1現在)ので応急対応
7
- */
8
- .editor-styles-wrapper{}
9
  .fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
2
  * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
 
 
 
 
5
  .fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/js/all.min.js RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/sprites/brands.svg RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/sprites/regular.svg RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/sprites/solid.svg RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-brands-400.eot RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-brands-400.svg RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-brands-400.ttf RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-brands-400.woff RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-brands-400.woff2 RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-regular-400.eot RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-regular-400.svg RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-regular-400.ttf RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-regular-400.woff RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-regular-400.woff2 RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-solid-900.eot RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-solid-900.svg RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-solid-900.ttf RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-solid-900.woff RENAMED
File without changes
{vendor/vektor-inc/font-awesome-versions/src → inc/font-awesome/package}/versions/5/webfonts/fa-solid-900.woff2 RENAMED
File without changes
inc/icons.php ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * VkExUnit icons.php
4
+ * set favicon tag of user uploaded icon
5
+ *
6
+ * @package VkExUnit
7
+ * @author shoji imamura<imamura@vektor-inc.co.jp>
8
+ * @since 8/Jul/2015
9
+ */
10
+
11
+ class vExUnit_icons {
12
+ // singleton instance
13
+ private static $instance;
14
+
15
+ public static function instance() {
16
+ if ( isset( self::$instance ) ) {
17
+ return self::$instance; }
18
+
19
+ self::$instance = new vExUnit_icons;
20
+ self::$instance->run_init();
21
+ return self::$instance;
22
+ }
23
+
24
+
25
+ private function __construct() {
26
+ /*** do noting ***/
27
+ }
28
+
29
+
30
+ protected function run_init() {
31
+ add_action( 'veu_package_init', array( $this, 'option_init' ) );
32
+ add_action( 'wp_head', array( $this, 'output_tag' ) );
33
+ }
34
+
35
+
36
+ public function option_init() {
37
+ vkExUnit_register_setting(
38
+ __( 'icon setting', 'vk-all-in-one-expansion-unit' ), // tab label.
39
+ 'vkExUnit_icon_settings', // name attr
40
+ array( $this, 'sanitize_config' ), // sanitaise function name
41
+ array( $this, 'render_configPage' ) // setting_page function name
42
+ );
43
+ }
44
+
45
+
46
+ public static function get_default_option() {
47
+ $option = '';
48
+ return $option;
49
+ }
50
+
51
+
52
+ public function sanitize_config( $option ) {
53
+
54
+ $output = self::get_default_option();
55
+ $output = $option;
56
+ return $output;
57
+ }
58
+
59
+
60
+ public static function get_option() {
61
+ return get_option( 'vkExUnit_icon_settings', self::get_default_option() );
62
+ }
63
+
64
+
65
+ public function render_configPage() {
66
+ $options = self::get_option();
67
+ ?>
68
+ <h3><?php _e( 'icon setting', 'vk-all-in-one-expansion-unit' ); ?></h3>
69
+
70
+ <div id="on_setting" class="sectionBox">
71
+ <p class="text-warning">
72
+ <?php
73
+ $href = '"'.admin_url('customize.php').'"';
74
+ printf( __( 'This feature will be discontinued shortly.<br>You can set the site icon from "Site Identity" panel of [ <a href=%s>Themes > Customize</a> ] After updating the setting.', 'vk-all-in-one-expansion-unit' ), $href );
75
+ ?>
76
+ </p>
77
+
78
+ <table class="form-table">
79
+ <!-- Favicon -->
80
+ <tr>
81
+ <th><?php _e( 'Favicon Setting', 'vk-all-in-one-expansion-unit' ); ?></th>
82
+ <td><input type="text" name="vkExUnit_icon_settings" id="favicon" value="<?php echo $options ?>" style="width:60%;" />
83
+ <button id="media_src_favicon" class="media_btn button button-default"><?php _e( 'Choose icon', 'vk-all-in-one-expansion-unit' ); ?></button>
84
+ <p><?php _e( 'Please upload your ".ico" file', 'vk-all-in-one-expansion-unit' ); ?></p>
85
+ </td>
86
+ </tr>
87
+ </table>
88
+ <?php submit_button(); ?>
89
+ </div>
90
+ <?php
91
+ }
92
+
93
+
94
+ public function output_tag() {
95
+ $options = self::get_option();
96
+ if ( isset( $options ) && $options ) {
97
+ echo '<link rel="SHORTCUT ICON" HREF="'.$options.'" />';
98
+ }
99
+ }
100
+ }
101
+
102
+ function vkExUnit_icons_discontinue() {
103
+ global $pagenow;
104
+ if ( $pagenow != 'icons.php' ) {
105
+ return;
106
+ }
107
+
108
+ $html = '<div class="error notice is-dismissible">';
109
+ $html .= ' <p>「抜粋」は必ず入力してください!</p>';
110
+ $html .= ' <button type="button" class="notice-dismiss">';
111
+ $html .= ' <span class="screen-reader-text">この通知を非表示にする</span>';
112
+ $html .= ' </button>';
113
+ $html .= '</div>';
114
+
115
+ echo $html;
116
+ }
117
+ add_action( 'admin_notices', 'vkExUnit_icons_discontinue' );
118
+
119
+ vExUnit_icons::instance();
inc/meta-keyword/class-veu-metabox-meta-keyword.php ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! class_exists( 'VEU_Metabox' ) ) {
4
+ return;
5
+ }
6
+
7
+ class VEU_Metabox_Meta_Keyword extends VEU_Metabox {
8
+
9
+ public function __construct( $args = array() ) {
10
+
11
+ $this->args = array(
12
+ 'slug' => 'veu_meta_keyword',
13
+ 'cf_name' => 'vkExUnit_metaKeyword',
14
+ 'title' => __( 'Meta Keywords', 'vk-all-in-one-expansion-unit' ),
15
+ 'priority' => 50,
16
+ );
17
+
18
+ parent::__construct( $this->args );
19
+
20
+ }
21
+
22
+ /**
23
+ * metabox_body_form
24
+ * Form inner
25
+ *
26
+ * @return [type] [description]
27
+ */
28
+ public function metabox_body_form( $cf_value ) {
29
+ $keyword = vExUnit_meta_keywords::get_postKeyword();
30
+ if ( ! empty( $keyword ) ) {
31
+ $cf_value = $keyword;
32
+ }
33
+
34
+ $theme_option_seo_link = '<a href="' . get_admin_url() . '/admin.php?page=vkExUnit_main_setting#vkExUnit_common_keywords" target="_blank">' . vkExUnit_get_name() . ' ' . __( 'Main setting', 'vk-all-in-one-expansion-unit' ) . '</a>';
35
+
36
+ $form = '';
37
+ $form .= '<input type=text name="' . esc_attr( $this->args['cf_name'] ) . '" value="' . esc_attr( $cf_value ) . '" size=50 />';
38
+ $form .= '<p>' . __( 'To distinguish between individual keywords, please enter a , delimiter (optional).', 'vk-all-in-one-expansion-unit' ) . '<br />';
39
+ $form .= sprintf( __( '* keywords common to the entire site can be set from %s.', 'vk-all-in-one-expansion-unit' ), $theme_option_seo_link );
40
+ $form .= '</p>';
41
+
42
+ return $form;
43
+ }
44
+
45
+ public function save_custom_field( $post_id ) {
46
+ parent::save_custom_field( $post_id );
47
+ delete_post_meta( $post_id, 'vkExUnit_common_keywords' );
48
+ }
49
+ }
50
+
51
+ // If you delete the following 'new', metabox will not be displayed on the post edit screen.
52
+ $veu_metabox_meta_keyword = new VEU_Metabox_Meta_Keyword();
inc/meta-keyword/meta-keyword.php ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * VkExUnit meta_keyword.php
4
+ * Set meta tag of keyword for single page each
5
+ *
6
+ * @package VkExUnit
7
+ * @author shoji imamura<imamura@vektor-inc.co.jp>
8
+ * @since 26/Jun/2015
9
+ */
10
+
11
+ /*
12
+ VEU_Metabox 内の get_post_type が実行タイミングによっては
13
+ カスタム投稿タイプマネージャーで作成した投稿タイプが取得できないために
14
+ admin_menu のタイミングで読み込んでいる
15
+ */
16
+ add_action(
17
+ 'admin_menu', function() {
18
+ require_once( dirname( __FILE__ ) . '/class-veu-metabox-meta-keyword.php' );
19
+ }
20
+ );
21
+
22
+ class vExUnit_meta_keywords {
23
+
24
+ private static $instance;
25
+
26
+ public static function instance() {
27
+ if ( isset( self::$instance ) ) {
28
+ return self::$instance; }
29
+
30
+ self::$instance = new vExUnit_meta_keywords;
31
+ self::$instance->run_init();
32
+ return self::$instance;
33
+ }
34
+
35
+
36
+ private function __construct() {
37
+ /*** do noting ***/
38
+ }
39
+
40
+
41
+ protected function run_init() {
42
+ add_action( 'veu_package_init', array( $this, 'option_init' ) );
43
+ add_action( 'wp_head', array( $this, 'set_HeadKeywords' ), 1 );
44
+ }
45
+
46
+
47
+ public function option_init() {
48
+ vkExUnit_register_setting(
49
+ __( 'Meta Keywords', 'vk-all-in-one-expansion-unit' ), // tab label.
50
+ 'vkExUnit_common_keywords', // name attr
51
+ array( $this, 'sanitize_config' ), // sanitaise function name
52
+ array( $this, 'render_configPage' ) // setting_page function name
53
+ );
54
+ }
55
+
56
+
57
+ public function get_default_option() {
58
+ $option = '';
59
+ return $option;
60
+ }
61
+
62
+
63
+ public function sanitize_config( $option ) {
64
+ $option = preg_replace( '/^,*(.+)$/', '$1', $option );
65
+ $option = preg_replace( '/,*$/', '', $option );
66
+ return $option;
67
+ }
68
+
69
+
70
+ public static function get_option() {
71
+ return get_option( 'vkExUnit_common_keywords', '' );
72
+ }
73
+
74
+
75
+ public function render_configPage() {
76
+ ?>
77
+ <h3><?php _e( 'Meta Keyword', 'vk-all-in-one-expansion-unit' ); ?></h3>
78
+ <div id="meta_keyword" class="sectionBox">
79
+ <table class="form-table">
80
+ <tr><th><?php _e( 'Common Keywords', 'vk-all-in-one-expansion-unit' ); ?></th>
81
+ <td><?php _e( 'Keywords for meta tag. This words will set Meta Keyword with post keywords. if you want multiple keywords, enter with separator of ",".', 'vk-all-in-one-expansion-unit' ); ?><br />
82
+ <input type="text" name="vkExUnit_common_keywords" id="commonKeyWords" value="<?php echo self::get_option(); ?>" style="width:90%;" /><br />
83
+
84
+ * <?php _e( 'This is not seriously, Because the SearchEngine does not care this.', 'vk-all-in-one-expansion-unit' ); ?><br/>
85
+ * <?php _e( 'For each page individual keyword is enter at the edit screen of each article. 10 keywords maximum, together with a each article keywords is desirable.', 'vk-all-in-one-expansion-unit' ); ?><br/>
86
+ * <?php _e( '"," separator at end of the last keyword is do not need.', 'vk-all-in-one-expansion-unit' ); ?><br/>
87
+ <?php _e( 'Example: WordPress,template,theme,free,GPL', 'vk-all-in-one-expansion-unit' ); ?></td></tr>
88
+ </table>
89
+ <?php submit_button(); ?>
90
+ </div>
91
+ <?php
92
+ }
93
+
94
+ public static function get_postKeyword() {
95
+ $post_id = get_the_id();
96
+
97
+ if ( empty( $post_id ) ) {
98
+ return null;
99
+ }
100
+
101
+ $keyword = get_post_meta( $post_id, 'vkExUnit_metaKeyword', true );
102
+ if ( !empty($keyword) ) {
103
+ return $keyword;
104
+ }
105
+
106
+ $keyword = get_post_meta( $post_id, 'vkExUnit_common_keywords', true );
107
+ if ( !empty($keyword) ) {
108
+ return $keyword;
109
+ }
110
+
111
+ }
112
+
113
+ public function set_HeadKeywords() {
114
+ $commonKeyWords = self::get_option();
115
+ // get custom field
116
+ $entryKeyWords = self::get_postKeyword();
117
+
118
+ $keywords = array();
119
+ if ( $commonKeyWords ) {
120
+ $keywords[] = $commonKeyWords; }
121
+ if ( $entryKeyWords ) {
122
+ $keywords[] = $entryKeyWords; }
123
+ $key = implode( ',', $keywords );
124
+
125
+ // print individual keywords
126
+ if ( ! $key ) {
127
+ return; }
128
+ echo '<meta name="keywords" content="' . $key . '" />' . "\n";
129
+ }
130
+ }
131
+
132
+ vExUnit_meta_keywords::instance();
inc/page-list-ancestor/page-list-ancestor.php CHANGED
@@ -141,6 +141,8 @@ function veu_page_list_ancestor_save_custom_field( $post_id ) {
141
 
142
  add_action( 'init', 'veu_page_list_ancestor_block_setup', 15 );
143
  function veu_page_list_ancestor_block_setup() {
 
 
144
  if ( function_exists( 'register_block_type' ) ){
145
  register_block_type(
146
  'vk-blocks/page-list-ancestor',
@@ -152,7 +154,7 @@ function veu_page_list_ancestor_block_setup() {
152
  'default' => ''
153
  ),
154
  ),
155
- veu_common_attributes()
156
  ),
157
  'editor_script' => 'veu-block',
158
  'editor_style' => 'veu-block-editor',
@@ -165,6 +167,7 @@ function veu_page_list_ancestor_block_setup() {
165
 
166
 
167
  function veu_pageListAncestor_block_callback( $attr=array() ) {
 
168
 
169
  $classes = 'veu_childPageIndex_block';
170
 
@@ -172,8 +175,8 @@ function veu_pageListAncestor_block_callback( $attr=array() ) {
172
  $classes .= ' ' . $attr['className'];
173
  }
174
 
175
- if( function_exists( 'veu_add_hidden_class' ) ){
176
- $classes .= ' ' . veu_add_hidden_class($classes, $attr);
177
  }
178
 
179
  $r = vkExUnit_pageList_ancestor_shortcode( $classes, true );
141
 
142
  add_action( 'init', 'veu_page_list_ancestor_block_setup', 15 );
143
  function veu_page_list_ancestor_block_setup() {
144
+ global $common_attributes;
145
+
146
  if ( function_exists( 'register_block_type' ) ){
147
  register_block_type(
148
  'vk-blocks/page-list-ancestor',
154
  'default' => ''
155
  ),
156
  ),
157
+ $common_attributes
158
  ),
159
  'editor_script' => 'veu-block',
160
  'editor_style' => 'veu-block-editor',
167
 
168
 
169
  function veu_pageListAncestor_block_callback( $attr=array() ) {
170
+ include dirname(dirname(__FILE__)) .'/vk-blocks/hidden-utils.php';
171
 
172
  $classes = 'veu_childPageIndex_block';
173
 
175
  $classes .= ' ' . $attr['className'];
176
  }
177
 
178
+ if(function_exists('vk_add_hidden_class')){
179
+ $classes .= ' ' . vk_add_hidden_class($classes, $attr);
180
  }
181
 
182
  $r = vkExUnit_pageList_ancestor_shortcode( $classes, true );
inc/sitemap-page/sitemap-page.php CHANGED
@@ -89,10 +89,12 @@ function veu_show_sitemap( $content ) {
89
 
90
  function vkExUnit_sitemap( $attr ) {
91
 
 
 
92
  $classes = '';
93
- if ( function_exists( 'veu_add_hidden_class' ) ) {
94
- if ( veu_add_hidden_class( $classes, $attr ) ) {
95
- $classes .= ' ' . veu_add_hidden_class( $classes, $attr );
96
  }
97
  }
98
 
@@ -291,6 +293,7 @@ function vkExUnit_save_custom_field_sitemapData( $post_id ) {
291
 
292
  add_action( 'init', 'veu_sitemap_block_setup', 15 );
293
  function veu_sitemap_block_setup() {
 
294
  if ( function_exists( 'register_block_type' ) ) {
295
  register_block_type(
296
  'vk-blocks/sitemap',
@@ -302,7 +305,7 @@ function veu_sitemap_block_setup() {
302
  'default' => '',
303
  ),
304
  ),
305
- veu_common_attributes()
306
  ),
307
  'editor_script' => 'veu-block',
308
  'editor_style' => 'veu-block-editor',
89
 
90
  function vkExUnit_sitemap( $attr ) {
91
 
92
+ include dirname( dirname( __FILE__ ) ) . '/vk-blocks/hidden-utils.php';
93
+
94
  $classes = '';
95
+ if ( function_exists( 'vk_add_hidden_class' ) ) {
96
+ if ( vk_add_hidden_class( $classes, $attr ) ) {
97
+ $classes .= ' ' . vk_add_hidden_class( $classes, $attr );
98
  }
99
  }
100
 
293
 
294
  add_action( 'init', 'veu_sitemap_block_setup', 15 );
295
  function veu_sitemap_block_setup() {
296
+ global $common_attributes;
297
  if ( function_exists( 'register_block_type' ) ) {
298
  register_block_type(
299
  'vk-blocks/sitemap',
305
  'default' => '',
306
  ),
307
  ),
308
+ $common_attributes
309
  ),
310
  'editor_script' => 'veu-block',
311
  'editor_style' => 'veu-block-editor',
inc/sns/function-sns-btns.php CHANGED
@@ -182,6 +182,8 @@ function veu_sns_block_callback( $attr ) {
182
  */
183
  function veu_get_sns_btns( $attr = array() ) {
184
 
 
 
185
  $options = veu_get_sns_options();
186
  $outer_css = veu_sns_outer_css( $options );
187
  $icon_css = veu_sns_icon_css( $options );
@@ -190,8 +192,8 @@ function veu_get_sns_btns( $attr = array() ) {
190
  $page_title = rawurlencode( veu_get_the_sns_title() );
191
 
192
  $classes = '';
193
- if ( function_exists( 'veu_add_hidden_class' ) ) {
194
- $classes .= veu_add_hidden_class( $classes, $attr );
195
  }
196
 
197
  if ( isset( $attr['position'] ) ) {
182
  */
183
  function veu_get_sns_btns( $attr = array() ) {
184
 
185
+ include dirname( dirname( __FILE__ ) ) . '/vk-blocks/hidden-utils.php';
186
+
187
  $options = veu_get_sns_options();
188
  $outer_css = veu_sns_outer_css( $options );
189
  $icon_css = veu_sns_icon_css( $options );
192
  $page_title = rawurlencode( veu_get_the_sns_title() );
193
 
194
  $classes = '';
195
+ if ( function_exists( 'vk_add_hidden_class' ) ) {
196
+ $classes .= vk_add_hidden_class( $classes, $attr );
197
  }
198
 
199
  if ( isset( $attr['position'] ) ) {
inc/sns/package/_sns.scss CHANGED
@@ -25,7 +25,6 @@
25
  display: block;
26
  overflow: hidden;
27
  width:100%;
28
- box-sizing: border-box;
29
  padding: 5px 10px;
30
  border-radius: var(--vk-size-radius);
31
  color: #fff;
25
  display: block;
26
  overflow: hidden;
27
  width:100%;
 
28
  padding: 5px 10px;
29
  border-radius: var(--vk-size-radius);
30
  color: #fff;
inc/sns/sns.php CHANGED
@@ -13,9 +13,12 @@ require_once dirname( __FILE__ ) . '/sns_customizer.php';
13
 
14
  add_action( 'init', 'vew_sns_block_setup', 15 );
15
  function vew_sns_block_setup() {
 
16
  if ( ! function_exists( 'register_block_type' ) ) {
17
- return;
18
- }
 
 
19
  register_block_type(
20
  'vk-blocks/share-button',
21
  array(
@@ -29,7 +32,7 @@ function vew_sns_block_setup() {
29
  'type' => 'string',
30
  ),
31
  ),
32
- veu_common_attributes()
33
  ),
34
  'editor_style' => 'vkExUnit_sns_editor_style',
35
  'editor_script' => 'veu-block',
13
 
14
  add_action( 'init', 'vew_sns_block_setup', 15 );
15
  function vew_sns_block_setup() {
16
+
17
  if ( ! function_exists( 'register_block_type' ) ) {
18
+ return; }
19
+
20
+ global $common_attributes;
21
+
22
  register_block_type(
23
  'vk-blocks/share-button',
24
  array(
32
  'type' => 'string',
33
  ),
34
  ),
35
+ $common_attributes
36
  ),
37
  'editor_style' => 'vkExUnit_sns_editor_style',
38
  'editor_script' => 'veu-block',
inc/tiny-mce-styletags.php ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*-------------------------------------------*/
3
+ /* リッチエディタにオリジナルスタイルボタンの追加
4
+ /*-------------------------------------------*/
5
+ function vkExUnit_mce_before_init_insert_formats( $init_array ) {
6
+ $style_formats = array(
7
+ array(
8
+ 'title' => 'Lead Text',
9
+ 'inline' => 'span',
10
+ 'classes' => 'veu_leadTxt',
11
+ // 'wrapper' => false,
12
+ ),
13
+ array(
14
+ 'title' => 'Dummy Image',
15
+ 'block' => 'div',
16
+ 'classes' => 'veu_dummyImage',
17
+ // 'wrapper' => false,
18
+ ),
19
+ // array(
20
+ // 'title' => 'Table Width Auto',
21
+ // 'block' => 'table',
22
+ // 'classes' => 'mce-item-table veu_table_width_inherit',
23
+ // // 'wrapper' => true,
24
+ // ),
25
+ array(
26
+ 'title' => 'a.btn-blank',
27
+ 'inline' => 'a',
28
+ 'classes' => 'btn btn-primary btn-lg',
29
+ // 'wrapper' => false,
30
+ ),
31
+ array(
32
+ 'title' => 'a.btn.btn-primary',
33
+ 'inline' => 'a',
34
+ 'classes' => 'btn btn-primary',
35
+ // 'wrapper' => false,
36
+ ),
37
+ array(
38
+ 'title' => 'a.btn-primary.btn-lg',
39
+ 'inline' => 'a',
40
+ 'classes' => 'btn btn-primary btn-lg',
41
+ // 'wrapper' => false,
42
+ ),
43
+ array(
44
+ 'title' => 'a.btn-primary.btn-lg.btn-block',
45
+ 'inline' => 'a',
46
+ 'classes' => 'btn btn-primary btn-lg btn-block',
47
+ // 'wrapper' => false,
48
+ ),
49
+ array(
50
+ 'title' => 'a.btn-primary.btn-lg.btn-block.btn-blank',
51
+ 'inline' => 'a',
52
+ 'classes' => 'btn btn-primary btn-lg btn-block btn-blank',
53
+ // 'wrapper' => false,
54
+ ),
55
+ array(
56
+ 'title' => 'a.btn.btn-default',
57
+ 'inline' => 'a',
58
+ 'classes' => 'btn btn-default',
59
+ // 'wrapper' => false,
60
+ ),
61
+ array(
62
+ 'title' => 'a.btn-default.btn-block',
63
+ 'inline' => 'a',
64
+ 'classes' => 'btn btn-default btn-block',
65
+ // 'wrapper' => false,
66
+ ),
67
+ array(
68
+ 'title' => 'a.btn-default.btn-block.btn-lg',
69
+ 'inline' => 'a',
70
+ 'classes' => 'btn btn-default btn-block btn-lg',
71
+ // 'wrapper' => false,
72
+ ),
73
+ );
74
+
75
+ $init_array['style_formats'] = json_encode( $style_formats );
76
+
77
+ return $init_array;
78
+
79
+ }
80
+ add_filter( 'tiny_mce_before_init', 'vkExUnit_mce_before_init_insert_formats' );
inc/vk-blocks/hidden-utils.php ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $common_attributes = array(
3
+ 'vkb_hidden' => array(
4
+ 'type' => 'boolean',
5
+ 'default' => false,
6
+ ),
7
+ 'vkb_hidden_xl' => array(
8
+ 'type' => 'boolean',
9
+ 'default' => false,
10
+ ),
11
+ 'vkb_hidden_lg' => array(
12
+ 'type' => 'boolean',
13
+ 'default' => false,
14
+ ),
15
+ 'vkb_hidden_md' => array(
16
+ 'type' => 'boolean',
17
+ 'default' => false,
18
+ ),
19
+ 'vkb_hidden_sm' => array(
20
+ 'type' => 'boolean',
21
+ 'default' => false,
22
+ ),
23
+ 'vkb_hidden_xs' => array(
24
+ 'type' => 'boolean',
25
+ 'default' => false,
26
+ ),
27
+ );
28
+
29
+ if(!function_exists('vk_add_hidden_class')){
30
+ function vk_add_hidden_class($classes = '', $attributes){
31
+
32
+ if ( isset($attributes['vkb_hidden']) && $attributes['vkb_hidden'] ) {
33
+ $classes .= ' ' . 'vk_hidden';
34
+ }
35
+ if ( isset($attributes['vkb_hidden_xl']) && $attributes['vkb_hidden_xl'] ) {
36
+ $classes .= ' ' . 'vk_hidden-xl';
37
+ }
38
+ if ( isset($attributes['vkb_hidden_lg']) && $attributes['vkb_hidden_lg']) {
39
+ $classes .= ' ' . 'vk_hidden-lg';
40
+ }
41
+ if ( isset($attributes['vkb_hidden_md']) && $attributes['vkb_hidden_md']) {
42
+ $classes .= ' ' . 'vk_hidden-md';
43
+ }
44
+ if ( isset($attributes['vkb_hidden_sm']) && $attributes['vkb_hidden_sm']) {
45
+ $classes .= ' ' . 'vk_hidden-sm';
46
+ }
47
+ if ( isset($attributes['vkb_hidden_xs']) && $attributes['vkb_hidden_xs']) {
48
+ $classes .= ' ' . 'vk_hidden-xs';
49
+ }
50
+
51
+ return $classes;
52
+ }
53
+ }
inc/vk-blocks/package/App/RestAPI/BlockMeta/EntryPoint.php ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class EntryPoint {
4
+ public function __construct() {
5
+ add_action( 'rest_api_init', [ $this, '_rest_api_init' ] );
6
+ }
7
+
8
+ public function _rest_api_init() {
9
+ register_rest_route(
10
+ 'vk-blocks/v1',
11
+ '/block-meta/(?P<name>.+)',
12
+ [
13
+ 'methods' => 'GET',
14
+ 'callback' => [ $this, '_callback' ],
15
+ 'permission_callback' => function () {
16
+ return current_user_can( 'edit_posts' );
17
+ },
18
+ ]
19
+ );
20
+ }
21
+
22
+ public function _callback($request) {
23
+
24
+ $block_name = esc_html($request["name"]);
25
+ $block_meta = get_option("vk_blocks_" . $block_name . "_meta");
26
+ return rest_ensure_response($block_meta);
27
+ }
28
+ }
inc/vk-blocks/package/admin/admin.php ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ require_once dirname( __FILE__ ) . '/balloon/balloon-admin.php';
3
+
4
+ $admin_pages = array( 'settings_page_vk_blocks_options' );
5
+ Vk_Admin::admin_scripts( $admin_pages );
6
+
7
+ global $vk_blocks_prefix;
8
+ $vk_blocks_prefix = 'VK';
9
+
10
+ function vk_blocks_setting_menu() {
11
+ global $vk_blocks_prefix;
12
+ $custom_page = add_options_page(
13
+ $vk_blocks_prefix . ' ' . __( 'Blocks setting', 'vk-blocks' ), // Name of page
14
+ $vk_blocks_prefix . ' ' . _x( 'Blocks', 'label in admin menu', 'vk-blocks' ), // Label in menu
15
+ 'edit_theme_options', // Capability required このメニューページを閲覧・使用するために最低限必要なユーザーレベルまたはユーザーの種類と権限。
16
+ 'vk_blocks_options', // ユニークなこのサブメニューページの識別子
17
+ 'vk_blocks_setting_page' // メニューページのコンテンツを出力する関数
18
+ );
19
+ if ( ! $custom_page ) {
20
+ return;
21
+ }
22
+ }
23
+ add_action( 'admin_menu', 'vk_blocks_setting_menu' );
24
+
25
+ /*-------------------------------------------*/
26
+ /* Setting Page
27
+ /*-------------------------------------------*/
28
+ function vk_blocks_setting_page() {
29
+ global $vk_blocks_prefix;
30
+ $get_page_title = $vk_blocks_prefix . ' ' . __( 'Blocks Setting', 'vk-post-author-display' );
31
+
32
+ $get_logo_html = '<img src="'.plugin_dir_url( __FILE__ ).'/images/vk-blocks-logo_ol.svg'.'" alt="VK Blocks" />';
33
+ $get_logo_html = apply_filters( 'vk_blocks_logo_html', $get_logo_html );
34
+
35
+ $get_menu_html = '<li><a href="#baloon-image-setting">' . __( 'Baloon Image Setting', 'vk-blocks' ) . '</a></li>';
36
+
37
+ Vk_Admin::admin_page_frame( $get_page_title, 'vk_blocks_setting', $get_logo_html, $get_menu_html );
38
+ }
39
+
40
+ function vk_blocks_setting_option_save() {
41
+ if ( isset( $_POST['vk_blocks_balloon_meta'] ) && $_POST['vk_blocks_balloon_meta'] ) {
42
+
43
+ if ( check_admin_referer( 'vkb-nonce-key', 'vkb-setting-page' ) ) {
44
+ // 保存処理
45
+ if ( isset( $_POST['vk_blocks_balloon_meta'] ) && $_POST['vk_blocks_balloon_meta'] ) {
46
+ update_option( 'vk_blocks_balloon_meta', $_POST['vk_blocks_balloon_meta'] );
47
+ } else {
48
+ update_option( 'vk_blocks_balloon_meta', '' );
49
+ }
50
+
51
+ wp_safe_redirect( menu_page_url( 'vk_blocks_options', false ) );
52
+ }
53
+ }
54
+ }
55
+ add_action( 'admin_init', 'vk_blocks_setting_option_save', 10, 2 );
inc/vk-blocks/package/admin/balloon/balloon-admin.php ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if ( ! function_exists('vk_blocks_setting') ) {
3
+ function vk_blocks_setting() {
4
+ $options = get_option( 'vk_blocks_balloon_meta' );
5
+ $image_number = 15;
6
+ $image_number = apply_filters( 'vk_blocks_image_number', $image_number );
7
+ ?>
8
+
9
+ <form method="post" action="<?php echo esc_url( $_SERVER['REQUEST_URI'] ) ;?>">
10
+ <?php wp_nonce_field( 'vkb-nonce-key', 'vkb-setting-page' ); ?>
11
+ <div>
12
+ <section>
13
+ <h3 id="baloon-image-setting"><?php echo __( 'Balloon Image Setting', 'vk-blocks' ); ?></h3>
14
+ <style type="text/css">
15
+ .balloonIconList {
16
+ width:100%;
17
+ display:flex;
18
+ flex-wrap: wrap;
19
+ }
20
+ .balloonIconList li {
21
+ box-sizing:border-box;
22
+ width:30%;
23
+ padding:20px 15px 15px;
24
+ margin:10px;
25
+ border:1px solid #ccc;
26
+ border-radius:5px;
27
+ background-color:rgba(255,255,255,0.9);
28
+ box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,1);
29
+ }
30
+ .balloonIconList_iconFrame {
31
+ width:100px;
32
+ margin:0 auto 0.5rem;
33
+ }
34
+ .balloonIconList_iconFrame_src {
35
+ width:100px;
36
+ height:100px;
37
+ object-fit:cover;
38
+ border-radius:50%;
39
+ border:1px solid #e5e5e5;
40
+ }
41
+ .balloonIconList li img {
42
+
43
+ }
44
+ .balloonIconList li .button {
45
+ width:49%;
46
+ margin-top:5px;
47
+ box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.7);
48
+ }
49
+ .balloonIconList li .button.button-set {
50
+ color:#464646;
51
+ border-color:#999;
52
+ float:left;
53
+ }
54
+ .balloonIconList li .button.button-delete {
55
+ color:#c00;
56
+ border-color:#c00;
57
+ float:right;
58
+ }
59
+ input.balloonIconList_name_input[type=text] {
60
+ display:block;
61
+ width:100%;
62
+ text-align:center;
63
+ border-color:#ccc;
64
+ box-shadow:inset 1px 1px 2px 0 rgba(0,0,0,0.1);
65
+ }
66
+ .balloonIconList_nameLabel {
67
+ clear:both;
68
+ display:block; overflow:hidden;
69
+ padding-top:0.5rem;
70
+ padding-bottom:0.3rem;
71
+ }
72
+ </style>
73
+ <p>
74
+ <?php _e( 'You can register frequently used icon images for speech bubble blocks.', 'vk-blocks' );?>
75
+ <?php _e( 'If you change image or name that please click Save Changes button.', 'vk-blocks' );?>
76
+ </p>
77
+ <?php $image_default = VK_BLOCKS_URL.'/admin/images/no-image.png'; ?>
78
+ <ul class="balloonIconList">
79
+ <?php for( $i = 1; $i <= $image_number; $i++ ) : ?>
80
+ <li>
81
+ <?php
82
+ // 現在保存されている画像idを取得して表示
83
+ $image = '';
84
+ if ( ! empty( $options['default_icons'][$i]['src'] ) ) {
85
+ $image = $options['default_icons'][$i]['src'];
86
+ // } else {
87
+ // $image = $image_default;
88
+ }
89
+ ?>
90
+ <div class="balloonIconList_iconFrame">
91
+ <div style="width:100px;height:100px;object-fit:cover;">
92
+ <?php if ( $image ) : ?>
93
+ <img src="<?php echo $image; ?>" class="balloonIconList_iconFrame_src" />
94
+ <?php else : ?>
95
+ <img src="<?php echo $image_default; ?>" class="balloonIconList_iconFrame_src" />
96
+ <?php endif; ?>
97
+ </div>
98
+ </div>
99
+
100
+ <button class="button button-block button-set" type="button" onclick="veu_default_image_additional(this);">
101
+ <?php echo __( 'Select', 'vk-blocks' ); ?>
102
+ </button>
103
+ <button class="button button-block button-delete" type="button" onclick="veu_default_image_delete(this);">
104
+ <?php echo __( 'Delete', 'vk-blocks' ); ?>
105
+ </button>
106
+
107
+ <input type="hidden" class="__id" name="vk_blocks_balloon_meta[default_icons][<?php echo $i; ?>][src]" value="<?php echo esc_attr( $image ); ?>" />
108
+
109
+ <label for="icon_title['<?php echo $i ;?>]" class="balloonIconList_nameLabel"><?php echo __( 'Balloon Image Name', 'vk-blocks' ); ?></label>
110
+ <?php
111
+ $name = '';
112
+ if ( ! empty( $options['default_icons'][$i]['name'] ) ) {
113
+ $name = $options['default_icons'][$i]['name'];
114
+ }
115
+ ?>
116
+ <input class="balloonIconList_name_input" type="text" name="vk_blocks_balloon_meta[default_icons][<?php echo $i; ?>][name]" id="icon_title['<?php echo $i ;?>]" value="<?php echo esc_attr( $name ); ?>" />
117
+ </li>
118
+ <?php endfor; ?>
119
+ </ul>
120
+
121
+ <script type="text/javascript">
122
+ if(veu_default_image_additional == undefined){
123
+ var veu_default_image_additional = function(e){
124
+ var d=jQuery(e).parent().children(".balloonIconList_iconFrame");
125
+ var w=jQuery(e).parent().children('.__id')[0];
126
+ var addImgBtn=jQuery(e);
127
+ var delImgBtn=jQuery(e).next();
128
+ var u=wp.media({library:{type:'image'},multiple:false}).on('select', function(e){
129
+ u.state().get('selection').each(function(f){
130
+ // もともと表示されてた img タグを削除
131
+ d.children().remove();
132
+ // 新しく画像タグを挿入
133
+ d.append(jQuery('<img class="balloonIconList_iconFrame_src">').attr('src',f.toJSON().url));
134
+ jQuery(w).val(f.toJSON().url).change();
135
+ });
136
+ });
137
+ u.open();
138
+ };
139
+ }
140
+ if(veu_default_image_delete == undefined){
141
+ var veu_default_image_delete = function(e){
142
+ var d=jQuery(e).parent().children(".balloonIconList_iconFrame");
143
+ var w=jQuery(e).parent().children('.__id')[0];
144
+ var addImgBtn=jQuery(e).prev();
145
+ var delImgBtn=jQuery(e);
146
+ // もともと表示されてた img タグを削除
147
+ d.children().remove();
148
+ // 新しく画像タグを挿入
149
+ d.append(jQuery('<img class="balloonIconList_iconFrame_src">').attr('src','<?php echo esc_url($image_default)?>'));
150
+ jQuery(w).val('').change();
151
+ };
152
+ }
153
+ </script>
154
+ <?php submit_button(); ?>
155
+ </section>
156
+ </div>
157
+ </form>
158
+
159
+ <?php
160
+ }
161
+ }
inc/vk-blocks/package/admin/images/no-image.png ADDED
Binary file
inc/vk-blocks/package/admin/images/vk-blocks-logo.png ADDED
Binary file
inc/vk-blocks/package/admin/images/vk-blocks-logo_ol.svg ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
4
+ y="0px" viewBox="0 0 434.8 144.9" style="enable-background:new 0 0 434.8 144.9;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#231815;}
7
+ .st1{fill:#D70C18;}
8
+ </style>
9
+ <g>
10
+ <g>
11
+ <path class="st0" d="M184.5,99.9c1.6-0.3,4.6-0.6,7.4-0.6c3.7,0,6.1,0.5,8,1.8c1.7,1.1,2.9,2.8,2.9,5.2c0,2.6-1.6,4.9-4.6,6v0.1
12
+ c2.9,0.7,5.6,3.1,5.6,6.9c0,2.5-1.1,4.4-2.7,5.7c-2,1.7-5.2,2.6-10.3,2.6c-2.8,0-4.9-0.2-6.2-0.4V99.9z M189.5,110.9h2.6
13
+ c3.5,0,5.5-1.7,5.5-4c0-2.6-2-3.8-5.2-3.8c-1.5,0-2.4,0.1-2.9,0.2V110.9z M189.5,123.7c0.7,0.1,1.5,0.1,2.7,0.1
14
+ c3.2,0,6.2-1.2,6.2-4.7c0-3.2-2.8-4.6-6.3-4.6h-2.5V123.7z"/>
15
+ <path class="st0" d="M209.1,98.1h5.1v29.3h-5.1V98.1z"/>
16
+ <path class="st0" d="M239.8,117.1c0,7.4-5.2,10.7-10.3,10.7c-5.7,0-10-3.9-10-10.3c0-6.6,4.3-10.6,10.4-10.6
17
+ C235.8,106.8,239.8,111,239.8,117.1z M224.7,117.3c0,3.9,1.9,6.8,5,6.8c2.9,0,4.9-2.8,4.9-6.8c0-3.2-1.4-6.8-4.9-6.8
18
+ C226.1,110.5,224.7,114,224.7,117.3z"/>
19
+ <path class="st0" d="M259.8,126.8c-1.1,0.5-3.1,1-5.7,1c-6.3,0-10.4-4-10.4-10.3c0-6,4.1-10.7,11.2-10.7c1.9,0,3.7,0.4,4.9,0.9
20
+ l-0.9,3.8c-0.8-0.4-2-0.8-3.8-0.8c-3.9,0-6.2,2.8-6.1,6.5c0,4.1,2.7,6.5,6.2,6.5c1.7,0,3-0.4,4-0.8L259.8,126.8z"/>
21
+ <path class="st0" d="M270.5,116.1L270.5,116.1c0.6-0.8,1.1-1.6,1.7-2.4l4.9-6.4h6.1l-7.4,8.2l8.5,11.9H278l-5.8-8.9l-1.7,2v6.8
22
+ h-5.1V98.1h5.1V116.1z"/>
23
+ <path class="st0" d="M298.8,99.6h5.1v23.5h11.4v4.3h-16.5V99.6z"/>
24
+ <path class="st0" d="M326.2,101.7c0,1.5-1.1,2.7-2.9,2.7c-1.7,0-2.8-1.2-2.8-2.7c0-1.5,1.1-2.7,2.8-2.7
25
+ C325.1,98.9,326.2,100.1,326.2,101.7z M320.8,127.4v-20.1h5.1v20.1H320.8z"/>
26
+ <path class="st0" d="M333.1,127.4c0.1-1.4,0.2-3.6,0.2-5.6V98.1h5.1v12h0.1c1.2-2,3.4-3.2,6.4-3.2c4.9,0,8.4,4.1,8.4,10.2
27
+ c0,7.2-4.6,10.8-9.1,10.8c-2.6,0-4.9-1-6.3-3.5h-0.1l-0.2,3H333.1z M338.3,119.1c0,0.4,0,0.8,0.1,1.2c0.5,2.1,2.3,3.6,4.5,3.6
28
+ c3.2,0,5.1-2.5,5.1-6.6c0-3.5-1.7-6.4-5.1-6.4c-2.1,0-4,1.5-4.5,3.7c-0.1,0.4-0.2,0.8-0.2,1.3V119.1z"/>
29
+ <path class="st0" d="M359.2,113.7c0-2.7-0.1-4.7-0.2-6.5h4.4l0.2,3.8h0.1c1-2.8,3.3-4.3,5.5-4.3c0.5,0,0.8,0,1.2,0.1v4.8
30
+ c-0.4-0.1-0.9-0.1-1.5-0.1c-2.4,0-4.1,1.5-4.6,3.8c-0.1,0.4-0.1,1-0.1,1.5v10.4h-5.1V113.7z"/>
31
+ <path class="st0" d="M387.1,127.4l-0.3-2.2h-0.1c-1.2,1.6-3.3,2.7-5.9,2.7c-4.1,0-6.3-2.9-6.3-6c0-5.1,4.5-7.6,11.9-7.6v-0.3
32
+ c0-1.3-0.5-3.5-4.1-3.5c-2,0-4,0.6-5.4,1.5l-1-3.3c1.5-0.9,4.1-1.8,7.3-1.8c6.4,0,8.3,4.1,8.3,8.5v7.2c0,1.8,0.1,3.6,0.3,4.8
33
+ H387.1z M386.4,117.5c-3.6,0-7,0.7-7,3.8c0,2,1.3,2.9,2.9,2.9c2,0,3.5-1.3,4-2.8c0.1-0.4,0.1-0.8,0.1-1.1V117.5z"/>
34
+ <path class="st0" d="M398.6,113.7c0-2.7-0.1-4.7-0.2-6.5h4.4l0.2,3.8h0.1c1-2.8,3.3-4.3,5.5-4.3c0.5,0,0.8,0,1.2,0.1v4.8
35
+ c-0.4-0.1-0.9-0.1-1.5-0.1c-2.4,0-4.1,1.5-4.6,3.8c-0.1,0.4-0.1,1-0.1,1.5v10.4h-5.1V113.7z"/>
36
+ <path class="st0" d="M418.3,107.3l3.6,10.8c0.4,1.2,0.8,2.8,1.1,3.9h0.1c0.3-1.1,0.7-2.6,1.1-3.9l3.1-10.7h5.4l-5,13.7
37
+ c-2.8,7.5-4.6,10.8-7,12.9c-2,1.7-4.1,2.4-5.3,2.6l-1.1-4.3c0.9-0.2,1.9-0.7,2.9-1.4c1-0.6,2.1-1.8,2.8-3.2
38
+ c0.2-0.3,0.3-0.6,0.3-0.9c0-0.2-0.1-0.5-0.3-1l-7.4-18.4H418.3z"/>
39
+ </g>
40
+ </g>
41
+ <g>
42
+ <g>
43
+ <path class="st0" d="M183.8,23.9c3.5-0.7,9.9-1.3,16.1-1.3c8.1,0,13.2,1.1,17.3,3.8c3.7,2.3,6.2,6.2,6.2,11.4
44
+ c0,5.6-3.5,10.6-10.1,13v0.2c6.4,1.6,12.3,6.7,12.3,15c0,5.4-2.3,9.6-5.8,12.5c-4.3,3.7-11.4,5.6-22.5,5.6
45
+ c-6.1,0-10.7-0.4-13.6-0.8V23.9z M194.7,47.8h5.7c7.7,0,11.9-3.6,11.9-8.7c0-5.7-4.3-8.3-11.3-8.3c-3.3,0-5.1,0.2-6.3,0.5V47.8z
46
+ M194.7,75.6c1.4,0.3,3.3,0.3,5.9,0.3c7.1,0,13.4-2.7,13.4-10.1c0-7-6.2-9.9-13.8-9.9h-5.5V75.6z"/>
47
+ <path class="st0" d="M235.6,19.9h11.1v63.8h-11.1V19.9z"/>
48
+ <path class="st0" d="M300.6,61.3c0,16.1-11.3,23.3-22.5,23.3c-12.3,0-21.9-8.5-21.9-22.5c0-14.3,9.4-23.2,22.6-23.2
49
+ C291.9,38.9,300.6,48.1,300.6,61.3z M267.7,61.8c0,8.4,4.2,14.8,10.9,14.8c6.3,0,10.7-6.1,10.7-14.9c0-6.9-3-14.7-10.7-14.7
50
+ C270.8,47,267.7,54.5,267.7,61.8z"/>
51
+ <path class="st0" d="M342.3,82.3c-2.3,1.1-6.9,2.3-12.3,2.3c-13.7,0-22.5-8.8-22.5-22.4c0-13.1,8.9-23.3,24.3-23.3
52
+ c4.1,0,8.2,0.9,10.7,2l-2,8.3c-1.8-0.9-4.4-1.7-8.4-1.7c-8.4,0-13.4,6.2-13.4,14.2c0,9,5.9,14.1,13.4,14.1c3.8,0,6.5-0.8,8.7-1.7
53
+ L342.3,82.3z"/>
54
+ <path class="st0" d="M363.8,59.1h0.2c1-1.7,2.3-3.6,3.4-5.1l10.7-14h13.3l-16.2,17.8l18.5,25.9h-13.6l-12.6-19.3l-3.7,4.4v14.9
55
+ h-11.1V19.9h11.1V59.1z"/>
56
+ <path class="st0" d="M400.2,73.5c2.4,1.5,7.2,3.2,11.2,3.2c4.9,0,7-2,7-4.9c0-3-1.8-4.5-7.2-6.4c-8.6-2.9-12.1-7.6-12.1-12.8
57
+ c0-7.7,6.4-13.7,16.6-13.7c4.8,0,9,1.2,11.6,2.6l-2.2,7.8c-1.8-1-5.4-2.5-9.2-2.5c-3.9,0-6.1,1.9-6.1,4.6c0,2.8,2.1,4.1,7.6,6.1
58
+ c8,2.8,11.6,6.9,11.7,13.3c0,8-6.2,13.7-17.8,13.7c-5.3,0-10.1-1.3-13.3-3.1L400.2,73.5z"/>
59
+ </g>
60
+ </g>
61
+ <g>
62
+ <path d="M148.4,23.4l-44.5,0.1c-0.6,0-1.2,0.4-1.4,1L99.1,34c-0.3,1,0.4,2,1.4,2l17.3,0c1.3,0,2,1.6,1.1,2.5L91.3,67.2l0.1,0
63
+ l14.2,44.7c0.3,1-0.4,1.9-1.4,1.9l-13.9,0c-0.7,0-1.2-0.4-1.4-1l-7.1-22.9c-0.4-1.4-2.3-1.4-2.8-0.1l-5.8,16.1
64
+ c-0.1,0.3-0.1,0.6,0,0.9l5.3,19.5c0.2,0.6,0.8,1.1,1.4,1.1h44.8c1,0,1.7-1,1.4-1.9L108,69.2c-0.2-0.5,0-1.1,0.4-1.5l41.1-41.8
65
+ C150.4,25,149.7,23.4,148.4,23.4z"/>
66
+ <g>
67
+ <polygon class="st1" points="43.9,65.1 43.9,65.1 43.9,65.1 "/>
68
+ <path class="st1" d="M95.7,0L68.6,0.1c-0.6,0-1.2,0.4-1.4,1l-3.5,9.5c-0.4,1,0.4,2,1.4,2l11.4,0c1,0,1.7,1,1.4,2L45.6,103
69
+ c-0.5,1.3-2.3,1.3-2.8,0L19.6,39.2c-0.4-1,0.4-2,1.4-2l11.7,0c0.6,0,1.2,0.4,1.4,1l8.4,23c0.5,1.3,2.3,1.3,2.8,0l13-35.8
70
+ c0.4-1-0.4-2-1.4-2l-55.4,0c-1,0-1.7,1-1.4,2l42.6,118.4c0.5,1.3,2.3,1.3,2.8,0L97.1,2C97.4,1,96.7,0,95.7,0z"/>
71
+ </g>
72
+ </g>
73
+ </svg>
inc/vk-blocks/package/build/block-build-editor.css ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ @charset "UTF-8";: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-animation: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-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}.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}button.components-button.components-toolbar__control{position:relative}.components-toolbar__control.components-button[data-subscript]::after{font-size:1px;right:7px}.components-toolbar__control.components-button[data-subscript] svg{padding:5px;padding-left:1px;height:30px;width:30px}.components-toolbar__control.components-button{width:36px;height:36px;padding:3px;outline:0}.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{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 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}.icon-image-list{border:1px solid red;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%}.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}.edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block{max-width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_slider_item-width-full.vk_slider_item-paddingLR-use .wp-block,.edit-post-visual-editor.editor-styles-wrapper .vk_slider_item-width-full.vk_slider_item-paddingLR-zero .wp-block{max-width:100%}.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-use,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .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.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block{max-width:100%}.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_slider_item-width-full.vk_slider_item-paddingLR-use,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_slider_item-width-full.vk_slider_item-paddingLR-zero{margin-left:calc(50% - 50vw + 140px);margin-right:calc(50% - 50vw + 140px)}.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_slider_item-width-full.vk_slider_item-paddingLR-use .wp-block,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_slider_item-width-full.vk_slider_item-paddingLR-zero .wp-block{max-width:100%}.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .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.editor-styles-wrapper .vk_animation,.edit-post-visual-editor.editor-styles-wrapper .vk_slider,.edit-post-visual-editor.editor-styles-wrapper .vk_slider_item,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer{border:1px dotted #ccc}.edit-post-visual-editor.editor-styles-wrapper .vk_slider_item{min-height:3em}.edit-post-visual-editor.editor-styles-wrapper .vk_slider_item .block-editor-inner-blocks{width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_animation{border:1px dashed #ccc;min-height:3em}.edit-post-visual-editor.editor-styles-wrapper .vk_animation.wp-block-vk-blocks-animation{opacity:1}.edit-post-visual-editor.editor-styles-wrapper .vk_animation:before{position:absolute;right:0;top:0;font-size:10px;background:#eee;padding:.2em .6em;z-index:1000}.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-fade-in{left:0}.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-fade-in:before{content:'Fade in'}.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-long,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-normal,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-short{right:0}.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-long:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-normal:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-short:before{content:'Slide left'}.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-long,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-normal,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-short{right:0;left:0}.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-long:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-normal:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-short:before{content:'Slide right'}.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-long,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-normal,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-short{top:0}.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-long:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-normal:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-short:before{content:'Slide up'}.edit-post-visual-editor.editor-styles-wrapper table{border:1px solid red}.edit-post-visual-editor.editor-styles-wrapper h1:first-child.vk_prBlocks_item_title{margin-top:.9em}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title::after{display:none}.edit-post-visual-editor.editor-styles-wrapper .postList_itemCard_button-option{margin-bottom:5px}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter{position:relative}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .components-button{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);transition:all 1s}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .button-delete{opacity:0;border:1px solid #b52727;color:#b52727;transition:all 1s}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .button-delete:hover{background-color:#b52727;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter:hover .button-delete{transition:all 1s;opacity:1}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit{width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__layout{display:flex;flex-wrap:wrap;padding:0;width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block{margin:0 15px 30px;padding:0}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block .block-editor-block-list__block-edit,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block .block-editor-block-list__block-edit{margin:0;height:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block div[data-block],.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block div[data-block]{margin:0;height:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block>.vk_post,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block>.vk_post{width:100%;height:100%;margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-list-appender{clear:both;width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-2 .editor-block-list__block{width:calc(16.66% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-3 .editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-4 .editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-6 .editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-12 .editor-block-list__block{width:calc(100% - 30px)}@media (min-width:576px){.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-2 .editor-block-list__block{width:calc(16.66% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-3 .editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-4 .editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-6 .editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:768px){.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-2 .editor-block-list__block{width:calc(16.66% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-3 .editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-4 .editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-6 .editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:992px){.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-2 .editor-block-list__block{width:calc(16.66% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-3 .editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-4 .editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-6 .editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-2 .editor-block-list__block{width:calc(16.66% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-3 .editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-4 .editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-6 .editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-12 .editor-block-list__block{width:calc(100% - 30px)}}.edit-post-visual-editor.editor-styles-wrapper .vk_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}.edit-post-visual-editor.editor-styles-wrapper .vk_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}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:active,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:focus,.edit-post-visual-editor.editor-styles-wrapper .vk_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.editor-styles-wrapper .vk_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.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}@media (min-width:576px){.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:768px){.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:992px){.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}.edit-post-visual-editor.editor-styles-wrapper .vk_edit_hidden_warning{opacity:.4}.edit-post-visual-editor.editor-styles-wrapper .vk_edit_hidden_all{opacity:.2}.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden{display:block!important;color:var(--blue)}.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden.vk_posts{display:flex!important}@media (max-width:575.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-xs{display:block!important}}@media (min-width:576px) and (max-width:767.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-sm{display:block!important}}@media (min-width:768px) and (max-width:991.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-md{display:block!important}}@media (min-width:992px) and (max-width:1199.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-lg{display:block!important}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-xl{display:block!important}}.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-list-appender{width:100%}.edit-post-visual-editor.editor-styles-wrapper .wp-block-vk-blocks-icon-card .vk_icon-card_item{margin:15px auto!important}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark{padding-inline-start:2em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark li{list-style:none;position:relative;margin-bottom:.8em;line-height:1.65em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark{counter-reset:number;list-style-type:none}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li{position:relative;list-style:none}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li:before{position:absolute;left:0;counter-increment:number;content:counter(number);margin-left:-2.4em;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:700;border-radius:50%;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark{counter-reset:number;list-style-type:none}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li{position:relative;list-style:none}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li:before{position:absolute;left:-.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:700;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center;border-radius:2px}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-lg li::before{left:-.8em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-2x li{line-height:1.25em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-2x li::before{left:-1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-3x li{line-height:1.25em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-3x li::before{left:-1.4em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-4x li{line-height:1.25em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-4x li::before{left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-5x li{line-height:1.25em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-5x li::before{left:-1.6em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"•";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-pale-pink-color li::before{color:#f78da7}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before{color:#fff;background-color:#f78da7}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-red-color li::before{color:#cf2e2e}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before{color:#fff;background-color:#cf2e2e}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-luminous-vivid-orange-color li::before{color:#ff6900}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before{color:#fff;background-color:#ff6900}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-luminous-vivid-amber-color li::before{color:#fcb900}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before{color:#fff;background-color:#fcb900}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-light-green-cyan-color li::before{color:#7bdcb5}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before{color:#fff;background-color:#7bdcb5}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-green-cyan-color li::before{color:#00d084}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before{color:#fff;background-color:#00d084}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-pale-cyan-blue-color li::before{color:#8ed1fc}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before{color:#fff;background-color:#8ed1fc}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-cyan-blue-color li::before{color:#0693e3}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before{color:#fff;background-color:#0693e3}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-purple-color li::before{color:#9b51e0}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before{color:#fff;background-color:#9b51e0}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-very-light-gray-color li::before{color:#eee}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before{color:#fff;background-color:#eee}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-cyan-bluish-gray-color li::before{color:#abb8c3}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before{color:#fff;background-color:#abb8c3}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-very-dark-gray-color li::before{color:#313131}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before{color:#fff;background-color:#313131}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid{border:solid 3px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner{border:solid 3px;border-radius:8px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted{border:dotted 1px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed{border:dashed 2px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double{border:double 5px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch{margin:1em 0;padding:.5em;border-radius:8px}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container{border:dashed 2px;border-radius:8px;padding:1.8em}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border{border-top:solid 1px;border-bottom:solid 1px;padding:1.8em;margin:1.2em 0;padding-left:0;padding-right:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow{box-shadow:0 0 5px rgba(0,0,0,.2);padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .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:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .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:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .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:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .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:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group h3:first-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group h4:first-child{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group .wp-block-columns:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group dl:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group ol:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group p:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group table:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group ul:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-pink-color{border-color:#f78da7}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container{border-color:#f78da7}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-red-color{border-color:#cf2e2e}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container{border-color:#cf2e2e}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-orange-color{border-color:#ff6900}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container{border-color:#ff6900}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-amber-color{border-color:#fcb900}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container{border-color:#fcb900}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-light-green-cyan-color{border-color:#7bdcb5}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container{border-color:#7bdcb5}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-green-cyan-color{border-color:#00d084}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container{border-color:#00d084}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-cyan-blue-color{border-color:#8ed1fc}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container{border-color:#8ed1fc}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-cyan-blue-color{border-color:#0693e3}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container{border-color:#0693e3}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-purple-color{border-color:#9b51e0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container{border-color:#9b51e0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-light-gray-color{border-color:#eee}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container{border-color:#eee}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-cyan-bluish-gray-color{border-color:#abb8c3}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container{border-color:#abb8c3}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-dark-gray-color{border-color:#313131}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container{border-color:#313131}.edit-post-visual-editor.editor-styles-wrapper .wp-block-embed-youtube iframe{width:100%}.edit-post-visual-editor.editor-styles-wrapper .has-text-align-right{text-align:right}.edit-post-visual-editor.editor-styles-wrapper .has-text-align-left{text-align:left}.edit-post-visual-editor.editor-styles-wrapper .has-text-align-center{text-align:center}.edit-post-visual-editor.editor-styles-wrapper .alert{padding:1em;margin:1em 0;border-radius:3px}.edit-post-visual-editor.editor-styles-wrapper .alert p{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .alert+.edit-post-visual-editor.editor-styles-wrapper .alert{margin-top:2em}.edit-post-visual-editor.editor-styles-wrapper .alert a{transition:color .3s linear,opacity .3s linear}.edit-post-visual-editor.editor-styles-wrapper .alert a:link,.edit-post-visual-editor.editor-styles-wrapper .alert a:visited{opacity:.8;text-decoration:underline}.edit-post-visual-editor.editor-styles-wrapper .alert a:hover,.edit-post-visual-editor.editor-styles-wrapper .alert a:visited{opacity:1;text-decoration:none}.edit-post-visual-editor.editor-styles-wrapper .alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.edit-post-visual-editor.editor-styles-wrapper .alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.edit-post-visual-editor.editor-styles-wrapper .alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.edit-post-visual-editor.editor-styles-wrapper .alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon{display:flex;align-items:center;margin-bottom:1em}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon figure{margin:0}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon p{word-break:break-all;background:#f5f5f5;padding:1.1rem 1.4rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon{flex-basis:96px;flex-shrink:0;text-align:center}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_image{vertical-align:bottom;max-width:64px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-image-rounded{border-radius:4px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-image-circle{border-radius:50%}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_name{display:block;text-align:center;font-size:.7rem;margin-top:.2rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content_outer{width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{position:relative;text-align:left}.vk_balloon-position-left .edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{float:left}.vk_balloon-position-right .edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{float:right}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-serif .vk_balloon_content{border-color:#f5f5f5;border-radius:.4em}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-serif .vk_balloon_content::after{content:'';position:absolute;width:0;height:0;border:20px solid transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content{border-radius:2rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::before{position:absolute;content:'';border-radius:50%;background:inherit}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::before{width:20px;height:20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::after{width:10px;height:10px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{margin-right:2rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{left:0;top:50%;border-right-color:inherit;border-left:0;margin-top:-20px;margin-left:-20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2.5rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{left:-22px;top:7px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::after{left:-35px;top:20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right{flex-direction:row-reverse}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:2rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{right:0;top:50%;border-left-color:inherit;border-right:0;margin-top:-20px;margin-right:-20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2.5rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::before{right:-22px;top:7px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::after{right:-35px;top:20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-animation-trembling{animation:trembling .1s infinite}@keyframes trembling{0%{transform:rotate(-.5deg)}50%{transform:rotate(.5deg)}}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-animation-trembling-x{animation:trembling-x .1s infinite}@keyframes trembling-x{0%{transform:scale(1,1)}50%{transform:scale(.99,.96)}}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-animation-pounding{animation:pounding 1.5s infinite}@keyframes pounding{0%{transform:scale(1.05)}5%{transform:scale(1)}95%{transform:scale(1)}100%{transform:scale(1.05)}}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-animation-shaking{animation:shaking .4s infinite}@keyframes shaking{0%{transform:translate(1px,1px)}25%{transform:translate(1px,-1px)}50%{transform:translate(-1px,-1px)}75%{transform:translate(-1px,1px)}100%{transform:translate(1px,1px)}}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;animation:vibration .1s infinite}@keyframes vibration{0%{transform:translate(0,0) rotateZ(0)}25%{transform:translate(2px,2px) rotateZ(1deg)}50%{transform:translate(0,2px) rotateZ(0)}75%{transform:translate(2px,0) rotateZ(-1deg)}100%{transform:translate(0,0) rotateZ(0)}}.edit-post-visual-editor.editor-styles-wrapper .icon-image-list-note:hover{cursor:pointer}@media only screen and (max-width:480px){.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{font-size:.9em}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-serif .vk_balloon_content::after{border:15px solid transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::after{border:5px solid transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon{align-items:normal}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{max-width:86px;margin-right:1.5rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{top:35px;margin-left:-15px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2rem;max-width:86px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{width:15px;height:15px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right{text-align:right}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:auto;margin-right:0}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{top:35px;margin-right:-15px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2rem;margin-right:0;max-width:86px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon{max-width:96px}}.edit-post-visual-editor.editor-styles-wrapper :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}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-red{border-color:var(--vk-color-border-red);background-color:var(--vk-color-background-red)}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-orange{border-color:var(--vk-color-border-orange);background-color:var(--vk-color-background-orange)}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-blue{border-color:var(--vk-color-border-blue);background-color:var(--vk-color-background-blue)}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-green{border-color:var(--vk-color-border-green);background-color:var(--vk-color-background-green)}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-black{border-color:var(--vk-color-border-black);background-color:var(--vk-color-background-black)}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent .vk_borderBox_body{background-color:transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{background-color:transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white .vk_borderBox_body{background-color:#fff}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:#fff}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{background-color:#fff}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox{margin:0 0 2em;position:relative}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container{margin:0;font-size:1em;line-height:1.4;padding:.5em 1.5em .4em;font-weight:700}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container i:first-child{margin-right:5px}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title{display:inline;font-weight:700;font-size:1em}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title{background:0 0;padding:0;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body{padding:1.5em;border-width:2px;border-style:solid}@media (min-width:992px){.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body{padding:2.1875em 2em 2em}}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h1:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h2:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h3:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h4:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h5:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h6:first-child{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body p:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{border-radius:8px 8px 0 0}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_body{border-radius:0 8px 8px 8px}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder{background-color:transparent;border-width:2px;border-style:solid}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{padding:1.5em 1.5em 1em}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_body{border:none;padding-top:0}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{position:relative;padding-top:2.2em}.edit-post-visual-editor.editor-styles-wrapper .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}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fa,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fab,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fad,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fal,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.far,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fas,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.svg-inline--fa{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%)}.edit-post-visual-editor.editor-styles-wrapper .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}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-banner,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab{border:none;background-color:transparent}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container{background-color:var(--vk-color-background-red)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body{border-color:var(--vk-color-border-red)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container{background-color:var(--vk-color-background-orange)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body{border-color:var(--vk-color-border-orange)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container{background-color:var(--vk-color-background-blue)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body{border-color:var(--vk-color-border-blue)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container{background-color:var(--vk-color-background-green)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body{border-color:var(--vk-color-border-green)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container{background-color:var(--vk-color-background-black)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body{border-color:var(--vk-color-border-black)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container{color:var(--vk-color-background-red)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container{color:var(--vk-color-background-orange)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container{color:var(--vk-color-background-blue)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container{color:var(--vk-color-background-green)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container{color:var(--vk-color-background-black)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after{background-color:var(--vk-color-background-red)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-orange);color:#fff}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after{background-color:var(--vk-color-background-orange)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-blue);color:#fff}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after{background-color:var(--vk-color-background-blue)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-green);color:#fff}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after{background-color:var(--vk-color-background-green)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-black);color:#fff}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{background-color:var(--vk-color-background-black)}.edit-post-visual-editor.editor-styles-wrapper .vk_button{margin:5px 0;text-align:center}.edit-post-visual-editor.editor-styles-wrapper .vk_button-color-custom a:hover{opacity:.8;box-shadow:0 0 0 .2rem rgba(171,184,195,.25)}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-left{text-align:left}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-center{text-align:center}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-right{text-align:right}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-block{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-wide .btn{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link{min-width:100px;min-height:30px}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link-type-text{box-shadow:none;padding:0}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link-type-text:hover{background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link.btn{padding-top:.7em;padding-bottom:.6em;user-select:text}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_before{margin-right:.7rem}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_after{margin-left:.7rem}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.edit-post-visual-editor.editor-styles-wrapper .vk_button .editor-rich-text{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_button-color-custom .vk_button_link-type-text:hover{box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-normal .vk_faq_title:before{color:#e50000}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-normal .vk_faq_content:before{color:#337ab7}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-circle .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-square .vk_faq_title:before{background-color:#e50000;color:#fff!important}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-circle .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-square .vk_faq_content:before{background-color:#337ab7;color:#fff!important}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-circle .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-circle .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-circle .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-circle .vk_faq_title:before{border-radius:50%}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-rounded .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-rounded .vk_faq_title:before{border-radius:4px}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-circle .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-rounded .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-square .vk_faq_title:before{border:1px solid #e50000;color:#e50000}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-circle .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-rounded .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-square .vk_faq_content:before{border:1px solid #337ab7;color:#337ab7}.edit-post-visual-editor.editor-styles-wrapper .vk_faq{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 1em;margin:0 0 1em 0;width:100%;position:relative}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title{border:none;padding:.8em .8em .8em 48px;position:relative}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title:before{position:absolute;left:0;top:.5em;font-weight:500;font-size:22px;line-height:105%;width:1.5em;height:1.5em;line-height:1.5em;text-align:center;position:absolute;font-family:areal}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title{margin-bottom:0;font-size:18px;font-weight:700}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title:before{content:"Q";color:#e50000;font-weight:500}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content{margin:0}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content:before{content:"A";color:#337ab7}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content p:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .editor-styles-wrapper .vk_faq_content .wp-block{width:auto}.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-on:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-off{padding-bottom:0;margin-bottom:30px}.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-off:after{content:"";font-size:0;background-image:none}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame{display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;justify-content:space-between}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;box-sizing:border-box}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_content,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_title{padding-left:0;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_content{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_image{max-width:150px;margin-left:15px;box-sizing:border-box}.edit-post-visual-editor.editor-styles-wrapper .vk_heading i:first-child{margin-right:.2em}.edit-post-visual-editor.editor-styles-wrapper .vk_heading i:last-child{margin-left:.2em}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title{background:0 0;border:none;border-radius:0;padding:0;font-weight:400;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after{content:none;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:before{content:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after{background:0 0;border:none;border-radius:0;padding:0;font-weight:400;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after:after{content:none;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after:before{content:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading_subtext{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after{border-bottom:none!important}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:unset}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;border:none;background-color:#efefef;padding:.6em .7em .5em;margin-bottom:1.2em;border-radius:4px}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-top:double 3px #333;border-bottom:double 3px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:double 3px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-top:solid 1px #333;border-bottom:solid 1px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:solid 1px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:1px dotted #111}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;display:flex;align-items:center;text-align:center;margin-bottom:1.2em;padding:0}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before{content:"";flex-grow:1;border-bottom:1px solid #333;position:unset;width:unset;border-top:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before{margin-right:1em;top:unset}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after{margin-left:1em;bottom:unset}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;border:none;background-color:transparent!important;padding:.7em;margin-bottom:1.2em;text-align:center;border-bottom:unset!important}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before{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}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before{border-left:solid 1px #333;left:0}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after{border-right:solid 1px #333!important;right:0;left:auto}.edit-post-visual-editor.editor-styles-wrapper .vk_hidden{display:none!important;color:var(--blue)}@media (max-width:575.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xs{display:none!important}}@media (min-width:576px) and (max-width:767.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-sm{display:none!important}}@media (min-width:768px) and (max-width:991.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-md{display:none!important}}@media (min-width:992px) and (max-width:1199.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-lg{display:none!important}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xl{display:none!important}}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-image-border img{border:1px solid #e5e5e5}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-image-photoFrame{background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-image-photoFrame figcaption{margin:8px 0 0}@media screen and (max-width:992px){.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item{margin-bottom:1.5em}}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_link{color:#333}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .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;padding:0}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title::after{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_summary{margin-bottom:.5em;text-align:center;line-height:1.8em}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent{margin-left:-15px;margin-right:-15px}@media (min-width:576px){.edit-post-visual-editor.editor-styles-wrapper .vk_prContent{display:flex}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent .col-sm-6{width:50%}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageLeft{flex-direction:row}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageRight{flex-direction:row-reverse}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageLeft .vk_prContent_colImg{padding-right:2em}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageRight .vk_prContent_colImg{padding-left:2em}}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt{vertical-align:top}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title{background-color:transparent;font-weight:700;padding:0;box-shadow:none;border:none;margin-bottom:.8em}@media (max-width:575.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title:first-child{margin-top:30px}}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title:after{content:"";line-height:0;display:block;overflow:hidden;position:absolute;bottom:-1px;width:0;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_text{line-height:2em;margin-bottom:1.7em}@media (min-width:992px){.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_btn.btn{font-size:16px}}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg_image{max-width:100%;height:auto}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg .components-button.button{margin:1em}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg .components-button.image-button{margin:0;height:auto}@media (max-width:576px){.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:none}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:none}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:block}}@media (min-width:577px) and (max-width:768px){.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:none}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:none}}@media (min-width:769px){.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:none}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:none}}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text{float:left;width:61.6%}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo{float:right;width:32%}.edit-post-visual-editor.editor-styles-wrapper .vk_staff-layout-imageLeft .vk_staff_text{float:right}.edit-post-visual-editor.editor-styles-wrapper .vk_staff-layout-imageLeft .vk_staff_photo{float:left}.edit-post-visual-editor.editor-styles-wrapper .vk_staff{display:block;overflow:hidden}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name{text-align:left;box-shadow:none;font-size:2.5rem;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}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name:after,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name:before{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_caption{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;font-size:14px;display:block;margin:0 0 .5rem 4px;letter-spacing:5px}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_role{font-size:14px;line-height:1.6em;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle{font-size:18px;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;padding-top:0;padding-left:0;padding-bottom:2px;margin-bottom:1.2rem;border-top:none;border-bottom:1px solid #ccc;background:0 0}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle:after,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle:before{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileText{font-size:14px}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo{display:block;vertical-align:top;text-align:center}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo button{width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo .image-button{padding:0;margin:0;display:block;height:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo-border-default{border:4px solid #efefef;padding:1px}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo-border-none{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo_image{width:100%;margin:0;display:block}@media (min-width:992px){.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text{width:74%}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text_caption{font-size:1rem;letter-spacing:.5rem}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text_role{letter-spacing:.5rem}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_photo{width:22%}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text{width:75%}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_photo{width:20%}}
inc/vk-blocks/package/build/block-build.css ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .alert{padding:1em;margin:1em 0;border-radius:3px}.alert p{margin-bottom: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}
2
+
3
+ ul.is-style-vk-default,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-default,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-default li,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-default 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-bottom:0.8em;line-height:1.65em}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}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:-2.4em;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;border-radius:50%;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center}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}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:1em;line-height:1.8em;width:26px;height:26px;text-align:center;border-radius:2px}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-default li::before,ol.is-style-vk-default 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-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}.wp-block-group.is-style-vk-group-solid{border:solid 3px;padding:1.8em;margin:1.2em 0}.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:1.2em 0}.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:1.2em 0}.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:1.2em 0}.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:1.2em 0}.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 0;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:1.2em 0;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:1.2em 0}.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:1.2em 0}.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:1.2em 0}.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:1.2em 0}.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:1.2em 0}.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-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}
4
+
5
+ .vk_balloon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1em}.vk_balloon figure{margin:0}.vk_balloon p{word-break:break-all;background:#f5f5f5;padding:1.1rem 1.4rem}.vk_balloon_icon{-ms-flex-preferred-size:96px;flex-basis:96px;-ms-flex-negative:0;flex-shrink:0;text-align:center}.vk_balloon_icon_image{vertical-align:bottom;max-width:64px}.vk_balloon-image-rounded{border-radius:4px}.vk_balloon-image-circle{border-radius:50%}.vk_balloon_icon_name{display:block;text-align:center;font-size:0.7rem;margin-top:0.2rem}.vk_balloon_content_outer{width:100%}.vk_balloon_content{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-type-serif .vk_balloon_content{border-color:#f5f5f5;border-radius:.4em}.vk_balloon-type-serif .vk_balloon_content::after{content:'';position:absolute;width:0;height:0;border:20px solid transparent}.vk_balloon-type-think .vk_balloon_content{border-radius:2rem}.vk_balloon-type-think .vk_balloon_content::before,.vk_balloon-type-think .vk_balloon_content::after{position:absolute;content:'';border-radius:50%;background:inherit}.vk_balloon-type-think .vk_balloon_content::before{width:20px;height:20px}.vk_balloon-type-think .vk_balloon_content::after{width:10px;height:10px}.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{margin-right:2rem}.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{left:0;top:50%;border-right-color:inherit;border-left:0;margin-top:-20px;margin-left:-20px}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2.5rem}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{left:-22px;top:7px}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::after{left:-35px;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-serif .vk_balloon_icon{margin-left:2rem}.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{right:0;top:50%;border-left-color:inherit;border-right:0;margin-top:-20px;margin-right:-20px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2.5rem}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::before{right:-22px;top:7px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::after{right:-35px;top:20px}.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{font-size:.9em}.vk_balloon-type-serif .vk_balloon_content::after{border:15px solid transparent}.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-serif .vk_balloon_icon{max-width:86px;margin-right:1.5rem}.vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{top:35px;margin-left:-15px}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2rem;max-width:86px}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{width:15px;height:15px}.vk_balloon.vk_balloon-position-right{text-align:right}.vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:auto;margin-right:0}.vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{top:35px;margin-right:-15px}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2rem;margin-right:0;max-width:86px}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon_icon{max-width:96px}}
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 0 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}.vk_borderBox .vk_borderBox_title{background:none;padding:0;border: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 h1:first-child,.vk_borderBox .vk_borderBox_body h2:first-child,.vk_borderBox .vk_borderBox_body h3:first-child,.vk_borderBox .vk_borderBox_body h4:first-child,.vk_borderBox .vk_borderBox_body h5:first-child,.vk_borderBox .vk_borderBox_body h6:first-child{margin-top:0}.vk_borderBox .vk_borderBox_body p: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
+ .vk_button{margin:5px 0;text-align:center}.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-align-left{text-align:left}.vk_button-align-center{text-align:center}.vk_button-align-right{text-align:right}.vk_button-align-block{display:block}.vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.vk_button-align-wide .btn{display:block}.vk_button_link{min-width:100px;min-height:30px}.vk_button_link-type-text{-webkit-box-shadow:none;box-shadow:none;padding:0}.vk_button_link-type-text:hover{background:none;-webkit-box-shadow:none;box-shadow:none}.vk_button_link.btn{padding-top:0.7em;padding-bottom:0.6em;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.vk_button_link_before{margin-right:0.7rem}.vk_button_link_after{margin-left:0.7rem}.vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.vk_button .editor-rich-text{display:inline-block}.vk_button-color-custom .vk_button_link-type-text:hover{-webkit-box-shadow:none;box-shadow:none}
10
+
11
+ .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 dotted #ccc;padding:0px 0px 1em;margin:0 0 1em 0;width:100%;position:relative}.vk_faq_title,.vk_faq_content{border:none;padding:0.8em 0.8em 0.8em 48px;position:relative}.vk_faq_title:before,.vk_faq_content:before{position:absolute;left:0;top:0.5em;font-weight:500;font-size:22px;line-height:105%;width:1.5em;height:1.5em;line-height:1.5em;text-align:center;position:absolute;font-family:"areal"}.vk_faq_title{margin-bottom:0;font-size:18px;font-weight:700}.vk_faq_title:before{content:"Q";color:#e50000;font-weight:500}.vk_faq_content{margin:0px}.vk_faq_content:before{content:"A";color:#337ab7}.vk_faq_content p:last-child{margin-bottom:0}.editor-styles-wrapper .vk_faq_content .wp-block{width:auto}
12
+
13
+ .vk_flow-arrow-on:after{content:"";background:url("../images/arrow_bottom.svg") center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.vk_flow-arrow-off{padding-bottom:0px;margin-bottom:30px}.vk_flow-arrow-off:after{content:"";font-size:0;background-image:none}.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_frame_text{display:block;overflow:hidden;margin:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.vk_flow_frame_text_title,.vk_flow_frame_text_content{padding-left:0;border:none}.vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.vk_flow_frame_text_content{margin-bottom:0px}.vk_flow_frame_image{max-width:150px;margin-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box}
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;font-weight:normal;-webkit-box-shadow:none;box-shadow:none}.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;font-weight:normal;-webkit-box-shadow:none;box-shadow:none}.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
+ .is-style-vk-heading h3.is-style-vk-heading:after,.entry-body .is-style-vk-heading h3.is-style-vk-heading:after,.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after{border-bottom:none !important}.is-style-vk-heading-plain,.entry-body .is-style-vk-heading-plain,.editor-styles-wrapper .is-style-vk-heading-plain{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:unset}.is-style-vk-heading-plain::before,.is-style-vk-heading-plain::after,.entry-body .is-style-vk-heading-plain::before,.entry-body .is-style-vk-heading-plain::after,.editor-styles-wrapper .is-style-vk-heading-plain::before,.editor-styles-wrapper .is-style-vk-heading-plain::after{content:none}.is-style-vk-heading-background_fill_lightgray,.entry-body .is-style-vk-heading-background_fill_lightgray,.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;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,.entry-body .is-style-vk-heading-background_fill_lightgray::before,.entry-body .is-style-vk-heading-background_fill_lightgray::after,.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before,.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after{content:none}.is-style-vk-heading-double_black,.entry-body .is-style-vk-heading-double_black,.editor-styles-wrapper .is-style-vk-heading-double_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;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,.entry-body .is-style-vk-heading-double_black::before,.entry-body .is-style-vk-heading-double_black::after,.editor-styles-wrapper .is-style-vk-heading-double_black::before,.editor-styles-wrapper .is-style-vk-heading-double_black::after{content:none}.is-style-vk-heading-double_bottomborder_black,.entry-body .is-style-vk-heading-double_bottomborder_black,.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;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,.entry-body .is-style-vk-heading-double_bottomborder_black::before,.entry-body .is-style-vk-heading-double_bottomborder_black::after,.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before,.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after{content:none}.is-style-vk-heading-solid_black,.entry-body .is-style-vk-heading-solid_black,.editor-styles-wrapper .is-style-vk-heading-solid_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;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,.entry-body .is-style-vk-heading-solid_black::before,.entry-body .is-style-vk-heading-solid_black::after,.editor-styles-wrapper .is-style-vk-heading-solid_black::before,.editor-styles-wrapper .is-style-vk-heading-solid_black::after{content:none}.is-style-vk-heading-solid_bottomborder_black,.entry-body .is-style-vk-heading-solid_bottomborder_black,.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;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,.entry-body .is-style-vk-heading-solid_bottomborder_black::before,.entry-body .is-style-vk-heading-solid_bottomborder_black::after,.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before,.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after{content:none}.is-style-vk-heading-dotted_bottomborder_black,.entry-body .is-style-vk-heading-dotted_bottomborder_black,.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;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,.entry-body .is-style-vk-heading-dotted_bottomborder_black::before,.entry-body .is-style-vk-heading-dotted_bottomborder_black::after,.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before,.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after{content:none}.is-style-vk-heading-both_ends,.entry-body .is-style-vk-heading-both_ends,.editor-styles-wrapper .is-style-vk-heading-both_ends{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;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,.entry-body .is-style-vk-heading-both_ends::before,.entry-body .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.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-top:none}.is-style-vk-heading-both_ends::before,.entry-body .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .is-style-vk-heading-both_ends::before{margin-right:1em;top:unset}.is-style-vk-heading-both_ends::after,.entry-body .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .is-style-vk-heading-both_ends::after{margin-left:1em;bottom:unset}.is-style-vk-heading-brackets_black,.entry-body .is-style-vk-heading-brackets_black,.editor-styles-wrapper .is-style-vk-heading-brackets_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:unset;overflow:unset;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,.entry-body .is-style-vk-heading-brackets_black::before,.entry-body .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.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}.is-style-vk-heading-brackets_black::before,.entry-body .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .is-style-vk-heading-brackets_black::before{border-left:solid 1px #333;left:0}.is-style-vk-heading-brackets_black::after,.entry-body .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .is-style-vk-heading-brackets_black::after{border-right:solid 1px #333 !important;right:0;left:auto}
18
+
19
+ .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}}
20
+
21
+ .is-style-vk-image-border img{border:1px solid #e5e5e5}.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)}.is-style-vk-image-photoFrame figcaption{margin:8px 0 0}
22
+
23
+ @media screen and (max-width: 992px){.vk_prBlocks_item{margin-bottom:1.5em}}.vk_prBlocks_item_link{color:#333}.vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.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_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;padding:0}.vk_prBlocks_item_title::before{content:none}.vk_prBlocks_item_title::after{border:none}.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_item_summary{margin-bottom:0.5em;text-align:center;line-height:1.8em}
24
+
25
+ .vk_prContent{margin-left:-15px;margin-right:-15px}@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}.vk_prContent-layout-imageRight .vk_prContent_colImg{padding-left:2em}}.vk_prContent_colTxt{vertical-align:top}.vk_prContent_colTxt_title{background-color:transparent;font-weight:bold;padding:0;-webkit-box-shadow:none;box-shadow:none;border:none;margin-bottom:0.8em}@media (max-width: 575.98px){.vk_prContent_colTxt_title:first-child{margin-top:30px}}.vk_prContent_colTxt_title:after{content:"";line-height:0;display:block;overflow:hidden;position:absolute;bottom:-1px;width:0;border:none}.vk_prContent_colTxt_text{line-height:2em;margin-bottom:1.7em}@media (min-width: 992px){.vk_prContent_colTxt_btn.btn{font-size:16px}}.vk_prContent_colImg_image{max-width:100%;height:auto}.vk_prContent_colImg .components-button.button{margin:1em}.vk_prContent_colImg .components-button.image-button{margin:0;height:auto}
26
+
27
+ @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}}
28
+
29
+ .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_text_name{text-align:left;-webkit-box-shadow:none;box-shadow:none;font-size:2.5rem;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}.vk_staff_text_name:before,.vk_staff_text_name:after{border:none}.vk_staff_text_caption{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif";font-size:14px;display:block;margin:0 0 0.5rem 4px;letter-spacing:5px}.vk_staff_text_role{font-size:14px;line-height:1.6em;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif"}.vk_staff_text_profileTitle{font-size:18px;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif";padding-top:0;padding-left:0;padding-bottom:2px;margin-bottom:1.2rem;border-top:none;border-bottom:1px solid #ccc;background:none}.vk_staff_text_profileTitle:before,.vk_staff_text_profileTitle:after{border:none}.vk_staff_text_profileText{font-size:14px}.vk_staff_photo{display:block;vertical-align:top;text-align:center}.vk_staff_photo button{width:100%}.vk_staff_photo .image-button{padding:0;margin:0;display:block;height:100%}.vk_staff_photo-border-default{border:4px solid #efefef;padding:1px}.vk_staff_photo-border-none{border:none}.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%}}
inc/vk-blocks/package/build/block-build.js ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=62)}([function(e,t,n){"use strict";e.exports=n(22)},function(e,t,n){var r;
2
+ /*!
3
+ Copyright (c) 2017 Jed Watson.
4
+ Licensed under the MIT License (MIT), see
5
+ http://jedwatson.github.io/classnames
6
+ */!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)&&r.length){var l=o.apply(null,r);l&&e.push(l)}else if("object"===a)for(var i in r)n.call(r,i)&&r[i]&&e.push(i)}}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,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.htmlparser2=t.convertNodeToElement=t.processNodes=void 0;var r=n(6);Object.defineProperty(t,"processNodes",{enumerable:!0,get:function(){return i(r).default}});var o=n(9);Object.defineProperty(t,"convertNodeToElement",{enumerable:!0,get:function(){return i(o).default}});var a=n(3);Object.defineProperty(t,"htmlparser2",{enumerable:!0,get:function(){return i(a).default}});var l=i(n(59));function i(e){return e&&e.__esModule?e:{default:e}}t.default=l.default},function(e,t,n){var r=n(10),o=n(14);function a(t,n){return delete e.exports[t],e.exports[t]=n,n}e.exports={Parser:r,Tokenizer:n(11),ElementType:n(4),DomHandler:o,get FeedHandler(){return a("FeedHandler",n(29))},get Stream(){return a("Stream",n(40))},get WritableStream(){return a("WritableStream",n(17))},get ProxyHandler(){return a("ProxyHandler",n(48))},get DomUtils(){return a("DomUtils",n(16))},get CollectingHandler(){return a("CollectingHandler",n(49))},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={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){"function"==typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,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(24)),o=a(n(9));function a(e){return e&&e.__esModule?e:{default:e}}},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";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){return a.default[e.type](e,t,n)};var r,o=n(25),a=(r=o)&&r.__esModule?r:{default:r}},function(e,t,n){var r=n(11),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},i={__proto__:null,math:!0,svg:!0},c={__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(5)(u,n(27).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 i?this._foreignContext.push(!0):e in c&&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 i||e in c)&&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(12),o=n(7),a=n(13),l=n(8),i=0,c=i++,s=i++,u=i++,p=i++,f=i++,m=i++,b=i++,d=i++,h=i++,v=i++,_=i++,g=i++,k=i++,y=i++,w=i++,x=i++,E=i++,C=i++,R=i++,N=i++,S=i++,T=i++,A=i++,B=i++,O=i++,I=i++,P=i++,j=i++,L=i++,q=i++,M=i++,z=i++,D=i++,U=i++,F=i++,H=i++,V=i++,Y=i++,G=i++,W=i++,J=i++,$=i++,X=i++,Z=i++,Q=i++,K=i++,ee=i++,te=i++,ne=i++,re=i++,oe=i++,ae=i++,le=i++,ie=i++,ce=i++,se=0,ue=se++,pe=se++,fe=se++;function me(e){return" "===e||"\n"===e||"\t"===e||"\f"===e||"\r"===e}function be(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=c,this._buffer="",this._sectionStart=0,this._index=0,this._bufferOffset=0,this._baseState=c,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=c,this._state=oe,this._sectionStart=this._index)},he.prototype._stateBeforeTagName=function(e){"/"===e?this._state=f:"<"===e?(this._cbs.ontext(this._getSection()),this._sectionStart=this._index):">"===e||this._special!==ue||me(e)?this._state=c:"!"===e?(this._state=w,this._sectionStart=this._index+1):"?"===e?(this._state=E,this._sectionStart=this._index+1):(this._state=this._xmlMode||"s"!==e&&"S"!==e?u:M,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=c:this._special!==ue?"s"===e||"S"===e?this._state=z:(this._state=c,this._index--):(this._state=m,this._sectionStart=this._index))},he.prototype._stateInCloseingTagName=function(e){(">"===e||me(e))&&(this._emitToken("onclosetag"),this._state=b,this._index--)},he.prototype._stateAfterCloseingTagName=function(e){">"===e&&(this._state=c,this._sectionStart=this._index+1)},he.prototype._stateBeforeAttributeName=function(e){">"===e?(this._cbs.onopentagend(),this._state=c,this._sectionStart=this._index+1):"/"===e?this._state=p:me(e)||(this._state=h,this._sectionStart=this._index)},he.prototype._stateInSelfClosingTag=function(e){">"===e?(this._cbs.onselfclosingtag(),this._state=c,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?C:x},he.prototype._stateInDeclaration=function(e){">"===e&&(this._cbs.ondeclaration(this._getSection()),this._state=c,this._sectionStart=this._index+1)},he.prototype._stateInProcessingInstruction=function(e){">"===e&&(this._cbs.onprocessinginstruction(this._getSection()),this._state=c,this._sectionStart=this._index+1)},he.prototype._stateBeforeComment=function(e){"-"===e?(this._state=R,this._sectionStart=this._index+1):this._state=x},he.prototype._stateInComment=function(e){"-"===e&&(this._state=N)},he.prototype._stateAfterComment1=function(e){this._state="-"===e?S:R},he.prototype._stateAfterComment2=function(e){">"===e?(this._cbs.oncomment(this._buffer.substring(this._sectionStart,this._index-2)),this._state=c,this._sectionStart=this._index+1):"-"!==e&&(this._state=R)},he.prototype._stateBeforeCdata1=be("C",A,x),he.prototype._stateBeforeCdata2=be("D",B,x),he.prototype._stateBeforeCdata3=be("A",O,x),he.prototype._stateBeforeCdata4=be("T",I,x),he.prototype._stateBeforeCdata5=be("A",P,x),he.prototype._stateBeforeCdata6=function(e){"["===e?(this._state=j,this._sectionStart=this._index+1):(this._state=x,this._index--)},he.prototype._stateInCdata=function(e){"]"===e&&(this._state=L)},he.prototype._stateAfterCdata1=function(e){this._state="]"===e?q:j},he.prototype._stateAfterCdata2=function(e){">"===e?(this._cbs.oncdata(this._buffer.substring(this._sectionStart,this._index-2)),this._state=c,this._sectionStart=this._index+1):"]"!==e&&(this._state=j)},he.prototype._stateBeforeSpecial=function(e){"c"===e||"C"===e?this._state=D:"t"===e||"T"===e?this._state=X:(this._state=u,this._index--)},he.prototype._stateBeforeSpecialEnd=function(e){this._special!==pe||"c"!==e&&"C"!==e?this._special!==fe||"t"!==e&&"T"!==e?this._state=c:this._state=ee:this._state=Y},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=pe),this._state=u,this._index--},he.prototype._stateAfterScript1=be("R",G,c),he.prototype._stateAfterScript2=be("I",W,c),he.prototype._stateAfterScript3=be("P",J,c),he.prototype._stateAfterScript4=be("T",$,c),he.prototype._stateAfterScript5=function(e){">"===e||me(e)?(this._special=ue,this._state=m,this._sectionStart=this._index-6,this._index--):this._state=c},he.prototype._stateBeforeStyle1=de("Y",Z),he.prototype._stateBeforeStyle2=de("L",Q),he.prototype._stateBeforeStyle3=de("E",K),he.prototype._stateBeforeStyle4=function(e){("/"===e||">"===e||me(e))&&(this._special=fe),this._state=u,this._index--},he.prototype._stateAfterStyle1=be("Y",te,c),he.prototype._stateAfterStyle2=be("L",ne,c),he.prototype._stateAfterStyle3=be("E",re,c),he.prototype._stateAfterStyle4=function(e){">"===e||me(e)?(this._special=ue,this._state=m,this._sectionStart=this._index-5,this._index--):this._state=c},he.prototype._stateBeforeEntity=be("#",ae,le),he.prototype._stateBeforeNumericEntity=be("X",ce,ie),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!==c?"="!==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===c?(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===c?this._stateText(e):this._state===s?this._stateBeforeTagName(e):this._state===u?this._stateInTagName(e):this._state===f?this._stateBeforeCloseingTagName(e):this._state===m?this._stateInCloseingTagName(e):this._state===b?this._stateAfterCloseingTagName(e):this._state===p?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===w?this._stateBeforeDeclaration(e):this._state===x?this._stateInDeclaration(e):this._state===E?this._stateInProcessingInstruction(e):this._state===C?this._stateBeforeComment(e):this._state===R?this._stateInComment(e):this._state===N?this._stateAfterComment1(e):this._state===S?this._stateAfterComment2(e):this._state===T?this._stateBeforeCdata1(e):this._state===A?this._stateBeforeCdata2(e):this._state===B?this._stateBeforeCdata3(e):this._state===O?this._stateBeforeCdata4(e):this._state===I?this._stateBeforeCdata5(e):this._state===P?this._stateBeforeCdata6(e):this._state===j?this._stateInCdata(e):this._state===L?this._stateAfterCdata1(e):this._state===q?this._stateAfterCdata2(e):this._state===M?this._stateBeforeSpecial(e):this._state===z?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===Y?this._stateAfterScript1(e):this._state===G?this._stateAfterScript2(e):this._state===W?this._stateAfterScript3(e):this._state===J?this._stateAfterScript4(e):this._state===$?this._stateAfterScript5(e):this._state===X?this._stateBeforeStyle1(e):this._state===Z?this._stateBeforeStyle2(e):this._state===Q?this._stateBeforeStyle3(e):this._state===K?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===ie?this._stateInNumericEntity(e):this._state===ce?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===j||this._state===L||this._state===q?this._cbs.oncdata(e):this._state===R||this._state===N||this._state===S?this._cbs.oncomment(e):this._state!==le||this._xmlMode?this._state!==ie||this._xmlMode?this._state!==ce||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!==c?this._cbs.onattribdata(e):this._cbs.ontext(e)}},function(e,t,n){var r=n(26);e.exports=function(e){if(e>=55296&&e<=57343||e>1114111)return"�";e in r&&(e=r[e]);var t="";e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e);return t+=String.fromCharCode(e)}},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){var r=n(4),o=/\s+/g,a=n(15),l=n(28);function i(e,t,n){"object"==typeof e?(n=t,t=e,e=null):"function"==typeof t&&(n=t,t=c),this._callback=e,this._options=t||c,this._elementCB=n,this.dom=[],this._done=!1,this._tagStack=[],this._parser=this._parser||null}var c={normalizeWhitespace:!1,withStartIndices:!1,withEndIndices:!1};i.prototype.onparserinit=function(e){this._parser=e},i.prototype.onreset=function(){i.call(this,this._callback,this._options,this._elementCB)},i.prototype.onend=function(){this._done||(this._done=!0,this._parser=null,this._handleCallback(null))},i.prototype._handleCallback=i.prototype.onerror=function(e){if("function"==typeof this._callback)this._callback(e,this.dom);else if(e)throw e},i.prototype.onclosetag=function(){var e=this._tagStack.pop();this._options.withEndIndices&&e&&(e.endIndex=this._parser.endIndex),this._elementCB&&this._elementCB(e)},i.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},i.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},i.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)},i.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)}},i.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)}},i.prototype.oncdatastart=function(){var e={children:[{data:"",type:r.Text}],type:r.CDATA},t=this._createDomElement(e);this._addDomElement(t),this._tagStack.push(t)},i.prototype.oncommentend=i.prototype.oncdataend=function(){this._tagStack.pop()},i.prototype.onprocessinginstruction=function(e,t){var n=this._createDomElement({name:e,data:t,type:r.Directive});this._addDomElement(n)},e.exports=i},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(30),n(35),n(36),n(37),n(38),n(39)].forEach((function(e){Object.keys(e).forEach((function(t){r[t]=e[t].bind(r)}))}))},function(e,t,n){e.exports=i;var r=n(10),o=n(41).Writable,a=n(42).StringDecoder,l=n(18).Buffer;function i(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(5)(i,o),i.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){
7
+ /*!
8
+ * The buffer module from node.js, for the browser.
9
+ *
10
+ * @author Feross Aboukhadijeh <http://feross.org>
11
+ * @license MIT
12
+ */
13
+ var r=n(45),o=n(46),a=n(47);function l(){return c.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function i(e,t){if(l()<t)throw new RangeError("Invalid typed array length");return c.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=c.prototype:(null===e&&(e=new c(t)),e.length=t),e}function c(e,t,n){if(!(c.TYPED_ARRAY_SUPPORT||this instanceof c))return new c(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 p(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");t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r);c.TYPED_ARRAY_SUPPORT?(e=t).__proto__=c.prototype:e=f(e,t);return e}(e,t,n,r):"string"==typeof t?function(e,t,n){"string"==typeof n&&""!==n||(n="utf8");if(!c.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|b(t,n),o=(e=i(e,r)).write(t,n);o!==r&&(e=e.slice(0,o));return e}(e,t,n):function(e,t){if(c.isBuffer(t)){var n=0|m(t.length);return 0===(e=i(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?i(e,0):f(e,t);if("Buffer"===t.type&&a(t.data))return f(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 p(e,t){if(u(t),e=i(e,t<0?0:0|m(t)),!c.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function f(e,t){var n=t.length<0?0:0|m(t.length);e=i(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 b(e,t){if(c.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 D(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return U(e).length;default:if(r)return D(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 R(this,t,n);case"ascii":return N(this,t,n);case"latin1":case"binary":return S(this,t,n);case"base64":return C(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A(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=c.from(t,r)),c.isBuffer(t))return 0===t.length?-1:_(e,t,n,r,o);if("number"==typeof t)return t&=255,c.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,i=e.length,c=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,i/=2,c/=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<i;a++)if(s(e,a)===s(t,-1===u?0:a-u)){if(-1===u&&(u=a),a-u+1===c)return u*l}else-1!==u&&(a-=a-u),u=-1}else for(n+c>i&&(n=i-c),a=n;a>=0;a--){for(var p=!0,f=0;f<c;f++)if(s(e,a+f)!==s(t,f)){p=!1;break}if(p)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 i=parseInt(t.substr(2*l,2),16);if(isNaN(i))return l;e[n+l]=i}return l}function k(e,t,n,r){return F(D(t,e.length-n),e,n,r)}function y(e,t,n,r){return F(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function w(e,t,n,r){return y(e,t,n,r)}function x(e,t,n,r){return F(U(t),e,n,r)}function E(e,t,n,r){return F(function(e,t){for(var n,r,o,a=[],l=0;l<e.length&&!((t-=2)<0);++l)n=e.charCodeAt(l),r=n>>8,o=n%256,a.push(o),a.push(r);return a}(t,e.length-n),e,n,r)}function C(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function R(e,t,n){n=Math.min(e.length,n);for(var r=[],o=t;o<n;){var a,l,i,c,s=e[o],u=null,p=s>239?4:s>223?3:s>191?2:1;if(o+p<=n)switch(p){case 1:s<128&&(u=s);break;case 2:128==(192&(a=e[o+1]))&&(c=(31&s)<<6|63&a)>127&&(u=c);break;case 3:a=e[o+1],l=e[o+2],128==(192&a)&&128==(192&l)&&(c=(15&s)<<12|(63&a)<<6|63&l)>2047&&(c<55296||c>57343)&&(u=c);break;case 4:a=e[o+1],l=e[o+2],i=e[o+3],128==(192&a)&&128==(192&l)&&128==(192&i)&&(c=(15&s)<<18|(63&a)<<12|(63&l)<<6|63&i)>65535&&c<1114112&&(u=c)}null===u?(u=65533,p=1):u>65535&&(u-=65536,r.push(u>>>10&1023|55296),u=56320|1023&u),r.push(u),o+=p}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=4096));return n}(r)}t.Buffer=c,t.SlowBuffer=function(e){+e!=e&&(e=0);return c.alloc(+e)},t.INSPECT_MAX_BYTES=50,c.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(),c.poolSize=8192,c._augment=function(e){return e.__proto__=c.prototype,e},c.from=function(e,t,n){return s(null,e,t,n)},c.TYPED_ARRAY_SUPPORT&&(c.prototype.__proto__=Uint8Array.prototype,c.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&c[Symbol.species]===c&&Object.defineProperty(c,Symbol.species,{value:null,configurable:!0})),c.alloc=function(e,t,n){return function(e,t,n,r){return u(t),t<=0?i(e,t):void 0!==n?"string"==typeof r?i(e,t).fill(n,r):i(e,t).fill(n):i(e,t)}(null,e,t,n)},c.allocUnsafe=function(e){return p(null,e)},c.allocUnsafeSlow=function(e){return p(null,e)},c.isBuffer=function(e){return!(null==e||!e._isBuffer)},c.compare=function(e,t){if(!c.isBuffer(e)||!c.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},c.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}},c.concat=function(e,t){if(!a(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return c.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=c.allocUnsafe(t),o=0;for(n=0;n<e.length;++n){var l=e[n];if(!c.isBuffer(l))throw new TypeError('"list" argument must be an Array of Buffers');l.copy(r,o),o+=l.length}return r},c.byteLength=b,c.prototype._isBuffer=!0,c.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},c.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},c.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},c.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?R(this,0,e):d.apply(this,arguments)},c.prototype.equals=function(e){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===c.compare(this,e)},c.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+">"},c.prototype.compare=function(e,t,n,r,o){if(!c.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),i=Math.min(a,l),s=this.slice(r,o),u=e.slice(t,n),p=0;p<i;++p)if(s[p]!==u[p]){a=s[p],l=u[p];break}return a<l?-1:l<a?1:0},c.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},c.prototype.indexOf=function(e,t,n){return v(this,e,t,n,!0)},c.prototype.lastIndexOf=function(e,t,n){return v(this,e,t,n,!1)},c.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 w(this,e,t,n);case"base64":return x(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}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};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 S(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=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var o="",a=t;a<n;++a)o+=z(e[a]);return o}function A(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 B(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 O(e,t,n,r,o,a){if(!c.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 I(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 P(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 j(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 L(e,t,n,r,a){return a||j(e,0,n,4),o.write(e,t,n,r,23,4),n+4}function q(e,t,n,r,a){return a||j(e,0,n,8),o.write(e,t,n,r,52,8),n+8}c.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),c.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=c.prototype;else{var o=t-e;n=new c(o,void 0);for(var a=0;a<o;++a)n[a]=this[a+e]}return n},c.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||B(e,t,this.length);for(var r=this[e],o=1,a=0;++a<t&&(o*=256);)r+=this[e+a]*o;return r},c.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||B(e,t,this.length);for(var r=this[e+--t],o=1;t>0&&(o*=256);)r+=this[e+--t]*o;return r},c.prototype.readUInt8=function(e,t){return t||B(e,1,this.length),this[e]},c.prototype.readUInt16LE=function(e,t){return t||B(e,2,this.length),this[e]|this[e+1]<<8},c.prototype.readUInt16BE=function(e,t){return t||B(e,2,this.length),this[e]<<8|this[e+1]},c.prototype.readUInt32LE=function(e,t){return t||B(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},c.prototype.readUInt32BE=function(e,t){return t||B(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},c.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||B(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},c.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||B(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},c.prototype.readInt8=function(e,t){return t||B(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},c.prototype.readInt16LE=function(e,t){t||B(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt16BE=function(e,t){t||B(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt32LE=function(e,t){return t||B(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},c.prototype.readInt32BE=function(e,t){return t||B(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},c.prototype.readFloatLE=function(e,t){return t||B(e,4,this.length),o.read(this,e,!0,23,4)},c.prototype.readFloatBE=function(e,t){return t||B(e,4,this.length),o.read(this,e,!1,23,4)},c.prototype.readDoubleLE=function(e,t){return t||B(e,8,this.length),o.read(this,e,!0,52,8)},c.prototype.readDoubleBE=function(e,t){return t||B(e,8,this.length),o.read(this,e,!1,52,8)},c.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||O(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},c.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||O(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},c.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||O(this,e,t,1,255,0),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},c.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||O(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):I(this,e,t,!0),t+2},c.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||O(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):I(this,e,t,!1),t+2},c.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||O(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):P(this,e,t,!0),t+4},c.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||O(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):P(this,e,t,!1),t+4},c.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);O(this,e,t,n,o-1,-o)}var a=0,l=1,i=0;for(this[t]=255&e;++a<n&&(l*=256);)e<0&&0===i&&0!==this[t+a-1]&&(i=1),this[t+a]=(e/l>>0)-i&255;return t+n},c.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);O(this,e,t,n,o-1,-o)}var a=n-1,l=1,i=0;for(this[t+a]=255&e;--a>=0&&(l*=256);)e<0&&0===i&&0!==this[t+a+1]&&(i=1),this[t+a]=(e/l>>0)-i&255;return t+n},c.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||O(this,e,t,1,127,-128),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},c.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||O(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):I(this,e,t,!0),t+2},c.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||O(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):I(this,e,t,!1),t+2},c.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||O(this,e,t,4,2147483647,-2147483648),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):P(this,e,t,!0),t+4},c.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||O(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):P(this,e,t,!1),t+4},c.prototype.writeFloatLE=function(e,t,n){return L(this,e,t,!0,n)},c.prototype.writeFloatBE=function(e,t,n){return L(this,e,t,!1,n)},c.prototype.writeDoubleLE=function(e,t,n){return q(this,e,t,!0,n)},c.prototype.writeDoubleBE=function(e,t,n){return q(this,e,t,!1,n)},c.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||!c.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},c.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&&!c.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=c.isBuffer(e)?e:D(new c(e,r).toString()),i=l.length;for(a=0;a<n-t;++a)this[a+t]=l[a%i]}return this};var M=/[^+\/0-9A-Za-z-_]/g;function z(e){return e<16?"0"+e.toString(16):e.toString(16)}function D(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 U(e){return r.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(M,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function F(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(44))},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});"string"==typeof n.style||n.style instanceof String?n.style=(0,a.default)(n.style):delete n.style;return n};var o=l(n(52)),a=l(n(55));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){o.hasOwnProperty(e)||(o[e]=r.test(e));return o[e]};var r=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,o={}},function(e,t,n){e.exports=function(e,t){var n,r,o,a=0;function l(){var t,l,i=r,c=arguments.length;e:for(;i;){if(i.args.length===arguments.length){for(l=0;l<c;l++)if(i.args[l]!==arguments[l]){i=i.next;continue e}return i!==r&&(i===o&&(o=i.prev),i.prev.next=i.next,i.next&&(i.next.prev=i.prev),i.next=r,i.prev=null,r.prev=i,r=i),i.val}i=i.next}for(t=new Array(c),l=0;l<c;l++)t[l]=arguments[l];return i={args:t,val:e.apply(null,t)},r?(r.prev=i,i.next=r):o=i,a===n?(o=o.prev).next=null:a++,r=i,i.val}return t&&t.maxSize&&(n=t.maxSize),l.clear=function(){r=null,o=null,a=0},l}},function(e,t,n){"use strict";
14
+ /** @license React v16.12.0
15
+ * react.production.min.js
16
+ *
17
+ * Copyright (c) Facebook, Inc. and its affiliates.
18
+ *
19
+ * This source code is licensed under the MIT license found in the
20
+ * LICENSE file in the root directory of this source tree.
21
+ */var r=n(23),o="function"==typeof Symbol&&Symbol.for,a=o?Symbol.for("react.element"):60103,l=o?Symbol.for("react.portal"):60106,i=o?Symbol.for("react.fragment"):60107,c=o?Symbol.for("react.strict_mode"):60108,s=o?Symbol.for("react.profiler"):60114,u=o?Symbol.for("react.provider"):60109,p=o?Symbol.for("react.context"):60110,f=o?Symbol.for("react.forward_ref"):60112,m=o?Symbol.for("react.suspense"):60113;o&&Symbol.for("react.suspense_list");var b=o?Symbol.for("react.memo"):60115,d=o?Symbol.for("react.lazy"):60116;o&&Symbol.for("react.fundamental"),o&&Symbol.for("react.responder"),o&&Symbol.for("react.scope");var h="function"==typeof Symbol&&Symbol.iterator;function v(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var _={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},g={};function k(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||_}function y(){}function w(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||_}k.prototype.isReactComponent={},k.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(v(85));this.updater.enqueueSetState(this,e,t,"setState")},k.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},y.prototype=k.prototype;var x=w.prototype=new y;x.constructor=w,r(x,k.prototype),x.isPureReactComponent=!0;var E={current:null},C={current:null},R=Object.prototype.hasOwnProperty,N={key:!0,ref:!0,__self:!0,__source:!0};function S(e,t,n){var r,o={},l=null,i=null;if(null!=t)for(r in void 0!==t.ref&&(i=t.ref),void 0!==t.key&&(l=""+t.key),t)R.call(t,r)&&!N.hasOwnProperty(r)&&(o[r]=t[r]);var c=arguments.length-2;if(1===c)o.children=n;else if(1<c){for(var s=Array(c),u=0;u<c;u++)s[u]=arguments[u+2];o.children=s}if(e&&e.defaultProps)for(r in c=e.defaultProps)void 0===o[r]&&(o[r]=c[r]);return{$$typeof:a,type:e,key:l,ref:i,props:o,_owner:C.current}}function T(e){return"object"==typeof e&&null!==e&&e.$$typeof===a}var A=/\/+/g,B=[];function O(e,t,n,r){if(B.length){var o=B.pop();return o.result=e,o.keyPrefix=t,o.func=n,o.context=r,o.count=0,o}return{result:e,keyPrefix:t,func:n,context:r,count:0}}function I(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>B.length&&B.push(e)}function P(e,t,n){return null==e?0:function e(t,n,r,o){var i=typeof t;"undefined"!==i&&"boolean"!==i||(t=null);var c=!1;if(null===t)c=!0;else switch(i){case"string":case"number":c=!0;break;case"object":switch(t.$$typeof){case a:case l:c=!0}}if(c)return r(o,t,""===n?"."+j(t,0):n),1;if(c=0,n=""===n?".":n+":",Array.isArray(t))for(var s=0;s<t.length;s++){var u=n+j(i=t[s],s);c+=e(i,u,r,o)}else if(null===t||"object"!=typeof t?u=null:u="function"==typeof(u=h&&t[h]||t["@@iterator"])?u:null,"function"==typeof u)for(t=u.call(t),s=0;!(i=t.next()).done;)c+=e(i=i.value,u=n+j(i,s++),r,o);else if("object"===i)throw r=""+t,Error(v(31,"[object Object]"===r?"object with keys {"+Object.keys(t).join(", ")+"}":r,""));return c}(e,"",t,n)}function j(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,(function(e){return t[e]}))}(e.key):t.toString(36)}function L(e,t){e.func.call(e.context,t,e.count++)}function q(e,t,n){var r=e.result,o=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?M(e,r,n,(function(e){return e})):null!=e&&(T(e)&&(e=function(e,t){return{$$typeof:a,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,o+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(A,"$&/")+"/")+n)),r.push(e))}function M(e,t,n,r,o){var a="";null!=n&&(a=(""+n).replace(A,"$&/")+"/"),P(e,q,t=O(t,a,r,o)),I(t)}function z(){var e=E.current;if(null===e)throw Error(v(321));return e}var D={Children:{map:function(e,t,n){if(null==e)return e;var r=[];return M(e,r,null,t,n),r},forEach:function(e,t,n){if(null==e)return e;P(e,L,t=O(null,null,t,n)),I(t)},count:function(e){return P(e,(function(){return null}),null)},toArray:function(e){var t=[];return M(e,t,null,(function(e){return e})),t},only:function(e){if(!T(e))throw Error(v(143));return e}},createRef:function(){return{current:null}},Component:k,PureComponent:w,createContext:function(e,t){return void 0===t&&(t=null),(e={$$typeof:p,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:u,_context:e},e.Consumer=e},forwardRef:function(e){return{$$typeof:f,render:e}},lazy:function(e){return{$$typeof:d,_ctor:e,_status:-1,_result:null}},memo:function(e,t){return{$$typeof:b,type:e,compare:void 0===t?null:t}},useCallback:function(e,t){return z().useCallback(e,t)},useContext:function(e,t){return z().useContext(e,t)},useEffect:function(e,t){return z().useEffect(e,t)},useImperativeHandle:function(e,t,n){return z().useImperativeHandle(e,t,n)},useDebugValue:function(){},useLayoutEffect:function(e,t){return z().useLayoutEffect(e,t)},useMemo:function(e,t){return z().useMemo(e,t)},useReducer:function(e,t,n){return z().useReducer(e,t,n)},useRef:function(e){return z().useRef(e)},useState:function(e){return z().useState(e)},Fragment:i,Profiler:s,StrictMode:c,Suspense:m,createElement:S,cloneElement:function(e,t,n){if(null==e)throw Error(v(267,e));var o=r({},e.props),l=e.key,i=e.ref,c=e._owner;if(null!=t){if(void 0!==t.ref&&(i=t.ref,c=C.current),void 0!==t.key&&(l=""+t.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(u in t)R.call(t,u)&&!N.hasOwnProperty(u)&&(o[u]=void 0===t[u]&&void 0!==s?s[u]:t[u])}var u=arguments.length-2;if(1===u)o.children=n;else if(1<u){s=Array(u);for(var p=0;p<u;p++)s[p]=arguments[p+2];o.children=s}return{$$typeof:a,type:e.type,key:l,ref:i,props:o,_owner:c}},createFactory:function(e){var t=S.bind(null,e);return t.type=e,t},isValidElement:T,version:"16.12.0",__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentDispatcher:E,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:C,IsSomeRendererActing:{current:!1},assign:r}},U={default:D},F=U&&D||U;e.exports=F.default||F},function(e,t,n){"use strict";
22
+ /*
23
+ object-assign
24
+ (c) Sindre Sorhus
25
+ @license MIT
26
+ */var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;function l(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,i,c=l(e),s=1;s<arguments.length;s++){for(var u in n=Object(arguments[s]))o.call(n,u)&&(c[u]=n[u]);if(r){i=r(n);for(var p=0;p<i.length;p++)a.call(n,i[p])&&(c[i[p]]=n[i[p]])}}return c}},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(3),a=s(n(50)),l=s(n(51)),i=s(n(57)),c=s(n(58));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,i.default),u(r,o.ElementType.Directive,c.default),u(r,o.ElementType.Comment,c.default),u(r,o.ElementType.Script,c.default),u(r,o.ElementType.CDATA,c.default),u(r,o.ElementType.Doctype,c.default),r)},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,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 i(){i.init.call(this)}e.exports=i,i.EventEmitter=i,i.prototype._events=void 0,i.prototype._eventsCount=0,i.prototype._maxListeners=void 0;var c=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?i.defaultMaxListeners:e._maxListeners}function p(e,t,n,r){var o,a,l,i;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 c=new Error("Possible EventEmitter memory leak detected. "+l.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=e,c.type=t,c.count=l.length,i=c,console&&console.warn&&console.warn(i)}return e}function f(){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=f.bind(r);return o.listener=n,r.wrapFn=o,o}function b(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}Object.defineProperty(i,"defaultMaxListeners",{enumerable:!0,get:function(){return c},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+".");c=e}}),i.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},i.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},i.prototype.getMaxListeners=function(){return u(this)},i.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 i=new Error("Unhandled error."+(l?" ("+l.message+")":""));throw i.context=l,i}var c=o[e];if(void 0===c)return!1;if("function"==typeof c)a(c,this,t);else{var s=c.length,u=h(c,s);for(n=0;n<s;++n)a(u[n],this,t)}return!0},i.prototype.addListener=function(e,t){return p(this,e,t,!1)},i.prototype.on=i.prototype.addListener,i.prototype.prependListener=function(e,t){return p(this,e,t,!0)},i.prototype.once=function(e,t){return s(t),this.on(e,m(this,e,t)),this},i.prototype.prependOnceListener=function(e,t){return s(t),this.prependListener(e,m(this,e,t)),this},i.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},i.prototype.off=i.prototype.removeListener,i.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},i.prototype.listeners=function(e){return b(this,e,!0)},i.prototype.rawListeners=function(e){return b(this,e,!1)},i.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):d.call(e,t)},i.prototype.listenerCount=d,i.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},function(e,t,n){var r=n(15),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(14),o=n(16);function a(e,t){this.init(e,t)}function l(e,t){return o.getElementsByTagName(e,t,!0)}function i(e,t){return o.getElementsByTagName(e,t,!0,1)[0]}function c(e,t,n){return o.getText(o.getElementsByTagName(e,t,n,1)).trim()}function s(e,t,n,r,o){var a=c(n,r,o);a&&(e[t]=a)}n(5)(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=i(u,this.dom);o&&("feed"===o.name?(t=o.children,n.type="atom",s(n,"id","id",t),s(n,"title","title",t),(e=i("link",t))&&(e=e.attribs)&&(e=e.href)&&(n.link=e),s(n,"description","subtitle",t),(e=c("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=i("link",e))&&(t=t.attribs)&&(t=t.href)&&(n.link=t),(t=c("summary",e)||c("content",e))&&(n.description=t),(t=c("updated",e))&&(n.pubDate=new Date(t)),n}))):(t=i("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=c("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=c("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(4),o=n(31),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)||t.type===r.CDATA?e(t.children):t.type===r.Text?t.data:""}}},function(e,t,n){var r=n(4),o=n(32),a={__proto__:null,style:!0,script:!0,xmp:!0,iframe:!0,noembed:!0,noframes:!0,plaintext:!0,noscript:!0};var 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},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+=c(a,t):a.type===r.Directive?n+=s(a):a.type===r.Comment?n+=f(a):a.type===r.CDATA?n+=p(a):n+=u(a,t)}return n};function c(e,t){"svg"===e.name&&(t={decodeEntities:t.decodeEntities,xmlMode:!0});var n="<"+e.name,r=function(e,t){if(e){var n,r="";for(var a in e)r&&(r+=" "),r+=a,(null!==(n=e[a])&&""!==n||t.xmlMode)&&(r+='="'+(t.decodeEntities?o.encodeXML(n):n)+'"');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)),l[e.name]&&!t.xmlMode||(n+="</"+e.name+">")):n+="/>",n}function s(e){return"<"+e.data+">"}function u(e,t){var n=e.data||"";return!t.decodeEntities||e.parent&&e.parent.name in a||(n=o.encodeXML(n)),n}function p(e){return"<![CDATA["+e.children[0].data+"]]>"}function f(e){return"\x3c!--"+e.data+"--\x3e"}},function(e,t,n){var r=n(33),o=n(34);t.decode=function(e,t){return(!t||t<=0?o.XML:o.HTML)(e)},t.decodeStrict=function(e,t){return(!t||t<=0?o.XML:o.HTMLStrict)(e)},t.encode=function(e,t){return(!t||t<=0?r.XML:r.HTML)(e)},t.encodeXML=r.XML,t.encodeHTML4=t.encodeHTML5=t.encodeHTML=r.HTML,t.decodeXML=t.decodeXMLStrict=o.XML,t.decodeHTML4=t.decodeHTML5=t.decodeHTML=o.HTML,t.decodeHTML4Strict=t.decodeHTML5Strict=t.decodeHTMLStrict=o.HTMLStrict,t.escape=r.escape},function(e,t,n){var r=i(n(8)),o=c(r);t.XML=m(r,o);var a=i(n(7)),l=c(a);function i(e){return Object.keys(e).sort().reduce((function(t,n){return t[e[n]]="&"+n+";",t}),{})}function c(e){var t=[],n=[];return Object.keys(e).forEach((function(e){1===e.length?t.push("\\"+e):n.push(e)})),n.unshift("["+t.join("")+"]"),new RegExp(n.join("|"),"g")}t.HTML=m(a,l);var s=/[^\0-\x7F]/g,u=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g;function p(e){return"&#x"+e.charCodeAt(0).toString(16).toUpperCase()+";"}function f(e){return"&#x"+(1024*(e.charCodeAt(0)-55296)+e.charCodeAt(1)-56320+65536).toString(16).toUpperCase()+";"}function m(e,t){function n(t){return e[t]}return function(e){return e.replace(t,n).replace(u,f).replace(s,p)}}var b=c(r);t.escape=function(e){return e.replace(b,p).replace(u,f).replace(s,p)}},function(e,t,n){var r=n(7),o=n(13),a=n(8),l=n(12),i=s(a),c=s(r);function s(e){var t=Object.keys(e).join("|"),n=f(e),r=new RegExp("&(?:"+(t+="|#[xX][\\da-fA-F]+|#\\d+")+");","g");return function(e){return String(e).replace(r,n)}}var u=function(){for(var e=Object.keys(o).sort(p),t=Object.keys(r).sort(p),n=0,a=0;n<t.length;n++)e[a]===t[n]?(t[n]+=";?",a++):t[n]+=";";var l=new RegExp("&(?:"+t.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),i=f(r);function c(e){return";"!==e.substr(-1)&&(e+=";"),i(e)}return function(e){return String(e).replace(l,c)}}();function p(e,t){return e<t?1:-1}function f(e){return function(t){return"#"===t.charAt(1)?"X"===t.charAt(2)||"x"===t.charAt(2)?l(parseInt(t.substr(3),16)):l(parseInt(t.substr(2),10)):e[t.slice(1,-1)]}}e.exports={XML:i,HTML:u,HTMLStrict:c}},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(4).isTag;function o(e,t,n,r){for(var a,l=[],i=0,c=t.length;i<c&&!(e(t[i])&&(l.push(t[i]),--r<=0))&&(a=t[i].children,!(n&&a&&a.length>0&&(a=o(e,a,n,r),l=l.concat(a),(r-=a.length)<=0)));i++);return l}e.exports={filter:function(e,t,n,r){Array.isArray(t)||(t=[t]);"number"==typeof r&&isFinite(r)||(r=1/0);return 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,n){for(var o=[],a=0,l=n.length;a<l;a++)r(n[a])&&(t(n[a])&&o.push(n[a]),n[a].children.length>0&&(o=o.concat(e(t,n[a].children))));return o}}},function(e,t,n){var r=n(4),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}else;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 i(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(i),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=1,r=2,o=4,a=8,l=16,i=t.compareDocumentPosition=function(e,t){var i,c,s,u,p,f,m=[],b=[];if(e===t)return 0;for(i=e;i;)m.unshift(i),i=i.parent;for(i=t;i;)b.unshift(i),i=i.parent;for(f=0;m[f]===b[f];)f++;return 0===f?n:(s=(c=m[f-1]).children,u=m[f],p=b[f],s.indexOf(u)>s.indexOf(p)?c===t?o|l:o:c===e?r|a:r)};t.uniqueSort=function(e){var t,n,a=e.length;for(e=e.slice();--a>-1;)t=e[a],(n=e.indexOf(t))>-1&&n<a&&e.splice(a,1);return e.sort((function(e,t){var n=i(e,t);return n&r?-1:n&o?1:0})),e}},function(e,t,n){e.exports=o;var r=n(17);function o(e){r.call(this,new a(this),e)}function a(e){this.scope=e}n(5)(o,r),o.prototype.readable=!0;var l=n(3).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(43).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=c,this.end=s,t=4;break;case"utf8":this.fillLast=i,t=4;break;case"base64":this.text=u,this.end=p,t=3;break;default:return this.write=f,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 i(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 c(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 p(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function f(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]);if(o>=0)return o>0&&(e.lastNeed=o-1),o;if(--r<n||-2===o)return 0;if((o=l(t[r]))>=0)return o>0&&(e.lastNeed=o-2),o;if(--r<n||-2===o)return 0;if((o=l(t[r]))>=0)return o>0&&(2===o?o=0:e.lastNeed=o-3),o;return 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){
27
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
28
+ var r=n(18),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),l.prototype=Object.create(o.prototype),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],i=r[1],c=new a(function(e,t,n){return 3*(t+n)/4-n}(0,l,i)),u=0,p=i>0?l-4:l;for(n=0;n<p;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)],c[u++]=t>>16&255,c[u++]=t>>8&255,c[u++]=255&t;2===i&&(t=o[e.charCodeAt(n)]<<2|o[e.charCodeAt(n+1)]>>4,c[u++]=255&t);1===i&&(t=o[e.charCodeAt(n)]<<10|o[e.charCodeAt(n+1)]<<4|o[e.charCodeAt(n+2)]>>2,c[u++]=t>>8&255,c[u++]=255&t);return c},t.fromByteArray=function(e){for(var t,n=e.length,o=n%3,a=[],l=0,i=n-o;l<i;l+=16383)a.push(u(e,l,l+16383>i?i:l+16383));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]+"="));return a.join("")};for(var r=[],o=[],a="undefined"!=typeof Uint8Array?Uint8Array:Array,l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=0,c=l.length;i<c;++i)r[i]=l[i],o[l.charCodeAt(i)]=i;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=[],i=t;i<n;i+=3)o=(e[i]<<16&16711680)+(e[i+1]<<8&65280)+(255&e[i+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,i=8*o-r-1,c=(1<<i)-1,s=c>>1,u=-7,p=n?o-1:0,f=n?-1:1,m=e[t+p];for(p+=f,a=m&(1<<-u)-1,m>>=-u,u+=i;u>0;a=256*a+e[t+p],p+=f,u-=8);for(l=a&(1<<-u)-1,a>>=-u,u+=r;u>0;l=256*l+e[t+p],p+=f,u-=8);if(0===a)a=1-s;else{if(a===c)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,i,c,s=8*a-o-1,u=(1<<s)-1,p=u>>1,f=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,m=r?0:a-1,b=r?1:-1,d=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(i=isNaN(t)?1:0,l=u):(l=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-l))<1&&(l--,c*=2),(t+=l+p>=1?f/c:f*Math.pow(2,1-p))*c>=2&&(l++,c/=2),l+p>=u?(i=0,l=u):l+p>=1?(i=(t*c-1)*Math.pow(2,o),l+=p):(i=t*Math.pow(2,p-1)*Math.pow(2,o),l=0));o>=8;e[n+m]=255&i,m+=b,i/=256,o-=8);for(l=l<<o|i,s+=o;s>0;e[n+m]=255&l,m+=b,l/=256,s-=8);e[n+m-b]|=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(3).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(3).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 c=e.name;if(!(0,i.default)(c))return null;var s=(0,a.default)(e.attribs,t),u=null;-1===l.default.indexOf(c)&&(u=(0,o.default)(e.children,n));return r.default.createElement(c,s,u)};var r=c(n(0)),o=c(n(6)),a=c(n(19)),l=c(n(56)),i=c(n(20));function c(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){r.default.map((function(e){return e.toLowerCase()})).indexOf(e.toLowerCase())>=0&&(t=e);return t}(l,e[n]),t}),{})};var r=l(n(53)),o=l(n(54)),a=l(n(20));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=[],r=!0,o=!1,a=void 0;try{for(var l,i=e[Symbol.iterator]();!(r=(l=i.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{!r&&i.return&&i.return()}finally{if(o)throw a}}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]:"";if(""===e)return{};return 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(0)),o=a(n(19));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,i=t.preprocessNodes,c=void 0===i?function(e){return e}:i,s=c(r.default.parseDOM(e,{decodeEntities:a}));return(0,o.default)(s,l)};var r=a(n(3)),o=a(n(6));function a(e){return e&&e.__esModule?e:{default:e}}},function(e,t){var n=wp.i18n.__;wp.blocks.registerBlockStyle("core/image",[{name:"vk-image-border",label:n("Border","vk-blocks")},{name:"vk-image-photoFrame",label:n("Photo frame","vk-blocks")}])},function(e,t){},function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"name",(function(){return Kc})),n.d(r,"settings",(function(){return es}));var o=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"}},a=wp.data,l=a.select,i=a.dispatch,c=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,s=(l("core/block-editor")?l("core/block-editor"):l("core/editor"),i("core/block-editor")?i("core/block-editor"):i("core/editor"),lodash.assign),u=wp.i18n.__,p=wp.element.Fragment,f=wp.hooks.addFilter,m=wp.components.PanelBody,b=c.InspectorControls,d=c.ColorPalette,h=wp.compose.createHigherOrderComponent,v=function(e){return["core/group"].includes(e)};f("blocks.registerBlockType","vk-blocks/group-style",(function(e){return v(e.name)&&(e.attributes=s(e.attributes,{color:{type:"string"}})),e})),f("editor.BlockEdit","vk-blocks/group-style",h((function(e){var t="";return function(n){return v(n.name)&&n.isSelected?(t=n.attributes.color?n.attributes.color:"#fffd6b",React.createElement(p,null,React.createElement(e,n),React.createElement(b,null,React.createElement(m,{title:u("Border Color","vk-blocks"),initialOpen:!1,className:"group-border-color-controle"},React.createElement(d,{value:t,disableCustomColors:!0,onChange:function(e){var r=o(e);if(n.attributes.className){var a=n.attributes.className,l=(a=a.split(" ")).filter((function(e){return-1===e.indexOf("vk-has-")}));l.push(r),r=l.join(" ")}t=e,n.setAttributes({className:r,color:e})}}))))):React.createElement(e,n)}}),"addMyCustomBlockControls")),wp.blocks.registerBlockStyle("core/group",[{name:"vk-group-solid",label:u("Solid","vk-blocks")},{name:"vk-group-solid-roundcorner",label:u("Solid Roundcorner","vk-blocks")},{name:"vk-group-dotted",label:u("Dotted","vk-blocks")},{name:"vk-group-dashed",label:u("Dashed","vk-blocks")},{name:"vk-group-double",label:u("Double","vk-blocks")},{name:"vk-group-stitch",label:u("Stitch","vk-blocks")},{name:"vk-group-top-bottom-border",label:u("Border Top Bottom","vk-blocks")},{name:"vk-group-shadow",label:u("Shadow","vk-blocks")},{name:"vk-group-alert-info",label:u("Info","vk-blocks")},{name:"vk-group-alert-success",label:u("Success","vk-blocks")},{name:"vk-group-alert-warning",label:u("Warning","vk-blocks")},{name:"vk-group-alert-danger",label:u("Danger","vk-blocks")}]);var _=lodash.assign,g=wp.i18n.__,k=wp.element.Fragment,y=wp.hooks.addFilter,w=wp.components.PanelBody,x=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,E=x.InspectorControls,C=x.ColorPalette,R=wp.compose.createHigherOrderComponent,N=function(e){return["core/list"].includes(e)};function S(e,t){var n=e.match(/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i),r=null;return n&&(r=n.slice(1,4).map((function(e){return parseInt(e,16)}))),(n=e.match(/^#([0-9a-f])([0-9a-f])([0-9a-f])$/i))&&(r=n.slice(1,4).map((function(e){return 17*parseInt(e,16)}))),r?"rgba(".concat(r[0],", ").concat(r[1],", ").concat(r[2],", ").concat(t,")"):null}y("blocks.registerBlockType","vk-blocks/list-style",(function(e){return N(e.name)&&(e.attributes=_(e.attributes,{color:{type:"string"}})),e})),y("editor.BlockEdit","vk-blocks/list-style",R((function(e){var t="";return function(n){return N(n.name)&&n.isSelected?(t=n.attributes.color?n.attributes.color:"#fffd6b",React.createElement(k,null,React.createElement(e,n),React.createElement(E,null,React.createElement(w,{title:g("List Icon Color","vk-blocks"),initialOpen:!1,className:"list-color-controle"},React.createElement(C,{value:t,disableCustomColors:!0,onChange:function(e){var r=o(e);if(n.attributes.className){var a=n.attributes.className,l=(a=a.split(" ")).filter((function(e){return-1===e.indexOf("vk-has-")}));l.push(r),r=l.join(" ")}t=e,n.setAttributes({className:r,color:e})}}))))):React.createElement(e,n)}}),"addMyCustomBlockControls")),wp.blocks.registerBlockStyle("core/list",[{name:"vk-default",label:g("Default","vk-blocks"),isDefault:!0},{name:"vk-arrow-mark",label:g("Arrow","vk-blocks")},{name:"vk-triangle-mark",label:g("Triangle","vk-blocks")},{name:"vk-check-mark",label:g("Check","vk-blocks")},{name:"vk-check-square-mark",label:g("Check Square","vk-blocks")},{name:"vk-check-circle-mark",label:g("Check Circle","vk-blocks")},{name:"vk-handpoint-mark",label:g("Handpoint","vk-blocks")},{name:"vk-pencil-mark",label:g("Pencil","vk-blocks")},{name:"vk-smile-mark",label:g("Smile","vk-blocks")},{name:"vk-frown-mark",label:g("Frown","vk-blocks")},{name:"vk-numbered-circle-mark",label:g("Numbered Circle","vk-blocks")},{name:"vk-numbered-square-mark",label:g("Numbered Square","vk-blocks")}]);var T=wp.i18n.__,A=window.wp.richText,B=A.registerFormatType,O=A.toggleFormat,I=A.applyFormat,P=A.removeFormat,j=A.getActiveFormat,L=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,q=L.RichTextToolbarButton,M=L.RichTextShortcut,z=L.InspectorControls,D=L.PanelColorSettings,U=(L.getColorObjectByColorValue,wp.element.Fragment),F="vk-blocks/highlighter",H=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M26.9,462.2l104.7,39.6l34-34l-73.2-73.2L26.9,462.2z M146.5,231.8c-10.3,9.1-14.4,23.4-10.4,36.6l12.5,41.1l-48.9,48.9 L201,459.6l48.8-48.8l41,12.6c13.2,4,27.5,0,36.6-10.3l27.3-29.1L175.5,204.6L146.5,231.8L146.5,231.8z M533.7,122.3L437,25.7 C417.4,6,385.8,5,364.9,23.4L201,186.6l171.8,171.8l163.1-163.9C554.3,173.6,553.3,142,533.7,122.3L533.7,122.3z"}));function V(e){return(V="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})(e)}function Y(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function G(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 W(e,t){return!t||"object"!==V(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function J(e){return(J=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function $(e,t){return($=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}B(F,{title: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=j(n,F);t=a.attributes.data}var l=function(e){e=function(e){return void 0===e&&(e="#fffd6b"),e}(e),o(O(n,{type:F,attributes:{data:e,style:"background: linear-gradient(transparent 60%,".concat(S(e,.7)," 0);")}}))};return React.createElement(U,null,React.createElement(z,null,React.createElement(D,{title:T("Highlighter","vk-blocks"),initialOpen:!1,colorSettings:[{value:t,onChange:function(e){o(e?I(n,{type:F,attributes:{data:e,style:"background: linear-gradient(transparent 60%,".concat(S(e,.7)," 0);")}}):P(n,F))},label:T("Highlight Color","vk-blocks")}]})),React.createElement(M,{type:"primary",character:"h",onUse:function(){return l(t)}}),React.createElement(q,{icon:H,title:T("Highlighter","vk-blocks"),onClick:function(){return l(t)},isActive:r,shortcutType:"primary",shortcutCharacter:"h"}))}});var X=wp.i18n.__,Z=c.RichText,Q=c.MediaUpload,K=wp.components.Button,ee=function(e){function t(){return Y(this,t),W(this,J(t).apply(this,arguments))}var n,r,o;return 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&&$(e,t)}(t,e),n=t,(r=[{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,i=e.vk_staff_photo_image_alt,c=e.vk_staff_layout,s=e.vk_staff_nameColor,u=e.vk_staff_captionColor,p=e.vk_staff_positionColor,f=e.vk_staff_profileTitleColor,m=e.vk_staff_profileTextColor,b=e.vk_staff_photoBorder,d=this.props.setAttributes,h=this.props.className,v=this.props.for_,_="";return"edit"===v?_=React.createElement("div",{className:"".concat(h," vk_staff vk_staff-layout-").concat(c)},React.createElement("div",{className:"vk_staff_text"},React.createElement(Z,{tagName:"h3",className:"vk_staff_text_name",style:{color:s},onChange:function(e){return d({vk_staff_text_name:e})},value:t,placeholder:X("Your Name","vk-blocks")}),React.createElement(Z,{tagName:"p",className:"vk_staff_text_caption",style:{color:u},onChange:function(e){return d({vk_staff_text_caption:e})},value:n,placeholder:X("Caption","vk-blocks")}),React.createElement(Z,{tagName:"p",className:"vk_staff_text_role",style:{color:p},onChange:function(e){return d({vk_staff_text_role:e})},value:r,placeholder:X("Role position","vk-blocks")}),React.createElement(Z,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:f},onChange:function(e){return d({vk_staff_text_profileTitle:e})},value:o,placeholder:X("Profile title","vk-blocks")}),React.createElement(Z,{tagName:"p",className:"vk_staff_text_profileText",style:{color:m},onChange:function(e){return d({vk_staff_text_profileText:e})},value:a,placeholder:X("Profile text","vk-blocks")})),React.createElement("div",{className:"vk_staff_photo vk_staff_photo-border-".concat(b)},React.createElement(Q,{onSelect:function(e){return d({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 React.createElement(K,{onClick:t,className:l?"image-button":"button button-large"},l?React.createElement("img",{className:"vk_staff_photo_image",src:l,alt:X(i,"vk-blocks")}):X("Select image","vk-blocks"))}}))):"save"===v&&(_=React.createElement("div",{className:"".concat(h," vk_staff vk_staff-layout-").concat(c)},React.createElement("div",{className:"vk_staff_text"},React.createElement(Z.Content,{tagName:"h3",className:"vk_staff_text_name",style:{color:s},value:t}),React.createElement(Z.Content,{tagName:"p",className:"vk_staff_text_caption",style:{color:u},value:n}),React.createElement(Z.Content,{tagName:"p",className:"vk_staff_text_role",style:{color:p},value:r}),React.createElement(Z.Content,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:f},value:o}),React.createElement(Z.Content,{tagName:"p",className:"vk_staff_text_profileText",style:{color:m},value:a})),l?React.createElement("div",{className:"vk_staff_photo vk_staff_photo-border-".concat(b)},React.createElement("img",{className:"vk_staff_photo_image",src:l,alt:i?X(i,"vk-blocks"):""})):"")),_}}])&&G(n.prototype,r),o&&G(n,o),t}(wp.element.Component),te=wp.i18n.__,ne=te("Lorem ipsum dolor","vk-blocks"),re=te("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ","vk-blocks"),oe=te("Lorem ipsum","vk-blocks"),ae='<i class="fas fa-user"></i>',le="https://demo.dev3.biz/lightning-pro/wp-content/uploads/2018/02/agent-18762_1920-200x300.jpg",ie=('{"alt":"Example Image","sizes":{"full":{"url":"'.concat(le,'"}}}'),te("Theoretical Physicist","vk-blocks")),ce=te("Profile","vk-blocks"),se=te("Albert Einstein","vk-blocks"),ue=te("14 March 1879 – 18 April 1955","vk-blocks"),pe=(wp.i18n.__,{attributes:{vk_staff_text_name:se,vk_staff_text_caption:ue,vk_staff_text_role:ie,vk_staff_text_profileTitle:ce,vk_staff_text_profileText:re,vk_staff_photo_image:le,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"}}),fe=wp.i18n.__,me=wp.blocks.registerBlockType,be=wp.components,de=be.TextControl,he=be.PanelBody,ve=be.BaseControl,_e=be.SelectControl,ge=wp.element.Fragment,ke=c.InspectorControls,ye=c.ColorPalette,we=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M528,34H48C21.5,34,0,55.5,0,82v352c0,26.5,21.5,48,48,48h480c26.5,0,48-21.5,48-48V82C576,55.5,554.5,34,528,34z M528,434 H48V82h480V434z"}),React.createElement("path",{d:"M407.6,241.9c30.9,0,55.9-25.1,55.9-55.9S438.5,130,407.6,130s-55.9,25.1-55.9,55.9S376.8,241.9,407.6,241.9z"}),React.createElement("path",{d:"M329.3,353.8h156.6c10.8,0,19.6-7.5,19.6-16.8v-16.8c0-27.8-26.3-50.3-58.7-50.3c-9.4,0-16.3,7-39.2,7 c-23.5,0-29.2-7-39.2-7c-32.4,0-58.7,22.6-58.7,50.3V337C309.7,346.2,318.5,353.8,329.3,353.8z"}),React.createElement("path",{d:"M96.2,395h161.1c4,0,7.2-3.3,7.2-7.2v-14.4c0-4-3.3-7.2-7.2-7.2H96.2c-4,0-7.2,3.3-7.2,7.2v14.4C89,391.7,92.3,395,96.2,395 z"}),React.createElement("path",{d:"M96.2,339.2h161.1c4,0,7.2-3.3,7.2-7.2v-14.4c0-4-3.3-7.2-7.2-7.2H96.2c-4,0-7.2,3.3-7.2,7.2V332 C89,336,92.3,339.2,96.2,339.2z"}),React.createElement("path",{d:"M96.2,283.4h161.1c4,0,7.2-3.3,7.2-7.2v-14.4c0-4-3.3-7.2-7.2-7.2H96.2c-4,0-7.2,3.3-7.2,7.2v14.4 C89,280.2,92.3,283.4,96.2,283.4z"}),React.createElement("path",{d:"M92.9,219.1h166.3c2.1,0,3.9-1.8,3.9-3.9v-7.8c0-2.1-1.8-3.9-3.9-3.9H92.9c-2.1,0-3.9,1.8-3.9,3.9v7.8 C89,217.4,90.8,219.1,92.9,219.1z"}),React.createElement("path",{d:"M99.7,177.6h22.4c5.9,0,10.7-4.8,10.7-10.7v-21.4c0-5.9-4.8-10.7-10.7-10.7H99.7c-5.9,0-10.7,4.8-10.7,10.7v21.4 C89,172.8,93.8,177.6,99.7,177.6z"}),React.createElement("path",{d:"M157,177.6h22.4c5.9,0,10.7-4.8,10.7-10.7v-21.4c0-5.9-4.8-10.7-10.7-10.7H157c-5.9,0-10.7,4.8-10.7,10.7v21.4 C146.3,172.8,151.1,177.6,157,177.6z"}),React.createElement("path",{d:"M214.2,177.6h22.4c5.9,0,10.7-4.8,10.7-10.7v-21.4c0-5.9-4.8-10.7-10.7-10.7h-22.4c-5.9,0-10.7,4.8-10.7,10.7v21.4 C203.5,172.8,208.4,177.6,214.2,177.6z"}),React.createElement("path",{d:"M271.5,177.6h22.4c5.9,0,10.7-4.8,10.7-10.7v-21.4c0-5.9-4.8-10.7-10.7-10.7h-22.4c-5.9,0-10.7,4.8-10.7,10.7v21.4 C260.8,172.8,265.6,177.6,271.5,177.6z"}));me("vk-blocks/staff",{title:fe("Staff","vk-blocks"),icon:we,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"}},example:pe,edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.className,o=t.vk_staff_photo_image_alt,a=t.vk_staff_layout,l=t.vk_staff_nameColor,i=t.vk_staff_captionColor,c=t.vk_staff_positionColor,s=t.vk_staff_profileTitleColor,u=t.vk_staff_profileTextColor,p=t.vk_staff_photoBorder;return React.createElement(ge,null,React.createElement(ke,null,React.createElement(he,{title:fe("Layout","vk-blocks")},React.createElement(_e,{value:a,onChange:function(e){return n({vk_staff_layout:e})},options:[{value:"default",label:fe("Default","vk-blocks")},{value:"imageLeft",label:fe("Image left","vk-blocks")}]})),React.createElement(he,{title:fe("Image border","vk-blocks")},React.createElement(_e,{value:p,onChange:function(e){return n({vk_staff_photoBorder:e})},options:[{value:"default",label:fe("Default","vk-blocks")},{value:"none",label:fe("None","vk-blocks")}]})),React.createElement(he,{title:fe("Alt text","vk-blocks")},React.createElement(ve,{help:fe("Set the alt text for profile image","vk-blocks")},React.createElement(de,{value:o,onChange:function(e){return n({vk_staff_photo_image_alt:e})}}))),React.createElement(he,{title:fe("Color","vk-blocks")},React.createElement(ve,{label:fe("Staff name","vk-blocks")},React.createElement(ye,{value:l,onChange:function(e){return n({vk_staff_nameColor:e})}})),React.createElement(ve,{label:fe("Name caption","vk-blocks")},React.createElement(ye,{value:i,onChange:function(e){return n({vk_staff_captionColor:e})}})),React.createElement(ve,{label:fe("Role position","vk-blocks")},React.createElement(ye,{value:c,onChange:function(e){return n({vk_staff_positionColor:e})}})),React.createElement(ve,{label:fe("Profile title","vk-blocks")},React.createElement(ye,{value:s,onChange:function(e){return n({vk_staff_profileTitleColor:e})}})),React.createElement(ve,{label:fe("Profile text","vk-blocks")},React.createElement(ye,{value:u,onChange:function(e){return n({vk_staff_profileTextColor:e})}})))),React.createElement(ee,{attributes:t,setAttributes:n,className:r,for_:"edit"}))},save:function(e){var t=e.attributes;return React.createElement(ee,{attributes:t,setAttributes:"",className:"",for_:"save"})}});var xe=n(0),Ee=n.n(xe),Ce=n(1),Re=n.n(Ce);function Ne(e){return(Ne="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})(e)}function Se(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Te(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 Ae(e,t){return!t||"object"!==Ne(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Be(e){return(Be=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Oe(e,t){return(Oe=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Ie=function(e){function t(){return Se(this,t),Ae(this,Be(t).apply(this,arguments))}var n,r,o;return 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&&Oe(e,t)}(t,e),n=t,(r=[{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 Ee.a.createElement("div",{id:t,className:Re()("vk_spacer",l)},Ee.a.createElement("div",{className:"vk_spacer-display-pc",style:{height:r+n}}),Ee.a.createElement("div",{className:"vk_spacer-display-tablet",style:{height:o+n}}),Ee.a.createElement("div",{className:"vk_spacer-display-mobile",style:{height:a+n}}))}}])&&Te(n.prototype,r),o&&Te(n,o),t}(Ee.a.Component);function Pe(e){return(Pe="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})(e)}function je(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Le(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 qe(e,t,n){return t&&Le(e.prototype,t),n&&Le(e,n),e}function Me(e,t){return!t||"object"!==Pe(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ze(e){return(ze=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function De(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&&Ue(e,t)}function Ue(e,t){return(Ue=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Fe=function(e){function t(){return je(this,t),Me(this,ze(t).apply(this,arguments))}return De(t,e),qe(t,[{key:"render",value:function(){var e=this.props.attributes,t=e.unit,n=e.pc,r=e.tablet,o=e.mobile;return Ee.a.createElement("div",{className:"vk_spacer"},Ee.a.createElement("div",{className:"vk_spacer-display-pc",style:{height:n+t}}),Ee.a.createElement("div",{className:"vk_spacer-display-tablet",style:{height:r+t}}),Ee.a.createElement("div",{className:"vk_spacer-display-mobile",style:{height:o+t}}))}}]),t}(Ee.a.Component),He=function(e){function t(){return je(this,t),Me(this,ze(t).apply(this,arguments))}return De(t,e),qe(t,[{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 Ee.a.createElement("div",{className:"".concat(a," vk_spacer")},Ee.a.createElement("div",{className:"vk_spacer-display-pc",style:{height:n+t}}),Ee.a.createElement("div",{className:"vk_spacer-display-tablet",style:{height:r+t}}),Ee.a.createElement("div",{className:"vk_spacer-display-mobile",style:{height:o+t}}))}}]),t}(Ee.a.Component),Ve={unit:{type:"string",default:"px"},pc:{type:"number",default:50},tablet:{type:"number",default:10},mobile:{type:"number",default:10}},Ye=[{attributes:Ve,save:function(e){var t=e.attributes;return Ee.a.createElement(He,{attributes:t})}},{attributes:Ve,save:function(e){var t=e.attributes;return Ee.a.createElement(Fe,{attributes:t})}}],Ge=wp.i18n.__,We=wp.element.Fragment,Je=wp.components.TextControl,$e=function(e){var t=e.attributes,n=e.setAttributes,r=e.initial,o=t.pc,a=t.tablet,l=t.mobile,i=r.iPc,c=r.iTablet,s=r.iMobile;return o||(o=i),a||(a=c),l||(l=s),React.createElement(We,null,React.createElement(Je,{label:Ge("PC","vk-blocks"),value:o,onChange:function(e){return n({pc:parseFloat(e)})},type:"number"}),React.createElement(Je,{label:Ge("Tablet","vk-blocks"),value:a,onChange:function(e){return n({tablet:parseFloat(e)})},type:"number"}),React.createElement(Je,{label:Ge("Mobile","vk-blocks"),value:l,onChange:function(e){return n({mobile:parseFloat(e)})},type:"number"}))},Xe=wp.i18n.__,Ze=wp.components.SelectControl,Qe=function(e){var t=e.attributes,n=e.setAttributes,r=t.unit;return React.createElement(Ze,{label:Xe("Unit Type","vk-blocks"),value:r,onChange:function(e){return n({unit:e})},options:[{value:"px",label:Xe("px","vk-blocks")},{value:"em",label:Xe("em","vk-blocks")},{value:"rem",label:Xe("rem","vk-blocks")},{value:"vw",label:Xe("vw","vk-blocks")}]})};function Ke(){return(Ke=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 et=wp.i18n.__,tt=wp.blocks.registerBlockType,nt=wp.components,rt=nt.PanelBody,ot=nt.BaseControl,at=wp.element.Fragment,lt=(wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor).InspectorControls,it=Ee.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},Ee.a.createElement("g",null,Ee.a.createElement("rect",{x:"108.8",y:"18.7",width:"358.5",height:"40"}),Ee.a.createElement("rect",{x:"108.8",y:"453.3",width:"358.5",height:"40"}),Ee.a.createElement("polygon",{points:"171.4,253.2 131.4,253.2 131.4,412.6 290.8,412.6 290.8,372.6 199.7,372.6 404.6,167.7 404.6,258.8 444.6,258.8 444.6,99.4 285.2,99.4 285.2,139.4 376.3,139.4 171.4,344.3 \t"})));tt("vk-blocks/spacer",{title:et("Responsive Spacer","vk-blocks"),icon:it,category:"vk-blocks-cat-layout",attributes:{anchor:{type:"string",default:null},unit:{type:"string",default:"px"},pc:{type:"number",default:40},tablet:{type:"number",default:30},mobile:{type:"number",default:20}},supports:{className:!1,anchor:!0},example:{anchor:null,unit:"px",pc:40,tablet:30,mobile:20},edit:function(e){var t=e.attributes,n=e.className;return Ee.a.createElement(at,null,Ee.a.createElement(lt,null,Ee.a.createElement(rt,null,Ee.a.createElement(Qe,e),Ee.a.createElement(ot,{label:et("Height for each device.","vk-blocks")},Ee.a.createElement($e,Ke({},e,{initial:{iPc:40,iTablet:30,iMobile:20}}))))),Ee.a.createElement(Ie,{attributes:t,className:n}))},save:function(e){var t=e.attributes;return Ee.a.createElement(Ie,{attributes:t})},deprecated:Ye});var ct={attributes:{anchor:"",level:2,align:"center",titleStyle:"default",outerMarginBottom:0,title:ne,titleColor:"#8ed1fc",titleSize:2,titleMarginBottom:1,subText:ne,subTextFlag:{type:"string",default:"on"},subTextColor:"#8ed1fc",subTextSize:1.2,fontAwesomeIconBefore:ae,fontAwesomeIconAfter:"",fontAwesomeIconColor:"#8ed1fc"}};function st(e){return(st="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})(e)}function ut(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function pt(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 ft(e,t){return!t||"object"!==st(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function mt(e){return(mt=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function bt(e,t){return(bt=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var dt=window.lodash.range,ht=wp.i18n,vt=ht.__,_t=ht.sprintf,gt=wp.element.Component,kt=wp.components.Toolbar,yt=function(e){function t(){return ut(this,t),ft(this,mt(t).apply(this,arguments))}var n,r,o;return 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&&bt(e,t)}(t,e),n=t,(r=[{key:"createLevelControl",value:function(e,t,n){var r=e===t;return{icon:"heading",title:_t(vt("Heading %d"),e),isActive:r,onClick:function(){return n(e)},subscript:String(e)}}},{key:"render",value:function(){var e=this,t=this.props,n=t.minLevel,r=t.maxLevel,o=t.selectedLevel,a=t.onChange;return React.createElement(kt,{controls:dt(n,r).map((function(t){return e.createLevelControl(t,o,a)}))})}}])&&pt(n.prototype,r),o&&pt(n,o),t}(gt),wt=n(2),xt=n.n(wt),Et=c.RichText,Ct=wp.i18n.__,Rt=function(e,t,n,r){switch(e){case 1:return React.createElement("h1",{style:n,className:r},t);case 2:return React.createElement("h2",{style:n,className:r},t);case 3:return React.createElement("h3",{style:n,className:r},t);case 4:return React.createElement("h4",{style:n,className:r},t);case 5:return React.createElement("h5",{style:n,className:r},t);case 6:return React.createElement("h6",{style:n,className:r},t)}},Nt=function(e){var t,n,r=e.attributes,o=e.setAttributes,a=e.for_,l=r.level,i=r.align,c=r.title,s=r.titleColor,u=r.titleSize,p=r.subText,f=r.subTextFlag,m=r.subTextColor,b=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:i}:{color:s,fontSize:u+"rem",textAlign:i};var w="vk_heading_title vk_heading_title-style-".concat(d),x={color:m,fontSize:b+"rem",textAlign:i},E="vk_heading_subtext vk_heading_subtext-style-".concat(d),C="",R="";if(_){k=k||"#000000";var N=_.split("<i");N[0]=N[0]+'<i style="color:'.concat(k,';" '),C=N.join("")}if(g){k=k||"#000000";var S=g.split("<i");S[0]=S[0]+'<i style="color:'.concat(k,';" '),R=S.join("")}if("edit"===a){var T,A=React.createElement(xe.Fragment,null,xt()(C),React.createElement(Et,{tagName:"span",value:c,onChange:function(e){o({title:e})},placeholder:Ct("Input title…","vk-blocks")}),xt()(R));return"on"===f&&(T=React.createElement(Et,{tagName:"p",value:p,onChange:function(e){return o({subText:e})},style:x,className:E,placeholder:Ct("Input sub text…","vk-blocks")})),React.createElement("div",{className:y,style:t},Rt(l,A,n,w),T)}if("save"===a){var B,O=React.createElement(xe.Fragment,null,xt()(C),React.createElement(Et.Content,{tagName:"span",value:c}),xt()(R));return"on"===f&&(B=React.createElement(Et.Content,{tagName:"p",value:p,style:x,className:E})),React.createElement("div",{className:y,style:t},Rt(l,O,n,w),B)}},St={anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"},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.6},titleMarginBottom:{type:"number"},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.8}};function Tt(e){return(Tt="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})(e)}function At(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Bt(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 Ot(e,t,n){return t&&Bt(e.prototype,t),n&&Bt(e,n),e}function It(e,t){return!t||"object"!==Tt(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Pt(e){return(Pt=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function jt(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&&Lt(e,t)}function Lt(e,t){return(Lt=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var qt=c.RichText,Mt=wp.i18n.__,zt=wp.element.Component,Dt=function(e){function t(){return At(this,t),It(this,Pt(t).apply(this,arguments))}return jt(t,e),Ot(t,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,i=n.titleSize,c=n.subText,s=n.subTextFlag,u=n.subTextColor,p=n.subTextSize,f=n.titleStyle,m=n.titleMarginBottom,b=n.outerMarginBottom,d=this.props.setAttributes,h=this.props.for_,v="vk_heading vk_heading-style-".concat(f),_="h"+r;return null!=b&&(e={marginBottom:b+"rem"}),t=null!=m?{color:l,fontSize:i+"rem",marginBottom:m+"rem",textAlign:o}:{color:l,fontSize:i+"rem",textAlign:o},"edit"===h?React.createElement("div",{className:v,style:e},React.createElement(qt,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:Mt("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(qt,{tagName:"p",value:c,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:Mt("Input sub text…","vk-blocks")})}()):"save"===h?React.createElement("div",{className:v,style:e},React.createElement(qt.Content,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:Mt("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(qt.Content,{tagName:"p",value:c,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:Mt("Input sub text…","vk-blocks")})}()):void 0}}]),t}(zt),Ut=function(e){function t(){return At(this,t),It(this,Pt(t).apply(this,arguments))}return jt(t,e),Ot(t,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,i=n.titleSize,c=n.subText,s=n.subTextFlag,u=n.subTextColor,p=n.subTextSize,f=n.titleStyle,m=n.titleMarginBottom,b=n.outerMarginBottom,d=this.props.setAttributes,h=this.props.for_,v="vk_heading vk_heading-style-".concat(f),_="h"+r;return null!=b&&(e={marginBottom:b+"rem"}),t=null!=m?{color:l,fontSize:i+"rem",marginBottom:m+"rem",textAlign:o}:{color:l,fontSize:i+"rem",textAlign:o},"edit"===h?React.createElement("div",{className:v,style:e},React.createElement(qt,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:Mt("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(qt,{tagName:"p",value:c,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:Mt("Input sub text…","vk-blocks")})}()):"save"===h?React.createElement("div",{className:v,style:e},React.createElement(qt.Content,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:Mt("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(qt.Content,{tagName:"p",value:c,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:Mt("Input sub text…","vk-blocks")})}()):void 0}}]),t}(zt),Ft=function(e){function t(){return At(this,t),It(this,Pt(t).apply(this,arguments))}return jt(t,React.Component),Ot(t,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,i=n.titleSize,c=n.subText,s=n.subTextFlag,u=n.subTextColor,p=n.subTextSize,f=n.titleStyle,m=n.titleMarginBottom,b=n.outerMarginBottom,d=this.props.setAttributes,h=this.props.for_,v="vk_heading vk_heading-style-".concat(f),_="h"+r;return null!==b&&(e={marginBottom:b+"rem"}),t=null!=m?{color:l,fontSize:i+"rem",marginBottom:m+"rem",textAlign:o}:{color:l,fontSize:i+"rem",textAlign:o},"edit"===h?React.createElement("div",{className:v,style:e},React.createElement(qt,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:Mt("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(qt,{tagName:"p",value:c,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:Mt("Input sub text…","vk-blocks")})}()):"save"===h?React.createElement("div",{className:v,style:e},React.createElement(qt.Content,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:Mt("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(qt.Content,{tagName:"p",value:c,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:Mt("Input sub text…","vk-blocks")})}()):void 0}}]),t}();function Ht(e){return(Ht="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})(e)}function Vt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Yt(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 Gt(e,t){return!t||"object"!==Ht(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Wt(e){return(Wt=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Jt(e,t){return(Jt=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var $t=wp.element,Xt=$t.Fragment,Zt=$t.Component,Qt=c.RichText,Kt=wp.i18n.__,en=[{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:""},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}},save:function(e){var t=e.attributes;return React.createElement("div",{id:t.anchor},React.createElement(Ut,{attributes:t,for_:"save"}))}},{attributes:St,save:function(e){var t=e.attributes,n=e.className;return React.createElement("div",{className:n,id:"vk-htags-a181b726-7749-4bd8-9887-0306c0bc7bd5"},React.createElement(Dt,{attributes:t,for_:"save"}))}},{attributes:St,save:function(e){var t=e.attributes,n=e.className;return React.createElement("div",{className:n,id:"vk-htags--1"},React.createElement(Dt,{attributes:t,for_:"save"}))}},{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:"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}},save:function(e){var t=e.attributes,n=e.className;return React.createElement(tn,{attributes:t,className:n,for_:"save"})}},{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"},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2.6},titleMarginBottom:{type:"number"},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.8}},supports:{className:!1,anchor:!0},save:function(e){var t=e.attributes,n=t.level,r=t.align,o=t.title,a=t.titleColor,l=t.titleSize,i=t.subText,c=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,p=t.titleStyle,f=t.titleMarginBottom,m=t.outerMarginBottom,b="h"+n;return React.createElement("div",{className:"vk_heading vk_heading-style-".concat(p),style:{marginBottom:m+"rem"}},React.createElement(Qt.Content,{tagName:b,value:o,style:{color:a,fontSize:l+"rem",textAlign:r,marginBottom:f+"rem"},className:"vk_heading_title vk_heading_title-style-".concat(p)}),function(){if("on"===c)return React.createElement(Qt.Content,{tagName:"p",value:i,style:{color:s,fontSize:u+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p)})}())}},{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:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2.6},titleMarginBottom:{type:"number",default:null},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.8}},supports:{className:!1,anchor:!0},save:function(e){var t=e.attributes,n=t.level,r=t.align,o=t.title,a=t.titleColor,l=t.titleSize,i=t.subText,c=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,p=t.titleStyle,f=t.titleMarginBottom,m=t.outerMarginBottom,b="h"+n;return React.createElement(Xt,null,null==m?React.createElement("div",{className:"vk_heading vk_heading-style-".concat(p)},React.createElement(Qt.Content,{tagName:b,value:o,style:{color:a,fontSize:l+"rem",textAlign:r},className:"vk_heading_title vk_heading_title-style-".concat(p)}),function(){if("on"===c)return React.createElement(Qt.Content,{tagName:"p",value:i,style:{color:s,fontSize:u+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p)})}()):React.createElement("div",{className:"vk_heading vk_heading-style-".concat(p),style:{marginBottom:m+"rem"}},React.createElement(Qt.Content,{tagName:b,value:o,style:{color:a,fontSize:l+"rem",textAlign:r,marginBottom:f+"rem"},className:"vk_heading_title vk_heading_title-style-".concat(p)}),function(){if("on"===c)return React.createElement(Qt.Content,{tagName:"p",value:i,style:{color:s,fontSize:u+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p)})}()))}},{attributes:{level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:null},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}},save:function(e){var t=e.attributes,n=e.className;return React.createElement("div",{className:n},React.createElement(Ft,{attributes:t,for_:"save"}))}}],tn=function(e){function t(){return Vt(this,t),Gt(this,Wt(t).apply(this,arguments))}var n,r,o;return 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&&Jt(e,t)}(t,e),n=t,(r=[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,i=n.titleSize,c=n.subText,s=n.subTextFlag,u=n.subTextColor,p=n.subTextSize,f=n.titleStyle,m=n.titleMarginBottom,b=n.outerMarginBottom,d=this.props.setAttributes,h=this.props.className,v=(this.props.for_,Re()(h,"vk_heading vk_heading-style-".concat(f))),_="h"+r;return null!=b&&(e={marginBottom:b+"rem"}),t=null!=m?{color:l,fontSize:i+"rem",marginBottom:m+"rem",textAlign:o}:{color:l,fontSize:i+"rem",textAlign:o},React.createElement("div",{className:v,style:e},React.createElement(Qt.Content,{tagName:_,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:Kt("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(Qt.Content,{tagName:"p",value:c,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:Kt("Input sub text…","vk-blocks")})}())}}])&&Yt(n.prototype,r),o&&Yt(n,o),t}(Zt);function nn(e){return(nn="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})(e)}function rn(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 on(e,t){return!t||"object"!==nn(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function an(e){return(an=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function ln(e,t){return(ln=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var cn=wp.components,sn=cn.Button,un=cn.Popover,pn=(cn.IconButton,wp.element),fn=pn.Fragment,mn=pn.createRef,bn=pn.Component,dn=(wp.i18n.__,function(e){function t(e){var n;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),(n=on(this,an(t).call(this,e))).state={open:!1},n.buttonRef=mn(),n}var n,r,o;return 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&&ln(e,t)}(t,e),n=t,(r=[{key:"render",value:function(){var e=this,t="apc-icon-btn components-button is-secondary is-small";return React.createElement(fn,null,React.createElement("div",{className:"components-base-control"},React.createElement("div",{className:"vk-blocks-button-icon-control__wrapper components-base-control__field"},React.createElement(sn,{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&&React.createElement(un,{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"}))))}}])&&rn(n.prototype,r),o&&rn(n,o),t}(bn));function hn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var vn=wp.components,_n=vn.RadioControl,gn=vn.TextControl,kn=wp.element,yn=(kn.Component,kn.Fragment),wn=wp.i18n.__,xn=function(e){var t=e.attributeName,n=e.attributes,r=e.setAttributes,o=React.createElement(yn,null,React.createElement("label",{className:"components-base-control__label"},wn("Icon","vk-blocks")),React.createElement(_n,{className:"vk_icon_list",selected:n[t],options:[{label:React.createElement("i",{className:"fas fa-arrow-right"}),value:'<i class="fas fa-arrow-right"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-down"}),value:'<i class="fas fa-arrow-down"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-left"}),value:'<i class="fas fa-arrow-left"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-circle-right"}),value:'<i class="fas fa-arrow-circle-right"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-circle-down"}),value:'<i class="fas fa-arrow-circle-down"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-circle-left"}),value:'<i class="fas fa-arrow-circle-left"></i>'},{label:React.createElement("i",{className:"far fa-arrow-alt-circle-right"}),value:'<i class="far fa-arrow-alt-circle-right"></i>'},{label:React.createElement("i",{className:"far fa-arrow-alt-circle-down"}),value:'<i class="far fa-arrow-alt-circle-down"></i>'},{label:React.createElement("i",{className:"far fa-arrow-alt-circle-left"}),value:'<i class="far fa-arrow-alt-circle-left"></i>'},{label:React.createElement("i",{className:"fas fa-external-link-square-alt"}),value:'<i class="fas fa-external-link-square-alt"></i>'},{label:React.createElement("i",{className:"fas fa-external-link-alt"}),value:'<i class="fas fa-external-link-alt"></i>'},{label:React.createElement("i",{className:"fas fa-download"}),value:'<i class="fas fa-download"></i>'},{label:React.createElement("i",{className:"fas fa-exclamation-triangle"}),value:'<i class="fas fa-exclamation-triangle"></i>'},{label:React.createElement("i",{className:"fas fa-exclamation-circle"}),value:'<i class="fas fa-exclamation-circle"></i>'},{label:React.createElement("i",{className:"fas fa-exclamation"}),value:'<i class="fas fa-exclamation"></i>'},{label:React.createElement("i",{className:"fas fa-question"}),value:'<i class="fas fa-question"></i>'},{label:React.createElement("i",{className:"fas fa-question-circle"}),value:'<i class="fas fa-question-circle"></i>'},{label:React.createElement("i",{className:"fas fa-info-circle"}),value:'<i class="fas fa-info-circle"></i>'},{label:React.createElement("i",{className:"fas fa-info"}),value:'<i class="fas fa-info"></i>'},{label:React.createElement("i",{className:"fas fa-check"}),value:'<i class="fas fa-check"></i>'},{label:React.createElement("i",{className:"fas fa-check-square"}),value:'<i class="fas fa-check-square"></i>'},{label:React.createElement("i",{className:"fas fa-check-circle"}),value:'<i class="fas fa-check-circle"></i>'},{label:React.createElement("i",{className:"fas fa-phone"}),value:'<i class="fas fa-phone"></i>'},{label:React.createElement("i",{className:"fas fa-phone-square"}),value:'<i class="fas fa-phone-square"></i>'},{label:React.createElement("i",{className:"fas fa-mobile-alt"}),value:'<i class="fas fa-mobile-alt"></i>'},{label:React.createElement("i",{className:"far fa-envelope"}),value:'<i class="far fa-envelope"></i>'},{label:React.createElement("i",{className:"fas fa-user"}),value:'<i class="fas fa-user"></i>'},{label:React.createElement("i",{className:"fas fa-users"}),value:'<i class="fas fa-users"></i>'},{label:React.createElement("i",{className:"far fa-file-alt"}),value:'<i class="far fa-file-alt"></i>'},{label:React.createElement("i",{className:"fas fa-file-alt"}),value:'<i class="fas fa-file-alt"></i>'},{label:React.createElement("i",{className:"fas fa-file"}),value:'<i class="fas fa-file"></i>'},{label:React.createElement("i",{className:"fas fa-file-pdf"}),value:'<i class="fas fa-file-pdf"></i>'},{label:React.createElement("i",{className:"fas fa-building"}),value:'<i class="fas fa-building"></i>'},{label:React.createElement("i",{className:"fab fa-twitter"}),value:'<i class="fab fa-twitter"></i>'},{label:React.createElement("i",{className:"fab fa-facebook-square"}),value:'<i class="fab fa-facebook-square"></i>'},{label:React.createElement("i",{className:"fab fa-line"}),value:'<i class="fab fa-line"></i>'}],onChange:function(e){return r(hn({},t,e))}}),React.createElement("hr",null),React.createElement("p",{className:"mt-1"},wn("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"),React.createElement("br",null),wn('Ex) <i class="fas fa-arrow-circle-right"></i>',"vk-blocks"),React.createElement("br",null),React.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},wn("Font Awesome icon list","vk-blocks"))));return React.createElement(yn,null,React.createElement(gn,{value:n[t],onChange:function(e){return r(hn({},t,e))},placeholder:'<i class="fas fa-arrow-circle-right"></i>',className:"mb-0"}),React.createElement(dn,{label:wn("Select Icon","vk-blocks"),renderComp:o,setAttributes:r}))};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 Cn=wp.i18n.__,Rn=wp.blocks.registerBlockType,Nn=wp.components,Sn=Nn.RangeControl,Tn=Nn.PanelBody,An=Nn.RadioControl,Bn=Nn.SelectControl,On=Nn.BaseControl,In=wp.element.Fragment,Pn=c.InspectorControls,jn=c.ColorPalette,Ln=c.BlockControls,qn=c.AlignmentToolbar,Mn=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("g",null,React.createElement("g",null,React.createElement("path",{d:"M242.1,366.7l0-281.4l-212.6,0l0-77.1l516.6,0v77.1l-213.2,0l0,281.4H242.1z"})),React.createElement("g",null,React.createElement("path",{d:"M33,467.3l30.8-1.9c0.7,5,2,8.8,4.1,11.4c3.3,4.2,8.1,6.4,14.3,6.4c4.6,0,8.2-1.1,10.7-3.3c2.5-2.2,3.8-4.7,3.8-7.5 c0-2.7-1.2-5.1-3.6-7.3c-2.4-2.1-7.9-4.2-16.6-6.1c-14.2-3.2-24.3-7.4-30.4-12.7c-6.1-5.3-9.1-12-9.1-20.2 c0-5.4,1.6-10.5,4.7-15.3c3.1-4.8,7.8-8.6,14.1-11.3c6.3-2.7,14.8-4.1,25.8-4.1c13.4,0,23.6,2.5,30.6,7.5c7,5,11.2,12.9,12.5,23.8 l-30.5,1.8c-0.8-4.7-2.5-8.1-5.1-10.3c-2.6-2.1-6.2-3.2-10.8-3.2c-3.8,0-6.6,0.8-8.5,2.4c-1.9,1.6-2.9,3.5-2.9,5.8 c0,1.7,0.8,3.2,2.4,4.5c1.5,1.4,5.1,2.7,10.9,3.9c14.1,3,24.3,6.1,30.4,9.3c6.1,3.1,10.6,7,13.4,11.6c2.8,4.6,4.2,9.8,4.2,15.5 c0,6.7-1.9,12.9-5.6,18.6c-3.7,5.7-8.9,10-15.6,12.9c-6.7,2.9-15.1,4.4-25.2,4.4c-17.8,0-30.2-3.4-37-10.3 C37.8,486.6,33.9,477.8,33,467.3z"}),React.createElement("path",{d:"M215,501.9h-27.2v-12.3c-4,5-8.1,8.6-12.3,10.8c-4.1,2.1-9.2,3.2-15.2,3.2c-8,0-14.3-2.4-18.8-7.2 c-4.5-4.8-6.8-12.2-6.8-22.1V426H164v41.7c0,4.8,0.9,8.1,2.6,10.1c1.8,2,4.2,3,7.4,3c3.5,0,6.3-1.3,8.5-4 c2.2-2.7,3.3-7.5,3.3-14.4V426H215V501.9z"}),React.createElement("path",{d:"M225.5,397.2h29.4v36.3c2.9-3,6.2-5.3,9.9-6.9c3.7-1.5,7.8-2.3,12.3-2.3c9.2,0,16.9,3.3,22.9,10 c6.1,6.6,9.1,16.2,9.1,28.6c0,8.3-1.4,15.6-4.1,21.9c-2.8,6.3-6.6,11-11.5,14.1c-4.9,3.1-10.3,4.7-16.3,4.7c-5.1,0-9.8-1.1-14-3.3 c-3.2-1.7-6.7-4.9-10.4-9.6v11.2h-27.2V397.2z M254.6,463.8c0,6.5,1.2,11.3,3.7,14.2c2.5,2.9,5.6,4.4,9.3,4.4 c3.5,0,6.4-1.4,8.8-4.3c2.4-2.9,3.5-7.7,3.5-14.5c0-6-1.2-10.4-3.5-13.2c-2.3-2.8-5.1-4.2-8.4-4.2c-4,0-7.2,1.5-9.7,4.4 C255.9,453.4,254.6,457.8,254.6,463.8z"}),React.createElement("path",{d:"M304.4,397.2h98.4V423h-33v78.9h-32.4V423h-33V397.2z"}),React.createElement("path",{d:"M395.8,426h34.5l12,21.2l14-21.2h32.1l-25.9,36.2l27.7,39.7h-33.9l-14-24.4l-16.5,24.4h-31.5l27.6-39.7L395.8,426z"}),React.createElement("path",{d:"M530.6,397.2V426h16v21.3h-16v26.9c0,3.2,0.3,5.4,0.9,6.4c1,1.6,2.6,2.4,5,2.4c2.1,0,5.1-0.6,9-1.9l2.1,20.1 c-7.2,1.6-13.9,2.4-20.1,2.4c-7.2,0-12.6-0.9-16-2.8c-3.4-1.9-6-4.7-7.6-8.5s-2.5-9.9-2.5-18.4v-26.7h-10.7V426h10.7v-13.9 L530.6,397.2z"}))));Rn("vk-blocks/heading",{title:Cn("Heading","vk-blocks"),icon:Mn,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:0},title:{type:"string",source:"html",selector:"span",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},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""},fontAwesomeIconColor:{type:"string",default:"#000000"}},supports:{className:!0,customClassName:!0,anchor:!0},example:ct,edit:function(e){var t=e.attributes,n=e.className,r=e.setAttributes,o=t.level,a=t.align,l=t.titleColor,i=t.titleSize,c=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,p=t.titleStyle,f=t.titleMarginBottom,m=t.outerMarginBottom,b=t.fontAwesomeIconColor,d=function(e){switch(r({level:e}),e){case 1:r({titleSize:3.6});break;case 2:r({titleSize:2.8});break;case 3:r({titleSize:2.2});break;case 4:r({titleSize:2});break;case 5:r({titleSize:1.8});break;case 6:r({titleSize:1.6})}};return React.createElement(In,null,React.createElement(Ln,null,React.createElement(yt,{minLevel:2,maxLevel:5,selectedLevel:o,onChange:d})),React.createElement(Pn,null,React.createElement(Tn,{title:Cn("Style Settings","vk-blocks")},React.createElement(Bn,{label:Cn("Heading style","vk-blocks"),value:p,onChange:function(e){return r({titleStyle:e})},options:[{label:Cn("Default","vk-blocks"),value:"default"},{label:Cn("Plain","vk-blocks"),value:"plain"}]})),React.createElement(Tn,{title:Cn("Margin Setting","vk-blocks")},React.createElement("label",null,Cn("Margin bottom size of after hedding (rem)","vk-blocks")),React.createElement(Sn,{value:f,onChange:function(e){r({titleMarginBottom:e})},min:-1,max:3,step:.1}),React.createElement("label",null,Cn("Margin bottom size of after this block (rem)","vk-blocks")),React.createElement(Sn,{value:m,onChange:function(e){r({outerMarginBottom:e})},min:-1,max:8,step:.1})),React.createElement(Tn,{title:Cn("Heading Settings","vk-blocks")},React.createElement("label",null,Cn("Level","vk-blocks")),React.createElement(yt,{minLevel:1,maxLevel:7,selectedLevel:o,onChange:d}),React.createElement("p",null,Cn("Text Alignment")),React.createElement(qn,{value:a,onChange:function(e){r({align:e})}}),React.createElement(Sn,{label:Cn("Text size (rem)","vk-blocks"),value:i,onChange:function(e){r({titleSize:e})},min:.5,max:4,step:.1}),React.createElement(On,{label:Cn("Text Color","vk-blocks")},React.createElement(jn,{value:l,onChange:function(e){return r({titleColor:e})}}))),React.createElement(Tn,{title:Cn("Font Awesome Icon Settings","vk-blocks")},React.createElement(On,{label:Cn("Before text","vk-blocks")},React.createElement(xn,En({attributeName:"fontAwesomeIconBefore"},e))),React.createElement(On,{label:Cn("After text","vk-blocks")},React.createElement(xn,En({attributeName:"fontAwesomeIconAfter"},e))),React.createElement(On,{label:Cn("Icon Color","vk-blocks")},React.createElement(jn,{value:b,onChange:function(e){return r({fontAwesomeIconColor:e})}}))),React.createElement(Tn,{title:Cn("Sub Text Settings","vk-blocks")},React.createElement(An,{label:Cn("Position","vk-blocks"),selected:c,options:[{label:Cn("Display","vk-blocks"),value:"on"},{label:Cn("Hide","vk-blocks"),value:"off"}],onChange:function(e){return r({subTextFlag:e})}}),React.createElement("label",null,Cn("Text size (rem)","vk-blocks")),React.createElement(Sn,{value:u,onChange:function(e){r({subTextSize:e})},min:.5,max:3,step:.1}),React.createElement(jn,{value:s,onChange:function(e){return r({subTextColor:e})}}))),React.createElement("div",{className:n},React.createElement(Nt,En({},e,{for_:"edit"}))))},save:function(e){return React.createElement("div",null,React.createElement(Nt,En({},e,{for_:"save"})))},deprecated:en});var zn=c.RichText,Dn=[{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 React.createElement("div",{className:"alert alert-".concat(n)},React.createElement(zn.Content,{tagName:"p",value:r}))}}],Un=wp.i18n.__,Fn=wp.blocks.registerBlockType,Hn=wp.components,Vn=Hn.PanelBody,Yn=Hn.SelectControl,Gn=c.InspectorControls,Wn=c.RichText,Jn=wp.element.Fragment;Fn("vk-blocks/alert",{title:Un("Alert","vk-blocks"),icon:"info",category:"vk-blocks-cat",attributes:{style:{type:"string",default:"info"},content:{type:"string",source:"html",selector:"p"}},example:{attributes:{style:"info",content:re}},edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.className,o=t.style,a=t.content;return React.createElement(Jn,null,React.createElement(Gn,null,React.createElement(Vn,{title:Un("Style Settings","vk-blocks")},React.createElement(Yn,{value:o,onChange:function(e){return n({style:e})},options:[{label:Un("Success","vk-blocks"),value:"success"},{label:Un("Info","vk-blocks"),value:"info"},{label:Un("Warning","vk-blocks"),value:"warning"},{label:Un("Danger","vk-blocks"),value:"danger"}]}))),React.createElement("div",{className:"".concat(r," alert alert-").concat(o)},React.createElement(Wn,{tagName:"p",onChange:function(e){n({content:e})},value:a})))},save:function(e){var t=e.attributes,n=e.className,r=t.style,o=t.content;return React.createElement("div",{className:"".concat(n," alert alert-").concat(r)},React.createElement(Wn.Content,{tagName:"p",value:o}))},deprecated:Dn});var $n=c.RichText,Xn=[{attributes:{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}},save:function(e){var t=e.attributes,n=(e.className,t.content),r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,i=t.IconImage;return React.createElement("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o)},React.createElement("div",{className:"vk_balloon_icon"},i?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image",src:i,alt:""}),React.createElement($n.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),React.createElement($n.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n}))}},{attributes:{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},balloonImageType:{type:"string",default:"normal"}},save:function(e){var t=e.attributes,n=(e.className,t.content),r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,i=t.IconImage,c=t.balloonImageType;return React.createElement("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o)},React.createElement("div",{className:"vk_balloon_icon"},i?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(c),src:i,alt:""}),React.createElement($n.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),React.createElement($n.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n}))}}];function Zn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var n=[],r=!0,o=!1,a=void 0;try{for(var l,i=e[Symbol.iterator]();!(r=(l=i.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==i.return||i.return()}finally{if(o)throw a}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var Qn=wp.apiFetch,Kn=wp.i18n.__,er=wp.blocks.registerBlockType,tr=wp.components,nr=tr.ButtonGroup,rr=tr.PanelBody,or=tr.Button,ar=tr.SelectControl,lr=wp.element,ir=lr.Fragment,cr=lr.useState,sr=lr.useEffect,ur=c.RichText,pr=c.InspectorControls,fr=c.MediaUpload,mr=c.ColorPalette,br=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M544 450.583c0 22.75 13.014 42.454 32 52.092v7.969c-5.313 0.727-10.736 1.112-16.25 1.112-34.004 0-64.674-14.264-86.361-37.132-13.111 3.491-27.001 5.376-41.389 5.376-79.529 0-144-57.308-144-128s64.471-128 144-128c79.529 0 144 57.308 144 128 0 27.674-9.882 53.296-26.678 74.233-3.412 7.412-5.322 15.656-5.322 24.35zM115.339 110.593c-33.107 26.899-51.339 61.492-51.339 97.407 0 20.149 5.594 39.689 16.626 58.075 11.376 18.96 28.491 36.293 49.494 50.126 15.178 9.996 25.39 25.974 28.088 43.947 0.9 5.992 1.464 12.044 1.685 18.062 3.735-3.097 7.375-6.423 10.94-9.988 12.077-12.076 28.39-18.745 45.251-18.745 2.684 0 5.381 0.168 8.078 0.512 10.474 1.331 21.172 2.008 31.797 2.010v64c-13.564-0.001-26.877-0.869-39.871-2.521-54.989 54.989-120.625 64.85-184.088 66.298v-13.458c34.268-16.789 64-47.37 64-82.318 0-4.877-0.379-9.665-1.082-14.348-57.898-38.132-94.918-96.377-94.918-161.652 0-114.875 114.615-208 256-208 139.229 0 252.496 90.307 255.918 202.76-20.548-9.158-42.92-14.711-66.131-16.289-5.765-28.034-22.701-54.408-49.126-75.878-17.661-14.349-38.458-25.695-61.814-33.722-24.853-8.54-51.38-12.871-78.847-12.871s-53.994 4.331-78.847 12.871c-23.356 8.027-44.153 19.372-61.814 33.722z"}));function dr(e){return(dr="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})(e)}function hr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function vr(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 _r(e,t){return!t||"object"!==dr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function gr(e){return(gr=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function kr(e,t){return(kr=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}er("vk-blocks/balloon",{title:Kn("Ballon","vk-blocks"),icon:br,category:"vk-blocks-cat",attributes:{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},balloonImageType:{type:"string",default:"normal"},balloonAnimation:{type:"string",default:"none"}},example:{attributes:{content:re,balloonName:oe,balloonType:"type-serif",balloonBgColor:"#8ed1fc",balloonAlign:"position-left",IconImage:le,balloonImageType:"normal"}},edit:function(e){var t,n=e.attributes,r=e.className,o=e.setAttributes,a=n.content,l=n.balloonName,i=n.balloonType,c=n.balloonBgColor,s=n.balloonAlign,u=n.IconImage,p=n.balloonImageType,f=n.balloonAnimation,m=Zn(cr(null),2),b=m[0],d=m[1];return sr((function(){Qn({path:"/vk-blocks/v1/block-meta/balloon/",method:"GET",parse:!0}).then((function(e){d(e)}))}),[]),b&&b.default_icons&&(t=Object.keys(b.default_icons).map((function(e){var t=b.default_icons[e];if(t.src)return React.createElement("div",{key:e},React.createElement(or,{onClick:function(){o({IconImage:t.src}),o({balloonName:t.name})},className:"button button-large components-button"},React.createElement("img",{className:"icon-image",src:t.src})))}))),React.createElement(ir,null,React.createElement(pr,null,React.createElement(rr,{title:Kn("Balloon setting","vk-blocks")},React.createElement("p",{className:"mb-1"},React.createElement("label",null,Kn("Position","vk-blocks"))),React.createElement("p",{className:"mb-1"},Kn("Please specify the layout of the balloon.","vk-blocks")," "),React.createElement(nr,{className:"mb-3"},React.createElement(or,{isSmall:!0,isPrimary:"position-left"===s,isSecondary:"position-left"!==s,onClick:function(){return o({balloonAlign:"position-left"})}},Kn("Left","vk-blocks")),React.createElement(or,{isSmall:!0,isPrimary:"position-right"===s,isSecondary:"position-right"!==s,onClick:function(){return o({balloonAlign:"position-right"})}},Kn("Right","vk-blocks"))),React.createElement("p",{className:"mb-1"},React.createElement("label",null,Kn("Type","vk-blocks"))),React.createElement("p",{className:"mb-1"},Kn("Please select the type of balloon.","vk-blocks")," "),React.createElement(nr,{className:"mb-3"},React.createElement(or,{isSmall:!0,isPrimary:"type-serif"===i,isSecondary:"type-serif"!==i,onClick:function(){return o({balloonType:"type-serif"})}},Kn("Serif","vk-blocks")),React.createElement(or,{isSmall:!0,isPrimary:"type-think"===i,isSecondary:"type-think"!==i,onClick:function(){return o({balloonType:"type-think"})}},Kn("Thinking","vk-blocks"))),React.createElement("p",{className:"mb-1"},React.createElement("label",null,Kn("Image Style","vk-blocks"))),React.createElement(nr,{className:"mb-3"},React.createElement(or,{isSmall:!0,isPrimary:"normal"===p,isSecondary:"normal"!==p,onClick:function(){return o({balloonImageType:"normal"})}},Kn("Normal","vk-blocks")),React.createElement(or,{isSmall:!0,isPrimary:"rounded"===p,isSecondary:"rounded"!==p,onClick:function(){return o({balloonImageType:"rounded"})}},Kn("Rounded","vk-blocks")),React.createElement(or,{isSmall:!0,isPrimary:"circle"===p,isSecondary:"circle"!==p,onClick:function(){return o({balloonImageType:"circle"})}},Kn("Circle","vk-blocks"))),React.createElement("p",{className:"mb-1"},React.createElement("label",null,Kn("Background color of speech balloon","vk-blocks"))),React.createElement(mr,{value:c,onChange:function(e){return o({balloonBgColor:e})}})),React.createElement(rr,{title:Kn("Default Icon Setting","vk-blocks")},React.createElement("div",{className:"icon-image-list mb-2"},t),React.createElement("div",null,Kn("You can register default icons from Settings > VK Blocks in Admin.","vk-blocks"))),React.createElement(rr,{title:Kn("Animation setting","vk-blocks")},React.createElement("p",{className:"mb-1"},Kn("Please select the type of animation.","vk-blocks")," "),React.createElement(ar,{value:f,onChange:function(e){return o({balloonAnimation:e})},options:[{value:"none",label:Kn("None","vk-blocks")},{value:"trembling",label:Kn("Trembling","vk-blocks")},{value:"trembling-x",label:Kn("Trembling X","vk-blocks")},{value:"pounding",label:Kn("Pounding","vk-blocks")},{value:"shaking",label:Kn("Shaking","vk-blocks")}]}))),React.createElement("div",{className:"".concat(r," vk_balloon vk_balloon-").concat(s," vk_balloon-").concat(i," vk_balloon-animation-").concat(f)},React.createElement("div",{className:"vk_balloon_icon"},React.createElement(fr,{onSelect:function(e){return o({IconImage:e.sizes.full.url})},type:"image",className:"vk_balloon_icon_image vk_balloon-image-".concat(p),value:u,render:function(e){var t=e.open;return React.createElement(or,{onClick:t,className:u?"image-button":"button button-large"},u?React.createElement("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(p),src:u,alt:Kn("Upload image","vk-blocks")}):Kn("Select image","vk-blocks"))}}),React.createElement(ur,{tagName:"figcaption",className:"vk_balloon_icon_name",onChange:function(e){return o({balloonName:e})},value:l,placeholder:Kn("Icon Name","vk-blocks")})),React.createElement("div",{className:"vk_balloon_content_outer"},React.createElement(ur,{style:{background:c,border:c},tagName:"p",className:"vk_balloon_content",onChange:function(e){return o({content:e})},value:a,placeholder:Kn("Input text","vk-blocks")}))))},save:function(e){var t=e.attributes,n=t.content,r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,i=t.IconImage,c=t.balloonImageType,s=t.balloonAnimation;return c=c||"normal",s=s||"none",React.createElement("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o," vk_balloon-animation-").concat(s)},React.createElement("div",{className:"vk_balloon_icon"},i?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(c),src:i,alt:""}),React.createElement(ur.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),React.createElement("div",{className:"vk_balloon_content_outer"},React.createElement(ur.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n})))},deprecated:Xn});var yr=function(e){function t(){return hr(this,t),_r(this,gr(t).apply(this,arguments))}var n,r,o;return 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&&kr(e,t)}(t,e),n=t,(r=[{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,i=this.props.lbFontAwesomeIconBefore,c=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",f={},m="",b="";if(f=null,p="".concat(p="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?(p="".concat(p," btn-").concat(t),f=null):f={backgroundColor:e,border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={backgroundColor:"transparent",border:"1px solid "+e,color:e}:"2"===n&&("undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={color:e}),p="".concat(p," btn-").concat(o),"block"===r&&(p="".concat(p," btn-block")),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i){var d=(i=i.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_before ",m=d.join("")}if(c){var h=(c=c.replace(/ fas/g,"fas")).split(" ");h[1]=" "+h[1]+" vk_button_link_after ",b=h.join("")}return React.createElement("a",{href:a,id:"vk_button_link",style:f,className:p,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},xt()(m),s,xt()(b),u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&vr(n.prototype,r),o&&vr(n,o),t}(wp.element.Component);function wr(e){return(wr="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})(e)}function xr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Er(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 Cr(e,t){return!t||"object"!==wr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Rr(e){return(Rr=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Nr(e,t){return(Nr=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Sr=function(e){function t(){return xr(this,t),Cr(this,Rr(t).apply(this,arguments))}var n,r,o;return 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&&Nr(e,t)}(t,e),n=t,(r=[{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,i=this.props.lbFontAwesomeIconBefore,c=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=(this.props.lbsubCaption,""),p={},f="",m="";return u="btn vk_button_link",e?(u="".concat(u," 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?(u="".concat(u," btn-").concat(o," btn-").concat(t),p=null):"1"===n&&(u="".concat(u," btn-").concat(o," btn-outline-").concat(t),p=null)),"block"===r&&(u="".concat(u," btn-block")),i&&(f=React.createElement("i",{className:"".concat(i," vk_button_link_before")})),c&&(m=React.createElement("i",{className:"".concat(c," vk_button_link_after")})),React.createElement("a",{href:a,className:u,role:"button","aria-pressed":!0,style:p,target:l?"_blank":null},f,s,m)}}])&&Er(n.prototype,r),o&&Er(n,o),t}(wp.element.Component);function Tr(e){return(Tr="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})(e)}function Ar(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Br(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 Or(e,t){return!t||"object"!==Tr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Ir(e){return(Ir=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Pr(e,t){return(Pr=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var jr=function(e){function t(){return Ar(this,t),Or(this,Ir(t).apply(this,arguments))}var n,r,o;return 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&&Pr(e,t)}(t,e),n=t,(r=[{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,i=this.props.lbFontAwesomeIconBefore,c=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=(this.props.lbsubCaption,""),p={},f="",m="";return u="btn vk_button_link",e?(u="".concat(u," 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?(u="".concat(u," btn-").concat(o," btn-").concat(t),p=null):"1"===n&&(u="".concat(u," btn-").concat(o," btn-outline-").concat(t),p=null)),"block"===r&&(u="".concat(u," btn-block")),i&&(f=React.createElement("i",{className:"".concat(i," vk_button_link_before")})),c&&(m=React.createElement("i",{className:"".concat(c," vk_button_link_after")})),React.createElement("a",{href:a,id:"vk_button_link",className:u,role:"button","aria-pressed":!0,style:p,target:l?"_blank":null},f,s,m)}}])&&Br(n.prototype,r),o&&Br(n,o),t}(wp.element.Component);function Lr(e){return(Lr="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})(e)}function qr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Mr(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 zr(e,t){return!t||"object"!==Lr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Dr(e){return(Dr=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Ur(e,t){return(Ur=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Fr=function(e){function t(){return qr(this,t),zr(this,Dr(t).apply(this,arguments))}var n,r,o;return 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&&Ur(e,t)}(t,e),n=t,(r=[{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,i=this.props.lbFontAwesomeIconBefore,c=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",f={},m="",b="";return p="btn vk_button_link",e?(p="".concat(p," btn-primary btn-").concat(o),"0"===n?f={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(f={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(p="".concat(p," btn-").concat(o," btn-").concat(t),f=null):"1"===n&&(p="".concat(p," btn-").concat(o," btn-outline-").concat(t),f=null)),"block"===r&&(p="".concat(p," btn-block")),i&&(m=React.createElement("i",{className:"".concat(i," vk_button_link_before")})),c&&(b=React.createElement("i",{className:"".concat(c," vk_button_link_after")})),React.createElement("a",{href:a,id:"vk_button_link",className:p,role:"button","aria-pressed":!0,style:f,target:l?"_blank":null,rel:"noopener noreferrer"},m,s,b,u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&Mr(n.prototype,r),o&&Mr(n,o),t}(wp.element.Component);function Hr(e){return(Hr="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})(e)}function Vr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Yr(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 Gr(e,t){return!t||"object"!==Hr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Wr(e){return(Wr=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Jr(e,t){return(Jr=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var $r=function(e){function t(){return Vr(this,t),Gr(this,Wr(t).apply(this,arguments))}var n,r,o;return 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&&Jr(e,t)}(t,e),n=t,(r=[{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,i=this.props.lbFontAwesomeIconBefore,c=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",f={},m="",b="";return p="btn vk_button_link",e?(p="".concat(p," btn-primary btn-").concat(o),"0"===n?f={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(f={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(p="".concat(p," btn-").concat(o," btn-").concat(t),f=null):"1"===n&&(p="".concat(p," btn-").concat(o," btn-outline-").concat(t),f=null)),"block"===r&&(p="".concat(p," btn-block")),i&&(m=React.createElement("i",{className:"".concat(i," vk_button_link_before")})),c&&(b=React.createElement("i",{className:"".concat(c," vk_button_link_after")})),React.createElement("a",{href:a,id:"vk_button_link",className:p,role:"button","aria-pressed":!0,style:f,target:l?"_blank":null},m,s,b,u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&Yr(n.prototype,r),o&&Yr(n,o),t}(wp.element.Component);function Xr(e){return(Xr="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})(e)}function Zr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qr(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 Kr(e,t){return!t||"object"!==Xr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function eo(e){return(eo=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function to(e,t){return(to=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var no=function(e){function t(){return Zr(this,t),Kr(this,eo(t).apply(this,arguments))}var n,r,o;return 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&&to(e,t)}(t,e),n=t,(r=[{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,i=this.props.lbFontAwesomeIconBefore,c=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",f={},m="",b="";return f=null,p="".concat(p="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?(p="".concat(p," btn-").concat(t),f=null):f={backgroundColor:e,border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={backgroundColor:"transparent",border:"1px solid "+e,color:e}:"2"===n&&("undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={color:e}),p="".concat(p," btn-").concat(o),"block"===r&&(p="".concat(p," btn-block")),i&&(m=React.createElement("i",{className:"".concat(i," vk_button_link_before")})),c&&(b=React.createElement("i",{className:"".concat(c," vk_button_link_after")})),React.createElement("a",{href:a,id:"vk_button_link",style:f,className:p,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},m,s,b,u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&Qr(n.prototype,r),o&&Qr(n,o),t}(wp.element.Component),ro=c.RichText,oo=[{attributes:{content:{type:"string",source:"html",selector:"span"},subCaption:{type:"string",default:""},buttonUrl:{type:"string",default:""},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:"undefined"},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{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,i=t.buttonSize,c=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonAlign,f=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,b="";return u?b="vk_button vk_button-color-custom vk_button-align-".concat(p):u||(b="vk_button vk_button-align-".concat(p)),n&&(b=n+" "+b),React.createElement("div",{className:b},React.createElement(no,{lbColorCustom:u,lbColor:s,lbType:c,lbAlign:p,lbSize:i,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:f,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:React.createElement(ro.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:{content:{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}},save:function(e){var t=e.attributes,n=t.content,r=t.buttonUrl,o=t.buttonTarget,a=t.buttonSize,l=t.buttonType,i=t.buttonColor,c=t.buttonColorCustom,s=t.buttonAlign,u=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,f="";return c?f="vk_button vk_button-color-custom vk_button-align-".concat(s):c||(f="vk_button vk_button-align-".concat(s)),React.createElement("div",{className:f},React.createElement(Sr,{lbColorCustom:c,lbColor:i,lbType:l,lbAlign:s,lbSize:a,lbUrl:r,lbTarget:o,lbFontAwesomeIconBefore:u,lbFontAwesomeIconAfter:p,lbRichtext:React.createElement(ro.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{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}},save:function(e){var t=e.attributes,n=t.content,r=t.buttonUrl,o=t.buttonTarget,a=t.buttonSize,l=t.buttonType,i=t.buttonColor,c=t.buttonColorCustom,s=t.buttonAlign,u=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,f="";return c?f="vk_button vk_button-color-custom vk_button-align-".concat(s):c||(f="vk_button vk_button-align-".concat(s)),React.createElement("div",{className:f},React.createElement(jr,{lbColorCustom:c,lbColor:i,lbType:l,lbAlign:s,lbSize:a,lbUrl:r,lbTarget:o,lbFontAwesomeIconBefore:u,lbFontAwesomeIconAfter:p,lbRichtext:React.createElement(ro.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},subCaption:{type:"string",default:null},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}},save:function(e){var t=e.attributes,n=(e.className,t.content),r=t.subCaption,o=t.buttonUrl,a=t.buttonTarget,l=t.buttonSize,i=t.buttonType,c=t.buttonColor,s=t.buttonColorCustom,u=t.buttonAlign,p=t.fontAwesomeIconBefore,f=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)),React.createElement("div",{className:m},React.createElement(Fr,{lbColorCustom:s,lbColor:c,lbType:i,lbAlign:u,lbSize:l,lbUrl:o,lbTarget:a,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:r,lbRichtext:React.createElement(ro.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},subCaption:{type:"string",default:null},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}},save:function(e){var t=e.attributes,n=(e.className,t.content),r=t.subCaption,o=t.buttonUrl,a=t.buttonTarget,l=t.buttonSize,i=t.buttonType,c=t.buttonColor,s=t.buttonColorCustom,u=t.buttonAlign,p=t.fontAwesomeIconBefore,f=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)),React.createElement("div",{className:m},React.createElement($r,{lbColorCustom:s,lbColor:c,lbType:i,lbAlign:u,lbSize:l,lbUrl:o,lbTarget:a,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:r,lbRichtext:React.createElement(ro.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},subCaption:{type:"string",default:null},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}},save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,i=t.buttonSize,c=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonAlign,f=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,b="";return u?b="vk_button vk_button-color-custom vk_button-align-".concat(p):u||(b="vk_button vk_button-align-".concat(p)),n&&(b=n+" "+b),React.createElement("div",{className:b},React.createElement(yr,{lbColorCustom:u,lbColor:s,lbType:c,lbAlign:p,lbSize:i,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:f,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:React.createElement(ro.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}}];function ao(){return(ao=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 lo=wp.i18n.__,io=wp.blocks.registerBlockType,co=wp.components,so=co.RadioControl,uo=co.PanelBody,po=co.BaseControl,fo=co.CheckboxControl,mo=co.TextControl,bo=co.Dashicon,ho=co.ButtonGroup,vo=co.Button,_o=wp.element.Fragment,go=c.RichText,ko=c.InspectorControls,yo=c.ColorPalette,wo=c.URLInput,xo=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("g",null,React.createElement("path",{d:"M506,185v142H70V185H506 M526.4,137H49.6C34.4,137,22,149.4,22,164.6v182.8c0,15.2,12.4,27.6,27.6,27.6h476.8 c15.2,0,27.6-12.4,27.6-27.6V164.6C554,149.4,541.6,137,526.4,137L526.4,137z"})),React.createElement("g",null,React.createElement("path",{d:"M83.8,206.9h55.9c9.3,0,16.5,2.3,21.5,6.9c5,4.6,7.5,10.3,7.5,17.1c0,5.7-1.8,10.6-5.3,14.7c-2.4,2.7-5.8,4.9-10.4,6.5 c6.9,1.7,12.1,4.5,15.3,8.6c3.3,4.1,4.9,9.2,4.9,15.3c0,5-1.2,9.5-3.5,13.5c-2.3,4-5.5,7.2-9.6,9.5c-2.5,1.5-6.3,2.5-11.3,3.2 c-6.7,0.9-11.2,1.3-13.4,1.3H83.8V206.9z M113.9,244.8h13c4.7,0,7.9-0.8,9.7-2.4c1.8-1.6,2.7-3.9,2.7-7c0-2.8-0.9-5-2.7-6.6 c-1.8-1.6-5-2.4-9.5-2.4h-13.2V244.8z M113.9,282.8h15.2c5.1,0,8.8-0.9,10.9-2.7s3.2-4.3,3.2-7.4c0-2.9-1-5.2-3.1-6.9 c-2.1-1.7-5.7-2.6-11-2.6h-15.2V282.8z"}),React.createElement("path",{d:"M245.9,303.5h-25.1v-11.3c-3.7,4.7-7.5,8-11.3,10c-3.8,2-8.5,3-14,3c-7.4,0-13.2-2.2-17.4-6.6c-4.2-4.4-6.3-11.2-6.3-20.4 v-44.6h27V272c0,4.4,0.8,7.5,2.4,9.4c1.6,1.8,3.9,2.8,6.9,2.8c3.2,0,5.8-1.2,7.9-3.7s3.1-6.9,3.1-13.3v-33.7h26.8V303.5z"}),React.createElement("path",{d:"M282.4,206.9v26.6h14.8v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5 c-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9 L282.4,206.9z"}),React.createElement("path",{d:"M330.2,206.9v26.6H345v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5 c-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9 L330.2,206.9z"}),React.createElement("path",{d:"M339.6,268.7c0-10.7,3.6-19.5,10.8-26.4s16.9-10.4,29.2-10.4c14,0,24.6,4.1,31.8,12.2c5.8,6.6,8.6,14.6,8.6,24.2 c0,10.8-3.6,19.6-10.7,26.5c-7.1,6.9-17,10.3-29.6,10.3c-11.3,0-20.4-2.9-27.3-8.6C343.9,289.5,339.6,280.2,339.6,268.7z M366.5,268.7c0,6.2,1.3,10.9,3.8,13.8c2.5,3,5.7,4.5,9.5,4.5c3.9,0,7-1.5,9.5-4.4c2.5-2.9,3.7-7.7,3.7-14.2 c0-6.1-1.3-10.6-3.8-13.6s-5.6-4.5-9.3-4.5c-3.9,0-7.1,1.5-9.7,4.5C367.8,257.9,366.5,262.5,366.5,268.7z"}),React.createElement("path",{d:"M418.2,233.5h25v11.4c3.7-4.7,7.5-8,11.3-10c3.8-2,8.5-3,14-3c7.4,0,13.2,2.2,17.4,6.6c4.2,4.4,6.3,11.2,6.3,20.5v44.5h-27 V265c0-4.4-0.8-7.5-2.4-9.3c-1.6-1.8-3.9-2.7-6.9-2.7c-3.3,0-5.9,1.2-7.9,3.7c-2,2.5-3,6.9-3,13.3v33.6h-26.8V233.5z"})));io("vk-blocks/button",{title:lo("Button","vk-blocks"),icon:xo,category:"vk-blocks-cat",attributes:{content:{type:"string",source:"html",selector:"span"},subCaption:{type:"string",default:""},buttonUrl:{type:"string",default:""},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:"undefined"},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""}},edit:function(e){var t,n=e.attributes,r=e.className,o=e.setAttributes,a=e.isSelected,l=n.content,i=n.subCaption,c=n.buttonUrl,s=n.buttonTarget,u=n.buttonSize,p=n.buttonType,f=n.buttonColor,m=n.buttonColorCustom,b=n.buttonAlign,d=n.fontAwesomeIconBefore,h=n.fontAwesomeIconAfter;return t=m?"vk_button vk_button-align-".concat(b," vk_button-color-custom"):"vk_button vk_button-align-".concat(b),t=r?"".concat(r," vk_button vk_button-align-").concat(b):"vk_button vk_button-align-".concat(b),React.createElement(_o,null,React.createElement(ko,null,React.createElement(uo,{title:lo("Button setting","vk-blocks")},React.createElement(mo,{label:lo("Sub Caption","vk-blocks"),value:i,onChange:function(e){return o({subCaption:e})},placeholder:"Sub Caption"}),React.createElement(fo,{label:lo("Open link new tab.","vk-blocks"),checked:s,onChange:function(e){return o({buttonTarget:e})}}),React.createElement("h4",{className:"mt-0 mb-2"},lo("Button Size:","vk-blocks")),React.createElement(ho,{className:"mb-3"},React.createElement(vo,{isSmall:!0,isPrimary:"lg"===u,isSecondary:"lg"!==u,onClick:function(){return o({buttonSize:"lg"})}},lo("Large","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"md"===u,isSecondary:"md"!==u,onClick:function(){return o({buttonSize:"md"})}},lo("Normal","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"sm"===u,isSecondary:"sm"!==u,onClick:function(){return o({buttonSize:"sm"})}},lo("Small","vk-blocks"))),React.createElement("h4",{className:"mt-0 mb-2"},lo("Button Position:","vk-blocks")),React.createElement(ho,{className:"mb-3"},React.createElement(vo,{isSmall:!0,isPrimary:"left"===b,isSecondary:"left"!==b,onClick:function(){return o({buttonAlign:"left"})}},lo("Left","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"center"===b,isSecondary:"center"!==b,onClick:function(){return o({buttonAlign:"center"})}},lo("Center","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"right"===b,isSecondary:"right"!==b,onClick:function(){return o({buttonAlign:"right"})}},lo("Right","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"wide"===b,isSecondary:"wide"!==b,onClick:function(){return o({buttonAlign:"wide"})}},lo("Wide","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"block"===b,isSecondary:"block"!==b,onClick:function(){return o({buttonAlign:"block"})}},lo("Block","vk-blocks"))),React.createElement("h4",{className:"mt-0 mb-2"},lo("Button Style:","vk-blocks")),React.createElement(ho,{className:"mb-2"},React.createElement(vo,{isSmall:!0,isPrimary:"0"===p,isSecondary:"0"!==p,onClick:function(){return o({buttonType:"0"})}},lo("Solid color","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"1"===p,isSecondary:"1"!==p,onClick:function(){return o({buttonType:"1"})}},lo("No background","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"2"===p,isSecondary:"2"!==p,onClick:function(){return o({buttonType:"2"})}},lo("Text only","vk-blocks"))),React.createElement("p",{className:"mb-3"},lo('If you select "No background", that you need to select a Custom Color.',"vk-blocks")),React.createElement(so,{label:lo("Default Color:","vk-blocks"),selected:f,options:[{label:lo("Primary","vk-blocks"),value:"primary"},{label:lo("Secondary","vk-blocks"),value:"secondary"},{label:lo("Success","vk-blocks"),value:"success"},{label:lo("Info","vk-blocks"),value:"info"},{label:lo("Warning","vk-blocks"),value:"warning"},{label:lo("Danger","vk-blocks"),value:"danger"},{label:lo("Light","vk-blocks"),value:"light"},{label:lo("Dark","vk-blocks"),value:"dark"}],onChange:function(e){return o({buttonColor:e})}}),React.createElement(po,{label:lo("Custom Color","vk-blocks"),help:lo("This custom color overrides the default color. If you want to use the default color, click the clear button.","vk-blocks")},React.createElement(yo,{value:m,onChange:function(e){return o({buttonColorCustom:e})}})),React.createElement(po,null,React.createElement("h4",{className:"mt-0 mb-2"},lo("Icon ( Font Awesome )","vk-blocks")),React.createElement(po,{label:lo("Before text","vk-blocks")},React.createElement(xn,ao({attributeName:"fontAwesomeIconBefore"},e))),React.createElement(po,{label:lo("After text","vk-blocks")},React.createElement(xn,ao({attributeName:"fontAwesomeIconAfter"},e)))))),React.createElement("div",{className:t},React.createElement(yr,{lbColorCustom:m,lbColor:f,lbType:p,lbAlign:b,lbSize:u,lbFontAwesomeIconBefore:d,lbFontAwesomeIconAfter:h,lbsubCaption:i,lbRichtext:React.createElement(go,{tagName:"span",className:"vk_button_link_txt",onChange:function(e){return o({content:e})},value:l,placeholder:lo("Input text","vk-blocks"),allowedFormats:["bold","italic","strikethrough"],isSelected:!0})}),a&&React.createElement("form",{className:"block-library-button__inline-link",onSubmit:function(e){return e.preventDefault()}},React.createElement(bo,{icon:"admin-links"}),React.createElement(wo,{value:c,onChange:function(e){return o({buttonUrl:e})}}),React.createElement(vo,{icon:"editor-break",label:lo("Apply","vk-blocks"),type:"submit"}))))},save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,i=t.buttonSize,c=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonAlign,f=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,b="";return b=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(p):"vk_button vk_button-align-".concat(p),n&&(b=n+" "+b),React.createElement("div",{className:b},React.createElement(yr,{lbColorCustom:u,lbColor:s,lbType:c,lbAlign:p,lbSize:i,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:f,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:React.createElement(go.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))},deprecated:oo});var Eo=c.RichText,Co=[{attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"}},save:function(e){var t=e.attributes,n=e.className,r=t.heading,o=t.content;return React.createElement("dl",{className:"".concat(n," vk_faq")},React.createElement(Eo.Content,{tagName:"dt",className:"vk_faq_title",value:r}),React.createElement(Eo.Content,{tagName:"dd",className:"vk_faq_content",value:o}))}},{attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"}},save:function(e){var t=e.attributes,n=t.heading,r=t.content;return React.createElement("dl",{className:"vk_faq"},React.createElement(Eo.Content,{tagName:"dt",className:"vk_faq_title",value:n}),React.createElement(Eo.Content,{tagName:"dd",className:"vk_faq_content",value:r}))}}],Ro=wp.i18n.__,No=wp.blocks.registerBlockType,So=c.RichText,To=c.InnerBlocks,Ao=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M178.9,191.6c7.2,5,12,8.2,14.2,9.4c3.3,1.9,7.8,4,13.4,6.5l-16.1,32.4c-8.1-3.9-16.1-8.6-24-14 c-7.9-5.4-13.4-9.5-16.6-12.2c-12.8,5.5-28.8,8.3-48,8.3c-28.4,0-50.9-7.4-67.3-22.2c-19.4-17.5-29.1-42.2-29.1-73.9 c0-30.8,8.5-54.7,25.5-71.8c17-17.1,40.7-25.6,71.2-25.6c31.1,0,55,8.3,71.9,25c16.9,16.7,25.3,40.6,25.3,71.6 C199.3,152.8,192.5,175,178.9,191.6z M134.6,161.9c4.6-8.3,6.9-20.6,6.9-37c0-18.9-3.5-32.4-10.5-40.5c-7-8.1-16.7-12.1-29-12.1 c-11.5,0-20.8,4.1-28,12.4c-7.1,8.3-10.7,21.2-10.7,38.7c0,20.4,3.5,34.8,10.5,43c7,8.3,16.6,12.4,28.7,12.4 c3.9,0,7.6-0.4,11.1-1.1c-4.9-4.7-12.5-9.1-23-13.3l9.1-20.8c5.1,0.9,9.1,2.1,11.9,3.4c2.9,1.4,8.4,4.9,16.7,10.7 C130.1,159.1,132.3,160.5,134.6,161.9z"}),React.createElement("path",{d:"M137.9,452.6H72.2l-9.1,30.9l-59,0l70.3-187.2h63.1l70.3,187.2h-60.6L137.9,452.6z M125.9,412.1l-20.7-67.3l-20.4,67.3 H125.9z"}),React.createElement("path",{d:"M553.9,239.9h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1 C572,231.8,563.9,239.9,553.9,239.9z"}),React.createElement("path",{d:"M553.9,483.5h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1 C572,475.4,563.9,483.5,553.9,483.5z"}));No("vk-blocks/faq",{title:Ro("FAQ","vk-blocks"),icon:Ao,category:"vk-blocks-cat",attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string"}},supports:{anchor:!0},styles:[{name:"vk_faq-normal",label:Ro("Normal","vk-blocks"),isDefault:!0},{name:"vk_faq-bgfill-circle",label:Ro("Bgfill Circle","vk-blocks")},{name:"vk_faq-bgfill-square",label:Ro("Bgfill Square","vk-blocks")},{name:"vk_faq-bgfill-rounded",label:Ro("Bgfill Rounded","vk-blocks")},{name:"vk_faq-border-circle",label:Ro("Border Circle","vk-blocks")},{name:"vk_faq-border-square",label:Ro("Border Square","vk-blocks")},{name:"vk_faq-border-rounded",label:Ro("Border Rounded","vk-blocks")}],example:{attributes:{heading:ne},innerBlocks:[{name:"core/paragraph",attributes:{content:re}}]},edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.className,o=t.heading,a=[["core/paragraph",{content:t.content}]];return React.createElement("dl",{className:Re()(r,"vk_faq")},React.createElement(So,{tagName:"dt",className:"vk_faq_title",onChange:function(e){return n({heading:e})},value:o,placeholder:Ro("Please enter a question.","vk-blocks")}),React.createElement("dd",{className:"vk_faq_content"}," ",React.createElement(To,{template:a})))},save:function(e){var t=e.attributes.heading;return React.createElement("dl",{className:"vk_faq"},React.createElement(So.Content,{tagName:"dt",className:"vk_faq_title",value:t}),React.createElement("dd",{className:"vk_faq_content"}," ",React.createElement(To.Content,null)))},deprecated:Co});var Bo=c.RichText,Oo=[{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}},save:function(e){var t=e.attributes,n=t.heading,r=t.content,o=t.insertImage,a=t.arrowFlag;return React.createElement("div",{className:"".concat(a," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(Bo.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:n}),React.createElement(Bo.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:r})),o?React.createElement("div",{className:"vk_flow_frame_image"},React.createElement("img",{src:o,alt:""})):""))}}],Io=wp.i18n.__,Po=wp.blocks.registerBlockType,jo=wp.components,Lo=jo.RadioControl,qo=jo.PanelBody,Mo=jo.Button,zo=wp.element.Fragment,Do=c.RichText,Uo=c.InspectorControls,Fo=c.MediaUpload;function Ho(e){return(Ho="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})(e)}function Vo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Yo(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 Go(e,t){return!t||"object"!==Ho(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Wo(e){return(Wo=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Jo(e,t){return(Jo=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}Po("vk-blocks/flow",{title:Io("Flow","vk-blocks"),icon:"arrow-down",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}},example:{attributes:{heading:ne,content:re,arrowFlag:"vk_flow-arrow-on",insertImage:le}},edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.className,o=e.clientId,a=t.heading,l=t.content,i=t.insertImage,c=t.arrowFlag;return React.createElement(zo,null,React.createElement(Uo,null,React.createElement(qo,{title:Io("Display of arrow","vk-blocks")},React.createElement(Lo,{selected:c,options:[{label:Io("Arrow display","vk-blocks"),value:"vk_flow-arrow-on"},{label:Io("Arrow hidden","vk-blocks"),value:"vk_flow-arrow-off"}],onChange:function(e){return n({arrowFlag:e})}}))),React.createElement("div",{className:"".concat(r," ").concat(c," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(Do,{key:"".concat(o,"2"),tagName:"dt",className:"vk_flow_frame_text_title",onChange:function(e){return n({heading:e})},value:a,placeholder:Io("Input title","vk-blocks")}),React.createElement(Do,{key:"".concat(o,"3"),tagName:"dd",className:"vk_flow_frame_text_content",onChange:function(e){return n({content:e})},value:l,placeholder:Io("Input content","vk-blocks")})),React.createElement("div",{className:"vk_flow_frame_image"},React.createElement(Fo,{onSelect:function(e){return n({insertImage:e.url})},type:"image",className:"vk_flow_frame_image",value:i,render:function(e){var t=e.open;return React.createElement(Mo,{onClick:t,className:i?"image-button":"button button-large"},i?React.createElement("img",{className:"icon-image",src:i,alt:Io("Upload image","vk-blocks")}):Io("Select image","vk-blocks"))}})))))},save:function(e){var t=e.attributes,n=e.className,r=t.heading,o=t.content,a=t.insertImage,l=t.arrowFlag;return React.createElement("div",{className:"".concat(n," ").concat(l," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(Do.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:r}),React.createElement(Do.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:o})),a?React.createElement("div",{className:"vk_flow_frame_image"},React.createElement("img",{src:a,alt:""})):""))},deprecated:Oo});var $o=wp.i18n.__,Xo=wp.element.Component,Zo=c.RichText,Qo=function(e){function t(){return Vo(this,t),Go(this,Wo(t).apply(this,arguments))}var n,r,o;return 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&&Jo(e,t)}(t,e),n=t,(r=[{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,i=t.content3,c=t.url1,s=t.url2,u=t.url3,p=t.urlOpenType1,f=t.urlOpenType2,m=t.urlOpenType3,b=t.icon1,d=t.icon2,h=t.icon3,v=t.color1,_=t.color2,g=t.color3,k=t.bgType1,y=t.bgType2,w=t.bgType3,x=t.insertImage1,E=t.insertImage2,C=t.insertImage3,R=this.props.for_,N=this.props.blockNum,S=this.props.blockNum-1,T=[n,r,o],A=[a,l,i],B=[c,s,u],O=[p,f,m],I=[b,d,h],P=[v,_,g],j=[k,y,w],L=[x,E,C],q="",M="",z=L[S]?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url(".concat(L[S],")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:L[S],alt:""})):(P[S]||(P[S]="#0693e3"),"0"===j[S]?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:P[S],border:"1px solid ".concat(P[S])}},React.createElement("i",{className:"".concat(I[S]," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+P[S]}},React.createElement("i",{className:"".concat(I[S]," vk_prBlocks_item_icon"),style:{color:P[S]}})));return"edit"===R?1===N?(q=React.createElement(Zo,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",onChange:function(t){return e({heading1:t})},value:n,placeholder:$o("Input Title","vk-blocks")}),M=React.createElement(Zo,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:a,placeholder:$o("Input Content","vk-blocks")})):2===N?(q=React.createElement(Zo,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",onChange:function(t){return e({heading2:t})},value:r,placeholder:$o("Input Title","vk-blocks")}),M=React.createElement(Zo,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:l,placeholder:$o("Input Content","vk-blocks")})):3===N&&(q=React.createElement(Zo,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",onChange:function(t){return e({heading3:t})},value:o,placeholder:$o("Input Title","vk-blocks")}),M=React.createElement(Zo,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:i,placeholder:$o("Input Content","vk-blocks")})):"save"===R&&(q=React.createElement(Zo.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h1",value:T[S]}),M=React.createElement(Zo.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:A[S]})),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:B[S],target:O[S]?"_blank":"_self",className:"vk_prBlocks_item_link",rel:"noopener noreferrer"},z,q,M))}}])&&Yo(n.prototype,r),o&&Yo(n,o),t}(Xo);function Ko(e){return(Ko="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})(e)}var ea=function(e){if("string"==typeof e){try{JSON.parse(e)}catch(e){return!0}return!1}return"object"!==Ko(e)||Array.isArray(e)};function ta(e){return(ta="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})(e)}function na(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ra(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 oa(e,t){return!t||"object"!==ta(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function aa(e){return(aa=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function la(e,t){return(la=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var ia=wp.i18n.__,ca=wp.element.Component,sa=c.RichText,ua=function(e){function t(){return na(this,t),oa(this,aa(t).apply(this,arguments))}var n,r,o;return 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&&la(e,t)}(t,e),n=t,(r=[{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,i=t.content3,c=t.url1,s=t.url2,u=t.url3,p=t.urlOpenType1,f=t.urlOpenType2,m=t.urlOpenType3,b=t.icon1,d=t.icon2,h=t.icon3,v=t.color1,_=t.color2,g=t.color3,k=t.bgType1,y=t.bgType2,w=t.bgType3,x=t.insertImage1,E=t.insertImage2,C=t.insertImage3,R=this.props.for_,N=this.props.blockNum,S=this.props.blockNum-1,T=[n,r,o],A=[a,l,i],B=[c,s,u],O=[p,f,m],I=[b,d,h],P=[v,_,g],j=[k,y,w],L=[x,E,C],q="",M="",z=function(e){var t=e[S];if(ea(t))return{backgroundImage:"url(".concat(t,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"};var n=JSON.parse(t);return{backgroundImage:"url(".concat(n.sizes.full.url,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},D=L[S]?React.createElement("div",{className:"vk_prBlocks_item_image",style:z(L)},function(e){if(ea(e))return React.createElement("img",{src:e,alt:""});var t=JSON.parse(e);return React.createElement("img",{src:t.sizes.full.url,alt:t.alt})}(L[S])):(P[S]||(P[S]="#0693e3"),"0"===j[S]?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:P[S],border:"1px solid ".concat(P[S])}},React.createElement("i",{className:"".concat(I[S]," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+P[S]}},React.createElement("i",{className:"".concat(I[S]," vk_prBlocks_item_icon"),style:{color:P[S]}})));return"edit"===R?1===N?(q=React.createElement(sa,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h3",onChange:function(t){return e({heading1:t})},value:n,placeholder:ia("Input Title","vk-blocks")}),M=React.createElement(sa,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:a,placeholder:ia("Input Content","vk-blocks")})):2===N?(q=React.createElement(sa,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h3",onChange:function(t){return e({heading2:t})},value:r,placeholder:ia("Input Title","vk-blocks")}),M=React.createElement(sa,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:l,placeholder:ia("Input Content","vk-blocks")})):3===N&&(q=React.createElement(sa,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h3",onChange:function(t){return e({heading3:t})},value:o,placeholder:ia("Input Title","vk-blocks")}),M=React.createElement(sa,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:i,placeholder:ia("Input Content","vk-blocks")})):"save"===R&&(q=React.createElement(sa.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h3",value:T[S]}),M=React.createElement(sa.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:A[S]})),B[S]&&"save"===R?React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:B[S],className:"vk_prBlocks_item_link",target:O[S]?"_blank":"_self",rel:"noopener noreferrer"},D,q,M)):React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},D,q,M)}}])&&ra(n.prototype,r),o&&ra(n,o),t}(ca);function pa(e){throw new Error('"'+e+'" is read-only')}wp.i18n.__;var fa=c.RichText;function ma(e){for(var t={},n=1;n<=e;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}var ba=[{attributes:ma(4),save:function(e){var t,n=e.attributes,r=e.className;return t=r?"".concat(r," vk_prBlocks row"):"vk_prBlocks row",React.createElement("div",{className:t},React.createElement(ua,{attributes:n,blockNum:1,for_:"save"}),React.createElement(ua,{attributes:n,blockNum:2,for_:"save"}),React.createElement(ua,{attributes:n,blockNum:3,for_:"save"}))}},{attributes:ma(4),save:function(e){var t=e.attributes,n=t.heading1,r=t.heading2,o=t.heading3,a=t.content1,l=t.content2,i=t.content3,c=t.url1,s=t.url2,u=t.url3,p=t.urlOpenType1,f=t.urlOpenType2,m=t.urlOpenType3,b=t.icon1,d=t.icon2,h=t.icon3,v=t.color1,_=t.color2,g=t.color3,k=t.bgType1,y=t.bgType2,w=t.bgType3,x=t.insertImage1,E=t.insertImage2,C=t.insertImage3;return React.createElement("div",{className:"vk_prBlocks row"},React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:c,target:p?"_blank":"_self",className:"vk_prBlocks_item_link"},x?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+x+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:x,alt:""})):(v||(pa("color1"),v="#0693e3"),"0"===k?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:v,border:"1px solid ".concat(v)}},React.createElement("i",{className:"".concat(b," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+v}},React.createElement("i",{className:"".concat(b," vk_prBlocks_item_icon"),style:{color:v}}))),React.createElement(fa.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",value:n}),React.createElement(fa.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",value:a}))),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:s,target:f?"_blank":"_self",className:"vk_prBlocks_item_link"},E?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+E+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:E,alt:""})):(_||(pa("color2"),_="#0693e3"),"0"===y?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:_,border:"1px solid ".concat(_)}},React.createElement("i",{className:"".concat(d," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+_}},React.createElement("i",{className:"".concat(d," vk_prBlocks_item_icon"),style:{color:_}}))),React.createElement(fa.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",value:r}),React.createElement(fa.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",value:l}))),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:u,target:m?"_blank":"_self",className:"vk_prBlocks_item_link"},C?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+C+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:C,alt:""})):(g||(pa("color3"),g="#0693e3"),"0"===w?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:g,border:"1px solid ".concat(g)}},React.createElement("i",{className:"".concat(h," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+g}},React.createElement("i",{className:"".concat(h," vk_prBlocks_item_icon"),style:{color:g}}))),React.createElement(fa.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",value:o}),React.createElement(fa.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",value:i}))))}},{attributes:function(e){for(var t={},n=1;n<=e;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}(4),save:function(e){var t=e.attributes;return React.createElement("div",{className:"vk_prBlocks row"},React.createElement(Qo,{attributes:t,blockNum:1,for_:"save"}),React.createElement(Qo,{attributes:t,blockNum:2,for_:"save"}),React.createElement(Qo,{attributes:t,blockNum:3,for_:"save"}))}}];function da(e){return(da="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})(e)}function ha(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function va(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 _a(e,t){return!t||"object"!==da(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ga(e){return(ga=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function ka(e,t){return(ka=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var ya=wp.i18n.__,wa=wp.element.Component,xa=c.RichText,Ea=function(e){function t(){return ha(this,t),_a(this,ga(t).apply(this,arguments))}var n,r,o;return 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&&ka(e,t)}(t,e),n=t,(r=[{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,i=t.content3,c=t.url1,s=t.url2,u=t.url3,p=t.urlOpenType1,f=t.urlOpenType2,m=t.urlOpenType3,b=t.icon1,d=t.icon2,h=t.icon3,v=t.color1,_=t.color2,g=t.color3,k=t.bgType1,y=t.bgType2,w=t.bgType3,x=t.insertImage1,E=t.insertImage2,C=t.insertImage3,R=this.props.for_,N=this.props.blockNum,S=this.props.blockNum-1,T=[n,r,o],A=[a,l,i],B=[c,s,u],O=[p,f,m],I=[b,d,h],P=[v,_,g],j=[k,y,w],L=[x,E,C],q="",M="",z=function(e){var t=e[S];if(ea(t))return{backgroundImage:"url(".concat(t,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"};var n=JSON.parse(t);return{backgroundImage:"url(".concat(n.sizes.full.url,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},D=function(){if(L[S])return React.createElement("div",{className:"vk_prBlocks_item_image",style:z(L)},function(e){if(ea(e))return React.createElement("img",{src:e,alt:""});var t=JSON.parse(e);return React.createElement("img",{src:t.sizes.full.url,alt:t.alt})}(L[S]));var e;P[S]||(P[S]="#0693e3"),e="0"===j[S]?"#fff":P[S];var t=I[S];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"===j[S]?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:P[S],border:"1px solid ".concat(P[S])}},xt()(r)):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+P[S]}},xt()(r))}();return"edit"===R?1===N?(q=React.createElement(xa,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h3",onChange:function(t){return e({heading1:t})},value:n,placeholder:ya("Input Title","vk-blocks")}),M=React.createElement(xa,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:a,placeholder:ya("Input Content","vk-blocks")})):2===N?(q=React.createElement(xa,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h3",onChange:function(t){return e({heading2:t})},value:r,placeholder:ya("Input Title","vk-blocks")}),M=React.createElement(xa,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:l,placeholder:ya("Input Content","vk-blocks")})):3===N&&(q=React.createElement(xa,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h3",onChange:function(t){return e({heading3:t})},value:o,placeholder:ya("Input Title","vk-blocks")}),M=React.createElement(xa,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:i,placeholder:ya("Input Content","vk-blocks")})):"save"===R&&(q=React.createElement(xa.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h3",value:T[S]}),M=React.createElement(xa.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:A[S]})),B[S]&&"save"===R?React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:B[S],className:"vk_prBlocks_item_link",target:O[S]?"_blank":"_self",rel:"noopener noreferrer"},D,q,M)):React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},D,q,M)}}])&&va(n.prototype,r),o&&va(n,o),t}(wa);function Ca(){return(Ca=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 Ra=wp.i18n.__,Na=wp.blocks.registerBlockType,Sa=wp.components,Ta=Sa.RadioControl,Aa=Sa.PanelBody,Ba=Sa.Button,Oa=Sa.BaseControl,Ia=Sa.CheckboxControl,Pa=Sa.TextControl,ja=wp.element.Fragment,La=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,qa=La.InspectorControls,Ma=La.MediaUpload,za=La.ColorPalette,Da=Ee.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},Ee.a.createElement("g",null,Ee.a.createElement("g",null,Ee.a.createElement("circle",{cx:"288",cy:"186.2",r:"60"}),Ee.a.createElement("rect",{x:"213.5",y:"278.8",width:"149",height:"107"})),Ee.a.createElement("g",null,Ee.a.createElement("circle",{cx:"74.5",cy:"186.2",r:"60"}),Ee.a.createElement("rect",{y:"278.8",width:"149",height:"107"})),Ee.a.createElement("g",null,Ee.a.createElement("circle",{cx:"501.5",cy:"186.2",r:"60"}),Ee.a.createElement("rect",{x:"427",y:"278.8",width:"149",height:"107"}))));Na("vk-blocks/pr-blocks",{title:Ra("PR Blocks","vk-blocks"),icon:Da,category:"vk-blocks-cat",attributes:function(e){for(var t={},n=1;n<=e;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}(4),example:function(e){for(var t={},n=1;n<=e;n++)t["heading"+n]=oe,t["content"+n]=ne,t["url"+n]="https://example.com",t["urlOpenType"+n]=!1,t["icon"+n]=ae,t["color"+n]="#8ed1fc",t["bgType"+n]="0",t["insertImage"+n]="";return{attributes:t}}(4),edit:function(e){var t,n=e.attributes,r=e.setAttributes,o=e.className,a=n.url1,l=n.url2,i=n.url3,c=n.urlOpenType1,s=n.urlOpenType2,u=n.urlOpenType3,p=n.color1,f=n.color2,m=n.color3,b=n.bgType1,d=n.bgType2,h=n.bgType3,v=n.insertImage1,_=n.insertImage2,g=n.insertImage3;t=o?"".concat(o," vk_prBlocks row"):"vk_prBlocks row";var k=function(e){if(ea(e))return e?Ee.a.createElement("img",{className:"icon-image",src:e,alt:Ra("Upload image","vk-blocks")}):Ra("Select image","vk-blocks");var t=JSON.parse(e);return e?Ee.a.createElement("img",{className:"icon-image",src:t.sizes.full.url,alt:t.alt}):Ra("Select image","vk-blocks")};return Ee.a.createElement(ja,null,Ee.a.createElement(qa,null,Ee.a.createElement(Aa,{title:Ra("PR Block1 Setting","vk-blocks")},Ee.a.createElement(Oa,{label:Ra("Link URL:","vk-blocks")},Ee.a.createElement(Pa,{value:a,onChange:function(e){return r({url1:e})}}),Ee.a.createElement(Ia,{label:Ra("Open link new tab.","vk-blocks"),checked:c,onChange:function(e){return r({urlOpenType1:e})}})),Ee.a.createElement(Oa,{label:Ra("Icon 1","vk-blocks")},Ee.a.createElement(xn,Ca({attributeName:"icon1"},e)),Ee.a.createElement(za,{value:p,onChange:function(e){e?r({color1:e}):(r({color1:"#0693e3"}),r({bgType1:"0"}))}}),Ee.a.createElement(Ta,{label:Ra("Icon Background:","vk-blocks"),selected:b,options:[{label:Ra("Solid color","vk-blocks"),value:"0"},{label:Ra("No background","vk-blocks"),value:"1"}],onChange:function(e){return r({bgType1:e})}})),Ee.a.createElement(Oa,{help:Ra("When you have an image. Image is displayed with priority","vk-blocks")},Ee.a.createElement("h4",{className:"components-base-control__title"},Ra("PR Image 1","vk-blocks")),Ee.a.createElement(Ma,{onSelect:function(e){ea(e)?r({insertImage1:e.url}):r({insertImage1:JSON.stringify(e)})},type:"image",value:v,render:function(e){var t=e.open;return Ee.a.createElement(Ba,{onClick:t,className:v?"image-button":"button button-large"},k(v))}}))),Ee.a.createElement(Aa,{title:Ra("PR Block2 Setting","vk-blocks")},Ee.a.createElement(Oa,{label:Ra("Link URL:","vk-blocks")},Ee.a.createElement(Pa,{value:l,onChange:function(e){return r({url2:e})}}),Ee.a.createElement(Ia,{label:Ra("Open link new tab.","vk-blocks"),checked:s,onChange:function(e){return r({urlOpenType2:e})}})),Ee.a.createElement(Oa,{label:Ra("Icon 2","vk-blocks")},Ee.a.createElement(xn,Ca({attributeName:"icon2"},e)),Ee.a.createElement(za,{value:f,onChange:function(e){e?r({color2:e}):(r({color2:"#0693e3"}),r({bgType2:"0"}))}}),Ee.a.createElement(Ta,{label:Ra("Icon Background:","vk-blocks"),selected:d,options:[{label:Ra("Solid color","vk-blocks"),value:"0"},{label:Ra("No background","vk-blocks"),value:"1"}],onChange:function(e){return r({bgType2:e})}})),Ee.a.createElement(Oa,{help:Ra("When you have an image. Image is displayed with priority.","vk-blocks")},Ee.a.createElement("h4",{className:"components-base-control__title"},Ra("PR Image 2","vk-blocks")),Ee.a.createElement(Ma,{onSelect:function(e){ea(e)?r({insertImage2:e.url}):r({insertImage2:JSON.stringify(e)})},type:"image",value:_,render:function(e){var t=e.open;return Ee.a.createElement(Ba,{onClick:t,className:_?"image-button":"button button-large"},k(_))}}))),Ee.a.createElement(Aa,{title:Ra("PR Block3 Setting","vk-blocks")},Ee.a.createElement(Oa,{label:Ra("Link URL:","vk-blocks")},Ee.a.createElement(Pa,{value:i,onChange:function(e){return r({url3:e})}}),Ee.a.createElement(Ia,{label:Ra("Open link new tab.","vk-blocks"),checked:u,onChange:function(e){return r({urlOpenType3:e})}})),Ee.a.createElement(Oa,{label:Ra("Icon 3","vk-blocks")},Ee.a.createElement(xn,Ca({attributeName:"icon3"},e)),Ee.a.createElement(za,{value:m,onChange:function(e){e?r({color3:e}):(r({color3:"#0693e3"}),r({bgType3:"0"}))}}),Ee.a.createElement(Ta,{label:Ra("Icon Background:","vk-blocks"),selected:h,options:[{label:Ra("Solid color","vk-blocks"),value:"0"},{label:Ra("No background","vk-blocks"),value:"1"}],onChange:function(e){return r({bgType3:e})}})),Ee.a.createElement(Oa,{help:Ra("When you have an image. Image is displayed with priority.","vk-blocks")},Ee.a.createElement("h4",{className:"components-base-control__title"},Ra("PR Image 3","vk-blocks")),Ee.a.createElement(Ma,{onSelect:function(e){ea(e)?r({insertImage3:e.url}):r({insertImage3:JSON.stringify(e)})},type:"image",value:g,render:function(e){var t=e.open;return Ee.a.createElement(Ba,{onClick:t,className:g?"image-button":"button button-large"},k(g))}})))),Ee.a.createElement("div",{className:t},Ee.a.createElement(Ea,{attributes:n,setAttributes:r,blockNum:1,for_:"edit"}),Ee.a.createElement(Ea,{attributes:n,setAttributes:r,blockNum:2,for_:"edit"}),Ee.a.createElement(Ea,{attributes:n,setAttributes:r,blockNum:3,for_:"edit"})))},save:function(e){var t,n=e.attributes,r=e.className;return t=r?"".concat(r," vk_prBlocks row"):"vk_prBlocks row",Ee.a.createElement("div",{className:t},Ee.a.createElement(Ea,{attributes:n,blockNum:1,for_:"save"}),Ee.a.createElement(Ea,{attributes:n,blockNum:2,for_:"save"}),Ee.a.createElement(Ea,{attributes:n,blockNum:3,for_:"save"}))},deprecated:ba});var Ua={attributes:{title:ne,titleColor:"#8ed1fc",content:re,contentColor:"#8ed1fc",url:"https://example.com",buttonType:"0",buttonColor:"primary",buttonColorCustom:"",buttonText:oe,buttonTarget:!1,Image:le,ImageBorderColor:"#8ed1fc",layout:"left",fontAwesomeIconBefore:ae,fontAwesomeIconAfter:ae}};function Fa(e){return(Fa="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})(e)}function Ha(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Va(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 Ya(e,t){return!t||"object"!==Fa(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Ga(e){return(Ga=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Wa(e,t){return(Wa=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Ja=function(e){function t(){return Ha(this,t),Ya(this,Ga(t).apply(this,arguments))}var n,r,o;return 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&&Wa(e,t)}(t,e),n=t,(r=[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.buttonText,o=n.fontAwesomeIconBefore,a=n.fontAwesomeIconAfter,l="",i="";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 ",i=t.join("")),React.createElement(React.Fragment,null,xt()(l),React.createElement("span",{className:"vk_button_link_txt"},r),xt()(i))}}])&&Va(n.prototype,r),o&&Va(n,o),t}(wp.element.Component);function $a(e){return($a="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})(e)}function Xa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Za(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 Qa(e,t){return!t||"object"!==$a(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Ka(e){return(Ka=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function el(e,t){return(el=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var tl=wp.i18n.__,nl=wp.components.Button,rl=wp.element.Component,ol=c.MediaUpload,al=c.RichText,ll=function(e){function t(){return Xa(this,t),Qa(this,Ka(t).apply(this,arguments))}var n,r,o;return 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&&el(e,t)}(t,e),n=t,(r=[{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,i=e.buttonColor,c=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,p=e.Image,f=e.ImageBorderColor,m=e.layout,b=(e.fontAwesomeIconBefore,e.fontAwesomeIconAfter,this.props.setAttributes),d=this.props.className,h=this.props.for_,v="vk_prContent",_="vk_button",g="btn btn-block vk_button_link vk_prContent_colTxt_btn",k={},y="none";v="right"===m?Re()(d,v,"vk_prContent-layout-imageRight"):Re()(d,v,"vk_prContent-layout-imageLeft"),c?(_="".concat(_," vk_button-color-custom"),g="".concat(g," btn-primary"),"0"===l?k={backgroundColor:c,border:"1px solid ".concat(c)}:"1"===l&&(k={backgroundColor:"transparent",border:"1px solid "+c,color:c})):c||("0"===l?(g="".concat(g," btn-").concat(i),k=null):"1"===l&&(g="".concat(g," btn-outline-").concat(i),k=null)),y=f?"1px solid ".concat(f):"none";var w=function(e){e&&b({Image:JSON.stringify(e)})};return React.createElement("div",{className:v},React.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},function(e){if("edit"===e){if(p&&-1===p.indexOf("{"))return React.createElement(ol,{onSelect:function(e){return b({Image:e.sizes.full.url})},type:" image",value:p,render:function(e){var t=e.open;return React.createElement(nl,{onClick:t,className:p?"image-button":"button button-large"},p?React.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:tl("Upload image","vk-blocks"),style:{border:y}}):tl("Select image","vk-blocks"))}});var t=JSON.parse(p);return React.createElement(ol,{onSelect:w,type:" image",value:t,render:function(e){var n=e.open;return React.createElement(nl,{onClick:n,className:t?"image-button":"button button-large"},null===p||void 0===t.sizes?tl("Select image","vk-blocks"):React.createElement("img",{className:"vk_prContent_colImg_image",src:t.sizes.full.url,alt:t.alt,style:{border:y}}))}})}if("save"===e){if(p){if(p&&-1===p.indexOf("{"))return React.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:tl("Upload image","vk-blocks"),style:{border:y}});var n=JSON.parse(p);return n&&void 0!==n.sizes?React.createElement("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:y}}):""}return tl("Select image","vk-blocks")}}(h)),React.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===h?React.createElement(React.Fragment,null,React.createElement(al,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return b({title:e})},value:t,placeholder:tl("Input title.","vk-blocks"),style:{color:n}}),React.createElement(al,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return b({content:e})},value:r,placeholder:tl("Input content.","vk-blocks"),style:{color:o}})):React.createElement(React.Fragment,null,React.createElement(al.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),React.createElement(al.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:r,style:{color:o}})),function(){if(""!==s&&void 0!==s)return React.createElement("div",{className:_},React.createElement("a",{href:a,className:g,target:u?"_blank":null,style:k,rel:"noopener noreferrer"},React.createElement(Ja,{attributes:e})))}()))}}])&&Za(n.prototype,r),o&&Za(n,o),t}(rl);function il(e){return(il="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})(e)}function cl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function sl(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 ul(e,t){return!t||"object"!==il(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function pl(e){return(pl=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function fl(e,t){return(fl=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var ml=function(e){function t(){return cl(this,t),ul(this,pl(t).apply(this,arguments))}var n,r,o;return 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&&fl(e,t)}(t,e),n=t,(r=[{key:"render",value:function(){var e=this.props.attributes,t=e.buttonText,n=e.fontAwesomeIconBefore,r=e.fontAwesomeIconAfter,o="",a="";return n&&(o=Ee.a.createElement("i",{className:"".concat(n," vk_button_link_before")})),r&&(a=Ee.a.createElement("i",{className:"".concat(r," vk_button_link_after")})),Ee.a.createElement(Ee.a.Fragment,null,o,Ee.a.createElement("span",{className:"vk_button_link_txt"},t),a)}}])&&sl(n.prototype,r),o&&sl(n,o),t}(Ee.a.Component);function bl(e){return(bl="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})(e)}function dl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function hl(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 vl(e,t){return!t||"object"!==bl(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function _l(e){return(_l=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function gl(e,t){return(gl=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var kl=wp.i18n.__,yl=wp.components.Button,wl=c.MediaUpload,xl=c.RichText,El=function(e){function t(){return dl(this,t),vl(this,_l(t).apply(this,arguments))}var n,r,o;return 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&&gl(e,t)}(t,e),n=t,(r=[{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,i=e.buttonColor,c=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,p=e.Image,f=e.ImageBorderColor,m=e.layout,b=(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"),c?(v="".concat(v," vk_button-color-custom"),_="".concat(_," btn-primary"),"0"===l?g={backgroundColor:c,border:"1px solid ".concat(c)}:"1"===l&&(g={backgroundColor:"transparent",border:"1px solid "+c,color:c})):c||("0"===l?(_="".concat(_," btn-").concat(i),g=null):"1"===l&&(_="".concat(_," btn-outline-").concat(i),g=null)),Ee.a.createElement("div",{className:h},Ee.a.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},"edit"===d?Ee.a.createElement(wl,{onSelect:function(e){return b({Image:e.sizes.full.url})},type:" image",value:p,render:function(e){var t=e.open;return Ee.a.createElement(yl,{onClick:t,className:p?"image-button":"button button-large"},p?Ee.a.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:kl("Upload image","vk-blocks"),style:{border:"1px solid ".concat(f)}}):kl("Select image","vk-blocks"))}}):p?Ee.a.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:kl("Upload image","vk-blocks"),style:{border:"1px solid ".concat(f)}}):kl("Select image","vk-blocks")),Ee.a.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===d?Ee.a.createElement(Ee.a.Fragment,null,Ee.a.createElement(xl,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return b({title:e})},value:t,placeholder:kl("Input title.","vk-blocks"),style:{color:n}}),Ee.a.createElement(xl,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return b({content:e})},value:r,placeholder:kl("Input content.","vk-blocks"),style:{color:o}})):Ee.a.createElement(Ee.a.Fragment,null,Ee.a.createElement(xl.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),Ee.a.createElement(xl.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:r,style:{color:o}})),function(){if(""!==s&&void 0!==s)return Ee.a.createElement("div",{className:v},Ee.a.createElement("a",{href:a,className:_,target:u?"_blank":null,style:g,rel:"noopener noreferrer"},Ee.a.createElement(ml,{attributes:e})))}()))}}])&&hl(n.prototype,r),o&&hl(n,o),t}(Ee.a.Component);function Cl(e){return(Cl="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})(e)}function Rl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Nl(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 Sl(e,t){return!t||"object"!==Cl(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Tl(e){return(Tl=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Al(e,t){return(Al=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Bl=wp.i18n.__,Ol=wp.components.Button,Il=c.MediaUpload,Pl=c.RichText,jl=function(e){function t(){return Rl(this,t),Sl(this,Tl(t).apply(this,arguments))}var n,r,o;return 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&&Al(e,t)}(t,e),n=t,(r=[{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,i=e.buttonColor,c=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,p=e.Image,f=e.ImageBorderColor,m=e.layout,b=(e.fontAwesomeIconBefore,e.fontAwesomeIconAfter,this.props.setAttributes),d=this.props.className,h=this.props.for_,v="vk_prContent",_="vk_button",g="btn btn-block vk_button_link vk_prContent_colTxt_btn",k={},y="";return v="right"===m?Re()(d,v,"vk_prContent-layout-imageRight"):Re()(d,v,"vk_prContent-layout-imageLeft"),c?(_="".concat(_," vk_button-color-custom"),g="".concat(g," btn-primary"),"0"===l?k={backgroundColor:c,border:"1px solid ".concat(c)}:"1"===l&&(k={backgroundColor:"transparent",border:"1px solid "+c,color:c})):c||("0"===l?(g="".concat(g," btn-").concat(i),k=null):"1"===l&&(g="".concat(g," btn-outline-").concat(i),k=null)),y=null==f?"none":"1px solid ".concat(f),Ee.a.createElement("div",{className:v},Ee.a.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},"edit"===h?Ee.a.createElement(Il,{onSelect:function(e){return b({Image:e.sizes.full.url})},type:" image",value:p,render:function(e){var t=e.open;return Ee.a.createElement(Ol,{onClick:t,className:p?"image-button":"button button-large"},p?Ee.a.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:Bl("Upload image","vk-blocks"),style:{border:y}}):Bl("Select image","vk-blocks"))}}):p?Ee.a.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:Bl("Upload image","vk-blocks"),style:{border:y}}):Bl("Select image","vk-blocks")),Ee.a.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===h?Ee.a.createElement(Ee.a.Fragment,null,Ee.a.createElement(Pl,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return b({title:e})},value:t,placeholder:Bl("Input title.","vk-blocks"),style:{color:n}}),Ee.a.createElement(Pl,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return b({content:e})},value:r,placeholder:Bl("Input content.","vk-blocks"),style:{color:o}})):Ee.a.createElement(Ee.a.Fragment,null,Ee.a.createElement(Pl.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),Ee.a.createElement(Pl.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:r,style:{color:o}})),function(){if(""!==s&&void 0!==s)return Ee.a.createElement("div",{className:_},Ee.a.createElement("a",{href:a,className:g,target:u?"_blank":null,style:k,rel:"noopener noreferrer"},Ee.a.createElement(ml,{attributes:e})))}()))}}])&&Nl(n.prototype,r),o&&Nl(n,o),t}(Ee.a.Component);function Ll(e){return(Ll="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})(e)}function ql(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ml(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 zl(e,t,n){return t&&Ml(e.prototype,t),n&&Ml(e,n),e}function Dl(e,t){return!t||"object"!==Ll(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Ul(e){return(Ul=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Fl(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&&Hl(e,t)}function Hl(e,t){return(Hl=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Vl=wp.i18n.__,Yl=wp.components.Button,Gl=wp.element,Wl=Gl.Component,Jl=Gl.Fragment,$l=c.MediaUpload,Xl=c.RichText,Zl=function(e){function t(){return ql(this,t),Dl(this,Ul(t).apply(this,arguments))}return Fl(t,e),zl(t,[{key:"render",value:function(){var e=this.props.attributes,t=e.buttonText,n=e.fontAwesomeIconBefore,r=e.fontAwesomeIconAfter,o="",a="";return n&&(o=React.createElement("i",{className:"".concat(n," vk_button_link_before")})),r&&(a=React.createElement("i",{className:"".concat(r," vk_button_link_after")})),React.createElement(Jl,null,o,React.createElement("span",{className:"vk_button_link_txt"},t),a)}}]),t}(Wl),Ql=function(e){function t(){return ql(this,t),Dl(this,Ul(t).apply(this,arguments))}return Fl(t,e),zl(t,[{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,i=e.buttonColor,c=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,p=e.Image,f=e.ImageBorderColor,m=e.layout,b=(e.fontAwesomeIconBefore,e.fontAwesomeIconAfter,this.props.setAttributes),d=this.props.className,h=this.props.for_,v="vk_prContent",_="vk_button",g="btn btn-block vk_button_link vk_prContent_colTxt_btn",k={},y="none";v="right"===m?Re()(d,v,"vk_prContent-layout-imageRight"):Re()(d,v,"vk_prContent-layout-imageLeft"),c?(_="".concat(_," vk_button-color-custom"),g="".concat(g," btn-primary"),"0"===l?k={backgroundColor:c,border:"1px solid ".concat(c)}:"1"===l&&(k={backgroundColor:"transparent",border:"1px solid "+c,color:c})):c||("0"===l?(g="".concat(g," btn-").concat(i),k=null):"1"===l&&(g="".concat(g," btn-outline-").concat(i),k=null)),y=f?"1px solid ".concat(f):"none";var w=function(e){e&&b({Image:JSON.stringify(e)})};return React.createElement("div",{className:v},React.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},function(e){if("edit"===e){if(p&&-1===p.indexOf("{"))return React.createElement($l,{onSelect:function(e){return b({Image:e.sizes.full.url})},type:" image",value:p,render:function(e){var t=e.open;return React.createElement(Yl,{onClick:t,className:p?"image-button":"button button-large"},p?React.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:Vl("Upload image","vk-blocks"),style:{border:y}}):Vl("Select image","vk-blocks"))}});var t=JSON.parse(p);return React.createElement($l,{onSelect:w,type:" image",value:t,render:function(e){var n=e.open;return React.createElement(Yl,{onClick:n,className:t?"image-button":"button button-large"},null===p||void 0===t.sizes?Vl("Select image","vk-blocks"):React.createElement("img",{className:"vk_prContent_colImg_image",src:t.sizes.full.url,alt:t.alt,style:{border:y}}))}})}if("save"===e){if(p){if(p&&-1===p.indexOf("{"))return React.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:Vl("Upload image","vk-blocks"),style:{border:y}});var n=JSON.parse(p);return n&&void 0!==n.sizes?React.createElement("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:y}}):""}return Vl("Select image","vk-blocks")}}(h)),React.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===h?React.createElement(Jl,null,React.createElement(Xl,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return b({title:e})},value:t,placeholder:Vl("Input title.","vk-blocks"),style:{color:n}}),React.createElement(Xl,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return b({content:e})},value:r,placeholder:Vl("Input content.","vk-blocks"),style:{color:o}})):React.createElement(Jl,null,React.createElement(Xl.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),React.createElement(Xl.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:r,style:{color:o}})),function(){if(""!==s&&void 0!==s)return React.createElement("div",{className:_},React.createElement("a",{href:a,className:g,target:u?"_blank":null,style:k,rel:"noopener noreferrer"},React.createElement(Zl,{attributes:e})))}()))}}]),t}(Wl),Kl=[{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:!1},Image:{type:"string",default:"{}"},ImageBorderColor:{type:"string",default:""},layout:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""}},save:function(e){var t=e.attributes,n=e.className;return React.createElement(Ql,{attributes:t,className:n,for_:"save"})}},{attributes:{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"}},save:function(e){var t=e.attributes;e.className;return React.createElement(El,{attributes:t,for_:"save"})}},{attributes:{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"}},save:function(e){var t=e.attributes,n=e.className;return React.createElement(jl,{attributes:t,className:n,for_:"save"})}}];function ei(){return(ei=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 ti=wp.i18n.__,ni=wp.blocks.registerBlockType,ri=wp.components,oi=ri.RadioControl,ai=ri.PanelBody,li=ri.BaseControl,ii=ri.CheckboxControl,ci=ri.TextControl,si=wp.element.Fragment,ui=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,pi=ui.InspectorControls,fi=ui.ColorPalette,mi=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("g",null,React.createElement("path",{d:"M291.7,133.3l0,245.3l-273.1,0l0-245.3L291.7,133.3 M307.2,117.8l-304.2,0l0,276.4l304.2,0L307.2,117.8L307.2,117.8z"}),React.createElement("path",{d:"M560.7,218.8l-213.1,0c-6.1,0-11.1-5-11.1-11.1s5-11.1,11.1-11.1l213.1,0c6.1,0,11.1,5,11.1,11.1 C571.8,213.8,566.8,218.8,560.7,218.8z"}),React.createElement("path",{d:"M560.7,265.4l-213.1,0c-6.1,0-11.1-5-11.1-11.1c0-6.1,5-11.1,11.1-11.1l213.1,0c6.1,0,11.1,5,11.1,11.1 C571.8,260.5,566.8,265.4,560.7,265.4z"}),React.createElement("path",{d:"M560.7,312.1l-213.1,0c-6.1,0-11.1-5-11.1-11.1c0-6.1,5-11.1,11.1-11.1l213.1,0c6.1,0,11.1,5,11.1,11.1 C571.8,307.1,566.8,312.1,560.7,312.1z"}),React.createElement("polygon",{points:"278.4,365.4 31.9,365.4 31.9,287.4 113,182.2 184.4,264.4 229.9,226.5 278.4,290.6 \t"}),React.createElement("path",{d:"M360.6,133.3c4.8,0,8.7,3.9,8.7,8.7c0,4.8-3.9,8.7-8.7,8.7c-4.8,0-8.7-3.9-8.7-8.7C351.9,137.2,355.8,133.3,360.6,133.3 M360.6,117.8c-13.4,0-24.2,10.9-24.2,24.2c0,13.4,10.9,24.2,24.2,24.2c13.4,0,24.2-10.9,24.2-24.2 C384.9,128.7,374,117.8,360.6,117.8L360.6,117.8z"}),React.createElement("path",{d:"M423.3,133.3c4.8,0,8.7,3.9,8.7,8.7c0,4.8-3.9,8.7-8.7,8.7c-4.8,0-8.7-3.9-8.7-8.7C414.6,137.2,418.5,133.3,423.3,133.3 M423.3,117.8c-13.4,0-24.2,10.9-24.2,24.2c0,13.4,10.9,24.2,24.2,24.2s24.2-10.9,24.2-24.2C447.6,128.7,436.7,117.8,423.3,117.8 L423.3,117.8z"}),React.createElement("path",{d:"M486,133.3c4.8,0,8.7,3.9,8.7,8.7c0,4.8-3.9,8.7-8.7,8.7c-4.8,0-8.7-3.9-8.7-8.7C477.3,137.2,481.2,133.3,486,133.3 M486,117.8c-13.4,0-24.2,10.9-24.2,24.2c0,13.4,10.9,24.2,24.2,24.2c13.4,0,24.2-10.9,24.2-24.2 C510.2,128.7,499.4,117.8,486,117.8L486,117.8z"}),React.createElement("path",{d:"M548.7,133.3c4.8,0,8.7,3.9,8.7,8.7c0,4.8-3.9,8.7-8.7,8.7s-8.7-3.9-8.7-8.7C540,137.2,543.9,133.3,548.7,133.3 M548.7,117.8c-13.4,0-24.2,10.9-24.2,24.2c0,13.4,10.9,24.2,24.2,24.2c13.4,0,24.2-10.9,24.2-24.2 C572.9,128.7,562.1,117.8,548.7,117.8L548.7,117.8z"}),React.createElement("path",{d:"M566.3,347.6l-224.3,0c-3.1,0-5.6,2.5-5.6,5.6l0,35.5c0,3.1,2.5,5.6,5.6,5.6l224.3,0c3.1,0,5.6-2.5,5.6-5.6v-35.5 C571.8,350.1,569.3,347.6,566.3,347.6z M547.1,379.2v-16.6l9.8,8.3L547.1,379.2z"})));ni("vk-blocks/pr-content",{title:ti("PR Content","vk-blocks"),icon:mi,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:!1},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>'}},example:Ua,edit:function(e){var t=e.attributes,n=e.className,r=e.setAttributes,o=t.titleColor,a=t.contentColor,l=t.url,i=t.buttonType,c=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,p=t.buttonTarget,f=t.ImageBorderColor,m=t.layout;t.fontAwesomeIconBefore,t.fontAwesomeIconAfter;return React.createElement(si,null,React.createElement(pi,null,React.createElement(ai,{title:ti("Color Setting","vk-blocks"),initialOpen:!1},React.createElement(li,{label:ti("Title Color","vk-blocks")},React.createElement(fi,{value:o,onChange:function(e){return r({titleColor:e})}})),React.createElement(li,{label:ti("Content Color","vk-blocks")},React.createElement(fi,{value:a,onChange:function(e){return r({contentColor:e})}})),React.createElement(li,{label:ti("Image Border Color","vk-blocks")},React.createElement(fi,{value:f,onChange:function(e){return r({ImageBorderColor:e})}}))),React.createElement(ai,{title:ti("Button Setting","vk-blocks"),initialOpen:!1},React.createElement(li,{label:ti("Button Text","vk-blocks")},React.createElement(ci,{value:u,onChange:function(e){return r({buttonText:e})},placeholder:"Input button text."})),React.createElement(li,{label:ti("Link URL","vk-blocks")},React.createElement(ci,{value:l,onChange:function(e){return r({url:e})},placeholder:"https://vektor-inc.co.jp/"})),React.createElement(ii,{label:ti("Open link new tab.","vk-blocks"),checked:p,onChange:function(e){return r({buttonTarget:e})}}),React.createElement(li,{label:ti("Button Type","vk-blocks")},React.createElement(oi,{selected:i,options:[{label:ti("Solid","vk-blocks"),value:"0"},{label:ti("Ghost","vk-blocks"),value:"1"}],onChange:function(e){return r({buttonType:e})}})),React.createElement(oi,{label:ti("Default Color:","vk-blocks"),selected:c,options:[{label:ti("Primary","vk-blocks"),value:"primary"},{label:ti("Secondary","vk-blocks"),value:"secondary"},{label:ti("Success","vk-blocks"),value:"success"},{label:ti("Info","vk-blocks"),value:"info"},{label:ti("Warning","vk-blocks"),value:"warning"},{label:ti("Danger","vk-blocks"),value:"danger"},{label:ti("Light","vk-blocks"),value:"light"},{label:ti("Dark","vk-blocks"),value:"dark"}],onChange:function(e){return r({buttonColor:e})}}),React.createElement(li,{label:ti("Button Color","vk-blocks")},React.createElement(fi,{value:s,onChange:function(e){return r({buttonColorCustom:e})}})),React.createElement(li,null,React.createElement("h4",{className:"mt-0 mb-2"},ti("Icon ( Font Awesome )","vk-blocks")),React.createElement(li,{label:ti("Before text","vk-blocks")},React.createElement(xn,ei({attributeName:"fontAwesomeIconBefore"},e))),React.createElement(li,{label:ti("After text","vk-blocks")},React.createElement(xn,ei({attributeName:"fontAwesomeIconAfter"},e))))),React.createElement(ai,{title:ti("Layout Setting","vk-blocks"),initialOpen:!1},React.createElement(oi,{label:ti("Layout Type","vk-blocks"),selected:m,options:[{label:ti("Right","vk-blocks"),value:"right"},{label:ti("Left","vk-blocks"),value:"left"}],onChange:function(e){return r({layout:e})}}))),React.createElement(ll,{attributes:t,setAttributes:r,className:n,for_:"edit"}))},save:function(e){var t=e.attributes,n=e.className;return React.createElement(ll,{attributes:t,className:n,for_:"save"})},deprecated:Kl});var bi=lodash.assign,di=wp.i18n.__,hi=wp.hooks.addFilter;hi("blocks.registerBlockType","vk-blocks/heading-style",(function(e){var t;return t=e.name,["core/heading"].includes(t)&&(e.attributes=bi(e.attributes,{color:{type:"string"}})),e})),wp.blocks.registerBlockStyle("core/heading",[{name:"vk-heading-default",label:di("Default","vk-blocks"),isDefault:!0},{name:"vk-heading-plain",label:di("Plain","vk-blocks")},{name:"vk-heading-background_fill_lightgray",label:di("Background fill lightgray","vk-blocks")},{name:"vk-heading-double_black",label:di("Double border top and bottom black","vk-blocks")},{name:"vk-heading-double_bottomborder_black",label:di("Double border bottom black","vk-blocks")},{name:"vk-heading-solid_black",label:di("Solid border top and bottom black","vk-blocks")},{name:"vk-heading-solid_bottomborder_black",label:di("Solid border bottom black","vk-blocks")},{name:"vk-heading-dotted_bottomborder_black",label:di("Dotted border bottom black","vk-blocks")},{name:"vk-heading-both_ends",label:di("Both ends","vk-blocks")},{name:"vk-heading-brackets_black",label:di("Brackets black","vk-blocks")}]);n(60),n(61);function vi(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var n=[],r=!0,o=!1,a=void 0;try{for(var l,i=e[Symbol.iterator]();!(r=(l=i.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==i.return||i.return()}finally{if(o)throw a}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var _i=wp.components.ToggleControl,gi=wp.element.useState,ki=function(e){var t=e.initialFixedTable,n=e.label,r=e.helpYes,o=e.helpNo,a=e.schema,l=e.setAttributes,i=vi(gi(t),2),c=i[0],s=i[1];return React.createElement(_i,{label:n,help:c?r:o,checked:c,onChange:function(){var e,t,n;s(!c),l((n=!c,(t=a)in(e={})?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e))}})};function yi(){return(yi=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 wi(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 xi(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?wi(Object(n),!0).forEach((function(t){Ei(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):wi(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Ei(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ci=wp.i18n.__,Ri=wp.element.Fragment,Ni=wp.hooks.addFilter,Si=wp.components,Ti=Si.PanelBody,Ai=Si.BaseControl,Bi=(wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor).InspectorControls,Oi=wp.compose.createHigherOrderComponent,Ii=function(e,t){return-1!==e.indexOf(t)},Pi=function(e){var t=void 0!==["core","vk-blocks"].find((function(t){return Ii(e,t)}));return void 0!==["core/calendar","core/latest-comments","core/archives","core/tag-cloud","core/shortcode","core/rss","core/rss","vk-blocks/card-item","vk-blocks/icon-card-item"].find((function(t){return Ii(e,t)}))&&(t=!1),t};5.3<=parseFloat(wpVersion)&&(Ni("blocks.registerBlockType","vk-blocks/hidden-extension",(function(e){return Pi(e.name)&&(e.attributes=xi({},e.attributes,{},{vkb_hidden:{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})),wp.hooks.addFilter("editor.BlockEdit","vk-blocks/hidden-extension",Oi((function(e){return function(t){return Pi(t.name)?React.createElement(Ri,null,React.createElement(e,t),React.createElement(Bi,null,React.createElement(Ti,{title:Ci("Hidden Settings","vk-blocks"),initialOpen:!1},React.createElement(Ai,{label:Ci("Hidden at screel size","vk-blocks")},React.createElement("p",null,Ci("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")),React.createElement(ki,yi({label:Ci("Hidden ( Screen size : all )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden,schema:"vkb_hidden"},t)),React.createElement(ki,yi({label:Ci("Hidden ( Screen size : xs )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_xs,schema:"vkb_hidden_xs"},t)),React.createElement(ki,yi({label:Ci("Hidden ( Screen size : sm )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_sm,schema:"vkb_hidden_sm"},t)),React.createElement(ki,yi({label:Ci("Hidden ( Screen size : md )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_md,schema:"vkb_hidden_md"},t)),React.createElement(ki,yi({label:Ci("Hidden ( Screen size : lg )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_lg,schema:"vkb_hidden_lg"},t)),React.createElement(ki,yi({label:Ci("Hidden ( Screen size : xl )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_xl,schema:"vkb_hidden_xl"},t)),React.createElement("p",null,Ci("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")))))):React.createElement(e,t)}}),"addHiddenSection")),wp.hooks.addFilter("blocks.getSaveElement","vk-blocks/hidden-extension",(function(e,t,n){var r=n.vkb_hidden,o=n.vkb_hidden_xl,a=n.vkb_hidden_lg,l=n.vkb_hidden_md,i=n.vkb_hidden_sm,c=n.vkb_hidden_xs;if(r||o||a||l||i||c){var s=r&&"vk_hidden",u=o&&"vk_hidden-xl",p=a&&"vk_hidden-lg",f=l&&"vk_hidden-md",m=i&&"vk_hidden-sm",b=c&&"vk_hidden-xs";e&&(e=xi({},e,{},{props:xi({},e.props,{},{className:Re()(e.props.className,s,u,p,f,m,b)})}))}return e})),wp.hooks.addFilter("editor.BlockListBlock","vk-blocks/hidden-extension",Oi((function(e){return function(t){var n=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=Re()(r,t.className);return React.createElement(e,yi({},t,{className:o}))}}),"addHiddenWarning")));var ji=c.InnerBlocks,Li=c.RichText,qi=wp.i18n.__,Mi=function(e){var t,n,r=e.setAttributes,o=e.attributes,a=e.for_,l=e.className,i=o.heading,c=o.color,s=o.faIcon,u=o.bgColor;"edit"===a?(t=React.createElement(ji,null),n=React.createElement(Li,{tagName:"h4",className:"vk_borderBox_title",onChange:function(e){return r({heading:e})},value:i,placeholder:qi("Please enter a title.","vk-blocks")})):(t=React.createElement(ji.Content,null),n=React.createElement(Li.Content,{tagName:"h4",className:"vk_borderBox_title",value:i}));var p,f=l;return-1===l.indexOf("is-style-")&&(f=Re()(l,"is-style-vk_borderBox-style-solid-kado-tit-tab")),p=-1===s.indexOf('<i class="')?'<i class="'.concat(s,'"></i>'):s,React.createElement("div",{className:"vk_borderBox vk_borderBox-color-".concat(c," vk_borderBox-background-").concat(u," ").concat(f)},React.createElement("div",{className:"vk_borderBox_title_container"},xt()(p),n),React.createElement("div",{className:"vk_borderBox_body"},t))};function zi(e){return(zi="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})(e)}function Di(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ui(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 Fi(e,t){return!t||"object"!==zi(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Hi(e){return(Hi=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Vi(e,t){return(Vi=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Yi=wp.components,Gi=Yi.RadioControl,Wi=Yi.TextControl,Ji=wp.element,$i=Ji.Component,Xi=Ji.Fragment,Zi=wp.i18n.__,Qi={faIcon:{type:"string",default:""}},Ki=function(e){function t(){return Di(this,t),Fi(this,Hi(t).apply(this,arguments))}var n,r,o;return 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&&Vi(e,t)}(t,e),n=t,(r=[{key:"render",value:function(){var e=this.props.attributes.faIcon,t=this.props.setAttributes,n=React.createElement(Xi,null,React.createElement("label",{className:"components-base-control__label"},Zi("Icon","vk-blocks")),React.createElement(Gi,{className:"vk_icon_list",selected:e,options:[{label:React.createElement("i",{className:"fas fa-arrow-right"}),value:'<i class="fas fa-arrow-right"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-down"}),value:'<i class="fas fa-arrow-down"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-left"}),value:'<i class="fas fa-arrow-left"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-circle-right"}),value:'<i class="fas fa-arrow-circle-right"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-circle-down"}),value:'<i class="fas fa-arrow-circle-down"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-circle-left"}),value:'<i class="fas fa-arrow-circle-left"></i>'},{label:React.createElement("i",{className:"far fa-arrow-alt-circle-right"}),value:'<i class="far fa-arrow-alt-circle-right"></i>'},{label:React.createElement("i",{className:"far fa-arrow-alt-circle-down"}),value:'<i class="far fa-arrow-alt-circle-down"></i>'},{label:React.createElement("i",{className:"far fa-arrow-alt-circle-left"}),value:'<i class="far fa-arrow-alt-circle-left"></i>'},{label:React.createElement("i",{className:"fas fa-external-link-square-alt"}),value:'<i class="fas fa-external-link-square-alt"></i>'},{label:React.createElement("i",{className:"fas fa-external-link-alt"}),value:'<i class="fas fa-external-link-alt"></i>'},{label:React.createElement("i",{className:"fas fa-download"}),value:'<i class="fas fa-download"></i>'},{label:React.createElement("i",{className:"fas fa-exclamation-triangle"}),value:'<i class="fas fa-exclamation-triangle"></i>'},{label:React.createElement("i",{className:"fas fa-exclamation-circle"}),value:'<i class="fas fa-exclamation-circle"></i>'},{label:React.createElement("i",{className:"fas fa-exclamation"}),value:'<i class="fas fa-exclamation"></i>'},{label:React.createElement("i",{className:"fas fa-question"}),value:'<i class="fas fa-question"></i>'},{label:React.createElement("i",{className:"fas fa-question-circle"}),value:'<i class="fas fa-question-circle"></i>'},{label:React.createElement("i",{className:"fas fa-info-circle"}),value:'<i class="fas fa-info-circle"></i>'},{label:React.createElement("i",{className:"fas fa-info"}),value:'<i class="fas fa-info"></i>'},{label:React.createElement("i",{className:"fas fa-check"}),value:'<i class="fas fa-check"></i>'},{label:React.createElement("i",{className:"fas fa-check-square"}),value:'<i class="fas fa-check-square"></i>'},{label:React.createElement("i",{className:"fas fa-check-circle"}),value:'<i class="fas fa-check-circle"></i>'},{label:React.createElement("i",{className:"fas fa-phone"}),value:'<i class="fas fa-phone"></i>'},{label:React.createElement("i",{className:"fas fa-phone-square"}),value:'<i class="fas fa-phone-square"></i>'},{label:React.createElement("i",{className:"fas fa-mobile-alt"}),value:'<i class="fas fa-mobile-alt"></i>'},{label:React.createElement("i",{className:"far fa-envelope"}),value:'<i class="far fa-envelope"></i>'},{label:React.createElement("i",{className:"fas fa-user"}),value:'<i class="fas fa-user"></i>'},{label:React.createElement("i",{className:"fas fa-users"}),value:'<i class="fas fa-users"></i>'},{label:React.createElement("i",{className:"far fa-file-alt"}),value:'<i class="far fa-file-alt"></i>'},{label:React.createElement("i",{className:"fas fa-file-alt"}),value:'<i class="fas fa-file-alt"></i>'},{label:React.createElement("i",{className:"fas fa-file"}),value:'<i class="fas fa-file"></i>'},{label:React.createElement("i",{className:"fas fa-file-pdf"}),value:'<i class="fas fa-file-pdf"></i>'},{label:React.createElement("i",{className:"fas fa-building"}),value:'<i class="fas fa-building"></i>'},{label:React.createElement("i",{className:"fab fa-twitter"}),value:'<i class="fab fa-twitter"></i>'},{label:React.createElement("i",{className:"fab fa-facebook-square"}),value:'<i class="fab fa-facebook-square"></i>'},{label:React.createElement("i",{className:"fab fa-line"}),value:'<i class="fab fa-line"></i>'}],onChange:function(e){return t({faIcon:e})}}),React.createElement("hr",null),React.createElement("p",{className:"mt-1"},Zi("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"),React.createElement("br",null),Zi('Ex) <i class="fas fa-arrow-circle-right"></i>',"vk-blocks"),React.createElement("br",null),React.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},Zi("Font Awesome icon list","vk-blocks"))));return React.createElement(Xi,null,React.createElement(Wi,{value:e,onChange:function(e){return t({faIcon:e})},placeholder:'<i class="fas fa-arrow-circle-right"></i>',className:"mb-0"}),React.createElement(dn,{label:Zi("Select Icon","vk-blocks"),renderComp:n,setAttributes:t}))}}])&&Ui(n.prototype,r),o&&Ui(n,o),t}($i),ec=(wp.i18n.__,{heading:{type:"string",source:"html",selector:"h4"},color:{type:"string",default:"red"},bgColor:{type:"string",default:"transparent"}}),tc=Object.assign(ec,Qi),nc={attributes:{heading:ne,color:"red",faIcon:ae},innerBlocks:[{name:"core/paragraph",attributes:{content:re}}]};function rc(){return(rc=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 oc=c.InnerBlocks,ac=c.RichText,lc=wp.i18n.__,ic=function(e){var t,n,r=e.setAttributes,o=e.attributes,a=e.for_,l=e.className,i=o.heading,c=o.color,s=o.faIcon;"edit"===a?(t=React.createElement(oc,null),n=React.createElement(ac,{tagName:"h4",className:"vk_borderBox_title",onChange:function(e){return r({heading:e})},value:i,placeholder:lc("Please enter a title.","vk-blocks")})):(t=React.createElement(oc.Content,null),n=React.createElement(ac.Content,{tagName:"h4",className:"vk_borderBox_title",value:i}));var u=l;return-1===l.indexOf("is-style-")&&(u=Re()(l,"is-style-vk_borderBox-style-solid-kado-tit-tab")),React.createElement("div",{className:"vk_borderBox vk_borderBox-color-".concat(c," ").concat(u)},React.createElement("div",{className:"vk_borderBox_title_container"},React.createElement("i",{className:"".concat(s)}),n),React.createElement("div",{className:"vk_borderBox_body"},t))},cc=[{attributes:{heading:{type:"string",source:"html",selector:"h4"},color:{type:"string",default:"red"},faIcon:{type:"string",default:""}},save:function(e){return React.createElement(ic,rc({for_:"save"},e))}},{attributes:{heading:{type:"string",source:"html",selector:"h4"},color:{type:"string",default:"red"},faIcon:{type:"string",default:""},bgColor:{type:"string",default:"transparent"}},save:function(e){return React.createElement(ic,rc({for_:"save"},e))}}];function sc(){return(sc=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 uc=wp.i18n.__,pc=wp.blocks.registerBlockType,fc=wp.components,mc=fc.PanelBody,bc=fc.BaseControl,dc=fc.SelectControl,hc=wp.element.Fragment,vc=c.InspectorControls,_c=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 576 576"},React.createElement("g",null,React.createElement("path",{d:"M121,142.6c0.1,1.4,1.2,2.5,2.7,2.5h10.7c1.4,0,2.6-1.1,2.7-2.5l1.6-30.1c0.1-1.5-1.1-2.8-2.7-2.8h-14 c-1.5,0-2.7,1.3-2.7,2.8L121,142.6z"}),React.createElement("path",{d:"M127.5,149.2c5.6-0.9,10.8,2.9,11.7,8.4c0.9,5.6-2.9,10.8-8.4,11.7s-10.8-2.9-11.7-8.4 C118.1,155.4,121.9,150.1,127.5,149.2z"}),React.createElement("path",{d:"M528,171.9H384.1V98.6c0-26.8-21.7-48.5-48.5-48.5H48.5C21.7,50.1,0,71.8,0,98.6v119.3h0.1c0,0.7-0.1,1.3-0.1,2v267 c0,26.5,21.5,48,48,48h480c26.5,0,48-21.5,48-48v-267C576,193.4,554.5,171.9,528,171.9z M129.1,83.2c30.3,0,54.9,24.6,54.9,54.9 c0,12.8-4.4,24.5-11.7,33.8c-10,12.8-25.6,21-43.2,21c-17.5,0-33.1-8.2-43.2-21c-7.3-9.3-11.7-21.1-11.7-33.8 C74.2,107.8,98.8,83.2,129.1,83.2z M528,486.9H48v-267h480V486.9z"}),React.createElement("path",{className:"st0",d:"M442.4,308.7H133.6c-7.9,0-14.5-6.5-14.5-14.5c0-7.9,6.5-14.5,14.5-14.5h308.9c7.9,0,14.5,6.5,14.5,14.5 C456.9,302.2,450.4,308.7,442.4,308.7z"}),React.createElement("path",{className:"st0",d:"M442.4,373.5H133.6c-7.9,0-14.5-6.5-14.5-14.5c0-7.9,6.5-14.5,14.5-14.5h308.9c7.9,0,14.5,6.5,14.5,14.5 C456.9,367.1,450.4,373.5,442.4,373.5z"}),React.createElement("path",{className:"st0",d:"M442.4,438.3H133.6c-7.9,0-14.5-6.5-14.5-14.5c0-7.9,6.5-14.5,14.5-14.5h308.9c7.9,0,14.5,6.5,14.5,14.5 C456.9,431.8,450.4,438.3,442.4,438.3z"})));pc("vk-blocks/border-box",{title:uc("Border Box","vk-blocks"),icon:_c,category:"vk-blocks-cat",attributes:tc,supports:{className:!0},example:nc,styles:[{name:"vk_borderBox-style-solid-kado-tit-tab",label:uc("Solid Angle Tab","vk-blocks"),isDefault:!0},{name:"vk_borderBox-style-solid-round-tit-tab",label:uc("Solid Round Tab","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-banner",label:uc("Solid Angle Banner","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-onborder",label:uc("Solid Angle Onborder","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-inner",label:uc("Solid Angle Inner","vk-blocks")},{name:"vk_borderBox-style-solid-kado-iconFeature",label:uc("Solid Angle iconFeature","vk-blocks")}],edit:function(e){var t=e.attributes,n=e.setAttributes,r=t.color,o=t.bgColor;return React.createElement(hc,null,React.createElement(vc,null,React.createElement(mc,{title:uc("Color","vk-blocks")},React.createElement(bc,{id:"border-color",label:uc("Border Color","vk-blocks")},React.createElement(dc,{value:r,onChange:function(e){return n({color:e})},options:[{value:"red",label:uc("Red","vk-blocks")},{value:"orange",label:uc("Orange","vk-blocks")},{value:"blue",label:uc("Blue","vk-blocks")},{value:"green",label:uc("Green","vk-blocks")},{value:"black",label:uc("Black","vk-blocks")}]})),React.createElement(bc,{id:"background-color",label:uc("Background Color","vk-blocks")},React.createElement(dc,{value:o,onChange:function(e){return n({bgColor:e})},options:[{value:"transparent",label:uc("Transparent","vk-blocks")},{value:"white",label:uc("White","vk-blocks")}]}))),React.createElement(mc,{title:uc("Icon","vk-blocks")},React.createElement(bc,{id:"dot-fa",label:uc("Icon ( Font Awesome )","vk-blocks")},React.createElement(Ki,{attributes:t,setAttributes:n})))),React.createElement(Mi,sc({for_:"edit"},e)))},save:function(e){return React.createElement(Mi,sc({for_:"save"},e))},deprecated:cc});var gc=wp.plugins.registerPlugin,kc=n(21),yc=n.n(kc);function wc(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 xc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ec=wp.blocks.parse,Cc=[{name:"Cover",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"bgColor":"#000000","bgImage":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/programming-942487_1920.jpg","outerWidth":"full","padding_top_and_bottom":"0","opacity":0.7} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/programming-942487_1920.jpg);border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4.5,"tablet":4.5,"mobile":4.5} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4.5rem"></div><div class="vk_spacer-display-tablet" style="height:4.5rem"></div><div class="vk_spacer-display-mobile" style="height:4.5rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/pr-content {"titleColor":"#eeeeee","contentColor":"#eeeeee","url":"https://example.com","buttonType":"1","buttonColorCustom":"#eeeeee","Image":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/device_01.png","layout":"right","fontAwesomeIconBefore":"fas fa-arrow-circle-right","fontAwesomeIconAfter":""} --\x3e\n\t\t<div class="wp-block-vk-blocks-pr-content vk_prContent vk_prContent-layout-imageRight"><div class="col-sm-6 vk_prContent_colImg"><img class="vk_prContent_colImg_image" src="https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/device_01.png" alt="画像をアップロード" style="border:none"/></div><div class="col-sm-6 vk_prContent_colTxt"><h3 class="vk_prContent_colTxt_title" style="color:#eeeeee">自社のコンセプトやキャッチコピーが入ります。</h3><p class="vk_prContent_colTxt_text" style="color:#eeeeee">この部分には、自社について説明が入ります。<br>自社のコンセプトや理念など、大切にしていることについて説明しましょう。お客様に一番伝えたいことを書くことをおススメします。</p><div class="vk_button vk_button-color-custom"><a href="https://example.com" class="btn btn-block vk_button_link vk_prContent_colTxt_btn btn-primary" style="background-color:transparent;border:1px solid #eeeeee;color:#eeeeee" rel="noopener noreferrer"><i class="fas fa-arrow-circle-right vk_button_link_before"></i><span class="vk_button_link_txt">さらに詳しく</span></a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/pr-content --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":2,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:2rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Full Wide Title Set",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"bgColor":"#0c7abb","outerWidth":"full","padding_top_and_bottom":"0","opacity":1} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(12, 122, 187, 1), rgba(12, 122, 187, 1));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":3,"tablet":3,"mobile":3} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:3rem"></div><div class="vk_spacer-display-tablet" style="height:3rem"></div><div class="vk_spacer-display-mobile" style="height:3rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":0,"titleColor":"#ffffff","titleMarginBottom":0,"subTextColor":"#ffffff"} --\x3e\n\t\t<div class="wp-block-vk-blocks-heading vk_heading vk_heading-style-plain" style="margin-bottom:0rem"><h2 style="color:#ffffff;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力">Title test</h2><p style="color:#ffffff;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">Sub title text</p></div>\n\t\t\x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":3,"tablet":3,"mobile":3} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:3rem"></div><div class="vk_spacer-display-tablet" style="height:3rem"></div><div class="vk_spacer-display-mobile" style="height:3rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Service",icon:"",content:'\x3c!-- wp:vk-blocks/outer {"bgColor":"#ffffff","outerWidth":"full","padding_top_and_bottom":"0"} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":3,"titleMarginBottom":0} --\x3e\n\t\t<div class="wp-block-vk-blocks-heading"><div class="vk_heading vk_heading-style-plain" style="margin-bottom:3rem"><h2 style="color:#000000;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力">サービスの特徴など</h2><p style="color:#000000;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">提供しているサービスの特徴などを画像つきで紹介します</p></div></div>\n\t\t\x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/card {"name":"vk-blocks/card"} --\x3e\n\t\t<div class="vk_posts wp-block-vk-blocks-card">\x3c!-- wp:vk-blocks/card-item {"url":"/"} --\x3e\n\t\t<div class="vk_post card card-post vk_card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4 vk_post-btn-display"><div class="vk_post_imgOuter"><a href="/"><div class="card-img-overlay"></div></a></div><div class="vk_post_body card-body"><a href="/"><h5 class="vk_post_title card-title text-left">サービスの特徴</h5></a><p class="vk_post_excerpt card-text text-left">サービスの特徴についての紹介文などが入りますサービスの特徴についての紹介文などが入ります。</p><div class="vk_post_btnOuter text-right"><a class="btn btn-primary vk_post_btn" href="/">Read more</a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/card-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/card-item {"url":"/"} --\x3e\n\t\t<div class="vk_post card card-post vk_card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4 vk_post-btn-display"><div class="vk_post_imgOuter"><a href="/"><div class="card-img-overlay"></div></a></div><div class="vk_post_body card-body"><a href="/"><h5 class="vk_post_title card-title text-left">サービスの特徴</h5></a><p class="vk_post_excerpt card-text text-left">サービスの特徴についての紹介文などが入りますサービスの特徴についての紹介文などが入ります。</p><div class="vk_post_btnOuter text-right"><a class="btn btn-primary vk_post_btn" href="/">Read more</a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/card-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/card-item {"url":"/"} --\x3e\n\t\t<div class="vk_post card card-post vk_card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4 vk_post-btn-display"><div class="vk_post_imgOuter"><a href="/"><div class="card-img-overlay"></div></a></div><div class="vk_post_body card-body"><a href="/"><h5 class="vk_post_title card-title text-left">サービスの特徴</h5></a><p class="vk_post_excerpt card-text text-left">サービスの特徴についての紹介文などが入りますサービスの特徴についての紹介文などが入ります。</p><div class="vk_post_btnOuter text-right"><a class="btn btn-primary vk_post_btn" href="/">Read more</a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/card-item --\x3e</div>\n\t\t\x3c!-- /wp:vk-blocks/card --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":2,"tablet":2,"mobile":2} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:2rem"></div><div class="vk_spacer-display-tablet" style="height:2rem"></div><div class="vk_spacer-display-mobile" style="height:2rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e'},{name:"About",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"outerWidth":"full","padding_top_and_bottom":"0","upper_level":-60} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(243, 244, 245, 0.5), rgba(243, 244, 245, 0.5));border:none;border-radius:0px"><div class="vk_outer_separator vk_outer_separator-position-upper vk_outer_separator-type-tilt" style="padding-bottom:60px"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" preserveaspectratio="none"><path d="m100,40 L0,100 L100,100 z" strokewidth="0" fill="#fff"></path></svg></div><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\t\t\x3c!-- wp:vk-blocks/pr-content {"url":"https://example.com","buttonColorCustom":"#cf2e2e","Image":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/pr-img.png","layout":"right"} --\x3e\n\t\t<div class="wp-block-vk-blocks-pr-content vk_prContent vk_prContent-layout-imageRight"><div class="col-sm-6 vk_prContent_colImg"><img class="vk_prContent_colImg_image" src="https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/pr-img.png" alt="画像をアップロード" style="border:none"/></div><div class="col-sm-6 vk_prContent_colTxt"><h3 class="vk_prContent_colTxt_title">自社のコンセプトやキャッチコピーが入ります。</h3><p class="vk_prContent_colTxt_text">この部分には、自社について説明が入ります。<br>自社のコンセプトや理念など、大切にしていることについて説明しましょう。お客様に一番伝えたいことを書くことをおススメします。</p><div class="vk_button vk_button-color-custom"><a href="https://example.com" class="btn btn-block vk_button_link vk_prContent_colTxt_btn btn-primary" style="background-color:#cf2e2e;border:1px solid #cf2e2e" rel="noopener noreferrer"><span class="vk_button_link_txt">さらに詳しく</span></a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/pr-content --\x3e\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t</div></div>\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Icon Card Set",icon:"",content:'\x3c!-- wp:vk-blocks/outer {"bgColor":"#ffffff","outerWidth":"full","opacity":1,"clientId":"c0a133ef-fa45-4fba-bfd2-554fcb772305"} --\x3e\n\t\t<div class="vkb-outer-c0a133ef-fa45-4fba-bfd2-554fcb772305 wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal" style="border:0px none #000;border-radius:0px"><style>.vkb-outer-c0a133ef-fa45-4fba-bfd2-554fcb772305{background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1))}!important;</style><div><div class="vk_outer_container">\x3c!-- wp:vk-blocks/icon-card --\x3e\n\t\t<div class="vk_posts wp-block-vk-blocks-icon-card">\x3c!-- wp:vk-blocks/icon-card-item {"url":"/service/","icon":"far fa-file-alt","color":"#337ab7"} --\x3e\n\t\t<div class="wp-block-vk-blocks-icon-card-item vk_post vk_icon-card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4"><a href="/service/" class="vk_icon-card_item_link" target="_self" rel="noopener noreferrer"><div class="vk_icon-card_item_icon_outer" style="background-color:transparent;border:1px solid #337ab7"><i class="far fa-file-alt vk_icon-card_item_icon" style="color:#337ab7"></i></div><h3 class="vk_icon-card_item_title vk_icon-card_item_title has-text-align-center">サービス案内</h3><p class="vk_icon_card_item_summary vk_icon_card_item_summary has-text-align-center">弊社が提供するサービス&ソリューションについてご紹介しています。経験豊富なスタッフがこだわりを持って取り組んでいます。</p></a></div>\n\t\t\x3c!-- /wp:vk-blocks/icon-card-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/icon-card-item {"url":"/company/","icon":"far fa-building","color":"#337ab7"} --\x3e\n\t\t<div class="wp-block-vk-blocks-icon-card-item vk_post vk_icon-card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4"><a href="/company/" class="vk_icon-card_item_link" target="_self" rel="noopener noreferrer"><div class="vk_icon-card_item_icon_outer" style="background-color:transparent;border:1px solid #337ab7"><i class="far fa-building vk_icon-card_item_icon" style="color:#337ab7"></i></div><h3 class="vk_icon-card_item_title vk_icon-card_item_title has-text-align-center">会社案内</h3><p class="vk_icon_card_item_summary vk_icon_card_item_summary has-text-align-center">弊社代表挨拶や会社の基本情報について記載しています。また、弊社の歴史なども紹介していますので是非ご覧ください。</p></a></div>\n\t\t\x3c!-- /wp:vk-blocks/icon-card-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/icon-card-item {"url":"/recruit/","icon":"fas fa-users","color":"#337ab7"} --\x3e\n\t\t<div class="wp-block-vk-blocks-icon-card-item vk_post vk_icon-card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4"><a href="/recruit/" class="vk_icon-card_item_link" target="_self" rel="noopener noreferrer"><div class="vk_icon-card_item_icon_outer" style="background-color:transparent;border:1px solid #337ab7"><i class="fas fa-users vk_icon-card_item_icon" style="color:#337ab7"></i></div><h3 class="vk_icon-card_item_title vk_icon-card_item_title has-text-align-center">採用情報</h3><p class="vk_icon_card_item_summary vk_icon_card_item_summary has-text-align-center">株式会社サンプルでは一緒に働く仲間を募集しています。自分で考えていろいろな事にチャレンジできるやりがいのある仕事です。</p></a></div>\n\t\t\x3c!-- /wp:vk-blocks/icon-card-item --\x3e</div>\n\t\t\x3c!-- /wp:vk-blocks/icon-card --\x3e</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e'},{name:"Information ( Text )",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"outerWidth":"full"} --\x3e\n\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(243, 244, 245, 0.5), rgba(243, 244, 245, 0.5));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":2,"titleMarginBottom":0} --\x3e\n\t<div class="wp-block-vk-blocks-heading"><div class="vk_heading vk_heading-style-plain" style="margin-bottom:2rem"><h2 style="color:#000000;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力"><strong>お知らせ</strong></h2><p style="color:#000000;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">Information</p></div></div>\n\t\x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t\x3c!-- wp:vk-blocks/post-list {"name":"vk-blocks/post-list","layout":"postListText"} /--\x3e\n\n\t\x3c!-- wp:vk-blocks/button {"buttonUrl":"/information/","buttonType":"2","buttonColorCustom":"#313131","buttonAlign":"right","fontAwesomeIconAfter":"fas fa-arrow-circle-right"} --\x3e\n\t<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-right"><a href="/information/" id="vk_button_link" style="color:#313131" class="vk_button_link vk_button_link-type-text btn-md" role="button" aria-pressed="true" rel="noopener noreferrer"><span class="vk_button_link_txt">お知らせ一覧</span><i class="fas fa-arrow-circle-right vk_button_link_after"></i></a></div>\n\t\x3c!-- /wp:vk-blocks/button --\x3e\n\n\t</div></div>\n\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Information ( Card )",icon:"",content:'\n\t \t\x3c!-- wp:vk-blocks/outer {"bgColor":"#ffffff","outerWidth":"full","opacity":0.9} --\x3e\n\t \t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":3,"titleMarginBottom":0} --\x3e\n\t \t<div class="wp-block-vk-blocks-heading vk_heading vk_heading-style-plain" style="margin-bottom:3rem"><h2 style="color:#000000;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力"><strong>お知らせ</strong></h2><p style="color:#000000;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">Information</p></div>\n\t \t\x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t \t\x3c!-- wp:vk-blocks/post-list {"name":"vk-blocks/post-list"} /--\x3e\n\n\t \t\x3c!-- wp:vk-blocks/button {"buttonUrl":"https://example.com/","buttonSize":"sm","buttonAlign":"right","fontAwesomeIconBefore":"fas fa-arrow-circle-right"} --\x3e\n\t \t<div class="wp-block-vk-blocks-button vk_button vk_button-align-right"><a href="https://example.com/" id="vk_button_link" class="btn vk_button_link btn-sm btn-primary" role="button" aria-pressed="true" rel="noopener noreferrer"><i class="fas fa-arrow-circle-right vk_button_link_before"></i><span class="vk_button_link_txt">一覧を見る</span></a></div>\n\t \t\x3c!-- /wp:vk-blocks/button --\x3e</div></div>\n\t \t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t \t'},{name:"Feature Posts",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"bgColor":"#eeeeee","outerWidth":"full","padding_left_and_right":"1","padding_top_and_bottom":"0","clientId":"88b8ebeb-19b0-46cc-9690-90c26b4835c5"} --\x3e\n\t\t<div class="vkb-outer-88b8ebeb-19b0-46cc-9690-90c26b4835c5 wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-use vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="border:0px none #000;border-radius:0px"><style>.vkb-outer-88b8ebeb-19b0-46cc-9690-90c26b4835c5{background: linear-gradient(rgba(238, 238, 238, 0.5), rgba(238, 238, 238, 0.5))}!important;</style><div><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"pc":30} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:30px"></div><div class="vk_spacer-display-tablet" style="height:30px"></div><div class="vk_spacer-display-mobile" style="height:20px"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\t\t\x3c!-- wp:vk-blocks/post-list {"name":"vk-blocks/post-list","col_xs":2,"col_sm":3,"col_xl":6,"display_date":false} /--\x3e</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Call To Action",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"bgColor":"#000000","bgImage":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/programming-942487_1920.jpg","bgPosition":"fixed","padding_left_and_right":"1","padding_top_and_bottom":"0","opacity":0.7,"borderRadius":8} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-normal vk_outer-paddingLR-use vk_outer-paddingVertical-none vk_outer-bgPosition-fixed" style="background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/programming-942487_1920.jpg);border:0px none #000;border-radius:8px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/pr-content {"titleColor":"#eeeeee","contentColor":"#eeeeee","url":"https://example.com","buttonColorCustom":"#cf2e2e","Image":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/device_01.png","layout":"right","fontAwesomeIconBefore":"fas fa-arrow-circle-right","fontAwesomeIconAfter":""} --\x3e\n\t\t<div class="wp-block-vk-blocks-pr-content vk_prContent vk_prContent-layout-imageRight"><div class="col-sm-6 vk_prContent_colImg"><img class="vk_prContent_colImg_image" src="https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/device_01.png" alt="画像をアップロード" style="border:none"/></div><div class="col-sm-6 vk_prContent_colTxt"><h3 class="vk_prContent_colTxt_title" style="color:#eeeeee">Call To Action Title</h3><p class="vk_prContent_colTxt_text" style="color:#eeeeee">この部分には、自社について説明が入ります。<br>自社のコンセプトや理念など、大切にしていることについて説明しましょう。お客様に一番伝えたいことを書くことをおススメします。</p><div class="vk_button vk_button-color-custom"><a href="https://example.com" class="btn btn-block vk_button_link vk_prContent_colTxt_btn btn-primary" style="background-color:#cf2e2e;border:1px solid #cf2e2e" rel="noopener noreferrer"><i class="fas fa-arrow-circle-right vk_button_link_before"></i><span class="vk_button_link_txt">さらに詳しく</span></a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/pr-content --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4.5,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4.5rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\t\t'},{name:"Contact",icon:"",content:'\n\t \t\x3c!-- wp:vk-blocks/outer {"bgColor":"#313131","bgImage":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/home-office-336373_1920-e1513588377670.jpg","outerWidth":"full","bgPosition":"fixed","padding_top_and_bottom":"0","opacity":0.7} --\x3e\n\t <div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-fixed" style="background:linear-gradient(rgba(49, 49, 49, 0.7), rgba(49, 49, 49, 0.7)), url(https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/home-office-336373_1920-e1513588377670.jpg);border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":3,"tablet":3,"mobile":3} --\x3e\n\t <div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:3rem"></div><div class="vk_spacer-display-tablet" style="height:3rem"></div><div class="vk_spacer-display-mobile" style="height:3rem"></div></div>\n\t \x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t \x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":0,"titleColor":"#eeeeee","titleMarginBottom":0,"subTextColor":"#eeeeee"} --\x3e\n\t <div class="wp-block-vk-blocks-heading vk_heading vk_heading-style-plain" style="margin-bottom:0rem"><h2 style="color:#eeeeee;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力">無料体験実施中!</h2><p style="color:#eeeeee;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">体験入会大歓迎です。お気軽にご連絡ください。</p></div>\n\t \x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t \x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":1.5,"tablet":1.5,"mobile":1.5} --\x3e\n\t <div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:1.5rem"></div><div class="vk_spacer-display-tablet" style="height:1.5rem"></div><div class="vk_spacer-display-mobile" style="height:1.5rem"></div></div>\n\t \x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t \x3c!-- wp:columns --\x3e\n\t <div class="wp-block-columns">\x3c!-- wp:column --\x3e\n\t <div class="wp-block-column">\x3c!-- wp:vk-blocks/button {"subCaption":"お気軽にお問い合わせください","buttonUrl":"/contact/","buttonColor":"success","buttonColorCustom":null,"buttonAlign":"block","fontAwesomeIconBefore":"far fa-envelope"} --\x3e\n\t <div class="wp-block-vk-blocks-button vk_button vk_button-align-block"><a href="/contact/" id="vk_button_link" class="btn vk_button_link btn-md btn-success btn-block" role="button" aria-pressed="true" rel="noopener noreferrer"><i class="far fa-envelope vk_button_link_before"></i><span class="vk_button_link_txt">メールでのお問い合わせ</span><p class="vk_button_link_subCaption">お気軽にお問い合わせください</p></a></div>\n\t \x3c!-- /wp:vk-blocks/button --\x3e\n\t </div>\n\t \x3c!-- /wp:column --\x3e\n\n\t \x3c!-- wp:column --\x3e\n\t <div class="wp-block-column">\x3c!-- wp:vk-blocks/button {"subCaption":"電話でのお問い合わせはこちら","buttonUrl":"tel:000-000-0000","buttonColor":"danger","buttonColorCustom":null,"buttonAlign":"block","fontAwesomeIconBefore":"fas fa-phone-square-alt"} --\x3e\n\t <div class="wp-block-vk-blocks-button vk_button vk_button-align-block"><a href="tel:000-000-0000" id="vk_button_link" class="btn vk_button_link btn-md btn-danger btn-block" role="button" aria-pressed="true" rel="noopener noreferrer"><i class="fas fa-phone-square-alt vk_button_link_before"></i><span class="vk_button_link_txt">000-000-0000</span><p class="vk_button_link_subCaption">電話でのお問い合わせはこちら</p></a></div>\n\t \x3c!-- /wp:vk-blocks/button --\x3e\n\t </div>\n\t \x3c!-- /wp:column --\x3e</div>\n\t \x3c!-- /wp:columns --\x3e\n\n\t \x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":1,"tablet":1,"mobile":1} --\x3e\n\t <div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:1rem"></div><div class="vk_spacer-display-tablet" style="height:1rem"></div><div class="vk_spacer-display-mobile" style="height:1rem"></div></div>\n\t \x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t \x3c!-- /wp:vk-blocks/outer --\x3e'},{name:"Step set",icon:"",content:'\n\t\t\x3c!-- wp:group {"className":"is-style-default","color":"#eeeeee"} --\x3e\n\t\t<div class="wp-block-group is-style-default"><div class="wp-block-group__inner-container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":2,"tablet":32,"mobile":2} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:2rem"></div><div class="vk_spacer-display-tablet" style="height:32rem"></div><div class="vk_spacer-display-mobile" style="height:2rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/step --\x3e\n\t\t<div class="wp-block-vk-blocks-step vk_step">\x3c!-- wp:vk-blocks/step-item --\x3e\n\t\t<div class="wp-block-vk-blocks-step-item vk_step_item vk_step_item_lineStyle-default"><div class="vk_step_item_content">\x3c!-- wp:heading {"level":4} --\x3e\n\t\t<h4><strong>お問い合わせ</strong></h4>\n\t\t\x3c!-- /wp:heading --\x3e\n\n\t\t\x3c!-- wp:paragraph --\x3e\n\t\t<p>まずは<a>お問い合わせフォーム</a>または電話にてご連絡ください。</p>\n\t\t\x3c!-- /wp:paragraph --\x3e</div><div class="vk_step_item_dot vk_step_item_style-default" style="background-color:#337ab7;color:#ffffff"><div class="vk_step_item_dot_caption">STEP</div><div class="vk_step_item_dot_num">1</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/step-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/step-item {"dotNum":2} --\x3e\n\t\t<div class="wp-block-vk-blocks-step-item vk_step_item vk_step_item_lineStyle-default"><div class="vk_step_item_content">\x3c!-- wp:heading {"level":4} --\x3e\n\t\t<h4><strong>サービスのご提供</strong></h4>\n\t\t\x3c!-- /wp:heading --\x3e\n\n\t\t\x3c!-- wp:paragraph --\x3e\n\t\t<p>ご提案させていただいた内容にて業務を実施いたします。</p>\n\t\t\x3c!-- /wp:paragraph --\x3e</div><div class="vk_step_item_dot vk_step_item_style-default" style="background-color:#337ab7;color:#ffffff"><div class="vk_step_item_dot_caption">STEP</div><div class="vk_step_item_dot_num">2</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/step-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/step-item {"styleLine":"none","dotNum":3} --\x3e\n\t\t<div class="wp-block-vk-blocks-step-item vk_step_item vk_step_item_lineStyle-none"><div class="vk_step_item_content">\x3c!-- wp:heading {"level":4} --\x3e\n\t\t<h4><strong>ご入金</strong></h4>\n\t\t\x3c!-- /wp:heading --\x3e\n\n\t\t\x3c!-- wp:paragraph --\x3e\n\t\t<p>納品月の末締めで請求書を発行させていただきますので、翌月末にてご入金願います。</p>\n\t\t\x3c!-- /wp:paragraph --\x3e</div><div class="vk_step_item_dot vk_step_item_style-default" style="background-color:#337ab7;color:#ffffff"><div class="vk_step_item_dot_caption">STEP</div><div class="vk_step_item_dot_num">3</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/step-item --\x3e</div>\n\t\t\x3c!-- /wp:vk-blocks/step --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:group --\x3e\n\t\t'},{name:"Border box",icon:"",content:'\x3c!-- wp:vk-blocks/border-box {"faIcon":"fas fa-exclamation"} --\x3e\n\t\t<div class="vk_borderBox vk_borderBox-color-red wp-block-vk-blocks-border-box is-style-vk_borderBox-style-solid-kado-tit-tab"><div class="vk_borderBox_title_container"><i class="fas fa-exclamation"></i><h4 class="vk_borderBox_title">枠線ブロックサンプル</h4></div><div class="vk_borderBox_body">\x3c!-- wp:list {"className":"is-style-vk-check-mark vk-has-vivid-red-color","color":"#cf2e2e"} --\x3e\n\t\t<ul class="is-style-vk-check-mark vk-has-vivid-red-color"><li>これはリストのスタイルのサンプルです。</li><li>これはリストのスタイルのサンプルです。</li><li>これはリストのスタイルのサンプルです。</li><li>これはリストのスタイルのサンプルです。</li></ul>\n\t\t\x3c!-- /wp:list --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/border-box --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":2,"tablet":2,"mobile":2} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:2rem"></div><div class="vk_spacer-display-tablet" style="height:2rem"></div><div class="vk_spacer-display-mobile" style="height:2rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e'}],Rc=yc()((function(){return Cc.map((function(e){return function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?wc(Object(n),!0).forEach((function(t){xc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):wc(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e,{blocks:Ec(e.content)})}))}));function Nc(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var n=[],r=!0,o=!1,a=void 0;try{for(var l,i=e[Symbol.iterator]();!(r=(l=i.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==i.return||i.return()}finally{if(o)throw a}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var Sc=window.lodash,Tc=Sc.first,Ac=Sc.last,Bc=wp.components.Spinner,Oc=c.BlockPreview,Ic=wp.element.useState,Pc=wp.data,jc=Pc.dispatch,Lc=Pc.select,qc=jc("core/editor"),Mc=qc.insertBlocks,zc=qc.replaceBlocks,Dc=qc.multiSelect,Uc=(wp.i18n.__,Lc("core/block-editor")?Lc("core/block-editor"):Lc("core/editor")),Fc=Uc.getBlocks,Hc=Uc.getBlockCount,Vc=Uc.getSelectedBlock,Yc=Uc.getBlockInsertionPoint,Gc=function(e){e.slug;if(!(5.3>parseFloat(wpVersion))){var t=Nc(Ic(null),2),n=t[0],r=t[1],o=Nc(Ic(null),2),a=o[0],l=o[1];return function(){if(!a&&(n||r(Rc),n)){var e=n.map((function(e,t){return React.createElement("li",{key:t},React.createElement("div",{className:"vkb-menu__template-part__button",onClick:function(){if(e.blocks.length){var t=Vc();if(null===t){var n=Ac(Fc());void 0!==n&&null===n.rootClientId&&(!Hc(n.clientId)||"core/paragraph"===n.name&&""===n.attributes.content)?zc(n.clientId,e.blocks):Mc(e.blocks)}else{if("core/paragraph"===t.name&&""===t.attributes.content)zc(t.clientId,e.blocks);else{var r=Yc();Mc(e.blocks,r.index)}}Dc(Tc(e.blocks).clientId,Ac(e.blocks).clientId)}}},React.createElement("section",{className:"vkb-menu__template-part__card__container"},React.createElement("div",{id:"vkb-menu__template-part__card".concat(t),className:"card vkb-menu__template-part__card"},React.createElement("div",{className:"content"},React.createElement("h6",null,React.createElement("span",{className:"vkb-menu__template-part__header__icon"},e.icon),e.name),React.createElement("div",{className:"hover_content"},React.createElement("div",{className:"inner edit-post-visual-editor editor-styles-wrapper"},React.createElement(Oc,{viewportWidth:601,blocks:e.blocks}))))))))}));l(e.filter((function(e){return e})))}}(),a?React.createElement("ul",{className:"vkb-menu__template-part"},a):React.createElement("div",{className:"vkb-menu__template-part__loading"},React.createElement(Bc,null))}},Wc=wp.element.Fragment,Jc=wp.editPost,$c=Jc.PluginSidebar,Xc=Jc.PluginSidebarMoreMenuItem,Zc=wp.i18n.__,Qc=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"19.31564",viewBox:"0 0 20 19.31564"},React.createElement("path",{d:"M19.801,3.465l-5.93675.01494a.19492.19492,0,0,0-.18428.12949l-.45323,1.26505a.19767.19767,0,0,0,.18428.264h2.311a.19794.19794,0,0,1,.14444.3337l-3.67562,3.83h.01494l1.8926,5.95668a.19867.19867,0,0,1-.18926.259H12.05132a.19722.19722,0,0,1-.18926-.13946l-.95626-3.058a.197.197,0,0,0-.37353-.01l-.777,2.14162a.19642.19642,0,0,0-.005.11953l.70225,2.6048a.19724.19724,0,0,0,.18926.14443h5.97162a.19866.19866,0,0,0,.18926-.259L14.41208,9.56607a.199.199,0,0,1,.0498-.19922l5.48354-5.5682A.19793.19793,0,0,0,19.801,3.465Z",transform:"translate(0 -0.34218)"}),React.createElement("path",{d:"M12.76851.34218l-3.61584.01a.18849.18849,0,0,0-.18428.12949L8.5052,1.74668a.19768.19768,0,0,0,.18428.264h1.51407a.19364.19364,0,0,1,.18428.264L6.0797,14.06845a.19878.19878,0,0,1-.37354,0L2.62323,5.56673a.19767.19767,0,0,1,.18428-.264H4.3664a.18849.18849,0,0,1,.18428.1295l1.11563,3.068a.19878.19878,0,0,0,.37354,0L7.77307,3.72892a.19767.19767,0,0,0-.18428-.264H.19772a.19364.19364,0,0,0-.18428.264L5.70118,19.52708a.19878.19878,0,0,0,.37354,0L12.94781.59619A.186.186,0,0,0,12.76851.34218Z",transform:"translate(0 -0.34218)"})),Kc="vk-blocks",es={icon:Qc,render:function(){return React.createElement(Wc,null,React.createElement(Xc,{target:"vkbSidebar"},Zc("VK Blocks Templates","vk-blocks")),React.createElement($c,{name:"vkbSidebar",title:Zc("VK Blocks Templates","vk-blocks")},React.createElement(Gc,null)))}};5.3<=parseFloat(wpVersion)&&function(e){if(e){var t=e.name,n=e.settings;gc(t,n)}}(r)}]);
inc/vk-blocks/package/build/block-build.js.map ADDED
@@ -0,0 +1 @@
 
1
+ {"version":3,"sources":["webpack:///inc/vk-blocks/build/block-build.js"],"names":["modules","installedModules","__webpack_require__","moduleId","exports","module","i","l","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","__WEBPACK_AMD_DEFINE_RESULT__","hasOwn","classNames","classes","arguments","length","arg","argType","push","Array","isArray","inner","apply","join","default","undefined","h","for","q","u","v","w","x","y","z","aa","A","iterator","B","a","b","encodeURIComponent","C","isMounted","enqueueForceUpdate","enqueueReplaceState","enqueueSetState","D","E","this","props","context","refs","updater","F","G","isReactComponent","setState","Error","forceUpdate","H","constructor","isPureReactComponent","I","current","J","K","L","ref","__self","__source","M","e","g","f","children","k","defaultProps","$$typeof","type","_owner","N","O","P","Q","pop","result","keyPrefix","func","count","R","U","S","T","next","done","keys","=",":","replace","escape","toString","ca","da","V","ba","W","X","Children","map","forEach","toArray","only","createRef","Component","PureComponent","createContext","_calculateChangedBits","_currentValue","_currentValue2","_threadCount","Provider","Consumer","_context","forwardRef","render","lazy","_ctor","_status","_result","memo","compare","useCallback","useContext","useEffect","useImperativeHandle","useDebugValue","useLayoutEffect","useMemo","useReducer","useRef","useState","Fragment","Profiler","StrictMode","Suspense","createElement","cloneElement","createFactory","isValidElement","version","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","ReactCurrentDispatcher","ReactCurrentBatchConfig","suspense","ReactCurrentOwner","IsSomeRendererActing","assign","Y","Z","getOwnPropertySymbols","propIsEnumerable","propertyIsEnumerable","toObject","val","TypeError","test1","String","getOwnPropertyNames","test2","fromCharCode","test3","split","letter","err","shouldUseNative","target","source","from","symbols","to","__","wp","i18n","registerBlockType","blocks","_wp$components","components","RadioControl","RangeControl","PanelBody","Button","element","_ref","blockEditor","BlockEdit","editor","RichText","InspectorControls","MediaUpload","ColorPalette","BlockIcon","React","xmlns","width","height","viewBox","title","icon","category","attributes","content","selector","balloonName","balloonType","balloonBgColor","balloonAlign","IconImage","edit","_ref2","className","setAttributes","label","help","selected","options","onChange","concat","indexOf","onSelect","sizes","full","url","_ref3","open","onClick","src","alt","IconImageParse","JSON","parse","stringify","_ref4","renderMediaUploader","tagName","placeholder","style","background","border","save","_ref5","Content","registerBlockStyle","__webpack_exports__","convertColorClass","color","block_assign","lodash","addFilter","hooks","block_ref","createHigherOrderComponent","compose","isValidBlockType","includes","settings","activeColor","isSelected","initialOpen","disableCustomColors","newColor","newClassName","inputClassName","filterClassName","filter","list_style_block_assign","block_","block_Fragment","block_addFilter","block_PanelBody","list_style_block_ref","block_InspectorControls","block_ColorPalette","block_createHigherOrderComponent","block_isValidBlockType","hex2rgba","hex","alpha","match","slice","parseInt","isDefault","highlighter_block_","_window$wp$richText","window","richText","registerFormatType","toggleFormat","applyFormat","removeFormat","getActiveFormat","highlighter_block_ref","RichTextToolbarButton","RichTextShortcut","highlighter_block_InspectorControls","PanelColorSettings","highlighter_block_Fragment","getColorObjectByColorValue","block_name","data","isActive","_onChange","activeFormat","onToggle","setColorIfUndefined","colorSettings","character","onUse","shortcutType","shortcutCharacter","react","react_default","_typeof","obj","_defineProperties","descriptor","configurable","writable","_possibleConstructorReturn","self","ReferenceError","_assertThisInitialized","_getPrototypeOf","setPrototypeOf","getPrototypeOf","__proto__","_setPrototypeOf","component_","_wp$editor","component_NewComponent","_React$Component","NewComponent","instance","Constructor","_classCallCheck","protoProps","staticProps","subClass","superClass","_inherits","_this$props$attribute","vk_staff_text_name","vk_staff_text_caption","vk_staff_text_role","vk_staff_text_profileTitle","vk_staff_text_profileText","vk_staff_photo_image","vk_staff_photo_image_alt","vk_staff_layout","vk_staff_nameColor","vk_staff_captionColor","vk_staff_positionColor","vk_staff_profileTitleColor","vk_staff_profileTextColor","vk_staff_photoBorder","for_","returnELm","staff_block_","TextControl","staff_block_PanelBody","BaseControl","SelectControl","staff_block_Fragment","staff_block_ref","staff_block_InspectorControls","staff_block_ColorPalette","block_BlockIcon","classnames","classnames_default","component_typeof","component_defineProperties","component_possibleConstructorReturn","component_assertThisInitialized","component_getPrototypeOf","component_setPrototypeOf","component_SpacerComponent","SpacerComponent","component_classCallCheck","component_inherits","anchor","unit","pc","tablet","mobile","id","deprecated_component_typeof","deprecated_component_classCallCheck","deprecated_component_defineProperties","deprecated_component_createClass","deprecated_component_possibleConstructorReturn","deprecated_component_assertThisInitialized","deprecated_component_getPrototypeOf","deprecated_component_inherits","deprecated_component_setPrototypeOf","component_SpacerComponentV1","SpacerComponentV1","component_SpacerComponentV2","_React$Component2","SpacerComponentV2","_this$props$attribute2","deprecated_schema_schema","deprecated","spacer_block_","block_registerBlockType","block_wp$components","spacer_block_PanelBody","block_BaseControl","block_SelectControl","spacer_block_Fragment","spacer_block_InspectorControls","spacer_block_BlockIcon","points","supports","step","heading_toolbar_typeof","heading_toolbar_defineProperties","heading_toolbar_possibleConstructorReturn","heading_toolbar_assertThisInitialized","heading_toolbar_getPrototypeOf","heading_toolbar_setPrototypeOf","range","_wp$i18n","heading_toolbar_","sprintf","heading_toolbar_Component","Toolbar","heading_toolbar","_Component","HeadingToolbar","heading_toolbar_classCallCheck","heading_toolbar_inherits","targetLevel","selectedLevel","subscript","_this","_this$props","minLevel","maxLevel","controls","index","createLevelControl","heading_component_typeof","heading_component_defineProperties","heading_component_possibleConstructorReturn","heading_component_assertThisInitialized","heading_component_getPrototypeOf","heading_component_setPrototypeOf","component_RichText","heading_component_","component_Component","heading_component_classCallCheck","heading_component_inherits","cStyle","tStyle","level","align","titleColor","titleSize","subText","subTextFlag","subTextColor","subTextSize","titleStyle","titleMarginBottom","outerMarginBottom","containerClass","marginBottom","fontSize","textAlign","_readOnlyError","deprecated_block_Fragment","block_wp$editor","block_RichText","BlockControls","AlignmentToolbar","Version0_6_0","number","set_attirbuite","heading1","heading2","heading3","content1","content2","content3","url1","url2","url3","urlOpenType1","urlOpenType2","urlOpenType3","icon1","icon2","icon3","color1","color2","color3","bgType1","bgType2","bgType3","insertImage1","insertImage2","insertImage3","href","backgroundImage","backgroundRepeat","backgroundSize","backgroundColor","heading_block_","heading_block_registerBlockType","heading_block_wp$components","block_RangeControl","heading_block_PanelBody","heading_block_SelectControl","heading_block_Fragment","heading_block_ref","heading_block_InspectorControls","heading_block_ColorPalette","block_BlockControls","block_AlignmentToolbar","heading_block_BlockIcon","customClassName","setTitleFontSize","newLevel","min","max","alert_deprecated_RichText","deprecated_deprecated","alert_block_","alert_block_registerBlockType","alert_block_RichText","event","newContent","button_component_typeof","button_component_defineProperties","button_component_possibleConstructorReturn","button_component_assertThisInitialized","button_component_getPrototypeOf","button_component_setPrototypeOf","button_component_Component","button_component_classCallCheck","button_component_inherits","buttonColorCustom","lbColorCustom","buttonColor","lbColor","buttonType","lbType","buttonAlign","lbAlign","buttonSize","lbSize","buttonUrl","lbUrl","buttonTarget","lbTarget","fontAwesomeIconBefore","lbFontAwesomeIconBefore","fontAwesomeIconAfter","lbFontAwesomeIconAfter","lbRichtext","subCaption","lbsubCaption","aClass","aStyle","iconBefore","iconAfter","role","aria-pressed","rel","component_deprecated_typeof","component_deprecated_defineProperties","component_deprecated_possibleConstructorReturn","component_deprecated_assertThisInitialized","component_deprecated_getPrototypeOf","component_deprecated_setPrototypeOf","component_deprecated_ComponentDeprecated","ComponentDeprecated","component_deprecated_classCallCheck","component_deprecated_inherits","component_deprecated_id_typeof","component_deprecated_id_defineProperties","component_deprecated_id_possibleConstructorReturn","component_deprecated_id_assertThisInitialized","component_deprecated_id_getPrototypeOf","component_deprecated_id_setPrototypeOf","component_deprecated_id_ComponentDeprecatedId","ComponentDeprecatedId","component_deprecated_id_classCallCheck","component_deprecated_id_inherits","component_deprecated_noopenernoreferer_id_typeof","component_deprecated_noopenernoreferer_id_defineProperties","component_deprecated_noopenernoreferer_id_possibleConstructorReturn","component_deprecated_noopenernoreferer_id_assertThisInitialized","component_deprecated_noopenernoreferer_id_getPrototypeOf","component_deprecated_noopenernoreferer_id_setPrototypeOf","component_deprecated_noopenernoreferer_id_ComponentDeprecatedNoOpnnerNoRefererID","ComponentDeprecatedNoOpnnerNoRefererID","component_deprecated_noopenernoreferer_id_classCallCheck","component_deprecated_noopenernoreferer_id_inherits","component_deprecated_subcaption_noNoopnnernoreferer_id_typeof","component_deprecated_subcaption_noNoopnnernoreferer_id_defineProperties","component_deprecated_subcaption_noNoopnnernoreferer_id_possibleConstructorReturn","component_deprecated_subcaption_noNoopnnernoreferer_id_assertThisInitialized","component_deprecated_subcaption_noNoopnnernoreferer_id_getPrototypeOf","component_deprecated_subcaption_noNoopnnernoreferer_id_setPrototypeOf","component_deprecated_subcaption_noNoopnnernoreferer_id_ComponentDeprecatedSubcaptionNoopennerId","ComponentDeprecatedSubcaptionNoopennerId","component_deprecated_subcaption_noNoopnnernoreferer_id_classCallCheck","component_deprecated_subcaption_noNoopnnernoreferer_id_inherits","deprecated_deprecated_RichText","deprecated_deprecated_deprecated","button_block_","button_block_registerBlockType","button_block_wp$components","block_RadioControl","button_block_PanelBody","button_block_BaseControl","CheckboxControl","block_TextControl","Dashicon","IconButton","button_block_Fragment","button_block_ref","button_block_RichText","button_block_InspectorControls","button_block_ColorPalette","URLInput","button_block_BlockIcon","checked","formattingControls","onSubmit","preventDefault","faq_deprecated_RichText","faq_deprecated_deprecated","heading","faq_block_","faq_block_registerBlockType","faq_block_RichText","faq_block_BlockIcon","flow_deprecated_RichText","flow_deprecated_deprecated","arrowFlag","insertImage","flow_block_","flow_block_registerBlockType","flow_block_wp$components","flow_block_RadioControl","flow_block_PanelBody","block_Button","flow_block_Fragment","flow_block_ref","flow_block_RichText","flow_block_InspectorControls","block_MediaUpload","component_block_typeof","component_block_defineProperties","component_block_possibleConstructorReturn","component_block_assertThisInitialized","component_block_getPrototypeOf","component_block_setPrototypeOf","component_block_","component_block_RichText","component_block_ComponentBlock","ComponentBlock","component_block_classCallCheck","component_block_inherits","blockNum","blockNumArrIndex","urlOpenType","bgType","richTextH1Save","richTextPSave","drawElement","block_readOnlyError","deprecated_block_wp$components","deprecated_block_wp$editor","deprecated_block_RichText","block_deprecated","set_attributes","set_attributes2","is_not_json_typeof","isNotJSON","pr_blocks_component_block_typeof","pr_blocks_component_block_defineProperties","pr_blocks_component_block_possibleConstructorReturn","pr_blocks_component_block_assertThisInitialized","pr_blocks_component_block_getPrototypeOf","pr_blocks_component_block_setPrototypeOf","pr_blocks_component_block_","pr_blocks_component_block_RichText","pr_blocks_component_block_ComponentBlock","pr_blocks_component_block_classCallCheck","pr_blocks_component_block_inherits","renderItem_image","bgImage","bgImageParse","renderSaveAltImage","pr_blocks_block_","pr_blocks_block_registerBlockType","pr_blocks_block_wp$components","pr_blocks_block_RadioControl","pr_blocks_block_PanelBody","pr_blocks_block_Button","pr_blocks_block_BaseControl","pr_blocks_block_CheckboxControl","pr_blocks_block_TextControl","pr_blocks_block_Fragment","pr_blocks_block_ref","pr_blocks_block_InspectorControls","pr_blocks_block_MediaUpload","pr_blocks_block_ColorPalette","pr_blocks_block_BlockIcon","cx","cy","block_set_attributes","renderEditAltImage","_ref6","component_fontawesome_typeof","component_fontawesome_defineProperties","component_fontawesome_possibleConstructorReturn","component_fontawesome_assertThisInitialized","component_fontawesome_getPrototypeOf","component_fontawesome_setPrototypeOf","component_fontawesome_Fontawesome","Fontawesome","component_fontawesome_classCallCheck","component_fontawesome_inherits","buttonText","pr_content_component_typeof","pr_content_component_defineProperties","pr_content_component_possibleConstructorReturn","pr_content_component_assertThisInitialized","pr_content_component_getPrototypeOf","pr_content_component_setPrototypeOf","pr_content_component_","component_Button","component_MediaUpload","pr_content_component_RichText","pr_content_component_Component","pr_content_component_classCallCheck","pr_content_component_inherits","contentColor","Image","ImageBorderColor","layout","btnClass","imageBorderProperty","saveImage","ImageParse","_ImageParse","renderImage","component_fontawesome_deprecated_typeof","component_fontawesome_deprecated_defineProperties","component_fontawesome_deprecated_possibleConstructorReturn","component_fontawesome_deprecated_assertThisInitialized","component_fontawesome_deprecated_getPrototypeOf","component_fontawesome_deprecated_setPrototypeOf","component_fontawesome_deprecated_Fontawesome","component_fontawesome_deprecated_classCallCheck","component_fontawesome_deprecated_inherits","deprecated_component_deprecated_typeof","deprecated_component_deprecated_defineProperties","deprecated_component_deprecated_possibleConstructorReturn","deprecated_component_deprecated_assertThisInitialized","deprecated_component_deprecated_getPrototypeOf","deprecated_component_deprecated_setPrototypeOf","component_deprecated_","component_deprecated_Button","component_deprecated_MediaUpload","component_deprecated_RichText","deprecated_component_deprecated_ComponentDeprecated","deprecated_component_deprecated_classCallCheck","deprecated_component_deprecated_inherits","component_no_boder_color_typeof","component_no_boder_color_defineProperties","component_no_boder_color_possibleConstructorReturn","component_no_boder_color_assertThisInitialized","component_no_boder_color_getPrototypeOf","component_no_boder_color_setPrototypeOf","component_no_boder_color_","component_no_boder_color_Button","component_no_boder_color_MediaUpload","component_no_boder_color_RichText","component_no_boder_color_ComponentNoBorderColor","ComponentNoBorderColor","component_no_boder_color_classCallCheck","component_no_boder_color_inherits","pr_content_deprecated_deprecated_deprecated","pr_content_block_","pr_content_block_registerBlockType","pr_content_block_wp$components","pr_content_block_RadioControl","pr_content_block_PanelBody","pr_content_block_BaseControl","pr_content_block_CheckboxControl","pr_content_block_TextControl","pr_content_block_Fragment","pr_content_block_ref","pr_content_block_InspectorControls","pr_content_block_ColorPalette","pr_content_block_BlockIcon","heading_style_block_assign","heading_style_block_","heading_style_block_addFilter"],"mappings":"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","file":"./inc/vk-blocks/build/block-build.js","sourceRoot":""}
inc/vk-blocks/package/build/bootstrap_vk_using.css ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ /*!
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
+ */.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.media{display:flex;align-items:flex-start}.media-body{flex:1}
inc/vk-blocks/package/build/languages/vk-blocks-ja-vk-blocks-build-js.json ADDED
@@ -0,0 +1 @@
 
1
+ {"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=1; plural=0;","lang":"ja_JP"},"Icon":["アイコン"],"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.":["他のアイコンを使いたい場合は Font Awesome のアイコンリストから選んでタグを入力してください。"],"Ex) <i class=\"fas fa-arrow-circle-right\"></i>":["例) <i class=“fas fa-arrow-circle-right”></i>"],"Font Awesome icon list":["Font Awesome アイコンリスト"],"Select Icon":["アイコンを選択"],"Font Awesome":["Font Awesome:"],"Enter Font Awesome Class.":["Font Awesome の class 名を入力してください。"],"Ex) fas fa-arrow-circle-right":["例) fas fa-arrow-circle-right"],"Animation":["アニメーション"],"Animation Settings":["アニメーション設定"],"Animation effect":["アニメーションの効果"],"Fade In":["フェードイン"],"Slide Up":["スライドアップ"],"Slide Left":["スライド左"],"Slide Right":["スライド右"],"Animation speed":["アニメーションの速度"],"Very Slow":["非常に遅い"],"Slow":["遅い"],"Fast":["速い"],"Very Fast":["非常に速い"],"Animation range":["アニメーションの距離"],"Short":["短い"],"Normal":["標準"],"Long":["長い"],"Card Item":["カードアイテム"],"URL":["URL"],"https://example.com":["https://example.com"],"Delete Image":["画像を削除"],"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ":[""],"Title":["タイトルを入力"],"Select image":["画像を選択"],"Image Height":["画像高さ"],"Slide Height for each device.":["デバイス毎の高さ"],"Display item":["表示要素"],"Excerpt Text":["抜粋"],"Warning! When you hidden this item, you will lose the content.":["注意!この項目を非表示にすると入力されていた内容は失われます。"],"Image":["画像"],"Button":["ボタン"],"Button option":["ボタンオプション"],"Click each card block to set the target url. You can find the url form at it's sidebar.":["ボタンのリンク先は各カードブロックをクリックすると、サイドバーにURL入力フォームが表示されます。"],"Button text":["ボタンの文字"],"Card":["カード"],"Ignore this post":["表示中の投稿をリストから除外する"],"Child page list":["子ページリスト"],"This Page":["このページ"],"Display conditions":["表示条件"],"Parent":["親ページ"],"Grid Column Item":["グリッドカラムアイテム"],"Grid Column":["グリッドカラム"],"Layout Columns":["カラムレイアウト"],"Icon Card Item":["アイコンカードアイテム"],"PR Block Setting":["PR Block 設定"],"Link URL:":["リンクURL:"],"Open link new tab.":["リンクを別ウィンドウで開く"],"Icon ( Font Awesome )":["アイコン ( Font Awesome )"],"Icon Background:":["アイコン背景:"],"Solid color":["ベタ塗り"],"No background":["背景なし"],"Input Title":["タイトルを入力"],"Input Content":["文章を入力してください"],"Align":["表示位置"],"Text":["テキスト"],"Icon Card":["アイコンカード"],"Columns":["カラム"],"Background Setting":["背景設定"],"Color Setting":["色設定"],"Color will overcome background image. If you want to display image, clear background color or set opacity 0.":["色を指定すると画像よりも優先されます。画像を表示したい場合は、背景色をクリアするか、不透明度を0に設定します。"],"Opacity Setting":["透過設定"],"Background Image PC":["背景画像 ( PC )"],"Background Image Tablet":["背景画像 ( タブレット )"],"Background Image Mobile":["背景画像背景画像 ( モバイル )"],"Background image Position":["背景画像の位置"],"normal":["標準"],"Fixed (Not fixed on iPhone)":["固定(iPhoneでは固定されません)"],"Parallax (Non-guaranteed)":["パララックス(非保証)"],"Layout Setting":["レイアウト設定"],"Width":["幅"],"Full Wide":["全幅"],"Padding (Left and Right)":["余白 (左右)"],"Fit to the Content area":["コンテンツエリアに合わせる"],"Add padding to the Outer area":["アウターエリア内に余白を追加する"],"Remove padding from the Outer area":["アウターエリア内の余白を無くす"],"Padding (Top and Bottom)":["余白 (上下)"],"Use default padding":["標準の余白を使用"],"Do not use default padding":["標準の余白を使用しない"],"* If you select \"Do not use\" that, please set yourself it such as a spacer block.":["*「使用しない」を選択した場合はスペーサーブロックなどで任意に設定してください。"],"Divider Setting":["区切りの設定"],"Type":["タイプ"],"Tilt":["傾斜"],"Curve":["カーブ"],"Wave":["波状"],"Triangle":["三角"],"Upper Divider Level":["上部区切りレベル"],"Lower Divider Level":["下部区切りレベル"],"Border Setting":["枠線の設定"],"Border will disappear when divider effect is applied.":["枠線は区切りレベルを適用すると表示されなくなります。"],"Border type":["枠線の種類"],"None":["なし"],"Solid":["直線"],"Dotted":["点線"],"Dashed":["Dashed"],"Double":["二重線"],"Groove":["Groove"],"Ridge":["Ridge"],"Inset":["Inset"],"Outset":["Outset"],"Border width":["枠線の幅"],"Border radius":["枠線のRの大きさ"],"Outer":["Outer"],"Filter by PostTypes":["投稿タイプ"],"Filter by Taxonomy Terms":["分類"],"Number of Posts":["表示件数"],"Order by":["表示順"],"Published Date":["公開日"],"Modefied Date":["更新日"],"Random":["ランダム"],"offset":["オフセット数"],"Post list":["投稿リスト"],"Background Image Size":["背景画像サイズ"],"cover":["カバー"],"repeat":["リピート"],"Slider Item":["スライダーアイテム"],"Fit to the Container area":["コンテナエリアに合わせる"],"Add padding to the Slider area":["スライダーアイテムエリア内に余白を追加する"],"Remove padding from the Slider area":["スライダーアイテムエリア内の余白を無くす"],"Vertical align":["縦揃え"],"Height":["高さ"],"Slider Settings":["スライド設定"],"Effect ":["エフェクト"],"Slide":["スライド"],"Fade":["フェード"],"Loop ":["繰り返し"],"AutoPlay":["自動再生"],"Change Time":["切り替え時間"],"Display Pagination":["ページネーションの表示"],"Slider":["スライダー"],"Slider is do not move in edit screen.":["スライダーは編集画面では動きません。公開画面でプレビューしてください。"],"Step Item":["ステップ要素"],"Step Mark":["ステップマーク"],"If Font Awesome tags entered, it will overrides the number.":["Font Awesome の class 名が入力されている場合は数字は上書きされます。"],"Ex,6:00AM":["例) 午前 6:00"],"Color":["色"],"Style":["スタイル"],"Outlined":["アウトライン"],"Default":["標準"],"Step":["ステップ"],"First Dot Number":["ステップの開始番号"],"Table of Contents":["目次"],"No frame":["枠無し"],"Default Display Status":["初期表示状態"],"OPEN":[""],"CLOSE":[""],"Timeline Item":["タイムライン要素"],"label":["ラベル"],"Timeline":["タイムライン"],"Alert":["アラート"],"Style Settings":["スタイル設定"],"Success":["Success"],"Info":["Info"],"Warning":["Warning"],"Danger":["Danger"],"Balloon setting":["フキダシ設定"],"Position":["位置"],"Please specify the layout of the balloon.":["吹き出しの配置を指定してください。"],"Left":["左"],"Right":["右"],"Please select the type of balloon.":["吹き出しのタイプを指定してください。"],"Serif":["セリフ"],"Thinking":["吹き出し"],"Image Style":["画像スタイル"],"Rounded":["角丸"],"Circle":["丸抜き"],"Background color of speech balloon":["吹き出しの背景色"],"Default Icon Setting":["デフォルトアイコン設定"],"You can register default icons from Settings > VK Blocks in Admin.":["管理画面の 設定 > VK Blocks から よく使うアイコンを登録する事ができます。"],"Animation setting":["アニメーション設定"],"Please select the type of animation.":["アニメーションのタイプを指定してください。"],"Trembling":["ぶるぶる"],"Trembling X":["ぶるぶる(X方向)"],"Pounding":["どきどき"],"Shaking":["ゆらゆら"],"Upload image":["画像をアップロード"],"Ballon":["吹き出し"],"Icon Name":["アイコンの名前"],"Input text":["文字を入力"],"Please enter a title.":["見出しを入力してください。"],"Orange":["オレンジ"],"Blue":["青"],"Green":["緑"],"Black":["黒"],"Background Color":["背景色"],"Transparent":["透過"],"White":["白"],"Border Box":["枠線ボックス"],"Solid Angle Tab":["直線 ピン角 タブ"],"Solid Round Tab":["直線 角丸 タブ"],"Solid Angle Banner":["直線 ピン角 バナー"],"Solid Angle Onborder":["直線 ピンカド 線上"],"Solid Angle Inner":["直線 ピン角 内側"],"Solid Angle iconFeature":["直線 ピン角 アイコン"],"Border Color":["線の色"],"Red":["赤"],"Button setting":["ボタン設定"],"Sub Caption":["サブテキスト"],"Button Size:":["ボタンサイズ:"],"Large":["大"],"Small":["小"],"Button Position:":["ボタンの位置:"],"Center":["中央"],"Wide":["幅広"],"Block":["全幅"],"Button Style:":["ボタンスタイル:"],"Text only":["テキストのみ"],"If you select \"No background\", that you need to select a Custom Color.":["もし「背景なし」を選択した場合はカスタムカラーで色を指定してください。"],"Default Color:":["標準色:"],"Primary":["Primary"],"Secondary":["Secondary"],"Light":["Light"],"Dark":["Dark"],"Custom Color":["カスタムカラー"],"This custom color overrides the default color. If you want to use the default color, click the clear button.":["このカスタムカラーはデフォルトのカラーを上書きします。 デフォルトの色を使用したい場合は、クリアボタンをクリックしてください。"],"Before text":["文字の前"],"After text":["文字の後"],"Apply":[""],"Please enter a question.":["質問を入力してください。"],"FAQ":["質問と解答"],"Bgfill Circle":["背景塗り 円形"],"Bgfill Square":["背景塗り ピン角"],"Bgfill Rounded":["背景塗り 角丸"],"Border Circle":["枠線 円形"],"Border Square":["枠線 ピン角"],"Border Rounded":["枠線 角丸"],"Flow":["フロー"],"Display of arrow":["矢印の表示"],"Arrow display":["矢印を表示する"],"Arrow hidden":["矢印を表示しない"],"Input title":["タイトルを入力"],"Input content":["説明を入力"],"Stitch":["スティッチ"],"Border Top Bottom":["直線 上下"],"Shadow":["シャドウ"],"Solid Roundcorner":["直線 角丸"],"Dotted border bottom black":["点線 下線 黒"],"Both ends":["左右線"],"Brackets black":["括弧 黒"],"Plain":["装飾無し"],"Background fill lightgray":["背景塗り 灰色"],"Double border top and bottom black":["二重線 上下線 黒"],"Double border bottom black":["二重線 下線 黒"],"Solid border top and bottom black":["直線 上下 黒"],"Solid border bottom black":["直線 下線 黒"],"Heading style":["見出しスタイル"],"Margin Setting":["余白設定"],"Margin bottom size of after hedding (rem)":["見出しテキストの下部の余白 (rem)"],"Margin bottom size of after this block (rem)":["このブロック全体の下部の余白 (rem)"],"Heading Settings":["見出し設定"],"Level":["レベル"],"Text Alignment":["テキストの水平位置"],"Text Color":["文字の色"],"Font Awesome Icon Settings":["Font Awesome アイコン設定"],"Icon Color":["アイコンの色"],"Sub Text Settings":["サブテキスト設定"],"Display":["表示"],"Hide":["非表示"],"Text size (rem)":["文字サイズ (rem)"],"Heading":["見出し"],"Input title…":["タイトルを入力"],"Input sub text…":["サブテキストを入力"],"Heading %d":["見出し %d"],"Hidden at screel size":["非表示にする画面サイズ"],"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.":["注意 : この機能はあくまでHTMLに出力される要素を非表示にするだけです。本当に見せてはいけない要素には使わないでください。"],"Hidden ( Screen size : all )":["非表示 ( 画面サイズ : all )"],"Hidden ( Screen size : xs )":["非表示 ( 画面サイズ : xs )"],"Hidden ( Screen size : sm )":["非表示 ( 画面サイズ : sm )"],"Hidden ( Screen size : md )":["非表示 ( 画面サイズ : md )"],"Hidden ( Screen size : lg )":["非表示 ( 画面サイズ : lg )"],"Hidden ( Screen size : xl )":["非表示 ( 画面サイズ : xl )"],"If you want to hide multiple blocks, that first you set to group block and the next, hide for the that group block.":["複数のブロックを非表示にする場合は、最初にグループブロックに設定し、そのグループブロックに対して非表示にします。"],"Hidden Settings":["非表示設定"],"Highlight Color":["ハイライトカラー"],"Highlighter":["蛍光マーカー"],"Photo frame":["フォトフレーム"],"Border":["枠線"],"Arrow":["矢印"],"Check":["チェック"],"Check Square":["チェック-四角"],"Check Circle":["チェック-丸"],"Handpoint":["指"],"Pencil":["鉛筆"],"Smile":["笑顔"],"Frown":["不満顔"],"Numbered Circle":["数字-丸"],"Numbered Square":["数字-四角"],"List Icon Color":["リストアイコンの色"],"PR Block1 Setting":["PR Block1 設定"],"Icon 1":["アイコン 1"],"When you have an image. Image is displayed with priority":["画像を設定した場合は画像が優先して表示されます。"],"PR Image 1":["PR 画像 1"],"PR Block2 Setting":["PR Block2 設定"],"Icon 2":["アイコン 2"],"PR Image 2":["PR 画像 2"],"PR Block3 Setting":["PR Block3 設定"],"Icon 3":["アイコン 3"],"When you have an image. Image is displayed with priority.":["画像を設定した場合は画像が優先して表示されます。"],"PR Image 3":["PR 画像 3"],"PR Blocks":["PR Blocks"],"Title Color":["見出しの色"],"Content Color":["本文の色"],"Image Border Color":["画像の線の色"],"Button Setting":["ボタン設定"],"Button Text":["ボタンの文字"],"Link URL":["リンクURL"],"Button Type":["ボタンタイプ"],"Ghost":["ゴーストボタン"],"Button Color":["ボタンの色"],"Layout Type":["レイアウトタイプ"],"PR Content":["PR Content"],"Input title.":["タイトルを入力してください。"],"Input content.":["本文を入力してください。"],"Responsive Spacer":["レスポンシブスペーサー"],"Height for each device.":["デバイス毎の高さ"],"Staff name":["名前"],"Name caption":["名前のキャプション"],"Role position":["役職"],"Profile title":["プロフィールタイトル"],"Profile text":["プロフィールテキスト"],"Staff":["スタッフ"],"Layout":["レイアウト"],"Image left":["画像 左"],"Image border":["画像の線"],"Alt text":["画