Visual Composer Website Builder - Version 42.0-beta.1

Version Description

Download this release

Release Info

Developer visualcomposer
Plugin Icon wp plugin Visual Composer Website Builder
Version 42.0-beta.1
Comparing to
See all releases

Code changes from version 41.1 to 42.0-beta.1

Files changed (30) hide show
  1. cache/autoload.php +547 -533
  2. elements/basicButton/public/dist/element.bundle.js +1 -1
  3. elements/column/public/dist/element.bundle.js +2 -2
  4. elements/faqToggle/faqToggle/public/dist/faqToggle.min.js +1 -1
  5. elements/faqToggle/faqToggle/public/js/faqToggle.js +1 -0
  6. elements/faqToggle/faqToggle/public/webpack.config.js +1 -1
  7. elements/faqToggle/public/dist/element.bundle.js +1 -1
  8. elements/outlineButton/public/dist/element.bundle.js +1 -1
  9. elements/row/public/dist/element.bundle.js +2 -2
  10. elements/simpleImageSlider/public/dist/element.bundle.js +1 -1
  11. elements/simpleImageSlider/simpleImageSlider/public/dist/simpleImageSlider.min.js +1 -1
  12. elements/simpleImageSlider/simpleImageSlider/public/js/simpleImageSlider.js +3 -0
  13. elements/twitterButton/manifest.json +19 -1
  14. elements/twitterButton/twitterButton/public/tweet-button-preview.jpg +0 -0
  15. elements/twitterButton/twitterButton/public/tweet-button-preview.png +0 -0
  16. elements/vimeoPlayer/public/dist/element.bundle.js +1 -1
  17. elements/youtubePlayer/public/dist/element.bundle.js +1 -1
  18. plugin-wordpress.php +2 -2
  19. public/dist/assets/02944d7e0eeb0e9dc69a.woff.gz +0 -0
  20. public/dist/assets/3d9333a4ab4bbce634c3.svg.gz +0 -0
  21. public/dist/assets/{02944d7e0eeb0e9dc69a.woff → 76fc5c2f20b001e01522.woff} +0 -0
  22. public/dist/assets/76fc5c2f20b001e01522.woff.gz +0 -0
  23. public/dist/assets/{3d9333a4ab4bbce634c3.svg → 89c54c69977662d9c566.svg} +1 -0
  24. public/dist/assets/89c54c69977662d9c566.svg.gz +0 -0
  25. public/dist/assets/a64c978a190aa637d4b2.ttf.gz +0 -0
  26. public/dist/assets/{a64c978a190aa637d4b2.ttf → ff25595f76e76fe7e067.ttf} +0 -0
  27. public/dist/assets/ff25595f76e76fe7e067.ttf.gz +0 -0
  28. public/dist/hub.bundle.css +2 -2
  29. public/dist/hub.bundle.css.gz +0 -0
  30. public/dist/hub.bundle.js +0 -1
cache/autoload.php CHANGED
@@ -269,27 +269,6 @@ return array (
269
  'make' => false,
270
  'singleton' => true,
271
  ),
272
- 'SettingsFieldsRegistryHelper' =>
273
- array (
274
- 'name' => 'SettingsFieldsRegistryHelper',
275
- 'abstract' => 'VisualComposer\\Helpers\\Settings\\FieldsRegistry',
276
- 'make' => false,
277
- 'singleton' => true,
278
- ),
279
- 'SettingsSectionsRegistryHelper' =>
280
- array (
281
- 'name' => 'SettingsSectionsRegistryHelper',
282
- 'abstract' => 'VisualComposer\\Helpers\\Settings\\SectionsRegistry',
283
- 'make' => false,
284
- 'singleton' => true,
285
- ),
286
- 'SettingsTabsRegistryHelper' =>
287
- array (
288
- 'name' => 'SettingsTabsRegistryHelper',
289
- 'abstract' => 'VisualComposer\\Helpers\\Settings\\TabsRegistry',
290
- 'make' => false,
291
- 'singleton' => true,
292
- ),
293
  'AccessCurrentUserHelper' =>
294
  array (
295
  'name' => 'AccessCurrentUserHelper',
@@ -318,6 +297,27 @@ return array (
318
  'make' => false,
319
  'singleton' => true,
320
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  'HubAddonsHelper' =>
322
  array (
323
  'name' => 'HubAddonsHelper',
@@ -398,1018 +398,1053 @@ return array (
398
  ),
399
  'modules' =>
400
  array (
401
- 'EditorsEnvController' =>
402
  array (
403
- 'name' => 'EditorsEnvController',
404
- 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
405
  'make' => true,
406
  'singleton' => true,
407
  ),
408
- 'EditorsMediaSizesController' =>
409
  array (
410
- 'name' => 'EditorsMediaSizesController',
411
- 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
412
  'make' => true,
413
  'singleton' => true,
414
  ),
415
- 'EditorsFrontendBundleController' =>
416
  array (
417
- 'name' => 'EditorsFrontendBundleController',
418
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
419
  'make' => true,
420
  'singleton' => true,
421
  ),
422
- 'EditorsFrontendController' =>
423
  array (
424
- 'name' => 'EditorsFrontendController',
425
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
426
  'make' => true,
427
  'singleton' => true,
428
  ),
429
- 'EditorsFrontendHeartbeatController' =>
430
  array (
431
- 'name' => 'EditorsFrontendHeartbeatController',
432
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
433
  'make' => true,
434
  'singleton' => true,
435
  ),
436
- 'EditorsFrontendMenuController' =>
437
  array (
438
- 'name' => 'EditorsFrontendMenuController',
439
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
440
  'make' => true,
441
  'singleton' => true,
442
  ),
443
- 'EditorsFrontendVariablesController' =>
444
  array (
445
- 'name' => 'EditorsFrontendVariablesController',
446
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
447
  'make' => true,
448
  'singleton' => true,
449
  ),
450
- 'EditorsAttributesWpEditor' =>
451
  array (
452
- 'name' => 'EditorsAttributesWpEditor',
453
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
454
  'make' => true,
455
  'singleton' => true,
456
  ),
457
- 'EditorsAttributesAutoCompleteController' =>
458
  array (
459
- 'name' => 'EditorsAttributesAutoCompleteController',
460
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
461
  'make' => true,
462
  'singleton' => true,
463
  ),
464
- 'EditorsAttributesAjaxFormController' =>
465
  array (
466
- 'name' => 'EditorsAttributesAjaxFormController',
467
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
468
  'make' => true,
469
  'singleton' => true,
470
  ),
471
- 'EditorsAttributesUrlController' =>
472
  array (
473
- 'name' => 'EditorsAttributesUrlController',
474
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
475
  'make' => true,
476
  'singleton' => true,
477
  ),
478
- 'EditorsAttributesCodeMirrorCodeMirrorController' =>
479
  array (
480
- 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
481
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
482
  'make' => true,
483
  'singleton' => true,
484
  ),
485
- 'EditorsAttributesPageDesignOptionsController' =>
486
  array (
487
- 'name' => 'EditorsAttributesPageDesignOptionsController',
488
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\PageDesignOptions\\Controller',
489
  'make' => true,
490
  'singleton' => true,
491
  ),
492
- 'EditorsAttributesCheckboxController' =>
493
  array (
494
- 'name' => 'EditorsAttributesCheckboxController',
495
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Checkbox\\Controller',
496
  'make' => true,
497
  'singleton' => true,
498
  ),
499
- 'EditorsAttributesIconPickerController' =>
500
  array (
501
- 'name' => 'EditorsAttributesIconPickerController',
502
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
503
  'make' => true,
504
  'singleton' => true,
505
  ),
506
- 'EditorsPageEditableController' =>
507
  array (
508
- 'name' => 'EditorsPageEditableController',
509
- 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
510
  'make' => true,
511
  'singleton' => true,
512
  ),
513
- 'EditorsElementsController' =>
514
  array (
515
- 'name' => 'EditorsElementsController',
516
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Elements\\Controller',
517
  'make' => true,
518
  'singleton' => true,
519
  ),
520
- 'EditorsDataUsageController' =>
521
  array (
522
- 'name' => 'EditorsDataUsageController',
523
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
524
  'make' => true,
525
  'singleton' => true,
526
  ),
527
- 'EditorsDataUsageMostUsedItemsController' =>
528
  array (
529
- 'name' => 'EditorsDataUsageMostUsedItemsController',
530
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\MostUsedItemsController',
531
  'make' => true,
532
  'singleton' => true,
533
  ),
534
- 'EditorsSettingsEditorLayoutController' =>
535
  array (
536
- 'name' => 'EditorsSettingsEditorLayoutController',
537
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\EditorLayoutController',
538
  'make' => true,
539
  'singleton' => true,
540
  ),
541
- 'EditorsSettingsItemBadgeController' =>
542
  array (
543
- 'name' => 'EditorsSettingsItemBadgeController',
544
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemBadgeController',
545
  'make' => true,
546
  'singleton' => true,
547
  ),
548
- 'EditorsSettingsItemDataCollectionController' =>
549
  array (
550
- 'name' => 'EditorsSettingsItemDataCollectionController',
551
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemDataCollectionController',
552
  'make' => true,
553
  'singleton' => true,
554
  ),
555
- 'EditorsSettingsItemInitialHelpersController' =>
556
  array (
557
- 'name' => 'EditorsSettingsItemInitialHelpersController',
558
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemInitialHelpersController',
559
  'make' => true,
560
  'singleton' => true,
561
  ),
562
- 'EditorsSettingsItemPreviewController' =>
563
  array (
564
- 'name' => 'EditorsSettingsItemPreviewController',
565
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
566
  'make' => true,
567
  'singleton' => true,
568
  ),
569
- 'EditorsSettingsPageEditableTemplatesController' =>
570
  array (
571
- 'name' => 'EditorsSettingsPageEditableTemplatesController',
572
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
573
  'make' => true,
574
  'singleton' => true,
575
  ),
576
- 'EditorsSettingsPageTemplatesController' =>
577
  array (
578
- 'name' => 'EditorsSettingsPageTemplatesController',
579
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
580
  'make' => true,
581
  'singleton' => true,
582
  ),
583
- 'EditorsSettingsPageTemplatesSaveController' =>
584
  array (
585
- 'name' => 'EditorsSettingsPageTemplatesSaveController',
586
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
587
  'make' => true,
588
  'singleton' => true,
589
  ),
590
- 'EditorsSettingsPageTemplatesVariablesController' =>
591
  array (
592
- 'name' => 'EditorsSettingsPageTemplatesVariablesController',
593
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
594
  'make' => true,
595
  'singleton' => true,
596
  ),
597
- 'EditorsSettingsSlugController' =>
598
  array (
599
- 'name' => 'EditorsSettingsSlugController',
600
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
601
  'make' => true,
602
  'singleton' => true,
603
  ),
604
- 'EditorsSettingsTitleController' =>
605
  array (
606
- 'name' => 'EditorsSettingsTitleController',
607
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
608
  'make' => true,
609
  'singleton' => true,
610
  ),
611
- 'EditorsSettingsWordPressSettingsAuthorController' =>
612
  array (
613
- 'name' => 'EditorsSettingsWordPressSettingsAuthorController',
614
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\AuthorController',
615
  'make' => true,
616
  'singleton' => true,
617
  ),
618
- 'EditorsSettingsWordPressSettingsCategoriesController' =>
619
  array (
620
- 'name' => 'EditorsSettingsWordPressSettingsCategoriesController',
621
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\CategoriesController',
622
  'make' => true,
623
  'singleton' => true,
624
  ),
625
- 'EditorsSettingsWordPressSettingsDiscussionController' =>
626
  array (
627
- 'name' => 'EditorsSettingsWordPressSettingsDiscussionController',
628
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\DiscussionController',
629
  'make' => true,
630
  'singleton' => true,
631
  ),
632
- 'EditorsSettingsWordPressSettingsExcerptController' =>
633
  array (
634
- 'name' => 'EditorsSettingsWordPressSettingsExcerptController',
635
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ExcerptController',
636
  'make' => true,
637
  'singleton' => true,
638
  ),
639
- 'EditorsSettingsWordPressSettingsFeaturedImageController' =>
640
  array (
641
- 'name' => 'EditorsSettingsWordPressSettingsFeaturedImageController',
642
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\FeaturedImageController',
643
  'make' => true,
644
  'singleton' => true,
645
  ),
646
- 'EditorsSettingsWordPressSettingsParentPageController' =>
647
  array (
648
- 'name' => 'EditorsSettingsWordPressSettingsParentPageController',
649
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ParentPageController',
650
  'make' => true,
651
  'singleton' => true,
652
  ),
653
- 'EditorsSettingsWordPressSettingsTagsController' =>
654
  array (
655
- 'name' => 'EditorsSettingsWordPressSettingsTagsController',
656
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\TagsController',
657
  'make' => true,
658
  'singleton' => true,
659
  ),
660
- 'EditorsInitialHelpersController' =>
661
  array (
662
- 'name' => 'EditorsInitialHelpersController',
663
- 'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
664
  'make' => true,
665
  'singleton' => true,
666
  ),
667
- 'EditorsPopupsPremiumPromoController' =>
668
  array (
669
- 'name' => 'EditorsPopupsPremiumPromoController',
670
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Popups\\PremiumPromoController',
671
  'make' => true,
672
  'singleton' => true,
673
  ),
674
- 'EditorsEditPostLinksController' =>
675
  array (
676
- 'name' => 'EditorsEditPostLinksController',
677
- 'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
678
  'make' => true,
679
  'singleton' => true,
680
  ),
681
- 'EditorsBackendEditorController' =>
682
  array (
683
- 'name' => 'EditorsBackendEditorController',
684
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
685
  'make' => true,
686
  'singleton' => true,
687
  ),
688
- 'EditorsBackendSaveSetEditorController' =>
689
  array (
690
- 'name' => 'EditorsBackendSaveSetEditorController',
691
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
692
  'make' => true,
693
  'singleton' => true,
694
  ),
695
- 'EditorsDataAjaxController' =>
696
  array (
697
- 'name' => 'EditorsDataAjaxController',
698
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
699
  'make' => true,
700
  'singleton' => true,
701
  ),
702
- 'EditorsDataAjaxPostDataController' =>
703
  array (
704
- 'name' => 'EditorsDataAjaxPostDataController',
705
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
706
  'make' => true,
707
  'singleton' => true,
708
  ),
709
- 'EditorsDataAjaxPostFieldsController' =>
710
  array (
711
- 'name' => 'EditorsDataAjaxPostFieldsController',
712
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
713
  'make' => true,
714
  'singleton' => true,
715
  ),
716
- 'EditorsDataAjaxRevisionController' =>
717
  array (
718
- 'name' => 'EditorsDataAjaxRevisionController',
719
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
720
  'make' => true,
721
  'singleton' => true,
722
  ),
723
- 'EditorsNotificationsController' =>
724
  array (
725
- 'name' => 'EditorsNotificationsController',
726
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Notifications\\Controller',
727
  'make' => true,
728
  'singleton' => true,
729
  ),
730
- 'EditorsFrontendLayoutSwitcherBundleController' =>
731
  array (
732
- 'name' => 'EditorsFrontendLayoutSwitcherBundleController',
733
- 'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
734
  'make' => true,
735
  'singleton' => true,
736
  ),
737
- 'EditorsTemplatesController' =>
738
  array (
739
- 'name' => 'EditorsTemplatesController',
740
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
741
  'make' => true,
742
  'singleton' => true,
743
  ),
744
- 'EditorsTemplatesPostType' =>
745
  array (
746
- 'name' => 'EditorsTemplatesPostType',
747
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
748
  'make' => true,
749
  'singleton' => true,
750
  ),
751
- 'EditorsTutorialController' =>
752
  array (
753
- 'name' => 'EditorsTutorialController',
754
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
755
  'make' => true,
756
  'singleton' => true,
757
  ),
758
- 'EditorsTutorialPostType' =>
759
  array (
760
- 'name' => 'EditorsTutorialPostType',
761
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
762
  'make' => true,
763
  'singleton' => true,
764
  ),
765
- 'VendorsAjaxSearchProController' =>
766
  array (
767
- 'name' => 'VendorsAjaxSearchProController',
768
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\AjaxSearchProController',
769
  'make' => true,
770
  'singleton' => true,
771
  ),
772
- 'VendorsDashboardController' =>
773
  array (
774
- 'name' => 'VendorsDashboardController',
775
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
776
  'make' => true,
777
  'singleton' => true,
778
  ),
779
- 'VendorsElementorController' =>
780
  array (
781
- 'name' => 'VendorsElementorController',
782
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\ElementorController',
783
  'make' => true,
784
  'singleton' => true,
785
  ),
786
- 'VendorsEssentialGridController' =>
787
  array (
788
- 'name' => 'VendorsEssentialGridController',
789
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\EssentialGridController',
790
  'make' => true,
791
  'singleton' => true,
792
  ),
793
- 'VendorsGravityFormsController' =>
794
  array (
795
- 'name' => 'VendorsGravityFormsController',
796
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\GravityFormsController',
797
  'make' => true,
798
  'singleton' => true,
799
  ),
800
- 'VendorsJetPack' =>
801
  array (
802
- 'name' => 'VendorsJetPack',
803
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
804
  'make' => true,
805
  'singleton' => true,
806
  ),
807
- 'VendorsMetaSliderController' =>
808
  array (
809
- 'name' => 'VendorsMetaSliderController',
810
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
811
  'make' => true,
812
  'singleton' => true,
813
  ),
814
- 'VendorsNextGen' =>
815
  array (
816
- 'name' => 'VendorsNextGen',
817
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
818
  'make' => true,
819
  'singleton' => true,
820
  ),
821
- 'VendorsNinjaFormsController' =>
822
  array (
823
- 'name' => 'VendorsNinjaFormsController',
824
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
825
  'make' => true,
826
  'singleton' => true,
827
  ),
828
- 'VendorsPluginsController' =>
829
  array (
830
- 'name' => 'VendorsPluginsController',
831
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
832
  'make' => true,
833
  'singleton' => true,
834
  ),
835
- 'VendorsRevSliderController' =>
836
  array (
837
- 'name' => 'VendorsRevSliderController',
838
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
839
  'make' => true,
840
  'singleton' => true,
841
  ),
842
- 'VendorsWooCommerceController' =>
843
  array (
844
- 'name' => 'VendorsWooCommerceController',
845
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
- 'VendorsWooCommerceMultivendorMarketplace' =>
850
  array (
851
- 'name' => 'VendorsWooCommerceMultivendorMarketplace',
852
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceMultivendorMarketplace',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
- 'VendorsWooCommerceSquareController' =>
857
  array (
858
- 'name' => 'VendorsWooCommerceSquareController',
859
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceSquareController',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
- 'VendorsWordpressController' =>
864
  array (
865
- 'name' => 'VendorsWordpressController',
866
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WordpressController',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
- 'VendorsWpFormsController' =>
871
  array (
872
- 'name' => 'VendorsWpFormsController',
873
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpFormsController',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
- 'VendorsWpJobsManagerController' =>
878
  array (
879
- 'name' => 'VendorsWpJobsManagerController',
880
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpJobsManagerController',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
- 'VendorsWpbakeryController' =>
885
  array (
886
- 'name' => 'VendorsWpbakeryController',
887
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
888
  'make' => true,
889
  'singleton' => true,
890
  ),
891
- 'VendorsWpmlController' =>
892
  array (
893
- 'name' => 'VendorsWpmlController',
894
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
895
  'make' => true,
896
  'singleton' => true,
897
  ),
898
- 'VendorsYoastController' =>
899
  array (
900
- 'name' => 'VendorsYoastController',
901
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
902
  'make' => true,
903
  'singleton' => true,
904
  ),
905
- 'VendorsThemesStorefrontController' =>
906
  array (
907
- 'name' => 'VendorsThemesStorefrontController',
908
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\StorefrontController',
909
  'make' => true,
910
  'singleton' => true,
911
  ),
912
- 'VendorsThemesTwentySeventeenController' =>
913
  array (
914
- 'name' => 'VendorsThemesTwentySeventeenController',
915
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentySeventeenController',
916
  'make' => true,
917
  'singleton' => true,
918
  ),
919
- 'VendorsThemesTwentyTwentyOneController' =>
920
  array (
921
- 'name' => 'VendorsThemesTwentyTwentyOneController',
922
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentyTwentyOneController',
923
  'make' => true,
924
  'singleton' => true,
925
  ),
926
- 'VendorsGutenbergAttributeController' =>
927
  array (
928
- 'name' => 'VendorsGutenbergAttributeController',
929
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
930
  'make' => true,
931
  'singleton' => true,
932
  ),
933
- 'VendorsGutenbergDisableController' =>
934
  array (
935
- 'name' => 'VendorsGutenbergDisableController',
936
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
937
  'make' => true,
938
  'singleton' => true,
939
  ),
940
- 'VendorsGutenbergSettingsController' =>
941
  array (
942
- 'name' => 'VendorsGutenbergSettingsController',
943
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
944
  'make' => true,
945
  'singleton' => true,
946
  ),
947
- 'ApiFactory' =>
948
  array (
949
- 'name' => 'ApiFactory',
950
- 'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
951
  'make' => true,
952
  'singleton' => true,
953
  ),
954
- 'UpdatesUpdatesController' =>
955
  array (
956
- 'name' => 'UpdatesUpdatesController',
957
- 'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
958
  'make' => true,
959
  'singleton' => true,
960
  ),
961
- 'InternationalizationLocale' =>
962
  array (
963
- 'name' => 'InternationalizationLocale',
964
- 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
965
  'make' => true,
966
  'singleton' => true,
967
  ),
968
- 'AssetsAssetBundleCompressionController' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
969
  array (
970
- 'name' => 'AssetsAssetBundleCompressionController',
971
- 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleCompressionController',
972
  'make' => true,
973
  'singleton' => true,
974
  ),
975
- 'AssetsAssetBundleController' =>
976
  array (
977
- 'name' => 'AssetsAssetBundleController',
978
- 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleController',
979
  'make' => true,
980
  'singleton' => true,
981
  ),
982
- 'AssetsAssetResetController' =>
983
  array (
984
- 'name' => 'AssetsAssetResetController',
985
- 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetResetController',
986
  'make' => true,
987
  'singleton' => true,
988
  ),
989
- 'AssetsDataController' =>
990
  array (
991
- 'name' => 'AssetsDataController',
992
- 'abstract' => 'VisualComposer\\Modules\\Assets\\DataController',
993
  'make' => true,
994
  'singleton' => true,
995
  ),
996
- 'AssetsEnqueueController' =>
997
  array (
998
- 'name' => 'AssetsEnqueueController',
999
- 'abstract' => 'VisualComposer\\Modules\\Assets\\EnqueueController',
1000
  'make' => true,
1001
  'singleton' => true,
1002
  ),
1003
- 'AssetsFileController' =>
1004
  array (
1005
- 'name' => 'AssetsFileController',
1006
- 'abstract' => 'VisualComposer\\Modules\\Assets\\FileController',
1007
  'make' => true,
1008
  'singleton' => true,
1009
  ),
1010
- 'AssetsJsDataController' =>
1011
  array (
1012
- 'name' => 'AssetsJsDataController',
1013
- 'abstract' => 'VisualComposer\\Modules\\Assets\\JsDataController',
1014
  'make' => true,
1015
  'singleton' => true,
1016
  ),
1017
- 'AssetsJsEnqueueController' =>
1018
  array (
1019
- 'name' => 'AssetsJsEnqueueController',
1020
- 'abstract' => 'VisualComposer\\Modules\\Assets\\JsEnqueueController',
1021
  'make' => true,
1022
  'singleton' => true,
1023
  ),
1024
- 'AssetsPreviewDataController' =>
1025
  array (
1026
- 'name' => 'AssetsPreviewDataController',
1027
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewDataController',
1028
  'make' => true,
1029
  'singleton' => true,
1030
  ),
1031
- 'AssetsPreviewEnqueueController' =>
1032
  array (
1033
- 'name' => 'AssetsPreviewEnqueueController',
1034
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewEnqueueController',
1035
  'make' => true,
1036
  'singleton' => true,
1037
  ),
1038
- 'AssetsPreviewJsDataController' =>
1039
  array (
1040
- 'name' => 'AssetsPreviewJsDataController',
1041
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsDataController',
1042
  'make' => true,
1043
  'singleton' => true,
1044
  ),
1045
- 'AssetsPreviewJsEnqueueController' =>
1046
  array (
1047
- 'name' => 'AssetsPreviewJsEnqueueController',
1048
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsEnqueueController',
1049
  'make' => true,
1050
  'singleton' => true,
1051
  ),
1052
- 'AssetsSharedController' =>
1053
  array (
1054
- 'name' => 'AssetsSharedController',
1055
- 'abstract' => 'VisualComposer\\Modules\\Assets\\SharedController',
1056
  'make' => true,
1057
  'singleton' => true,
1058
  ),
1059
- 'ElementsApiController' =>
1060
  array (
1061
- 'name' => 'ElementsApiController',
1062
- 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
1063
  'make' => true,
1064
  'singleton' => true,
1065
  ),
1066
- 'ElementsController' =>
1067
  array (
1068
- 'name' => 'ElementsController',
1069
- 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
1070
  'make' => true,
1071
  'singleton' => true,
1072
  ),
1073
- 'ElementsWpWidgetsWpWidgetsController' =>
1074
  array (
1075
- 'name' => 'ElementsWpWidgetsWpWidgetsController',
1076
- 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
1077
  'make' => true,
1078
  'singleton' => true,
1079
  ),
1080
- 'ElementsWpWidgetsWpWidgetsShortcodes' =>
1081
  array (
1082
- 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
1083
- 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
1084
  'make' => true,
1085
  'singleton' => true,
1086
  ),
1087
- 'ElementsAjaxImageControllerController' =>
1088
  array (
1089
- 'name' => 'ElementsAjaxImageControllerController',
1090
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
1091
  'make' => true,
1092
  'singleton' => true,
1093
  ),
1094
- 'ElementsEncodedShortcodeController' =>
1095
  array (
1096
- 'name' => 'ElementsEncodedShortcodeController',
1097
- 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
1098
  'make' => true,
1099
  'singleton' => true,
1100
  ),
1101
- 'ElementsAssetShortcodeController' =>
1102
  array (
1103
- 'name' => 'ElementsAssetShortcodeController',
1104
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
1105
  'make' => true,
1106
  'singleton' => true,
1107
  ),
1108
- 'ElementsAjaxShortcodeController' =>
1109
  array (
1110
- 'name' => 'ElementsAjaxShortcodeController',
1111
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
1112
  'make' => true,
1113
  'singleton' => true,
1114
  ),
1115
- 'ElementsGlobalVariablesController' =>
1116
  array (
1117
- 'name' => 'ElementsGlobalVariablesController',
1118
- 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
1119
  'make' => true,
1120
  'singleton' => true,
1121
  ),
1122
- 'SettingsCustomPostTypesController' =>
1123
  array (
1124
- 'name' => 'SettingsCustomPostTypesController',
1125
- 'abstract' => 'VisualComposer\\Modules\\Settings\\CustomPostTypesController',
1126
  'make' => true,
1127
  'singleton' => true,
1128
  ),
1129
- 'SettingsMenuController' =>
1130
  array (
1131
- 'name' => 'SettingsMenuController',
1132
- 'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
1133
  'make' => true,
1134
  'singleton' => true,
1135
  ),
1136
- 'SettingsNoticeController' =>
1137
  array (
1138
- 'name' => 'SettingsNoticeController',
1139
- 'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
1140
  'make' => true,
1141
  'singleton' => true,
1142
  ),
1143
- 'SettingsSettingsController' =>
1144
  array (
1145
- 'name' => 'SettingsSettingsController',
1146
- 'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
1147
  'make' => true,
1148
  'singleton' => true,
1149
  ),
1150
- 'SettingsFieldsCssEditor' =>
1151
  array (
1152
- 'name' => 'SettingsFieldsCssEditor',
1153
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
1154
  'make' => true,
1155
  'singleton' => true,
1156
  ),
1157
- 'SettingsFieldsFactoryResetController' =>
1158
  array (
1159
- 'name' => 'SettingsFieldsFactoryResetController',
1160
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
1161
  'make' => true,
1162
  'singleton' => true,
1163
  ),
1164
- 'SettingsFieldsJsEditor' =>
1165
  array (
1166
- 'name' => 'SettingsFieldsJsEditor',
1167
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
1168
  'make' => true,
1169
  'singleton' => true,
1170
  ),
1171
- 'SettingsFieldsLazyLoad' =>
1172
  array (
1173
- 'name' => 'SettingsFieldsLazyLoad',
1174
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\LazyLoad',
1175
  'make' => true,
1176
  'singleton' => true,
1177
  ),
1178
- 'SettingsPagesCssJsSettings' =>
1179
  array (
1180
- 'name' => 'SettingsPagesCssJsSettings',
1181
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
1182
  'make' => true,
1183
  'singleton' => true,
1184
  ),
1185
- 'SettingsPagesRoleManager' =>
1186
  array (
1187
- 'name' => 'SettingsPagesRoleManager',
1188
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\RoleManager',
1189
  'make' => true,
1190
  'singleton' => true,
1191
  ),
1192
- 'SettingsPagesSettings' =>
1193
  array (
1194
- 'name' => 'SettingsPagesSettings',
1195
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
1196
  'make' => true,
1197
  'singleton' => true,
1198
  ),
1199
- 'SettingsPagesSystemStatus' =>
1200
  array (
1201
- 'name' => 'SettingsPagesSystemStatus',
1202
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
1203
  'make' => true,
1204
  'singleton' => true,
1205
  ),
1206
- 'SettingsAjaxSystemStatusController' =>
1207
  array (
1208
- 'name' => 'SettingsAjaxSystemStatusController',
1209
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
1210
  'make' => true,
1211
  'singleton' => true,
1212
  ),
1213
- 'LicenseActivationRedirectController' =>
1214
  array (
1215
- 'name' => 'LicenseActivationRedirectController',
1216
- 'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
1217
  'make' => true,
1218
  'singleton' => true,
1219
  ),
1220
- 'LicenseDeactivationController' =>
1221
  array (
1222
- 'name' => 'LicenseDeactivationController',
1223
- 'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
1224
  'make' => true,
1225
  'singleton' => true,
1226
  ),
1227
- 'LicenseEditorVariablesController' =>
1228
  array (
1229
- 'name' => 'LicenseEditorVariablesController',
1230
- 'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
1231
  'make' => true,
1232
  'singleton' => true,
1233
  ),
1234
- 'LicenseErrorReportingController' =>
1235
  array (
1236
- 'name' => 'LicenseErrorReportingController',
1237
- 'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
1238
  'make' => true,
1239
  'singleton' => true,
1240
  ),
1241
- 'LicenseFeedbackController' =>
1242
  array (
1243
- 'name' => 'LicenseFeedbackController',
1244
- 'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
- 'LicenseLicenseController' =>
1249
  array (
1250
- 'name' => 'LicenseLicenseController',
1251
- 'abstract' => 'VisualComposer\\Modules\\License\\LicenseController',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
- 'LicenseUpdateVariablesController' =>
1256
  array (
1257
- 'name' => 'LicenseUpdateVariablesController',
1258
- 'abstract' => 'VisualComposer\\Modules\\License\\UpdateVariablesController',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
- 'LicensePagesGettingStarted' =>
1263
  array (
1264
- 'name' => 'LicensePagesGettingStarted',
1265
- 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GettingStarted',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
- 'LicensePagesGoPremium' =>
1270
  array (
1271
- 'name' => 'LicensePagesGoPremium',
1272
- 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GoPremium',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
- 'LicensePagesLicenseStatus' =>
1277
  array (
1278
- 'name' => 'LicensePagesLicenseStatus',
1279
- 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\LicenseStatus',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
- 'SystemTextDomainController' =>
1284
  array (
1285
- 'name' => 'SystemTextDomainController',
1286
- 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
- 'SystemCacheCacheController' =>
1291
  array (
1292
- 'name' => 'SystemCacheCacheController',
1293
- 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
- 'SystemAjaxAdminController' =>
1298
  array (
1299
- 'name' => 'SystemAjaxAdminController',
1300
- 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
- 'SystemAjaxController' =>
1305
  array (
1306
- 'name' => 'SystemAjaxController',
1307
- 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
1311
- 'SystemActivationController' =>
1312
  array (
1313
- 'name' => 'SystemActivationController',
1314
- 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
1315
  'make' => true,
1316
  'singleton' => true,
1317
  ),
1318
- 'MigrationsAssets22Migration' =>
1319
  array (
1320
- 'name' => 'MigrationsAssets22Migration',
1321
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
1322
  'make' => true,
1323
  'singleton' => true,
1324
  ),
1325
- 'MigrationsCustomTemplatesTypeMigration' =>
1326
  array (
1327
- 'name' => 'MigrationsCustomTemplatesTypeMigration',
1328
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesTypeMigration',
1329
  'make' => true,
1330
  'singleton' => true,
1331
  ),
1332
- 'MigrationsDatabaseMigration' =>
1333
  array (
1334
- 'name' => 'MigrationsDatabaseMigration',
1335
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DatabaseMigration',
1336
  'make' => true,
1337
  'singleton' => true,
1338
  ),
1339
- 'MigrationsDefaultCapabilitiesMigration' =>
1340
  array (
1341
- 'name' => 'MigrationsDefaultCapabilitiesMigration',
1342
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultCapabilitiesMigration',
1343
  'make' => true,
1344
  'singleton' => true,
1345
  ),
1346
- 'MigrationsDefaultElementsMigration' =>
1347
  array (
1348
- 'name' => 'MigrationsDefaultElementsMigration',
1349
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
1350
  'make' => true,
1351
  'singleton' => true,
1352
  ),
1353
- 'MigrationsEnabledPostTypesMigration' =>
1354
  array (
1355
- 'name' => 'MigrationsEnabledPostTypesMigration',
1356
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\EnabledPostTypesMigration',
1357
  'make' => true,
1358
  'singleton' => true,
1359
  ),
1360
- 'MigrationsFreeMigration' =>
1361
  array (
1362
- 'name' => 'MigrationsFreeMigration',
1363
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\FreeMigration',
1364
  'make' => true,
1365
  'singleton' => true,
1366
  ),
1367
- 'MigrationsGlobalJavascriptMigration' =>
1368
  array (
1369
- 'name' => 'MigrationsGlobalJavascriptMigration',
1370
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
1371
  'make' => true,
1372
  'singleton' => true,
1373
  ),
1374
- 'MigrationsLicenseMigration' =>
1375
  array (
1376
- 'name' => 'MigrationsLicenseMigration',
1377
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
1378
  'make' => true,
1379
  'singleton' => true,
1380
  ),
1381
- 'MigrationsMergeArchivesLayoutsMigration' =>
1382
  array (
1383
- 'name' => 'MigrationsMergeArchivesLayoutsMigration',
1384
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\MergeArchivesLayoutsMigration',
1385
  'make' => true,
1386
  'singleton' => true,
1387
  ),
1388
- 'MigrationsPredefinedTemplateMigration' =>
1389
  array (
1390
- 'name' => 'MigrationsPredefinedTemplateMigration',
1391
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
1392
  'make' => true,
1393
  'singleton' => true,
1394
  ),
1395
- 'MigrationsSettingsMigration' =>
1396
  array (
1397
- 'name' => 'MigrationsSettingsMigration',
1398
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
1399
  'make' => true,
1400
  'singleton' => true,
1401
  ),
1402
- 'MigrationsTemplates114Migration' =>
1403
  array (
1404
- 'name' => 'MigrationsTemplates114Migration',
1405
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
1406
  'make' => true,
1407
  'singleton' => true,
1408
  ),
1409
- 'MigrationsUpdateGlobalElementsMigration' =>
1410
  array (
1411
- 'name' => 'MigrationsUpdateGlobalElementsMigration',
1412
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
1413
  'make' => true,
1414
  'singleton' => true,
1415
  ),
@@ -1462,13 +1497,6 @@ return array (
1462
  'make' => true,
1463
  'singleton' => true,
1464
  ),
1465
- 'UtmUtm' =>
1466
- array (
1467
- 'name' => 'UtmUtm',
1468
- 'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
1469
- 'make' => true,
1470
- 'singleton' => true,
1471
- ),
1472
  'HubDownloadController' =>
1473
  array (
1474
  'name' => 'HubDownloadController',
@@ -1490,108 +1518,80 @@ return array (
1490
  'make' => true,
1491
  'singleton' => true,
1492
  ),
1493
- 'HubGroupsCategoriesCategories' =>
1494
- array (
1495
- 'name' => 'HubGroupsCategoriesCategories',
1496
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
1497
- 'make' => true,
1498
- 'singleton' => true,
1499
- ),
1500
- 'HubGroupsCategoriesCategoriesUpdater' =>
1501
- array (
1502
- 'name' => 'HubGroupsCategoriesCategoriesUpdater',
1503
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
1504
- 'make' => true,
1505
- 'singleton' => true,
1506
- ),
1507
- 'HubGroupsCategoriesGroups' =>
1508
- array (
1509
- 'name' => 'HubGroupsCategoriesGroups',
1510
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
1511
- 'make' => true,
1512
- 'singleton' => true,
1513
- ),
1514
- 'HubGroupsCategoriesGroupsUpdater' =>
1515
- array (
1516
- 'name' => 'HubGroupsCategoriesGroupsUpdater',
1517
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
1518
- 'make' => true,
1519
- 'singleton' => true,
1520
- ),
1521
- 'HubActionsPostUpdateAction' =>
1522
  array (
1523
- 'name' => 'HubActionsPostUpdateAction',
1524
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
1525
  'make' => true,
1526
  'singleton' => true,
1527
  ),
1528
- 'HubAssetsAssetDownloadController' =>
1529
  array (
1530
- 'name' => 'HubAssetsAssetDownloadController',
1531
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
1532
  'make' => true,
1533
  'singleton' => true,
1534
  ),
1535
- 'HubPagesHub' =>
1536
  array (
1537
- 'name' => 'HubPagesHub',
1538
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\Hub',
1539
  'make' => true,
1540
  'singleton' => true,
1541
  ),
1542
- 'HubPagesPremiumTeasers' =>
1543
  array (
1544
- 'name' => 'HubPagesPremiumTeasers',
1545
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\PremiumTeasers',
1546
  'make' => true,
1547
  'singleton' => true,
1548
  ),
1549
- 'HubPagesUpdateBePage' =>
1550
  array (
1551
- 'name' => 'HubPagesUpdateBePage',
1552
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
1553
  'make' => true,
1554
  'singleton' => true,
1555
  ),
1556
- 'HubPagesUpdateFePage' =>
1557
  array (
1558
- 'name' => 'HubPagesUpdateFePage',
1559
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
1560
  'make' => true,
1561
  'singleton' => true,
1562
  ),
1563
- 'HubElementsElementDownloadController' =>
1564
  array (
1565
- 'name' => 'HubElementsElementDownloadController',
1566
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
1567
  'make' => true,
1568
  'singleton' => true,
1569
  ),
1570
- 'HubElementsElements' =>
1571
  array (
1572
- 'name' => 'HubElementsElements',
1573
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
1574
  'make' => true,
1575
  'singleton' => true,
1576
  ),
1577
- 'HubElementsElementsUpdater' =>
1578
  array (
1579
- 'name' => 'HubElementsElementsUpdater',
1580
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
1581
  'make' => true,
1582
  'singleton' => true,
1583
  ),
1584
- 'HubElementsTeasersTeasersController' =>
1585
  array (
1586
- 'name' => 'HubElementsTeasersTeasersController',
1587
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
1588
  'make' => true,
1589
  'singleton' => true,
1590
  ),
1591
- 'HubElementsTeasersTeasersDownloadController' =>
1592
  array (
1593
- 'name' => 'HubElementsTeasersTeasersDownloadController',
1594
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
1595
  'make' => true,
1596
  'singleton' => true,
1597
  ),
@@ -1658,24 +1658,38 @@ return array (
1658
  'make' => true,
1659
  'singleton' => true,
1660
  ),
1661
- 'HubStockMediaStockMediaDownloadController' =>
1662
  array (
1663
- 'name' => 'HubStockMediaStockMediaDownloadController',
1664
- 'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
1665
  'make' => true,
1666
  'singleton' => true,
1667
  ),
1668
- 'AutoloadAddonsAutoload' =>
1669
  array (
1670
- 'name' => 'AutoloadAddonsAutoload',
1671
- 'abstract' => 'VisualComposer\\Modules\\Autoload\\AddonsAutoload',
1672
  'make' => true,
1673
  'singleton' => true,
1674
  ),
1675
- 'AutoloadElementsAutoload' =>
1676
  array (
1677
- 'name' => 'AutoloadElementsAutoload',
1678
- 'abstract' => 'VisualComposer\\Modules\\Autoload\\ElementsAutoload',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1679
  'make' => true,
1680
  'singleton' => true,
1681
  ),
269
  'make' => false,
270
  'singleton' => true,
271
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
272
  'AccessCurrentUserHelper' =>
273
  array (
274
  'name' => 'AccessCurrentUserHelper',
297
  'make' => false,
298
  'singleton' => true,
299
  ),
300
+ 'SettingsFieldsRegistryHelper' =>
301
+ array (
302
+ 'name' => 'SettingsFieldsRegistryHelper',
303
+ 'abstract' => 'VisualComposer\\Helpers\\Settings\\FieldsRegistry',
304
+ 'make' => false,
305
+ 'singleton' => true,
306
+ ),
307
+ 'SettingsSectionsRegistryHelper' =>
308
+ array (
309
+ 'name' => 'SettingsSectionsRegistryHelper',
310
+ 'abstract' => 'VisualComposer\\Helpers\\Settings\\SectionsRegistry',
311
+ 'make' => false,
312
+ 'singleton' => true,
313
+ ),
314
+ 'SettingsTabsRegistryHelper' =>
315
+ array (
316
+ 'name' => 'SettingsTabsRegistryHelper',
317
+ 'abstract' => 'VisualComposer\\Helpers\\Settings\\TabsRegistry',
318
+ 'make' => false,
319
+ 'singleton' => true,
320
+ ),
321
  'HubAddonsHelper' =>
322
  array (
323
  'name' => 'HubAddonsHelper',
398
  ),
399
  'modules' =>
400
  array (
401
+ 'UpdatesUpdatesController' =>
402
  array (
403
+ 'name' => 'UpdatesUpdatesController',
404
+ 'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
405
  'make' => true,
406
  'singleton' => true,
407
  ),
408
+ 'ElementsApiController' =>
409
  array (
410
+ 'name' => 'ElementsApiController',
411
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
412
  'make' => true,
413
  'singleton' => true,
414
  ),
415
+ 'ElementsController' =>
416
  array (
417
+ 'name' => 'ElementsController',
418
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
419
  'make' => true,
420
  'singleton' => true,
421
  ),
422
+ 'ElementsViewPageRender' =>
423
  array (
424
+ 'name' => 'ElementsViewPageRender',
425
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\ViewPageRender',
426
  'make' => true,
427
  'singleton' => true,
428
  ),
429
+ 'ElementsWpWidgetsWpWidgetsController' =>
430
  array (
431
+ 'name' => 'ElementsWpWidgetsWpWidgetsController',
432
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
433
  'make' => true,
434
  'singleton' => true,
435
  ),
436
+ 'ElementsWpWidgetsWpWidgetsShortcodes' =>
437
  array (
438
+ 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
439
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
440
  'make' => true,
441
  'singleton' => true,
442
  ),
443
+ 'ElementsAjaxImageControllerController' =>
444
  array (
445
+ 'name' => 'ElementsAjaxImageControllerController',
446
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
447
  'make' => true,
448
  'singleton' => true,
449
  ),
450
+ 'ElementsEncodedShortcodeController' =>
451
  array (
452
+ 'name' => 'ElementsEncodedShortcodeController',
453
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
454
  'make' => true,
455
  'singleton' => true,
456
  ),
457
+ 'ElementsAjaxShortcodeController' =>
458
  array (
459
+ 'name' => 'ElementsAjaxShortcodeController',
460
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
461
  'make' => true,
462
  'singleton' => true,
463
  ),
464
+ 'ElementsAssetShortcodeController' =>
465
  array (
466
+ 'name' => 'ElementsAssetShortcodeController',
467
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
468
  'make' => true,
469
  'singleton' => true,
470
  ),
471
+ 'ElementsGlobalVariablesController' =>
472
  array (
473
+ 'name' => 'ElementsGlobalVariablesController',
474
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
475
  'make' => true,
476
  'singleton' => true,
477
  ),
478
+ 'AssetsAssetBundleCompressionController' =>
479
  array (
480
+ 'name' => 'AssetsAssetBundleCompressionController',
481
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleCompressionController',
482
  'make' => true,
483
  'singleton' => true,
484
  ),
485
+ 'AssetsAssetBundleController' =>
486
  array (
487
+ 'name' => 'AssetsAssetBundleController',
488
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleController',
489
  'make' => true,
490
  'singleton' => true,
491
  ),
492
+ 'AssetsAssetResetController' =>
493
  array (
494
+ 'name' => 'AssetsAssetResetController',
495
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetResetController',
496
  'make' => true,
497
  'singleton' => true,
498
  ),
499
+ 'AssetsDataController' =>
500
  array (
501
+ 'name' => 'AssetsDataController',
502
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\DataController',
503
  'make' => true,
504
  'singleton' => true,
505
  ),
506
+ 'AssetsEnqueueController' =>
507
  array (
508
+ 'name' => 'AssetsEnqueueController',
509
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\EnqueueController',
510
  'make' => true,
511
  'singleton' => true,
512
  ),
513
+ 'AssetsFileController' =>
514
  array (
515
+ 'name' => 'AssetsFileController',
516
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\FileController',
517
  'make' => true,
518
  'singleton' => true,
519
  ),
520
+ 'AssetsJsDataController' =>
521
  array (
522
+ 'name' => 'AssetsJsDataController',
523
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\JsDataController',
524
  'make' => true,
525
  'singleton' => true,
526
  ),
527
+ 'AssetsJsEnqueueController' =>
528
  array (
529
+ 'name' => 'AssetsJsEnqueueController',
530
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\JsEnqueueController',
531
  'make' => true,
532
  'singleton' => true,
533
  ),
534
+ 'AssetsPreviewDataController' =>
535
  array (
536
+ 'name' => 'AssetsPreviewDataController',
537
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewDataController',
538
  'make' => true,
539
  'singleton' => true,
540
  ),
541
+ 'AssetsPreviewEnqueueController' =>
542
  array (
543
+ 'name' => 'AssetsPreviewEnqueueController',
544
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewEnqueueController',
545
  'make' => true,
546
  'singleton' => true,
547
  ),
548
+ 'AssetsPreviewJsDataController' =>
549
  array (
550
+ 'name' => 'AssetsPreviewJsDataController',
551
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsDataController',
552
  'make' => true,
553
  'singleton' => true,
554
  ),
555
+ 'AssetsPreviewJsEnqueueController' =>
556
  array (
557
+ 'name' => 'AssetsPreviewJsEnqueueController',
558
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsEnqueueController',
559
  'make' => true,
560
  'singleton' => true,
561
  ),
562
+ 'AssetsSharedController' =>
563
  array (
564
+ 'name' => 'AssetsSharedController',
565
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\SharedController',
566
  'make' => true,
567
  'singleton' => true,
568
  ),
569
+ 'MigrationsAssets22Migration' =>
570
  array (
571
+ 'name' => 'MigrationsAssets22Migration',
572
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
573
  'make' => true,
574
  'singleton' => true,
575
  ),
576
+ 'MigrationsCustomTemplatesTypeMigration' =>
577
  array (
578
+ 'name' => 'MigrationsCustomTemplatesTypeMigration',
579
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesTypeMigration',
580
  'make' => true,
581
  'singleton' => true,
582
  ),
583
+ 'MigrationsDatabaseMigration' =>
584
  array (
585
+ 'name' => 'MigrationsDatabaseMigration',
586
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DatabaseMigration',
587
  'make' => true,
588
  'singleton' => true,
589
  ),
590
+ 'MigrationsDefaultCapabilitiesMigration' =>
591
  array (
592
+ 'name' => 'MigrationsDefaultCapabilitiesMigration',
593
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultCapabilitiesMigration',
594
  'make' => true,
595
  'singleton' => true,
596
  ),
597
+ 'MigrationsDefaultElementsMigration' =>
598
  array (
599
+ 'name' => 'MigrationsDefaultElementsMigration',
600
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
601
  'make' => true,
602
  'singleton' => true,
603
  ),
604
+ 'MigrationsEnabledPostTypesMigration' =>
605
  array (
606
+ 'name' => 'MigrationsEnabledPostTypesMigration',
607
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\EnabledPostTypesMigration',
608
  'make' => true,
609
  'singleton' => true,
610
  ),
611
+ 'MigrationsFreeMigration' =>
612
  array (
613
+ 'name' => 'MigrationsFreeMigration',
614
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\FreeMigration',
615
  'make' => true,
616
  'singleton' => true,
617
  ),
618
+ 'MigrationsGlobalJavascriptMigration' =>
619
  array (
620
+ 'name' => 'MigrationsGlobalJavascriptMigration',
621
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
622
  'make' => true,
623
  'singleton' => true,
624
  ),
625
+ 'MigrationsLicenseMigration' =>
626
  array (
627
+ 'name' => 'MigrationsLicenseMigration',
628
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
629
  'make' => true,
630
  'singleton' => true,
631
  ),
632
+ 'MigrationsMergeArchivesLayoutsMigration' =>
633
  array (
634
+ 'name' => 'MigrationsMergeArchivesLayoutsMigration',
635
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\MergeArchivesLayoutsMigration',
636
  'make' => true,
637
  'singleton' => true,
638
  ),
639
+ 'MigrationsPredefinedTemplateMigration' =>
640
  array (
641
+ 'name' => 'MigrationsPredefinedTemplateMigration',
642
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
643
  'make' => true,
644
  'singleton' => true,
645
  ),
646
+ 'MigrationsSettingsMigration' =>
647
  array (
648
+ 'name' => 'MigrationsSettingsMigration',
649
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
650
  'make' => true,
651
  'singleton' => true,
652
  ),
653
+ 'MigrationsTemplates114Migration' =>
654
  array (
655
+ 'name' => 'MigrationsTemplates114Migration',
656
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
657
  'make' => true,
658
  'singleton' => true,
659
  ),
660
+ 'MigrationsUpdateGlobalElementsMigration' =>
661
  array (
662
+ 'name' => 'MigrationsUpdateGlobalElementsMigration',
663
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
664
  'make' => true,
665
  'singleton' => true,
666
  ),
667
+ 'UtmUtm' =>
668
  array (
669
+ 'name' => 'UtmUtm',
670
+ 'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
671
  'make' => true,
672
  'singleton' => true,
673
  ),
674
+ 'LicenseActivationRedirectController' =>
675
  array (
676
+ 'name' => 'LicenseActivationRedirectController',
677
+ 'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
678
  'make' => true,
679
  'singleton' => true,
680
  ),
681
+ 'LicenseDeactivationController' =>
682
  array (
683
+ 'name' => 'LicenseDeactivationController',
684
+ 'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
685
  'make' => true,
686
  'singleton' => true,
687
  ),
688
+ 'LicenseEditorVariablesController' =>
689
  array (
690
+ 'name' => 'LicenseEditorVariablesController',
691
+ 'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
692
  'make' => true,
693
  'singleton' => true,
694
  ),
695
+ 'LicenseErrorReportingController' =>
696
  array (
697
+ 'name' => 'LicenseErrorReportingController',
698
+ 'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
699
  'make' => true,
700
  'singleton' => true,
701
  ),
702
+ 'LicenseFeedbackController' =>
703
  array (
704
+ 'name' => 'LicenseFeedbackController',
705
+ 'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
706
  'make' => true,
707
  'singleton' => true,
708
  ),
709
+ 'LicenseLicenseController' =>
710
  array (
711
+ 'name' => 'LicenseLicenseController',
712
+ 'abstract' => 'VisualComposer\\Modules\\License\\LicenseController',
713
  'make' => true,
714
  'singleton' => true,
715
  ),
716
+ 'LicenseUpdateVariablesController' =>
717
  array (
718
+ 'name' => 'LicenseUpdateVariablesController',
719
+ 'abstract' => 'VisualComposer\\Modules\\License\\UpdateVariablesController',
720
  'make' => true,
721
  'singleton' => true,
722
  ),
723
+ 'LicensePagesGettingStarted' =>
724
  array (
725
+ 'name' => 'LicensePagesGettingStarted',
726
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GettingStarted',
727
  'make' => true,
728
  'singleton' => true,
729
  ),
730
+ 'LicensePagesGoPremium' =>
731
  array (
732
+ 'name' => 'LicensePagesGoPremium',
733
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GoPremium',
734
  'make' => true,
735
  'singleton' => true,
736
  ),
737
+ 'LicensePagesLicenseStatus' =>
738
  array (
739
+ 'name' => 'LicensePagesLicenseStatus',
740
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\LicenseStatus',
741
  'make' => true,
742
  'singleton' => true,
743
  ),
744
+ 'InternationalizationLocale' =>
745
  array (
746
+ 'name' => 'InternationalizationLocale',
747
+ 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
748
  'make' => true,
749
  'singleton' => true,
750
  ),
751
+ 'AutoloadAddonsAutoload' =>
752
  array (
753
+ 'name' => 'AutoloadAddonsAutoload',
754
+ 'abstract' => 'VisualComposer\\Modules\\Autoload\\AddonsAutoload',
755
  'make' => true,
756
  'singleton' => true,
757
  ),
758
+ 'AutoloadElementsAutoload' =>
759
  array (
760
+ 'name' => 'AutoloadElementsAutoload',
761
+ 'abstract' => 'VisualComposer\\Modules\\Autoload\\ElementsAutoload',
762
  'make' => true,
763
  'singleton' => true,
764
  ),
765
+ 'SettingsCustomPostTypesController' =>
766
  array (
767
+ 'name' => 'SettingsCustomPostTypesController',
768
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\CustomPostTypesController',
769
  'make' => true,
770
  'singleton' => true,
771
  ),
772
+ 'SettingsMenuController' =>
773
  array (
774
+ 'name' => 'SettingsMenuController',
775
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
776
  'make' => true,
777
  'singleton' => true,
778
  ),
779
+ 'SettingsNoticeController' =>
780
  array (
781
+ 'name' => 'SettingsNoticeController',
782
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
783
  'make' => true,
784
  'singleton' => true,
785
  ),
786
+ 'SettingsSettingsController' =>
787
  array (
788
+ 'name' => 'SettingsSettingsController',
789
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
790
  'make' => true,
791
  'singleton' => true,
792
  ),
793
+ 'SettingsFieldsCssEditor' =>
794
  array (
795
+ 'name' => 'SettingsFieldsCssEditor',
796
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
797
  'make' => true,
798
  'singleton' => true,
799
  ),
800
+ 'SettingsFieldsFactoryResetController' =>
801
  array (
802
+ 'name' => 'SettingsFieldsFactoryResetController',
803
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
804
  'make' => true,
805
  'singleton' => true,
806
  ),
807
+ 'SettingsFieldsJsEditor' =>
808
  array (
809
+ 'name' => 'SettingsFieldsJsEditor',
810
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
811
  'make' => true,
812
  'singleton' => true,
813
  ),
814
+ 'SettingsFieldsLazyLoad' =>
815
  array (
816
+ 'name' => 'SettingsFieldsLazyLoad',
817
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\LazyLoad',
818
  'make' => true,
819
  'singleton' => true,
820
  ),
821
+ 'SettingsPagesCssJsSettings' =>
822
  array (
823
+ 'name' => 'SettingsPagesCssJsSettings',
824
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
825
  'make' => true,
826
  'singleton' => true,
827
  ),
828
+ 'SettingsPagesRoleManager' =>
829
  array (
830
+ 'name' => 'SettingsPagesRoleManager',
831
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\RoleManager',
832
  'make' => true,
833
  'singleton' => true,
834
  ),
835
+ 'SettingsPagesSettings' =>
836
  array (
837
+ 'name' => 'SettingsPagesSettings',
838
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
839
  'make' => true,
840
  'singleton' => true,
841
  ),
842
+ 'SettingsPagesSystemStatus' =>
843
  array (
844
+ 'name' => 'SettingsPagesSystemStatus',
845
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
+ 'SettingsAjaxSystemStatusController' =>
850
  array (
851
+ 'name' => 'SettingsAjaxSystemStatusController',
852
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
+ 'ApiFactory' =>
857
  array (
858
+ 'name' => 'ApiFactory',
859
+ 'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
+ 'EditorsEnvController' =>
864
  array (
865
+ 'name' => 'EditorsEnvController',
866
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
+ 'EditorsMediaSizesController' =>
871
  array (
872
+ 'name' => 'EditorsMediaSizesController',
873
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
+ 'EditorsElementsController' =>
878
  array (
879
+ 'name' => 'EditorsElementsController',
880
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Elements\\Controller',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
+ 'EditorsInitialHelpersController' =>
885
  array (
886
+ 'name' => 'EditorsInitialHelpersController',
887
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
888
  'make' => true,
889
  'singleton' => true,
890
  ),
891
+ 'EditorsTutorialController' =>
892
  array (
893
+ 'name' => 'EditorsTutorialController',
894
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
895
  'make' => true,
896
  'singleton' => true,
897
  ),
898
+ 'EditorsTutorialPostType' =>
899
  array (
900
+ 'name' => 'EditorsTutorialPostType',
901
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
902
  'make' => true,
903
  'singleton' => true,
904
  ),
905
+ 'EditorsPageEditableController' =>
906
  array (
907
+ 'name' => 'EditorsPageEditableController',
908
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
909
  'make' => true,
910
  'singleton' => true,
911
  ),
912
+ 'EditorsNotificationsController' =>
913
  array (
914
+ 'name' => 'EditorsNotificationsController',
915
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Notifications\\Controller',
916
  'make' => true,
917
  'singleton' => true,
918
  ),
919
+ 'EditorsDataAjaxController' =>
920
  array (
921
+ 'name' => 'EditorsDataAjaxController',
922
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
923
  'make' => true,
924
  'singleton' => true,
925
  ),
926
+ 'EditorsDataAjaxPostDataController' =>
927
  array (
928
+ 'name' => 'EditorsDataAjaxPostDataController',
929
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
930
  'make' => true,
931
  'singleton' => true,
932
  ),
933
+ 'EditorsDataAjaxPostFieldsController' =>
934
  array (
935
+ 'name' => 'EditorsDataAjaxPostFieldsController',
936
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
937
  'make' => true,
938
  'singleton' => true,
939
  ),
940
+ 'EditorsDataAjaxRevisionController' =>
941
  array (
942
+ 'name' => 'EditorsDataAjaxRevisionController',
943
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
944
  'make' => true,
945
  'singleton' => true,
946
  ),
947
+ 'EditorsEditPostLinksController' =>
948
  array (
949
+ 'name' => 'EditorsEditPostLinksController',
950
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
951
  'make' => true,
952
  'singleton' => true,
953
  ),
954
+ 'EditorsPopupsPremiumPromoController' =>
955
  array (
956
+ 'name' => 'EditorsPopupsPremiumPromoController',
957
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Popups\\PremiumPromoController',
958
  'make' => true,
959
  'singleton' => true,
960
  ),
961
+ 'EditorsBackendEditorController' =>
962
  array (
963
+ 'name' => 'EditorsBackendEditorController',
964
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
965
  'make' => true,
966
  'singleton' => true,
967
  ),
968
+ 'EditorsBackendSaveSetEditorController' =>
969
+ array (
970
+ 'name' => 'EditorsBackendSaveSetEditorController',
971
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
972
+ 'make' => true,
973
+ 'singleton' => true,
974
+ ),
975
+ 'EditorsDataUsageController' =>
976
+ array (
977
+ 'name' => 'EditorsDataUsageController',
978
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
979
+ 'make' => true,
980
+ 'singleton' => true,
981
+ ),
982
+ 'EditorsDataUsageMostUsedItemsController' =>
983
+ array (
984
+ 'name' => 'EditorsDataUsageMostUsedItemsController',
985
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\MostUsedItemsController',
986
+ 'make' => true,
987
+ 'singleton' => true,
988
+ ),
989
+ 'EditorsFrontendBundleController' =>
990
+ array (
991
+ 'name' => 'EditorsFrontendBundleController',
992
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
993
+ 'make' => true,
994
+ 'singleton' => true,
995
+ ),
996
+ 'EditorsFrontendController' =>
997
+ array (
998
+ 'name' => 'EditorsFrontendController',
999
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
1000
+ 'make' => true,
1001
+ 'singleton' => true,
1002
+ ),
1003
+ 'EditorsFrontendHeartbeatController' =>
1004
  array (
1005
+ 'name' => 'EditorsFrontendHeartbeatController',
1006
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
1007
  'make' => true,
1008
  'singleton' => true,
1009
  ),
1010
+ 'EditorsFrontendMenuController' =>
1011
  array (
1012
+ 'name' => 'EditorsFrontendMenuController',
1013
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
1014
  'make' => true,
1015
  'singleton' => true,
1016
  ),
1017
+ 'EditorsFrontendVariablesController' =>
1018
  array (
1019
+ 'name' => 'EditorsFrontendVariablesController',
1020
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
1021
  'make' => true,
1022
  'singleton' => true,
1023
  ),
1024
+ 'EditorsTemplatesController' =>
1025
  array (
1026
+ 'name' => 'EditorsTemplatesController',
1027
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
1028
  'make' => true,
1029
  'singleton' => true,
1030
  ),
1031
+ 'EditorsTemplatesPostType' =>
1032
  array (
1033
+ 'name' => 'EditorsTemplatesPostType',
1034
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
1035
  'make' => true,
1036
  'singleton' => true,
1037
  ),
1038
+ 'EditorsFrontendLayoutSwitcherBundleController' =>
1039
  array (
1040
+ 'name' => 'EditorsFrontendLayoutSwitcherBundleController',
1041
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
1042
  'make' => true,
1043
  'singleton' => true,
1044
  ),
1045
+ 'EditorsSettingsEditorLayoutController' =>
1046
  array (
1047
+ 'name' => 'EditorsSettingsEditorLayoutController',
1048
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\EditorLayoutController',
1049
  'make' => true,
1050
  'singleton' => true,
1051
  ),
1052
+ 'EditorsSettingsItemBadgeController' =>
1053
  array (
1054
+ 'name' => 'EditorsSettingsItemBadgeController',
1055
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemBadgeController',
1056
  'make' => true,
1057
  'singleton' => true,
1058
  ),
1059
+ 'EditorsSettingsItemDataCollectionController' =>
1060
  array (
1061
+ 'name' => 'EditorsSettingsItemDataCollectionController',
1062
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemDataCollectionController',
1063
  'make' => true,
1064
  'singleton' => true,
1065
  ),
1066
+ 'EditorsSettingsItemInitialHelpersController' =>
1067
  array (
1068
+ 'name' => 'EditorsSettingsItemInitialHelpersController',
1069
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemInitialHelpersController',
1070
  'make' => true,
1071
  'singleton' => true,
1072
  ),
1073
+ 'EditorsSettingsItemPreviewController' =>
1074
  array (
1075
+ 'name' => 'EditorsSettingsItemPreviewController',
1076
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
1077
  'make' => true,
1078
  'singleton' => true,
1079
  ),
1080
+ 'EditorsSettingsPageEditableTemplatesController' =>
1081
  array (
1082
+ 'name' => 'EditorsSettingsPageEditableTemplatesController',
1083
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
1084
  'make' => true,
1085
  'singleton' => true,
1086
  ),
1087
+ 'EditorsSettingsPageTemplatesController' =>
1088
  array (
1089
+ 'name' => 'EditorsSettingsPageTemplatesController',
1090
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
1091
  'make' => true,
1092
  'singleton' => true,
1093
  ),
1094
+ 'EditorsSettingsPageTemplatesSaveController' =>
1095
  array (
1096
+ 'name' => 'EditorsSettingsPageTemplatesSaveController',
1097
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
1098
  'make' => true,
1099
  'singleton' => true,
1100
  ),
1101
+ 'EditorsSettingsPageTemplatesVariablesController' =>
1102
  array (
1103
+ 'name' => 'EditorsSettingsPageTemplatesVariablesController',
1104
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
1105
  'make' => true,
1106
  'singleton' => true,
1107
  ),
1108
+ 'EditorsSettingsSlugController' =>
1109
  array (
1110
+ 'name' => 'EditorsSettingsSlugController',
1111
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
1112
  'make' => true,
1113
  'singleton' => true,
1114
  ),
1115
+ 'EditorsSettingsTitleController' =>
1116
  array (
1117
+ 'name' => 'EditorsSettingsTitleController',
1118
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
1119
  'make' => true,
1120
  'singleton' => true,
1121
  ),
1122
+ 'EditorsSettingsWordPressSettingsAuthorController' =>
1123
  array (
1124
+ 'name' => 'EditorsSettingsWordPressSettingsAuthorController',
1125
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\AuthorController',
1126
  'make' => true,
1127
  'singleton' => true,
1128
  ),
1129
+ 'EditorsSettingsWordPressSettingsCategoriesController' =>
1130
  array (
1131
+ 'name' => 'EditorsSettingsWordPressSettingsCategoriesController',
1132
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\CategoriesController',
1133
  'make' => true,
1134
  'singleton' => true,
1135
  ),
1136
+ 'EditorsSettingsWordPressSettingsDiscussionController' =>
1137
  array (
1138
+ 'name' => 'EditorsSettingsWordPressSettingsDiscussionController',
1139
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\DiscussionController',
1140
  'make' => true,
1141
  'singleton' => true,
1142
  ),
1143
+ 'EditorsSettingsWordPressSettingsExcerptController' =>
1144
  array (
1145
+ 'name' => 'EditorsSettingsWordPressSettingsExcerptController',
1146
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ExcerptController',
1147
  'make' => true,
1148
  'singleton' => true,
1149
  ),
1150
+ 'EditorsSettingsWordPressSettingsFeaturedImageController' =>
1151
  array (
1152
+ 'name' => 'EditorsSettingsWordPressSettingsFeaturedImageController',
1153
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\FeaturedImageController',
1154
  'make' => true,
1155
  'singleton' => true,
1156
  ),
1157
+ 'EditorsSettingsWordPressSettingsParentPageController' =>
1158
  array (
1159
+ 'name' => 'EditorsSettingsWordPressSettingsParentPageController',
1160
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ParentPageController',
1161
  'make' => true,
1162
  'singleton' => true,
1163
  ),
1164
+ 'EditorsSettingsWordPressSettingsTagsController' =>
1165
  array (
1166
+ 'name' => 'EditorsSettingsWordPressSettingsTagsController',
1167
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\TagsController',
1168
  'make' => true,
1169
  'singleton' => true,
1170
  ),
1171
+ 'EditorsAttributesWpEditor' =>
1172
  array (
1173
+ 'name' => 'EditorsAttributesWpEditor',
1174
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
1175
  'make' => true,
1176
  'singleton' => true,
1177
  ),
1178
+ 'EditorsAttributesCheckboxController' =>
1179
  array (
1180
+ 'name' => 'EditorsAttributesCheckboxController',
1181
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Checkbox\\Controller',
1182
  'make' => true,
1183
  'singleton' => true,
1184
  ),
1185
+ 'EditorsAttributesPageDesignOptionsController' =>
1186
  array (
1187
+ 'name' => 'EditorsAttributesPageDesignOptionsController',
1188
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\PageDesignOptions\\Controller',
1189
  'make' => true,
1190
  'singleton' => true,
1191
  ),
1192
+ 'EditorsAttributesCodeMirrorCodeMirrorController' =>
1193
  array (
1194
+ 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
1195
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
1196
  'make' => true,
1197
  'singleton' => true,
1198
  ),
1199
+ 'EditorsAttributesIconPickerController' =>
1200
  array (
1201
+ 'name' => 'EditorsAttributesIconPickerController',
1202
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
1203
  'make' => true,
1204
  'singleton' => true,
1205
  ),
1206
+ 'EditorsAttributesAjaxFormController' =>
1207
  array (
1208
+ 'name' => 'EditorsAttributesAjaxFormController',
1209
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
1210
  'make' => true,
1211
  'singleton' => true,
1212
  ),
1213
+ 'EditorsAttributesUrlController' =>
1214
  array (
1215
+ 'name' => 'EditorsAttributesUrlController',
1216
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
1217
  'make' => true,
1218
  'singleton' => true,
1219
  ),
1220
+ 'EditorsAttributesAutoCompleteController' =>
1221
  array (
1222
+ 'name' => 'EditorsAttributesAutoCompleteController',
1223
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
1224
  'make' => true,
1225
  'singleton' => true,
1226
  ),
1227
+ 'VendorsAjaxSearchProController' =>
1228
  array (
1229
+ 'name' => 'VendorsAjaxSearchProController',
1230
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\AjaxSearchProController',
1231
  'make' => true,
1232
  'singleton' => true,
1233
  ),
1234
+ 'VendorsDashboardController' =>
1235
  array (
1236
+ 'name' => 'VendorsDashboardController',
1237
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
1238
  'make' => true,
1239
  'singleton' => true,
1240
  ),
1241
+ 'VendorsElementorController' =>
1242
  array (
1243
+ 'name' => 'VendorsElementorController',
1244
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\ElementorController',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
+ 'VendorsEssentialGridController' =>
1249
  array (
1250
+ 'name' => 'VendorsEssentialGridController',
1251
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\EssentialGridController',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
+ 'VendorsGravityFormsController' =>
1256
  array (
1257
+ 'name' => 'VendorsGravityFormsController',
1258
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\GravityFormsController',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
+ 'VendorsJetPack' =>
1263
  array (
1264
+ 'name' => 'VendorsJetPack',
1265
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
+ 'VendorsMetaSliderController' =>
1270
  array (
1271
+ 'name' => 'VendorsMetaSliderController',
1272
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
+ 'VendorsNextGen' =>
1277
  array (
1278
+ 'name' => 'VendorsNextGen',
1279
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
+ 'VendorsNinjaFormsController' =>
1284
  array (
1285
+ 'name' => 'VendorsNinjaFormsController',
1286
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
+ 'VendorsPluginsController' =>
1291
  array (
1292
+ 'name' => 'VendorsPluginsController',
1293
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
+ 'VendorsRevSliderController' =>
1298
  array (
1299
+ 'name' => 'VendorsRevSliderController',
1300
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
+ 'VendorsWooCommerceController' =>
1305
  array (
1306
+ 'name' => 'VendorsWooCommerceController',
1307
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
1311
+ 'VendorsWooCommerceMultivendorMarketplace' =>
1312
  array (
1313
+ 'name' => 'VendorsWooCommerceMultivendorMarketplace',
1314
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceMultivendorMarketplace',
1315
  'make' => true,
1316
  'singleton' => true,
1317
  ),
1318
+ 'VendorsWooCommerceSquareController' =>
1319
  array (
1320
+ 'name' => 'VendorsWooCommerceSquareController',
1321
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceSquareController',
1322
  'make' => true,
1323
  'singleton' => true,
1324
  ),
1325
+ 'VendorsWordpressController' =>
1326
  array (
1327
+ 'name' => 'VendorsWordpressController',
1328
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WordpressController',
1329
  'make' => true,
1330
  'singleton' => true,
1331
  ),
1332
+ 'VendorsWpFormsController' =>
1333
  array (
1334
+ 'name' => 'VendorsWpFormsController',
1335
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpFormsController',
1336
  'make' => true,
1337
  'singleton' => true,
1338
  ),
1339
+ 'VendorsWpJobsManagerController' =>
1340
  array (
1341
+ 'name' => 'VendorsWpJobsManagerController',
1342
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpJobsManagerController',
1343
  'make' => true,
1344
  'singleton' => true,
1345
  ),
1346
+ 'VendorsWpbakeryController' =>
1347
  array (
1348
+ 'name' => 'VendorsWpbakeryController',
1349
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
1350
  'make' => true,
1351
  'singleton' => true,
1352
  ),
1353
+ 'VendorsWpmlController' =>
1354
  array (
1355
+ 'name' => 'VendorsWpmlController',
1356
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
1357
  'make' => true,
1358
  'singleton' => true,
1359
  ),
1360
+ 'VendorsYoastController' =>
1361
  array (
1362
+ 'name' => 'VendorsYoastController',
1363
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
1364
  'make' => true,
1365
  'singleton' => true,
1366
  ),
1367
+ 'VendorsThemesGeneratePressController' =>
1368
  array (
1369
+ 'name' => 'VendorsThemesGeneratePressController',
1370
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\GeneratePressController',
1371
  'make' => true,
1372
  'singleton' => true,
1373
  ),
1374
+ 'VendorsThemesStorefrontController' =>
1375
  array (
1376
+ 'name' => 'VendorsThemesStorefrontController',
1377
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\StorefrontController',
1378
  'make' => true,
1379
  'singleton' => true,
1380
  ),
1381
+ 'VendorsThemesTwentySeventeenController' =>
1382
  array (
1383
+ 'name' => 'VendorsThemesTwentySeventeenController',
1384
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentySeventeenController',
1385
  'make' => true,
1386
  'singleton' => true,
1387
  ),
1388
+ 'VendorsThemesTwentyTwentyOneController' =>
1389
  array (
1390
+ 'name' => 'VendorsThemesTwentyTwentyOneController',
1391
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentyTwentyOneController',
1392
  'make' => true,
1393
  'singleton' => true,
1394
  ),
1395
+ 'VendorsGutenbergAttributeController' =>
1396
  array (
1397
+ 'name' => 'VendorsGutenbergAttributeController',
1398
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
1399
  'make' => true,
1400
  'singleton' => true,
1401
  ),
1402
+ 'VendorsGutenbergDisableController' =>
1403
  array (
1404
+ 'name' => 'VendorsGutenbergDisableController',
1405
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
1406
  'make' => true,
1407
  'singleton' => true,
1408
  ),
1409
+ 'VendorsGutenbergSettingsController' =>
1410
  array (
1411
+ 'name' => 'VendorsGutenbergSettingsController',
1412
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
1413
  'make' => true,
1414
  'singleton' => true,
1415
  ),
1416
+ 'SystemCacheCacheController' =>
1417
  array (
1418
+ 'name' => 'SystemCacheCacheController',
1419
+ 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
1420
  'make' => true,
1421
  'singleton' => true,
1422
  ),
1423
+ 'SystemTextDomainController' =>
1424
  array (
1425
+ 'name' => 'SystemTextDomainController',
1426
+ 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
1427
  'make' => true,
1428
  'singleton' => true,
1429
  ),
1430
+ 'SystemActivationController' =>
1431
  array (
1432
+ 'name' => 'SystemActivationController',
1433
+ 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
1434
  'make' => true,
1435
  'singleton' => true,
1436
  ),
1437
+ 'SystemAjaxAdminController' =>
1438
  array (
1439
+ 'name' => 'SystemAjaxAdminController',
1440
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
1441
  'make' => true,
1442
  'singleton' => true,
1443
  ),
1444
+ 'SystemAjaxController' =>
1445
  array (
1446
+ 'name' => 'SystemAjaxController',
1447
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
1448
  'make' => true,
1449
  'singleton' => true,
1450
  ),
1497
  'make' => true,
1498
  'singleton' => true,
1499
  ),
 
 
 
 
 
 
 
1500
  'HubDownloadController' =>
1501
  array (
1502
  'name' => 'HubDownloadController',
1518
  'make' => true,
1519
  'singleton' => true,
1520
  ),
1521
+ 'HubElementsElementDownloadController' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1522
  array (
1523
+ 'name' => 'HubElementsElementDownloadController',
1524
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
1525
  'make' => true,
1526
  'singleton' => true,
1527
  ),
1528
+ 'HubElementsElements' =>
1529
  array (
1530
+ 'name' => 'HubElementsElements',
1531
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
1532
  'make' => true,
1533
  'singleton' => true,
1534
  ),
1535
+ 'HubElementsElementsUpdater' =>
1536
  array (
1537
+ 'name' => 'HubElementsElementsUpdater',
1538
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
1539
  'make' => true,
1540
  'singleton' => true,
1541
  ),
1542
+ 'HubElementsTeasersTeasersController' =>
1543
  array (
1544
+ 'name' => 'HubElementsTeasersTeasersController',
1545
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
1546
  'make' => true,
1547
  'singleton' => true,
1548
  ),
1549
+ 'HubElementsTeasersTeasersDownloadController' =>
1550
  array (
1551
+ 'name' => 'HubElementsTeasersTeasersDownloadController',
1552
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
1553
  'make' => true,
1554
  'singleton' => true,
1555
  ),
1556
+ 'HubGroupsCategoriesCategories' =>
1557
  array (
1558
+ 'name' => 'HubGroupsCategoriesCategories',
1559
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
1560
  'make' => true,
1561
  'singleton' => true,
1562
  ),
1563
+ 'HubGroupsCategoriesCategoriesUpdater' =>
1564
  array (
1565
+ 'name' => 'HubGroupsCategoriesCategoriesUpdater',
1566
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
1567
  'make' => true,
1568
  'singleton' => true,
1569
  ),
1570
+ 'HubGroupsCategoriesGroups' =>
1571
  array (
1572
+ 'name' => 'HubGroupsCategoriesGroups',
1573
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
1574
  'make' => true,
1575
  'singleton' => true,
1576
  ),
1577
+ 'HubGroupsCategoriesGroupsUpdater' =>
1578
  array (
1579
+ 'name' => 'HubGroupsCategoriesGroupsUpdater',
1580
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
1581
  'make' => true,
1582
  'singleton' => true,
1583
  ),
1584
+ 'HubAssetsAssetDownloadController' =>
1585
  array (
1586
+ 'name' => 'HubAssetsAssetDownloadController',
1587
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
1588
  'make' => true,
1589
  'singleton' => true,
1590
  ),
1591
+ 'HubStockMediaStockMediaDownloadController' =>
1592
  array (
1593
+ 'name' => 'HubStockMediaStockMediaDownloadController',
1594
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
1595
  'make' => true,
1596
  'singleton' => true,
1597
  ),
1658
  'make' => true,
1659
  'singleton' => true,
1660
  ),
1661
+ 'HubPagesHub' =>
1662
  array (
1663
+ 'name' => 'HubPagesHub',
1664
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\Hub',
1665
  'make' => true,
1666
  'singleton' => true,
1667
  ),
1668
+ 'HubPagesPremiumTeasers' =>
1669
  array (
1670
+ 'name' => 'HubPagesPremiumTeasers',
1671
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\PremiumTeasers',
1672
  'make' => true,
1673
  'singleton' => true,
1674
  ),
1675
+ 'HubPagesUpdateBePage' =>
1676
  array (
1677
+ 'name' => 'HubPagesUpdateBePage',
1678
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
1679
+ 'make' => true,
1680
+ 'singleton' => true,
1681
+ ),
1682
+ 'HubPagesUpdateFePage' =>
1683
+ array (
1684
+ 'name' => 'HubPagesUpdateFePage',
1685
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
1686
+ 'make' => true,
1687
+ 'singleton' => true,
1688
+ ),
1689
+ 'HubActionsPostUpdateAction' =>
1690
+ array (
1691
+ 'name' => 'HubActionsPostUpdateAction',
1692
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
1693
  'make' => true,
1694
  'singleton' => true,
1695
  ),
elements/basicButton/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ ButtonElement; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar ButtonElement = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(ButtonElement, _vcvAPI$elementCompon);\n\n var _super = _createSuper(ButtonElement);\n\n function ButtonElement() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, ButtonElement);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(ButtonElement, [{\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var buttonUrl = atts.buttonUrl,\n buttonText = atts.buttonText,\n shape = atts.shape,\n alignment = atts.alignment,\n customClass = atts.customClass,\n toggleCustomHover = atts.toggleCustomHover,\n metaCustomId = atts.metaCustomId,\n size = atts.size,\n toggleStretchButton = atts.toggleStretchButton;\n var containerClasses = 'vce-button--style-basic-container';\n var wrapperClasses = 'vce-button--style-basic-wrapper vce';\n var classes = 'vce-button--style-basic';\n var customProps = {};\n var CustomTag = 'button';\n\n if (buttonUrl && buttonUrl.url) {\n CustomTag = 'a';\n var url = buttonUrl.url,\n title = buttonUrl.title,\n targetBlank = buttonUrl.targetBlank,\n relNofollow = buttonUrl.relNofollow;\n customProps = {\n href: url,\n title: title,\n target: targetBlank ? '_blank' : undefined,\n rel: relNofollow ? 'nofollow' : undefined\n };\n }\n\n if (typeof customClass === 'string' && customClass) {\n containerClasses += ' ' + customClass;\n }\n\n if (shape) {\n classes += \" vce-button--style-basic--border-\".concat(shape);\n }\n\n if (alignment) {\n containerClasses += \" vce-button--style-basic-container--align-\".concat(alignment);\n }\n\n if (size) {\n classes += \" vce-button--style-basic--size-\".concat(size);\n }\n\n if (toggleStretchButton) {\n wrapperClasses += ' vce-button--style-basic-wrapper--stretched';\n }\n\n var mixinData = this.getMixinData('basicColor');\n\n if (mixinData) {\n classes += \" vce-button--style-basic--color-\".concat(mixinData.selector);\n }\n\n if (toggleCustomHover) {\n mixinData = this.getMixinData('basicHoverColor');\n\n if (mixinData) {\n classes += \" vce-button--style-basic--hover-color-\".concat(mixinData.selector);\n }\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doMargin = this.applyDO('margin');\n var doRest = this.applyDO('padding border background animation');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"span\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doMargin), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(CustomTag, (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: classes\n }, customProps, doRest), buttonText)));\n }\n }]);\n\n return ButtonElement;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./basicButton/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ ButtonElement; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar ButtonElement = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(ButtonElement, _vcvAPI$elementCompon);\n\n var _super = _createSuper(ButtonElement);\n\n function ButtonElement() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, ButtonElement);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(ButtonElement, [{\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var buttonUrl = atts.buttonUrl,\n buttonText = atts.buttonText,\n shape = atts.shape,\n alignment = atts.alignment,\n customClass = atts.customClass,\n toggleCustomHover = atts.toggleCustomHover,\n metaCustomId = atts.metaCustomId,\n size = atts.size,\n toggleStretchButton = atts.toggleStretchButton;\n var containerClasses = 'vce-button--style-basic-container';\n var wrapperClasses = 'vce-button--style-basic-wrapper vce';\n var classes = 'vce-button vce-button--style-basic';\n var customProps = {};\n var CustomTag = 'button';\n\n if (buttonUrl && buttonUrl.url) {\n CustomTag = 'a';\n var url = buttonUrl.url,\n title = buttonUrl.title,\n targetBlank = buttonUrl.targetBlank,\n relNofollow = buttonUrl.relNofollow;\n customProps = {\n href: url,\n title: title,\n target: targetBlank ? '_blank' : undefined,\n rel: relNofollow ? 'nofollow' : undefined\n };\n }\n\n if (typeof customClass === 'string' && customClass) {\n containerClasses += ' ' + customClass;\n }\n\n if (shape) {\n classes += \" vce-button--style-basic--border-\".concat(shape);\n }\n\n if (alignment) {\n containerClasses += \" vce-button--style-basic-container--align-\".concat(alignment);\n }\n\n if (size) {\n classes += \" vce-button--style-basic--size-\".concat(size);\n }\n\n if (toggleStretchButton) {\n wrapperClasses += ' vce-button--style-basic-wrapper--stretched';\n }\n\n var mixinData = this.getMixinData('basicColor');\n\n if (mixinData) {\n classes += \" vce-button--style-basic--color-\".concat(mixinData.selector);\n }\n\n if (toggleCustomHover) {\n mixinData = this.getMixinData('basicHoverColor');\n\n if (mixinData) {\n classes += \" vce-button--style-basic--hover-color-\".concat(mixinData.selector);\n }\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doMargin = this.applyDO('margin');\n var doRest = this.applyDO('padding border background animation');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"span\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doMargin), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(CustomTag, (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: classes\n }, customProps, doRest), buttonText)));\n }\n }]);\n\n return ButtonElement;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./basicButton/component.js?");
19
 
20
  /***/ }),
21
 
elements/column/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ ColumnElement; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_10__);\n/* harmony import */ var _tools__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./tools */ \"./column/tools.js\");\n\n\n\n\n\n\n\n\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\n\nvar vcvAPI = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getService)('api');\nvar elementsSettingsStorage = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getStorage)('elementsSettings');\nvar fieldOptionsStorage = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getStorage)('fieldOptions');\nvar extendedOptionsState = elementsSettingsStorage.state('extendedOptions');\nvar documentManager = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getService)('document');\nvar elementsStorage = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getStorage)('elements');\n\nvar ColumnElement = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(ColumnElement, _vcvAPI$elementCompon);\n\n var _super = _createSuper(ColumnElement);\n\n function ColumnElement(props) {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(this, ColumnElement);\n\n _this = _super.call(this, props);\n _this.parentId = props.atts.parent;\n _this.handleStorageChange = _this.handleStorageChange.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this));\n _this.handleElementUpdate = _this.handleElementUpdate.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this));\n _this.handleElementRemove = _this.handleElementRemove.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this));\n _this.handleElementMove = _this.handleElementMove.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this));\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(ColumnElement, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n var currentState = extendedOptionsState.get();\n\n if (!currentState || currentState && !currentState.elements.includes(this.props.id)) {\n extendedOptionsState.onChange(this.handleStorageChange);\n var options = {\n fieldKey: false,\n fieldType: false,\n id: this.props.id\n };\n fieldOptionsStorage.trigger('fieldOptionsChange', options);\n }\n\n elementsStorage.on('update', this.handleElementUpdate);\n elementsStorage.on('remove', this.handleElementRemove);\n elementsStorage.on(\"element:move:\".concat(this.props.id), this.handleElementMove);\n }\n }, {\n key: \"componentWillUnmount\",\n value: function componentWillUnmount() {\n elementsStorage.off('update', this.handleElementUpdate);\n elementsStorage.off('remove', this.handleElementRemove);\n elementsStorage.off(\"element:move:\".concat(this.props.id), this.handleElementMove);\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate() {\n this.handleStorageChange(false);\n }\n }, {\n key: \"handleElementUpdate\",\n value: function handleElementUpdate(id, element) {\n if (id === this.props.id) {\n (0,_tools__WEBPACK_IMPORTED_MODULE_11__.addRowColumnBackground)(id, element, element.parent, documentManager, elementsStorage);\n }\n }\n }, {\n key: \"handleElementRemove\",\n value: function handleElementRemove(id) {\n if (id === this.props.id) {\n var element = documentManager.get(this.props.id);\n (0,_tools__WEBPACK_IMPORTED_MODULE_11__.addRowColumnBackground)(id, element, this.props.atts.parent, documentManager, elementsStorage);\n }\n }\n }, {\n key: \"handleElementMove\",\n value: function handleElementMove(element) {\n // Update old row\n (0,_tools__WEBPACK_IMPORTED_MODULE_11__.addRowColumnBackground)(element.id, element, element.parent, documentManager, elementsStorage); // Update new row\n\n var newElement = documentManager.get(this.props.id);\n (0,_tools__WEBPACK_IMPORTED_MODULE_11__.addRowColumnBackground)(newElement.id, newElement, newElement.parent, documentManager, elementsStorage);\n }\n }, {\n key: \"handleStorageChange\",\n value: function handleStorageChange(data) {\n var _this2 = this;\n\n var dataFromState = extendedOptionsState.get();\n\n if (data) {\n dataFromState = data;\n extendedOptionsState.ignoreChange(this.handleStorageChange);\n }\n\n if (!dataFromState) {\n return;\n }\n\n var elementData = dataFromState.elements.find(function (el) {\n return el.id === _this2.props.id;\n });\n\n if (elementData) {\n elementsSettingsStorage.state('elementOptions').set(_objectSpread({}, elementData));\n }\n }\n }, {\n key: \"getWidthClass\",\n value: function getWidthClass(widthValue, device) {\n var className = \"vce-col--\".concat(device, \"-\");\n\n if (!widthValue) {\n return className + 'auto';\n }\n\n if (widthValue.includes('px')) {\n return className + widthValue.replace('px', '-px');\n }\n\n return className + widthValue.replace('/', '-').replace('%', 'p').replace(',', '-').replace('.', '-');\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this3 = this;\n\n // import variables\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor,\n isBackend = _this$props.isBackend;\n var size = atts.size,\n customClass = atts.customClass,\n metaCustomId = atts.metaCustomId,\n designOptionsAdvanced = atts.designOptionsAdvanced,\n lastInRow = atts.lastInRow,\n firstInRow = atts.firstInRow,\n hidden = atts.hidden,\n disableStacking = atts.disableStacking,\n sticky = atts.sticky,\n boxShadow = atts.boxShadow; // import template js\n\n var customColProps = {};\n var innerProps = {};\n var classes = ['vce-col'];\n classes.push(this.getBackgroundClass(designOptionsAdvanced));\n\n if (hidden && isBackend) {\n classes.push('vce-wpbackend-element-hidden');\n }\n\n if (disableStacking) {\n classes.push(this.getWidthClass(size.all, 'xs'));\n\n if (lastInRow.all) {\n classes.push('vce-col--all-last');\n }\n\n if (firstInRow.all) {\n classes.push('vce-col--all-first');\n }\n } else {\n if (size.all) {\n if (size.all === 'hide') {\n classes.push('vce-col--all-hide');\n } else {\n classes.push(this.getWidthClass(size.all, 'md'));\n classes.push('vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first');\n\n if (lastInRow.all) {\n classes.push('vce-col--md-last vce-col--lg-last vce-col--xl-last');\n }\n\n if (firstInRow.all) {\n classes.push('vce-col--md-first vce-col--lg-first vce-col--xl-first');\n }\n }\n } else {\n // Custom device column size\n Object.keys(size).forEach(function (device) {\n var deviceSize = size[device];\n\n if (deviceSize === '') {\n deviceSize = 'auto';\n }\n\n if (device !== 'defaultSize') {\n classes.push(_this3.getWidthClass(deviceSize, device));\n\n if (deviceSize !== 'hide') {\n classes.push(\"vce-col--\".concat(device, \"-visible\"));\n }\n\n if (lastInRow[device]) {\n classes.push(\"vce-col--\".concat(device, \"-last\"));\n }\n\n if (firstInRow[device]) {\n classes.push(\"vce-col--\".concat(device, \"-first\"));\n }\n }\n });\n }\n }\n\n if (typeof customClass === 'string' && customClass.length) {\n classes.push(customClass);\n }\n\n var className = classnames__WEBPACK_IMPORTED_MODULE_10___default()(classes);\n\n if (metaCustomId) {\n innerProps.id = metaCustomId;\n }\n\n var stickyAttributes = {};\n\n if (sticky && sticky.device) {\n stickyAttributes = this.getStickyAttributes(sticky);\n }\n\n var boxShadowAttributes = {};\n\n if (boxShadow && boxShadow.device) {\n boxShadowAttributes = this.getBoxShadowAttributes(boxShadow, id);\n }\n\n customColProps['data-vce-delete-attr'] = 'style';\n innerProps['data-vce-delete-attr'] = 'style';\n innerProps = _objectSpread(_objectSpread({}, innerProps), stickyAttributes);\n var contentProps = {};\n contentProps['data-vce-element-content'] = true;\n var doPadding = this.applyDO('padding');\n var doRest = this.applyDO('border margin background animation');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: className\n }, customColProps, {\n id: 'el-' + id\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce-col-inner\"\n }, doRest, innerProps, boxShadowAttributes), this.getBackgroundTypeContent(), this.getContainerDivider(), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce-col-content\"\n }, contentProps, doPadding), this.props.children)));\n }\n }]);\n\n return ColumnElement;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./column/component.js?");
19
 
20
  /***/ }),
21
 
@@ -68,7 +68,7 @@ eval("module.exports = \"/* ----------------------------------------------\\n *
68
  /***/ (function(module) {
69
 
70
  "use strict";
71
- eval("module.exports = JSON.parse('{\"size\":{\"type\":\"object\",\"access\":\"public\",\"value\":{\"all\":\"auto\",\"defaultSize\":\"auto\"}},\"disableStacking\":{\"type\":\"string\",\"access\":\"public\",\"value\":false},\"lastInRow\":{\"type\":\"object\",\"access\":\"public\",\"value\":{\"all\":false}},\"firstInRow\":{\"type\":\"object\",\"access\":\"public\",\"value\":{\"all\":false}},\"customClass\":{\"type\":\"string\",\"access\":\"public\",\"value\":\"\",\"options\":{\"label\":\"Extra class name\",\"description\":\"Add an extra class name to the element and refer to it from the custom CSS option.\"}},\"parallax\":{\"type\":\"parallax\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Parallax\",\"tooltip\":\"Enabling <a href=\\\\\"https://visualcomposer.com/help/design-options/parallax-effect/?utm_source=vcwb&utm_medium=editor&utm_campaign=info&utm_content=helper-point\\\\\" target=\\\\\"_blank\\\\\" rel=\\\\\"noopener noreferrer\\\\\">Parallax</a> creates a 3D scrolling effect on the page.\"}},\"designOptionsAdvanced\":{\"type\":\"designOptionsAdvanced\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Design Options\"}},\"sticky\":{\"type\":\"sticky\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Sticky\",\"tooltip\":\"The sticky option makes the container and its content fixed at the top of the page.\"}},\"editFormTab1\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"metaCustomId\",\"customClass\"],\"options\":{\"label\":\"General\"}},\"dividers\":{\"type\":\"divider\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Dividers\",\"tooltip\":\"Add pre-designed shapes to divide rows and columns.\"}},\"boxShadow\":{\"type\":\"boxShadow\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Box Shadow\",\"tooltip\":\"Add outlined shades to an element.\"}},\"metaEditFormTabs\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"editFormTab1\",\"designOptionsAdvanced\",\"parallax\",\"boxShadow\",\"dividers\",\"sticky\"]},\"containerFor\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"General\"]},\"relatedTo\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"Column\"]},\"parentWrapper\":{\"type\":\"string\",\"access\":\"protected\",\"value\":\"row\"},\"metaCustomId\":{\"type\":\"customId\",\"access\":\"public\",\"value\":\"\",\"options\":{\"label\":\"Element ID\",\"description\":\"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only).\"}},\"tag\":{\"access\":\"protected\",\"type\":\"string\",\"value\":\"column\"},\"hidden\":{\"type\":\"string\",\"access\":\"public\",\"value\":false}}');\n\n//# sourceURL=webpack:///./column/settings.json?");
72
 
73
  /***/ })
74
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ ColumnElement; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_10__);\n/* harmony import */ var _tools__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./tools */ \"./column/tools.js\");\n\n\n\n\n\n\n\n\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\n\nvar vcvAPI = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getService)('api');\nvar elementsSettingsStorage = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getStorage)('elementsSettings');\nvar fieldOptionsStorage = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getStorage)('fieldOptions');\nvar extendedOptionsState = elementsSettingsStorage.state('extendedOptions');\nvar documentManager = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getService)('document');\nvar elementsStorage = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getStorage)('elements');\n\nvar ColumnElement = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(ColumnElement, _vcvAPI$elementCompon);\n\n var _super = _createSuper(ColumnElement);\n\n function ColumnElement(props) {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(this, ColumnElement);\n\n _this = _super.call(this, props);\n _this.parentId = props.atts.parent;\n _this.handleStorageChange = _this.handleStorageChange.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this));\n _this.handleElementUpdate = _this.handleElementUpdate.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this));\n _this.handleElementRemove = _this.handleElementRemove.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this));\n _this.handleElementMove = _this.handleElementMove.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this));\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(ColumnElement, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n var currentState = extendedOptionsState.get();\n\n if (!currentState || currentState && !currentState.elements.includes(this.props.id)) {\n extendedOptionsState.onChange(this.handleStorageChange);\n var options = {\n fieldKey: false,\n fieldType: false,\n id: this.props.id\n };\n fieldOptionsStorage.trigger('fieldOptionsChange', options);\n }\n\n elementsStorage.on('update', this.handleElementUpdate);\n elementsStorage.on('remove', this.handleElementRemove);\n elementsStorage.on(\"element:move:\".concat(this.props.id), this.handleElementMove);\n }\n }, {\n key: \"componentWillUnmount\",\n value: function componentWillUnmount() {\n elementsStorage.off('update', this.handleElementUpdate);\n elementsStorage.off('remove', this.handleElementRemove);\n elementsStorage.off(\"element:move:\".concat(this.props.id), this.handleElementMove);\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate() {\n this.handleStorageChange(false);\n }\n }, {\n key: \"handleElementUpdate\",\n value: function handleElementUpdate(id, element) {\n if (id === this.props.id) {\n (0,_tools__WEBPACK_IMPORTED_MODULE_11__.addRowColumnBackground)(id, element, element.parent, documentManager, elementsStorage);\n }\n }\n }, {\n key: \"handleElementRemove\",\n value: function handleElementRemove(id) {\n if (id === this.props.id) {\n var element = documentManager.get(this.props.id);\n (0,_tools__WEBPACK_IMPORTED_MODULE_11__.addRowColumnBackground)(id, element, this.props.atts.parent, documentManager, elementsStorage);\n }\n }\n }, {\n key: \"handleElementMove\",\n value: function handleElementMove(element) {\n // Update old row\n (0,_tools__WEBPACK_IMPORTED_MODULE_11__.addRowColumnBackground)(element.id, element, element.parent, documentManager, elementsStorage); // Update new row\n\n var newElement = documentManager.get(this.props.id);\n (0,_tools__WEBPACK_IMPORTED_MODULE_11__.addRowColumnBackground)(newElement.id, newElement, newElement.parent, documentManager, elementsStorage);\n }\n }, {\n key: \"handleStorageChange\",\n value: function handleStorageChange(data) {\n var _this2 = this;\n\n var dataFromState = extendedOptionsState.get();\n\n if (data) {\n dataFromState = data;\n extendedOptionsState.ignoreChange(this.handleStorageChange);\n }\n\n if (!dataFromState) {\n return;\n }\n\n var elementData = dataFromState.elements.find(function (el) {\n return el.id === _this2.props.id;\n });\n\n if (elementData) {\n elementsSettingsStorage.state('elementOptions').set(_objectSpread({}, elementData));\n }\n }\n }, {\n key: \"getWidthClass\",\n value: function getWidthClass(widthValue, device) {\n var className = \"vce-col--\".concat(device, \"-\");\n\n if (!widthValue) {\n return className + 'auto';\n }\n\n if (widthValue.includes('px')) {\n return className + widthValue.replace('px', '-px');\n }\n\n return className + widthValue.replace('/', '-').replace('%', 'p').replace(',', '-').replace('.', '-');\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this3 = this;\n\n // import variables\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor,\n isBackend = _this$props.isBackend;\n var size = atts.size,\n customClass = atts.customClass,\n metaCustomId = atts.metaCustomId,\n designOptionsAdvanced = atts.designOptionsAdvanced,\n lastInRow = atts.lastInRow,\n firstInRow = atts.firstInRow,\n hidden = atts.hidden,\n disableStacking = atts.disableStacking,\n sticky = atts.sticky,\n boxShadow = atts.boxShadow; // import template js\n\n var customColProps = {};\n var innerProps = {};\n var classes = ['vce-col'];\n classes.push(this.getBackgroundClass(designOptionsAdvanced));\n\n if (hidden && isBackend) {\n classes.push('vce-wpbackend-element-hidden');\n }\n\n if (disableStacking) {\n classes.push(this.getWidthClass(size.all, 'xs'));\n\n if (lastInRow.all) {\n classes.push('vce-col--all-last');\n }\n\n if (firstInRow.all) {\n classes.push('vce-col--all-first');\n }\n } else {\n if (size.all) {\n if (size.all === 'hide') {\n classes.push('vce-col--all-hide');\n } else {\n classes.push(this.getWidthClass(size.all, 'md'));\n classes.push('vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first');\n\n if (lastInRow.all) {\n classes.push('vce-col--md-last vce-col--lg-last vce-col--xl-last');\n }\n\n if (firstInRow.all) {\n classes.push('vce-col--md-first vce-col--lg-first vce-col--xl-first');\n }\n }\n } else {\n // Custom device column size\n Object.keys(size).forEach(function (device) {\n var deviceSize = size[device];\n\n if (deviceSize === '') {\n deviceSize = 'auto';\n }\n\n if (device !== 'defaultSize') {\n classes.push(_this3.getWidthClass(deviceSize, device));\n\n if (deviceSize !== 'hide') {\n classes.push(\"vce-col--\".concat(device, \"-visible\"));\n }\n\n if (lastInRow[device]) {\n classes.push(\"vce-col--\".concat(device, \"-last\"));\n }\n\n if (firstInRow[device]) {\n classes.push(\"vce-col--\".concat(device, \"-first\"));\n }\n }\n });\n }\n }\n\n if (typeof customClass === 'string' && customClass.length) {\n classes.push(customClass);\n }\n\n var className = classnames__WEBPACK_IMPORTED_MODULE_10___default()(classes);\n\n if (metaCustomId) {\n innerProps.id = metaCustomId;\n }\n\n var stickyAttributes = {};\n\n if (sticky && sticky.device) {\n stickyAttributes = this.getStickyAttributes(sticky);\n }\n\n var boxShadowAttributes = {};\n\n if (boxShadow && boxShadow.device) {\n boxShadowAttributes = this.getBoxShadowAttributes(boxShadow, id);\n }\n\n customColProps['data-vce-delete-attr'] = 'style';\n innerProps['data-vce-delete-attr'] = 'style';\n innerProps = _objectSpread(_objectSpread({}, innerProps), stickyAttributes);\n var contentProps = {};\n contentProps['data-vce-element-content'] = true;\n var doPadding = this.applyDO('padding');\n var doRest = this.applyDO('border margin background animation');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: className\n }, customColProps, {\n id: 'el-' + id\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce-col-inner\"\n }, doRest, innerProps, boxShadowAttributes), this.getBackgroundTypeContent(), this.getContainerDivider(), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce-col-content\"\n }, contentProps, doPadding), this.props.children)));\n }\n }]);\n\n return ColumnElement;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./column/component.js?");
19
 
20
  /***/ }),
21
 
68
  /***/ (function(module) {
69
 
70
  "use strict";
71
+ eval("module.exports = JSON.parse('{\"size\":{\"type\":\"object\",\"access\":\"public\",\"value\":{\"all\":\"auto\",\"defaultSize\":\"auto\"}},\"disableStacking\":{\"type\":\"string\",\"access\":\"public\",\"value\":false},\"lastInRow\":{\"type\":\"object\",\"access\":\"public\",\"value\":{\"all\":false}},\"firstInRow\":{\"type\":\"object\",\"access\":\"public\",\"value\":{\"all\":false}},\"customClass\":{\"type\":\"string\",\"access\":\"public\",\"value\":\"\",\"options\":{\"label\":\"Extra class name\",\"description\":\"Add an extra class name to the element and refer to it from the custom CSS option.\"}},\"parallax\":{\"type\":\"parallax\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Parallax\",\"tooltip\":\"Enabling <a href=\\\\\"https://help.visualcomposer.com/docs/features/design-options/?utm_source=vcwb&utm_medium=editor&utm_campaign=info&utm_content=helper-point\\\\\" target=\\\\\"_blank\\\\\" rel=\\\\\"noopener noreferrer\\\\\">Parallax</a> creates a 3D scrolling effect on the page.\"}},\"designOptionsAdvanced\":{\"type\":\"designOptionsAdvanced\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Design Options\"}},\"sticky\":{\"type\":\"sticky\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Sticky\",\"tooltip\":\"The sticky option makes the container and its content fixed at the top of the page.\"}},\"editFormTab1\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"metaCustomId\",\"customClass\"],\"options\":{\"label\":\"General\"}},\"dividers\":{\"type\":\"divider\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Dividers\",\"tooltip\":\"Add pre-designed shapes to divide rows and columns.\"}},\"boxShadow\":{\"type\":\"boxShadow\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Box Shadow\",\"tooltip\":\"Add outlined shades to an element.\"}},\"metaEditFormTabs\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"editFormTab1\",\"designOptionsAdvanced\",\"parallax\",\"boxShadow\",\"dividers\",\"sticky\"]},\"containerFor\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"General\"]},\"relatedTo\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"Column\"]},\"parentWrapper\":{\"type\":\"string\",\"access\":\"protected\",\"value\":\"row\"},\"metaCustomId\":{\"type\":\"customId\",\"access\":\"public\",\"value\":\"\",\"options\":{\"label\":\"Element ID\",\"description\":\"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only).\"}},\"tag\":{\"access\":\"protected\",\"type\":\"string\",\"value\":\"column\"},\"hidden\":{\"type\":\"string\",\"access\":\"public\",\"value\":false}}');\n\n//# sourceURL=webpack:///./column/settings.json?");
72
 
73
  /***/ })
74
 
elements/faqToggle/faqToggle/public/dist/faqToggle.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){function t(n){if(o[n])return o[n].exports;var c=o[n]={exports:{},id:n,loaded:!1};return e[n].call(c.exports,c,c.exports,t),c.loaded=!0,c.exports}var o={};return t.m=e,t.c=o,t.p="",t(0)}([function(e,t,o){e.exports=o(1)},function(e,t){!function(e){vcv.on("ready",function(){e(function(){var t=e(".vce-faq-toggle-inner"),o={titleSelector:".vce-faq-toggle-title",contentSelector:".vce-faq-toggle-text-block",activeClass:"vce-faq-toggle-state--opened"};t.each(function(){var t=e(this);!t.data("vcvCollapsible")&&t.collapsible(o)})})})}(window.jQuery)}]);
1
+ !function(){var e;e=window.jQuery,vcv.on("ready",(function(){e((function(){var t=e(".vce-faq-toggle-inner"),l={titleSelector:".vce-faq-toggle-title",titleTextSelector:".vce-faq-toggle-title-text",contentSelector:".vce-faq-toggle-text-block",activeClass:"vce-faq-toggle-state--opened"};t.each((function(){var t=e(this);!t.data("vcvCollapsible")&&t.collapsible(l)}))}))}))}();
elements/faqToggle/faqToggle/public/js/faqToggle.js CHANGED
@@ -5,6 +5,7 @@
5
  var collapsibleItems = $('.vce-faq-toggle-inner')
6
  var settings = {
7
  titleSelector: '.vce-faq-toggle-title',
 
8
  contentSelector: '.vce-faq-toggle-text-block',
9
  activeClass: 'vce-faq-toggle-state--opened'
10
  }
5
  var collapsibleItems = $('.vce-faq-toggle-inner')
6
  var settings = {
7
  titleSelector: '.vce-faq-toggle-title',
8
+ titleTextSelector: '.vce-faq-toggle-title-text',
9
  contentSelector: '.vce-faq-toggle-text-block',
10
  activeClass: 'vce-faq-toggle-state--opened'
11
  }
elements/faqToggle/faqToggle/public/webpack.config.js CHANGED
@@ -3,6 +3,6 @@ module.exports = {
3
  faqToggle: ['./js/faqToggle.js']
4
  },
5
  output: {
6
- filename: 'dist/[name].min.js'
7
  }
8
  }
3
  faqToggle: ['./js/faqToggle.js']
4
  },
5
  output: {
6
+ filename: '[name].min.js'
7
  }
8
  }
elements/faqToggle/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ FaqToggle; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var react_dom_server__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react-dom/server */ \"./node_modules/react-dom/server.browser.js\");\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar FaqToggle = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(FaqToggle, _vcvAPI$elementCompon);\n\n var _super = _createSuper(FaqToggle);\n\n function FaqToggle() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, FaqToggle);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(FaqToggle, [{\n key: \"getContent\",\n value: function getContent() {\n var atts = this.props.atts;\n var textBlock = atts.textBlock,\n titleText = atts.titleText,\n elementTag = atts.elementTag;\n var CustomTag = elementTag;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vce-faq-toggle-inner\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vce-faq-toggle-title\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(CustomTag, {\n className: \"vce-faq-toggle-title-text\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"i\", {\n className: \"vce-faq-toggle-icon\"\n }), titleText)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vce-faq-toggle-text-block\"\n }, textBlock));\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var shape = atts.shape,\n customHoverColors = atts.customHoverColors,\n metaCustomId = atts.metaCustomId,\n customClass = atts.customClass;\n var containerClasses = 'vce-faq-toggle';\n var customProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n containerClasses += ' ' + customClass;\n }\n\n var mixinData = this.getMixinData('color');\n\n if (mixinData) {\n containerClasses += \" vce-faq-toggle-color--\".concat(mixinData.selector);\n }\n\n if (shape !== 'none') {\n mixinData = this.getMixinData('shapeColor');\n\n if (mixinData) {\n containerClasses += \" vce-faq-toggle-shape-color--\".concat(mixinData.selector);\n }\n\n if (shape !== 'square') {\n containerClasses += \" vce-faq-toggle-shape--\".concat(shape);\n }\n }\n\n if (customHoverColors) {\n mixinData = this.getMixinData('hoverColor');\n\n if (mixinData) {\n containerClasses += \" vce-faq-toggle-hover-color--\".concat(mixinData.selector);\n }\n\n if (shape !== 'none') {\n mixinData = this.getMixinData('shapeHoverColor');\n\n if (mixinData) {\n containerClasses += \" vce-faq-toggle-shape-hover-color--\".concat(mixinData.selector);\n }\n }\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('margin padding border background animation');\n var content = this.getContent();\n var stringContent = (0,react_dom_server__WEBPACK_IMPORTED_MODULE_8__.renderToStaticMarkup)(content);\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses\n }, editor, customProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce-faq-toggle-wrapper vce\",\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vcvhelper\",\n \"data-vcvs-html\": stringContent\n }, content)));\n }\n }]);\n\n return FaqToggle;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./faqToggle/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ FaqToggle; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var react_dom_server__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react-dom/server */ \"./node_modules/react-dom/server.browser.js\");\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar FaqToggle = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(FaqToggle, _vcvAPI$elementCompon);\n\n var _super = _createSuper(FaqToggle);\n\n function FaqToggle() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, FaqToggle);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(FaqToggle, [{\n key: \"getContent\",\n value: function getContent() {\n var atts = this.props.atts;\n var textBlock = atts.textBlock,\n titleText = atts.titleText,\n elementTag = atts.elementTag;\n var CustomTag = elementTag;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vce-faq-toggle-inner\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vce-faq-toggle-title\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(CustomTag, {\n className: \"vce-faq-toggle-title-text\",\n \"aria-controls\": \"\".concat(atts.tag, \"-\").concat(this.props.id),\n \"aria-expanded\": \"false\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"i\", {\n className: \"vce-faq-toggle-icon\"\n }), titleText)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vce-faq-toggle-text-block\",\n role: \"region\",\n id: \"\".concat(atts.tag, \"-\").concat(this.props.id)\n }, textBlock));\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var shape = atts.shape,\n customHoverColors = atts.customHoverColors,\n metaCustomId = atts.metaCustomId,\n customClass = atts.customClass;\n var containerClasses = 'vce-faq-toggle';\n var customProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n containerClasses += ' ' + customClass;\n }\n\n var mixinData = this.getMixinData('color');\n\n if (mixinData) {\n containerClasses += \" vce-faq-toggle-color--\".concat(mixinData.selector);\n }\n\n if (shape !== 'none') {\n mixinData = this.getMixinData('shapeColor');\n\n if (mixinData) {\n containerClasses += \" vce-faq-toggle-shape-color--\".concat(mixinData.selector);\n }\n\n if (shape !== 'square') {\n containerClasses += \" vce-faq-toggle-shape--\".concat(shape);\n }\n }\n\n if (customHoverColors) {\n mixinData = this.getMixinData('hoverColor');\n\n if (mixinData) {\n containerClasses += \" vce-faq-toggle-hover-color--\".concat(mixinData.selector);\n }\n\n if (shape !== 'none') {\n mixinData = this.getMixinData('shapeHoverColor');\n\n if (mixinData) {\n containerClasses += \" vce-faq-toggle-shape-hover-color--\".concat(mixinData.selector);\n }\n }\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('margin padding border background animation');\n var content = this.getContent();\n var stringContent = (0,react_dom_server__WEBPACK_IMPORTED_MODULE_8__.renderToStaticMarkup)(content);\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses\n }, editor, customProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce-faq-toggle-wrapper vce\",\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vcvhelper\",\n \"data-vcvs-html\": stringContent\n }, content)));\n }\n }]);\n\n return FaqToggle;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./faqToggle/component.js?");
19
 
20
  /***/ }),
21
 
elements/outlineButton/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ OutlineButtonElement; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar OutlineButtonElement = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(OutlineButtonElement, _vcvAPI$elementCompon);\n\n var _super = _createSuper(OutlineButtonElement);\n\n function OutlineButtonElement() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, OutlineButtonElement);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(OutlineButtonElement, [{\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var buttonUrl = atts.buttonUrl,\n buttonText = atts.buttonText,\n shape = atts.shape,\n alignment = atts.alignment,\n customClass = atts.customClass,\n buttonType = atts.buttonType,\n metaCustomId = atts.metaCustomId,\n size = atts.size,\n toggleStretchButton = atts.toggleStretchButton;\n var wrapperClasses = ['vce-button--style-outline-wrapper', 'vce'];\n var containerClasses = ['vce-button--style-outline-container'];\n var classes = [];\n var buttonHtml = buttonText;\n var customProps = {};\n var CustomTag = 'button';\n var buttonCustomClass = buttonType ? \"vce-button--style-\".concat(buttonType) : 'vce-button--style-outline';\n classes.push(buttonCustomClass);\n\n if (buttonUrl && buttonUrl.url) {\n CustomTag = 'a';\n var url = buttonUrl.url,\n title = buttonUrl.title,\n targetBlank = buttonUrl.targetBlank,\n relNofollow = buttonUrl.relNofollow;\n customProps = {\n href: url,\n title: title,\n target: targetBlank ? '_blank' : undefined,\n rel: relNofollow ? 'nofollow' : undefined\n };\n }\n\n if (typeof customClass === 'string' && customClass) {\n containerClasses.push(customClass);\n }\n\n if (shape) {\n classes.push(\"vce-button--style-outline--border-\".concat(shape));\n }\n\n if (alignment) {\n containerClasses.push(\"vce-button--style-outline-container--align-\".concat(alignment));\n }\n\n if (size) {\n classes.push(\"vce-button--style-outline--size-\".concat(size));\n }\n\n if (toggleStretchButton) {\n wrapperClasses.push('vce-button--style-outline-wrapper--stretched');\n }\n\n var mixinData = this.getMixinData('color');\n\n if (mixinData) {\n classes.push(\"\".concat(buttonCustomClass, \"--color-\").concat(mixinData.selector));\n }\n\n mixinData = this.getMixinData('borderColor');\n\n if (mixinData) {\n classes.push(\"\".concat(buttonCustomClass, \"--border-color-\").concat(mixinData.selector));\n }\n\n mixinData = this.getMixinData('backgroundColor');\n\n if (mixinData) {\n classes.push(\"\".concat(buttonCustomClass, \"--background-color-\").concat(mixinData.selector));\n }\n\n mixinData = this.getMixinData('designOptions');\n\n if (mixinData) {\n classes.push(\"\".concat(buttonCustomClass, \"--background-color-\").concat(mixinData.selector));\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doMargin = this.applyDO('margin');\n var doRest = this.applyDO('padding border background animation');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses.join(' ')\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"span\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses.join(' '),\n id: 'el-' + id\n }, doMargin), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(CustomTag, (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: classes.join(' ')\n }, customProps, doRest), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"span\", {\n className: \"vce-button--style-outline-text\"\n }, buttonHtml))));\n }\n }]);\n\n return OutlineButtonElement;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./outlineButton/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ OutlineButtonElement; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar OutlineButtonElement = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(OutlineButtonElement, _vcvAPI$elementCompon);\n\n var _super = _createSuper(OutlineButtonElement);\n\n function OutlineButtonElement() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, OutlineButtonElement);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(OutlineButtonElement, [{\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var buttonUrl = atts.buttonUrl,\n buttonText = atts.buttonText,\n shape = atts.shape,\n alignment = atts.alignment,\n customClass = atts.customClass,\n buttonType = atts.buttonType,\n metaCustomId = atts.metaCustomId,\n size = atts.size,\n toggleStretchButton = atts.toggleStretchButton;\n var wrapperClasses = ['vce-button--style-outline-wrapper', 'vce'];\n var containerClasses = ['vce-button--style-outline-container'];\n var classes = ['vce-button'];\n var buttonHtml = buttonText;\n var customProps = {};\n var CustomTag = 'button';\n var buttonCustomClass = buttonType ? \"vce-button--style-\".concat(buttonType) : 'vce-button--style-outline';\n classes.push(buttonCustomClass);\n\n if (buttonUrl && buttonUrl.url) {\n CustomTag = 'a';\n var url = buttonUrl.url,\n title = buttonUrl.title,\n targetBlank = buttonUrl.targetBlank,\n relNofollow = buttonUrl.relNofollow;\n customProps = {\n href: url,\n title: title,\n target: targetBlank ? '_blank' : undefined,\n rel: relNofollow ? 'nofollow' : undefined\n };\n }\n\n if (typeof customClass === 'string' && customClass) {\n containerClasses.push(customClass);\n }\n\n if (shape) {\n classes.push(\"vce-button--style-outline--border-\".concat(shape));\n }\n\n if (alignment) {\n containerClasses.push(\"vce-button--style-outline-container--align-\".concat(alignment));\n }\n\n if (size) {\n classes.push(\"vce-button--style-outline--size-\".concat(size));\n }\n\n if (toggleStretchButton) {\n wrapperClasses.push('vce-button--style-outline-wrapper--stretched');\n }\n\n var mixinData = this.getMixinData('color');\n\n if (mixinData) {\n classes.push(\"\".concat(buttonCustomClass, \"--color-\").concat(mixinData.selector));\n }\n\n mixinData = this.getMixinData('borderColor');\n\n if (mixinData) {\n classes.push(\"\".concat(buttonCustomClass, \"--border-color-\").concat(mixinData.selector));\n }\n\n mixinData = this.getMixinData('backgroundColor');\n\n if (mixinData) {\n classes.push(\"\".concat(buttonCustomClass, \"--background-color-\").concat(mixinData.selector));\n }\n\n mixinData = this.getMixinData('designOptions');\n\n if (mixinData) {\n classes.push(\"\".concat(buttonCustomClass, \"--background-color-\").concat(mixinData.selector));\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doMargin = this.applyDO('margin');\n var doRest = this.applyDO('padding border background animation');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses.join(' ')\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"span\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses.join(' '),\n id: 'el-' + id\n }, doMargin), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(CustomTag, (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: classes.join(' ')\n }, customProps, doRest), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"span\", {\n className: \"vce-button--style-outline-text\"\n }, buttonHtml))));\n }\n }]);\n\n return OutlineButtonElement;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./outlineButton/component.js?");
19
 
20
  /***/ }),
21
 
elements/row/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ RowElement; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_10__);\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_11__);\n\n\n\n\n\n\n\n\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\n\nvar vcvAPI = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getService)('api');\nvar documentManager = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getService)('document');\nvar assetsStorage = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getStorage)('assets');\nvar elementsSettingsStorage = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getStorage)('elementsSettings');\nvar fieldOptionsStorage = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getStorage)('fieldOptions');\nvar extendedOptionsState = elementsSettingsStorage.state('extendedOptions');\nvar devices = ['all', 'defaultSize', 'xs', 'sm', 'md', 'lg', 'xl'];\n\nvar RowElement = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(RowElement, _vcvAPI$elementCompon);\n\n var _super = _createSuper(RowElement);\n\n function RowElement(props) {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(this, RowElement);\n\n _this = _super.call(this, props);\n _this.state = {\n layout: {}\n };\n _this.handleStorageChange = _this.handleStorageChange.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this));\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(RowElement, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n var currentState = extendedOptionsState.get();\n\n if (!currentState || currentState && !currentState.elements.includes(this.props.id)) {\n extendedOptionsState.onChange(this.handleStorageChange);\n var options = {\n fieldKey: false,\n fieldType: false,\n id: this.props.id\n };\n fieldOptionsStorage.trigger('fieldOptionsChange', options);\n }\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate() {\n this.handleStorageChange(false);\n }\n }, {\n key: \"handleStorageChange\",\n value: function handleStorageChange(data) {\n var _this2 = this;\n\n var dataFromState = extendedOptionsState.get();\n\n if (data) {\n dataFromState = data;\n extendedOptionsState.ignoreChange(this.handleStorageChange);\n }\n\n if (!dataFromState) {\n return;\n }\n\n var elementData = dataFromState.elements.find(function (el) {\n return el.id === _this2.props.id;\n });\n\n if (elementData) {\n elementsSettingsStorage.state('elementOptions').set(_objectSpread({}, elementData));\n }\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor,\n isBackend = _this$props.isBackend;\n var customClass = atts.customClass,\n rowWidth = atts.rowWidth,\n removeSpaces = atts.removeSpaces,\n columnGap = atts.columnGap,\n fullHeight = atts.fullHeight,\n metaCustomId = atts.metaCustomId,\n equalHeight = atts.equalHeight,\n columnPosition = atts.columnPosition,\n contentPosition = atts.contentPosition,\n designOptionsAdvanced = atts.designOptionsAdvanced,\n layout = atts.layout,\n columnBackground = atts.columnBackground,\n hidden = atts.hidden,\n sticky = atts.sticky,\n boxShadow = atts.boxShadow;\n var content = this.props.children;\n var editorType = window.VCV_EDITOR_TYPE ? window.VCV_EDITOR_TYPE() : 'default';\n var containerClasses = classnames__WEBPACK_IMPORTED_MODULE_11___default()({\n 'vce-row-container': true,\n 'vce-wpbackend-element-hidden': hidden && isBackend\n });\n var classes = ['vce-row'];\n\n if (columnBackground) {\n if (columnBackground.all) {\n classes.push('vce-row--has-col-background');\n } else {\n for (var currentDevice in columnBackground) {\n if (columnBackground[currentDevice]) {\n classes.push(\"vce-row--\".concat(currentDevice, \"--has-col-background\"));\n }\n }\n }\n }\n\n classes.push(this.getBackgroundClass(designOptionsAdvanced));\n classes.push(\"vce-row--col-gap-\".concat(columnGap ? parseInt(columnGap) : 0));\n\n if (layout && layout.reverseColumn && !layout.disableStacking) {\n classes.push('vce-row-wrap--reverse');\n }\n\n var customProps = {\n style: {}\n };\n var customRowProps = {\n style: {}\n };\n var containerProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes.push(customClass);\n }\n\n if (rowWidth === 'stretchedRow' || rowWidth === 'stretchedRowAndColumn') {\n customRowProps['data-vce-full-width'] = true;\n } else {\n customRowProps.style.width = '';\n customRowProps.style.left = '';\n customRowProps.style.right = '';\n customProps.style.paddingLeft = '';\n customProps.style.paddingRight = '';\n }\n\n if (rowWidth === 'stretchedRowAndColumn' || editorType === 'sidebar') {\n customRowProps['data-vce-stretch-content'] = true;\n }\n\n var stickyAttributes = {};\n\n if (sticky && sticky.device) {\n stickyAttributes = this.getStickyAttributes(sticky);\n }\n\n if ((editorType === 'sidebar' || rowWidth === 'stretchedRowAndColumn') && removeSpaces) {\n classes.push('vce-row-no-paddings');\n }\n\n if (fullHeight) {\n classes.push('vce-row-full-height');\n } else {\n customRowProps.style.minHeight = '';\n } // Don't add equal height class if columns are already stretched\n\n\n if (equalHeight && (!fullHeight || columnPosition !== 'stretch')) {\n classes.push('vce-row-equal-height');\n } // Add column position class only if full height enabled\n\n\n if (columnPosition && fullHeight) {\n classes.push(\"vce-row-columns--\".concat(columnPosition));\n }\n\n if (contentPosition) {\n classes.push(\"vce-row-content--\".concat(contentPosition));\n }\n\n var boxShadowAttributes = {};\n\n if (boxShadow && boxShadow.device) {\n boxShadowAttributes = this.getBoxShadowAttributes(boxShadow, id);\n }\n\n var className = classnames__WEBPACK_IMPORTED_MODULE_11___default()(classes);\n\n if (metaCustomId) {\n containerProps.id = metaCustomId;\n }\n\n containerProps['data-vce-delete-attr'] = 'style';\n customRowProps['data-vce-delete-attr'] = 'style';\n customProps['data-vce-delete-attr'] = 'style';\n\n if (rowWidth === 'boxed') {\n containerProps['data-vce-boxed-width'] = true;\n }\n\n customProps['data-vce-element-content'] = true;\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses\n }, containerProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: className\n }, customRowProps, stickyAttributes, boxShadowAttributes, editor, {\n id: 'el-' + id\n }, doAll), this.getBackgroundTypeContent(), this.getContainerDivider(), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce-row-content\"\n }, customProps), content)));\n }\n }], [{\n key: \"getRowData\",\n value: function getRowData(layout) {\n var lastColumnIndex = [];\n var rowValue = 0;\n var autoCount = 0;\n var columnValues = [];\n var isColumnsEqual = true;\n var layoutCopy = layout.slice(); // Remove last hide values\n\n while (layoutCopy.lastIndexOf('hide') === layoutCopy.length - 1 && layoutCopy.length) {\n isColumnsEqual = false;\n layoutCopy.splice(layoutCopy.lastIndexOf('hide'), 1);\n }\n\n layoutCopy.forEach(function (col, index) {\n var colValue = 0;\n\n if (col === 'hide') {\n isColumnsEqual = false;\n } else if (col === 'auto' || col === '') {\n colValue = 0.01;\n columnValues.push('auto');\n autoCount++;\n } else {\n if (col.indexOf('%') > -1) {\n colValue = parseFloat(col.replace('%', '').replace(',', '.')) / 100;\n } else {\n var column = col.split('/');\n var numerator = column[0];\n var denominator = column[1];\n colValue = numerator / denominator;\n }\n\n columnValues.push(colValue);\n }\n\n var newRowValue = Math.floor((rowValue + colValue) * 1000) / 1000;\n\n if (newRowValue > 1 || newRowValue === 1 && col === 'hide') {\n isColumnsEqual = false;\n lastColumnIndex.push(index - 1);\n rowValue = 0;\n }\n\n if (layoutCopy[index + 1] === undefined) {\n lastColumnIndex.push(index);\n }\n\n rowValue += colValue;\n });\n var rowFullValue = 0;\n var newRowValue = rowValue - autoCount * 0.01;\n var autoValue = (1 - newRowValue) / autoCount;\n columnValues.forEach(function (size, index) {\n if (size === 'auto') {\n columnValues[index] = autoValue;\n rowFullValue += autoValue;\n } else {\n rowFullValue += size;\n }\n });\n columnValues.forEach(function (size) {\n if (columnValues[0] !== size && size !== 1) {\n isColumnsEqual = false;\n }\n });\n return {\n lastColumnIndex: lastColumnIndex,\n isColumnsEqual: isColumnsEqual,\n rowValue: rowFullValue\n };\n }\n }, {\n key: \"resetRowLayout\",\n value: function resetRowLayout(id) {\n var rowElement = documentManager.get(id);\n rowElement.layout.layoutData = null;\n documentManager.update(id, rowElement);\n }\n }, {\n key: \"getDefaultLayout\",\n value: function getDefaultLayout(id, layoutData) {\n var defaultLayout = [];\n\n if (layoutData && Object.prototype.hasOwnProperty.call(layoutData, 'all')) {\n defaultLayout = layoutData.all.slice();\n } else {\n var rowChildren = documentManager.children(id);\n rowChildren.forEach(function (element) {\n if (Object.prototype.hasOwnProperty.call(element.size, 'defaultSize')) {\n defaultLayout.push(element.size.defaultSize);\n }\n });\n }\n\n return defaultLayout;\n }\n }, {\n key: \"setColumns\",\n value: function setColumns(id, layoutData, prevLayoutData) {\n var disableStacking = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;\n var columns = documentManager.children(id);\n var newColumns = [];\n var createdColumns = [];\n var defaultColumnData = {\n tag: 'column',\n parent: id,\n designOptionsAdvanced: {},\n customClass: '',\n customHeaderTitle: '',\n metaCustomId: '',\n dividers: {},\n sticky: {},\n lastInRow: {},\n firstInRow: {},\n size: {}\n };\n var lastColumnObject = null;\n Object.keys(layoutData).forEach(function (device) {\n var layout = layoutData[device];\n var prevLayout = prevLayoutData && prevLayoutData[device];\n\n if (prevLayout && prevLayout.length) {\n if (layout.length > prevLayout.length) {\n // Column add\n var rowData = RowElement.getRowData(prevLayout);\n\n if (Math.round(rowData.rowValue * 100) / 100 < 1) {\n var leftValue = 1 - rowData.rowValue;\n layout = prevLayout;\n layout.push(\"\".concat(leftValue * 100, \"%\"));\n } else if (rowData.isColumnsEqual) {\n var colCount = layout.length;\n var colSize = \"\".concat(Math.floor(100 / colCount * 100) / 100, \"%\");\n layout = [];\n\n for (var i = 0; i < colCount; i++) {\n layout.push(colSize);\n }\n }\n } else if (layout.length < prevLayout.length) {\n // Column remove\n var _rowData = RowElement.getRowData(prevLayout);\n\n if (Math.round(_rowData.rowValue * 100) / 100 === 1 && _rowData.isColumnsEqual) {\n var _colCount = layout.length;\n\n var _colSize = \"\".concat(Math.floor(100 / _colCount * 100) / 100, \"%\");\n\n layout = [];\n\n for (var _i = 0; _i < _colCount; _i++) {\n layout.push(_colSize);\n }\n }\n }\n }\n\n var lastColumns = RowElement.getRowData(layout).lastColumnIndex;\n var createdColCount = 0;\n layout.forEach(function (size, i) {\n var lastInRow = lastColumns.indexOf(i) > -1;\n var firstInRow = i === 0 || lastColumns.indexOf(i - 1) > -1;\n\n if (columns[i] !== undefined) {\n lastColumnObject = columns[i];\n lastColumnObject.size[device] = size;\n\n if (device !== 'defaultSize') {\n lastColumnObject.lastInRow[device] = lastInRow;\n lastColumnObject.firstInRow[device] = firstInRow;\n }\n\n lastColumnObject.disableStacking = disableStacking;\n var oldCol = false;\n newColumns.forEach(function (newCol, index) {\n if (lastColumnObject.id === newCol.id) {\n newColumns[index] = lastColumnObject;\n oldCol = true;\n }\n });\n\n if (!oldCol) {\n newColumns.push(lastColumnObject);\n }\n } else {\n if (!createdColumns[createdColCount]) {\n var createdColumnData = lodash__WEBPACK_IMPORTED_MODULE_10___default().defaultsDeep({}, defaultColumnData);\n createdColumnData.size[device] = size;\n\n if (device !== 'defaultSize') {\n createdColumnData.lastInRow[device] = lastInRow;\n createdColumnData.firstInRow[device] = firstInRow;\n }\n\n createdColumnData.disableStacking = disableStacking;\n createdColumns.push(createdColumnData);\n } else {\n var _createdColumnData = createdColumns[createdColCount];\n _createdColumnData.size[device] = size;\n\n if (device !== 'defaultSize') {\n _createdColumnData.lastInRow[device] = lastInRow;\n _createdColumnData.firstInRow[device] = firstInRow;\n }\n\n _createdColumnData.disableStacking = disableStacking;\n }\n\n createdColCount += 1;\n }\n });\n });\n newColumns.forEach(function (col) {\n if (!Object.prototype.hasOwnProperty.call(layoutData, 'all')) {\n delete col.size.all;\n } else {\n delete col.size.xs;\n delete col.size.sm;\n delete col.size.md;\n delete col.size.lg;\n delete col.size.xl;\n }\n\n documentManager.update(col.id, col);\n });\n createdColumns.forEach(function (newCol) {\n documentManager.create(newCol);\n });\n var defaultLayout = layoutData.all || layoutData.xs;\n\n if (defaultLayout && columns.length > defaultLayout.length) {\n var removingColumns = columns.slice(defaultLayout.length);\n removingColumns.forEach(function (column) {\n var childElements = documentManager.children(column.id);\n childElements.forEach(function (el) {\n el.parent = lastColumnObject.id;\n documentManager.update(el.id, el);\n });\n documentManager.delete(column.id);\n });\n }\n }\n }, {\n key: \"getLayout\",\n value: function getLayout(id) {\n var layouts = {};\n var rowChildren = documentManager.children(id);\n var customDevices = false;\n rowChildren.forEach(function (element) {\n if (Object.prototype.hasOwnProperty.call(element.size, 'xs')) {\n customDevices = true;\n }\n }); // Get layout for 'all'\n\n rowChildren.forEach(function (element) {\n if (!customDevices && element.size.all) {\n if (!Object.prototype.hasOwnProperty.call(layouts, 'all')) {\n layouts.all = [];\n }\n\n layouts.all.push(element.size.all);\n }\n\n if (element.size.defaultSize) {\n if (!Object.prototype.hasOwnProperty.call(layouts, 'defaultSize')) {\n layouts.defaultSize = [];\n }\n\n layouts.defaultSize.push(element.size.defaultSize);\n }\n });\n\n if (!Object.prototype.hasOwnProperty.call(layouts, 'all')) {\n // Get layout for devices, if 'all' is not defined\n devices.forEach(function (device) {\n if (device !== 'defaultSize' && device !== 'all') {\n rowChildren.forEach(function (element) {\n if (element.size[device]) {\n if (!Object.prototype.hasOwnProperty.call(layouts, device)) {\n layouts[device] = [];\n }\n\n layouts[device].push(element.size[device]);\n }\n\n if (customDevices && Object.prototype.hasOwnProperty.call(element.size, 'all')) {\n if (!Object.prototype.hasOwnProperty.call(layouts, device)) {\n layouts[device] = [];\n }\n\n if (device === 'xs' || device === 'sm') {\n layouts[device].push('100%');\n } else {\n layouts[device].push(element.size.all);\n }\n }\n });\n }\n });\n }\n\n return layouts;\n }\n }, {\n key: \"getDerivedStateFromProps\",\n value: function getDerivedStateFromProps(nextProps, prevState) {\n if (!(0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.env)('VCV_JS_FT_ROW_COLUMN_LOGIC_REFACTOR')) {\n return null;\n }\n\n var atts = nextProps.atts,\n id = nextProps.id;\n var layoutData = atts.layout && atts.layout.layoutData ? atts.layout.layoutData : RowElement.getLayout(id);\n var layoutDataFromProps = atts.layout && atts.layout.layoutData;\n\n if (JSON.stringify(layoutData) !== JSON.stringify(prevState.layout)) {\n if (layoutDataFromProps) {\n // layoutDataFromProps.defaultSize = RowElement.getDefaultLayout(id, layoutDataFromProps)\n RowElement.setColumns(id, layoutDataFromProps, null, atts.layout.disableStacking);\n RowElement.resetRowLayout(id); // Build mixins\n\n setTimeout(function () {\n assetsStorage.trigger('updateElement', id);\n }, 10);\n return {\n layout: layoutDataFromProps\n };\n } else {\n var createdLayout = RowElement.getLayout(id);\n RowElement.setColumns(id, createdLayout, prevState.layout, atts.layout.disableStacking); // Build mixins\n\n setTimeout(function () {\n assetsStorage.trigger('updateElement', id);\n }, 10);\n return {\n layout: createdLayout\n };\n }\n } else {\n return null;\n }\n }\n }]);\n\n return RowElement;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./row/component.js?");
19
 
20
  /***/ }),
21
 
@@ -57,7 +57,7 @@ eval("module.exports = \"/* ----------------------------------------------\\n *
57
  /***/ (function(module) {
58
 
59
  "use strict";
60
- eval("module.exports = JSON.parse('{\"customClass\":{\"type\":\"string\",\"access\":\"public\",\"value\":\"\",\"options\":{\"label\":\"Extra class name\",\"description\":\"Add an extra class name to the element and refer to it from the custom CSS option.\"}},\"layout\":{\"type\":\"rowLayout\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Row Layout\",\"tooltip\":\"Control your grid layout: specify the number of columns within a row, adjust responsiveness and more.\"}},\"dividers\":{\"type\":\"divider\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Dividers\",\"tooltip\":\"Add pre-designed shapes to divide rows and columns.\"}},\"sticky\":{\"type\":\"sticky\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Sticky\",\"tooltip\":\"The sticky option makes the container and its content fixed at the top of the page.\"}},\"boxShadow\":{\"type\":\"boxShadow\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Box Shadow\",\"tooltip\":\"Add outlined shades to an element.\"}},\"parallax\":{\"type\":\"parallax\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Parallax\",\"tooltip\":\"Enabling <a href=\\\\\"https://visualcomposer.com/help/design-options/parallax-effect/?utm_source=vcwb&utm_medium=editor&utm_campaign=info&utm_content=helper-point\\\\\" target=\\\\\"_blank\\\\\" rel=\\\\\"noopener noreferrer\\\\\">Parallax</a> creates a 3D scrolling effect on the page.\"}},\"designOptionsAdvanced\":{\"type\":\"designOptionsAdvanced\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Design Options\"}},\"editFormTab1\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"rowWidth\",\"removeSpaces\",\"columnGap\",\"fullHeight\",\"columnPosition\",\"equalHeight\",\"contentPosition\",\"metaCustomId\",\"customClass\"],\"options\":{\"label\":\"General\"}},\"metaEditFormTabs\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"layout\",\"editFormTab1\",\"designOptionsAdvanced\",\"parallax\",\"boxShadow\",\"dividers\",\"sticky\"]},\"relatedTo\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"General\",\"RootElements\",\"Row\"]},\"containerFor\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"Column\"]},\"parentWrapper\":{\"type\":\"string\",\"access\":\"protected\",\"value\":\"\"},\"metaOrder\":{\"type\":\"number\",\"access\":\"protected\",\"value\":2},\"rowWidth\":{\"type\":\"buttonGroup\",\"access\":\"public\",\"value\":\"boxed\",\"options\":{\"label\":\"Row width\",\"values\":[{\"label\":\"Boxed\",\"value\":\"boxed\",\"icon\":\"vcv-ui-icon-attribute-row-width-boxed\"},{\"label\":\"Stretched\",\"value\":\"stretchedRow\",\"icon\":\"vcv-ui-icon-attribute-row-width-stretched\"},{\"label\":\"Stretched row and column\",\"value\":\"stretchedRowAndColumn\",\"icon\":\"vcv-ui-icon-attribute-row-width-stretched-content\"}],\"containerDependency\":{\"sidebar\":\"hide\"}}},\"removeSpaces\":{\"type\":\"toggle\",\"access\":\"public\",\"value\":false,\"options\":{\"label\":\"Remove spaces\",\"description\":\"Remove row spaces from the left and right sides.\",\"onChange\":{\"rules\":{\"rowWidth\":{\"rule\":\"value\",\"options\":{\"value\":\"stretchedRowAndColumn\"}}},\"actions\":[{\"action\":\"toggleVisibility\"}]},\"containerDependency\":{\"sidebar\":\"removeDependencies\"}}},\"columnGap\":{\"type\":\"number\",\"access\":\"public\",\"value\":\"30\",\"options\":{\"label\":\"Column gap\",\"description\":\"Enter a gap between columns in pixels (example: 5).\",\"min\":\"0\",\"cssMixin\":{\"mixin\":\"columnGap\",\"property\":\"gap\",\"namePattern\":\"[\\\\\\\\da-f]+\"}}},\"fullHeight\":{\"type\":\"toggle\",\"access\":\"public\",\"value\":false,\"options\":{\"label\":\"Full height\",\"description\":\"Set a row to be full-screen height.\"}},\"metaCustomId\":{\"type\":\"customId\",\"access\":\"public\",\"value\":\"\",\"options\":{\"label\":\"Element ID\",\"description\":\"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only).\"}},\"equalHeight\":{\"type\":\"toggle\",\"access\":\"public\",\"value\":true,\"options\":{\"label\":\"Column equal height\"}},\"columnPosition\":{\"type\":\"buttonGroup\",\"access\":\"public\",\"value\":\"top\",\"options\":{\"label\":\"Column position\",\"values\":[{\"label\":\"Top\",\"value\":\"top\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-top\"},{\"label\":\"Middle\",\"value\":\"middle\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-middle\"},{\"label\":\"Bottom\",\"value\":\"bottom\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-bottom\"},{\"label\":\"Full height\",\"value\":\"stretch\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-full-height\"}],\"onChange\":{\"rules\":{\"fullHeight\":{\"rule\":\"toggle\"}},\"actions\":[{\"action\":\"toggleVisibility\"}]}}},\"contentPosition\":{\"type\":\"buttonGroup\",\"access\":\"public\",\"value\":\"top\",\"options\":{\"label\":\"Content position\",\"values\":[{\"label\":\"Top\",\"value\":\"top\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-top\"},{\"label\":\"Middle\",\"value\":\"middle\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-middle\"},{\"label\":\"Bottom\",\"value\":\"bottom\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-bottom\"}]}},\"size\":{\"type\":\"string\",\"access\":\"public\",\"value\":\"auto\"},\"hidden\":{\"type\":\"string\",\"access\":\"public\",\"value\":false},\"columnBackground\":{\"type\":\"string\",\"access\":\"public\",\"value\":\"\"},\"tag\":{\"access\":\"protected\",\"type\":\"string\",\"value\":\"row\"},\"sharedAssetsLibrary\":{\"access\":\"protected\",\"type\":\"string\",\"value\":{\"libraries\":[{\"rules\":{\"rowWidth\":{\"rule\":\"!value\",\"options\":{\"value\":\"boxed\"}}},\"libsNames\":[\"fullWidth\"]},{\"rules\":{\"fullHeight\":{\"rule\":\"toggle\"}},\"libsNames\":[\"fullHeight\"]}]}},\"initChildren\":{\"access\":\"protected\",\"type\":\"object\",\"value\":[{\"tag\":\"column\"}]}}');\n\n//# sourceURL=webpack:///./row/settings.json?");
61
 
62
  /***/ })
63
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ RowElement; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_10__);\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_11__);\n\n\n\n\n\n\n\n\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\n\nvar vcvAPI = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getService)('api');\nvar documentManager = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getService)('document');\nvar assetsStorage = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getStorage)('assets');\nvar elementsSettingsStorage = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getStorage)('elementsSettings');\nvar fieldOptionsStorage = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getStorage)('fieldOptions');\nvar extendedOptionsState = elementsSettingsStorage.state('extendedOptions');\nvar devices = ['all', 'defaultSize', 'xs', 'sm', 'md', 'lg', 'xl'];\n\nvar RowElement = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(RowElement, _vcvAPI$elementCompon);\n\n var _super = _createSuper(RowElement);\n\n function RowElement(props) {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(this, RowElement);\n\n _this = _super.call(this, props);\n _this.state = {\n layout: {}\n };\n _this.handleStorageChange = _this.handleStorageChange.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this));\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(RowElement, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n var currentState = extendedOptionsState.get();\n\n if (!currentState || currentState && !currentState.elements.includes(this.props.id)) {\n extendedOptionsState.onChange(this.handleStorageChange);\n var options = {\n fieldKey: false,\n fieldType: false,\n id: this.props.id\n };\n fieldOptionsStorage.trigger('fieldOptionsChange', options);\n }\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate() {\n this.handleStorageChange(false);\n }\n }, {\n key: \"handleStorageChange\",\n value: function handleStorageChange(data) {\n var _this2 = this;\n\n var dataFromState = extendedOptionsState.get();\n\n if (data) {\n dataFromState = data;\n extendedOptionsState.ignoreChange(this.handleStorageChange);\n }\n\n if (!dataFromState) {\n return;\n }\n\n var elementData = dataFromState.elements.find(function (el) {\n return el.id === _this2.props.id;\n });\n\n if (elementData) {\n elementsSettingsStorage.state('elementOptions').set(_objectSpread({}, elementData));\n }\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor,\n isBackend = _this$props.isBackend;\n var customClass = atts.customClass,\n rowWidth = atts.rowWidth,\n removeSpaces = atts.removeSpaces,\n columnGap = atts.columnGap,\n fullHeight = atts.fullHeight,\n metaCustomId = atts.metaCustomId,\n equalHeight = atts.equalHeight,\n columnPosition = atts.columnPosition,\n contentPosition = atts.contentPosition,\n designOptionsAdvanced = atts.designOptionsAdvanced,\n layout = atts.layout,\n columnBackground = atts.columnBackground,\n hidden = atts.hidden,\n sticky = atts.sticky,\n boxShadow = atts.boxShadow;\n var content = this.props.children;\n var editorType = window.VCV_EDITOR_TYPE ? window.VCV_EDITOR_TYPE() : 'default';\n var containerClasses = classnames__WEBPACK_IMPORTED_MODULE_11___default()({\n 'vce-row-container': true,\n 'vce-wpbackend-element-hidden': hidden && isBackend\n });\n var classes = ['vce-row'];\n\n if (columnBackground) {\n if (columnBackground.all) {\n classes.push('vce-row--has-col-background');\n } else {\n for (var currentDevice in columnBackground) {\n if (columnBackground[currentDevice]) {\n classes.push(\"vce-row--\".concat(currentDevice, \"--has-col-background\"));\n }\n }\n }\n }\n\n classes.push(this.getBackgroundClass(designOptionsAdvanced));\n classes.push(\"vce-row--col-gap-\".concat(columnGap ? parseInt(columnGap) : 0));\n\n if (layout && layout.reverseColumn && !layout.disableStacking) {\n classes.push('vce-row-wrap--reverse');\n }\n\n var customProps = {\n style: {}\n };\n var customRowProps = {\n style: {}\n };\n var containerProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes.push(customClass);\n }\n\n if (rowWidth === 'stretchedRow' || rowWidth === 'stretchedRowAndColumn') {\n customRowProps['data-vce-full-width'] = true;\n } else {\n customRowProps.style.width = '';\n customRowProps.style.left = '';\n customRowProps.style.right = '';\n customProps.style.paddingLeft = '';\n customProps.style.paddingRight = '';\n }\n\n if (rowWidth === 'stretchedRowAndColumn' || editorType === 'sidebar') {\n customRowProps['data-vce-stretch-content'] = true;\n }\n\n var stickyAttributes = {};\n\n if (sticky && sticky.device) {\n stickyAttributes = this.getStickyAttributes(sticky);\n }\n\n if ((editorType === 'sidebar' || rowWidth === 'stretchedRowAndColumn') && removeSpaces) {\n classes.push('vce-row-no-paddings');\n }\n\n if (fullHeight) {\n classes.push('vce-row-full-height');\n } else {\n customRowProps.style.minHeight = '';\n } // Don't add equal height class if columns are already stretched\n\n\n if (equalHeight && (!fullHeight || columnPosition !== 'stretch')) {\n classes.push('vce-row-equal-height');\n } // Add column position class only if full height enabled\n\n\n if (columnPosition && fullHeight) {\n classes.push(\"vce-row-columns--\".concat(columnPosition));\n }\n\n if (contentPosition) {\n classes.push(\"vce-row-content--\".concat(contentPosition));\n }\n\n var boxShadowAttributes = {};\n\n if (boxShadow && boxShadow.device) {\n boxShadowAttributes = this.getBoxShadowAttributes(boxShadow, id);\n }\n\n var className = classnames__WEBPACK_IMPORTED_MODULE_11___default()(classes);\n\n if (metaCustomId) {\n containerProps.id = metaCustomId;\n }\n\n containerProps['data-vce-delete-attr'] = 'style';\n customRowProps['data-vce-delete-attr'] = 'style';\n customProps['data-vce-delete-attr'] = 'style';\n\n if (rowWidth === 'boxed') {\n containerProps['data-vce-boxed-width'] = true;\n }\n\n customProps['data-vce-element-content'] = true;\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses\n }, containerProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: className\n }, customRowProps, stickyAttributes, boxShadowAttributes, editor, {\n id: 'el-' + id\n }, doAll), this.getBackgroundTypeContent(), this.getContainerDivider(), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce-row-content\"\n }, customProps), content)));\n }\n }], [{\n key: \"getRowData\",\n value: function getRowData(layout) {\n var lastColumnIndex = [];\n var rowValue = 0;\n var autoCount = 0;\n var columnValues = [];\n var isColumnsEqual = true;\n var layoutCopy = layout.slice(); // Remove last hide values\n\n while (layoutCopy.lastIndexOf('hide') === layoutCopy.length - 1 && layoutCopy.length) {\n isColumnsEqual = false;\n layoutCopy.splice(layoutCopy.lastIndexOf('hide'), 1);\n }\n\n layoutCopy.forEach(function (col, index) {\n var colValue = 0;\n\n if (col === 'hide') {\n isColumnsEqual = false;\n } else if (col === 'auto' || col === '') {\n colValue = 0.01;\n columnValues.push('auto');\n autoCount++;\n } else {\n if (col.indexOf('%') > -1) {\n colValue = parseFloat(col.replace('%', '').replace(',', '.')) / 100;\n } else {\n var column = col.split('/');\n var numerator = column[0];\n var denominator = column[1];\n colValue = numerator / denominator;\n }\n\n columnValues.push(colValue);\n }\n\n var newRowValue = Math.floor((rowValue + colValue) * 1000) / 1000;\n\n if (newRowValue > 1 || newRowValue === 1 && col === 'hide') {\n isColumnsEqual = false;\n lastColumnIndex.push(index - 1);\n rowValue = 0;\n }\n\n if (layoutCopy[index + 1] === undefined) {\n lastColumnIndex.push(index);\n }\n\n rowValue += colValue;\n });\n var rowFullValue = 0;\n var newRowValue = rowValue - autoCount * 0.01;\n var autoValue = (1 - newRowValue) / autoCount;\n columnValues.forEach(function (size, index) {\n if (size === 'auto') {\n columnValues[index] = autoValue;\n rowFullValue += autoValue;\n } else {\n rowFullValue += size;\n }\n });\n columnValues.forEach(function (size) {\n if (columnValues[0] !== size && size !== 1) {\n isColumnsEqual = false;\n }\n });\n return {\n lastColumnIndex: lastColumnIndex,\n isColumnsEqual: isColumnsEqual,\n rowValue: rowFullValue\n };\n }\n }, {\n key: \"resetRowLayout\",\n value: function resetRowLayout(id) {\n var rowElement = documentManager.get(id);\n rowElement.layout.layoutData = null;\n documentManager.update(id, rowElement);\n }\n }, {\n key: \"getDefaultLayout\",\n value: function getDefaultLayout(id, layoutData) {\n var defaultLayout = [];\n\n if (layoutData && Object.prototype.hasOwnProperty.call(layoutData, 'all')) {\n defaultLayout = layoutData.all.slice();\n } else {\n var rowChildren = documentManager.children(id);\n rowChildren.forEach(function (element) {\n if (Object.prototype.hasOwnProperty.call(element.size, 'defaultSize')) {\n defaultLayout.push(element.size.defaultSize);\n }\n });\n }\n\n return defaultLayout;\n }\n }, {\n key: \"setColumns\",\n value: function setColumns(id, layoutData, prevLayoutData) {\n var disableStacking = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;\n var columns = documentManager.children(id);\n var newColumns = [];\n var createdColumns = [];\n var defaultColumnData = {\n tag: 'column',\n parent: id,\n designOptionsAdvanced: {},\n customClass: '',\n customHeaderTitle: '',\n metaCustomId: '',\n dividers: {},\n sticky: {},\n lastInRow: {},\n firstInRow: {},\n size: {}\n };\n var lastColumnObject = null;\n Object.keys(layoutData).forEach(function (device) {\n var layout = layoutData[device];\n var prevLayout = prevLayoutData && prevLayoutData[device];\n\n if (prevLayout && prevLayout.length) {\n if (layout.length > prevLayout.length) {\n // Column add\n var rowData = RowElement.getRowData(prevLayout);\n\n if (Math.round(rowData.rowValue * 100) / 100 < 1) {\n var leftValue = 1 - rowData.rowValue;\n layout = prevLayout;\n layout.push(\"\".concat(leftValue * 100, \"%\"));\n } else if (rowData.isColumnsEqual) {\n var colCount = layout.length;\n var colSize = \"\".concat(Math.floor(100 / colCount * 100) / 100, \"%\");\n layout = [];\n\n for (var i = 0; i < colCount; i++) {\n layout.push(colSize);\n }\n }\n } else if (layout.length < prevLayout.length) {\n // Column remove\n var _rowData = RowElement.getRowData(prevLayout);\n\n if (Math.round(_rowData.rowValue * 100) / 100 === 1 && _rowData.isColumnsEqual) {\n var _colCount = layout.length;\n\n var _colSize = \"\".concat(Math.floor(100 / _colCount * 100) / 100, \"%\");\n\n layout = [];\n\n for (var _i = 0; _i < _colCount; _i++) {\n layout.push(_colSize);\n }\n }\n }\n }\n\n var lastColumns = RowElement.getRowData(layout).lastColumnIndex;\n var createdColCount = 0;\n layout.forEach(function (size, i) {\n var lastInRow = lastColumns.indexOf(i) > -1;\n var firstInRow = i === 0 || lastColumns.indexOf(i - 1) > -1;\n\n if (columns[i] !== undefined) {\n lastColumnObject = columns[i];\n lastColumnObject.size[device] = size;\n\n if (device !== 'defaultSize') {\n lastColumnObject.lastInRow[device] = lastInRow;\n lastColumnObject.firstInRow[device] = firstInRow;\n }\n\n lastColumnObject.disableStacking = disableStacking;\n var oldCol = false;\n newColumns.forEach(function (newCol, index) {\n if (lastColumnObject.id === newCol.id) {\n newColumns[index] = lastColumnObject;\n oldCol = true;\n }\n });\n\n if (!oldCol) {\n newColumns.push(lastColumnObject);\n }\n } else {\n if (!createdColumns[createdColCount]) {\n var createdColumnData = lodash__WEBPACK_IMPORTED_MODULE_10___default().defaultsDeep({}, defaultColumnData);\n createdColumnData.size[device] = size;\n\n if (device !== 'defaultSize') {\n createdColumnData.lastInRow[device] = lastInRow;\n createdColumnData.firstInRow[device] = firstInRow;\n }\n\n createdColumnData.disableStacking = disableStacking;\n createdColumns.push(createdColumnData);\n } else {\n var _createdColumnData = createdColumns[createdColCount];\n _createdColumnData.size[device] = size;\n\n if (device !== 'defaultSize') {\n _createdColumnData.lastInRow[device] = lastInRow;\n _createdColumnData.firstInRow[device] = firstInRow;\n }\n\n _createdColumnData.disableStacking = disableStacking;\n }\n\n createdColCount += 1;\n }\n });\n });\n newColumns.forEach(function (col) {\n if (!Object.prototype.hasOwnProperty.call(layoutData, 'all')) {\n delete col.size.all;\n } else {\n delete col.size.xs;\n delete col.size.sm;\n delete col.size.md;\n delete col.size.lg;\n delete col.size.xl;\n }\n\n documentManager.update(col.id, col);\n });\n createdColumns.forEach(function (newCol) {\n documentManager.create(newCol);\n });\n var defaultLayout = layoutData.all || layoutData.xs;\n\n if (defaultLayout && columns.length > defaultLayout.length) {\n var removingColumns = columns.slice(defaultLayout.length);\n removingColumns.forEach(function (column) {\n var childElements = documentManager.children(column.id);\n childElements.forEach(function (el) {\n el.parent = lastColumnObject.id;\n documentManager.update(el.id, el);\n });\n documentManager.delete(column.id);\n });\n }\n }\n }, {\n key: \"getLayout\",\n value: function getLayout(id) {\n var layouts = {};\n var rowChildren = documentManager.children(id);\n var customDevices = false;\n rowChildren.forEach(function (element) {\n if (Object.prototype.hasOwnProperty.call(element.size, 'xs')) {\n customDevices = true;\n }\n }); // Get layout for 'all'\n\n rowChildren.forEach(function (element) {\n if (!customDevices && element.size.all) {\n if (!Object.prototype.hasOwnProperty.call(layouts, 'all')) {\n layouts.all = [];\n }\n\n layouts.all.push(element.size.all);\n }\n\n if (element.size.defaultSize) {\n if (!Object.prototype.hasOwnProperty.call(layouts, 'defaultSize')) {\n layouts.defaultSize = [];\n }\n\n layouts.defaultSize.push(element.size.defaultSize);\n }\n });\n\n if (!Object.prototype.hasOwnProperty.call(layouts, 'all')) {\n // Get layout for devices, if 'all' is not defined\n devices.forEach(function (device) {\n if (device !== 'defaultSize' && device !== 'all') {\n rowChildren.forEach(function (element) {\n if (element.size[device]) {\n if (!Object.prototype.hasOwnProperty.call(layouts, device)) {\n layouts[device] = [];\n }\n\n layouts[device].push(element.size[device]);\n }\n\n if (customDevices && Object.prototype.hasOwnProperty.call(element.size, 'all')) {\n if (!Object.prototype.hasOwnProperty.call(layouts, device)) {\n layouts[device] = [];\n }\n\n if (device === 'xs' || device === 'sm') {\n layouts[device].push('100%');\n } else {\n layouts[device].push(element.size.all);\n }\n }\n });\n }\n });\n }\n\n return layouts;\n }\n }, {\n key: \"getDerivedStateFromProps\",\n value: function getDerivedStateFromProps(nextProps, prevState) {\n if (!(0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.env)('VCV_JS_FT_ROW_COLUMN_LOGIC_REFACTOR')) {\n return null;\n }\n\n var atts = nextProps.atts,\n id = nextProps.id;\n var layoutData = atts.layout && atts.layout.layoutData ? atts.layout.layoutData : RowElement.getLayout(id);\n var layoutDataFromProps = atts.layout && atts.layout.layoutData;\n\n if (JSON.stringify(layoutData) !== JSON.stringify(prevState.layout)) {\n if (layoutDataFromProps) {\n // layoutDataFromProps.defaultSize = RowElement.getDefaultLayout(id, layoutDataFromProps)\n RowElement.setColumns(id, layoutDataFromProps, null, atts.layout.disableStacking);\n RowElement.resetRowLayout(id); // Build mixins\n\n setTimeout(function () {\n assetsStorage.trigger('updateElement', id);\n }, 10);\n return {\n layout: layoutDataFromProps\n };\n } else {\n var createdLayout = RowElement.getLayout(id);\n RowElement.setColumns(id, createdLayout, prevState.layout, atts.layout.disableStacking); // Build mixins\n\n setTimeout(function () {\n assetsStorage.trigger('updateElement', id);\n }, 10);\n return {\n layout: createdLayout\n };\n }\n } else {\n return null;\n }\n }\n }]);\n\n return RowElement;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./row/component.js?");
19
 
20
  /***/ }),
21
 
57
  /***/ (function(module) {
58
 
59
  "use strict";
60
+ eval("module.exports = JSON.parse('{\"customClass\":{\"type\":\"string\",\"access\":\"public\",\"value\":\"\",\"options\":{\"label\":\"Extra class name\",\"description\":\"Add an extra class name to the element and refer to it from the custom CSS option.\"}},\"layout\":{\"type\":\"rowLayout\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Row Layout\",\"tooltip\":\"Control your grid layout: specify the number of columns within a row, adjust responsiveness and more.\"}},\"dividers\":{\"type\":\"divider\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Dividers\",\"tooltip\":\"Add pre-designed shapes to divide rows and columns.\"}},\"sticky\":{\"type\":\"sticky\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Sticky\",\"tooltip\":\"The sticky option makes the container and its content fixed at the top of the page.\"}},\"boxShadow\":{\"type\":\"boxShadow\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Box Shadow\",\"tooltip\":\"Add outlined shades to an element.\"}},\"parallax\":{\"type\":\"parallax\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Parallax\",\"tooltip\":\"Enabling <a href=\\\\\"https://help.visualcomposer.com/docs/features/design-options/?utm_source=vcwb&utm_medium=editor&utm_campaign=info&utm_content=helper-point\\\\\" target=\\\\\"_blank\\\\\" rel=\\\\\"noopener noreferrer\\\\\">Parallax</a> creates a 3D scrolling effect on the page.\"}},\"designOptionsAdvanced\":{\"type\":\"designOptionsAdvanced\",\"access\":\"public\",\"value\":{},\"options\":{\"label\":\"Design Options\"}},\"editFormTab1\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"rowWidth\",\"removeSpaces\",\"columnGap\",\"fullHeight\",\"columnPosition\",\"equalHeight\",\"contentPosition\",\"metaCustomId\",\"customClass\"],\"options\":{\"label\":\"General\"}},\"metaEditFormTabs\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"layout\",\"editFormTab1\",\"designOptionsAdvanced\",\"parallax\",\"boxShadow\",\"dividers\",\"sticky\"]},\"relatedTo\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"General\",\"RootElements\",\"Row\"]},\"containerFor\":{\"type\":\"group\",\"access\":\"protected\",\"value\":[\"Column\"]},\"parentWrapper\":{\"type\":\"string\",\"access\":\"protected\",\"value\":\"\"},\"metaOrder\":{\"type\":\"number\",\"access\":\"protected\",\"value\":2},\"rowWidth\":{\"type\":\"buttonGroup\",\"access\":\"public\",\"value\":\"boxed\",\"options\":{\"label\":\"Row width\",\"values\":[{\"label\":\"Boxed\",\"value\":\"boxed\",\"icon\":\"vcv-ui-icon-attribute-row-width-boxed\"},{\"label\":\"Stretched\",\"value\":\"stretchedRow\",\"icon\":\"vcv-ui-icon-attribute-row-width-stretched\"},{\"label\":\"Stretched row and column\",\"value\":\"stretchedRowAndColumn\",\"icon\":\"vcv-ui-icon-attribute-row-width-stretched-content\"}],\"containerDependency\":{\"sidebar\":\"hide\"}}},\"removeSpaces\":{\"type\":\"toggle\",\"access\":\"public\",\"value\":false,\"options\":{\"label\":\"Remove spaces\",\"description\":\"Remove row spaces from the left and right sides.\",\"onChange\":{\"rules\":{\"rowWidth\":{\"rule\":\"value\",\"options\":{\"value\":\"stretchedRowAndColumn\"}}},\"actions\":[{\"action\":\"toggleVisibility\"}]},\"containerDependency\":{\"sidebar\":\"removeDependencies\"}}},\"columnGap\":{\"type\":\"number\",\"access\":\"public\",\"value\":\"30\",\"options\":{\"label\":\"Column gap\",\"description\":\"Enter a gap between columns in pixels (example: 5).\",\"min\":\"0\",\"cssMixin\":{\"mixin\":\"columnGap\",\"property\":\"gap\",\"namePattern\":\"[\\\\\\\\da-f]+\"}}},\"fullHeight\":{\"type\":\"toggle\",\"access\":\"public\",\"value\":false,\"options\":{\"label\":\"Full height\",\"description\":\"Set a row to be full-screen height.\"}},\"metaCustomId\":{\"type\":\"customId\",\"access\":\"public\",\"value\":\"\",\"options\":{\"label\":\"Element ID\",\"description\":\"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only).\"}},\"equalHeight\":{\"type\":\"toggle\",\"access\":\"public\",\"value\":true,\"options\":{\"label\":\"Column equal height\"}},\"columnPosition\":{\"type\":\"buttonGroup\",\"access\":\"public\",\"value\":\"top\",\"options\":{\"label\":\"Column position\",\"values\":[{\"label\":\"Top\",\"value\":\"top\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-top\"},{\"label\":\"Middle\",\"value\":\"middle\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-middle\"},{\"label\":\"Bottom\",\"value\":\"bottom\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-bottom\"},{\"label\":\"Full height\",\"value\":\"stretch\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-full-height\"}],\"onChange\":{\"rules\":{\"fullHeight\":{\"rule\":\"toggle\"}},\"actions\":[{\"action\":\"toggleVisibility\"}]}}},\"contentPosition\":{\"type\":\"buttonGroup\",\"access\":\"public\",\"value\":\"top\",\"options\":{\"label\":\"Content position\",\"values\":[{\"label\":\"Top\",\"value\":\"top\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-top\"},{\"label\":\"Middle\",\"value\":\"middle\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-middle\"},{\"label\":\"Bottom\",\"value\":\"bottom\",\"icon\":\"vcv-ui-icon-attribute-vertical-alignment-bottom\"}]}},\"size\":{\"type\":\"string\",\"access\":\"public\",\"value\":\"auto\"},\"hidden\":{\"type\":\"string\",\"access\":\"public\",\"value\":false},\"columnBackground\":{\"type\":\"string\",\"access\":\"public\",\"value\":\"\"},\"tag\":{\"access\":\"protected\",\"type\":\"string\",\"value\":\"row\"},\"sharedAssetsLibrary\":{\"access\":\"protected\",\"type\":\"string\",\"value\":{\"libraries\":[{\"rules\":{\"rowWidth\":{\"rule\":\"!value\",\"options\":{\"value\":\"boxed\"}}},\"libsNames\":[\"fullWidth\"]},{\"rules\":{\"fullHeight\":{\"rule\":\"toggle\"}},\"libsNames\":[\"fullHeight\"]}]}},\"initChildren\":{\"access\":\"protected\",\"type\":\"object\",\"value\":[{\"tag\":\"column\"}]}}');\n\n//# sourceURL=webpack:///./row/settings.json?");
61
 
62
  /***/ })
63
 
elements/simpleImageSlider/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ SimpleImageSlider; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ \"./node_modules/@babel/runtime/helpers/esm/slicedToArray.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var react_dom_server__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react-dom/server */ \"./node_modules/react-dom/server.browser.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\nvar vcvAPI = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getService)('api');\n\nvar SimpleImageSlider = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(SimpleImageSlider, _vcvAPI$elementCompon);\n\n var _super = _createSuper(SimpleImageSlider);\n\n function SimpleImageSlider() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(this, SimpleImageSlider);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(SimpleImageSlider, [{\n key: \"render\",\n value: function render() {\n var _this = this;\n\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var clickableOptions = atts.clickableOptions,\n showCaption = atts.showCaption,\n images = atts.images,\n aspectRatio = atts.aspectRatio,\n customAspectRatio = atts.customAspectRatio,\n scaleImage = atts.scaleImage,\n shape = atts.shape,\n autoplay = atts.autoplay,\n autoplayDelay = atts.autoplayDelay,\n effect = atts.effect,\n pointers = atts.pointers,\n arrows = atts.arrows,\n metaCustomId = atts.metaCustomId,\n customClass = atts.customClass,\n backgroundImagePosition = atts.backgroundImagePosition,\n arrowColor = atts.arrowColor,\n arrowColorHover = atts.arrowColorHover,\n pointerColor = atts.pointerColor,\n pointerColorHover = atts.pointerColorHover;\n var containerClasses = 'vce-simple-image-slider';\n var wrapperClasses = 'vce-simple-image-slider-wrapper vce';\n var aspectClasses = 'vce-simple-image-slider-helper';\n var dotsClasses = 'vce-simple-image-slider-dots';\n var stylesVariables = {};\n var containerProps = {};\n var aspectProps = {};\n var aspectPercentage = 133;\n\n if (aspectRatio.indexOf(':') >= 0) {\n var _aspectRatio$split = aspectRatio.split(':'),\n _aspectRatio$split2 = (0,_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(_aspectRatio$split, 2),\n aspectX = _aspectRatio$split2[0],\n aspectY = _aspectRatio$split2[1];\n\n aspectClasses += \" vce-simple-image-slider-aspect-ratio--\".concat(aspectX, \"-\").concat(aspectY);\n } else if (aspectRatio === 'custom') {\n if (customAspectRatio.indexOf(':') >= 0) {\n var _customAspectRatio$sp = customAspectRatio.split(':'),\n _customAspectRatio$sp2 = (0,_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(_customAspectRatio$sp, 2),\n _aspectX = _customAspectRatio$sp2[0],\n _aspectY = _customAspectRatio$sp2[1];\n\n _aspectX = parseInt(_aspectX);\n _aspectY = parseInt(_aspectY);\n\n if (_aspectX > 0 && _aspectY > 0) {\n aspectPercentage = 100 / (_aspectX / _aspectY);\n }\n\n aspectClasses += ' vce-simple-image-slider-aspect-ratio--custom';\n aspectProps.style = {\n paddingTop: \"\".concat(aspectPercentage, \"%\")\n };\n }\n }\n\n if (typeof customClass === 'string' && customClass) {\n containerClasses += \" \".concat(customClass);\n }\n\n if (shape === 'rounded') {\n wrapperClasses += ' vce-simple-image-slider-shape--rounded';\n }\n\n if (metaCustomId) {\n containerProps.id = metaCustomId;\n }\n\n var Slides = images.map(function (image, index) {\n var customProps = {};\n var CustomTag = 'div';\n var imgClasses = 'vce-simple-image-slider-img';\n var imgTagClasses = '';\n\n var imgSrc = _this.getImageUrl(image);\n\n var itemProps = {};\n\n if (scaleImage) {\n imgClasses += ' vce-simple-image-slider-img--scale';\n }\n\n if (backgroundImagePosition) {\n stylesVariables['--backgroundPosition'] = backgroundImagePosition;\n }\n\n if (clickableOptions === 'url' && image.link && image.link.url) {\n CustomTag = 'a';\n var _image$link = image.link,\n url = _image$link.url,\n title = _image$link.title,\n targetBlank = _image$link.targetBlank,\n relNofollow = _image$link.relNofollow;\n customProps = {\n href: url,\n title: title,\n target: targetBlank ? '_blank' : undefined,\n rel: relNofollow ? 'nofollow' : undefined\n };\n } else if (clickableOptions === 'imageNewTab') {\n CustomTag = 'a';\n customProps = {\n href: imgSrc,\n target: '_blank'\n };\n } else if (clickableOptions === 'lightbox') {\n CustomTag = 'a';\n customProps = {\n href: imgSrc,\n 'data-lightbox': \"lightbox-\".concat(id)\n };\n } else if (clickableOptions === 'photoswipe') {\n CustomTag = 'a';\n customProps = {\n href: imgSrc,\n 'data-photoswipe-image': id,\n 'data-photoswipe-index': index\n };\n\n if (showCaption) {\n customProps['data-photoswipe-caption'] = image && image.caption;\n }\n\n containerProps['data-photoswipe-gallery'] = id;\n itemProps['data-photoswipe-item'] = \"photoswipe-\".concat(id);\n }\n\n customProps.style = {\n backgroundImage: \"url(\".concat(imgSrc, \")\")\n };\n\n if (image.filter && image.filter !== 'normal') {\n imgClasses += \" vce-image-filter--\".concat(image.filter);\n }\n\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce-simple-image-slider-item vc-slick-item\",\n key: \"vce-simple-image-slider-item-\".concat(index, \"-\").concat(id)\n }, itemProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(CustomTag, (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: imgClasses\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"img\", {\n className: imgTagClasses,\n src: imgSrc,\n style: {\n display: 'none'\n },\n alt: image && image.alt || ''\n })));\n });\n var doAll = this.applyDO('all');\n\n if (pointerColor) {\n stylesVariables['--pointerColor'] = pointerColor;\n }\n\n if (pointerColorHover) {\n stylesVariables['--pointerColorHover'] = pointerColorHover;\n }\n\n autoplayDelay *= 1000;\n var prevArrow = '';\n var nextArrow = '';\n\n if (arrows) {\n var arrowClasses = 'vce-simple-image-slider-arrow';\n\n if (arrowColor) {\n stylesVariables['--arrowColor'] = arrowColor;\n }\n\n if (arrowColorHover) {\n stylesVariables['--arrowColorHover'] = arrowColorHover;\n }\n\n prevArrow = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"\".concat(arrowClasses, \" vce-simple-image-slider-prev-arrow\")\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"svg\", {\n width: \"16px\",\n height: \"25px\",\n viewBox: \"0 0 16 25\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"polygon\", {\n id: \"Prev-Arrow\",\n points: \"12.3743687 5.68434189e-14 0 12.3743687 12.0208153 24.395184 14.1421356 22.2738636 4.31790889 12.4496369 14.5709572 2.19658855\"\n })));\n nextArrow = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"\".concat(arrowClasses, \" vce-simple-image-slider-next-arrow\")\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"svg\", {\n width: \"16px\",\n height: \"25px\",\n viewBox: \"0 0 16 25\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"polygon\", {\n id: \"Next-Arrow\",\n points: \"3.02081528 24.395184 15.395184 12.0208153 3.37436867 1.13686838e-13 1.25304833 2.12132034 11.0772751 11.9455471 0.824226734 22.1985954\"\n })));\n }\n\n var listHTML = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"vce-simple-image-slider-list\",\n \"data-slick-autoplay\": autoplay ? 'on' : 'off',\n \"data-slick-autoplay-delay\": \"\".concat(autoplayDelay),\n \"data-slick-effect\": effect,\n \"data-slick-dots\": pointers ? 'on' : 'off',\n \"data-slick-arrows\": arrows ? 'on' : 'off'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"slick-list\"\n }, prevArrow, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"slick-track\"\n }, Slides), nextArrow));\n var htmlString = (0,react_dom_server__WEBPACK_IMPORTED_MODULE_8__.renderToStaticMarkup)(listHTML);\n htmlString += (0,react_dom_server__WEBPACK_IMPORTED_MODULE_8__.renderToStaticMarkup)( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: dotsClasses\n }));\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses\n }, editor, containerProps, {\n style: stylesVariables\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: aspectClasses\n }, aspectProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"vcvhelper\",\n \"data-vcvs-html\": htmlString\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"vce-simple-image-slider-list\",\n \"data-slick-autoplay\": autoplay ? 'on' : 'off',\n \"data-slick-autoplay-delay\": autoplayDelay,\n \"data-slick-effect\": effect,\n \"data-slick-disable-swipe\": \"off\",\n \"data-slick-dots\": pointers ? 'on' : 'off',\n \"data-slick-arrows\": arrows ? 'on' : 'off'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"slick-list\"\n }, prevArrow, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"slick-track\"\n }, Slides), nextArrow)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: dotsClasses\n })))));\n }\n }]);\n\n return SimpleImageSlider;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./simpleImageSlider/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ SimpleImageSlider; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ \"./node_modules/@babel/runtime/helpers/esm/slicedToArray.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var react_dom_server__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react-dom/server */ \"./node_modules/react-dom/server.browser.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\nvar vcvAPI = (0,vc_cake__WEBPACK_IMPORTED_MODULE_9__.getService)('api');\n\nvar SimpleImageSlider = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(SimpleImageSlider, _vcvAPI$elementCompon);\n\n var _super = _createSuper(SimpleImageSlider);\n\n function SimpleImageSlider() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(this, SimpleImageSlider);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(SimpleImageSlider, [{\n key: \"render\",\n value: function render() {\n var _this = this;\n\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var clickableOptions = atts.clickableOptions,\n showCaption = atts.showCaption,\n images = atts.images,\n aspectRatio = atts.aspectRatio,\n customAspectRatio = atts.customAspectRatio,\n scaleImage = atts.scaleImage,\n shape = atts.shape,\n autoplay = atts.autoplay,\n autoplayDelay = atts.autoplayDelay,\n effect = atts.effect,\n pointers = atts.pointers,\n arrows = atts.arrows,\n metaCustomId = atts.metaCustomId,\n customClass = atts.customClass,\n backgroundImagePosition = atts.backgroundImagePosition,\n arrowColor = atts.arrowColor,\n arrowColorHover = atts.arrowColorHover,\n pointerColor = atts.pointerColor,\n pointerColorHover = atts.pointerColorHover;\n var containerClasses = 'vce-simple-image-slider';\n var wrapperClasses = 'vce-simple-image-slider-wrapper vce';\n var aspectClasses = 'vce-simple-image-slider-helper';\n var dotsClasses = 'vce-simple-image-slider-dots';\n var stylesVariables = {};\n var containerProps = {};\n var aspectProps = {};\n var aspectPercentage = 133;\n\n if (aspectRatio.indexOf(':') >= 0) {\n var _aspectRatio$split = aspectRatio.split(':'),\n _aspectRatio$split2 = (0,_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(_aspectRatio$split, 2),\n aspectX = _aspectRatio$split2[0],\n aspectY = _aspectRatio$split2[1];\n\n aspectClasses += \" vce-simple-image-slider-aspect-ratio--\".concat(aspectX, \"-\").concat(aspectY);\n } else if (aspectRatio === 'custom') {\n if (customAspectRatio.indexOf(':') >= 0) {\n var _customAspectRatio$sp = customAspectRatio.split(':'),\n _customAspectRatio$sp2 = (0,_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(_customAspectRatio$sp, 2),\n _aspectX = _customAspectRatio$sp2[0],\n _aspectY = _customAspectRatio$sp2[1];\n\n _aspectX = parseInt(_aspectX);\n _aspectY = parseInt(_aspectY);\n\n if (_aspectX > 0 && _aspectY > 0) {\n aspectPercentage = 100 / (_aspectX / _aspectY);\n }\n\n aspectClasses += ' vce-simple-image-slider-aspect-ratio--custom';\n aspectProps.style = {\n paddingTop: \"\".concat(aspectPercentage, \"%\")\n };\n }\n }\n\n if (typeof customClass === 'string' && customClass) {\n containerClasses += \" \".concat(customClass);\n }\n\n if (shape === 'rounded') {\n wrapperClasses += ' vce-simple-image-slider-shape--rounded';\n }\n\n if (metaCustomId) {\n containerProps.id = metaCustomId;\n }\n\n var Slides = images.map(function (image, index) {\n var customProps = {};\n var CustomTag = 'div';\n var imgClasses = 'vce-simple-image-slider-img';\n var imgTagClasses = '';\n\n var imgSrc = _this.getImageUrl(image);\n\n var itemProps = {};\n\n if (scaleImage) {\n imgClasses += ' vce-simple-image-slider-img--scale';\n }\n\n if (backgroundImagePosition) {\n stylesVariables['--backgroundPosition'] = backgroundImagePosition;\n }\n\n if (clickableOptions === 'url' && image.link && image.link.url) {\n CustomTag = 'a';\n var _image$link = image.link,\n url = _image$link.url,\n title = _image$link.title,\n targetBlank = _image$link.targetBlank,\n relNofollow = _image$link.relNofollow;\n customProps = {\n href: url,\n title: title,\n target: targetBlank ? '_blank' : undefined,\n rel: relNofollow ? 'nofollow' : undefined\n };\n } else if (clickableOptions === 'imageNewTab') {\n CustomTag = 'a';\n customProps = {\n href: imgSrc,\n target: '_blank'\n };\n } else if (clickableOptions === 'lightbox') {\n CustomTag = 'a';\n customProps = {\n href: imgSrc,\n 'data-lightbox': \"lightbox-\".concat(id)\n };\n } else if (clickableOptions === 'photoswipe') {\n CustomTag = 'a';\n customProps = {\n href: imgSrc,\n 'data-photoswipe-image': id,\n 'data-photoswipe-index': index\n };\n\n if (showCaption) {\n customProps['data-photoswipe-caption'] = image && image.caption;\n }\n\n containerProps['data-photoswipe-gallery'] = id;\n itemProps['data-photoswipe-item'] = \"photoswipe-\".concat(id);\n }\n\n customProps.style = {\n backgroundImage: \"url(\".concat(imgSrc, \")\")\n };\n\n if (image.filter && image.filter !== 'normal') {\n imgClasses += \" vce-image-filter--\".concat(image.filter);\n }\n\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce-simple-image-slider-item vc-slick-item\",\n key: \"vce-simple-image-slider-item-\".concat(index, \"-\").concat(id)\n }, itemProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(CustomTag, (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: imgClasses\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"img\", {\n className: imgTagClasses,\n src: imgSrc,\n style: {\n opacity: '0'\n },\n alt: image && image.alt || ''\n })));\n });\n var doAll = this.applyDO('all');\n\n if (pointerColor) {\n stylesVariables['--pointerColor'] = pointerColor;\n }\n\n if (pointerColorHover) {\n stylesVariables['--pointerColorHover'] = pointerColorHover;\n }\n\n autoplayDelay *= 1000;\n var prevArrow = '';\n var nextArrow = '';\n\n if (arrows) {\n var arrowClasses = 'vce-simple-image-slider-arrow';\n\n if (arrowColor) {\n stylesVariables['--arrowColor'] = arrowColor;\n }\n\n if (arrowColorHover) {\n stylesVariables['--arrowColorHover'] = arrowColorHover;\n }\n\n prevArrow = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"\".concat(arrowClasses, \" vce-simple-image-slider-prev-arrow\")\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"svg\", {\n width: \"16px\",\n height: \"25px\",\n viewBox: \"0 0 16 25\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"polygon\", {\n id: \"Prev-Arrow\",\n points: \"12.3743687 5.68434189e-14 0 12.3743687 12.0208153 24.395184 14.1421356 22.2738636 4.31790889 12.4496369 14.5709572 2.19658855\"\n })));\n nextArrow = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"\".concat(arrowClasses, \" vce-simple-image-slider-next-arrow\")\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"svg\", {\n width: \"16px\",\n height: \"25px\",\n viewBox: \"0 0 16 25\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"polygon\", {\n id: \"Next-Arrow\",\n points: \"3.02081528 24.395184 15.395184 12.0208153 3.37436867 1.13686838e-13 1.25304833 2.12132034 11.0772751 11.9455471 0.824226734 22.1985954\"\n })));\n }\n\n var listHTML = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"vce-simple-image-slider-list\",\n \"data-slick-autoplay\": autoplay ? 'on' : 'off',\n \"data-slick-autoplay-delay\": \"\".concat(autoplayDelay),\n \"data-slick-effect\": effect,\n \"data-slick-dots\": pointers ? 'on' : 'off',\n \"data-slick-arrows\": arrows ? 'on' : 'off'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"slick-list\"\n }, prevArrow, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"slick-track\"\n }, Slides), nextArrow));\n var htmlString = (0,react_dom_server__WEBPACK_IMPORTED_MODULE_8__.renderToStaticMarkup)(listHTML);\n htmlString += (0,react_dom_server__WEBPACK_IMPORTED_MODULE_8__.renderToStaticMarkup)( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: dotsClasses\n }));\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses\n }, editor, containerProps, {\n style: stylesVariables\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: aspectClasses\n }, aspectProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"vcvhelper\",\n \"data-vcvs-html\": htmlString\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"vce-simple-image-slider-list\",\n \"data-slick-autoplay\": autoplay ? 'on' : 'off',\n \"data-slick-autoplay-delay\": autoplayDelay,\n \"data-slick-effect\": effect,\n \"data-slick-disable-swipe\": \"off\",\n \"data-slick-dots\": pointers ? 'on' : 'off',\n \"data-slick-arrows\": arrows ? 'on' : 'off'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"slick-list\"\n }, prevArrow, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: \"slick-track\"\n }, Slides), nextArrow)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: dotsClasses\n })))));\n }\n }]);\n\n return SimpleImageSlider;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./simpleImageSlider/component.js?");
19
 
20
  /***/ }),
21
 
elements/simpleImageSlider/simpleImageSlider/public/dist/simpleImageSlider.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function i(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,i),o.l=!0,o.exports}i.m=e,i.c=t,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)i.d(n,o,function(t){return e[t]}.bind(null,o));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=0)}([function(e,t,i){e.exports=i(1)},function(e,t){!function(e){function t(e){const t=e.parent().find(".vce-simple-image-slider-dots"),i=e.find(".vce-simple-image-slider-prev-arrow")||"",n=e.find(".vce-simple-image-slider-next-arrow")||"",o={autoplay:"on"===e[0].dataset.slickAutoplay,autoplaySpeed:e[0].dataset.slickAutoplayDelay,fade:"fade"===e[0].dataset.slickEffect,arrows:"on"===e[0].dataset.slickArrows,prevArrow:i,nextArrow:n,appendDots:t,dots:"on"===e[0].dataset.slickDots,initialSlide:0,respondTo:"slider",swipe:"on"!==e[0].dataset.slickDisableSwipe,swipeToSlide:"on"!==e[0].dataset.slickDisableSwipe,touchMove:"on"!==e[0].dataset.slickDisableSwipe};e.hasClass("slick-initialized")&&e.vcSlick&&e.vcSlick("unslick"),e.vcSlick&&e.vcSlick(o)}window.vcv.on("ready",()=>{window.setTimeout(()=>{!function(){const i=e(".vce-simple-image-slider-list");i.length&&i.each((function(){t(e(this))}))}()},50)}),window.vcv.on("reInit",(i,n="")=>{const o=setTimeout(()=>{const i=e(`#el-${n} .vce-simple-image-slider-list`);i&&t(i),clearTimeout(o)},0)})}(window.jQuery)}]);
1
+ !function(e){function i(e){if(0===e.length)return;const i=e.parent().find(".vce-simple-image-slider-dots"),s=e.find(".vce-simple-image-slider-prev-arrow")||"",t=e.find(".vce-simple-image-slider-next-arrow")||"",a={autoplay:"on"===e[0].dataset.slickAutoplay,autoplaySpeed:e[0].dataset.slickAutoplayDelay,fade:"fade"===e[0].dataset.slickEffect,arrows:"on"===e[0].dataset.slickArrows,prevArrow:s,nextArrow:t,appendDots:i,dots:"on"===e[0].dataset.slickDots,initialSlide:0,respondTo:"slider",swipe:"on"!==e[0].dataset.slickDisableSwipe,swipeToSlide:"on"!==e[0].dataset.slickDisableSwipe,touchMove:"on"!==e[0].dataset.slickDisableSwipe};e.hasClass("slick-initialized")&&e.vcSlick&&e.vcSlick("unslick"),e.vcSlick&&e.vcSlick(a)}window.vcv.on("ready",(()=>{window.setTimeout((()=>{!function(){const s=e(".vce-simple-image-slider-list");s.length&&s.each((function(){i(e(this))}))}()}),50)})),window.vcv.on("reInit",((s,t="")=>{const a=setTimeout((()=>{const s=e(`#el-${t} .vce-simple-image-slider-list`);s&&i(s),clearTimeout(a)}),0)}))}(window.jQuery);
elements/simpleImageSlider/simpleImageSlider/public/js/simpleImageSlider.js CHANGED
@@ -1,5 +1,8 @@
1
  (function ($) {
2
  function initSlider (slider) {
 
 
 
3
  const dots = slider.parent().find('.vce-simple-image-slider-dots')
4
  const prevArrow = slider.find('.vce-simple-image-slider-prev-arrow') || ''
5
  const nextArrow = slider.find('.vce-simple-image-slider-next-arrow') || ''
1
  (function ($) {
2
  function initSlider (slider) {
3
+ if (slider.length === 0) {
4
+ return
5
+ }
6
  const dots = slider.parent().find('.vce-simple-image-slider-dots')
7
  const prevArrow = slider.find('.vce-simple-image-slider-prev-arrow') || ''
8
  const nextArrow = slider.find('.vce-simple-image-slider-next-arrow') || ''
elements/twitterButton/manifest.json CHANGED
@@ -1 +1,19 @@
1
- {"elements":{"twitterButton":{"settings":{"name":"Twitter Button","metaThumbnailUrl":"[publicPath]/tweet-button-thumbnail.jpg","metaPreviewUrl":"[publicPath]/tweet-button-preview.jpg","metaDescription":"Add standard Tweet button to your WordPress website for quick content sharing on Twitter."}}},"categories":{"Social":{"elements":["twitterButton"]}}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "elements": {
3
+ "twitterButton": {
4
+ "settings": {
5
+ "name": "Twitter Button",
6
+ "metaThumbnailUrl": "[publicPath]/tweet-button-thumbnail.jpg",
7
+ "metaPreviewUrl": "[publicPath]/tweet-button-preview.png",
8
+ "metaDescription": "Add standard Tweet button to your WordPress website for quick content sharing on Twitter."
9
+ }
10
+ }
11
+ },
12
+ "categories": {
13
+ "Social": {
14
+ "elements": [
15
+ "twitterButton"
16
+ ]
17
+ }
18
+ }
19
+ }
elements/twitterButton/twitterButton/public/tweet-button-preview.jpg DELETED
Binary file
elements/twitterButton/twitterButton/public/tweet-button-preview.png ADDED
Binary file
elements/vimeoPlayer/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ VimeoPlayerComponent; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar VimeoPlayerComponent = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(VimeoPlayerComponent, _vcvAPI$elementCompon);\n\n var _super = _createSuper(VimeoPlayerComponent);\n\n function VimeoPlayerComponent() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, VimeoPlayerComponent);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(VimeoPlayerComponent, [{\n key: \"validUnits\",\n value: function validUnits(src) {\n switch (src) {\n case 'px':\n return src;\n\n case 'em':\n return src;\n\n case 'rem':\n return src;\n\n case '%':\n return src;\n\n case 'vw':\n return src;\n\n case 'vh':\n return src;\n\n default:\n return 'px';\n }\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n videoPlayer = atts.videoPlayer,\n alignment = atts.alignment,\n size = atts.size,\n customSize = atts.customSize,\n advanced = atts.advanced,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-vim-video-player';\n var source, videoWidth, videoId;\n var autopause = advanced && atts.autopause ? 1 : 0;\n var autoplay = advanced && atts.autoplay ? 1 : 0;\n var loop = advanced && atts.loop ? 1 : 0;\n var color = advanced ? atts.color.slice(1) : '00adef';\n var vrx = /https?:\\/\\/(?:www\\.)?vimeo.com\\/(?:channels\\/(?:\\w+\\/)?|groups\\/([^/]*)\\/videos\\/|album\\/(\\d+)\\/video\\/|)(\\d+)(?:$|\\/|\\?)/;\n var customProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes = classes.concat(\" \".concat(customClass));\n }\n\n if (alignment) {\n classes += \" vce-vim-video-player--align-\".concat(alignment);\n }\n\n if (size) {\n classes += \" vce-vim-video-player--size-\".concat(size);\n\n if (size === 'custom') {\n if (/^[0-9.]+$/.test(customSize)) {\n videoWidth = \"\".concat(parseFloat(customSize), \"px\");\n } else if (parseFloat(customSize)) {\n var chars = customSize.slice(parseFloat(customSize).toString().length);\n videoWidth = \"\".concat(parseFloat(customSize)).concat(this.validUnits(chars));\n } else {\n videoWidth = '560px';\n }\n } else {\n videoWidth = \"\".concat(size.slice(0, size.indexOf('x')), \"px\");\n }\n }\n\n if (videoPlayer.match(vrx)) {\n var url = videoPlayer.match(vrx);\n videoId = url[3];\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n source = \"//player.vimeo.com/video/\".concat(videoId, \"?autopause=\").concat(autopause, \"&autoplay=\").concat(autoplay, \"&muted=\").concat(autoplay, \"&color=\").concat(color, \"&loop=\").concat(loop);\n var html = \"<iframe class='vce-vim-video-player-iframe' src='\".concat(source, \"' frameBorder='0' allowFullScreen='true' />\");\n\n if (vc_cake__WEBPACK_IMPORTED_MODULE_7___default().env('editor') === 'backend') {\n source = \"//player.vimeo.com/video/\".concat(videoId, \"?autopause=\").concat(autopause, \"&autoplay=false&color=\").concat(color, \"&loop=\").concat(loop);\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: classes\n }, customProps, editor, {\n \"data-vcv-element-disabled\": true\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce vce-vim-video-player-wrapper\",\n id: 'el-' + id,\n style: {\n width: videoWidth\n }\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vce-vim-video-player-inner\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vcvhelper\",\n \"data-vcvs-html\": html\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"iframe\", {\n className: \"vce-vim-video-player-iframe\",\n src: source,\n frameBorder: \"0\",\n allowFullScreen: true\n })))));\n }\n }]);\n\n return VimeoPlayerComponent;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./vimeoPlayer/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ VimeoPlayerComponent; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar VimeoPlayerComponent = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(VimeoPlayerComponent, _vcvAPI$elementCompon);\n\n var _super = _createSuper(VimeoPlayerComponent);\n\n function VimeoPlayerComponent() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, VimeoPlayerComponent);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(VimeoPlayerComponent, [{\n key: \"validUnits\",\n value: function validUnits(src) {\n switch (src) {\n case 'px':\n return src;\n\n case 'em':\n return src;\n\n case 'rem':\n return src;\n\n case '%':\n return src;\n\n case 'vw':\n return src;\n\n case 'vh':\n return src;\n\n default:\n return 'px';\n }\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n videoPlayer = atts.videoPlayer,\n alignment = atts.alignment,\n size = atts.size,\n customSize = atts.customSize,\n advanced = atts.advanced,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-vim-video-player';\n var source, videoWidth, videoId;\n var autopause = advanced && atts.autopause ? 1 : 0;\n var autoplay = advanced && atts.autoplay ? 1 : 0;\n var loop = advanced && atts.loop ? 1 : 0;\n var color = advanced ? atts.color.slice(1) : '00adef';\n var vrx = /https?:\\/\\/(?:www\\.)?vimeo.com\\/(?:channels\\/(?:\\w+\\/)?|groups\\/([^/]*)\\/videos\\/|album\\/(\\d+)\\/video\\/|)(\\d+)(?:$|\\/|\\?)/;\n var customProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes = classes.concat(\" \".concat(customClass));\n }\n\n if (alignment) {\n classes += \" vce-vim-video-player--align-\".concat(alignment);\n }\n\n if (size) {\n classes += \" vce-vim-video-player--size-\".concat(size);\n\n if (size === 'custom') {\n if (/^[0-9.]+$/.test(customSize)) {\n videoWidth = \"\".concat(parseFloat(customSize), \"px\");\n } else if (parseFloat(customSize)) {\n var chars = customSize.slice(parseFloat(customSize).toString().length);\n videoWidth = \"\".concat(parseFloat(customSize)).concat(this.validUnits(chars));\n } else {\n videoWidth = '560px';\n }\n } else {\n videoWidth = \"\".concat(size.slice(0, size.indexOf('x')), \"px\");\n }\n }\n\n if (videoPlayer.match(vrx)) {\n var url = videoPlayer.match(vrx);\n videoId = url[3];\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n source = \"//player.vimeo.com/video/\".concat(videoId, \"?autopause=\").concat(autopause, \"&autoplay=\").concat(autoplay, \"&muted=\").concat(autoplay, \"&color=\").concat(color, \"&loop=\").concat(loop);\n var html = \"<iframe class='vce-vim-video-player-iframe' src='\".concat(source, \"' frameBorder='0' allowFullScreen='true' title='Vimeo video' />\");\n\n if (vc_cake__WEBPACK_IMPORTED_MODULE_7___default().env('editor') === 'backend') {\n source = \"//player.vimeo.com/video/\".concat(videoId, \"?autopause=\").concat(autopause, \"&autoplay=false&color=\").concat(color, \"&loop=\").concat(loop);\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: classes\n }, customProps, editor, {\n \"data-vcv-element-disabled\": true\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce vce-vim-video-player-wrapper\",\n id: 'el-' + id,\n style: {\n width: videoWidth\n }\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vce-vim-video-player-inner\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vcvhelper\",\n \"data-vcvs-html\": html\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"iframe\", {\n className: \"vce-vim-video-player-iframe\",\n src: source,\n frameBorder: \"0\",\n allowFullScreen: true\n })))));\n }\n }]);\n\n return VimeoPlayerComponent;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./vimeoPlayer/component.js?");
19
 
20
  /***/ }),
21
 
elements/youtubePlayer/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ YoutubePlayerComponent; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar YoutubePlayerComponent = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(YoutubePlayerComponent, _vcvAPI$elementCompon);\n\n var _super = _createSuper(YoutubePlayerComponent);\n\n function YoutubePlayerComponent() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, YoutubePlayerComponent);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(YoutubePlayerComponent, [{\n key: \"parseTime\",\n value: function parseTime(timeString) {\n var time = {\n h: 0,\n m: 0,\n s: 0,\n toSeconds: function toSeconds() {\n return this.h * 60 * 60 + this.m * 60 + this.s;\n },\n toString: function toString() {\n return this.h + 'h' + this.m + 'm' + this.s + 's';\n }\n }; // replace all spaces\n\n timeString = timeString.replace(/\\s+/g, ''); // get matched vars\n\n var re = /([0-9]+[hms])|([0-9]+(?=:|$))/gi;\n var timeData = timeString.match(re);\n\n if (timeData) {\n var findByLetter = function findByLetter(char, value) {\n return value.slice(-1) === char;\n }; // search for hours\n\n\n var hi = timeData.findIndex(findByLetter.bind(null, 'h'));\n\n if (hi !== -1) {\n time.h = parseInt(timeData[hi]);\n timeData.splice(hi, 1);\n } // search for minutes\n\n\n var mi = timeData.findIndex(findByLetter.bind(null, 'm'));\n\n if (mi !== -1) {\n time.m = parseInt(timeData[mi]);\n timeData.splice(mi, 1);\n } // search for seconds\n\n\n var si = timeData.findIndex(findByLetter.bind(null, 's'));\n\n if (si !== -1) {\n time.s = parseInt(timeData[si]);\n timeData.splice(si, 1);\n } // get simple vars\n // filter data and remove last matched elements\n\n\n timeData = timeData.filter(function (value) {\n var re = /^\\d+$/;\n\n if (re.test(value)) {\n return true;\n }\n\n return false;\n });\n timeData.splice(3); // get seconds\n\n if (timeData.length) {\n if (!time.s) {\n time.s = parseInt(timeData.pop());\n }\n } // get minutes\n\n\n if (timeData.length) {\n if (!time.m) {\n time.m = parseInt(timeData.pop());\n }\n } // get hours\n\n\n if (timeData.length) {\n if (!time.h) {\n time.h = parseInt(timeData.pop());\n }\n }\n }\n\n return time.toSeconds();\n }\n }, {\n key: \"validUnits\",\n value: function validUnits(src) {\n switch (src) {\n case 'px':\n return src;\n\n case 'em':\n return src;\n\n case 'rem':\n return src;\n\n case 'vw':\n return src;\n\n case 'vh':\n return src;\n\n case '%':\n return src;\n\n default:\n return 'px';\n }\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n videoPlayer = atts.videoPlayer,\n alignment = atts.alignment,\n size = atts.size,\n customSize = atts.customSize,\n advanced = atts.advanced,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-yt-video-player';\n var source, videoWidth, videoId, loop;\n var autoplay = advanced && atts.autoplay ? 1 : 0;\n var color = advanced && atts.color ? atts.color : 'red';\n var controls = 1;\n var rel = advanced && atts.rel ? 1 : 0;\n var start = advanced && atts.start ? this.parseTime(atts.start) : 0;\n var end = advanced && atts.end ? \"&end=\".concat(this.parseTime(atts.end)) : '';\n var ytrx = /^.*((youtu\\.be\\/)|(v\\/)|(\\/u\\/\\w\\/)|(embed\\/)|(watch\\?))\\??v?=?([^#&?]*)(?:(\\?t|&start)=(?:(\\d+)h)?(?:(\\d+)m)?(\\d+)s)?.*/;\n var customProps = {};\n\n if (advanced) {\n controls = atts.controls ? 1 : 0;\n }\n\n if (typeof customClass === 'string' && customClass) {\n classes = classes.concat(\" \".concat(customClass));\n }\n\n if (alignment) {\n classes += \" vce-yt-video-player--align-\".concat(alignment);\n }\n\n if (size) {\n classes += \" vce-yt-video-player--size-\".concat(size);\n\n if (size === 'custom') {\n if (/^[0-9.]+$/.test(customSize)) {\n videoWidth = \"\".concat(parseFloat(customSize), \"px\");\n } else if (parseFloat(customSize)) {\n var chars = customSize.slice(parseFloat(customSize).toString().length);\n videoWidth = \"\".concat(parseFloat(customSize)).concat(this.validUnits(chars));\n } else {\n videoWidth = '560px';\n }\n } else {\n videoWidth = \"\".concat(size.slice(0, size.indexOf('x')), \"px\");\n }\n }\n\n if (videoPlayer && videoPlayer.match(ytrx)) {\n var url = videoPlayer.trim();\n url = url.match(ytrx);\n videoId = url[7];\n loop = advanced && atts.loop ? \"&loop=1&playlist=\".concat(videoId) : '&loop=0';\n\n if (url[8]) {\n start += url[9] === undefined ? 0 : Number(url[9]) * 60 * 60;\n start += url[10] === undefined ? 0 : Number(url[10]) * 60;\n start += url[11] === undefined ? 0 : Number(url[11]);\n }\n }\n\n source = \"https://www.youtube.com/embed/\".concat(videoId, \"?autoplay=\").concat(autoplay, \"&mute=\").concat(autoplay, \"&color=\").concat(color, \"&controls=\").concat(controls).concat(loop, \"&rel=\").concat(rel, \"&start=\").concat(start).concat(end, \"&cc_load_policy=0&iv_load_policy=3&enablejsapi=1\");\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var html = \"<iframe class='vce-yt-video-player-iframe' src='\".concat(source, \"' width='640' height='390' allowFullScreen />\");\n\n if (vc_cake__WEBPACK_IMPORTED_MODULE_7___default().env('editor') === 'backend') {\n source = \"https://www.youtube.com/embed/\".concat(videoId, \"?autoplay=false&color=\").concat(color, \"&controls=\").concat(controls).concat(loop, \"&rel=\").concat(rel, \"&start=\").concat(start).concat(end, \"&cc_load_policy=0&iv_load_policy=3&enablejsapi=1\");\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: classes\n }, editor, customProps, {\n \"data-vcv-element-disabled\": true\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce vce-yt-video-player-wrapper\",\n id: 'el-' + id,\n style: {\n width: videoWidth\n }\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vce-yt-video-player-inner\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vcvhelper\",\n \"data-vcvs-html\": html\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"iframe\", {\n className: \"vce-yt-video-player-iframe\",\n src: source,\n width: \"640\",\n height: \"390\",\n allowFullScreen: true\n })))));\n }\n }]);\n\n return YoutubePlayerComponent;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./youtubePlayer/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ YoutubePlayerComponent; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar YoutubePlayerComponent = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(YoutubePlayerComponent, _vcvAPI$elementCompon);\n\n var _super = _createSuper(YoutubePlayerComponent);\n\n function YoutubePlayerComponent() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, YoutubePlayerComponent);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(YoutubePlayerComponent, [{\n key: \"parseTime\",\n value: function parseTime(timeString) {\n var time = {\n h: 0,\n m: 0,\n s: 0,\n toSeconds: function toSeconds() {\n return this.h * 60 * 60 + this.m * 60 + this.s;\n },\n toString: function toString() {\n return this.h + 'h' + this.m + 'm' + this.s + 's';\n }\n }; // replace all spaces\n\n timeString = timeString.replace(/\\s+/g, ''); // get matched vars\n\n var re = /([0-9]+[hms])|([0-9]+(?=:|$))/gi;\n var timeData = timeString.match(re);\n\n if (timeData) {\n var findByLetter = function findByLetter(char, value) {\n return value.slice(-1) === char;\n }; // search for hours\n\n\n var hi = timeData.findIndex(findByLetter.bind(null, 'h'));\n\n if (hi !== -1) {\n time.h = parseInt(timeData[hi]);\n timeData.splice(hi, 1);\n } // search for minutes\n\n\n var mi = timeData.findIndex(findByLetter.bind(null, 'm'));\n\n if (mi !== -1) {\n time.m = parseInt(timeData[mi]);\n timeData.splice(mi, 1);\n } // search for seconds\n\n\n var si = timeData.findIndex(findByLetter.bind(null, 's'));\n\n if (si !== -1) {\n time.s = parseInt(timeData[si]);\n timeData.splice(si, 1);\n } // get simple vars\n // filter data and remove last matched elements\n\n\n timeData = timeData.filter(function (value) {\n var re = /^\\d+$/;\n\n if (re.test(value)) {\n return true;\n }\n\n return false;\n });\n timeData.splice(3); // get seconds\n\n if (timeData.length) {\n if (!time.s) {\n time.s = parseInt(timeData.pop());\n }\n } // get minutes\n\n\n if (timeData.length) {\n if (!time.m) {\n time.m = parseInt(timeData.pop());\n }\n } // get hours\n\n\n if (timeData.length) {\n if (!time.h) {\n time.h = parseInt(timeData.pop());\n }\n }\n }\n\n return time.toSeconds();\n }\n }, {\n key: \"validUnits\",\n value: function validUnits(src) {\n switch (src) {\n case 'px':\n return src;\n\n case 'em':\n return src;\n\n case 'rem':\n return src;\n\n case 'vw':\n return src;\n\n case 'vh':\n return src;\n\n case '%':\n return src;\n\n default:\n return 'px';\n }\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n videoPlayer = atts.videoPlayer,\n alignment = atts.alignment,\n size = atts.size,\n customSize = atts.customSize,\n advanced = atts.advanced,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-yt-video-player';\n var source, videoWidth, videoId, loop;\n var autoplay = advanced && atts.autoplay ? 1 : 0;\n var color = advanced && atts.color ? atts.color : 'red';\n var controls = 1;\n var rel = advanced && atts.rel ? 1 : 0;\n var start = advanced && atts.start ? this.parseTime(atts.start) : 0;\n var end = advanced && atts.end ? \"&end=\".concat(this.parseTime(atts.end)) : '';\n var ytrx = /^.*((youtu\\.be\\/)|(v\\/)|(\\/u\\/\\w\\/)|(embed\\/)|(watch\\?))\\??v?=?([^#&?]*)(?:(\\?t|&start)=(?:(\\d+)h)?(?:(\\d+)m)?(\\d+)s)?.*/;\n var customProps = {};\n\n if (advanced) {\n controls = atts.controls ? 1 : 0;\n }\n\n if (typeof customClass === 'string' && customClass) {\n classes = classes.concat(\" \".concat(customClass));\n }\n\n if (alignment) {\n classes += \" vce-yt-video-player--align-\".concat(alignment);\n }\n\n if (size) {\n classes += \" vce-yt-video-player--size-\".concat(size);\n\n if (size === 'custom') {\n if (/^[0-9.]+$/.test(customSize)) {\n videoWidth = \"\".concat(parseFloat(customSize), \"px\");\n } else if (parseFloat(customSize)) {\n var chars = customSize.slice(parseFloat(customSize).toString().length);\n videoWidth = \"\".concat(parseFloat(customSize)).concat(this.validUnits(chars));\n } else {\n videoWidth = '560px';\n }\n } else {\n videoWidth = \"\".concat(size.slice(0, size.indexOf('x')), \"px\");\n }\n }\n\n if (videoPlayer && videoPlayer.match(ytrx)) {\n var url = videoPlayer.trim();\n url = url.match(ytrx);\n videoId = url[7];\n loop = advanced && atts.loop ? \"&loop=1&playlist=\".concat(videoId) : '&loop=0';\n\n if (url[8]) {\n start += url[9] === undefined ? 0 : Number(url[9]) * 60 * 60;\n start += url[10] === undefined ? 0 : Number(url[10]) * 60;\n start += url[11] === undefined ? 0 : Number(url[11]);\n }\n }\n\n source = \"https://www.youtube.com/embed/\".concat(videoId, \"?autoplay=\").concat(autoplay, \"&mute=\").concat(autoplay, \"&color=\").concat(color, \"&controls=\").concat(controls).concat(loop, \"&rel=\").concat(rel, \"&start=\").concat(start).concat(end, \"&cc_load_policy=0&iv_load_policy=3&enablejsapi=1\");\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var html = \"<iframe class='vce-yt-video-player-iframe' src='\".concat(source, \"' width='640' height='390' allowFullScreen title='YouTube video' />\");\n\n if (vc_cake__WEBPACK_IMPORTED_MODULE_7___default().env('editor') === 'backend') {\n source = \"https://www.youtube.com/embed/\".concat(videoId, \"?autoplay=false&color=\").concat(color, \"&controls=\").concat(controls).concat(loop, \"&rel=\").concat(rel, \"&start=\").concat(start).concat(end, \"&cc_load_policy=0&iv_load_policy=3&enablejsapi=1\");\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: classes\n }, editor, customProps, {\n \"data-vcv-element-disabled\": true\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce vce-yt-video-player-wrapper\",\n id: 'el-' + id,\n style: {\n width: videoWidth\n }\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vce-yt-video-player-inner\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", {\n className: \"vcvhelper\",\n \"data-vcvs-html\": html\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"iframe\", {\n className: \"vce-yt-video-player-iframe\",\n src: source,\n width: \"640\",\n height: \"390\",\n allowFullScreen: true\n })))));\n }\n }]);\n\n return YoutubePlayerComponent;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./youtubePlayer/component.js?");
19
 
20
  /***/ }),
21
 
plugin-wordpress.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Visual Composer
5
  * Plugin URI: https://visualcomposer.com/premium/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
6
  * Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
7
- * Version: 41.1
8
  * Author: visualcomposer.com
9
  * Author URI: https://visualcomposer.com/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
10
  * Copyright: (c) 2017 TechMill Ltd.
@@ -46,7 +46,7 @@ if (defined('VCV_VERSION')) {
46
  /**
47
  * Plugin version constant
48
  */
49
- define('VCV_VERSION', '41.1');
50
  /**
51
  * Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
52
  */
4
  * Plugin Name: Visual Composer
5
  * Plugin URI: https://visualcomposer.com/premium/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
6
  * Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
7
+ * Version: 42.0-beta.1
8
  * Author: visualcomposer.com
9
  * Author URI: https://visualcomposer.com/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
10
  * Copyright: (c) 2017 TechMill Ltd.
46
  /**
47
  * Plugin version constant
48
  */
49
+ define('VCV_VERSION', '42.0-beta.1');
50
  /**
51
  * Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
52
  */
public/dist/assets/02944d7e0eeb0e9dc69a.woff.gz DELETED
Binary file
public/dist/assets/3d9333a4ab4bbce634c3.svg.gz DELETED
Binary file
public/dist/assets/{02944d7e0eeb0e9dc69a.woff → 76fc5c2f20b001e01522.woff} RENAMED
Binary file
public/dist/assets/76fc5c2f20b001e01522.woff.gz ADDED
Binary file
public/dist/assets/{3d9333a4ab4bbce634c3.svg → 89c54c69977662d9c566.svg} RENAMED
@@ -58,6 +58,7 @@
58
  <glyph unicode="&#xe91b;" glyph-name="plug-modern" d="M948.868 284.825c3.74 32.013-7.121 63.636-29.561 86.073l-68.487 68.487 127.279 127.279c28.118 28.118 28.692 73.131 1.283 100.54s-72.423 26.834-100.54-1.283l-127.279-127.279-148.885 148.885 127.279 127.279c28.118 28.118 28.692 73.131 1.283 100.54s-72.423 26.834-100.54-1.283l-127.279-127.279-68.487 68.487c-41.017 41.211-108.534 40.503-150.806-1.579-5.461-5.437-10.341-11.43-14.553-17.872l-114.061-174.608c-92.114-141.956-85.77-324.381 15.81-454.668l-129.316-129.316c-28.118-28.118-28.692-73.131-1.283-100.54s72.423-26.834 100.54 1.283l129.316 129.316c130.183-101.542 312.467-107.986 454.414-16.064l174.863 114.316c27.319 17.945 45.342 47.101 49.012 79.285zM649.359 210.134c-99.267-65.098-228.768-53.136-310.755 28.704l-35.733 35.733c-81.793 81.885-93.856 211.232-28.959 310.5l89.718 137.857 423.331-423.331-137.603-89.463z" />
59
  <glyph unicode="&#xe91c;" glyph-name="bell" horiz-adv-x="916" d="M605.164 68.77c-15.401-75.634-82.45-132.77-162.599-132.77s-147.197 57.135-162.599 132.77v0zM442.566 960c167.345 0 309.796-150.518 309.796-306.257v0-123.387c0-87.584 38.37-170.255 105.286-226.815 17.614-15.091 27.483-36.512 27.483-59.171 0-42.708-34.741-77.449-77.449-77.449v0h-730.233c-42.708 0-77.449 34.741-77.449 77.449 0 22.659 9.869 44.080 27.085 58.817 67.314 56.914 105.685 139.585 105.685 227.169v0 123.387c0 155.739 142.451 306.257 309.796 306.257z" />
60
  <glyph unicode="&#xe91d;" glyph-name="exit-top-right" d="M899.988 439.179h-70.639c-14.626 0-26.487-11.86-26.487-26.49v-322.065c0-17.095-13.915-31.004-31.010-31.004h-617.239c-17.091 0-30.993 13.909-30.993 31.004v617.223c0 17.099 13.902 31.011 30.993 31.011h338.559c14.63 0 26.49 11.86 26.49 26.49v70.639c0 14.629-11.861 26.49-26.49 26.49h-338.559c-85.255 0-154.613-69.367-154.613-154.629v-617.223c0-85.265 69.361-154.624 154.613-154.624h617.239c85.259 0 154.624 69.365 154.624 154.624v322.062c0.006 14.633-11.856 26.493-26.487 26.493zM997.348 960h-282.647c-14.717 0-26.647-11.931-26.647-26.647v-71.060c0-14.717 11.93-26.648 26.647-26.648h97.007l-365.049-365.045c-10.407-10.407-10.407-27.277 0-37.687l50.247-50.25c4.999-5.001 11.774-7.805 18.845-7.805 7.067 0 13.846 2.805 18.841 7.805l365.049 365.053v-97.008c0-14.717 11.935-26.647 26.647-26.647h71.060c14.717 0 26.647 11.931 26.647 26.647v282.644c0 14.717-11.93 26.647-26.647 26.647z" />
 
61
  <glyph unicode="&#x1f41e;" glyph-name="bug" horiz-adv-x="951" d="M932.571 402.286q0-14.857-10.857-25.714t-25.714-10.857h-128q0-97.714-38.286-165.714l118.857-119.429q10.857-10.857 10.857-25.714t-10.857-25.714q-10.286-10.857-25.714-10.857t-25.714 10.857l-113.143 112.571q-2.857-2.857-8.571-7.429t-24-16.286-37.143-20.857-46.857-16.571-55.429-7.429v512h-73.143v-512q-29.143 0-58 7.714t-49.714 18.857-37.714 22.286-24.857 18.571l-8.571 8-104.571-118.286q-11.429-12-27.429-12-13.714 0-24.571 9.143-10.857 10.286-11.714 25.429t8.857 26.571l115.429 129.714q-33.143 65.143-33.143 156.571h-128q-14.857 0-25.714 10.857t-10.857 25.714 10.857 25.714 25.714 10.857h128v168l-98.857 98.857q-10.857 10.857-10.857 25.714t10.857 25.714 25.714 10.857 25.714-10.857l98.857-98.857h482.286l98.857 98.857q10.857 10.857 25.714 10.857t25.714-10.857 10.857-25.714-10.857-25.714l-98.857-98.857v-168h128q14.857 0 25.714-10.857t10.857-25.714zM658.286 731.428h-365.714q0 76 53.429 129.429t129.429 53.429 129.429-53.429 53.429-129.429z" />
62
  <glyph unicode="&#x1f4bb;" glyph-name="tablet-landscape" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 105h505.988c22.112 0 40.012 17.908 40.012 39.998v600.003c0 22.072-17.914 39.998-40.012 39.998h-505.988v-680zM251 105v680h-83.988c-22.112 0-40.012-17.908-40.012-39.998v-600.003c0-22.072 17.914-39.998 40.012-39.998h83.988zM937.009 885c33.132 0 59.991-26.877 59.991-60.010v-759.98c0-33.143-26.86-60.010-59.991-60.010h-850.017c-33.132 0-59.991 26.877-59.991 60.010v759.98c0 33.143 26.86 60.010 59.991 60.010h850.017z" />
63
  <glyph unicode="&#x1f4f0;" glyph-name="template" d="M861.584 928h-696c-39.743 0-73.583-38.232-73.583-78.001v-258.001h840v258.001c0 39.768-30.624 78.001-70.417 78.001zM836 688.001h-648.001v98.257c0 30.6 27.456 45.744 58.032 45.744h535.128c30.577 0 54.84-15.144 54.84-45.744v-98.257zM162.392-32h696c39.768 0 73.608 38.232 73.608 78.001v450h-840v-450c0-39.768 30.6-78.001 70.393-78.001zM188 400h648.001v-290.256c0-30.6-27.48-45.744-58.056-45.744h-535.128c-30.577 0-54.816 15.144-54.816 45.744v290.256z" />
58
  <glyph unicode="&#xe91b;" glyph-name="plug-modern" d="M948.868 284.825c3.74 32.013-7.121 63.636-29.561 86.073l-68.487 68.487 127.279 127.279c28.118 28.118 28.692 73.131 1.283 100.54s-72.423 26.834-100.54-1.283l-127.279-127.279-148.885 148.885 127.279 127.279c28.118 28.118 28.692 73.131 1.283 100.54s-72.423 26.834-100.54-1.283l-127.279-127.279-68.487 68.487c-41.017 41.211-108.534 40.503-150.806-1.579-5.461-5.437-10.341-11.43-14.553-17.872l-114.061-174.608c-92.114-141.956-85.77-324.381 15.81-454.668l-129.316-129.316c-28.118-28.118-28.692-73.131-1.283-100.54s72.423-26.834 100.54 1.283l129.316 129.316c130.183-101.542 312.467-107.986 454.414-16.064l174.863 114.316c27.319 17.945 45.342 47.101 49.012 79.285zM649.359 210.134c-99.267-65.098-228.768-53.136-310.755 28.704l-35.733 35.733c-81.793 81.885-93.856 211.232-28.959 310.5l89.718 137.857 423.331-423.331-137.603-89.463z" />
59
  <glyph unicode="&#xe91c;" glyph-name="bell" horiz-adv-x="916" d="M605.164 68.77c-15.401-75.634-82.45-132.77-162.599-132.77s-147.197 57.135-162.599 132.77v0zM442.566 960c167.345 0 309.796-150.518 309.796-306.257v0-123.387c0-87.584 38.37-170.255 105.286-226.815 17.614-15.091 27.483-36.512 27.483-59.171 0-42.708-34.741-77.449-77.449-77.449v0h-730.233c-42.708 0-77.449 34.741-77.449 77.449 0 22.659 9.869 44.080 27.085 58.817 67.314 56.914 105.685 139.585 105.685 227.169v0 123.387c0 155.739 142.451 306.257 309.796 306.257z" />
60
  <glyph unicode="&#xe91d;" glyph-name="exit-top-right" d="M899.988 439.179h-70.639c-14.626 0-26.487-11.86-26.487-26.49v-322.065c0-17.095-13.915-31.004-31.010-31.004h-617.239c-17.091 0-30.993 13.909-30.993 31.004v617.223c0 17.099 13.902 31.011 30.993 31.011h338.559c14.63 0 26.49 11.86 26.49 26.49v70.639c0 14.629-11.861 26.49-26.49 26.49h-338.559c-85.255 0-154.613-69.367-154.613-154.629v-617.223c0-85.265 69.361-154.624 154.613-154.624h617.239c85.259 0 154.624 69.365 154.624 154.624v322.062c0.006 14.633-11.856 26.493-26.487 26.493zM997.348 960h-282.647c-14.717 0-26.647-11.931-26.647-26.647v-71.060c0-14.717 11.93-26.648 26.647-26.648h97.007l-365.049-365.045c-10.407-10.407-10.407-27.277 0-37.687l50.247-50.25c4.999-5.001 11.774-7.805 18.845-7.805 7.067 0 13.846 2.805 18.841 7.805l365.049 365.053v-97.008c0-14.717 11.935-26.647 26.647-26.647h71.060c14.717 0 26.647 11.931 26.647 26.647v282.644c0 14.717-11.93 26.647-26.647 26.647z" />
61
+ <glyph unicode="&#xe91e;" glyph-name="link-enabled" d="M712.286 202.416c28.892-2.528 50.842-26.233 51.895-54.483l-0.18-7.147-9.916-113.345c-2.738-31.299-30.331-54.453-61.631-51.714-28.892 2.528-50.842 26.233-51.895 54.483l0.18 7.147 9.916 113.345c2.738 31.299 30.331 54.453 61.631 51.714zM294.737 523.536c53.899 60.131 141.567 75.641 213.194 37.735 15.842-8.381 26.742-23.212 29.911-40.694 2.716-14.982-0.58-30.092-9.081-42.479l-5.378-6.729c-16.863-18.815-43.542-25.416-67.079-17.316l-6.954 2.873c-19.623 9.531-43.013 6.326-59.215-7.496l-5.119-4.998-193.926-216.268c-18.293-20.367-17.915-50.772-0.189-70.702l4.792-4.752 30.996-27.185c20.578-18.014 51.34-17.657 71.518-0.161l4.812 4.73 88.652 98.908c18.481 20.619 49.459 23.978 71.894 8.8l5.418-4.181 8.344-7.309c20.929-18.342 24.292-48.868 8.909-71.069l-4.237-5.365-88.664-98.908c-34.496-38.454-82.596-58.080-130.897-58.080-37.114 0-74.34 11.58-105.622 35.114l-10.199 8.288-30.99 27.139c-69.324 60.774-78.138 164.256-21.891 235.49l7.062 8.388 193.939 216.228zM1016.847 300.12c2.738-31.299-20.415-58.892-51.714-61.631l-113.345-9.916c-31.299-2.738-58.892 20.415-61.631 51.714s20.415 58.892 51.714 61.631l113.345 9.916c31.299 2.738 58.892-20.415 61.631-51.714zM630.344 844.977c61.583 68.626 166.24 77.33 238.43 21.65l8.502-6.991 31.022-27.1c69.409-60.797 78.234-164.281 21.938-235.513l-7.068-8.388-194.12-216.254c-34.156-38.038-82.096-58.237-130.881-58.237-27.53 0-55.333 6.434-81.079 19.722-16.279 8.404-27.527 23.453-30.86 41.295-2.854 15.301 0.472 30.729 9.157 43.375l4.785 6.078 1.514 1.687c16.378 18.242 42.187 24.368 64.872 16.086l6.699-2.919c19.858-10.134 43.622-7.142 60.154 6.924l5.227 5.096 194.132 216.279c18.306 20.36 17.921 50.788 0.181 70.726l-4.796 4.754-30.985 27.148c-20.617 18.024-51.433 17.682-71.628 0.184l-4.815-4.731-88.778-98.915c-18.576-20.679-49.492-24.016-71.977-8.788l-5.434 4.194-8.332 7.301c-20.863 18.285-24.243 48.902-8.878 71.067l4.232 5.353 88.784 98.917zM246.825 610.987c2.738-31.299-20.415-58.892-51.714-61.631l-113.345-9.916c-31.299-2.738-58.892 20.415-61.631 51.714s20.415 58.892 51.714 61.631l113.345 9.916c31.299 2.738 58.892-20.415 61.631-51.714zM344.529 915.548c28.892-2.528 50.842-26.233 51.895-54.483l-0.18-7.147-9.916-113.345c-2.738-31.299-30.331-54.453-61.631-51.714-28.892 2.528-50.842 26.233-51.895 54.483l0.18 7.147 9.916 113.345c2.738 31.299 30.331 54.453 61.631 51.714z" />
62
  <glyph unicode="&#x1f41e;" glyph-name="bug" horiz-adv-x="951" d="M932.571 402.286q0-14.857-10.857-25.714t-25.714-10.857h-128q0-97.714-38.286-165.714l118.857-119.429q10.857-10.857 10.857-25.714t-10.857-25.714q-10.286-10.857-25.714-10.857t-25.714 10.857l-113.143 112.571q-2.857-2.857-8.571-7.429t-24-16.286-37.143-20.857-46.857-16.571-55.429-7.429v512h-73.143v-512q-29.143 0-58 7.714t-49.714 18.857-37.714 22.286-24.857 18.571l-8.571 8-104.571-118.286q-11.429-12-27.429-12-13.714 0-24.571 9.143-10.857 10.286-11.714 25.429t8.857 26.571l115.429 129.714q-33.143 65.143-33.143 156.571h-128q-14.857 0-25.714 10.857t-10.857 25.714 10.857 25.714 25.714 10.857h128v168l-98.857 98.857q-10.857 10.857-10.857 25.714t10.857 25.714 25.714 10.857 25.714-10.857l98.857-98.857h482.286l98.857 98.857q10.857 10.857 25.714 10.857t25.714-10.857 10.857-25.714-10.857-25.714l-98.857-98.857v-168h128q14.857 0 25.714-10.857t10.857-25.714zM658.286 731.428h-365.714q0 76 53.429 129.429t129.429 53.429 129.429-53.429 53.429-129.429z" />
63
  <glyph unicode="&#x1f4bb;" glyph-name="tablet-landscape" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 105h505.988c22.112 0 40.012 17.908 40.012 39.998v600.003c0 22.072-17.914 39.998-40.012 39.998h-505.988v-680zM251 105v680h-83.988c-22.112 0-40.012-17.908-40.012-39.998v-600.003c0-22.072 17.914-39.998 40.012-39.998h83.988zM937.009 885c33.132 0 59.991-26.877 59.991-60.010v-759.98c0-33.143-26.86-60.010-59.991-60.010h-850.017c-33.132 0-59.991 26.877-59.991 60.010v759.98c0 33.143 26.86 60.010 59.991 60.010h850.017z" />
64
  <glyph unicode="&#x1f4f0;" glyph-name="template" d="M861.584 928h-696c-39.743 0-73.583-38.232-73.583-78.001v-258.001h840v258.001c0 39.768-30.624 78.001-70.417 78.001zM836 688.001h-648.001v98.257c0 30.6 27.456 45.744 58.032 45.744h535.128c30.577 0 54.84-15.144 54.84-45.744v-98.257zM162.392-32h696c39.768 0 73.608 38.232 73.608 78.001v450h-840v-450c0-39.768 30.6-78.001 70.393-78.001zM188 400h648.001v-290.256c0-30.6-27.48-45.744-58.056-45.744h-535.128c-30.577 0-54.816 15.144-54.816 45.744v290.256z" />
public/dist/assets/89c54c69977662d9c566.svg.gz ADDED
Binary file
public/dist/assets/a64c978a190aa637d4b2.ttf.gz DELETED
Binary file
public/dist/assets/{a64c978a190aa637d4b2.ttf → ff25595f76e76fe7e067.ttf} RENAMED
Binary file
public/dist/assets/ff25595f76e76fe7e067.ttf.gz ADDED
Binary file
public/dist/hub.bundle.css CHANGED
@@ -1,4 +1,4 @@
1
  @import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Nunito+Sans:400,400i,700,700i);@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,greek,greek-ext,cyrillic-ext,latin-ext,cyrillic);
2
  /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{-webkit-text-decoration-skip:objects;background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{overflow:auto}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.screen-reader-text{display:none}
3
- /*! reboot css styles */html{box-sizing:border-box;font-size:16px}body,body.vcv-wb-editor{font-family:Nunito Sans,sans-serif;font-size:.875rem}*,:after,:before{box-sizing:inherit}[tabindex="-1"]:focus{outline:none!important}img{max-width:100%}a,area,button,input,label,select,summary,textarea{touch-action:manipulation}a:focus,area:focus,button:focus,input:focus,label:focus,select:focus,summary:focus,textarea:focus{outline:none}@font-face{font-family:VC-Icons;font-style:normal;font-weight:400;src:url(assets/a64c978a190aa637d4b2.ttf?pnjixt) format("truetype"),url(assets/02944d7e0eeb0e9dc69a.woff?pnjixt) format("woff"),url(assets/3d9333a4ab4bbce634c3.svg?pnjixt#VC-Icons) format("svg")}.vcv-ui-icon{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:VC-Icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.vcv-ui-icon-exit-top-right:before{content:"\e91d"}.vcv-ui-icon-bell:before{content:"\e91c"}.vcv-ui-icon-close-modern:before{content:"\e918"}.vcv-ui-icon-link-modern:before{content:"\e919"}.vcv-ui-icon-pencil-modern:before{content:"\e91a"}.vcv-ui-icon-plug-modern:before{content:"\e91b"}.vcv-ui-icon-question:before{content:"\e917"}.vcv-ui-icon-swap:before{content:"\e916"}.vcv-ui-icon-lamp:before{content:"\e914"}.vcv-ui-icon-forward:before{content:"\e915"}.vcv-ui-icon-unlock-fill:before{content:"\e912"}.vcv-ui-icon-lock-fill:before{content:"\e913"}.vcv-ui-icon-thumbs-down:before{content:"\e910"}.vcv-ui-icon-thumbs-up:before{content:"\e911"}.vcv-ui-icon-key:before{content:"\e901"}.vcv-ui-icon-plug:before{content:"\e90f"}.vcv-ui-icon-chevron-left:before{content:"\e90e"}.vcv-ui-icon-chevron-up:before{content:"\e90b"}.vcv-ui-icon-chevron-down:before{content:"\e90c"}.vcv-ui-icon-chevron-right:before{content:"\e90d"}.vcv-ui-icon-download:before{content:"\e90a"}.vcv-ui-icon-error:before{content:"\e900"}.vcv-ui-icon-hub-shop:before{content:"\e909"}.vcv-ui-icon-lock-thin:before{content:"\e906"}.vcv-ui-icon-star:before{content:"\e905"}.vcv-ui-icon-copy-icon:before{content:"\e903"}.vcv-ui-icon-paste-icon:before{content:"\e904"}.vcv-ui-icon-eye-on:before{content:"\e902"}.vcv-ui-icon-eye-off:before{content:"\e907"}.vcv-ui-icon-mobile-menu:before{content:"\2261"}.vcv-ui-icon-drag-dots:before{content:"\22ee"}.vcv-ui-icon-more-dots:before{content:"\22ef"}.vcv-ui-icon-search:before{content:"\2315"}.vcv-ui-icon-row-layout:before{content:"\23f8"}.vcv-ui-icon-arrow-up:before{content:"\25b4"}.vcv-ui-icon-arrow-right:before{content:"\25b8"}.vcv-ui-icon-expand:before{content:"\25be"}.vcv-ui-icon-arrow-left:before{content:"\25c4"}.vcv-ui-icon-heart-stroke:before{content:"\2661"}.vcv-ui-icon-edit:before{content:"\270e"}.vcv-ui-icon-pen-alt-fill:before{content:"\2710"}.vcv-ui-icon-save:before{content:"\2714"}.vcv-ui-icon-add-thin:before{content:"\2715"}.vcv-ui-icon-close:before{content:"\2716"}.vcv-ui-icon-close-thin:before{content:"\2717"}.vcv-ui-icon-move:before{content:"\2723"}.vcv-ui-icon-add:before{content:"\2795"}.vcv-ui-icon-remove:before{content:"\2796"}.vcv-ui-icon-undo:before{content:"\293e"}.vcv-ui-icon-redo:before{content:"\293f"}.vcv-ui-icon-brush-alt:before{content:"\e908"}.vcv-ui-icon-bug:before{content:"\1f41e"}.vcv-ui-icon-tablet-landscape:before{content:"\1f4bb"}.vcv-ui-icon-template:before{content:"\1f4f0"}.vcv-ui-icon-mobile-portrait:before{content:"\1f4f1"}.vcv-ui-icon-mobile-landscape:before{content:"\1f4f2"}.vcv-ui-icon-desktop:before{content:"\1f4fa"}.vcv-ui-icon-lock-stroke:before{content:"\1f512"}.vcv-ui-icon-unlock-stroke:before{content:"\1f513"}.vcv-ui-icon-link:before{content:"\1f517"}.vcv-ui-icon-eyedropper:before{content:"\1f58d"}.vcv-ui-icon-multiple-devices:before{content:"\1f5a7"}.vcv-ui-icon-tablet-portrait:before{content:"\1f5b3"}.vcv-ui-icon-copy:before{content:"\1f5c7"}.vcv-ui-icon-paste:before{content:"\1f5ca"}.vcv-ui-icon-document-alt-stroke:before{content:"\1f5cb"}.vcv-ui-icon-trash:before{content:"\1f5d1"}.vcv-ui-icon-layers:before{content:"\1f5d7"}.vcv-ui-icon-cog:before{content:"\1f6e0"}.vcv-layout-container{display:flex;flex-flow:column nowrap;height:100%;left:0;position:absolute;top:0;width:100%}.vcv-layout{direction:ltr;display:flex;flex:1 1 auto;flex-flow:column nowrap;height:100%}.vcv-layout-header{display:flex;flex:0 0 auto;flex-flow:column nowrap}.vcv-layout-content{background:#f6f6f6;display:flex;flex:1 1 auto;flex-flow:column nowrap;overflow:auto}.vcv-layout-content--devices{flex-direction:row;padding:30px 0}.vcv-layout-content--devices:after,.vcv-layout-content--devices:before{content:"";min-width:30px;position:relative}.vcv-content-full-size .vcv-layout-content{height:0;position:absolute;width:0}.vcv-layout-iframe-container{background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);flex:1 1 auto;margin:auto;position:relative;width:100%}.vcv-layout-iframe-container--mobile{-webkit-overflow-scrolling:touch;overflow-y:scroll}.vcv-layout-iframe-container-editor--sidebars{width:480px}.vcv-layout-iframe-overlay{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-layout-iframe,.vcv-layout-iframe-wrapper{border:0;height:100%;overflow:auto;position:absolute;width:100%}.vcv-layout-bar{background:linear-gradient(180deg,#1a399d,#693bc5);box-shadow:1px 0 10px 0 rgba(0,0,0,.3);display:flex;flex:1 1 auto;flex-flow:column nowrap;z-index:1130}.vcv-layout-bar,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header{position:relative}.vcv-layout-bar.vcv-inline-editor--active .vcv-ui-resizer{display:none}.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-all:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-end:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-start:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header:after{background:rgba(0,0,0,.6);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out;z-index:3000}.vcv-layout-dock--bottom .vcv-layout-bar,.vcv-layout-dock--bottom .vcv-ui-tree-view-content,.vcv-layout-dock--detached .vcv-layout-bar,.vcv-layout-dock--detached .vcv-ui-tree-view-content,.vcv-layout-dock--top .vcv-layout-bar,.vcv-layout-dock--top .vcv-ui-tree-view-content{background:linear-gradient(90deg,#1a399d,#693bc5)}.vcv-layout-dock--bottom .vcv-layout-bar-content:before,.vcv-layout-dock--top .vcv-layout-bar-content:before{content:"";height:10px;left:0;position:absolute;right:0}.vcv-layout-dock--top .vcv-layout-bar-content:not(.vcv-content-full-size):before{bottom:-10px;box-shadow:inset 0 10px 10px -10px rgba(0,0,0,.3)}.vcv-layout-dock--bottom .vcv-layout-bar-content:not(.vcv-content-full-size):before{box-shadow:inset 0 -10px 10px -10px rgba(0,0,0,.3);top:-10px}.vcv-layout-dock--detached .vcv-ui-tree-view-content,.vcv-layout-dock--top .vcv-ui-tree-view-content{border-top:1px solid hsla(0,0%,100%,.1)}.vcv-layout-bar-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.vcv-layout-bar-header{display:flex;flex:0 0 auto;flex-flow:column nowrap}.vcv-layout-bar-content{display:flex;flex:1 1 auto;flex-flow:row nowrap;pointer-events:none}.vcv-layout-bar-content:not(.vcv-ui-state--visible){display:none}.rtl .vcv-layout-bar-content{direction:rtl}.vcv-layout-bar-content-all,.vcv-layout-bar-content-start{display:flex;flex:0 1 auto;flex-flow:column nowrap;pointer-events:all;position:relative}.vcv-layout-bar-content-all>*,.vcv-layout-bar-content-start>*{flex:1 1 auto}.vcv-layout-bar-content-all:not(.vcv-ui-state--visible),.vcv-layout-bar-content-start:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-end{display:flex;flex:1 1 0;flex-flow:column nowrap;pointer-events:all;position:relative}.vcv-layout-bar-content-end>*{flex:1 1 auto}.vcv-layout-bar-content-end:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-toggle{color:#fff;height:61px;left:0;position:absolute;top:0;transition:all .2s ease-in-out;width:34px}.vcv-layout-bar-content-toggle-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible)+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle{opacity:.5}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible)+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle:hover{opacity:.6}.vcv-layout-bar-content-start.vcv-ui-state--visible+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle{opacity:1}.vcv-layout-bar-content-start.vcv-ui-state--visible+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle:hover{opacity:.9}.vcv-layout-bar-content-hide{color:#fff;cursor:pointer;height:61px;position:absolute;right:10px;text-decoration:none;top:0;transition:all .2s ease-in-out;width:34px}.vcv-layout-bar-content-hide:hover .vcv-layout-bar-content-hide-icon:before{opacity:.5}.vcv-layout-bar-content-aligned{height:61px}.rtl .vcv-layout-bar-content-hide{left:10px;right:auto}.vcv-layout-bar-content-hide-icon:before{font-size:1.2em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease-in-out}.vcv-layout-dock:not(.vcv-layout-dock--detached) .vcv-layout-bar-header{z-index:1140}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape],.vcv-layout-iframe-container[data-vcv-device=mobile-portrait],.vcv-layout-iframe-container[data-vcv-device=tablet-landscape],.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]{border-color:#fff;border-radius:25px;border-style:solid;flex:initial;position:relative}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:after,.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:after,.vcv-layout-iframe-container[data-vcv-device=tablet-landscape]:after,.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]:after{border:3px solid #dedede;border-radius:50%;content:"";height:38px;position:absolute;width:38px}.vcv-layout-iframe-container[data-vcv-device=desktop]{min-width:100%}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]{border-width:50px 10px 70px}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:after{bottom:-54px;left:50%;transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:before{content:url(assets/c17fe61d9a5a38a44633.svg);left:50%;position:absolute;top:-36px;transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]{border-width:10px 70px 10px 50px}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:after{bottom:50%;right:-54px;transform:translateY(50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:before{content:url(assets/c17fe61d9a5a38a44633.svg);left:-56px;position:absolute;top:50%;transform:translateY(-50%) rotate(-90deg)}.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]{border-width:50px 25px 90px}.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]:after{bottom:-64px;left:50%;transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=tablet-landscape]{border-width:25px 90px 25px 50px}.vcv-layout-iframe-container[data-vcv-device=tablet-landscape]:after{bottom:50%;right:-64px;transform:translateY(50%)}.vcv-layout-dock.vcv-layout-dock--top.vcv-layout-dock--unlock .vcv-layout-bar-content{bottom:auto;left:0;position:absolute;right:0;top:100%}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile{height:calc(100vh - 60px);min-width:0;overflow:hidden}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-end,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-start{min-width:0;width:100%}.vcv-layout-dock.vcv-layout-dock--bottom.vcv-layout-dock--unlock .vcv-layout-bar-content{bottom:100%;left:0;position:absolute;right:0;top:auto}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar{flex-direction:column-reverse}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar{flex-direction:row}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{flex-direction:row-reverse}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{flex-direction:column;position:fixed}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-header{height:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar{height:auto!important;left:auto!important;top:auto!important;width:auto!important}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{width:auto!important}@media (min-width:768px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{height:auto!important}}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{width:100%!important}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{height:auto!important;left:auto!important;top:auto!important;width:auto!important}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{height:auto!important}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{width:100%!important}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{width:auto!important}.vcv-layout-dock .vcv-layout-bar-content{height:40vh;min-height:200px;min-width:410px;width:400px}.vcv-layout-dock .vcv-layout-bar-content-start{height:20vh;min-height:100px;min-width:383px;width:400px}.vcv-layout-dock .vcv-layout-bar-content-end{min-height:200px;min-width:384px}.vcv-layout-dock .vcv-layout-bar-content-all{height:20vh;min-height:100px;min-width:383px;width:100%}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{min-width:410px;width:400px}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{min-height:300px}@media (max-width:767px){.vcv-layout-dock .vcv-ui-content-start--visible.vcv-ui-content-end--visible .vcv-layout-bar-content{min-height:300px}}.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-top{display:none}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top{display:block}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:none}@media (max-width:767px){.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-bar,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:block}}.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom{display:block}.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-target-content{display:none}@media (max-width:767px){.vcv-layout-dock--bottom .vcv-ui-content-start--visible .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-end-top,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-right,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-right-top{display:none}.vcv-layout-dock--bottom .vcv-ui-content-start--visible .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-bottom{display:block}}.vcv-layout-dock--left .vcv-ui-resizer-layout-placement-left{display:block}.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-dock--right .vcv-ui-resizer-layout-placement-right{display:block}.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-right.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-right.vcv-ui-resizer-content-start-left-bottom{display:none}.vcv-layout-dock--detached .vcv-ui-resizer-layout-placement-detached{display:block}.vcv-layout-iframe-content{height:0;width:0}.vcv-start-blank-container{word-wrap:break-word;background:#fff;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;text-align:center;top:0}.vcv-start-blank-container.vcv-ui-state--visible .vcv-start-blank-inner{opacity:1}.vcv-start-blank-scroll-container{display:flex;flex-direction:column;flex-grow:1;overflow:auto;width:100%}.vcv-start-blank-inner{flex-grow:1;flex-shrink:0;opacity:0;padding:70px 20px;position:relative;transition:opacity .5s ease-in-out}.vcv-start-blank-page-heading{-webkit-font-smoothing:antialiased;color:#363636;font-family:Montserrat,serif;font-size:30px;letter-spacing:.045em;line-height:normal}.vcv-start-blank-inner .vcv-start-blank-template-type-wrapper{margin-bottom:14px;position:relative}.vcv-start-blank-inner .vcv-start-blank-template-type-wrapper:after{border-color:#c6cbd4 transparent transparent;border-style:solid;border-width:5px 5px 0;content:"";height:0;pointer-events:none;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:0}.vcv-start-blank-inner .vcv-start-blank-template-type{-moz-appearance:none;-webkit-appearance:none;appearance:none}.vcv-start-blank-inner .vcv-start-blank-template-type,.vcv-start-blank-inner .vcv-start-blank-title-input{-webkit-font-smoothing:antialiased;border:1px solid #e1e1e1;box-shadow:none;color:#000;font:normal normal 700 14px Montserrat,sans-serif;letter-spacing:.077em;margin:0 0 14px;padding:14px;width:90%}.vcv-start-blank-inner .vcv-start-blank-template-type::placeholder,.vcv-start-blank-inner .vcv-start-blank-title-input::placeholder{color:#bdbdbd;opacity:1}.vcv-start-blank-inner .vcv-start-blank-template-type{margin:0}.vcv-start-blank-controls .vcv-start-blank-template-type,.vcv-start-blank-controls .vcv-start-blank-title-input{width:100%}.vcv-hfs-start-blank-form{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:50px 0 0}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button{-webkit-font-smoothing:antialiased;background:#283aa4;border:none;color:#fff;cursor:pointer;font:normal normal 700 14px Montserrat,sans-serif;letter-spacing:.077em;padding:16px;text-transform:uppercase;transition:background .2s ease-in-out;width:90%}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button:hover{background:#ffae27}.vcv-start-blank-controls{margin:65px auto 0;max-width:700px}.vcv-start-blank-controls-layout{max-width:750px}.vcv-start-blank-item-list-container{flex-direction:column;margin:0 -15px}.vcv-start-blank-item-list-container,.vcv-start-blank-item-list-container .vcv-ui-item-overlay{align-items:center;display:flex;justify-content:center}.vcv-start-blank-item-list-container .vcv-ui-item-control{cursor:pointer;font-size:16px;padding:.6em;transition:color .2s ease-in-out}.vcv-start-blank-item-list-container .vcv-start-blank-item-list{justify-content:center;margin-left:0;margin-right:0}.vcv-start-blank-description{-webkit-font-smoothing:antialiased;color:#9a9a9a;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif;margin-top:42px}.vcv-start-blank-title-input-container{max-width:650px;padding:0 15px;width:100%}.vcv-start-blank-button-container{margin:44px -9px 0}.vcv-start-blank-button-container .vcv-ui-form-button{margin-left:9px;margin-right:9px;max-width:220px;width:100%}@media screen and (min-width:544px){.vcv-start-blank-page-heading{font-size:40px}.vcv-start-blank-inner{padding:100px 50px}.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-template-type,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:390px}.vcv-start-blank-page-heading{font-size:40px}.vcv-start-blank-controls{margin:50px auto 0}.vcv-start-blank-inner{padding:100px 50px}.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-template-type,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:390px}}@media screen and (min-width:768px){.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-template-type,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:430px}}.vcv-loading-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-loading-overlay{background:#fff;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;top:0}.vcv-loading-overlay-inner{align-content:center;align-items:center;display:flex;flex-direction:column;position:relative}.vcv-loading-dots-container{animation:vcvDotsRotate 2s linear infinite;height:60px;text-align:center;width:60px}.vcv-loading-dots-container .vcv-loading-dot{animation:vcvDotsBounce 2s ease-in-out infinite;background-color:#eee;border-radius:100%;display:inline-block;height:60%;position:absolute;top:0;width:60%}.vcv-loading-dots-container .vcv-loading-dot-2{animation-delay:-1s;bottom:0;top:auto}@keyframes vcvDotsRotate{to{transform:rotate(1turn)}}@keyframes vcvDotsBounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.vcv-loading-text{color:#c2c2c2;margin-top:20px;padding:0 20px;position:relative;text-align:center}.vcv-loading-text-main{font-size:16px;line-height:1.5;margin:.6em 0}.vcv-loading-text-helper{font-size:13px;font-style:italic;line-height:1.5;margin:.6em 0}.vcv-freshdesk-iframe{border:0;bottom:0;display:none;height:580px;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0;width:640px;z-index:100001}.vcv-skip-post-update-block .vcv-popup-button{color:#c2c2c2}.vcv-screen-section{-webkit-font-smoothing:antialiased;box-sizing:border-box;position:relative;text-align:center}.vcv-screen-section .vcv-logo{margin:17px 0 10px}.vcv-screen-section *{box-sizing:border-box}.vcv-screen-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;opacity:0;padding:20px;transition:opacity .5s}.vcv-screen-content.vcv-activation-content--active,.vcv-screen-content.vcv-screen-content--active{opacity:1}.vcv-error-screen .vcv-screen-text{font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;letter-spacing:.56px;line-height:22px;margin:31px 0 6px;text-align:center}.vcv-error-screen .vcv-screen-helper-text{color:#999;font-family:Nunito Sans,sans-serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:.82px;line-height:24px;margin:0}.vcv-screen-button-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px;margin-top:20px}.vcv-screen-button-container a.vcv-screen-button,.vcv-screen-button-container button.vcv-screen-button{background:#294a82;border:0;border-radius:0;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.92px;line-height:15px;margin:10px 20px;min-width:210px;outline:none;padding:18px 38px;text-decoration:none;text-transform:uppercase;transition:background .2s ease-in-out}.vcv-screen-button-container a.vcv-screen-button:focus,.vcv-screen-button-container a.vcv-screen-button:hover,.vcv-screen-button-container button.vcv-screen-button:focus,.vcv-screen-button-container button.vcv-screen-button:hover{background:#1f3152}.vcv-screen-button-container a.vcv-screen-button--dark,.vcv-screen-button-container button.vcv-screen-button--dark{background:#363636}.vcv-screen-button-container a.vcv-screen-button--dark:focus,.vcv-screen-button-container a.vcv-screen-button--dark:hover,.vcv-screen-button-container button.vcv-screen-button--dark:focus,.vcv-screen-button-container button.vcv-screen-button--dark:hover{background:#1e1e1e}.vcv-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-overlay{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1200}.vcv-popup-error-description{align-items:center;display:flex;flex:1 0 auto;flex-flow:column nowrap;justify-content:center;text-align:center}.vcv-popup-error-description .vcv-logo{flex:0 0 auto}.vcv-popup-error-description .vcv-popup-heading{flex:0 0 auto;margin:55px auto 35px}.vcv-popup-error-description .vcv-popup-loading-heading{flex:0 0 auto;font-size:1em;line-height:1.5;margin:0 auto 70px;max-width:700px}.vcv-popup-error-description .vcv-button-container{flex:0 0 auto}.vcv-popup-error-description .vcv-popup-button{color:inherit;padding:16px 46px}.vcv-loading-overlay .vcv-popup--hidden{display:none}.vcv-loading-overlay .vcv-popup-error-description{color:#c2c2c2}.vcv-loading-overlay .vcv-popup-heading{font:normal normal normal 50px Montserrat,serif}.vcv-loading-overlay .vcv-popup-loading-heading{display:block;font:normal normal normal 16px Montserrat,sans-serif;font-size:1em;letter-spacing:.077em}.vcv-loading-overlay .vcv-popup-button{background:transparent;border:2px solid #c2c2c2;border-radius:0;display:inline-block;font:normal normal 700 12px Montserrat,sans-serif;letter-spacing:.077em;margin-bottom:10px;max-width:100%;text-transform:uppercase;transition:color .2s ease-in-out,border-color .2s ease-in-out}.vcv-loading-overlay .vcv-popup-button>span{position:relative}.vcv-loading-overlay .vcv-popup-button.vcv-popup-button--hidden{display:none}.vcv-loading-overlay .vcv-popup-button:hover{border-color:#a0a0a0;color:#a0a0a0;cursor:pointer}[data-vcv-send-error-report]{margin-left:30px}.vcv-popup-error-with-button a,.vcv-popup-error-with-button button{margin:0;padding:13px 17px;text-transform:capitalize}.vcv-popup-error-with-button .vcv-error-message{display:block;margin-bottom:20px}@media screen and (min-width:768px){.vcv-popup-error-with-button{align-items:center;display:flex;justify-content:space-between}.vcv-popup-error-with-button .vcv-popup-button{flex-shrink:0;margin-left:0}.vcv-popup-error-with-button .vcv-popup-button:hover{background:#fff;border-color:#fff;color:#fa6262;cursor:pointer}.vcv-popup-error-with-button .vcv-popup-button:focus,.vcv-popup-error-with-button .vcv-popup-button:hover{outline:none}.vcv-popup-error-with-button .vcv-error-message{display:inline-block;margin-bottom:0;padding-right:30px;text-align:left}}.vcv-skip-post-update-block{bottom:0;left:0;position:absolute;right:0;text-align:center;transform:translateY(120%)}.vcv-skip-post-update-block.vcv-popup--hidden{display:none}.vcv-skip-post-update-block .vcv-popup-button{padding:16px 46px}.vcv-ui-resizer{display:none;pointer-events:all;position:absolute;z-index:10}.vcv-ui-resizer-e{cursor:e-resize}.vcv-ui-resizer-n{cursor:n-resize}.vcv-ui-resizer-ne{cursor:ne-resize}.vcv-ui-resizer-nw{cursor:nw-resize}.vcv-ui-resizer-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-bottom,.vcv-ui-resizer-layout-bar-top{height:10px;left:0;width:100%}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-left,.vcv-ui-resizer-layout-bar-right{height:100%;top:0;width:10px}.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-top{top:-7px}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-layout-bar-left{left:-7px}.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-right{right:-7px}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-layout-bar-bottom{bottom:-7px}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-left-bottom,.vcv-ui-resizer-layout-bar-left-top,.vcv-ui-resizer-layout-bar-right-bottom,.vcv-ui-resizer-layout-bar-right-top{height:20px;width:20px;z-index:20}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-layout-bar-left-bottom{bottom:-13px;left:-13px}.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-right-top{right:-13px;top:-13px}.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-layout-bar-right-bottom{bottom:-13px;right:-13px}.vcv-ui-resizer-layout-bar-left-top{left:-13px;top:-13px}.vcv-tooltip-container{display:inline-block;height:14px;margin-left:8px;margin-right:0;position:relative;width:14px}.vcv-tooltip-container .vcv-tooltip-box{-webkit-font-smoothing:antialiased;background-color:#16243f;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,.8);color:#9ea6b3;font-family:Roboto,sans-serif;font-size:12px;font-style:italic;font-weight:500;left:7px;letter-spacing:.92px;line-height:20px;min-width:234px;padding:10px 15px;position:absolute;text-align:center;top:25px;white-space:normal;z-index:99999}.vcv-tooltip-container .vcv-tooltip-box a{color:#fff;text-decoration:underline;transition:text-decoration .05s ease-in-out}.vcv-tooltip-container .vcv-tooltip-box a:hover{color:#fff;text-decoration:none}.vcv-tooltip-container .vcv-tooltip-box a:focus{box-shadow:none}.rtl .vcv-tooltip-container{margin-left:0;margin-right:8px}.vcv-tooltip-container .vcv-ui-icon-question{color:#bcbcbc;cursor:pointer;display:block;font-size:14px;transition:color .05s ease-in-out}.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-tooltip-container .vcv-ui-icon-question:hover{color:#16243f}.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--light-hover.vcv-ui-icon--active,.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--light-hover:hover{color:#e3e3e3}.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active:after{border:5px solid transparent;border-bottom-color:#16243f;content:"";display:block;left:2px;position:absolute;top:15px;z-index:999999}.vcv-tooltip-container--box-position--top .vcv-tooltip-box{top:-11px;transform:translateY(-100%)}.vcv-tooltip-container--box-position--top .vcv-ui-icon-question.vcv-ui-icon--active:after{border-color:#16243f transparent transparent;top:-1px;transform:translateY(-100%)}.vcv-ui-edit-form-section-header .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-ui-edit-form-section-header .vcv-tooltip-container .vcv-ui-icon-question:hover,.vcv-ui-editor-search-container .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-ui-editor-search-container .vcv-tooltip-container .vcv-ui-icon-question:hover,.vcv-ui-panel-heading .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-ui-panel-heading .vcv-tooltip-container .vcv-ui-icon-question:hover{color:#fff}.vcv-ui-modal-header-tooltip{display:inline-flex;flex-grow:1}.vcv-ui-editor-search-container .vcv-tooltip-container{bottom:0;margin:auto;position:absolute;right:-32px;top:0}.rtl .vcv-ui-editor-search-container .vcv-tooltip-container{left:-32px;right:auto}.vcv-ui-form-wp-tinymce .vcv-tooltip-container{margin-right:8px;vertical-align:middle}.rtl .vcv-ui-form-wp-tinymce .vcv-tooltip-container{margin-left:8px;margin-right:0}.vcv-ui-color-picker-dropdown{margin-right:4px}.rtl .vcv-ui-color-picker-dropdown{margin-left:4px;margin-right:0}.vcv-ui-sketch-picker{display:inline-block}.vcv-ui-form-dropdown-color-swatch{border-radius:3px;height:16px;margin:2px 0 3px;position:relative;width:16px}.vcv-ui-form-dropdown-color-swatch:before{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,6px 6px;background-repeat:repeat;background-size:12px 12px;border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--transparent:before{background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAG5JREFUOBFjZCATvI+MtP//9+9aRnL0wzUzMweTbACyZsHlyw+SZAC6ZpDriTYAm2aiDcClmSgD8GkmaAAhzXgNIEYzTgOI1YzVAFI0YxhAqmYUA8jRDDeAXM1gAyjRDDKACZwlgbkKlDFAAqQCAB5beZgTNEIdAAAAAElFTkSuQmCC);background-size:cover}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color:before{background:none;bottom:0;content:"-";left:0;right:0;top:0}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color .vcv-ui-form-dropdown-color-value{box-shadow:none}.vcv-ui-form-dropdown-color-value{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.149);height:100%;position:relative}.vcv-ui-form-dropdown-color-popover{margin-top:4px;position:relative;z-index:2}.vcv-ui-color-picker-panel{background:#fff;border:1px solid #d1d1d1;border-radius:3px;box-sizing:initial;direction:ltr;display:flex;flex-wrap:wrap;margin-top:4px;padding:10px;width:200px}.vcv-media--sm .vcv-ui-color-picker-panel{width:365px}.vcv-ui-color-picker-custom-color,.vcv-ui-color-picker-presets-color{flex-grow:1;flex-shrink:0;width:100%}.vcv-media--sm .vcv-ui-color-picker-custom-color,.vcv-media--sm .vcv-ui-color-picker-presets-color{width:0}.vcv-ui-color-picker-custom-color{border-bottom:1px solid #eee}.vcv-media--sm .vcv-ui-color-picker-custom-color{border-bottom:0}.vcv-ui-color-picker-used-stack-wrapper{border-bottom:1px solid #eee;padding:10px 0;width:100%}.vcv-media--sm .vcv-ui-color-picker-used-stack-wrapper{border-bottom:none;border-right:1px solid #eee;padding:0 10px;width:auto}.vcv-ui-color-picker-used-stack{display:flex;flex-wrap:wrap;margin:0 0 -10px -10px}.vcv-media--sm .vcv-ui-color-picker-used-stack{flex-direction:column}.vcv-ui-color-picker-presets-color{display:flex;flex-wrap:wrap;margin:0 0 -10px -10px;padding-top:10px}.vcv-media--sm .vcv-ui-color-picker-presets-color{margin:0 0 -10px;padding-top:0}.rtl .vcv-ui-color-picker-presets-color{direction:rtl}.vcv-ui-replace-element-block{padding:20px 20px 0;position:relative}.vcv-ui-replace-element-block.vcv-ui-replace-element-block--inner{padding:0}.vcv-ui-replace-element-heading,.vcv-ui-section-heading{-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;letter-spacing:1px;margin-top:0;text-transform:capitalize}.vcv-ui-replace-element-description,.vcv-ui-section-description{color:#999;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;margin-bottom:23px}.vcv-ui-replace-element-container{margin-bottom:30px;overflow:hidden;position:relative}.vcv-ui-replace-element-hide{color:#c6c6c6;cursor:pointer;display:inline-block;height:25px;position:absolute;right:18px;top:0;width:25px;z-index:1}.vcv-ui-replace-element-hide:before{font-size:.8em}.vcv-ui-replace-element-list{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0 -15px -30px;padding:0}.vcv-ui-replace-element-list .vcv-ui-item-list-item-content--active{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-replace-element-list .vcv-ui-item-element-name{white-space:normal}.vcv-ui-google-fonts-fontfamily-container{position:relative}.vcv-ui-google-fonts-fontfamily-container .vcv-ui-wp-spinner{background:rgba(0,0,0,.1);height:100%;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%}.vcv-ui-google-fonts-fontfamily-container.vcv-ui-google-fonts-spinner .vcv-ui-wp-spinner{opacity:1;pointer-events:all}.vcv-ui-font-preview-text{font-size:30px}.vcv-row-html-editor-container{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-form-layout-layouts{display:flex;flex-flow:row wrap;margin-left:-20px;margin-right:-20px}.vcv-ui-form-layout-description{color:#a9a9a8;display:inline-block;font-style:italic;margin-bottom:25px}.vcv-ui-form-layout-layouts-col{cursor:pointer;display:flex;flex-basis:60px;flex-grow:0;flex-shrink:0}.vcv-ui-form-layout-layouts-col>span{background:#fff;border:2px solid #d1d1d1;flex:1;height:40px}.vcv-ui-form-layout-layouts-col.vcv-ui-state--active>span{border-color:#2b4b80}.vcv-ui-form-layout-layouts-col{margin-bottom:20px;margin-left:20px;margin-right:20px}.vcv-ui-form-layout-layouts-col span:not(:first-child){margin-left:2px}.rtl .vcv-ui-form-layout-layouts-col span:not(:first-child){margin-left:0;margin-right:2px}.vcv-ui-form-layout-custom-layout-columns{display:flex}.vcv-ui-form-layout-custom-layout-columns .vcv-ui-form-layout-custom-layout-col{flex:1}.vcv-ui-form-layout-reverse-column-toggle{margin-top:3px}.vcv-ui-form-responsiveness-settings-devices{background:#283aa4;color:#fff;display:flex}.vcv-ui-form-responsiveness-settings-devices-item{border-right:1px solid hsla(0,0%,100%,.1);flex-basis:20%;padding:12px 0;text-align:center}.vcv-ui-form-responsiveness-settings-devices-item:first-child{border-left:1px solid #283aa4}.vcv-ui-form-responsiveness-settings-devices-item:last-child{border-right:1px solid #283aa4}.vcv-ui-form-responsiveness-settings-devices-item .vcv-ui-icon{font-size:18px;vertical-align:middle}.vcv-ui-form-responsiveness-settings-devices-item-title{font-size:10px;margin-bottom:0}.vcv-ui-form-responsiveness-settings-hide-labels .vcv-ui-form-responsiveness-settings-devices-item-title{display:none}.vcv-ui-form-responsiveness-settings-options{display:flex}.vcv-ui-form-responsiveness-settings-device-layout{border-right:1px solid #d1d1d1;flex-basis:20%}.vcv-ui-form-responsiveness-settings-device-layout:first-child{border-left:1px solid #d1d1d1}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container{background:#fff;border-bottom:1px solid #d1d1d1;padding:5px 0;transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-form-input.vcv-ui-tag-list-input{transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active .vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover .vcv-ui-tag-list-input{background:#eee}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input{border:0;border-radius:0;box-shadow:none;padding:0;text-align:center}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input:focus{animation:none;border:0;box-shadow:none}.vcv-ui-tag-list-item{background-color:#283aa4;border-radius:2em;color:#fff;display:inline-block;margin:1px 3px;padding:1px 11px;pointer-events:auto;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-tag-list-item:before{content:attr(data-vcv-tag-list-label)}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active,.vcv-ui-tag-list-item:hover{background-color:#203251}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active:before,.vcv-ui-tag-list-item:hover:before{content:attr(data-vcv-tag-list-label-hover)}.vcv-ui-tag-list-item-error{background-color:#ed5656}.vcv-ui-tag-list-item-error:hover{background-color:#cf3f3f}.vcv-ui-tag-list-item-remove{background:transparent;border:0;color:#fff;cursor:pointer;font-size:.9em;margin:-2px -6px -2px 6px;padding:2px}.rtl .vcv-ui-tag-list-item-remove{margin:-2px 6px -2px -6px}.vcv-ui-tag-list-container{position:relative}.vcv-layout-header .vcv-ui-form-input,.vcv-ui-ajax-form-container input,.vcv-ui-ajax-form-container textarea{display:block}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input,.vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input{word-wrap:break-word;resize:none;transition:none;word-break:break-all}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-ui-ajax-form-container input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled{opacity:0;pointer-events:none;position:absolute}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list,.vcv-ui-ajax-form-container input.vcv-ui-tag-list,.vcv-ui-ajax-form-container textarea.vcv-ui-tag-list{cursor:text;min-height:30px;padding:3px 2px}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{background:#fff;margin-bottom:5px;max-width:70px;overflow:auto;overflow-x:hidden;padding:0;position:fixed;transition:none;z-index:1111}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input>:first-child{border-top:none}@media (max-width:400px){.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{display:none}}.vcv-ui-suggest-box-item{border-top:1px solid #d1d1d1;box-sizing:border-box;cursor:pointer;display:block;padding:5px 10px;transition:background-color .2s ease-in-out}.vcv-ui-suggest-box-item.vcv-selected,.vcv-ui-suggest-box-item:hover{background-color:#ddd}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-autocomplete{max-width:250px}.vcv-ui-tag-list-container .vcv-ui-wp-spinner{bottom:0;margin:auto;position:absolute;right:14px;top:0;z-index:5}.vcv-ui-tag-list-item-validating,.vcv-ui-tag-list-item-validating:hover{background-color:#c6c6c6}.vc-tags{-webkit-font-smoothing:antialiased;background:#fff;border:1px solid #d1d1d1;border-radius:3px;cursor:text;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:1.5;padding:6px 0 0 6px;position:relative;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vc-tags.is-focused,.vc-tags:hover{border-color:#c4c4c4}.vc-tags.is-focused{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vc-tags--selected{display:inline}.vc-tags--selected-tag{-webkit-font-smoothing:antialiased;background:#283aa4;border:3px solid #283aa4;border-radius:2em;box-sizing:border-box;color:#fff;display:inline-block;font-size:inherit;font-weight:700;line-height:inherit;margin:0 6px 6px 0;padding:1px 3px 1px 6px;position:relative;transition:all .2s}.vc-tags--selected-tag .vcv-ui-icon{cursor:pointer;display:inline-block;font-size:10px;font-weight:700;margin-left:3px;padding:4px;vertical-align:middle}.vc-tags--selected-tag .vc-tags--suggestions{width:150px}.vc-tags--selected-tag:hover{background:#203251;border-color:#203251}.vc-tags--selected-tag.vc-tags--selected-tag--editable{background:transparent;border-color:#c6cbd4;color:#c6cbd4}.vc-tags--selected-tag.vc-tags--selected-tag--editable:hover{background:transparent;border-color:#a0a1a3;color:#a0a1a3}.vc-tags--selected-tag-name{outline:none;vertical-align:middle}.vc-tags--tag-not-valid{background-color:#ed5656;border-color:#ed5656}.vc-tags--tag-not-valid:hover{background-color:#cf3f3f;border-color:#cf3f3f}.vc-tags--search{display:inline-block;margin-bottom:6px;max-width:100%;padding:5px 2px}.vc-tags--search-input{border:0;color:#5c5b5b;font-size:inherit;line-height:inherit;margin:0;max-width:100%;outline:none;padding:0}.vc-tags--search-input::-ms-clear{display:none}.vc-tags--suggestions{left:0;margin:4px 0;position:absolute;top:100%;width:100%;z-index:99999}.vc-tags--suggestions--top{top:0;transform:translateY(-100%)}.vc-tags--suggestions .vcv-ui-scroll{position:static!important}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-track--vertical{height:110px}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-content{background:#fff;border:none;border-radius:5px;box-shadow:0 0 6px rgba(0,0,0,.15);inset:auto!important;list-style:none;margin:0;max-height:120px;padding:0;width:100%}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-content::-webkit-scrollbar{display:none}.vc-tags--suggestions .vc-tags--suggestion{color:#70747c;font-style:italic;font-weight:500;margin:0;padding:6px 8px;transition:background .2s}.vc-tags--suggestions .vc-tags--suggestion mark{background:none;color:#37383a;font-weight:600;text-decoration:underline}.vc-tags--suggestions .vc-tags--suggestion:hover{background:#f0f1f2;cursor:pointer}.vc-tags--suggestions .vc-tags--suggestion.is-active{background:#f0f1f2}.vc-tags--suggestions .vc-tags--suggestion.is-disabled{cursor:auto;opacity:.5}.vc-tags--suggestion-prefix{-webkit-font-smoothing:antialiased;font-style:normal;font-weight:600}.vcv-ui-form-params-group{margin:0 -20px}.vcv-ui-form-params-group .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group .vcv-ui-drag-handler{z-index:1000}.vcv-ui-form-params-group .vcv-ui-form-params-group-item{background:#203251;color:#fff;padding:12px 7px 12px 5px}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:last-of-type{border-bottom:none}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:hover{background-color:#16243f}.vcv-ui-form-params-group .vcv-ui-form-params-group-item .vcv-ui-forms-params-group-content-editable{padding:1px 12px}.vcv-ui-form-params-group-item--dragging{background:#203251;color:#fff;z-index:10000}.vcv-ui-form-params-group-item--dragging .vcv-ui-tree-layout-control-label{padding-left:18px}.vcv-ui-form-params-group-item--dragging .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group-add-item{align-items:center;border:1px dashed #000;color:#000;cursor:pointer;display:flex;height:46px;justify-content:center;margin:15px 20px;opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-form-params-group-add-item:hover{opacity:.3}.vcv-ui-forms-params-group-content-editable{outline:none}.vcv-gutenberg-modal{background:rgba(0,0,0,.7);bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:10000}.vcv-gutenberg-modal .vcv-loading-overlay{align-items:center;background:#fff;bottom:20px;left:20px;right:20px;top:20px;z-index:1}.vcv-gutenberg-modal-inner{background:#fff;bottom:20px;left:20px;position:fixed;right:20px;top:20px}.vcv-gutenberg-modal-inner iframe{height:100%;width:100%}button.vcv-gutenberg-modal-close-button{background:transparent;border:0;box-shadow:none;color:rgba(0,0,0,.5);cursor:pointer;font-size:16px;padding:5px;position:absolute;right:25px;top:25px;transition:color .2s ease-in-out;z-index:2}button.vcv-gutenberg-modal-close-button:focus,button.vcv-gutenberg-modal-close-button:hover{background:transparent;border:0;box-shadow:none;color:rgba(0,0,0,.7)}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-container{margin:0 -20px}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-actions{border-top:0}.vcv-ui-tinymce-fonts-selectbox input.vcv-ui-tinymce-fonts-selectbox-filter{background:transparent;border:1px solid #ddd;border-radius:0;box-shadow:none;box-sizing:border-box;cursor:text;display:inline-block;font-size:14px;line-height:19px;margin:5px 9px;outline:none;padding:4px 4px 4px 24px;width:calc(100% - 18px)}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2);display:none;float:left;left:0;margin:2px 0 0;min-width:160px;padding:0;position:absolute;top:100%;z-index:1000}.vcv-ui-tinymce-fonts-selectbox.mce-active>.vcv-ui-tinymce-fonts-selectbox-options{display:block}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul{margin:5px 0 0;max-height:350px;overflow-x:hidden;overflow-y:auto;width:240px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li{margin-bottom:2px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li:last-child{margin-bottom:0}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a{background-image:url(https://cdn.hub.visualcomposer.com/plugin-assets/fonts2.png);background-repeat:no-repeat;border:none;box-shadow:0 0 0 1px transparent;box-sizing:border-box;clear:both;color:#333;display:block;font-weight:400;height:22px;line-height:16px;padding:3px 10px;text-decoration:none;text-indent:-9999px;transition:box-shadow .2s,opacity .2s;white-space:nowrap}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:focus,.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:hover{box-shadow:0 0 0 1px #a9a9a9;opacity:.7;text-decoration:none}.vcv-ui-tinymce-fonts-selectbox-input-box:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#c5c5c5;content:"\2315";font-family:VC-Icons!important;font-style:normal;font-variant:normal;font-weight:400;left:15px;line-height:1;position:absolute;text-transform:none;top:12px}
4
- /*! media breakpoints */.vcv-ui-form-group{border:0;margin:0 0 20px}.vcv-ui-form-group.vcv-ui-form-group--has-inner-fields{margin-bottom:0}.vcv-ui-form-group-heading-wrapper{display:flex}.vcv-ui-ajax-form-container label,.vcv-ui-form-group-heading{display:block;font-size:12px;font-weight:700;margin:0 0 3px}.vcv-ui-ajax-form-container label>.vcv-ui-wp-spinner,.vcv-ui-form-group-heading>.vcv-ui-wp-spinner{margin-left:15px}.vcv-ui-ajax-form-container small,.vcv-ui-form-helper,.vcv-ui-form-message{clear:both;color:#9a9a9a;display:block;font-size:.9em;font-style:italic;line-height:normal;margin:8px 0 12px}.vcv-ui-form-helper--action{color:#586dc6;cursor:pointer;text-decoration:none;transition:.2s}.vcv-ui-form-helper--action:hover{color:#515162;text-decoration:underline}.vcv-ui-form-helper--action:focus{box-shadow:none;outline:none}.vcv-ui-form-message{padding-top:24px;text-align:center}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small,.vcv-ui-element-lock-container .vcv-ui-form-helper{margin:0 0 20px}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small:last-of-type,.vcv-ui-element-lock-container .vcv-ui-form-helper:last-of-type{margin:0 0 30px}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading{display:inline-block;margin:8px;vertical-align:baseline}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label:first-child,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading:first-child{margin-left:0}.vcv-ui-form-group-heading--inline{display:inline-block;margin-left:10px}@keyframes vcv-ui-form-blink{0%{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0)}50%{border-color:#8cabdd;box-shadow:0 0 0 1px #8cabdd}to{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0)}}@keyframes vcv-ui-form-shadow-blink{0%{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0)}50%{border-color:#8cabdd;box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent}to{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1)}}.vcv-ui-ajax-form-container select,.vcv-ui-form-dropdown{appearance:none;background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#5c5b5b;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;padding:5px 2em 5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-ajax-form-container select:hover,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus,.vcv-ui-form-dropdown:hover{border-color:#c4c4c4}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-ui-ajax-form-container select::-ms-expand,.vcv-ui-form-dropdown::-ms-expand{display:none}.vcv-ui-ajax-form-container select:disabled,.vcv-ui-ajax-form-container select[disabled],.vcv-ui-form-dropdown:disabled,.vcv-ui-form-dropdown[disabled]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-ajax-form-container select:not(select),.vcv-ui-form-dropdown:not(select){padding:8px 2.5em 8px 14px;width:auto}.vcv-ui-ajax-form-container select.vcv-ui-form-input-select,.vcv-ui-form-dropdown.vcv-ui-form-input-select{padding:5px 14px}.rtl .vcv-ui-ajax-form-container select,.rtl .vcv-ui-form-dropdown{background:url(assets/e671e5cf539c602dca22.svg) left 1em center no-repeat #fff;padding:8px 14px 8px 2em}.vcv-ui-form-dropdown-style--inline{width:auto}.vcv-ui-ajax-form-container .vcv-ui-ajax-form-container label,.vcv-ui-ajax-form-container .vcv-ui-form-group-heading{margin-top:20px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container input[type=radio],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=radio]{display:inline-block;vertical-align:middle;width:auto}.vcv-layout-header .vcv-ui-ajax-form-container label input[type=email],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=number],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=search],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=text]{margin-top:12px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]{height:16px;line-height:normal}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]+label{display:inline-block;margin-bottom:.2em;margin-left:.4em;margin-right:1em}.vcv-layout-header .vcv-ui-ajax-form-container .vcv-ui-wp-spinner:before{background:transparent url(assets/9473596cf58c721f0a0b.svg) 50% 50% no-repeat;background-size:contain}.vcv-layout-header .vcv-ui-ajax-form-container a{color:#2b4b80;text-decoration:none}.vcv-layout-header .vcv-ui-ajax-form-container a:active,.vcv-layout-header .vcv-ui-ajax-form-container a:hover{color:#203251}.vce-image-filter--xpro2{-webkit-filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg);filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg)}.vce-image-filter--willow{-webkit-filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02);filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02)}.vce-image-filter--walden{-webkit-filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5);filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5)}.vce-image-filter--valencia{-webkit-filter:sepia(.15) saturate(1.5) contrast(.9);filter:sepia(.15) saturate(1.5) contrast(.9)}.vce-image-filter--toaster{-webkit-filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67);filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67)}.vce-image-filter--sutro{-webkit-filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg);filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg)}.vce-image-filter--sierra{-webkit-filter:contrast(.8) saturate(1.2) sepia(.15);filter:contrast(.8) saturate(1.2) sepia(.15)}.vce-image-filter--rise{-webkit-filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1);filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1)}.vce-image-filter--nashville{-webkit-filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg);filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg)}.vce-image-filter--mayfair{-webkit-filter:saturate(1.4) contrast(1.1);filter:saturate(1.4) contrast(1.1)}.vce-image-filter--lofi{-webkit-filter:contrast(1.4) brightness(.9) sepia(.05);filter:contrast(1.4) brightness(.9) sepia(.05)}.vce-image-filter--kelvin{-webkit-filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1);filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1)}.vce-image-filter--inkwell{-webkit-filter:grayscale(1) brightness(1.2) contrast(1.05);filter:grayscale(1) brightness(1.2) contrast(1.05)}.vce-image-filter--hudson{-webkit-filter:contrast(1.2) brightness(.9) hue-rotate(-10deg);filter:contrast(1.2) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--hefe{-webkit-filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95);filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95)}.vce-image-filter--earlybird{-webkit-filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg);filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--brannan{-webkit-filter:sepia(.5) contrast(1.4);filter:sepia(.5) contrast(1.4)}.vce-image-filter--amaro{-webkit-filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5);filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5)}.vce-image-filter--1977{-webkit-filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8);filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8)}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-dynamic-field-control{display:none}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button{border:none}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button:hover{background-color:transparent}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button span{display:none}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button .vcv-ui-icon-link:before{content:"\e919"}.vcv-ui-form-attach-image-items{list-style:none;margin:0;padding:0}.vcv-ui-form-attach-image-items:after{clear:both;content:" ";display:table}.vcv-ui-form-attach-image-item{list-style:none;margin-bottom:10px}.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item--dragging{z-index:9999999}.vcv-ui-form-attach-image-item-inner{background:#fff;border-radius:5px;display:flex;padding:10px;position:relative;transition:box-shadow .2s ease-in-out;width:100%}.vcv-ui-form-attach-image-item-inner:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-ui-form-attach-image-item-inner .vcv-ui-dynamic-field-control,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-attach-image-item-control,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-link .vcv-ui-form-link-button{align-items:center;color:#c6cbd4;cursor:pointer;display:flex;flex:0 0 auto;font-size:16px;height:2em;justify-content:center;line-height:1;outline:none;padding:0;text-decoration:none;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;width:2em}.vcv-ui-form-attach-image-item-inner .vcv-ui-dynamic-field-control:hover,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-attach-image-item-control:hover,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-link .vcv-ui-form-link-button:hover{color:#9aa3b3;text-decoration:none}.vcv-ui-form-attach-image-item-inner .vcv-ui-form-attach-image-item-control--drag{cursor:move;height:auto;margin-left:-9px;width:auto}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic{height:80px}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-dynamic-field-container{border:none;margin:0;padding:0;width:100%}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-dynamic-field-tag{margin:0;padding:5px 11px 4px}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-form-link-button{background-color:transparent;border:none}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-icon-link:before{font-size:16px}.rtl .vcv-ui-form-attach-image-item-inner{flex-direction:row-reverse}.vcv-ui-form-attach-image-item-add-control{direction:ltr;display:flex}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control,.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control{align-items:center;cursor:pointer;display:flex;flex-flow:row wrap;height:50px;justify-content:center;line-height:1;padding:0;position:relative;transition:all .2s}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control{border:2px dashed #c6cbd4;border-radius:5px;color:#c6cbd4;flex:1 0 auto;font-size:18px;transition:.2s}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control:focus,.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control:hover{background:#fff;border-color:#6f747b;color:#6f747b;text-decoration:none}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control.vcv-ui-form-attach-image-control--drag-over{background:#fff;border-color:#6f747b;color:#6f747b}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control{color:#6f747b;flex:0 0 auto;font-size:16px}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control:focus,.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control:hover{color:#16243f;text-decoration:none}.vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-control{margin-right:5px}.vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-dynamic-field-control{padding-left:10px}.rtl .vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-control{margin-left:5px;margin-right:0}.vcv-ui-form-attach-image-thumbnail{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;cursor:pointer;margin:0;min-height:60px;min-width:60px;overflow:hidden;padding:0;position:relative}.vcv-ui-form-attach-image-thumbnail img{background-color:transparent;border:none;left:50%;max-height:100%;max-width:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.vcv-ui-form-attach-image-item-view--portrait .vcv-ui-form-attach-image-thumbnail img{height:auto;max-height:none;max-width:100%}.vcv-ui-form-attach-image-item-controls{align-items:center;display:flex;flex:1 0 auto;justify-content:flex-end}.rtl .vcv-ui-form-attach-image-item-controls{flex-direction:row-reverse}.vcv-ui-form-attach-image-description{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 15px;overflow:hidden}.vcv-ui-form-attach-image-description span{color:#5c5b5b;flex:1 0 100%;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;letter-spacing:.3px;line-height:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-form-attach-image-description i{color:#999;font-size:12px;letter-spacing:.92px;line-height:20px;margin-top:-15px}.vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon+*{margin-left:.6em}.rtl .vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:.6em}.vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon{font-size:.8em;vertical-align:initial}.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button{line-height:13px;padding:6px 8px;width:auto}.vcv-ui-form-attach-image-filter{color:#484848;cursor:pointer;display:block;margin:0 auto;position:relative;text-align:center;width:80px}.vcv-ui-form-attach-image-filter-toggle{margin-top:10px}.vcv-ui-form-attach-image-filter-block{border-bottom:1px solid #ededed;border-top:1px solid #ededed;box-shadow:inset 0 -180px 150px -160px #fbfbfb,inset 0 180px 150px -160px #fbfbfb;margin:20px -20px;padding:0 20px;position:relative}.vcv-ui-form-attach-image-filter-container{overflow:hidden;position:relative;width:calc(100% + 20px)}.vcv-ui-form-attach-image-filter-list{list-style-type:none;margin:0;overflow-x:auto;padding:20px 2px 10px;white-space:nowrap}.vcv-ui-form-attach-image-filter-list-item{display:inline-block;margin:0 7px;vertical-align:top}.vcv-ui-form-attach-image-filter-list-item:first-child{margin-left:0}.vcv-ui-form-attach-image-filter .vcv-ui-form-attach-image-filter-image{background-color:transparent;border:none;left:50%;max-height:100%;max-width:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}.vcv-ui-form-attach-image-filter-content{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;display:block;height:80px;overflow:hidden;position:relative}.vcv-ui-form-attach-image-filter-content--active{box-shadow:0 0 0 2px rgba(70,115,189,.8)}.vcv-ui-form-attach-image-filter-name{color:#6f747b;display:block;font-size:12px;margin:5px 0;white-space:normal}.vcv-ui-form-button{word-wrap:break-word;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:3px;box-sizing:border-box;cursor:pointer;display:inline-block;font-size:12px;font-weight:700;line-height:1.5;margin:0;padding:5px 14px;text-align:center;text-decoration:none;transition-duration:.2s;transition-property:color,background,border,opacity,transform;transition-timing-function:ease-in-out;user-select:none;vertical-align:middle}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled){color:#f3f3f3;cursor:not-allowed}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled):hover{background-color:#304568}.vcv-ui-form-button.vcv-ui-form-button--loading{pointer-events:none;position:relative}.vcv-ui-form-button.vcv-ui-form-button--loading:before{background-color:#304568;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vcv-ui-form-button.vcv-ui-form-button--loading:focus:before,.vcv-ui-form-button.vcv-ui-form-button--loading:hover:before{background:#d98800}.vcv-ui-form-button.vcv-ui-form-button--loading:after{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;z-index:1}.vcv-ui-form-button .vcv-ui-icon{display:inline-block;flex-basis:100%;height:1em;line-height:inherit;position:relative;vertical-align:middle;width:1em}.vcv-ui-form-button .vcv-ui-icon+*{margin-left:1em}.vcv-ui-form-button .vcv-ui-icon:before{font-size:1.35em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-form-button--large{-webkit-font-smoothing:antialiased;background:#283aa4;border:none;border-radius:0;box-shadow:none;color:#fff;font-family:Montserrat,sans-serif;font-size:12px;letter-spacing:.077em;margin-bottom:12px;max-width:100%;padding:16px 34px;text-transform:uppercase}.vcv-ui-form-button--large:focus,.vcv-ui-form-button--large:hover{background:#ffae27;color:#fff}.vcv-ui-form-button--large:active,.vcv-ui-form-button--large:focus,.vcv-ui-form-button--large:hover,.vcv-ui-form-button--large:visited{border:none;box-shadow:none;text-decoration:none}.rtl .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:1em}.vcv-ui-form-button--default{background-color:#fff;border-color:#d1d1d1;color:#707070}.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-button--default:hover{background-color:#ddd}.vcv-ui-form-button--action,.vcv-ui-form-button-group--action .vcv-ui-form-button{background-color:#283aa4;color:#fff;padding:11px 24px}.vcv-ui-form-button--action.vcv-ui-state--active,.vcv-ui-form-button--action:hover,.vcv-ui-form-button-group--action .vcv-ui-form-button.vcv-ui-state--active,.vcv-ui-form-button-group--action .vcv-ui-form-button:hover{background-color:#ffae27}.vcv-ui-lock-control-container .vcv-ui-form-button--action,.vcv-ui-lock-control-container .vcv-ui-form-button-group--action .vcv-ui-form-button{margin:0 20px 0 0}.vcv-ui-lock-control-container .vcv-ui-form-button--default{padding:11px 24px}.vcv-ui-lock-control-container .vcv-ui-wp-spinner{height:40px;width:40px}.vcv-ui-lock-control-container .vcv-ui-wp-spinner:before{height:27px;opacity:.5;width:27px}.vcv-ui-form-buttons-group{border-radius:3px;display:inline-flex;flex-flow:row wrap;overflow:hidden}.vcv-ui-form-buttons-group>.vcv-ui-form-button{border-radius:0;flex:1 0 auto;font-weight:700;margin-bottom:1px;margin-left:1px}.vcv-ui-form-button-group--action{background-color:#3a5c95}.vcv-ui-form-button-group--attribute,.vcv-ui-form-group.vcv-ui-form-button-group--attribute{border:1px solid #d0d0d0;direction:ltr}.vcv-ui-form-button-group--attribute .vcv-ui-form-button,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button{align-items:center;background:#fff;border:0;border-left:1px solid #d0d0d0;color:#6f747b;display:flex;font-size:11px;font-weight:700;height:40px;justify-content:center;margin:0;min-width:40px;padding:0}.vcv-ui-form-button-group--attribute .vcv-ui-form-button:first-child,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--attribute .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--attribute .vcv-ui-form-button:hover,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--attribute .vcv-ui-form-button .vcv-ui-icon-attribute,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button .vcv-ui-icon-attribute{font-size:14px}.vcv-ui-form-button-group--large{border:1px solid #d0d0d0;direction:ltr}.vcv-ui-form-button-group--large .vcv-ui-form-button{background:#fff;border:none;border-left:1px solid #d0d0d0;border-radius:0;color:#6f747b;cursor:pointer;flex:0 1 auto;margin:0;padding:14px 24px;transition:background .2s ease-in-out}.vcv-ui-form-button-group--large .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--large .vcv-ui-form-button .vcv-ui-icon-expand{margin-left:8px}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item .vcv-ui-form-button{border-left:1px solid #d0d0d0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:first-child .vcv-ui-form-button{border-left:none}.vcv-ui-form-checkboxes{margin:8px 0 12px}.vcv-ui-form-checkboxes--list{margin:0}.vcv-ui-form-checkboxes--list .vcv-ui-form-checkbox{display:block}.vcv-ui-form-checkboxes--limit .vcv-ui-scroll-content{padding:5px 1px}.vcv-ui-form-checkbox{cursor:pointer;display:inline-block;font-size:12px;font-weight:700;margin:0 0 10px;padding-left:2em;padding-right:1em;position:relative;vertical-align:middle}.vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;color:#283aa4;display:block;font-size:1em;height:18px;left:0;position:absolute;text-align:center;top:-1px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;user-select:none;width:18px}.vcv-ui-form-checkbox:hover .vcv-ui-form-checkbox-indicator{border-color:#c4c4c4}.vcv-ui-form-checkbox>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-checkbox>input:focus+.vcv-ui-form-checkbox-indicator{animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-checkbox>input:checked+.vcv-ui-form-checkbox-indicator:before{transform:translate(-50%,-50%) scale(1)}.vcv-ui-form-checkbox>input+.vcv-ui-form-checkbox-indicator:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#283aa4;content:"";font-size:.85em;font-style:normal;font-variant:normal;font-weight:400;height:8px;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;width:8px}.vcv-ui-form-checkbox>input:disabled+.vcv-ui-form-checkbox-indicator,.vcv-ui-form-checkbox>input[disabled]+.vcv-ui-form-checkbox-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small,.vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:2em}.vcv-ui-form-checkbox-children{margin-left:10px}.rtl .vcv-ui-form-checkbox{padding-left:1em;padding-right:2em}.rtl .vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{left:auto;right:0}.rtl .vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small,.rtl .vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:0;margin-right:2em}.vcv-ui-form-colorpicker{position:relative}.vcv-ui-form-colorpicker--default{font-size:10px;font-weight:700;letter-spacing:.5px;padding:11px 14px;text-transform:uppercase}.vcv-ui-color-picker{display:block;width:255px}.vcv-ui-color-picker .wp-color-result{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;box-shadow:none;box-sizing:border-box;font-size:14px;height:40px;line-height:1.5;margin:0 2% 0 0;outline:none;padding:8px 14px;vertical-align:middle;width:23%}.vcv-ui-color-picker .wp-color-result:focus,.vcv-ui-color-picker .wp-color-result:hover{border-color:#c4c4c4}.vcv-ui-color-picker .wp-color-result:after,.vcv-ui-color-picker .wp-color-result:before{border-radius:inherit;bottom:-1px;box-shadow:none;content:"";display:block;left:-1px;position:absolute;right:-1px;top:-1px}.vcv-ui-color-picker .wp-color-result:after{background:inherit;border:inherit}.vcv-ui-color-picker .wp-color-result:before{background-color:#fff;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon{background-color:#eaeaea;border:inherit;border-radius:inherit;bottom:-1px;color:#707070;display:none;left:100%;position:absolute;top:-1px;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease-in-out}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:hover{background-color:#ddd}.vcv-ui-color-picker .wp-color-result,.vcv-ui-color-picker .wp-picker-holder,.vcv-ui-color-picker .wp-picker-input-wrap{position:relative}.vcv-ui-color-picker .wp-color-result.wp-picker-open,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-holder,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-input-wrap{z-index:10}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open){margin-right:40px}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open):after{border-bottom-right-radius:0;border-top-right-radius:0}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open) .vcv-ui-icon{border-bottom-left-radius:0;border-top-left-radius:0;display:block;visibility:visible;width:40px}.vcv-ui-color-picker .vcv-ui-form-input-group{box-sizing:border-box;display:inline-flex;width:75%}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.vcv-ui-form-input-group,.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.wp-picker-holder{display:none}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container{padding:10px}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container>label{display:block}.vcv-ui-color-picker .iris-square-value{box-shadow:none}.vcv-ui-color-picker .wp-picker-holder{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;font-size:14px;margin-top:4px}.vcv-ui-color-picker .iris-picker{background-color:transparent;background-image:none;border:none;margin:0}.vcv-ui-color-picker .iris-picker~*{border-top:inherit}.vcv-ui-form-button{position:relative}.vcv-ui-form-button>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-editor-dropdown-input-container{background:#fff;border-radius:3px;display:flex;margin:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-dropdown{border-radius:0;height:100%;opacity:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input{border:none;padding-left:0;width:auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input:focus{animation:none;box-shadow:none}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container{display:flex;flex:1 0 auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{border:1px solid #d1d1d1;border-bottom-left-radius:0;border-left:none;border-top-left-radius:0;flex:1 0 auto;padding-left:10px}.vcv-ui-editor-dropdown-input-icon-container{align-items:center;display:flex;flex:0 0 60px;justify-content:center}.vcv-ui-editor-dropdown-input-icon-container .vcv-ui-icon-dropdown-input{color:#c5c5c5;font-size:19px}.vcv-ui-editor-dropdown-input-dropdown-container{background-color:#fff;border:1px solid #d1d1d1;border-bottom-left-radius:3px;border-right:0;border-top-left-radius:3px;display:inline-block;flex:0 0 100px;position:relative}.vcv-ui-editor-dropdown-input-dropdown-container:before{background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat;border-right:1px solid #d1d1d1;bottom:0;color:#5c5b5b;content:attr(data-content);left:0;line-height:normal;overflow:hidden;padding:8px 2em 8px 14px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap}.rtl .vcv-ui-editor-dropdown-input-dropdown-container{border:1px solid #d1d1d1;border-radius:0;border-bottom-right-radius:3px;border-left:0;border-top-right-radius:3px}.rtl .vcv-ui-editor-dropdown-input-dropdown-container:before{background:url(assets/e671e5cf539c602dca22.svg) left 1em center no-repeat;border-left:1px solid #d1d1d1;border-right:0;padding:8px 14px 8px 2em}.rtl .vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{border:1px solid #d1d1d1;border-radius:3px;border-bottom-right-radius:0;border-right:none;border-top-right-radius:0;padding-right:10px}.vcv-ui-editor-field-highlight{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1);outline:none}.vcv-check-new-form-elements{margin:3rem auto;width:50vw}.vcv-ui-iconpicker-picker-dropdown{min-height:36px}.vcv-ui-form-iconpicker-content{border:1px solid #d1d1d1;border-radius:3px;display:none;margin-top:4px;padding:0}.vcv-ui-form-iconpicker-content.vcv-ui-form-state--active{display:block}.vcv-ui-form-iconpicker-content-heading{background-color:#f5f5f5;border-bottom:1px solid #ebebeb;padding:14px 14px 7px}.vcv-ui-form-iconpicker-content-heading>*{margin-bottom:7px}.vcv-ui-form-iconpicker-options{display:flex;flex-flow:row wrap;max-height:300px;overflow:auto}.vcv-ui-form-iconpicker-option{background-color:#fff;border:1px solid #ebebeb;border-bottom:0;border-right:0;color:#5c5b5b;cursor:pointer;flex:1 1 80px;font-size:1rem;height:40px;margin-left:-1px;margin-top:-1px;position:relative;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:80px}.vcv-ui-form-iconpicker-option>*{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-form-iconpicker-option.vcv-ui-form-state--active,.vcv-ui-form-iconpicker-option:hover{background-color:#283aa4;color:#fff}.vcv-ui-form-iconpicker-error{padding:7px 14px}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled{color:#eee;cursor:not-allowed;pointer-events:none}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled:hover{background-color:#fff}.rtl .vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-left:0;margin-left:0;margin-right:-1px;text-align:left}.vcv-layout-header .vcv-ui-form-input,.vcv-ui-ajax-form-container input,.vcv-ui-ajax-form-container textarea{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;box-shadow:none;color:#5c5b5b;font-size:12px;font-weight:400;height:auto;line-height:1.5;min-height:auto;padding:5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%}.vcv-layout-header .vcv-ui-form-input.vcv-ui-editor-save-preset-field,.vcv-layout-header .vcv-ui-form-input.vcv-ui-editor-save-template-field,.vcv-ui-ajax-form-container input.vcv-ui-editor-save-preset-field,.vcv-ui-ajax-form-container input.vcv-ui-editor-save-template-field,.vcv-ui-ajax-form-container textarea.vcv-ui-editor-save-preset-field,.vcv-ui-ajax-form-container textarea.vcv-ui-editor-save-template-field{font-size:14px}.vcv-layout-header .vcv-ui-form-input::-ms-clear,.vcv-ui-ajax-form-container input::-ms-clear,.vcv-ui-ajax-form-container textarea::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input:hover,.vcv-ui-ajax-form-container input:focus,.vcv-ui-ajax-form-container input:hover,.vcv-ui-ajax-form-container textarea:focus,.vcv-ui-ajax-form-container textarea:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-input:focus,.vcv-ui-ajax-form-container input:focus,.vcv-ui-ajax-form-container textarea:focus{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-form-input::placeholder,.vcv-ui-ajax-form-container input::placeholder,.vcv-ui-ajax-form-container textarea::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-input:disabled,.vcv-layout-header .vcv-ui-form-input[disabled],.vcv-layout-header .vcv-ui-form-input[readonly],.vcv-ui-ajax-form-container input:disabled,.vcv-ui-ajax-form-container input[disabled],.vcv-ui-ajax-form-container input[readonly],.vcv-ui-ajax-form-container textarea:disabled,.vcv-ui-ajax-form-container textarea[disabled],.vcv-ui-ajax-form-container textarea[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-input.vcv-ui-form-input--error,.vcv-ui-ajax-form-container input.vcv-ui-form-input--error,.vcv-ui-ajax-form-container textarea.vcv-ui-form-input--error{border-color:#f44}.vcv-layout-header textarea.vcv-ui-form-input{height:10em;overflow:auto;resize:vertical}.vcv-layout-header .vcv-ui-form-input-group{display:flex;padding-left:1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input{flex-grow:1;margin-left:-1px;min-width:50%;position:relative;width:auto}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:hover{z-index:10}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-ui-ajax-form-container select.vcv-ui-color-picker-dropdown,.vcv-ui-form-dropdown.vcv-ui-color-picker-dropdown{color:#c5c5c5;font-size:14px;font-style:italic;font-weight:400;line-height:16px;text-align:center}.vcv-ui-input-search{position:relative}.vcv-ui-input-search .vcv-ui-form-input-search-addon{background:transparent;bottom:0;color:#c5c5c5;display:block;font-size:14px;font-weight:400;line-height:1.5;padding:8px 14px;pointer-events:none;position:absolute;top:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon>*{position:absolute;top:50%;transform:translateY(-50%)}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child{left:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child>*{left:14px}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child{right:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child>*{right:14px}.vcv-ui-input-search .vcv-ui-form-input:not(:first-child){padding-left:35px}.vcv-ui-input-search .vcv-ui-form-input:not(:last-child){padding-right:35px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0;flex-grow:0;min-width:0;width:140px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{background-color:#f5f5f5;border-bottom-left-radius:0;border-top-left-radius:0;width:80px}.vcv-layout-header .vcv-ui-form-input-select-list{background:#fff;border:1px solid #d1d1d1;border-radius:3px;display:flex;flex-wrap:wrap;font-size:14px;justify-content:space-between;margin-top:4px;padding:5px}.vcv-layout-header .vcv-ui-form-input-select-item{border-radius:3px;cursor:pointer;margin:3px 0;min-height:35px;padding:5px 5px 5px 14px;width:32%}.vcv-layout-header .vcv-ui-form-input-select-item span{display:block;position:relative;top:50%;transform:translateY(-50%)}.vcv-layout-header .vcv-ui-form-input-select-item-active,.vcv-layout-header .vcv-ui-form-input-select-item:hover{background:#eaeaea}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-bottom-left-radius:0;border-bottom-right-radius:3px;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top-left-radius:0;border-top-right-radius:3px}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{border-bottom-left-radius:3px;border-bottom-right-radius:0;border-top-left-radius:3px;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-input{flex-grow:0;min-width:0;width:calc(100% - 40px)}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-icon{background:#f5f5f5;border-bottom-right-radius:0;border-top-right-radius:0;padding-right:14px}.vcv-ui-form-link{align-items:center;display:flex}.vcv-ui-form-link .vcv-ui-form-link-data{display:flex;flex:1 1 0;flex-wrap:wrap;font-size:13px;width:0}.vcv-ui-form-link .vcv-ui-form-link-button{flex:0 0 auto;font-size:10px;font-weight:700;letter-spacing:.5px;padding-bottom:11px;padding-top:11px;text-transform:uppercase}.vcv-ui-form-link .vcv-ui-form-link-title{color:#9a9a9a;display:inline-block;margin:2px 0 2px 14px;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.vcv-ui-form-link .vcv-ui-form-link-title:before{content:attr(data-vc-link-title)}.vcv-ui-form-link .vcv-ui-form-link-title:empty{display:none}.vcv-ui-form-link .vcv-ui-form-link-button-group{align-items:stretch;direction:ltr;display:flex}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-form-link-button{border-bottom-right-radius:0;border-top-right-radius:0}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control{align-items:center;background-color:#fff;border:1px solid #d1d1d1;border-bottom-right-radius:3px;border-left:0;border-top-right-radius:3px;color:#707070;display:flex;font-size:12px;padding:6px;transition-duration:.2s;transition-property:color,background,border,opacity;transition-timing-function:ease-in-out}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control:hover{background-color:#ddd}.vcv-ui-form-radio-buttons{margin:8px 0 12px}.vcv-ui-form-radio-buttons--list .vcv-ui-form-radio{display:block}.vcv-ui-form-radio{cursor:pointer;display:inline-block;font-size:12px;font-weight:700;margin:0 0 10px;padding-left:2em;padding-right:1em;position:relative;vertical-align:middle}.vcv-ui-form-radio .vcv-ui-form-radio-indicator{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:100%;color:#283aa4;display:block;font-size:1em;height:18px;left:0;position:absolute;text-align:center;top:-1px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;user-select:none;width:18px}.vcv-ui-form-radio:hover .vcv-ui-form-radio-indicator{border-color:#c4c4c4}.vcv-ui-form-radio>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-radio>input:focus+.vcv-ui-form-radio-indicator{animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before{speak:none;background-color:#283aa4;border-radius:inherit;box-sizing:border-box;content:"";font-size:.85em;font-style:normal;font-variant:normal;font-weight:400;height:8px;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;width:8px}.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{transform:translate(-50%,-50%) scale(1);transition:transform .2s ease-in-out}.vcv-ui-form-radio>input:disabled+.vcv-ui-form-radio-indicator,.vcv-ui-form-radio>input[disabled]+.vcv-ui-form-radio-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-radio+.vcv-ui-ajax-form-container small,.vcv-ui-form-radio+.vcv-ui-form-helper{margin-left:2em}.vcv-ui-form-range{display:flex;height:30px}.vcv-ui-form-range .vcv-ui-form-range-helper{flex-grow:1;line-height:30px;margin-right:20px;position:relative}.vcv-ui-form-range .vcv-ui-form-range-bg{background:#283aa4;border-radius:5px;height:8px;left:1px;max-width:99%;min-width:12px;pointer-events:none;position:absolute;top:11px;width:0;z-index:1}.vcv-ui-form-range .vcv-ui-form-range-slider-bg{background:#fff;border:1px solid #d3d3d3;border-radius:5px;height:8px;left:0;pointer-events:none;position:absolute;top:11px;width:100%;z-index:0}.vcv-ui-form-range .vcv-ui-form-range-slider{-webkit-appearance:none;background:transparent;margin:9px 0;padding:0;position:relative;vertical-align:middle;width:100%;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus{outline:none}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-runnable-track{animate:.2s;background:transparent;cursor:pointer;height:8px;width:100%}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:5px solid #283aa4;border-radius:50%;box-sizing:border-box;cursor:pointer;height:18px;margin-top:-6px;position:relative;width:18px;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-webkit-slider-runnable-track{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-moz-range-track{animate:.2s;background:transparent;cursor:pointer;height:8px;width:100%}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-moz-range-track{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-moz-range-thumb{background:#fff;border:5px solid #283aa4;border-radius:50%;box-sizing:border-box;cursor:pointer;height:18px;position:relative;width:18px;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-track{animate:.2s;background:transparent;border-color:transparent;border-width:1px 0;color:transparent;cursor:pointer;height:8px;width:100%}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-fill-lower,.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-fill-upper{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-thumb{background:#fff;border:5px solid #283aa4;border-radius:50%;box-sizing:border-box;cursor:pointer;height:18px;margin-top:0;position:relative;width:18px;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-ms-fill-lower,.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-ms-fill-upper{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-input{padding-left:5px;padding-right:5px;text-align:center;width:60px}.rtl .vcv-ui-form-range .vcv-ui-form-range-helper{margin-left:20px;margin-right:0}.rtl .vcv-ui-form-range .vcv-ui-form-range-bg{left:auto;right:1px}.vcv-ui-editor-search-container{display:flex;margin:12px 60px 12px 20px;position:relative}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-search-container .vcv-ui-form-dropdown{border-radius:0;height:100%;opacity:0}.vcv-ui-editor-search-container .vcv-ui-form-input{border:none;width:auto}.vcv-ui-editor-search-container .vcv-ui-form-input:focus{animation:none;box-shadow:none}.vcv-ui-teaser-add-element-content .vcv-ui-editor-search-container{margin:12px 92px 12px 20px}.rtl .vcv-ui-teaser-add-element-content .vcv-ui-editor-search-container{margin:12px 20px 12px 92px}.rtl .vcv-ui-editor-search-container{margin:12px 20px 12px 60px}.rtl .vcv-ui-editor-search-container .vcv-ui-form-input{padding-right:0}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container{border:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container:before{border-left:1px solid #d1d1d1;border-right:0}:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-form-input{padding-left:0}.vcv-ui-editor-search-field-container{background:#fff;border-radius:3px;display:flex;flex:1 0 auto;overflow:hidden}.vcv-ui-editor-search-field-container .vcv-ui-editor-search-field{font-size:14px;padding:8px 14px;width:0}.vcv-ui-editor-search-icon-container{align-items:center;display:flex;flex:0 0 60px;justify-content:center;transition:background .2s ease-in-out}.vcv-ui-editor-search-icon-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-editor-search-icon-container--disabled{background:#f5f5f5;cursor:not-allowed}.vcv-ui-editor-search-field{flex:1 0 auto}.vcv-ui-editor-search-dropdown-container{background-color:#eaeaea;border-bottom-left-radius:3px;border-top-left-radius:3px;display:inline-block;flex:0 0 100px;position:relative}.vcv-ui-editor-search-dropdown-container:before{background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat;border-right:1px solid #d1d1d1;bottom:0;color:#5c5b5b;content:attr(data-content);left:0;line-height:1.7;overflow:hidden;padding:8px 2em 8px 14px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;text-transform:capitalize;top:0;white-space:nowrap}.vcv-ui-form-switch-container,.vcv-ui-form-switch-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-trigger-label{font-size:12px;font-weight:700;margin:8px 0 8px 8px}.rtl .vcv-ui-form-switch-trigger-label{margin:8px 8px 8px 0}.vcv-ui-form-switch{color:#fff;display:inline-block;font-size:10px;font-weight:600;padding:1em;position:relative;text-transform:uppercase;vertical-align:middle}.vcv-ui-form-switch:hover{cursor:pointer}.vcv-ui-form-switch>input[type=checkbox]{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-switch .vcv-ui-form-switch-label{display:block;text-align:center}.vcv-ui-form-switch .vcv-ui-form-switch-label:after,.vcv-ui-form-switch .vcv-ui-form-switch-label:before{box-sizing:border-box;display:block;line-height:1}.vcv-ui-form-switch .vcv-ui-form-switch-label:before{height:.5em;opacity:0;overflow:hidden;visibility:hidden}.vcv-ui-form-switch .vcv-ui-form-switch-label:after{left:1em;position:absolute;right:1em;top:50%;transform:translateY(-50%);transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out}.vcv-ui-form-switch [data-vc-switch-on]:after,.vcv-ui-form-switch [data-vc-switch-on]:before{content:attr(data-vc-switch-on);margin-left:2em}.vcv-ui-form-switch [data-vc-switch-off]:after,.vcv-ui-form-switch [data-vc-switch-off]:before{content:attr(data-vc-switch-off);margin-right:2em}.vcv-ui-form-switch>input[type=checkbox]~.vcv-ui-form-switch-label:after{opacity:0}.vcv-ui-form-switch>input[type=checkbox]:checked~[data-vc-switch-on]:after,.vcv-ui-form-switch>input[type=checkbox]:not(:checked)~[data-vc-switch-off]:after{opacity:1}.vcv-ui-form-switch .vcv-ui-form-switch-indicator{bottom:0;left:0;right:0;top:0}.vcv-ui-form-switch .vcv-ui-form-switch-indicator,.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{border-radius:4em;position:absolute;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{background:#fff;content:"";display:block;height:1.6em;top:50%;transform:translate(-50%,-50%);width:1.6em;z-index:10}.vcv-ui-form-switch>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator{background-color:#283aa4}.vcv-ui-form-switch>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator:before{left:0;margin-left:1.5em}.vcv-ui-form-switch>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#5c5b5b}.vcv-ui-form-switch>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator:before{left:100%;margin-left:-1.5em}.vcv-ui-form-switch:hover>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator{background-color:#253698}.vcv-ui-form-switch:hover>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#545353}.vcv-ui-form-switch:hover>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch:hover>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch:hover>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch:hover>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator:before{border:inherit}.vcv-ui-form-switch:hover>input[type=checkbox]:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch:hover>input[type=checkbox][disabled]~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[type=checkbox]:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[type=checkbox][disabled]~.vcv-ui-form-switch-label{color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-switch-small-container,.vcv-ui-form-switch-small-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small-trigger-label{margin:8px}.vcv-ui-form-switch-small{display:inline-block;height:20px;position:relative;vertical-align:middle;width:34px}.vcv-ui-form-switch-small:hover{cursor:pointer}.vcv-ui-form-switch-small>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator{border-radius:4em;bottom:0;left:0;position:absolute;right:0;top:0;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator:before{background:#fff;border-radius:4em;content:"";display:block;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%);transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:12px;z-index:10}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#2f2f2f}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator:before{left:0;margin-left:1.6em}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#e7e7e7}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator:before{left:100%;margin-left:-1.6em}.vcv-ui-form-switch-small:hover>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#272727}.vcv-ui-form-switch-small:hover>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#dadada}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator:before{border:inherit}.vcv-ui-form-table{border:1px solid #d1d1d1;border-collapse:collapse;color:#6f747b;font-size:14px;margin:12px 0;max-width:100%;width:100%}.vcv-ui-form-table>tbody>tr:nth-of-type(2n){background-color:#ededed}.vcv-ui-form-table>tbody>tr:nth-of-type(odd){background-color:#fff}.vcv-ui-form-table>tbody>tr>td{border-top:1px solid #d1d1d1;line-height:1.5;padding:8px 14px;text-align:left;vertical-align:top}.vcv-ui-form-table>tbody>tr>td:last-child{font-size:12px;line-height:21px;text-align:right;text-transform:uppercase}.vcv-ui-form-table>tbody>tr:last-child>td{border-bottom:1px solid #d1d1d1}.vcv-ui-form-table .vcv-ui-form-table-link-row{cursor:pointer}.vcv-ui-form-table .vcv-ui-form-table-link-row a{color:inherit;font-size:12px;font-weight:700;text-decoration:none}.vcv-ui-form-table .vcv-ui-form-table-link-row a:hover{color:inherit}.vcv-ui-form-table .vcv-ui-form-table-link-row.vcv-ui-state--active,.vcv-ui-form-table .vcv-ui-form-table-link-row:hover{background-color:#203251;color:#fff}.vcv-ui-form-table .vcv-ui-form-table-link-type{display:inline-block;font-size:11px;font-weight:700;max-width:5em;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.rtl .vcv-ui-form-table>tbody>tr>td{text-align:right}.rtl .vcv-ui-form-table>tbody>tr>td:last-child{text-align:left}.vcv-ui-form-group .react-datepicker__input-container{width:200px}.vcv-ui-form-datepicker.react-datepicker{border:none;border-radius:3px;box-shadow:0 0 4px 0 rgba(0,0,0,.1);color:#838383;font-family:inherit;font-size:12px}.vcv-ui-form-datepicker .react-datepicker__triangle{display:none}.vcv-ui-form-datepicker .react-datepicker__header{background-color:#fff;border:none;padding:0;text-align:left}.vcv-ui-form-datepicker .react-datepicker__current-month{border-bottom:2px solid #f6f6f6;margin:0 7px 0 9px;padding:5px 13px 10px 0}.vcv-ui-form-datepicker .react-datepicker-time__header,.vcv-ui-form-datepicker .react-datepicker__current-month{color:#838383}.vcv-ui-form-datepicker .react-datepicker__month-container{margin:10px 5px}.vcv-ui-form-datepicker .react-datepicker__time-container{border:none;width:100px}.vcv-ui-form-datepicker .react-datepicker__month{margin:0}.vcv-ui-form-datepicker .react-datepicker__day,.vcv-ui-form-datepicker .react-datepicker__day-name,.vcv-ui-form-datepicker .react-datepicker__time-name{color:#838383;font-weight:600;height:25px;line-height:25px;margin:5px;width:25px}.vcv-ui-form-datepicker .react-datepicker__day-name{text-transform:uppercase}.vcv-ui-form-datepicker .react-datepicker__day--outside-month{color:silver}.vcv-ui-form-datepicker .react-datepicker__day:hover{background-color:#ededed;border-radius:4em}.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected,.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected:hover,.vcv-ui-form-datepicker .react-datepicker__day--selected,.vcv-ui-form-datepicker .react-datepicker__day--selected:hover{background-color:#2a4b80;border-radius:4em;color:#fff}.vcv-ui-form-datepicker .react-datepicker__navigation{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='M5.807 4.407 2.275.876a.843.843 0 0 0-1.19 1.19l2.939 2.939-2.94 2.939a.843.843 0 0 0 0 1.19.838.838 0 0 0 1.186 0l3.532-3.532a.844.844 0 0 0 .005-1.195Z' fill='%23838383' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%;background-size:10px 10px;border:2px solid #838383;border-radius:4em;height:24px;opacity:.4;top:12px;width:24px}.vcv-ui-form-datepicker .react-datepicker__navigation:hover{border-color:#838383;opacity:1}.vcv-ui-form-datepicker .react-datepicker__navigation--next{right:10px}.vcv-ui-form-datepicker .react-datepicker__navigation--previous{left:187px;transform:rotate(180deg)}.vcv-ui-form-datepicker .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:106px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:auto}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-left:2px solid #f6f6f6;padding-right:10px;width:100px}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar{background:transparent;width:7px}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar-thumb{background:silver;border-radius:5px;margin-right:4px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected,.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#2a4b80}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time{display:flex}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__navigation--previous{left:184px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__current-month{margin:0 0 0 9px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container,.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__time-container{float:none}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container{margin-right:0}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__header--time{border-bottom:2px solid #f6f6f6;border-left:2px solid #f6f6f6;border-radius:0;margin:10px 10px 0 0;padding:5px 0 10px 10px}.vcv-layout-header .vcv-ui-form-datalist{-webkit-appearance:none;appearance:none;background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#5c5b5b;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;padding:5px 2em 5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%}.vcv-layout-header .vcv-ui-form-datalist::-webkit-calendar-picker-indicator{display:none}.vcv-layout-header .vcv-ui-form-datalist::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-datalist:focus,.vcv-layout-header .vcv-ui-form-datalist:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-datalist:focus{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-form-datalist::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist:disabled,.vcv-layout-header .vcv-ui-form-datalist[disabled],.vcv-layout-header .vcv-ui-form-datalist[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-dropdown.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-field-dynamic-url.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-tag-list-container.vcv-ui-form-field-dynamic{display:inline-block;margin-right:5px;vertical-align:top;width:92%}.vcv-ui-dynamic-field-autocomplete-container{position:relative}.vcv-ui-dynamic-field-autocomplete-container>.vcv-ui-wp-spinner{position:absolute;right:5px;top:8px}.vcv-ui-form-field-dynamic+.vcv-ui-form-link{margin-top:10px}.vcv-ui-dynamic-field-container{align-items:center;background-color:#fff;border:1px solid #d1d1d1;border-radius:3px;display:flex;justify-content:space-between;margin:0 0 10px;padding:3px 2px}.vcv-ui-dynamic-field-container .vcv-ui-dynamic-field-control{padding:0 5px}.vcv-ui-form-link .vcv-ui-dynamic-field-container{flex-basis:100%;margin-bottom:0}.vcv-ui-dynamic-field-tag{background-color:#283aa4;border-radius:2em;color:#fff;cursor:pointer;font-size:12px;margin:1px 3px;padding:1px 11px 0;transition:background-color .2s;word-break:break-all}.vcv-ui-dynamic-field-tag:hover{background-color:#203251}.vcv-ui-dynamic-field-tag.vcv-ui-dynamic-field-tag--inactive{background:#ed5656}.vcv-ui-dynamic-field-tag.vcv-ui-dynamic-field-tag--placeholder{background:#c6cbd4}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{margin:8px 30px 8px 0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{display:inline-block;margin-top:5px;position:absolute;right:2px;vertical-align:top}.vcv-ui-form-wp-tinymce .wp-editor-container{border:1px solid #d1d1d1;border-bottom:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-only-dynamic .wp-editor-container{border-bottom:1px solid #d1d1d1}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-only-dynamic .vcv-ui-form-group{margin-top:20px}.vcv-ui-form-wp-tinymce .mce-top-part:before{display:none}.vcv-ui-form-wp-tinymce div.mce-toolbar-grp{border-bottom:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-wp-tinymce-inner{position:relative}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-wp-tinymce-inner:after{background:#fff;bottom:0;content:"";left:0;opacity:.6;position:absolute;right:0;top:0;z-index:99}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened.vcv-ui-form-field-dynamic-is-active .vcv-ui-form-wp-tinymce-inner:after{display:none}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-dynamic-field-container{border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-ajax-form-container small,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-form-helper,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-switch-small-container,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-exception-field .vcv-ui-form-wp-tinymce-inner{display:none}.vcv-ui-dynamic-field-controls{display:flex;flex-shrink:0}.vcv-ui-dynamic-field-control{background:transparent;border:none;cursor:pointer;display:inline-block;font-size:16px;padding:6px 0 6px 5px;transition:color .2s ease-in-out;vertical-align:middle}.vcv-ui-dynamic-field-control:hover{color:#16243f}.vcv-ui-dynamic-field-control.vcv-ui-dynamic-field-control--inactive:before{opacity:.5}.vcv-ui-dynamic-field-inner{padding:5px 0 20px}.vcv-ui-form-input.vcv-ui-form-field-dynamic-extra{margin-top:10px}.vcv-ui-form-attach-image-item-dynamic-open{align-items:center;display:flex;height:80px}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{left:30px;right:auto}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{left:2px;right:auto}.rtl .vcv-ui-dynamic-field-control{padding:6px 5px 6px 0}.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic{margin-left:5px;margin-right:0}.vcv-ui-row{display:flex;flex-direction:row;flex-wrap:wrap}.vcv-ui-col{box-sizing:border-box}.vcv-media--lg .vcv-ui-col,.vcv-media--md .vcv-ui-col,.vcv-media--sm .vcv-ui-col,.vcv-media--xl .vcv-ui-col,.vcv-media--xs .vcv-ui-col,.vcv-ui-col{flex:0 0 100%;width:100%}.vcv-media--lg .vcv-ui-col--fixed-width,.vcv-media--md .vcv-ui-col--fixed-width,.vcv-media--sm .vcv-ui-col--fixed-width,.vcv-media--xl .vcv-ui-col--fixed-width,.vcv-media--xs .vcv-ui-col--fixed-width,.vcv-ui-col--fixed-width{flex:0 0 100%;max-width:400px}@media (min-width:0){.vcv-ui-col--xs-12{flex-basis:100%;width:100%}}.vcv-media--xs .vcv-ui-col--xs-12{flex-basis:100%;width:100%}@media (min-width:0){.vcv-ui-col--xs-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xs .vcv-ui-col--xs-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:0){.vcv-ui-col--xs-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xs .vcv-ui-col--xs-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:0){.vcv-ui-col--xs-9{flex-basis:75%;width:75%}}.vcv-media--xs .vcv-ui-col--xs-9{flex-basis:75%;width:75%}@media (min-width:0){.vcv-ui-col--xs-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xs .vcv-ui-col--xs-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:0){.vcv-ui-col--xs-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xs .vcv-ui-col--xs-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:0){.vcv-ui-col--xs-6{flex-basis:50%;width:50%}}.vcv-media--xs .vcv-ui-col--xs-6{flex-basis:50%;width:50%}@media (min-width:0){.vcv-ui-col--xs-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xs .vcv-ui-col--xs-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:0){.vcv-ui-col--xs-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xs .vcv-ui-col--xs-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:0){.vcv-ui-col--xs-3{flex-basis:25%;width:25%}}.vcv-media--xs .vcv-ui-col--xs-3{flex-basis:25%;width:25%}@media (min-width:0){.vcv-ui-col--xs-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xs .vcv-ui-col--xs-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:0){.vcv-ui-col--xs-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xs .vcv-ui-col--xs-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:400px){.vcv-ui-col--sm-12{flex-basis:100%;width:100%}}.vcv-media--sm .vcv-ui-col--sm-12{flex-basis:100%;width:100%}@media (min-width:400px){.vcv-ui-col--sm-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--sm .vcv-ui-col--sm-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:400px){.vcv-ui-col--sm-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--sm .vcv-ui-col--sm-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:400px){.vcv-ui-col--sm-9{flex-basis:75%;width:75%}}.vcv-media--sm .vcv-ui-col--sm-9{flex-basis:75%;width:75%}@media (min-width:400px){.vcv-ui-col--sm-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--sm .vcv-ui-col--sm-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:400px){.vcv-ui-col--sm-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--sm .vcv-ui-col--sm-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:400px){.vcv-ui-col--sm-6{flex-basis:50%;width:50%}}.vcv-media--sm .vcv-ui-col--sm-6{flex-basis:50%;width:50%}@media (min-width:400px){.vcv-ui-col--sm-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--sm .vcv-ui-col--sm-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:400px){.vcv-ui-col--sm-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--sm .vcv-ui-col--sm-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:400px){.vcv-ui-col--sm-3{flex-basis:25%;width:25%}}.vcv-media--sm .vcv-ui-col--sm-3{flex-basis:25%;width:25%}@media (min-width:400px){.vcv-ui-col--sm-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--sm .vcv-ui-col--sm-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:400px){.vcv-ui-col--sm-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--sm .vcv-ui-col--sm-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:800px){.vcv-ui-col--md-12{flex-basis:100%;width:100%}}.vcv-media--md .vcv-ui-col--md-12{flex-basis:100%;width:100%}@media (min-width:800px){.vcv-ui-col--md-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--md .vcv-ui-col--md-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:800px){.vcv-ui-col--md-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--md .vcv-ui-col--md-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:800px){.vcv-ui-col--md-9{flex-basis:75%;width:75%}}.vcv-media--md .vcv-ui-col--md-9{flex-basis:75%;width:75%}@media (min-width:800px){.vcv-ui-col--md-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--md .vcv-ui-col--md-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:800px){.vcv-ui-col--md-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--md .vcv-ui-col--md-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:800px){.vcv-ui-col--md-6{flex-basis:50%;width:50%}}.vcv-media--md .vcv-ui-col--md-6{flex-basis:50%;width:50%}@media (min-width:800px){.vcv-ui-col--md-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--md .vcv-ui-col--md-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:800px){.vcv-ui-col--md-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--md .vcv-ui-col--md-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:800px){.vcv-ui-col--md-3{flex-basis:25%;width:25%}}.vcv-media--md .vcv-ui-col--md-3{flex-basis:25%;width:25%}@media (min-width:800px){.vcv-ui-col--md-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--md .vcv-ui-col--md-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:800px){.vcv-ui-col--md-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--md .vcv-ui-col--md-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-12{flex-basis:100%;width:100%}}.vcv-media--lg .vcv-ui-col--lg-12{flex-basis:100%;width:100%}@media (min-width:1200px){.vcv-ui-col--lg-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--lg .vcv-ui-col--lg-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--lg .vcv-ui-col--lg-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-9{flex-basis:75%;width:75%}}.vcv-media--lg .vcv-ui-col--lg-9{flex-basis:75%;width:75%}@media (min-width:1200px){.vcv-ui-col--lg-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--lg .vcv-ui-col--lg-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--lg .vcv-ui-col--lg-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-6{flex-basis:50%;width:50%}}.vcv-media--lg .vcv-ui-col--lg-6{flex-basis:50%;width:50%}@media (min-width:1200px){.vcv-ui-col--lg-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--lg .vcv-ui-col--lg-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--lg .vcv-ui-col--lg-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-3{flex-basis:25%;width:25%}}.vcv-media--lg .vcv-ui-col--lg-3{flex-basis:25%;width:25%}@media (min-width:1200px){.vcv-ui-col--lg-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--lg .vcv-ui-col--lg-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--lg .vcv-ui-col--lg-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-12{flex-basis:100%;width:100%}}.vcv-media--xl .vcv-ui-col--xl-12{flex-basis:100%;width:100%}@media (min-width:1600px){.vcv-ui-col--xl-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xl .vcv-ui-col--xl-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xl .vcv-ui-col--xl-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-9{flex-basis:75%;width:75%}}.vcv-media--xl .vcv-ui-col--xl-9{flex-basis:75%;width:75%}@media (min-width:1600px){.vcv-ui-col--xl-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xl .vcv-ui-col--xl-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xl .vcv-ui-col--xl-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-6{flex-basis:50%;width:50%}}.vcv-media--xl .vcv-ui-col--xl-6{flex-basis:50%;width:50%}@media (min-width:1600px){.vcv-ui-col--xl-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xl .vcv-ui-col--xl-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xl .vcv-ui-col--xl-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-3{flex-basis:25%;width:25%}}.vcv-media--xl .vcv-ui-col--xl-3{flex-basis:25%;width:25%}@media (min-width:1600px){.vcv-ui-col--xl-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xl .vcv-ui-col--xl-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xl .vcv-ui-col--xl-1{flex-basis:8.33333333%;width:8.33333333%}.vcv-ui-row-gap--md.vcv-ui-row{margin-left:-15px;margin-right:-15px}.vcv-ui-row-gap--md>.vcv-ui-col{padding-left:15px;padding-right:15px}.vcv-ui-row-gap--sm.vcv-ui-row{margin-left:-10px;margin-right:-10px}.vcv-ui-row-gap--sm>.vcv-ui-col{padding-left:10px;padding-right:10px}.vcv-ui-row-order--reverse{flex-direction:row-reverse}.vcv-media--lg .vcv-ui-visibility--hidden-lg,.vcv-media--lg:not(.vcv-media--xl) .vcv-ui-visibility--hidden-lg-only,.vcv-media--md .vcv-ui-visibility--hidden-md,.vcv-media--md:not(.vcv-media--lg) .vcv-ui-visibility--hidden-md-only,.vcv-media--sm .vcv-ui-visibility--hidden-sm,.vcv-media--sm:not(.vcv-media--md) .vcv-ui-visibility--hidden-sm-only,.vcv-media--xl .vcv-ui-visibility--hidden-xl,.vcv-media--xl .vcv-ui-visibility--hidden-xl-only,.vcv-media--xs .vcv-ui-visibility--hidden-xs,.vcv-media--xs:not(.vcv-media--sm) .vcv-ui-visibility--hidden-xs-only,.vcv-ui-visibility--hidden,.vcv-ui-visibility--hidden-xs{display:none!important}@media (min-width:0){.vcv-ui-visibility--hidden-xs{display:none!important}}@media (min-width:400px){.vcv-ui-visibility--hidden-sm{display:none!important}}@media (min-width:800px){.vcv-ui-visibility--hidden-md{display:none!important}}@media (min-width:1200px){.vcv-ui-visibility--hidden-lg{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl{display:none!important}}@media (min-width:0) and (max-width:399px){.vcv-ui-visibility--hidden-xs-only{display:none!important}}@media (min-width:400px) and (max-width:799px){.vcv-ui-visibility--hidden-sm-only{display:none!important}}@media (min-width:800px) and (max-width:1199px){.vcv-ui-visibility--hidden-md-only{display:none!important}}@media (min-width:1200px) and (max-width:1599px){.vcv-ui-visibility--hidden-lg-only{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl-only{display:none!important}}.vcv-ui-scroll{display:flex;flex:1 1 100%;flex-flow:column nowrap;height:100%;overflow:hidden;position:relative;width:100%}.vcv-ui-scroll-content{overflow-scrolling:touch;bottom:0;direction:ltr;display:flex;flex-flow:column nowrap;left:0;overflow:scroll;position:absolute;right:0;top:0}.vcv-ui-tree-layout-filled .vcv-ui-scroll-content{align-content:flex-start;flex-flow:row wrap}.vcv-ui-scroll-track--horizontal,.vcv-ui-scroll-track--vertical{bottom:5px;cursor:pointer;opacity:0;position:absolute;right:5px;transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out}.vcv-ui-scroll:hover .vcv-ui-scroll-track--horizontal,.vcv-ui-scroll:hover .vcv-ui-scroll-track--vertical{opacity:1}.vcv-ui-scroll-track--horizontal{border-radius:5px;height:5px;left:5px}.vcv-ui-scroll-track--vertical{border-radius:5px;top:5px;width:5px}.vcv-ui-scroll-thumb--horizontal,.vcv-ui-scroll-thumb--vertical{background-color:rgba(124,152,198,.5);border-radius:inherit;cursor:pointer;display:block;position:relative;z-index:9}.vcv-ui-scroll-thumb--horizontal{height:100%}.vcv-ui-scroll-thumb--vertical{width:100%}.vcv-scroll-dots{opacity:0;pointer-events:none;position:relative;text-align:center;transition:opacity .2s ease-in-out}.vcv-scroll-dots.vcv-scroll-dots--visible{opacity:1}.vcv-scroll-dots:after{background-image:linear-gradient(0,#f6f6f6 30%,transparent);bottom:0;content:"";height:30px;left:0;position:absolute;width:96%;z-index:1}.vcv-scroll-dots:before{background:#d4d2d2;border-radius:100%;box-shadow:6px 0,-6px 0;color:#d4d2d2;content:"";height:3px;position:absolute;width:3px;z-index:2}.vcv-scroll-dots--before.vcv-scroll-dots:after{background-image:linear-gradient(180deg,#f6f6f6,transparent 30%);bottom:auto;top:0}.vcv-ui-modal-overlay{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:2000}.vcv-ui-modal-container{overflow:auto;pointer-events:none;width:100%}.vcv-ui-modal{word-wrap:break-word;background-color:#fff;box-sizing:border-box;color:#6f747b;flex:0 0 auto;margin:20px auto;max-width:400px;pointer-events:all}.vcv-ui-modal-header{align-items:center;border-bottom:1px solid #d1d1d1;display:flex;justify-content:space-between;padding:15px 20px}.vcv-ui-modal-content{max-height:50vh;overflow:auto;padding:15px 20px}.vcv-ui-modal-content .vcv-ui-wp-spinner{margin-top:15px;width:100%}.vcv-ui-modal-content .vcv-ui-tag-list-container .vcv-ui-wp-spinner{margin:auto;width:auto}.vcv-ui-modal-header-title{font:normal 400 1.25rem/1 Montserrat,sans-serif;margin:0}.vcv-ui-modal-close{cursor:pointer;display:block;float:right;height:1.25rem;opacity:.3;position:relative;text-align:right;transition:opacity;width:1.25rem}.vcv-ui-modal-close:hover{opacity:.6}.vcv-ui-modal-close-icon{font-size:1rem;height:1em;position:absolute;right:0;top:50%;transform:translateY(-50%)}.rtl .vcv-ui-modal-close{float:left;text-align:left}.rtl .vcv-ui-modal-close-icon{left:0;right:auto}.vcv-ui-modal-actions{background:#283aa4;display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;overflow:hidden;transition:background .2s}.vcv-ui-modal-actions:hover{background-color:#ffae27}.vcv-ui-modal-actions .vcv-ui-modal-action-content span{display:none;margin-left:16px}.vcv-ui-modal-actions .vcv-ui-modal-action-content .vcv-ui-wp-spinner{display:inline-block;margin:0}.rtl .vcv-ui-modal-actions .vcv-ui-modal-action-content span{margin-left:0;margin-right:16px}.vcv-ui-modal-action{border-color:hsla(0,0%,100%,.1);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-modal-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-modal-action-submit-input{display:none}.vcv-ui-modal-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-modal-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-drag-handler{cursor:move;min-height:16px;min-width:16px;opacity:.15;position:relative;user-select:none}.vcv-ui-drag-handler-icon{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-tree-view-layout.vcv-hidden{display:none}.vcv-ui-tree-layout-container{background-color:#203251;border-bottom:1px solid rgba(73,109,163,.15);border-right:1px solid rgba(73,109,163,.15);color:#fff;display:flex;flex-flow:column nowrap;flex-grow:1;font-size:.75rem;height:100%;line-height:1}.vcv-ui-tree-layout-container.vcv-ui-state--hidden{display:none}.vcv-ui-tree-layout{display:flex;flex:1 0 auto;flex-direction:column;list-style:none;margin:0;padding:0;position:relative}.rtl .vcv-ui-tree-layout{direction:rtl}.vcv-ui-tree-layout-actions{border-top:1px solid rgba(73,109,163,.15);display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;height:auto;margin-top:-1px;overflow:hidden}.vcv-ui-tree-layout-actions .vcv-ui-tree-layout-action-content span{display:none;margin-left:16px}.rtl .vcv-ui-tree-layout-actions{direction:rtl}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-actions{min-height:60px}.vcv-ui-tree-layout-filled .vcv-ui-tree-layout-actions{flex:0 0 100%;height:40px}.vcv-ui-tree-layout-action{border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-tree-layout-action.vcv-ui-state--active,.vcv-ui-tree-layout-action:hover{background-color:#16243f}.vcv-ui-tree-layout-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-tree-layout-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-tree-layout-control-dropdown-content{align-items:center;background:#16243f;display:flex;justify-content:flex-end;left:0;min-height:40px;opacity:0;padding-right:8px;position:absolute;right:0;top:calc(100% + 1px);transition:opacity .2s ease-in-out .2s,z-index .2s ease .2s;z-index:-5}.vcv-ui-tree-layout-control-dropdown-content.vcv-ui-state--active{opacity:1;transition:opacity .2s ease-in-out 0s,z-index .2s ease 0s;z-index:1}.vcv-ui-tree-layout-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-tree-layout-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-tree-layout-messages{align-items:center;color:#7d94bb;display:flex;flex:1 1 auto;flex-flow:row wrap;font-style:italic;line-height:1.7;text-align:center}.vcv-ui-tree-layout-messages>*{flex:1 1 100%}.vcv-ui-tree-layout-message{margin:0;min-height:40px;padding:8px 1em}.vcv-ui-tree-layout-control{border-bottom:1px solid rgba(73,109,163,.15);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;min-height:40px;padding:8px 8px 8px 0;position:relative;transition:background-color .2s ease-in-out}.vcv-ui-tree-layout-control.vcv-ui-state--active,.vcv-ui-tree-layout-control.vcv-ui-state--outline,.vcv-ui-tree-layout-control:hover{background-color:#16243f}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile{line-height:60px;min-height:60px;padding:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile:hover{background-color:#354e73}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-content{background:#354e73;left:0;position:absolute;right:0;text-align:center;top:calc(100% + 1px);z-index:99}.rtl .vcv-ui-tree-layout-control{padding-left:8px}.vcv-ui-tree-layout-control-content{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;white-space:nowrap}.vcv-ui-tree-layout-control-content>*{flex-grow:0;flex-shrink:0;min-width:0}.vcv-ui-tree-layout-control-label{flex-grow:0;flex-shrink:1;overflow:hidden;padding-left:8px;padding-right:8px;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-tree-layout-control-label span{border:2px solid transparent;border-radius:12px;display:block;overflow:hidden;padding:5px 8px;text-overflow:ellipsis;white-space:inherit}.vcv-ui-tree-layout-control-label span:focus,.vcv-ui-tree-layout-control-label span:hover{border:2px solid rgba(73,109,163,.5)}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label{user-select:none}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label span{display:inline}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label-text{position:relative}.vcv-ui-tree-layout-control-label-editable{text-overflow:clip;white-space:normal}.vcv-ui-tree-layout-control-icon{color:inherit;display:inline-block;height:1em;position:relative;vertical-align:middle;width:1.5rem}.vcv-ui-tree-layout-control-icon>*{font-size:1.5rem;height:1.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.5rem}.vcv-ui-tree-layout-control-actions{flex-grow:1;opacity:1;text-align:right;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-actions-container{margin-left:auto}.rtl .vcv-ui-tree-layout-control-actions{text-align:left}.vcv-ui-tree-layout-control-action{color:inherit;cursor:pointer;display:inline-block;height:1em;position:relative;vertical-align:middle;width:40px}.vcv-ui-tree-layout-control-action>*{font-size:1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-tree-layout-control-action[disabled]{cursor:not-allowed;opacity:.5}.vcv-ui-tree-layout-control-action .vcv-ui-icon-lock-fill:before,.vcv-ui-tree-layout-control-action:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-layout-control-action .vcv-ui-icon:before{transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-actions{opacity:0}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-state-container{opacity:1;z-index:auto}.vcv-ui-tree-layout-control-actions~.vcv-ui-tree-layout-control-state-container{opacity:0;transition:opacity .2s ease-in-out;z-index:-999}.vcv-ui-tree-layout-control-state-container{position:absolute;right:0}.vcv-ui-tree-layout-control-state{color:inherit;display:inline-block;height:1em;position:relative;vertical-align:middle;width:40px}.vcv-ui-tree-layout-control-state>*{font-size:1rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.rtl .vcv-ui-tree-layout-control-state-container{left:0;right:auto}.vcv-ui-tree-layout-control-drag-handler{bottom:0;left:0;margin-left:2px;min-height:1em;min-width:1em;opacity:.6;position:absolute;top:0;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-drag-handler .vcv-ui-drag-handler-icon{font-size:1em}.vcv-ui-tree-layout-control-drag-handler.vcv-ui-tree-layout-control-drag-handler-mobile{flex-grow:1;overflow:hidden;position:relative;text-overflow:ellipsis}.rtl .vcv-ui-tree-layout-control-drag-handler{left:auto;right:.05rem}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-trigger{text-align:center;width:60px}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-tree-layout-control-mobile) .vcv-ui-tree-layout-control-drag-handler{opacity:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:1}.vcv-ui-tree-layout-node{list-style:none;margin:0;padding:0}.vcv-ui-tree-layout-node-expand-trigger{cursor:pointer;font-size:1rem;left:-1.25em;margin-left:4px;margin-top:-.5em;opacity:.6;position:absolute;top:50%;transform:rotate(-90deg)}.rtl .vcv-ui-tree-layout-node-expand-trigger{left:auto;right:-.95em;transform:rotate(90deg)}.vcv-ui-tree-layout-node-child{margin:0;position:relative}.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-expand>.vcv-ui-tree-layout-control>.vcv-ui-tree-layout-control-content>.vcv-ui-tree-layout-node-expand-trigger{transform:rotate(0deg)}.vcv-ui-tree-layout-node-child:not(.vcv-ui-tree-layout-node-expand)>.vcv-ui-tree-layout-node{display:none}.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action{opacity:.5}.vcv-ui-tree-layout-node-non-draggable .vcv-ui-tree-layout-control--lock{cursor:default}.vcv-ui-tree-layout-node-child--drag-item{color:#fff;font-size:.75rem;line-height:1;list-style-type:none;z-index:99999}.vcv-ui-tree-layout-node-child--drag-item .vcv-ui-tree-layout{display:none}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content{opacity:1}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:.5}.vcv-ui-tree-layout-node-state-draft.vcv-ui-tree-layout-node-child{opacity:.6}.vcv-ui-tree-layout-container .vcv-ui-tree-layout-action{min-height:40px;padding:8px}.vcv-ui-item-container{background-color:#203251;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:.875rem;height:60vh;max-height:calc(100% - 65px);min-height:250px;top:0;z-index:1200}.vcv-ui-item-content .vcv-ui-editor-search-field-container{margin:0 0 0 1px}.vcv-ui-item-layout-hidden{display:none}.vcv-ui-item-list-container{flex:1;margin-bottom:30px}.vcv-ui-item-list{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0 -15px -30px;padding:0}.vcv-ui-item-list-item{display:flex;margin:0 15px 15px}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:before{border-color:#283aa4 #283aa4 transparent transparent;border-style:solid;border-width:25px;content:"";position:absolute;right:0;top:0;z-index:1}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.697 15.006c.041-.04.079-.082.113-.127A8.96 8.96 0 0 0 18 9c0-4.963-4.037-9-9-9S0 4.037 0 9c0 2.244.826 4.299 2.189 5.877.035.047.074.09.116.131A8.98 8.98 0 0 0 9 18a8.98 8.98 0 0 0 6.697-2.994Zm-11.489-.973a3.664 3.664 0 0 1 3.279-2.008h3.026c1.406 0 2.66.787 3.279 2.008A6.927 6.927 0 0 1 9 15.955a6.927 6.927 0 0 1-4.792-1.922ZM9 9.98a2.026 2.026 0 0 1-2.024-2.024c0-1.116.908-2.024 2.024-2.024s2.024.908 2.024 2.024A2.027 2.027 0 0 1 9 9.98Zm0-7.935A6.962 6.962 0 0 1 15.955 9a6.909 6.909 0 0 1-.835 3.301 5.696 5.696 0 0 0-2.78-2.025c.46-.658.73-1.458.73-2.32A4.074 4.074 0 0 0 9 3.886a4.074 4.074 0 0 0-4.07 4.07c0 .862.27 1.662.73 2.32a5.696 5.696 0 0 0-2.78 2.025A6.913 6.913 0 0 1 2.045 9 6.962 6.962 0 0 1 9 2.045Z' fill='%23FDFDFD' fill-rule='nonzero'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:auto;content:"";height:18px;position:absolute;right:5px;top:5px;width:18px;z-index:2}.vcv-ui-item-list-item--preset .vcv-ui-item-overlay span{padding:.6em}.vcv-ui-item-list-item--inactive .vcv-ui-item-element{cursor:default}.vcv-ui-item-list-item--inactive .vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:0}.vcv-ui-item-element{color:#484848;cursor:pointer;display:block;margin:0 auto;position:relative;text-align:center;width:100px}.vcv-ui-item-element:focus .vcv-ui-item-overlay,.vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element .vcv-ui-item-overlay{cursor:pointer}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-item-overlay{opacity:.8}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-item-overlay:hover .vcv-ui-icon-lock-fill:before{content:"\e912"}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-icon{font-size:16px}.vcv-dashboards-section-content .vcv-ui-item-element:not(.vcv-ui-item-element-inactive) .vcv-ui-icon-lock-fill{display:none}.vcv-ui-state--remove-mode-active .vcv-ui-item-element{cursor:default}.vcv-ui-state--remove-mode-active .vcv-ui-item-element .vcv-ui-icon{cursor:pointer}.vcv-ui-item-element-content{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;border-radius:5px;display:block;height:100px;overflow:hidden;position:relative}.vcv-ui-item-element-content .vcv-ui-item-element-image{display:block;position:relative;top:50%;transform:translateY(-50%)}.vcv-ui-hub-item-badge{align-items:center;border-radius:15px;color:#fff;display:inline-flex;font-size:12px;font-style:italic;height:20px;justify-content:center;padding:1px 8px;position:relative;z-index:9}.vcv-ui-hub-item-badge--new{background:#feb718}.vcv-ui-item-element>.vcv-ui-hub-item-badge{position:absolute;right:-12px;top:-9px;z-index:4}.vcv-ui-item-preview-caption .vcv-ui-hub-item-badge{flex:0 0 auto;margin:0 0 0 25px}.vcv-hub-addon-item-content-container .vcv-ui-hub-item-badge{align-self:flex-start;margin:0 0 10px}.vcv-ui-item-image,.vcv-ui-item-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.vcv-ui-item-overlay{background-color:rgba(0,0,0,.5);color:#fff;opacity:0;overflow:hidden;transition:opacity .2s ease-in-out;z-index:3}.vcv-ui-item-downloading,.vcv-ui-item-overlay.vcv-ui-item-control--visible{opacity:1}.vcv-ui-icon.vcv-ui-item-add{align-items:center;display:flex;height:100%;justify-content:center;left:0;line-height:100px;position:absolute;top:0;width:100%}.vcv-ui-item-edit{display:flex;flex-direction:column;height:100px}.vcv-ui-item-move{cursor:move;flex:1;position:relative}.vcv-ui-item-move:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-item-remove{background-color:#f46172;height:30px;line-height:30px}.vcv-ui-item-element-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:18px;margin:10px 0;max-height:36px;overflow:hidden;position:relative}.vcv-ui-item-element-name span{color:#70757d;font-size:14px;font-weight:700;letter-spacing:.3px;line-height:18px}.vcv-ui-item-badge{position:relative}.vcv-ui-item-badge:after{left:-.75em;right:auto;top:.4em}.vcv-ui-item-preview-container{border-radius:5px;display:block;margin:0;opacity:1;pointer-events:none;position:fixed;transition:visibility 0s,opacity .2s ease-in-out;width:520px;z-index:2020}.vcv-ui-item-preview-addon-tag{background:#2b4b80;border-radius:20px;color:#fff;font-size:14px;padding:3px 9px;position:absolute;right:15px;top:15px}.vcv-ui-item-preview-image{border-top-left-radius:5px;border-top-right-radius:5px;display:block;max-height:240px;width:100%}.vcv-ui-item-preview-caption{align-items:center;background:linear-gradient(90deg,#1a399d,#693bc5);border-bottom-left-radius:5px;border-bottom-right-radius:5px;color:#fff;display:flex;font-style:italic;justify-content:space-between;line-height:1.43;padding:20px;text-align:left}.vcv-ui-item-preview-text{line-height:18px;overflow:hidden}.vcv-ui-editor-get-more{align-items:center;display:flex;flex-direction:column;justify-content:center}.vcv-ui-editor-get-more-description{color:#9a9a9a;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif;padding:0 45px;text-align:center}.vcv-ui-editor-plate--addon .vcv-ui-item-list{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin:0}.vcv-ui-editor-plate--addon .vcv-ui-item-list-item{margin:0}.vcv-hub-addon-item-container{border-radius:5px;display:flex;flex:0 0 100%;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease-in-out}.vcv-hub-addon-item-container:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-hub-addon-item-content-container{background:#fff;display:flex;flex:1 0 auto;flex-direction:column;justify-content:space-between;padding:20px 15px}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner{height:40px;margin-top:auto;width:40px}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner:before{height:27px;opacity:.5;width:27px}.vcv-hub-addon-name{font-size:16px;font-weight:600;letter-spacing:1px;line-height:22px;margin:0 0 10px}.vcv-hub-addon-description{font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;line-height:24px;margin:0 0 15px}.vcv-hub-addon-item-content-container .vcv-hub-addon-control{background:#283aa4;border:none;border-radius:3px;color:#fff;cursor:pointer;height:40px;line-height:40px;margin-top:auto;text-align:center;text-decoration:none;transition:background .2s ease-in-out;width:180px}.vcv-hub-addon-item-content-container .vcv-hub-addon-control:focus,.vcv-hub-addon-item-content-container .vcv-hub-addon-control:hover{background:#ffae27;color:#fff;text-decoration:none}.vcv-hub-addon-item-content-container .vcv-hub-addon-control--locked{background:#c6cbd4;pointer-events:none}.vcv-hub-addon-item-content-container .vcv-hub-addon-control--locked:hover{background:#c6cbd4}.vcv-hub-addon-image{vertical-align:top;width:100%}.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{display:flex;flex-flow:column nowrap;flex-shrink:0;justify-content:center;min-height:100%}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container{display:flex;flex-flow:column nowrap;flex-grow:1;justify-content:center}.vcv-ui-editor-no-items-container{margin:auto;max-width:544px;text-align:center}.vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-editor-no-items-container .vcv-ui-form-helper{display:inline-block;font-size:13px;margin:15px 0 12px;text-align:center}.vcv-ui-editor-no-items-image{margin:0 0 35px}.vcv-ui-editor-no-items-action{background:#283aa4;border:none;border-radius:3px;color:#fff;cursor:pointer;min-height:50px;padding:17px 32px;position:relative;transition:background .2s ease-in-out}.vcv-ui-editor-no-items-action:hover{background:#ffae27}.vcv-ui-editor-no-items-action.vcv-ui-editor-button-disabled{-webkit-font-smoothing:antialiased;background:transparent;border:2px solid #d6d6d6;border-radius:0;color:#d6d6d6;cursor:default;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.077em;max-width:100%;padding:16px 34px;text-transform:uppercase}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:5px}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:10px}.vcv-ui-panel-heading{align-items:center;display:flex;font-size:16px;line-height:37px;padding:12px 60px 12px 20px}.vcv-ui-panel-heading .vcv-ui-panel-heading-icon{display:inline-block;margin-left:0;margin-right:12px;vertical-align:middle}.vcv-ui-panel-heading .vcv-ui-panel-heading-text{display:inline-block;vertical-align:middle}.vcv-ui-tree-view-content--full-width .vcv-ui-form-group{max-width:500px}.vcv-ui-panel-navigation-container{background:#203251;text-align:left}.rtl .vcv-ui-panel-heading{padding:12px 20px 12px 60px}.rtl .vcv-ui-panel-heading .vcv-ui-panel-heading-icon{margin-left:12px;margin-right:0}.rtl .vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:0;margin-right:5px}.rtl .vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:0;margin-right:10px}.vcv-ui-script-control-container,.vcv-ui-style-control-container{margin:10px 0 0;text-align:center}.vcv-ui-script-editor-container,.vcv-ui-style-editor-container{margin:25px 0 0}.vcv-row-html-editor-container+.CodeMirror-wrap,.vcv-ui-script-editor .CodeMirror-wrap,.vcv-ui-style-editor .CodeMirror-wrap{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-script-editor:not(.vcv-ui-state--active),.vcv-ui-style-editor:not(.vcv-ui-state--active){display:none}.vcv-ui-settings-actions{display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;overflow:hidden}.vcv-ui-settings-actions.vcv-ui-settings-actions-background{background-color:#203251}.vcv-ui-settings-actions .vcv-ui-settings-action-content span{display:none;margin-left:16px}.vcv-ui-settings-action{border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-settings-action.vcv-ui-state--active,.vcv-ui-settings-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-settings-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-settings-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-settings-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-settings-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-template-group-wrapper{overflow:hidden}.vcv-ui-template-options-wrapper{margin-bottom:-25px;margin-right:-32px}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon{background-color:#fff;cursor:pointer;display:inline-block;margin:0 32px 25px 0}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon svg{vertical-align:top}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked{opacity:.8;position:relative;transition:all .2s ease}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked i{font-size:20px}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked:hover{opacity:1}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#d1d1d1}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked .vcv-ui-layout-lock-control{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.vcv-ui-form-group--category .vcv-ui-ajax-form-container small,.vcv-ui-form-group--category .vcv-ui-form-helper,.vcv-ui-form-group--wp-menu .vcv-ui-ajax-form-container small,.vcv-ui-form-group--wp-menu .vcv-ui-form-helper{-webkit-font-smoothing:antialiased;color:#999;font-family:Roboto,sans-serif;font-style:italic;font-weight:500;letter-spacing:.3px;line-height:16px}.vcv-ui-form-group--category .vcv-ui-form-link,.vcv-ui-form-group--wp-menu .vcv-ui-form-link{color:#586dc6;display:inline;text-decoration:none;transition:.2s}.vcv-ui-form-group--category .vcv-ui-form-link:hover,.vcv-ui-form-group--wp-menu .vcv-ui-form-link:hover{color:#515162;text-decoration:underline}.vcv-ui-form-group--category .vcv-ui-form-link:focus,.vcv-ui-form-group--wp-menu .vcv-ui-form-link:focus{box-shadow:none;outline:none}.vcv-ui-form-group--category .vcv-ui-ajax-form-container small,.vcv-ui-form-group--category .vcv-ui-form-helper{margin-top:20px}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-ajax-form-container small,.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-form-helper{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag{background:#e3e1e1;border-radius:3px;color:#797979;display:inline-block;font-size:14px;font-style:italic;letter-spacing:.5px;line-height:1;margin:10px 0;padding:4px 5px}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag:first-of-type{margin-top:0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container-type{margin:0 0 10px}.vcv-ui-edit-form-section-header.vcv-ui-wordpress-setting-header{margin:0 -20px 12px}.vcv-ui-form-group-container.vcv-ui-form-group-container--saving .vcv-ui-ajax-form-container select,.vcv-ui-form-group-container.vcv-ui-form-group-container--saving .vcv-ui-form-dropdown,.vcv-ui-form-group-container.vcv-ui-form-group-container--saving .vcv-ui-form-input{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed;pointer-events:none}.vcv-ui-form-group a{color:#586dc6;text-decoration:none;transition:.2s}.vcv-ui-form-group a:hover{color:#515162;text-decoration:underline}.vcv-ui-form-group a:focus{box-shadow:none;outline:none}.vcv-ui-navigation-slider-container{direction:ltr;display:flex;justify-content:space-between;position:relative}.vcv-ui-navigation-slider-container.vcv-ui-navigation-slider-container--shadow-left:before,.vcv-ui-navigation-slider-container.vcv-ui-navigation-slider-container--shadow-right:after{content:""}.vcv-ui-navigation-slider-container:after,.vcv-ui-navigation-slider-container:before{bottom:0;position:absolute;top:0;width:9px}.vcv-ui-navigation-slider-container:before{background:linear-gradient(90deg,rgba(20,37,65,.5),transparent);left:0}.vcv-ui-navigation-slider-container:after{background:linear-gradient(270deg,rgba(20,37,65,.5),transparent);right:70px}.vcv-ui-navigation-slider-container:not(.vcv-ui-navigation-slider-container--shadow-right) .vcv-ui-navigation-slider-controls{border-left:1px solid rgba(76,95,128,.2)}.vcv-ui-navigation-slider{border:0;border-radius:0;display:flex;flex-wrap:nowrap;overflow-x:scroll;overflow-y:hidden}.vcv-ui-navigation-slider::-webkit-scrollbar{display:none}.vcv-ui-navigation-slider{-ms-overflow-style:none;scrollbar-width:none}.vcv-ui-navigation-slider-item{background:transparent;border:0;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px;white-space:nowrap}.vcv-ui-navigation-slider-item[class*=vcv-ui-badge--] button{align-items:center;display:flex}.vcv-ui-navigation-slider-item[class*=vcv-ui-badge--] button:before{border-radius:50%;content:"";display:block;height:6px;margin-right:6px;width:6px}.vcv-ui-navigation-slider-item.vcv-ui-badge--warning button:before{background-color:#fdb713}.vcv-ui-navigation-slider-item.vcv-ui-badge--success button:before{background-color:#6dab3c}.vcv-ui-navigation-slider-item.vcv-ui-badge--error button:before{background-color:#f44}.vcv-ui-navigation-slider-item:focus .vcv-ui-navigation-slider-dropdown,.vcv-ui-navigation-slider-item:hover .vcv-ui-navigation-slider-dropdown{display:flex}.vcv-ui-navigation-slider-button:hover,.vcv-ui-navigation-slider-item.vcv-ui-navigation-slider-item--active .vcv-ui-navigation-slider-button{background:#1f3aa0}.vcv-ui-navigation-slider-button{background:transparent;border:0;border-radius:0;color:#f6f6f6;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.5px;margin:0;padding:14px 24px;transition:background .2s ease-in-out}.vcv-ui-navigation-slider-controls{display:flex;flex-shrink:0;width:70px}.vcv-ui-navigation-slider-control-button{background:transparent;border:none;border-radius:0;color:#fff;cursor:pointer;font-size:18px;padding:0;position:relative;width:50%}.vcv-ui-navigation-slider-control-button:not([disabled]):hover .vcv-ui-icon{opacity:.5}.vcv-ui-navigation-slider-control-button:first-child .vcv-ui-icon-expand{margin-left:-5px;transform:rotate(90deg)}.vcv-ui-navigation-slider-control-button:last-child .vcv-ui-icon-expand{margin-left:-14px;transform:rotate(-90deg)}.vcv-ui-navigation-slider-control-button[disabled]{color:#4c5f80;cursor:default}.vcv-ui-navigation-slider-control-button .vcv-ui-icon{left:50%;margin-top:-9px;position:absolute;top:50%;transition:opacity .2s}.vcv-ui-navigation-slider-dropdown{border:0;display:none;flex-direction:column;position:absolute;z-index:5}.vcv-ui-navigation-slider-dropdown-item{-webkit-font-smoothing:antialiased;background:#fff;background:#1f3aa0;border:0;border-radius:0;color:#fff;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.5px;min-width:150px;padding:15px 24px;text-align:left}.vcv-ui-navigation-slider-dropdown-item:last-child{border-bottom:0}.vcv-ui-navigation-slider-dropdown-item.vcv-ui-navigation-slider-dropdown-item--active,.vcv-ui-navigation-slider-dropdown-item:hover{background:#693bc5}.vcv-ui-add-content-panel-heading{align-items:center;display:flex;margin:12px 0 12px 20px}.vcv-ui-add-content-panel-heading .vcv-ui-editor-search-container{flex-grow:1;margin:0}.vcv-ui-add-content-panel-heading-controls{margin:0 10px}.rtl .vcv-ui-add-content-panel-heading{margin:12px 20px 12px 0}.vcv-ui-editor-panel-back-control,.vcv-ui-editor-panel-hide-control,.vcv-ui-editor-panel-settings-control{cursor:pointer;display:inline-block;font-size:16px;line-height:16px;margin:0 2px;padding:6px}.vcv-ui-editor-panel-back-control .vcv-ui-icon:before,.vcv-ui-editor-panel-hide-control .vcv-ui-icon:before,.vcv-ui-editor-panel-settings-control .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-editor-panel-back-control.vcv-ui-editor-panel-control--active,.vcv-ui-editor-panel-back-control:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-hide-control.vcv-ui-editor-panel-control--active,.vcv-ui-editor-panel-hide-control:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-settings-control.vcv-ui-editor-panel-control--active,.vcv-ui-editor-panel-settings-control:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-editor-panel-back-control.vcv-ui-editor-panel-control--active:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-hide-control.vcv-ui-editor-panel-control--active:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-settings-control.vcv-ui-editor-panel-control--active:hover .vcv-ui-icon:before{opacity:1}.vcv-ui-editor-panel-back-control{margin:0 7px 0 0}.rtl .vcv-ui-editor-panel-back-control{margin:0 0 0 7px}.vcv-ui-tree-view-content{color:#fff;display:flex;flex-direction:column;flex-wrap:nowrap;font-size:.875rem;height:100%}.vcv-ui-tree-view-content.vcv-ui-state--hidden{display:none}.vcv-ui-tree-content{display:flex;flex-direction:column;flex-grow:1;flex-wrap:nowrap;min-height:1em}.vcv-ui-tree-content>*{flex-grow:0;flex-shrink:0}.vcv-ui-tree-content-section{background-color:#f6f6f6;color:#6f747b;display:flex;flex:1 1 100%;flex-flow:column nowrap;min-height:1em;position:relative}.vcv-ui-tree-content-section>*{flex:1 1 auto}.vcv-ui-tree-content-section-inner{padding:20px}.rtl .vcv-ui-tree-content-section-inner{direction:rtl}.vcv-element-category-items{display:flex;flex-flow:wrap;width:100%}.vcv-element-category-title-wrapper{margin:0 15px 15px;position:relative;width:100%}.vcv-element-category-title-wrapper>.vcv-element-category-title{color:#70757d;cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.3px;line-height:18px}.vcv-element-categories-expand-button{background-color:transparent;border:0;bottom:0;color:#70757d;cursor:pointer;font-size:18px;padding:0 5px;position:absolute;right:-8px;top:0}.rtl .vcv-element-categories-expand-button{left:-8px;right:auto}.vcv-ui-tree-content-title-controls{align-items:center;display:flex;font-size:1.2em;margin-top:-8px;padding-left:0;padding-right:0}.vcv-ui-tree-content-title-control{color:inherit;cursor:pointer;display:inline-block;padding:0 10px;position:relative;text-decoration:none;vertical-align:middle}.vcv-ui-editor-tabs-container{display:flex;margin-top:8px;padding-left:20px;padding-right:60px}.vcv-ui-editor-tabs{display:flex;flex:1;flex-direction:row;flex-wrap:nowrap;font-family:Nunito Sans,sans-serif;font-size:.875rem}.vcv-ui-editor-tabs>*{flex-grow:0;flex-shrink:0}.vcv-ui-editor-tab{background-color:#304568;border-radius:4px 4px 0 0;color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;margin:0 2px 0 1px;padding:14px 32px;text-align:center;text-decoration:none;transition:all .2s ease-in-out}.vcv-ui-editor-tab:hover{background-color:#3b5580}.vcv-ui-editor-tab.vcv-ui-state--active{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-editor-tab.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown>.vcv-ui-editor-tab{padding-left:16px;padding-right:16px}.vcv-ui-editor-tab-toggle-tree{background:none;min-width:60px}.vcv-ui-editor-tab-content{white-space:nowrap}.vcv-ui-editor-tab-icon{display:inline-block;font-size:1em;height:1em;position:relative;vertical-align:middle;width:1.25em}.vcv-ui-editor-tab-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-editor-tab-icon+*{margin-left:16px}.vcv-ui-add-element-content .vcv-ui-item-overlay{align-items:center;display:flex;justify-content:center}.vcv-ui-add-element-content .vcv-ui-item-overlay>span{padding:.6em}.vcv-ui-add-element-content .vcv-ui-item-overlay--visible{opacity:1}.vcv-ui-add-element-content .vcv-ui-state--hidden{display:none}.vcv-ui-editor-plate.vcv-ui-state--centered .vcv-premium-teaser{position:absolute}.vcv-ui-add-element-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-editor-tabs-container{margin:0}.vcv-ui-add-template-content .vcv-ui-tree-content-section{overflow:hidden}.vcv-ui-add-template-content .vcv-ui-item-element-content:before{color:#fff;content:attr(data-letter);font-size:50px;left:50%;margin-right:-50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.vcv-ui-add-template-content .vcv-ui-item-element-content.vcv-ui-item-element-constant-bg{background-color:#393a3f;background-image:unset}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message-container{left:0;position:absolute;right:0;top:100%;z-index:2}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message{align-items:center;background:#f96262;bottom:0;color:#fff;display:flex;font-style:italic;justify-content:center;padding:15px 20px;position:absolute;transform:translateY(100%);transition:transform .2s ease-in-out;width:100%;z-index:1}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message--visible{transform:translateY(0)}.vcv-ui-add-template-content .vcv-ui-item-element{cursor:default}.vcv-ui-add-template-content .vcv-ui-item-element:hover .vcv-ui-item-control{transition:visibility 0s .1s;visibility:visible}.vcv-ui-add-template-content .vcv-ui-item-control--visible .vcv-ui-item-control{visibility:visible}.vcv-ui-add-template-content .vcv-ui-item-overlay{align-items:center;display:flex;justify-content:center;z-index:2}.vcv-ui-add-template-content .vcv-ui-item-control{cursor:pointer;padding:.6em;transition:color .2s ease-in-out,visibility 0s 0s;visibility:hidden}.vcv-ui-add-template-content .vcv-ui-item-control.vcv-ui-icon-add:hover{color:#e6e6e6}.vcv-ui-add-template-content .vcv-ui-item-control.vcv-ui-wp-spinner-light{visibility:visible}.vcv-ui-add-template-content .vcv-ui-save-template-form{display:flex;justify-content:space-between}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-form-input{-webkit-appearance:none;flex-grow:0;flex-shrink:1}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{flex-grow:0;flex-shrink:0;font-size:12px;font-weight:700;margin:0 0 0 10px;min-height:auto;padding:11px 32px;white-space:nowrap}.vcv-ui-add-template-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-state--hidden{display:none}.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-form-helper{margin-bottom:30px}.vcv-ui-add-template-content .vcv-ui-item-overlay--visible{opacity:1}.vcv-ui-add-template-content .vcv-ui-wp-spinner{cursor:default}.vcv-ui-add-template-content .vcv-ui-form-button--action,.vcv-ui-add-template-content .vcv-ui-form-button-group--action .vcv-ui-form-button{flex-shrink:0;margin:0 0 0 10px}.rtl .vcv-ui-add-template-content .vcv-ui-form-button--action,.rtl .vcv-ui-add-template-content .vcv-ui-form-button-group--action .vcv-ui-form-button,.rtl .vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{margin:0 10px 0 0}.vcv-ui-editor-tab-dropdown{display:flex;flex-direction:row;flex-wrap:nowrap;margin:0;position:relative}.vcv-ui-editor-tab-dropdown>*{flex-grow:0;flex-shrink:0}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-trigger{background-color:#3b5580}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-content{opacity:1;visibility:visible}.vcv-ui-editor-tab-dropdown.vcv-ui-state--active .vcv-ui-editor-tab-dropdown-trigger{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab-dropdown.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown-trigger{cursor:default;min-width:0}.vcv-ui-editor-tab-dropdown-content{box-shadow:1px 0 10px 0 rgba(0,0,0,.3);margin-left:1px;margin-right:2px;min-width:140px;opacity:0;position:absolute;right:0;top:100%;transition:visibility 0s,opacity .2s ease-in-out;visibility:hidden;z-index:1020}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab{background-color:#fff;border-radius:0;color:#6f747b;margin:0;text-align:left}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab.vcv-ui-state--active,.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab:hover{background-color:#3b5580;color:#fff}.vcv-ui-editor-tabs-free-space{flex-grow:1;flex-shrink:1}.vcv-ui-editor-plate:not(.vcv-ui-state--active){display:none}.vcv-ui-design-options-onion{background-color:#f6f6f6;width:100%}.vcv-ui-design-options-onion-layers{padding-top:100%;position:relative}[class*=vcv-ui-design-options-onion-layer--]{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}[class*=vcv-ui-design-options-onion-layer--] [class*=vcv-ui-design-options-onion-control-position--]{height:30px;padding-left:2px;padding-right:2px;pointer-events:all;position:absolute;text-align:center;width:36px;z-index:1}[class*=vcv-ui-design-options-onion-layer--]:before{border:1px solid #d1d1d1;bottom:15px;content:"";display:block;left:20px;position:absolute;right:20px;top:15px}[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-ajax-form-container label,[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-form-group-heading{align-items:center;background-color:#f6f6f6;display:inline-flex;max-width:95px;min-height:30px;padding:0 4px;pointer-events:all;position:absolute;right:calc(50% + 24px);text-align:right;z-index:1}.vcv-ui-design-options-onion-layer--border{margin:50px}.vcv-ui-design-options-onion-layer--padding{margin:100px}.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-ajax-form-container label,.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-form-group-heading{right:44px}.vcv-ui-design-options-onion-control-position--top{left:50%;top:0;transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--bottom{bottom:0;left:50%;transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--left{left:0;top:50%;transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--right{right:0;top:50%;transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--top-left{left:0;top:0}.vcv-ui-design-options-onion-control-position--top-right{right:0;top:0}.vcv-ui-design-options-onion-control-position--bottom-left{bottom:0;left:0}.vcv-ui-design-options-onion-control-position--bottom-right{bottom:0;right:0}.vcv-ui-form-dependency.vcv-ui-state--hidden,.vcv-ui-tab-dependency.vcv-ui-state--hidden{display:none}.vcv-ui-form-dependency.vcv-ui-state--visible,.vcv-ui-tab-dependency.vcv-ui-state--visible{display:block}.vcv-ui-edit-form-actions{display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;overflow:hidden}.vcv-ui-edit-form-actions .vcv-ui-edit-form-action-content span{display:none;margin-left:16px}.vcv-ui-edit-form-action{border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-edit-form-action.vcv-ui-state--active,.vcv-ui-edit-form-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-edit-form-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-edit-form-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-edit-form-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-edit-form-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-editor-tabs-wrapper{display:flex}.vcv-ui-editor-tabs-wrapper-state--hidden{opacity:0;position:absolute;visibility:hidden;z-index:-1}.vcv-ui-editors-header-dropdown{margin-bottom:6px;margin-top:-1px}.vcv-ui-form-dropdown-option.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-header{align-items:center;display:flex;min-height:61px;padding:10px 10px 10px 14px}.vcv-ui-edit-form-header-image{margin:0 12px 0 0}.vcv-ui-edit-form-header-title{border:2px solid transparent;border-radius:12px;caret-color:hsla(0,0%,100%,.5);letter-spacing:.3px;max-width:100%;outline:none;overflow:hidden;padding:1px 12px;text-overflow:ellipsis;transition:border-color .2s ease-in-out;white-space:nowrap}.vcv-ui-edit-form-header-title:focus,.vcv-ui-edit-form-header-title:hover{border-color:#3b5e91}.vcv-ui-edit-form-header-title.active{text-overflow:clip;white-space:normal}.vcv-ui-icon-edit-form-header-title{cursor:pointer;font-size:12px;margin-right:35px;opacity:.5;padding:15px 10px;position:relative;text-align:center}.vcv-ui-icon-edit-form-header-title:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-edit-form-header-control-container{align-items:center;display:flex;flex-grow:1;font-size:1.2em;justify-content:flex-end}.vcv-ui-edit-form-header-control-container .vcv-ui-icon{display:inline-block;line-height:unset;vertical-align:top}.vcv-ui-edit-form-header-control-container .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-edit-form-header-control{color:#fff;cursor:pointer;margin:0 4px;padding:7px}.vcv-ui-edit-form-header-control:focus,.vcv-ui-edit-form-header-control:hover{color:#fff}.vcv-ui-edit-form-header-control.vcv-ui-edit-form-header-control--disabled,.vcv-ui-edit-form-header-control:focus .vcv-ui-icon:before,.vcv-ui-edit-form-header-control:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-view-content-accordion .vcv-ui-tree-content-section-inner{padding:0}.vcv-ui-edit-form-back-button{cursor:pointer;padding:5px 10px}.vcv-ui-edit-form-back-button .vcv-ui-icon:before{vertical-align:middle}.vcv-ui-edit-form-section.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-section.vcv-ui-state--visible{display:block}.vcv-ui-form-group .vcv-ui-edit-form-section{margin:0 -20px}.vcv-ui-edit-form-section--opened>.vcv-ui-edit-form-section-content{display:block}.vcv-ui-edit-form-section--closed>.vcv-ui-edit-form-section-content{display:none}.vcv-ui-edit-form-section-header{align-items:center;background:#203251;border-top:1px solid #263b5d;color:#fff;cursor:pointer;display:flex;letter-spacing:.3px;padding:15px 20px 15px 18px;position:relative;text-overflow:ellipsis;transition:background .2s ease-in-out;white-space:nowrap}.vcv-ui-edit-form-section-header:hover{background:#16243f}.vcv-ui-edit-form-section-header-title{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-edit-form-section-header-control{color:#fff;cursor:pointer;display:inline-flex;font-size:1.2em;justify-content:center;transition:opacity .2s;width:22px}.vcv-ui-edit-form-section-header-control:hover{opacity:.5}.vcv-ui-edit-form-section-header-control .vcv-ui-icon{vertical-align:middle}.vcv-ui-edit-form-section-header-go-back{color:#fff;cursor:pointer;display:inline-flex;justify-content:center;margin-right:7px;transition:opacity .2s;width:22px}.vcv-ui-edit-form-section-header-go-back:hover{opacity:.5}.vcv-ui-edit-form-section-header-go-back .vcv-ui-icon{vertical-align:middle}.vcv-ui-edit-form-section-content{padding:20px 20px 5px}.vcv-ui-presets-form .vcv-ui-form-button{margin:0 0 0 10px}.rtl .vcv-ui-presets-form .vcv-ui-form-button{margin:0 10px 0 0}[class*=vcv-ui-badge--] i:after{border-radius:50%;content:"";display:block;height:6px;position:absolute;right:-3px;top:-5px;width:6px}.vcv-ui-badge--warning i:after{background-color:#fdb713}.vcv-ui-badge--success i:after{background-color:#6dab3c}.vcv-ui-badge--error i:after{background-color:#f44}.vcv-ui-navbar-logo{background:url(assets/eff0317167c3391bd68f.svg) 50% 50% no-repeat;color:inherit;cursor:pointer;display:inline-block;min-height:60px;min-width:60px;order:-100;padding:16px;text-decoration:none;vertical-align:middle}.vcv-ui-navbar-logo.vcv-ui-navbar-logo--no-click{cursor:default}.vcv-ui-navbar-logo:focus,.vcv-ui-navbar-logo:hover{box-shadow:none}.vcv-ui-navbar-logo-title{display:none;padding-left:40px}.vcv-ui-navbar-logo--show-title{background-position:8px 50%}.vcv-ui-navbar-logo--show-title .vcv-ui-navbar-logo-title{display:inline}.vcv-ui-wp-spinner{display:inline-block;height:1em;margin:0;opacity:.7;padding:0;position:relative;vertical-align:middle;width:1em}.vcv-ui-wp-spinner:before{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/9473596cf58c721f0a0b.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.vcv-ui-wp-spinner.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-item-add-hub.vcv-ui-wp-spinner-light{cursor:auto;position:static}.vcv-ui-wp-spinner-light{display:inline-block;height:1em;margin:0;opacity:.7;padding:0;position:relative;vertical-align:middle;width:1em}.vcv-ui-wp-spinner-light:before{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.vcv-ui-wp-spinner-light.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-form-button .vcv-ui-wp-spinner{margin-left:10px}@keyframes vcv-ui-wp-spinner-animation{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}#vc-navbar-container,.vcv-ui-navbar-container{display:flex;flex:1 0 auto;flex-flow:column nowrap}.vcv-ui-navbar{color:#fff;display:flex;flex:1 0 auto;flex-direction:row;flex-wrap:nowrap;font-size:.875rem;min-height:60px;position:relative;z-index:2010}.vcv-ui-navbar>*{flex-grow:0;flex-shrink:0;order:-1}.vcv-ui-navbar>.vcv-ui-pull-end{order:1}.rtl .vcv-ui-navbar{direction:rtl}.vcv-ui-navbar-control{color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;min-height:60px;min-width:60px;padding:16px;position:relative;text-align:center;text-decoration:none;transition-duration:.2s;transition-property:color,background-color;transition-timing-function:ease-in-out}.vcv-ui-navbar-control.vcv-ui-navbar-control--active,.vcv-ui-navbar-control:hover{background-color:#203251;color:#fff}.vcv-ui-navbar-control[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-navbar-control.vcv-go-premium{flex-direction:row;justify-content:flex-start;line-height:27px}.vcv-ui-navbar-control.vcv-go-premium .vcv-ui-icon-star{height:23px;width:23px}.vcv-ui-navbar-control.vcv-go-premium .vcv-ui-navbar-control-content{margin-left:7px}.rtl .vcv-ui-navbar-control{direction:rtl}.rtl .vcv-ui-navbar-control .vcv-go-premium .vcv-ui-navbar-control-content{margin-left:0;margin-right:7px}.vcv-ui-navbar-control-content{font-size:14px;letter-spacing:.3px;white-space:nowrap}.vcv-ui-navbar-control-icon{display:inline-block;font-size:1em;height:1em;position:relative;vertical-align:middle;width:1.25em}.vcv-ui-navbar-control-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-navbar-control-icon+span{margin-left:16px}.rtl .vcv-ui-navbar-control-icon+span{margin-left:0;margin-right:16px}.vcv-ui-navbar-controls-group{display:flex;flex-direction:row;flex-wrap:nowrap}.vcv-ui-navbar-controls-group>*{flex-grow:0;flex-shrink:0}.vcv-ui-navbar-sandwich.vcv-ui-navbar-dropdown{position:static}.vcv-ui-navbar-sandwich .vcv-ui-navbar-controls-set:not(:last-child):after{background-color:hsla(0,0%,100%,.1);content:"";display:block;height:1px}.rtl .vcv-ui-navbar-controls-set{direction:rtl}.vcv-ui-navbar-dropdown{display:flex;flex-direction:row;flex-wrap:nowrap;margin:0;position:relative}.vcv-ui-navbar-dropdown>*{flex-grow:0;flex-shrink:0}.vcv-ui-navbar-dropdown .vcv-ui-navbar-controls-group{flex-direction:column}.vcv-ui-navbar-dropdown:hover .vcv-ui-navbar-dropdown-trigger{background-color:#203251}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-content{opacity:0;visibility:hidden}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-trigger{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:auto;right:0}.rtl .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:0;right:auto}.vcv-ui-navbar-dropdown-trigger{position:relative;width:100%;z-index:2010}.vcv-ui-navbar-dropdown-content{background-color:#203251;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);left:0;margin:0;max-height:0;min-width:200px;opacity:0;overflow:hidden;padding:0;position:absolute;top:100%;visibility:hidden;z-index:2005}.vcv-ui-navbar-dropdown-content.vcv-ui-show-dropdown-content{max-height:none;opacity:1;overflow:initial;visibility:visible;z-index:2006}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control.vcv-ui-state--active,.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control:hover{background-color:#693bc5}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control:last-child{border-top:1px solid #374763}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content{align-items:center;display:flex;justify-content:flex-start}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content em{color:#acb4c3;font-size:12px;margin-left:5px}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content>span{display:initial}.vcv-ui-navbar-control-separator{background-color:hsla(0,0%,100%,.1);display:block;min-height:1px;min-width:1px}.vcv-ui-navbar-drag-handler{order:-100}.vcv-ui-navbar-controls-spacer{flex:1 1 auto;order:0}.vcv-ui-navbar-hide-labels .vcv-ui-navbar-control{text-align:center}.vcv-ui-navbar-hide-labels .vcv-ui-navbar-control-content>span{display:none}.vcv-ui-navbar-show-labels .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-show-labels .vcv-ui-navbar-control-content>span{display:inline}.rtl .vcv-ui-navbar-show-labels .vcv-ui-navbar-control{text-align:right}.vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{min-width:100%}.vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{min-height:0;min-width:0;padding:12px}.vcv-ui-navbar-show-labels .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{flex-direction:column}.vcv-ui-navbar-show-labels .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{min-height:60px}.vcv-ui-navbar-control.vcv-ui-state--active{background-color:#203251}.vcv-ui-navbar-control.vcv-ui-state--warning{background-color:#fdb713}.vcv-ui-navbar-control.vcv-ui-state--disabled{cursor:not-allowed;opacity:.5}.vcv-ui-navbar-control.vcv-ui-state--disabled:hover{background-color:transparent}.vcv-ui-navbar-control.vcv-ui-toggle--inactive{opacity:.5}.vcv-ui-navbar-control.vcv-ui-toggle--active{opacity:1}.vcv-ui-navbar-control-hidden{display:none}.vcv-layout-bar-header.vcv-layout-bar-header--loading{cursor:not-allowed}.vcv-layout-bar-header.vcv-layout-bar-header--loading .vcv-ui-navbar-control{pointer-events:none}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content{bottom:100%;top:auto}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout.vcv-ui-navbar-dropdown-content--horizontal,.vcv-layout-dock--top .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout.vcv-ui-navbar-dropdown-content--horizontal{right:0}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout,.vcv-layout-dock--top .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout{right:auto}.vcv-layout-dock--left #vc-navbar-container,.vcv-layout-dock--left .vcv-ui-navbar,.vcv-layout-dock--left .vcv-ui-navbar-controls-group{flex-direction:column}.vcv-layout-dock--left .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content{bottom:0;left:100%;right:auto;top:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout,.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--sm{min-width:unset}.vcv-layout-dock--left .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:100%;right:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--vertical{bottom:0;top:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-controls-group{flex-direction:row}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{display:flex;flex-direction:column;min-height:100%;min-width:0}.vcv-layout-dock--right #vc-navbar-container,.vcv-layout-dock--right .vcv-ui-navbar,.vcv-layout-dock--right .vcv-ui-navbar-controls-group{flex-direction:column}.vcv-layout-dock--right .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content{bottom:0;left:auto;right:100%;top:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout{bottom:auto;top:0}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:auto;right:100%;top:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--vertical{bottom:0;top:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-controls-group{flex-direction:row}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{display:flex;flex-direction:column;min-height:100%;min-width:0}.vcv-ui-navbar-is-dragging{user-select:none}.vcv-ui-navbar-is-dragging .vcv-ui-navbar-container>:not(.vcv-ui-navbar-drag-handler){pointer-events:none}.vcv-ui-navbar-is-dragging .vcv-layout-content:after{background-color:#fff;bottom:0;content:"";cursor:move;left:0;opacity:.2;position:absolute;right:0;top:0;z-index:2000}.vcv-ui-navbar-guideline{background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;position:fixed;transition-duration:.2s;transition-property:height,width;transition-timing-function:ease-in-out;z-index:-1}.vcv-ui-navbar-guideline-top{height:0;left:0;right:0;top:0}.vcv-ui-navbar-guideline-top.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-bottom{bottom:0;height:0;left:0;right:0}.vcv-ui-navbar-guideline-bottom.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-left{bottom:0;left:0;top:0;width:0}.vcv-ui-navbar-guideline-left.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-navbar-guideline-right{bottom:0;right:0;top:0;width:0}.vcv-ui-navbar-guideline-right.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-wpbackend-navbar-guideline{background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;position:fixed;z-index:-1}.vcv-ui-wpbackend-navbar-guideline-top{height:0}.vcv-ui-wpbackend-navbar-guideline-top.vcv-ui-wpbackend-navbar-guideline-is-visible{height:5px}.vcv-ui-wpbackend-navbar-guideline-bottom{height:0}.vcv-ui-wpbackend-navbar-guideline-bottom.vcv-ui-wpbackend-navbar-guideline-is-visible{height:5px}.vcv-ui-wpbackend-navbar-guideline-left{width:0}.vcv-ui-wpbackend-navbar-guideline-left.vcv-ui-wpbackend-navbar-guideline-is-visible{width:5px}.vcv-ui-wpbackend-navbar-guideline-right{width:0}.vcv-ui-wpbackend-navbar-guideline-right.vcv-ui-wpbackend-navbar-guideline-is-visible{width:5px}.vcv-ui-teaser-add-element-content .vcv-ui-hub-control-container{background:#203251;margin-bottom:0;text-align:left}.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container{margin:6px 60px 12px 20px}.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-ajax-form-container select,.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-form-dropdown{padding:9px 14px 8px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large{border:0;border-radius:0}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button{background:transparent;border:0;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#1f3aa0}.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots,.vcv-ui-editor-plate--teaser .vcv-ui-item-element-inactive{cursor:default}.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots{font-size:1rem}.vcv-ui-editor-plate--teaser .vcv-ui-item-element{cursor:default}.vcv-ui-hub-control-container{margin:0 0 20px;text-align:center}.vcv-ui-hub-control-container.vcv-is-hidden{height:0;margin:0}.vcv-ui-hub-control-container.vcv-is-hidden .vcv-ui-form-buttons-group{left:-9999px;position:fixed;top:-9999px;z-index:-9999}.vcv-ui-hub-control-container.vcv-is-hidden~.vcv-ui-hub-dropdown-container{display:block}.vcv-ui-hub-control-container .vcv-ui-form-buttons-group{flex-wrap:nowrap}.vcv-ui-hub-control{background:#fff;border:1px solid #d0d0d0;border-radius:0;color:#6f747b;cursor:pointer;flex:0 1 auto;padding:14px 24px;transition:background .2s ease-in-out}.vcv-ui-hub-control:first-of-type{border-radius:3px 0 0 3px}.vcv-ui-hub-control:last-of-type{border-radius:0 3px 3px 0}.vcv-ui-hub-control:not(:last-of-type){border-right:none}.vcv-ui-hub-control.vcv-ui-state--active,.vcv-ui-hub-control:hover{background:#ddd}.vcv-layout-dock .vcv-ui-hide-resizers .vcv-ui-resizer{display:none}.vcv-ui-hub-dropdown-container{display:none;margin:0 0 20px}.vcv-hub-banner{background:#2d3036;margin-bottom:20px;min-height:300px;overflow:hidden;padding:20px;position:relative}.vcv-hub-banner:before{background:url(https://cdn.hub.visualcomposer.com/plugin-assets/vcwb-hub-banner-bg.png) 50%;background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vcv-hub-banner-content{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center;z-index:1}.vcv-hub-banner-title{font-family:Montserrat,sans-serif;font-size:24px;font-weight:600;letter-spacing:1.12px;line-height:32px;margin:0}.vcv-hub-banner-subtitle{font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px;max-width:560px}.vcv-hub-banner .vcv-hub-banner-button,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{background:#ffae27;box-shadow:none;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.92px;margin-top:26px;max-width:100%;outline:none;padding:15px 20px;text-decoration:none;text-transform:uppercase;transition:background .2s;width:315px}.vcv-hub-banner .vcv-hub-banner-button:hover,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button:hover{background:#d98800;color:#fff;text-decoration:none}.vcv-hub-banner .vcv-hub-banner-button:focus,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button:focus{color:#fff;text-decoration:none}.vcv-hub-banner .vcv-hub-banner-link{color:#fff;text-decoration:underline}.vcv-hub-banner .vcv-hub-banner-link:focus,.vcv-hub-banner .vcv-hub-banner-link:hover{color:#fff;cursor:pointer;text-decoration:none}@media (min-width:768px){.vcv-hub-banner-title{font-size:36px;line-height:42px}}@keyframes vcv-slide-image-left{0%{transform:translateZ(0)}to{transform:translate3d(-2796px,0,0)}}.vcv-ui-editor-plate--stock-images{background:#1a1a1a}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used{background:transparent}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-subtitle,.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-unsplash-logo,.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-media-powered-text{display:none}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-inner{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;max-width:100%}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-container{min-height:auto;padding-bottom:0}.vcv-stock-images-container{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:360px;padding:20px;position:relative}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy{background:#110f1d;position:relative}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy:before{background:#ff6569;content:"";height:10px;left:0;position:absolute;right:0;top:0}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy:after{background:#aa39ff;bottom:0;content:"";height:10px;left:0;position:absolute;right:0}.vcv-stock-media-powered-text{color:#bbb;font-family:Roboto,sans-serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;margin-top:14px;text-align:right}.vcv-stock-media-powered-text a{color:#fff;outline:none;text-decoration:none;transition:color .2s}.vcv-stock-media-powered-text a:hover{color:#e4e4e4}.vcv-stock-images-inner{margin:auto;max-width:600px;width:100%}.vcv-stock-images-unsplash-logo{display:inline-block}.vcv-stock-images-unsplash-logo svg{vertical-align:bottom}.vcv-stock-images-subtitle{-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;letter-spacing:.82px;line-height:28px}.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{display:inline-block;margin-top:6px;padding-left:40px;padding-right:40px;width:auto}.vcv-stock-images-results-container{align-self:center;box-sizing:border-box;display:flex;flex-shrink:0;max-width:1600px;padding:10px;width:100%}.vcv-stock-images-results-data{-webkit-font-smoothing:antialiased;color:#9a9a9a;display:flex;flex:0 0 auto;flex-direction:row;font-size:14px;font-weight:600;justify-content:space-between;padding:20px 20px 0}.vcv-stock-images-column-count--1 .vcv-stock-images-col{flex:0 0 100%;max-width:100%}.vcv-stock-images-column-count--2 .vcv-stock-images-col{flex:0 0 50%;max-width:50%}.vcv-stock-images-column-count--3 .vcv-stock-images-col{flex:0 0 33.333%;max-width:33.333%}.vcv-stock-images-column-count--4 .vcv-stock-images-col{flex:0 0 25%;max-width:25%}.vcv-stock-images-column-count--5 .vcv-stock-images-col{flex:0 0 20%;max-width:20%}.vcv-stock-image-wrapper{padding:10px;position:relative}.vcv-stock-image-wrapper:before{background-color:#e8e8e8;bottom:10px;content:"";left:10px;position:absolute;right:10px;top:10px;transition:background-color .2s;transition-delay:.2s}.vcv-stock-image-wrapper.vcv-stock-image--loaded:before{background-color:transparent}.vcv-stock-image--loaded .vcv-stock-image-inner{opacity:1}.vcv-stock-image-inner{opacity:0;position:relative;transition:opacity .2s}.vcv-stock-image-inner:hover .vcv-stock-image-download-container,.vcv-stock-image-inner:hover .vcv-stock-image-hover-lock{box-shadow:0 0 15px 0 rgba(0,0,0,.1);opacity:1}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-download-container,.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-hover-lock{display:none}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-loading{display:flex}.vcv-stock-image-hover-lock .vcv-ui-icon:hover:before{content:"\e912"}.vcv-stock-image{bottom:0;left:0;position:absolute;right:0;top:0;vertical-align:top;width:100%}.vcv-ui-editor-plate--stock-images~.vcv-loading-wrapper{display:flex;flex:0 0 auto;justify-content:center;padding:5px 20px 20px}.vcv-ui-editor-plate--stock-images~.vcv-loading-dots-container{margin:auto}.vcv-stock-image-download-container{align-items:center;background-color:rgba(38,37,37,.6);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s}.vcv-stock-image-download-options{display:flex;flex-direction:column;height:100%;max-height:170px;padding:10px 25px;width:100%}.vcv-stock-image-download-options .vcv-stock-image-download-button:last-child{border-bottom:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-stock-image-download-options .vcv-stock-image-download-button:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-stock-image-download-button{-webkit-font-smoothing:antialiased;background:#fff;border:none;border-bottom:1px solid #d8d8d8;color:#303030;cursor:pointer;flex-grow:1;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:700;outline:none;padding:5px 10px;transition:background-color .2s,color .2s,border-color .2s}.vcv-stock-image-download-button span{color:#9a9a9a;transition:color .2s}.vcv-stock-image-download-button .vcv-ui-icon-download{margin-left:10px;opacity:0}.vcv-stock-image-download-button:hover{background-color:#2a4c80;border-color:#2a4c80;color:#fff}.vcv-stock-image-download-button:hover span{color:#fff}.vcv-stock-image-download-button:hover .vcv-ui-icon-download{opacity:1}.vcv-stock-image-loading{align-items:center;background-color:rgba(38,37,37,.6);bottom:0;color:#fff;display:none;justify-content:center;left:0;position:absolute;right:0;top:0}.vcv-stock-image-loading .vcv-ui-wp-spinner{visibility:visible}.vcv-stock-image-hover-lock{align-items:center;background-color:rgba(38,37,37,.6);bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s}.vcv-stock-image-hover-lock .vcv-ui-icon-download{color:#fff;font-size:18px}.vcv-stock-image-hover-lock .vcv-ui-icon-lock-fill{color:#fff;font-size:16px;padding:4px}a.vcv-stock-image-author{-webkit-font-smoothing:antialiased;align-items:center;box-shadow:none;display:flex;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:800;justify-content:center;text-decoration:none;transition:color .2s}a.vcv-stock-image-author:hover{color:#e6e6e6}a.vcv-stock-image-author:focus{box-shadow:none;outline:none}.vcv-stock-image-author-image{border-radius:50%;margin-right:10px;width:32px}.media-frame .vcv-ui-search-container .vcv-ui-search-field{border:none;box-shadow:none;font-size:14px}.media-frame .vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-ui-search-container{border:1px solid #f6f6f6}.media-frame .vcv-loading-dots-container,.media-frame .vcv-ui-editor-no-items-image{margin-top:50px}.media-frame .vcv-stock-images-results-container{margin:auto}.vcv-ui-search-container{background:#fff;border-radius:5px;display:flex;flex:1 0 auto;height:55px}.vcv-ui-search-container .vcv-ui-search-button{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex:0 0 60px;justify-content:center;padding:0}.vcv-ui-search-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field{background:transparent;border:none;flex:1 0 auto;font-size:14px;padding:8px 14px 8px 0;width:0}.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field:focus,.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field:hover{animation:none;border:none;box-shadow:none;outline:none}.vcv-ui-search-field:focus::-webkit-input-placeholder{color:transparent}.vcv-ui-search-field:focus:-moz-placeholder,.vcv-ui-search-field:focus::-moz-placeholder{color:transparent}.vcv-ui-search-field:focus:-ms-input-placeholder{color:transparent}.vcv-wb-editor .CodeMirror-lint-tooltip{z-index:1141}.vcv-wb-editor .CodeMirror-gutters{background-color:#e8e8e8}.vcv-wb-editor ul.CodeMirror-hints{z-index:1141}.vcv-row-html-editor-container,.vcv-ui-script-ace-container,.vcv-ui-style-ace-container{background-color:#f9f9f9;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);-webkit-box-sizing:border-box;box-sizing:border-box;color:#32373c;font-family:Consolas,Monaco,monospace;font-size:13px;height:50vh;outline:none;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-transition:border-color .05s ease-in-out;-o-transition:border-color .05s ease-in-out;transition:border-color .05s ease-in-out;width:100%}.vcv-start-layout-item-list{justify-content:center;margin:30px auto 0}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-stroke{stroke:#d1d1d1;transition:stroke .2s ease}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-fill{fill:#d1d1d1;transition:fill .2s ease}.vcv-ui-start-layout-list-item-active .vcv-ui-start-layout-list-item-icon-stroke,.vcv-ui-start-layout-list-item:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#283aa4}.vcv-ui-start-layout-list-item-active .vcv-ui-start-layout-list-item-icon-fill,.vcv-ui-start-layout-list-item:hover .vcv-ui-start-layout-list-item-icon-fill{fill:#283aa4}.vcv-ui-start-layout-list-item-disabled .vcv-ui-item-element{cursor:not-allowed}.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-fill,.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-stroke{opacity:.5;transition:opacity .2s ease}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#d1d1d1;opacity:1}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-fill{fill:#d1d1d1;opacity:1}.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout{border:2px solid #d1d1d1;display:block;height:100px;position:relative;width:100px}.vcv-ui-start-layout-list-item-active .vcv-ui-item-element-content-layout,.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout:hover{border-color:#294a82}.vcv-ui-start-layout-list-item-active .vcv-ui-item-element-content-layout .vcv-ui-start-layout-list-item-icon-name,.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout:hover .vcv-ui-start-layout-list-item-icon-name{color:#294a82}.vcv-ui-start-layout-list-item-icon-name{color:#adadad;display:block;font-size:20px;font-weight:200;left:0;line-height:100px;margin:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.vcv-ui-start-layout-list-item-icon{display:block;height:100%;margin:0;position:relative;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:before{background:#d1d1d1;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:before{background:#d1d1d1;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar .vcv-ui-start-layout-list-item-icon-helper{background:#d1d1d1;height:56px;position:absolute;right:25px;top:20px;width:2px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:before{background:#d1d1d1;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar .vcv-ui-start-layout-list-item-icon-helper{background:#d1d1d1;height:56px;left:25px;position:absolute;top:20px;width:2px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:before{border:1px dashed #d1d1d1;content:"";display:block;height:100%;position:absolute;top:0;width:0}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:before{left:15px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:after{right:15px}.vcv-insights.vcv-ui-tree-content-section-inner{background-color:#f6f6f6}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight{-webkit-font-smoothing:antialiased;background-color:#fff;background-image:none;border-radius:5px;color:#5c5b5b;display:flex;flex-direction:column;font-weight:700;margin-bottom:20px;padding:14px;position:relative;transition:box-shadow .2s ease-in-out}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title{font-size:14px;letter-spacing:.3px;line-height:19px;padding:0 0 0 16px;position:relative}.vcv-insight-description,.vcv-insight-item-description{color:#999;font-family:inherit;font-size:12px;font-style:italic;letter-spacing:.92px;line-height:20px;padding:8px 16px 0}.vcv-insight-item-description{flex:1 1 auto;margin:0 10px 0 0;padding:0 0 0 20px}.vcv-insight-no-issues .vcv-insight-description{padding:0;text-align:center;width:300px}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title:before{border-radius:50%;bottom:0;content:"";height:9px;left:0;margin:auto;position:absolute;top:0;width:9px}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-critical .vcv-insight-title:before{background-color:#f05a59}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-warning .vcv-insight-title:before{background-color:#feb716}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-success .vcv-insight-title:before{background-color:#6bdd4d}.vcv-insight-go-to-action{background-color:transparent;border:none;color:#c6cbd4;cursor:pointer;font-size:17px;padding:7px;transition:color .2s ease-in-out}.vcv-insight-go-to-action:hover{color:#9aa3b3}.vcv-insight-items{border-top:1px solid #f4f4f4;margin-top:15px}.vcv-insight-item{align-items:center;display:flex;margin:15px 0}.vcv-insight-item--grouped{align-items:stretch;border-bottom:1px solid #f4f4f4;padding-bottom:15px}.vcv-insight-item--grouped:last-child{border:none;padding:0}.vcv-insight-item--grouped .vcv-insight-item-thumbnail{margin:5px 0}.vcv-insight-item .vcv-insight-item-thumbnail{height:80px;object-fit:cover;width:80px}.vcv-insight-header{display:flex;flex-direction:column;padding-right:20px;position:relative}.vcv-insight-collapse-button{background-color:transparent;border:0;bottom:0;color:#c6cbd4;cursor:pointer;font-size:18px;position:absolute;right:0;top:0}.vcv-insight-collapse-button:hover{color:#9aa3b3}.vcv-insight-no-issues,.vcv-ui-insights-spinner,.vcv-ui-settings-popup-panel-spinner{bottom:0;height:auto;left:0;position:absolute;right:0;top:0;width:auto}.vcv-no-issues-heading{font:normal 600 16px/22px Montserrat,sans-serif;letter-spacing:1px;margin:20px 0 10px}.vcv-insight-no-issues{align-items:center;display:flex;flex-direction:column;justify-content:center;pointer-events:none}.vcv-insight-header .vcv-ui-wp-spinner{height:100%;position:absolute;right:8px}.vcv-insight.vcv-ui-form-group .vcv-ui-form-link{display:inline}.rtl .vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title{padding:0 16px 0 0}.rtl .vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title:before{left:auto;right:0}.rtl .vcv-insight-collapse-button{left:0;right:auto}.vcv-notification-item{-webkit-font-smoothing:antialiased;background-color:#fff;background-image:none;border-radius:5px;color:#5c5b5b;display:flex;flex-direction:row;font-weight:700;margin-bottom:20px;padding:14px;position:relative;transition:box-shadow .2s ease-in-out}.vcv-notification-item:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-notification-item:hover .vcv-notification-item-url-icon{color:#9aa3b3}.vcv-notification-item-image{height:70px;margin-right:15px;object-fit:cover;width:70px}.vcv-notification-item-content{flex-grow:1}.vcv-notification-item-title{color:#5c5b5b;font-size:14px;font-weight:700;letter-spacing:.3px;line-height:19px}.vcv-notification-item-text{color:#999;font-size:12px;font-style:italic;font-weight:700;letter-spacing:.92px;line-height:20px}.vcv-notification-item .vcv-notification-item-url{border:none;bottom:0;box-shadow:none;left:0;outline:none;position:absolute;right:0;top:0;z-index:1}.vcv-notification-item-url-icon{align-items:center;color:#c6cbd4;display:flex;font-size:16px;justify-content:center;margin-left:15px;transition:color .2s}.rtl .vcv-notification-item-image{margin-left:15px;margin-right:0}.rtl .vcv-notification-item-url-icon{margin-left:0;margin-right:15px}.vcv-color-box{border-radius:3px;box-shadow:0 0 5px 0 rgba(0,0,0,.1);display:inline-block;height:14px;margin-right:4px;vertical-align:sub;width:14px}.vcv-layout-popup{bottom:0;color:#fff;display:flex;justify-content:flex-end;opacity:0;pointer-events:none;position:fixed;transform:translateY(100%);transition:opacity .5s ease-in-out,transform .5s ease-in-out;width:100%;z-index:3010}.vcv-layout-popup--full-page{align-items:center;height:100%;justify-content:center;transform:translate(0);transition:opacity .5s ease;z-index:999999}.vcv-layout-popup--full-page.vcv-layout-popup--visible{background:rgba(47,47,47,.7);pointer-events:unset}.vcv-layout-popup--full-page .vcv-layout-popup-inner,.vcv-layout-popup--full-page .vcv-premium-teaser{background:#fff;max-width:360px;padding:40px}.vcv-layout-popup--full-page .vcv-layout-popup-badge{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='249' height='373' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M225.993 143.444 249 103.837l-35.248-29.399-7.99-45.04h-46.014L124.5 0 89.252 29.398H43.239l-7.99 45.04L0 103.836l23.007 39.607-7.99 45.04 21.277 7.698V373h23.374l65.004-68.409L189.875 373h23.162V196.063l20.947-7.579-7.99-45.04ZM58.386 342.368V204.354l22.875 39.38 32.358-11.705v52.215l-55.233 58.124Zm132.558-.175-55.233-57.948v-52.097l32.027 11.587 23.007-39.608.199-.071v138.137Zm11.895-202.807 6.168 34.766-33.375 12.073-17.758 30.572-33.374-12.074-33.374 12.074-17.758-30.572-33.375-12.073 6.168-34.766-17.758-30.572L55.61 86.122l6.168-34.765h35.516l27.207-22.691 27.208 22.69h35.516l6.168 34.766 27.207 22.692-17.76 30.572Z' fill='%23363636'/%3E%3Cpath fill='%23F7B332' d='M106.79 127.82 91.594 110.45 75 124.389 103.521 157 170 108.137 156.885 91z'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;height:90px;margin:0 auto 30px;width:60px}.vcv-layout-popup--full-page .vcv-layout-popup-header{padding-right:0;position:unset}.vcv-layout-popup--full-page .vcv-layout-popup-header .vcv-layout-popup-heading{color:#363636;font-family:Montserrat,sans-serif;font-size:22px;letter-spacing:1px;line-height:26px;text-align:center}.vcv-layout-popup--full-page .vcv-layout-popup-close,.vcv-layout-popup--full-page .vcv-premium-teaser-close{color:#d2d2d2;right:2px;top:2px}.vcv-layout-popup--full-page .vcv-layout-popup-text{color:#999;font-family:Roboto,sans-serif;font-size:14px;line-height:22px;margin-bottom:25px;text-align:center}.vcv-layout-popup--full-page .vcv-layout-popup-btn{background:#f7b332;border:none;border-radius:0;display:block;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;letter-spacing:1px;padding:15px;text-transform:uppercase}.vcv-layout-popup--full-page .vcv-premium-teaser{border-radius:5px}.vcv-layout-popup-container{margin:30px;max-width:410px;pointer-events:all}.vcv-layout-dock--right .vcv-layout-popup-container{margin-right:90px}.vcv-layout-dock--right .vcv-layout-popup--full-page .vcv-layout-popup-container{margin-right:30px}.vcv-layout-dock--left .vcv-layout-popup-container{margin-left:90px}.vcv-layout-dock--left .vcv-layout-popup--full-page .vcv-layout-popup-container{margin-left:30px}.vcv-layout-dock--bottom .vcv-layout-popup-container{margin-bottom:90px}.vcv-layout-popup.vcv-layout-popup--visible{opacity:1;transform:translate(0)}.vcv-layout-popup.vcv-layout-popup--visible.vcv-layout-popup--action-clicked{opacity:0;transform:translateY(-100%)}.vcv-layout-popup-inner{background:#283aa4;border-radius:5px;padding:23px 26px;position:relative}.vcv-layout-popup-header{display:flex;flex-direction:column;margin:0 0 10px;padding-right:20px;position:relative}.vcv-layout-popup-header-badge{align-self:center;background-color:#0d267c;border-radius:50%;height:66px;margin:16px 0 50px 29px;position:relative;width:66px}.vcv-layout-popup-header-badge svg{left:-12px;position:absolute;top:11px}.vcv-layout-popup-heading{color:inherit;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;letter-spacing:1px;line-height:22px;margin:0;text-transform:uppercase}.vcv-layout-popup-close{background:transparent;border:none;color:inherit;cursor:pointer;opacity:1;padding:0;position:absolute;right:-10px;top:-5px;transition:opacity .2s ease-in-out}.vcv-layout-popup-close:hover{opacity:.5}.vcv-layout-popup-content{margin-bottom:15px}.vcv-layout-popup-btn{background:transparent;border:2px solid #fff;border-radius:3px;color:inherit;cursor:pointer;display:inline-block;font-size:13px;line-height:normal;padding:9px 37px;text-align:center;text-decoration:none;transition:background .2s ease-in-out,border-color .2s ease-in-out}.vcv-layout-popup-btn:hover{background:#ffae27;border-color:#ffae27;color:inherit}.vcv-layout-popup-btn:disabled{background:transparent;border-color:#fff;cursor:not-allowed;opacity:.7}.vcv-layout-popup-btn.vcv-pricing-popup-button{background:#ffae27;border-color:#ffae27}.vcv-layout-popup-btn.vcv-pricing-popup-button:hover{background:#d98800;border-color:#d98800}.vcv-layout-popup-text{color:inherit;font-family:Roboto,sans-serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;line-height:24px;margin:0 0 15px}.vcv-layout-popup-checkbox-option-wrapper{margin:16px 0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox{background:#fff!important;border-color:#fff!important;margin:0 14px 0 0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox-label{font-size:13px;font-style:italic;letter-spacing:1px;line-height:24px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]{align-items:center;border-radius:3px;display:inline-flex;height:16px;justify-content:center;width:16px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]:before{border-radius:50%;content:"";float:none;height:8px;margin:0;padding:0;transition:background-color .2s;width:8px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=radio]{border:0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=radio]:before{border-radius:50%;content:"";float:none;height:8px;margin:4px;padding:0;transition:background-color .2s;width:8px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox:focus{border-color:#fff;box-shadow:none}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox:checked:before{background-color:#ffae27!important}.vcv-layout-popup-text--anchor{border-bottom:2px solid;color:#fff;text-decoration:none;transition:color .2s,border-bottom-color .2s}.vcv-layout-popup-text--anchor:active,.vcv-layout-popup-text--anchor:focus,.vcv-layout-popup-text--anchor:hover{border-bottom-color:#c3c3c3;box-shadow:none;color:#c3c3c3;outline:none}.vcv-layout-popup.vcv-layout-popup--pricing-popup .vcv-layout-popup-content{margin-right:38px}.vcv-helpers-container{background-color:rgba(0,0,0,.8);bottom:0;left:0;margin-left:-9px;margin-top:-9px;overflow:hidden;position:absolute;right:0;top:0;z-index:9999}.vcv-helpers-container--hidden{display:none}.vcv-helpers-container .vcv-helper{color:#fff;position:absolute}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question{color:hsla(0,0%,100%,.5);cursor:pointer;height:18px;transition:color .2s;width:18px}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question:before{font-size:18px}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question.vcv-ui-icon-selected,.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question:hover{color:#fff}.vcv-helpers-container a{color:#fff;transition:.2s}.vcv-helpers-container a:focus,.vcv-helpers-container a:hover{outline:none;text-decoration:none}.vcv-helpers-container .vcv-helper-box{background-color:#2a3aa6;border-radius:6px;padding:16px 20px 20px;position:absolute;transform:translateY(calc(-50% - 14px)) translateX(40px);width:360px;z-index:9999}.vcv-helpers-container .vcv-helper-box:before{border:10px solid transparent;border-right-color:#2a3aa6;content:"";display:block;left:-20px;position:absolute;top:calc(50% - 10px)}.vcv-helpers-container .vcv-helper-box.vcv-helper-box--visible{display:block;z-index:9999}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--bottom{transform:translateY(20px) translateX(calc(-50% + 10px))}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--bottom:before{border-color:transparent transparent #2a3aa6;left:calc(50% - 10px);top:-19px}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-top{bottom:-8px;transform:translateX(40px)}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-top:before{bottom:11px;top:auto}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-bottom{top:-8px;transform:translateX(40px)}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-bottom:before{top:8px}.vcv-helpers-container .vcv-helper-box-heading{color:#fff;font-family:Montserrat,serif;font-size:16px;font-weight:700;letter-spacing:1px;line-height:22px;margin:0 0 10px;text-transform:uppercase}.vcv-helpers-container .vcv-helper-box-description{font-family:Roboto,serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;line-height:22px;margin:0 0 15px}.vcv-helpers-container .vcv-helper-box-actions{align-items:center;display:flex;justify-content:space-between}.vcv-helpers-container .vcv-helper-box-done,.vcv-helpers-container .vcv-helper-box-skip{color:#98a1b2;font-family:Roboto,serif;font-size:12px;font-style:italic;font-weight:500;line-height:20px;margin-right:4px}.vcv-helpers-container .vcv-helper-box-skip{color:#fff;cursor:pointer;text-decoration:underline;transition:.2s}.vcv-helpers-container .vcv-helper-box-skip:hover{text-decoration:none}.vcv-helpers-container .vcv-helper-box-next{background-color:transparent;border:2px solid #fff;border-radius:4px;color:#fff;cursor:pointer;float:right;padding:5px 20px;text-decoration:none;transition:background .2s ease-in-out,border-color .2s ease-in-out}.vcv-helpers-container .vcv-helper-box-next:hover{background:#ffae27;border-color:#ffae27}.vcv-helpers-container .vcv-helper-box-image{position:absolute;top:36px;transform:translateX(-50%)}.vcv-helpers-container .vcv-helper-box-image.element-controls{background-image:url(assets/9280fe7dccf9d443f461.png);height:200px;width:240px}.vcv-helpers-container .vcv-helper-box-image.bottom-menu{background-image:url(assets/7ff5cc2dfc2f7f2556c1.png);height:110px;width:360px}.vcv-layout-guide-helper-bottom-menu,.vcv-layout-guide-helper-controls{height:1px;left:0;margin:auto;position:absolute;right:0;top:106px;width:1px}.vcv-layout-guide-helper-bottom-menu{bottom:0;top:0}.vcv-helpers-container .vcv-helpers-welcome-container{bottom:0;margin:40px;max-width:400px;position:absolute;right:0}.vcv-helpers-container .vcv-helpers-welcome-container img{left:-50px;position:absolute}.vcv-helpers-container .vcv-helpers-welcome-container--heading{color:#fff;font-family:Montserrat,serif;font-size:44px;font-weight:700;line-height:40px;margin:0 0 10px;text-transform:uppercase}.vcv-helpers-container .vcv-helpers-welcome-container--description{color:#fff;font-family:Roboto,serif;font-size:18px;font-style:italic;font-weight:500;line-height:26px;margin:0}@media screen and (max-height:700px){.vcv-layout-guide-helper-controls{top:25px}.vcv-helpers-container .vcv-helper-box-image.element-controls{background-position:30px 0;background-repeat:no-repeat;background-size:210px}}.spinner{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;z-index:1}.vcv-premium-teaser{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:500px;padding:20px;position:relative}.vcv-premium-teaser-badge{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='249' height='373' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M225.993 143.444 249 103.837l-35.248-29.399-7.99-45.04h-46.014L124.5 0 89.252 29.398H43.239l-7.99 45.04L0 103.836l23.007 39.607-7.99 45.04 21.277 7.698V373h23.374l65.004-68.409L189.875 373h23.162V196.063l20.947-7.579-7.99-45.04ZM58.386 342.368V204.354l22.875 39.38 32.358-11.705v52.215l-55.233 58.124Zm132.558-.175-55.233-57.948v-52.097l32.027 11.587 23.007-39.608.199-.071v138.137Zm11.895-202.807 6.168 34.766-33.375 12.073-17.758 30.572-33.374-12.074-33.374 12.074-17.758-30.572-33.375-12.073 6.168-34.766-17.758-30.572L55.61 86.122l6.168-34.765h35.516l27.207-22.691 27.208 22.69h35.516l6.168 34.766 27.207 22.692-17.76 30.572Z' fill='%23363636'/%3E%3Cpath fill='%23F7B332' d='M106.79 127.82 91.594 110.45 75 124.389 103.521 157 170 108.137 156.885 91z'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;height:90px;margin:0 auto 30px;width:60px}.vcv-agree-hub-terms-badge{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABJCAYAAACqyKH+AAAAAXNSR0IArs4c6QAAC2VJREFUeAHtnAtwVFcZx/duHruBQKu1QKOTDq1S1E6xAQnh0fIqkFdbtKiFOq1TcTpqJwNVaNXOwGitMG21QJ2KfdjWGaSgIJu00UBNISEEkvqYokUtlcQiIg9HHtnNY6+/L7N3vXvvuexu9u4udbkzN+ec75zvO9/3v9953O+ejebJ4DVv3rzhZ86cmRUOhxfoun69pmmjSceQ+lHjGPl/kH+X9PX8/PzA3r17j2RQvSF1pQ2JK0mmqVOnfmJgYOCbAHMrrIWJsgPmH2j7owkTJvx448aNfYnyZbJdWgEsLy//CKA9jkG1qRgFkH/l/lZbW9vLpHoqstzmTRuAU6ZMuRvwNnAXu6h0oKCgYElra+sZF2WmJCovJW4F86pVq7w9PT3PAtxqqhMergpRKtJ1zJ+3jh07trGrq+u0qkGmaa56IKBpDNvnMeLuBAzRGY7H4TlKep5UFpMS0qIEeE/k5eXNYEi/lUDbtDZxFUDAewoAvnwhjQGpgXvL8OHD63ft2nXS3Fa8t7GxsQIZt3F/gboPmOst+beHDRs2pbm5+YSFntGiawAC3qcxequT9oDWyv3Avn372p3amOnIG4m8FdC+xu0z1xl55DUjbzZp1hYWVwBkmzKqv7//TQy70jDOnGLgY5WVlSvxsLCZnkgeIKcA5DbajlG193q9SwHxGVVdJmiuAIiRz0WGnE1nDKzDwHW2iiQI06dPL+3r62ujjxIrGw/nVHFx8TjrdGBtl66yN1XBM2bMuArDlqjkYNwPUwVP5La0tHSxaNyOvKC1H/p+/7lz5+6z0jNVThnAUCj0FZRVbVcOFRUV1bllCK91BwBwlUoeIN63aNEi17dkqr6stJQBxKh7rEKljMc8xArZr6obKs3v9z9Jf3+38gPgh7q7u+dZ6ZkopwQgi8e1KP9BhaKH2KPJxO/qxQORIfykSih6zFHR001LCUACBDerFMRLXAfP6AfPVsoGQKUuBl+60qRX4dra2mHHjx8vR6HpKC2Lx3VW5QhF3cyctdtKd6s8efLkQ8gaZ5Enbzb/stAci+h+hvZHSSWE1kXDptLS0uYtW7b0OjIpKhIGsKKi4kbeQ2W1W0ynFwwQMFeV7t69u1vRnysktk2voEOlK8JMQgDyPxRfId3A7qHVVOWYjTuEedpjuQMM1zdQ+kvxwKMnffz48ccce3SnIi0PB9vk7edzOEoLD2k7TjM+nroXBBDgVvA0DiKkJp4go572b2cg+PlHo790pQB5G0C+CQbfuFAfSgB57fLB+FMY1yAokeiIuY+nzYV05AsLCyWweiodss0ysV32lo/gjZvwRiUOtjlw5syZ/vPnz/8KxpvMwpzyGNJPRxKSkqjxpky9l8rwYlp5mD4/jm5KR3DSOUIfgd5XkVcGKqy89NM+atSo2YFA4Ly5zgZgxPOUr2YGI8Jeo3PZTjRUVVUdGUqQwJCV7XTatGklvGdXYtNCbKpCHxsmho602YqDfIY0Gv2JaYyrPoiQRw0GRfo6+7AVbJL3K+re86TIxy+ZthzfagiOrAbEVYaxUQD5hlHGpNlBRZRmNCKVMNRD+/fvX2ui/d9mwWI5IK7lljnQeumAOAkQ35CK6NxB4+9RtoGHuw5wfypXwBNQAOcJsVlsl7Ll0sBqjUEbBBDE50K8xSCaU4Qsa29v/6WZlgt5QNyB7ctVtoLVXBax+VI3CCAECZ2rrm0IWq+qyAUatq8DxB0qW9kBLBO6d+7cuZcB4ExrIxj72W89aKXnWpn5bqVgobB7FovuSO/Zs2cXUFlgbQCoLxMJ/rOVnmvlyKfTrQq7JYhc5QUoAdB2gfovbMQcJYCRExbzBcCxVlwAb4BwvLyNXLpAgO/Pr5KoviiWyiIirzMxF6AeJ/p7NoaYw4UIFv9UQFDixdtsAEI7qmic0yQHTEpkCEc30wZC0FTualTnZKrCBFqeeKDN26DZPmDnJGomo1WYCHbigTYA4RvjFP8yycyZbASLMVaDBTvxQFt4XFyTW/lqZxWSC2XBQjCx2irYiQc2WSukDH2hip6LNCcsAHCnl/hePRlb1AGmO4mPXZ2LgJltFgwECzNN8oKZnHH08qoi3xb2WBtQ9nFk7REFPadIBA2+I1gojN4jJ8IGtzCg6RRxWcIL8+cVzK6QgoGJdT31E7t7AhOPka7mSdvika50NEQh2H4XOt3lwL5B6FGF+Rayl3KFonEI2i0EVFVeqmieGClYP7Ea5epjWmveLxbVdDwbQ8tSAfCm03UTOvqtKuBw+4iRDmIV3URDdIoJivs2ue6Juv1bM6HehL8/W41ysyyeJzarwJN+oEexigIIoi2A6HSS1AfTi/LFzq2FRdeUx0NGuglEsrLENsB7CVvltnleRN5682jMN3fC4Zrl/P7iozA77QGXsLDcQSebAHsbdxOLUI9ZxnstL9/Bg8Gg7PMWYtti9FctGINmYe9OMFoGgFEzo3OgQUHg5fxQphWBHzNoTikC5aO6nG6SU07R6A1l+W4qx3KflpOlKv6e+rKXPLonZoLWPNpr/trOOar2HCW+sre39+v0cwP1MQ9e1T4eDR2LkVVCKkeU48qj3Z/4ldQ0gsynzbJtAEplBMTNCJ5nbpxsnk774ZnB9LDPypsMgOhTzGmJ3yPjGqucTJSxownwPmsFT/qOzoFmRYh//RtXrYLxB2Z6svnIk61T8un4n/XCBa0kKTMi5K0oW+CtA4tKFXiimxJAqeCg4QCes4yPKrKcyxZnqNeIoTKa+NyQYRKXULYNB5LRUydYOHHEHft82muFeRorsPzM4H7yNyUyZxgdwrPFyA81RYYcqJRDPcOGKiMRPvqRKWcPTrOexVF5lNgqJy6ABgMrz3by2/nRy/s4jFNNXlbqUgyTiVh+JFhstI2kXdDX8wBesNCTLiLjb6z8NfTxODJvILVFRpIVipyzyJFTZRLO6+ZuAriGyKttwuKUc07C3Ck07AmUvQh7zGsixvzGX9M5OwWxGWd1nAPTron3f0fETH1l7YGadEgqmz0Ak1Lz4m18CcAUn80lAFMEMOFVOJl+9L0VRaFTIQ5japVsl4+wuj1QWH3gd8nIMNr2NkwsHwjr36d8NYvMq76CK+q0+b8+Z9RnO02LB4ZO9q7Tdc9X2SZcywvH7LAebg42Vnw4nrG0j1lEgg2Tx4XD+k74JPYmW6V7g30nn4onJ5P1aQGQiNkdZiMw/DJPX+9m/eCiwihd9SoXrUSCtA0P/Iz3vZj9JQjfbmqW9WyaAPScsFoGXmWhdw4/ZqU7lUOHDz8Kz42KetUZFUWzzJDSAqDu1aJniM1m4In3hwJlcT+XBhs+ucCj6cvMvEYehb9r5C+GNC0AFlV3PsNQ+7nKQIbkc3qD8+dSfWf5aD0c/glzaMx8KLJYRLYW1nS+oJKbLVpaABRjfH7tXqJT71gNA8DLg3poM6tzgbUOhLyhYD8A6aNtdR6tyzd8xFI7PbsU21N2U53ewKTJYU1vYejawNI0Twgviwmf42ES4bZtrXgQA3n5npkFlZ0tburnhqy0eaAoV1jbsR+vWqlS1AqetFGBJ3TNq3/7YgRvUDf5k+4rGCjbwdCtHVI/mrbHX33NLMKKjkHNIcl1iSmtHmjo6Cvw3YMfScwtqYthftpf4F1ysYInxmQEQG1B26n8PO1OmeOSQZA1Zak2/0DSwCfTR6ptMwKgKFlQ1cE/H/M8nKjCtN3oq+5QboUSlZGJdhkDUIwprOpYAzCN8Qxj1T3oG6MpN9LxeDNdn1EAGcK6zzNsMSD+xclQ6vhwnb9Qm9QpH5Eu+iujAAoaWk3LaZ/um4WXvWVHRztB6GuOv7bdEWA7T3YpGQdQzNVq2971FV4xSfN61g6+rWjaMRR53l+Ufz3D/LfZhSS53v8LeQpHwiOiPbcAAAAASUVORK5CYII=);background-size:cover;height:73px;margin:0 auto 30px;width:80px}.vcv-premium-teaser-header{margin:0 0 16px}.vcv-premium-teaser-heading{color:#363636;font-size:22px;font-weight:700;line-height:26px;margin:0}.vcv-premium-teaser-btn,.vcv-premium-teaser-heading{font-family:Montserrat,sans-serif;letter-spacing:1px;text-align:center;text-transform:uppercase}.vcv-premium-teaser-btn{background:#ffae27;border:none;border-radius:0;color:#fff;cursor:pointer;display:block;font-size:12px;font-weight:600;line-height:22px;min-width:280px;padding:14px;text-decoration:none;transition:background .2s ease-in-out}.vcv-premium-teaser-btn:active,.vcv-premium-teaser-btn:focus,.vcv-premium-teaser-btn:hover{background:#d98800;color:#fff}.vcv-premium-teaser-btn:disabled{background:transparent;cursor:not-allowed;opacity:.7}.vcv-premium-teaser-text{-webkit-font-smoothing:antialiased;color:#999;font-family:Roboto,sans-serif;font-size:14px;font-style:italic;font-weight:500;letter-spacing:1.08px;line-height:22px;margin:0 0 25px;text-align:center}.vcv-premium-teaser-text a{color:#586dc6;text-decoration:none;transition:color .2s}.vcv-premium-teaser-text a:hover{color:#515162;text-decoration:underline}.vcv-premium-teaser-close{background:transparent;border:none;color:inherit;cursor:pointer;margin-top:1px;opacity:1;padding:10px;position:absolute;right:-10px;top:-10px;transition:opacity .2s ease-in-out}.vcv-premium-teaser-close:hover{opacity:.5}.vcv-premium-teaser-action-container{display:block;position:relative}.vcv-premium-teaser-action-container .vcv-premium-teaser-btn--loading:before{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;z-index:1}.vc-v-root-element .controls{padding:10px;text-align:center}.vc-v-root-element .controls a{cursor:pointer;display:inline-block;font-size:12px;height:12px;margin-right:4px;width:12px}[data-vc-dnd-status=allowed]{background-color:#ff0}[data-vc-dnd-status=success]{background-color:green}[data-vc-dnd-status=is-dragging]{opacity:.7}[data-vc-dnd-hidden=true]{display:none!important}.vcv-ui-drag-placeholder{opacity:.4}.vcv-ui-outline{border:1px dashed hsla(0,0%,72%,.5);box-sizing:border-box;pointer-events:none;position:absolute;z-index:1010}.vcv-ui-outline.vcv-ui-outline-element{border:1px dashed transparent}.vcv-ui-outline-type-base.vcv-ui-outline,.vcv-ui-outline-type-section.vcv-ui-outline{border:1px dashed #2b4b80}.vcv-ui-outline-type-column.vcv-ui-outline,.vcv-ui-outline-type-element.vcv-ui-outline,.vcv-ui-outline-type-index-0.vcv-ui-outline,.vcv-ui-outline-type-row.vcv-ui-outline{border:1px dashed hsla(0,0%,72%,.5)}.vcv-ui-outline-type-index-0.vcv-ui-outline.vcv-js-highlight{border-color:#4673bd}.vcv-ui-outline-type-index-1.vcv-ui-outline{border:1px dashed hsla(0,0%,72%,.5)}.vcv-ui-outline-type-index-1.vcv-ui-outline.vcv-js-highlight{border-color:#fec53f}.vcv-ui-outline-type-index-2.vcv-ui-outline{border:1px dashed transparent}.vcv-ui-outline-type-index-2.vcv-ui-outline.vcv-js-highlight{border-color:#6dab3c}.vcv-ui-outline.vcv-state-highlight{border:2px solid rgba(70,115,189,.8)}.vcv-ui-element-frame,.vcv-ui-element-outline{box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease-in-out;z-index:1010}.vcv-ui-element-frame.vcv-state--visible,.vcv-ui-element-outline.vcv-state--visible{opacity:1}.vcv-ui-element-outline{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-custom{border:0;box-shadow:none}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-0{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-1{border:1px solid rgba(254,197,63,.8);box-shadow:0 0 0 1px rgba(254,197,63,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-2{border:1px solid rgba(109,171,60,.8);box-shadow:0 0 0 1px rgba(109,171,60,.8)}.vcv-ui-element-frame{border:1px dashed hsla(0,0%,72%,.8)}.vcv-ui-element-frame--locked{border-left:none;border-right:none;border-top:none}.vcv-ui-element-frame--parent-locked{border:none}.vcv-ui-element-frames-container,.vcv-ui-element-outline-container{overflow:hidden}.vcv-ui-element-frames-container,.vcv-ui-element-outline-container,.vcv-ui-outline-controls-wrapper{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-outline-controls-wrapper{overflow:hidden}.vcv-ui-outline-controls-wrapper .vcv-ui-outline-control-dropdown-content{position:absolute}.vcv-ui-outline-controls-wrapper .vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control-dropdown-content{opacity:1;transition:visibility 0s,opacity .2s ease-in-out;visibility:visible}.vcv-ui-outline-controls-container{pointer-events:none;position:absolute;z-index:1100}.vcv-ui-outline-controls-container:hover{z-index:1200}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>*{background-color:#203251}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>:first-child{border-bottom-left-radius:5px;border-top-left-radius:5px}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>:last-child{border-bottom-right-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-controls{bottom:100%;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:13px;left:0;line-height:13px;margin-bottom:-1px;padding:1px 1px 2px;pointer-events:all;position:absolute}.vcv-ui-outline-controls>*{flex-grow:0;flex-shrink:0}.vcv-ui-outline-controls>:hover .vcv-ui-outline-control{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-controls>.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control{border-radius:5px}.vcv-ui-outline-control-separator{background-color:#203251;color:#fff;position:relative;width:10px}.vcv-ui-outline-control-separator:before{font-size:14px;left:50%;opacity:.3;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-outline-control{color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;min-height:40px;min-width:40px;overflow:hidden;padding:0;text-align:center;text-decoration:none;transition:all .2s ease-in-out}.vcv-ui-outline-control[disabled]{cursor:not-allowed;opacity:.5}.vcv-ui-outline-control-content{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;white-space:nowrap}.vcv-ui-outline-control-content>*{flex-grow:0;flex-shrink:0}.vcv-ui-outline-control-content>.vcv-ui-outline-control-icon{height:32px;margin:4px;width:32px}.vcv-ui-outline-control-content[disabled]{cursor:not-allowed;opacity:.5}.vcv-ui-outline-control-icon{height:40px;position:relative;text-align:center;width:40px}.vcv-ui-outline-control-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-outline-control-dropdown{display:flex;flex-direction:row;flex-wrap:nowrap;line-height:inherit;margin:0;position:relative}.vcv-ui-outline-control-dropdown>*{flex-grow:0;flex-shrink:0}.vcv-ui-outline-control-dropdown:not(.vcv-ui-outline-control-dropdown-o-drop-up):hover .vcv-ui-outline-control-dropdown-trigger.vcv-ui-outline-control{border-bottom-left-radius:0;border-bottom-right-radius:0}.vcv-ui-outline-control-dropdown-trigger{cursor:move;display:block;line-height:inherit;margin:0;padding:0}.vcv-ui-outline-control-dropdown-non-draggable .vcv-ui-outline-control-dropdown-trigger{cursor:default}.vcv-ui-outline-control-dropdown-content{display:block;left:0;line-height:inherit;margin:0;min-width:140px;opacity:0;padding:0;position:fixed;top:100%;transition:visibility 0s,opacity .2s ease-in-out;visibility:hidden;z-index:1110}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control{border-radius:5px;padding-left:8px;padding-right:16px;text-align:left}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#162237}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:not(:first-child):not(:last-child){border-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control-icon{left:-8px}.vcv-ui-outline-control-type-base.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control:hover{background-color:#2b4b80}.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#223b65}.vcv-ui-outline-control-type-section.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control:hover{background-color:#2b4b80}.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#223b65}.vcv-ui-outline-control-type-row.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control:hover{background-color:#4673bd}.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#3b63a5}.vcv-ui-outline-control-type-column.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control:hover{background-color:#fec53f}.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#feba1b}.vcv-ui-outline-control-type-element.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control:hover{background-color:#6dab3c}.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#5c9133}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control:hover{background-color:#4673bd}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#3b63a5}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control:hover{background-color:#fec53f}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#feba1b}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control:hover{background-color:#6dab3c}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#5c9133}.vcv-ui-right-click-menu-dropdown-index-0{background-color:#4673bd}.vcv-ui-right-click-menu-dropdown-index-0 .vcv-ui-outline-control{color:#fff}.vcv-ui-right-click-menu-dropdown-index-0 .vcv-ui-outline-control:hover{background-color:#3b63a5}.vcv-ui-right-click-menu-dropdown-index-1{background-color:#fec53f}.vcv-ui-right-click-menu-dropdown-index-1 .vcv-ui-outline-control{color:#fff}.vcv-ui-right-click-menu-dropdown-index-1 .vcv-ui-outline-control:hover{background-color:#feba1b}.vcv-ui-right-click-menu-dropdown-index-2{background-color:#6dab3c}.vcv-ui-right-click-menu-dropdown-index-2 .vcv-ui-outline-control{color:#fff}.vcv-ui-right-click-menu-dropdown-index-2 .vcv-ui-outline-control:hover{background-color:#5c9133}.vcv-ui-outline-controls-container.vcv-ui-controls-o-controls-left .vcv-ui-outline-controls{left:0;right:auto}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content,.vcv-ui-outline-controls-container.vcv-ui-controls-o-controls-right .vcv-ui-outline-controls{left:auto;right:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child{border-top-left-radius:5px;border-top-right-radius:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up:hover .vcv-ui-outline-control-dropdown-trigger.vcv-ui-outline-control{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content{bottom:100%;margin:0;top:auto}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child{border-bottom-left-radius:0;border-bottom-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:0}.vcv-ui-outline-control-more:hover{background-color:#203251}.vcv-ui-append-control-container{display:flex;justify-content:center;pointer-events:none;position:absolute;z-index:1020}.vcv-ui-append-control-wrapper{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-append-control{align-items:center;background-color:#203251;border-radius:5px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:6px;pointer-events:all;transition:background-color .2s ease-in-out}.vcv-ui-append-control:hover{background-color:#fec53f;color:#fff}.wip.vcv-ui-outline-controls-container.vcv-ui-controls-o-inset .vcv-ui-outline-controls{bottom:100%}#vcv-dnd-frame{opacity:0;pointer-events:none;position:absolute;z-index:10999}#vcv-dnd-frame.vcv-dnd-frame-top{border-top:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-bottom{border-bottom:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-left{border-left:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-right{border-right:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-center{border:3px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-is-shown{opacity:1;transition:opacity .5s}.vcv-layout-content #vcv-dnd-smart-line{z-index:1129}#vcv-dnd-smart-line{background-color:rgba(40,58,164,.5);opacity:0;pointer-events:none;position:absolute;z-index:10999}#vcv-dnd-smart-line.vcv-is-shown{opacity:1;transition:opacity .5s}#vcv-dnd-smart-line.vcv-smart-line-transition{background-color:rgba(40,58,164,.75);transform:scaleY(4);transition:opacity .5s,background-color .5s,transform .3s ease .2s}#vcv-dnd-smart-line.vcv-smart-line-transition.vcv-smart-line-vertical{transform:scaleX(4)}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame{background-color:transparent;border:2px solid rgba(40,58,164,.75);transform:scale(1);transition:opacity .5s}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame.vcv-smart-line-transition{box-shadow:0 0 0 2px rgba(40,58,164,.75),inset 0 0 0 2px rgba(40,58,164,.75);transition:opacity .5s,box-shadow .3s ease .2s}.vcv-dnd-dragging--start{cursor:move}.vcv-ui-smart-line-container{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-drag-helper{align-items:center;background-color:#6dab3c;border-radius:5px;color:#fff;cursor:pointer;display:block;flex-direction:row;flex-wrap:nowrap;height:40px;justify-content:center;overflow:hidden;position:absolute;text-align:center;text-decoration:none;transition:background-color .4s ease,opacity .4s ease;white-space:nowrap;width:40px;z-index:11000}.vcv-drag-helper.vcv-drag-helper-container{background-color:#4673bd}.vcv-drag-helper.vcv-drag-helper-container.vcv-drag-helper-column{background-color:#fec53f}[data-vcv-dnd-helper] .vcv-ui-tree-layout-control{background:#416196}[data-vcv-dnd-helper] .vcv-ui-tree-layout-node{display:none}.vcv-ui-drag-helper-wrapper{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-mobile-tooltip{background:rgba(0,0,0,.75);border-radius:10px;bottom:20px;color:#fff;font-size:16px;left:20px;opacity:1;padding:20px;pointer-events:all;position:absolute;right:20px;transition:opacity .7s ease}.vcv-ui-mobile-tooltip.disabled{opacity:0;pointer-events:none}.vcv-layout-notifications{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-layout-notifications .vcv-layout-notifications-inner{bottom:0;left:60px;pointer-events:none;position:absolute;right:0;z-index:1140}.vcv-layout-notifications .vcv-layout-notifications-item{-webkit-font-smoothing:antialiased;align-items:center;border-radius:10px;color:#fff;direction:ltr;display:flex;font-size:14px;margin:0 20px 15px;opacity:1;padding:13px 20px;pointer-events:all;position:relative;transition:opacity .7s ease}.vcv-layout-notifications .vcv-layout-notifications-item.vcv-layout-notifications-type--disabled{opacity:0;pointer-events:none}.vcv-layout-notifications .vcv-layout-notifications-type--default{background:rgba(21,24,42,.9)}.vcv-layout-notifications .vcv-layout-notifications-type--success{background:#6dab3c}.vcv-layout-notifications .vcv-layout-notifications-type--warning{background:#ffb716}.vcv-layout-notifications .vcv-layout-notifications-type--error{background:#f05b59}.vcv-layout-notifications .vcv-layout-notifications-icon{font-size:1.5em;margin-right:30px}.vcv-layout-notifications .vcv-layout-notifications-icon i{display:block;position:relative;top:50%;transform:translateY(-50%)}.vcv-layout-notifications .vcv-layout-notifications-text{color:#fff;flex-grow:1;font-size:13px;font-style:italic;font-weight:700;line-height:22px}.vcv-layout-notifications .vcv-layout-notifications-text a{color:inherit;text-decoration:underline}.vcv-layout-notifications .vcv-layout-notifications-close{align-items:center;cursor:pointer;display:flex;flex:1 0 30px;height:30px;justify-content:center;margin-left:6px;margin-right:-14px}.vcv-layout-notifications .vcv-layout-notifications-close .vcv-ui-icon:before{transition:opacity .2s}.vcv-layout-notifications .vcv-layout-notifications-close:focus .vcv-ui-icon:before,.vcv-layout-notifications .vcv-layout-notifications-close:hover .vcv-ui-icon:before{opacity:.5}.vcv-dashboard-container .vcv-layout-notifications-inner{position:fixed}.vcv-layout-dock--top .vcv-layout-notifications .vcv-layout-notifications-inner{left:0;max-width:none;right:0}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-inner{bottom:60px;left:0}@media screen and (min-width:768px){.vcv-layout-notifications .vcv-layout-notifications-inner{left:auto;max-width:430px}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-inner{left:auto}}.vcv-ui-right-click-menu-wrapper{bottom:0;direction:ltr;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-right-click-menu-container{pointer-events:none;position:absolute;z-index:1200}.vcv-ui-right-click-menu-dropdown-content{border-radius:5px;box-shadow:0 0 6px 0 rgba(0,0,0,.2);font-size:13px;max-width:280px;min-width:140px;overflow:hidden;pointer-events:all;position:absolute}.vcv-ui-right-click-menu-dropdown-content .vcv-ui-outline-control{background:transparent}.vcv-ui-right-click-menu-dropdown-position--bottom{top:0}.vcv-ui-right-click-menu-dropdown-position--top{bottom:0}.vcv-ui-right-click-menu-dropdown-position--right{left:0}.vcv-ui-right-click-menu-dropdown-position--left{right:0}#poststuff .vcv-wpbackend-switcher,#poststuff .vcv-wpbackend-switcher--type-classic,#poststuff .vcv-wpbackend-switcher--type-gutenberg{margin-top:10px}#poststuff .vcv-wpbackend-switcher-wrapper{flex-wrap:wrap}#poststuff .composer-switch+.vcv-wpbackend-switcher-container .vcv-wpbackend-switcher{line-height:23px}.vcv-wpbackend-switcher-wrapper{display:flex}.vcv-wpbackend-switcher{box-sizing:border-box;display:inline-block;font-family:Nunito Sans,sans-serif;font-size:14px;margin-left:10px;margin-right:10px}.vcv-wpbackend-switcher .vcv-wpbackend-switcher-option[disabled]{background-color:#a2a6aa}.vcv-wpbackend-switcher--type-classic,.vcv-wpbackend-switcher--type-gutenberg{box-sizing:border-box;display:inline-block;font-size:14px;margin-right:10px}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option{background-color:#a2a6aa;border:0;border-radius:4px;line-height:1;padding:10px}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option:hover{background-color:#75797e}.vcv-wpbackend-switcher-option{border:0;border-left:1px hsla(0,0%,100%,.1);border-radius:4px;border-style:solid;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:0;text-transform:none;transition:background-color .2s ease-in-out;vertical-align:top}.vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher-option:active,.vcv-wpbackend-switcher-option:focus,.vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher-option:visited{color:#fff;text-decoration:none}.vcv-wpbackend-switcher-option:hover{background-color:#203251}.vcv-wpbackend-switcher-option--vceditor{background:#2b4b80 url(assets/5dc947a98a9daf7d9d72.png) 50% 50% no-repeat;height:34px;width:180px}.composer-switch{margin-right:10px}.rtl .vcv-wpbackend-switcher--type-classic{margin-left:0;margin-right:10px}#postdivrich.vcv-hidden{max-height:1px;opacity:0;overflow:hidden;pointer-events:none;position:absolute}@media screen and (max-width:454px){.vcv-wpbackend-switcher{margin:15px 30px 0 0}.vcv-wpbackend-switcher--type-classic{margin:10px 0 0}}@font-face{font-family:vcattributes;font-style:normal;font-weight:400;src:url(assets/dd652b76b9171ae2919b.ttf?ktpehb) format("truetype"),url(assets/30963b57a8cc51898516.woff?ktpehb) format("woff"),url(assets/d9171b48d25b2e5817fa.svg?ktpehb#vcAttributes) format("svg")}.vcv-ui-icon-attribute{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:vcattributes!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.vcv-ui-icon-attribute-dashed-none-icon:before{content:"\e91d"}.vcv-ui-icon-attribute-background-position-center-bottom:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-center-bottom:after{color:#7b7b7b;content:"\e912";margin-left:-1em}.vcv-ui-icon-attribute-background-position-center-center:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-center-center:after{color:#7b7b7b;content:"\e914";margin-left:-1em}.vcv-ui-icon-attribute-background-position-center-top:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-center-top:after{color:#7b7b7b;content:"\e916";margin-left:-1em}.vcv-ui-icon-attribute-background-position-left-bottom:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-left-bottom:after{color:#7b7b7b;content:"\e918";margin-left:-1em}.vcv-ui-icon-attribute-background-position-left-center:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-left-center:after{color:#7b7b7b;content:"\e91a";margin-left:-1em}.vcv-ui-icon-attribute-background-position-left-top:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-left-top:after{color:#7b7b7b;content:"\e91c";margin-left:-1em}.vcv-ui-icon-attribute-background-position-right-bottom:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-right-bottom:after{color:#7b7b7b;content:"\e91e";margin-left:-1em}.vcv-ui-icon-attribute-background-position-right-center:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-right-center:after{color:#7b7b7b;content:"\e920";margin-left:-1em}.vcv-ui-icon-attribute-background-position-right-top:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-right-top:after{color:#7b7b7b;content:"\e922";margin-left:-1em}.vcv-ui-icon-attribute-vertical-alignment-full-height:before{content:"\e910"}.vcv-ui-icon-attribute-alignment-center:before{content:"\e908"}.vcv-ui-icon-attribute-alignment-left:before{content:"\e909"}.vcv-ui-icon-attribute-alignment-right:before{content:"\e90a"}.vcv-ui-icon-attribute-row-width-boxed:before{content:"\e90b"}.vcv-ui-icon-attribute-row-width-stretched:before{content:"\e90c"}.vcv-ui-icon-attribute-row-width-stretched-content:before{content:"\e90d"}.vcv-ui-icon-attribute-shape-round:before{content:"\e90e"}.vcv-ui-icon-attribute-shape-rounded:before{content:"\e90f"}.vcv-ui-icon-attribute-shape-square:before{content:"\e923"}.vcv-ui-icon-attribute-size-l:before{content:"\e924"}.vcv-ui-icon-attribute-size-m:before{content:"\e925"}.vcv-ui-icon-attribute-size-s:before{content:"\e926"}.vcv-ui-icon-attribute-size-xs:before{content:"\e927"}.vcv-ui-icon-attribute-vertical-alignment-bottom:before{content:"\e928"}.vcv-ui-icon-attribute-vertical-alignment-middle:before{content:"\e929"}.vcv-ui-icon-attribute-vertical-alignment-top:before{content:"\e92a"}.vcv-ui-icon-attribute-mirror-horizontally-left:before{color:#d0d0d0;content:"\e905"}.vcv-ui-icon-attribute-mirror-horizontally-left:after{color:#7b7b7b;content:"\e906";margin-left:-1em}.vcv-ui-icon-attribute-mirror-horizontally-right:before{color:#d0d0d0;content:"\e907"}.vcv-ui-icon-attribute-mirror-horizontally-right:after{color:#7b7b7b;content:"\e913";margin-left:-1em}.vcv-ui-icon-attribute-mirror-vertically-down:before{color:#d0d0d0;content:"\e915"}.vcv-ui-icon-attribute-mirror-vertically-down:after{color:#7b7b7b;content:"\e917";margin-left:-1em}.vcv-ui-icon-attribute-mirror-vertically-up:before{color:#d0d0d0;content:"\e919"}.vcv-ui-icon-attribute-mirror-vertically-up:after{color:#7b7b7b;content:"\e91b";margin-left:-1em}.vcv-ui-icon-attribute-sandwich-bold:before{content:"\e900"}.vcv-ui-icon-attribute-sandwich-regular:before{content:"\e901"}.vcv-ui-icon-attribute-sandwich-thin:before{content:"\e902"}.vcv-ui-icon-attribute-sandwich-right:before{content:"\e903"}.vcv-ui-icon-attribute-sandwich-left:before{content:"\e904"}.vcv-ui-icon-attribute-tablet-landscape:before{content:"\1f4bb"}.vcv-ui-icon-attribute-mobile-portrait:before{content:"\1f4f1"}.vcv-ui-icon-attribute-mobile-landscape:before{content:"\1f4f2"}.vcv-ui-icon-attribute-desktop:before{content:"\1f4fa"}.vcv-ui-icon-attribute-tablet-portrait:before{content:"\1f5b3"}.vcv-row-control-container{align-content:center;align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex:1 1 auto;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:10px 0;min-height:60px;opacity:0;transition:opacity .2s ease-in-out}.vce-row:hover .vcv-row-control-container:not(.vcv-row-control-container--add-disabled){opacity:1}.vcv-row-control-container-hide-labels .vcv-row-control-content>span{display:none}.vcv-row-control-container-show-labels .vcv-row-control-content>span{display:inline}.vcv-row-control{align-content:center;background:rgba(0,0,0,.15);border-radius:3px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;font-size:14px;justify-content:center;margin:5px;min-height:60px;min-width:60px;padding:16px;text-align:center;text-decoration:none;transition:background .2s ease-in-out}.vcv-row-control:active,.vcv-row-control:focus,.vcv-row-control:hover{background:rgba(0,0,0,.2);color:#fff;text-decoration:none}.vcv-row-control[disabled]{background:rgba(0,0,0,.15);color:#fff;cursor:not-allowed;opacity:.5}.vcv-row-control-content{line-height:16px;white-space:nowrap}.vcv-row-control-icon{display:inline-block;font-size:1em;height:1.25em;position:relative;vertical-align:middle;width:1.25em}.vcv-row-control-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-row-control-icon+span{font-family:Nunito Sans,sans-serif;margin-left:16px;vertical-align:middle}.vce-col.vce-element--has-background>.vce-col-content>.vcv-row-control-container,.vce-row.vce-element--has-background>.vce-row-content>.vce-col>.vce-col-content>.vcv-row-control-container{margin-bottom:35px;padding:0}.vce-col-content[data-vcv-centered-control=true],.vce-col[data-vcv-centered-control=true]{align-self:stretch;width:100%}.vce-col-inner[data-vcv-centered-control=true]{align-items:center;display:flex;justify-content:center}.vcv-blank-page-container{font-family:Nunito Sans,sans-serif;margin:30px auto;max-width:500px;padding:0 20px}.vcv-blank-page-heading-container{margin:0 0 25px;text-align:center}.vcv-blank-page-heading{display:inline-block;font-family:inherit;font-size:26px;line-height:1.2em;text-transform:capitalize}.vcv-blank-page-controls-container{margin:0 auto}.vcv-blank-page-controls-row{display:flex;flex-flow:row wrap;margin:0 -10px}.vcv-ui-element-control{background:#2b4b80;border:none;border-radius:3px;color:#fff;cursor:pointer;height:60px;margin:10px;overflow:visible;padding:10px;position:relative;text-decoration:none;transition:background .2s ease-in-out;vertical-align:middle;width:60px}.vcv-ui-element-control:hover{background:#6dab3c}.vcv-ui-element-control--row:hover{background:#4673bd}.vcv-ui-element-control--add:hover{background:#203251}.vcv-ui-element-control--template{flex-grow:1;transition:background .2s ease-in-out}.vcv-ui-element-control--template:hover{background:#fec53f}.vcv-ui-element-control--full-width{flex:0 1 100%}.vcv-ui-element-control .vcv-ui-icon{font-size:1.2em;height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.vcv-ui-element-control .vcv-ui-icon:before{font-size:23px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-element-control .vcv-ui-icon-template:before{font-size:30px}.vcv-ui-element-control-label{display:none;font-family:inherit}.vcv-ui-element-controls--lock-width{align-content:stretch;align-items:stretch;flex-flow:column wrap}.vcv-ui-element-controls--lock-width .vcv-ui-element-control{align-items:center;display:flex;flex-flow:row wrap;font-size:1.2em;justify-content:flex-start;padding:0 10px;text-align:left;width:auto}.vcv-ui-element-controls--lock-width .vcv-ui-element-control-content{align-items:center;display:flex}.vcv-ui-element-controls--lock-width .vcv-ui-element-control-label{display:inline-block;font-size:.8em;margin-left:16px}.vcv-ui-element-controls--lock-width .vcv-ui-icon{font-size:medium;left:auto;position:relative;top:auto;transform:none}.vcv-blank-page-description-container{display:block;font-family:Nunito Sans,sans-serif;font-size:14px;font-style:italic;line-height:1.4em;margin-top:20px;min-height:160px;opacity:0;transition:opacity .2s ease-in-out}.vcv-blank-page-description-container.vcv-blank-page-description-active{opacity:1}.vcv-ui-blank-row-container{align-items:center;display:flex;height:50vh;position:relative}.vcv-ui-blank-row-drag-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s;visibility:hidden;z-index:-1}.vcv-ui-blank-row-drag-overlay svg{bottom:0;left:0;margin:auto;opacity:.15;position:absolute;right:0;top:0}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-drag-overlay{opacity:1;visibility:visible;z-index:1}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-controls-container{opacity:0}.vcv-layouts-html{position:relative}.vcv-layouts-html .vcv-ui-blank-row-container{height:auto;min-height:0}.vcv-layouts-html .vcv-ui-blank-row{margin-top:20px}.vcv-ui-blank-row{align-items:center;border:1px dashed hsla(0,0%,72%,.8);display:flex;flex:1 0 auto;justify-content:center;position:relative}.vcv-ui-blank-row-controls-container{display:flex;flex-flow:row wrap;padding:10px 0;transition:opacity .2s}.vcv-ui-blank-row-element-control{align-items:center;border:none;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:10px 0;padding:0;width:100px}.vcv-ui-blank-row-element-control,.vcv-ui-blank-row-element-control:active,.vcv-ui-blank-row-element-control:focus,.vcv-ui-blank-row-element-control:hover{background:transparent;box-shadow:none}.vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.3}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon svg{vertical-align:top}.vce-col-content .vcv-row-control-container .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon:hover{opacity:.3}.vcv-row-control-container .vcv-ui-blank-row-element-control{height:100%;left:0;margin:0;min-height:80px;position:absolute;top:0;width:100%}.vcv-row-control-container .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.15}.vcv-row-control-container.vcv-row-control-container-mobile-add{opacity:1}.vcv-row-control-container--add-disabled .vcv-ui-blank-row-element-control{cursor:default}.vcv-ui-blank-row-element-control-label{display:none;font-family:inherit}.vcv-is-hidden{visibility:hidden}.single-vcv_footers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_sidebars .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.35}.single-vcv_footers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_sidebars .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.8}.single-vcv_footers .vcv-ui-blank-row,.single-vcv_headers .vcv-ui-blank-row,.single-vcv_sidebars .vcv-ui-blank-row{border:0;margin-bottom:15px}.single-vcv_headers .vcv-ui-blank-row-container,.single-vcv_sidebars .vcv-ui-blank-row-container{bottom:0;left:0;position:absolute;right:0;transform:translateY(100%)}.single-vcv_footers .vcv-ui-blank-row-container{background:#292929}[data-vcv-element] [contenteditable]:focus{outline:none}[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] div,[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] p,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] div,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] p{display:inline;margin:0;padding:0}[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] br,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] br{display:none}.vcv-ui-content-editable-helper-loader{display:flex;min-height:60px;min-width:60px;padding:16px}.vcv-row-placeholder{border:1px dashed hsla(0,0%,72%,.8);margin-top:10px;opacity:1}.vce-column-resizer.vce-column-resizer--active,.vcv-state--show-resizer .vce-column-resizer{opacity:1;visibility:visible}.vce-column-resizer,.vce-column-resizer.vce-column-resizer--hidden{opacity:0;visibility:hidden}.vce-column-resizer{align-self:stretch;position:relative;width:0}.vce-column-resizer-handler{align-items:center;bottom:0;cursor:col-resize;display:flex;justify-content:center;position:absolute;right:0;top:0;z-index:999}.vce-column-resizer-handler:before{border-right:1px dashed hsla(0,0%,72%,.8);bottom:0;content:"";display:block;left:50%;position:absolute;top:0;transform:translateX(-50%)}.rtl.vce-column-resizer-handler,.rtl .vce-column-resizer-handler{left:0;right:auto}.vce-row--col-gap-0 .vce-column-resizer .vce-column-resizer-handler{transform:translate(50%);width:2px}.vce-column-resizer-label-container{height:29px;position:relative}.vce-column-resizer-label-container:before{background:#fff;border-radius:50%;box-shadow:0 5px #fff,0 -5px #fff;content:"";height:3px;position:absolute;transform:translate(-50%,13px);width:3px;z-index:99999}.vce-column-resizer-label-container.vce-column-resizer-label-container--active .vce-column-resizer-label{background:#203251;opacity:1;width:45px}.vce-column-resizer-label-container.vce-column-resizer-label-container--active .vce-column-resizer-label-percentage{opacity:1}.vce-column-resizer-label{align-items:center;background:#203251;background:rgba(0,0,0,.3);color:#fff;direction:ltr;display:flex;font-family:Nunito Sans,sans-serif;font-size:12px;font-weight:700;height:100%;justify-content:center;position:absolute;top:0;transition:width .2s ease-in-out,background .2s ease-in-out;user-select:none;width:7px;z-index:9999}.vce-column-resizer-label.vce-column-resizer-label-left{border-radius:7.5px 0 0 7.5px;right:0}.vce-column-resizer-label.vce-column-resizer-label-right{border-radius:0 7.5px 7.5px 0;left:0}.vce-column-resizer-label-percentage{line-height:0;opacity:0;transition:opacity .2s ease-in-out}.vce-column-wrap-blocker{flex-basis:0;height:0;opacity:0;width:100%}.vce-col--all-hide+.vce-column-resizer,.vce-col--all-last+.vce-column-resizer{display:none}@media (min-width:0) and (max-width:543px){.vce-col--xs-hide+.vce-column-resizer,.vce-col--xs-last+.vce-column-resizer{display:none}}@media (min-width:544px) and (max-width:767px){.vce-col--sm-hide+.vce-column-resizer,.vce-col--sm-last+.vce-column-resizer{display:none}}@media (min-width:768px) and (max-width:991px){.vce-col--md-hide+.vce-column-resizer,.vce-col--md-last+.vce-column-resizer{display:none}}@media (min-width:992px) and (max-width:1199px){.vce-col--lg-hide+.vce-column-resizer,.vce-col--lg-last+.vce-column-resizer{display:none}}@media (min-width:1200px){.vce-col--xl-hide+.vce-column-resizer,.vce-col--xl-last+.vce-column-resizer{display:none}}.vcv-blank-element{height:50px}[data-vcv-layout-zone]{min-height:40px;position:relative}[data-vcv-layout-zone].vcv-drag-helper-over-hfs{cursor:not-allowed}[data-vcv-layout-zone].vcv-drag-helper-over-hfs .vcv-zone-overlay{visibility:hidden;z-index:-1}[data-vcv-layout-zone] .vcv-zone-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:background .2s;z-index:100}[data-vcv-layout-zone] .vcv-zone-overlay:hover{background:hsla(0,0%,100%,.2)}[data-vcv-layout-zone] .vcv-zone-overlay:hover .vcv-zone-button{opacity:1}[data-vcv-layout-zone] .vcv-zone-button{background:#283aa4;border:0;border-radius:3px;bottom:15px;box-shadow:none;color:#fff;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:400;line-height:unset;margin:0 5px;opacity:0;padding:8px 20px;position:-webkit-sticky;position:sticky;text-decoration:none;top:15px;transition:opacity .2s,background .2s;z-index:100}[data-vcv-layout-zone] .vcv-zone-button:focus{border:0;box-shadow:none;outline:none;text-decoration:none}[data-vcv-layout-zone] .vcv-zone-button:hover{background-color:#ffae27;border:0;box-shadow:none;cursor:pointer;text-decoration:none}[data-vcv-layout-zone] .vcv-zone-button .vcv-ui-icon{margin-right:14px}[data-vcv-layout-zone] .vcv-zone-empty{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:background .2s}[data-vcv-layout-zone] .vcv-zone-empty .vcv-zone-empty-text{bottom:15px;color:#9a9a9a;display:inline-block;font-family:Nunito Sans,sans-serif;font-size:.9em;font-style:italic;font-weight:400;padding:6px 0;position:-webkit-sticky;position:sticky;top:15px}[data-vcv-layout-zone] .vcv-zone-button-container{bottom:15px;display:flex;position:sticky;top:15px;z-index:100}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button{bottom:auto;position:relative;top:auto}[data-vcv-layout-zone=sidebar] .vcv-zone-overlay{flex-direction:column}[data-vcv-layout-zone=sidebar] .vcv-zone-button{margin:5px 0}[data-vcv-layout-zone=sidebar] .vcv-zone-button-container{flex-direction:column}.vcv-migration-notice-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1150}.vcv-migration-notice,.vcv-migration-notice-container{align-items:center;background:#fff;display:flex;justify-content:center}.vcv-migration-notice{flex-direction:column;font:normal normal normal 12px Montserrat,sans-serif;padding:0 15%;text-align:center}.vcv-migration-title{color:#363636;font-size:2em;letter-spacing:1px;line-height:1.3;width:80%}.vcv-migration-description{font:normal normal 700 12px Nunito Sans,sans-serif;text-align:left}.vcv-migration-description,.vcv-migration-label{color:#717171;font-size:14px;letter-spacing:1px;line-height:24px;margin:0 0 1.5em}.vcv-migration-description.vcv-migration-description--emphasized{color:#a6a6a6;font-size:13px;font-style:italic;font-weight:400;line-height:1.6;margin:5px 0 2em}.vcv-migration-button{width:422px}.vcv-migration-label{cursor:pointer;display:inline-block;padding:0 0 0 25px;position:relative;user-select:none;vertical-align:-3px}.vcv-migration-label:after,.vcv-migration-label:before{content:"";position:absolute}.vcv-migration-label:before{height:16px;left:0;top:4px;transition:border .2s ease-in-out,background .2s ease-in-out;width:16px}.vcv-migration-label:after{border:2px solid #fff;border-left:0;border-top:0;height:10px;left:5px;top:5px;transform:rotate(45deg);transition:border-color .2s ease-in-out;width:6px}.vcv-migration-checkbox{height:16px;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:16px;z-index:-99}.vcv-migration-checkbox:not(:checked)+label:before{border:2px solid #d4d4d4}.vcv-migration-checkbox:checked+label:before{background:#21a1d1;border:2px solid #21a1d1}.vcv-migration-checkbox:not(:checked)+label:after{border-color:transparent}.vcv-migration-checkbox:checked+label:after{border-color:#fff}.vcv-migration-button{background:transparent;border:2px solid #d6d6d6;border-radius:0;color:#d6d6d6;cursor:pointer;display:inline-block;font:normal normal normal 12px Montserrat,sans-serif;letter-spacing:.077em;margin-bottom:20px;max-width:100%;padding:16px 34px;text-transform:uppercase;transition:color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out}.vcv-migration-button--start{background:#294a82;border-color:#294a82;color:#fff}.vcv-migration-button--start:hover{background:#1f3152;border-color:#1f3152}.vcv-migration-button--back:hover{border-color:#a0a0a0;color:#a0a0a0}.vcv-migration-notes{align-items:flex-start;display:flex;flex-direction:column}.vcv-migration-note{align-items:stretch;display:flex;flex:0 0 100%;justify-content:center;margin:0 0 .5em}.vcv-migration-note:last-of-type{margin:0 0 1.5em}.vcv-migration-note .vcv-ui-icon{font-size:17px;margin:3px 13px 0 0}.vcv-migration-note .vcv-ui-icon.vcv-ui-state--success{color:#6dab3c}.vcv-migration-note .vcv-ui-icon.vcv-ui-state--error{color:#f44}.vcv-migration-note .vcv-migration-description{margin:0}@media screen and (max-width:1024px){.vcv-migration-notice{padding:0 10%}.vcv-migration-title{font-size:2em;margin:.5em 0}.vcv-migration-description,.vcv-migration-label{font-size:13px;line-height:22px;margin:0 0 1.5em}.vcv-migration-description--emphasized{margin:0 0 2em}.vcv-migration-button{margin-bottom:15px}}@media screen and (max-width:768px){.vcv-migration-notice{left:0;padding:12% 3%;position:absolute;top:0;width:100%}.vcv-migration-title{font-size:2em;margin:.4em 0;width:100%}.vcv-migration-description,.vcv-migration-label{font-size:13px;line-height:20px;margin:0 0 1.3em}.vcv-migration-description--emphasized{font-size:12px}.vcv-migration-button{margin-bottom:13px}}.medium-toolbar-arrow-under:after{border-color:#2b4b80 transparent transparent;border-width:6px 6px 0;bottom:-6px;top:auto}.medium-toolbar-arrow-over:before{border-color:transparent transparent #2b4b80;border-width:0 6px 6px;top:-6px}.medium-editor-toolbar{background-color:#2b4b80;border:none;border-radius:4px;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);color:#fff;font-size:14px}.medium-editor-toolbar-actions{border-radius:inherit;overflow:hidden}.medium-editor-toolbar-actions .medium-editor-action{-webkit-appearance:none;background-color:#2b4b80;background-image:none;border:none;box-sizing:border-box;color:#fff;cursor:pointer;height:40px;margin:0;max-width:100%;padding:0;position:relative;text-align:center;text-decoration:none;touch-action:manipulation;transition:all .2s ease-in-out;user-select:none;white-space:normal;width:40px}.medium-editor-toolbar-actions .medium-editor-action>*{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active,.medium-editor-toolbar-actions .medium-editor-action:hover{background-color:#203251}.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active:hover{background-color:#2e4567}.medium-editor-toolbar-form a{background-color:#2b4b80;border:none;color:inherit;display:inline-block;height:40px;line-height:40px;margin:0;padding:0;text-align:center;vertical-align:middle;width:40px}.medium-editor-toolbar-form a:hover{background-color:#203251}.medium-editor-toolbar-input{background:transparent;color:inherit;height:40px}.medium-editor-toolbar-input:-moz-placeholder,.medium-editor-toolbar-input:-ms-input-placeholder,.medium-editor-toolbar-input::-moz-placeholder,.medium-editor-toolbar-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.8)}.medium-editor-action-bold>b{visibility:hidden}.medium-editor-action-bold:before{background-image:url(assets/a577b407139a9a7825d0.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;content:"";display:block;height:inherit;width:inherit}.medium-editor-action-italic>b{visibility:hidden}.medium-editor-action-italic:before{background-image:url(assets/f5016fbf74f37d10a06f.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;content:"";display:block;height:inherit;width:inherit}.medium-editor-action-underline>b{visibility:hidden}.medium-editor-action-underline:before{background-image:url(assets/a229bcf3162398af0d1e.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;content:"";display:block;height:inherit;width:inherit}body:not(.vcv-wb-editor)[vcv-tinymce-active]{padding-left:1px;padding-right:1px}body:not(.vcv-wb-editor) .mce-content-body{line-height:unset}body:not(.vcv-wb-editor) .mce-floatpanel{box-shadow:none}body:not(.vcv-wb-editor) div.mce-panel.mce-tinymce-inline{background:transparent;border:none!important}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item{background:#203251;border:none;border-radius:5px}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn-group:not(:first-child){border-left-color:hsla(0,0%,100%,.1);margin-left:0}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-flow-layout-item.mce-first .mce-btn.mce-first{border-bottom-left-radius:5px;border-top-left-radius:5px}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-flow-layout-item.mce-last{margin:0}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-flow-layout-item.mce-last .mce-btn.mce-last{border-bottom-right-radius:5px;border-top-right-radius:5px}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group{padding:0}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-ico{color:#fff;transition:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn-group .mce-btn{background:transparent;border:none;cursor:pointer;margin:0;padding:5px 6px;text-shadow:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn.mce-active,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn:active,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn:focus,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn:hover,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .qt-dfw.active,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .qt-dfw:focus,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .qt-dfw:hover{background-color:#16243f;border-color:transparent;box-shadow:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn:hover .mce-caret,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-caret{border-top-color:#fff}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn button,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-menubtn button{background:transparent;color:#fff;letter-spacing:normal;text-transform:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn button:not(:hover),body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-menubtn button:not(:hover){background:transparent}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-container-body.mce-stack-layout>.mce-toolbar:not(:first-child){border-top:1px solid hsla(0,0%,100%,.1)}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-ico.mce-i-vcv-ui-icon-edit{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:VC-Icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-ico.mce-i-vcv-ui-icon-edit:before{content:"\270e"}body:not(.vcv-wb-editor) .mce-tinymce-inline .mce-container-body.mce-abs-layout{overflow:visible}.vcv-ui-form-group--permalink{margin-top:-10px}.vcv-permalink-container{-webkit-font-smoothing:antialiased;align-items:baseline;display:flex;font-size:13px;font-weight:700;line-height:25px;text-align:left;width:100%}.vcv-permalink-text{color:#a2a2a2}.vcv-permalink-link{color:#a2a2a2;display:flex;flex-wrap:wrap}.vcv-permalink-editable{border-radius:12px;cursor:text;outline:none;padding:0;transition:box-shadow .2s,padding .2s,color .2s,margin .2s;word-break:break-all}.vcv-permalink-editable:focus,.vcv-permalink-editable:hover{outline:none}.vcv-permalink-container--editable .vcv-permalink-link{color:#586dc6}.vcv-permalink-container--editable .vcv-permalink-editable:focus,.vcv-permalink-container--editable .vcv-permalink-editable:hover,.vcv-permalink-container--editable .vcv-permalink-link:hover .vcv-permalink-editable{box-shadow:0 0 0 2px #d1d1d1;color:#a2a2a2;margin:0 3px;padding:0 9px}.vcv-is-no-selection{user-select:none}.vcv-is-invisible{visibility:hidden}vcvhelper{display:block}.vcvhelper,vcvhelper{border:none}.vcv-is-disabled-outline:focus,.vcv-is-disabled-outline [tabindex]:focus,.vcv-is-disabled-outline a:focus,.vcv-is-disabled-outline area:focus,.vcv-is-disabled-outline button:focus,.vcv-is-disabled-outline input:focus,.vcv-is-disabled-outline label:focus,.vcv-is-disabled-outline select:focus,.vcv-is-disabled-outline summary:focus,.vcv-is-disabled-outline textarea:focus{outline:none}[data-vcv-transition-disabled=true]{transition:none!important}#vc_v-editor .navbar-fixed-top{top:32px}
1
  @import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Nunito+Sans:400,400i,700,700i);@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,greek,greek-ext,cyrillic-ext,latin-ext,cyrillic);
2
  /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{-webkit-text-decoration-skip:objects;background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{overflow:auto}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.screen-reader-text{display:none}
3
+ /*! reboot css styles */html{box-sizing:border-box;font-size:16px}body,body.vcv-wb-editor{font-family:Nunito Sans,sans-serif;font-size:.875rem}*,:after,:before{box-sizing:inherit}[tabindex="-1"]:focus{outline:none!important}img{max-width:100%}a,area,button,input,label,select,summary,textarea{touch-action:manipulation}a:focus,area:focus,button:focus,input:focus,label:focus,select:focus,summary:focus,textarea:focus{outline:none}@font-face{font-family:VC-Icons;font-style:normal;font-weight:400;src:url(assets/ff25595f76e76fe7e067.ttf?v91j85) format("truetype"),url(assets/76fc5c2f20b001e01522.woff?v91j85) format("woff"),url(assets/89c54c69977662d9c566.svg?v91j85#VC-Icons) format("svg")}.vcv-ui-icon{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:VC-Icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.vcv-ui-icon-link-enabled:before{content:"\e91e"}.vcv-ui-icon-exit-top-right:before{content:"\e91d"}.vcv-ui-icon-bell:before{content:"\e91c"}.vcv-ui-icon-close-modern:before{content:"\e918"}.vcv-ui-icon-link-modern:before{content:"\e919"}.vcv-ui-icon-pencil-modern:before{content:"\e91a"}.vcv-ui-icon-plug-modern:before{content:"\e91b"}.vcv-ui-icon-question:before{content:"\e917"}.vcv-ui-icon-swap:before{content:"\e916"}.vcv-ui-icon-lamp:before{content:"\e914"}.vcv-ui-icon-forward:before{content:"\e915"}.vcv-ui-icon-unlock-fill:before{content:"\e912"}.vcv-ui-icon-lock-fill:before{content:"\e913"}.vcv-ui-icon-thumbs-down:before{content:"\e910"}.vcv-ui-icon-thumbs-up:before{content:"\e911"}.vcv-ui-icon-key:before{content:"\e901"}.vcv-ui-icon-plug:before{content:"\e90f"}.vcv-ui-icon-chevron-left:before{content:"\e90e"}.vcv-ui-icon-chevron-up:before{content:"\e90b"}.vcv-ui-icon-chevron-down:before{content:"\e90c"}.vcv-ui-icon-chevron-right:before{content:"\e90d"}.vcv-ui-icon-download:before{content:"\e90a"}.vcv-ui-icon-error:before{content:"\e900"}.vcv-ui-icon-hub-shop:before{content:"\e909"}.vcv-ui-icon-lock-thin:before{content:"\e906"}.vcv-ui-icon-star:before{content:"\e905"}.vcv-ui-icon-copy-icon:before{content:"\e903"}.vcv-ui-icon-paste-icon:before{content:"\e904"}.vcv-ui-icon-eye-on:before{content:"\e902"}.vcv-ui-icon-eye-off:before{content:"\e907"}.vcv-ui-icon-mobile-menu:before{content:"\2261"}.vcv-ui-icon-drag-dots:before{content:"\22ee"}.vcv-ui-icon-more-dots:before{content:"\22ef"}.vcv-ui-icon-search:before{content:"\2315"}.vcv-ui-icon-row-layout:before{content:"\23f8"}.vcv-ui-icon-arrow-up:before{content:"\25b4"}.vcv-ui-icon-arrow-right:before{content:"\25b8"}.vcv-ui-icon-expand:before{content:"\25be"}.vcv-ui-icon-arrow-left:before{content:"\25c4"}.vcv-ui-icon-heart-stroke:before{content:"\2661"}.vcv-ui-icon-edit:before{content:"\270e"}.vcv-ui-icon-pen-alt-fill:before{content:"\2710"}.vcv-ui-icon-save:before{content:"\2714"}.vcv-ui-icon-add-thin:before{content:"\2715"}.vcv-ui-icon-close:before{content:"\2716"}.vcv-ui-icon-close-thin:before{content:"\2717"}.vcv-ui-icon-move:before{content:"\2723"}.vcv-ui-icon-add:before{content:"\2795"}.vcv-ui-icon-remove:before{content:"\2796"}.vcv-ui-icon-undo:before{content:"\293e"}.vcv-ui-icon-redo:before{content:"\293f"}.vcv-ui-icon-brush-alt:before{content:"\e908"}.vcv-ui-icon-bug:before{content:"\1f41e"}.vcv-ui-icon-tablet-landscape:before{content:"\1f4bb"}.vcv-ui-icon-template:before{content:"\1f4f0"}.vcv-ui-icon-mobile-portrait:before{content:"\1f4f1"}.vcv-ui-icon-mobile-landscape:before{content:"\1f4f2"}.vcv-ui-icon-desktop:before{content:"\1f4fa"}.vcv-ui-icon-lock-stroke:before{content:"\1f512"}.vcv-ui-icon-unlock-stroke:before{content:"\1f513"}.vcv-ui-icon-link:before{content:"\1f517"}.vcv-ui-icon-eyedropper:before{content:"\1f58d"}.vcv-ui-icon-multiple-devices:before{content:"\1f5a7"}.vcv-ui-icon-tablet-portrait:before{content:"\1f5b3"}.vcv-ui-icon-copy:before{content:"\1f5c7"}.vcv-ui-icon-paste:before{content:"\1f5ca"}.vcv-ui-icon-document-alt-stroke:before{content:"\1f5cb"}.vcv-ui-icon-trash:before{content:"\1f5d1"}.vcv-ui-icon-layers:before{content:"\1f5d7"}.vcv-ui-icon-cog:before{content:"\1f6e0"}.vcv-layout-container{display:flex;flex-flow:column nowrap;height:100%;left:0;position:absolute;top:0;width:100%}.vcv-layout{direction:ltr;display:flex;flex:1 1 auto;flex-flow:column nowrap;height:100%}.vcv-layout-header{display:flex;flex:0 0 auto;flex-flow:column nowrap}.vcv-layout-content{background:#f6f6f6;display:flex;flex:1 1 auto;flex-flow:column nowrap;overflow:auto}.vcv-layout-content--devices{flex-direction:row;padding:30px 0}.vcv-layout-content--devices:after,.vcv-layout-content--devices:before{content:"";min-width:30px;position:relative}.vcv-content-full-size .vcv-layout-content{height:0;position:absolute;width:0}.vcv-layout-iframe-container{background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);flex:1 1 auto;margin:auto;position:relative;width:100%}.vcv-layout-iframe-container--mobile{-webkit-overflow-scrolling:touch;overflow-y:scroll}.vcv-layout-iframe-container-editor--sidebars{width:480px}.vcv-layout-iframe-overlay{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-layout-iframe,.vcv-layout-iframe-wrapper{border:0;height:100%;overflow:auto;position:absolute;width:100%}.vcv-layout-bar{background:linear-gradient(180deg,#1a399d,#693bc5);box-shadow:1px 0 10px 0 rgba(0,0,0,.3);display:flex;flex:1 1 auto;flex-flow:column nowrap;z-index:1130}.vcv-layout-bar,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header{position:relative}.vcv-layout-bar.vcv-inline-editor--active .vcv-ui-resizer{display:none}.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-all:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-end:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-start:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header:after{background:rgba(0,0,0,.6);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out;z-index:3000}.vcv-layout-dock--bottom .vcv-layout-bar,.vcv-layout-dock--bottom .vcv-ui-tree-view-content,.vcv-layout-dock--detached .vcv-layout-bar,.vcv-layout-dock--detached .vcv-ui-tree-view-content,.vcv-layout-dock--top .vcv-layout-bar,.vcv-layout-dock--top .vcv-ui-tree-view-content{background:linear-gradient(90deg,#1a399d,#693bc5)}.vcv-layout-dock--bottom .vcv-layout-bar-content:before,.vcv-layout-dock--top .vcv-layout-bar-content:before{content:"";height:10px;left:0;position:absolute;right:0}.vcv-layout-dock--top .vcv-layout-bar-content:not(.vcv-content-full-size):before{bottom:-10px;box-shadow:inset 0 10px 10px -10px rgba(0,0,0,.3)}.vcv-layout-dock--bottom .vcv-layout-bar-content:not(.vcv-content-full-size):before{box-shadow:inset 0 -10px 10px -10px rgba(0,0,0,.3);top:-10px}.vcv-layout-dock--detached .vcv-ui-tree-view-content,.vcv-layout-dock--top .vcv-ui-tree-view-content{border-top:1px solid hsla(0,0%,100%,.1)}.vcv-layout-bar-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.vcv-layout-bar-header{display:flex;flex:0 0 auto;flex-flow:column nowrap}.vcv-layout-bar-content{display:flex;flex:1 1 auto;flex-flow:row nowrap;pointer-events:none}.vcv-layout-bar-content:not(.vcv-ui-state--visible){display:none}.rtl .vcv-layout-bar-content{direction:rtl}.vcv-layout-bar-content-all,.vcv-layout-bar-content-start{display:flex;flex:0 1 auto;flex-flow:column nowrap;pointer-events:all;position:relative}.vcv-layout-bar-content-all>*,.vcv-layout-bar-content-start>*{flex:1 1 auto}.vcv-layout-bar-content-all:not(.vcv-ui-state--visible),.vcv-layout-bar-content-start:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-end{display:flex;flex:1 1 0;flex-flow:column nowrap;pointer-events:all;position:relative}.vcv-layout-bar-content-end>*{flex:1 1 auto}.vcv-layout-bar-content-end:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-toggle{color:#fff;height:61px;left:0;position:absolute;top:0;transition:all .2s ease-in-out;width:34px}.vcv-layout-bar-content-toggle-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible)+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle{opacity:.5}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible)+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle:hover{opacity:.6}.vcv-layout-bar-content-start.vcv-ui-state--visible+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle{opacity:1}.vcv-layout-bar-content-start.vcv-ui-state--visible+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle:hover{opacity:.9}.vcv-layout-bar-content-hide{color:#fff;cursor:pointer;height:61px;position:absolute;right:10px;text-decoration:none;top:0;transition:all .2s ease-in-out;width:34px}.vcv-layout-bar-content-hide:hover .vcv-layout-bar-content-hide-icon:before{opacity:.5}.vcv-layout-bar-content-aligned{height:61px}.rtl .vcv-layout-bar-content-hide{left:10px;right:auto}.vcv-layout-bar-content-hide-icon:before{font-size:1.2em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease-in-out}.vcv-layout-dock:not(.vcv-layout-dock--detached) .vcv-layout-bar-header{z-index:1140}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape],.vcv-layout-iframe-container[data-vcv-device=mobile-portrait],.vcv-layout-iframe-container[data-vcv-device=tablet-landscape],.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]{border-color:#fff;border-radius:25px;border-style:solid;flex:initial;position:relative}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:after,.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:after,.vcv-layout-iframe-container[data-vcv-device=tablet-landscape]:after,.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]:after{border:3px solid #dedede;border-radius:50%;content:"";height:38px;position:absolute;width:38px}.vcv-layout-iframe-container[data-vcv-device=desktop]{min-width:100%}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]{border-width:50px 10px 70px}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:after{bottom:-54px;left:50%;transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:before{content:url(assets/c17fe61d9a5a38a44633.svg);left:50%;position:absolute;top:-36px;transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]{border-width:10px 70px 10px 50px}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:after{bottom:50%;right:-54px;transform:translateY(50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:before{content:url(assets/c17fe61d9a5a38a44633.svg);left:-56px;position:absolute;top:50%;transform:translateY(-50%) rotate(-90deg)}.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]{border-width:50px 25px 90px}.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]:after{bottom:-64px;left:50%;transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=tablet-landscape]{border-width:25px 90px 25px 50px}.vcv-layout-iframe-container[data-vcv-device=tablet-landscape]:after{bottom:50%;right:-64px;transform:translateY(50%)}.vcv-layout-dock.vcv-layout-dock--top.vcv-layout-dock--unlock .vcv-layout-bar-content{bottom:auto;left:0;position:absolute;right:0;top:100%}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile{height:calc(100vh - 60px);min-width:0;overflow:hidden}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-end,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-start{min-width:0;width:100%}.vcv-layout-dock.vcv-layout-dock--bottom.vcv-layout-dock--unlock .vcv-layout-bar-content{bottom:100%;left:0;position:absolute;right:0;top:auto}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar{flex-direction:column-reverse}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar{flex-direction:row}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{flex-direction:row-reverse}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{flex-direction:column;position:fixed}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-header{height:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar{height:auto!important;left:auto!important;top:auto!important;width:auto!important}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{width:auto!important}@media (min-width:768px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{height:auto!important}}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{width:100%!important}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{height:auto!important;left:auto!important;top:auto!important;width:auto!important}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{height:auto!important}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{width:100%!important}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{width:auto!important}.vcv-layout-dock .vcv-layout-bar-content{height:40vh;min-height:200px;min-width:410px;width:400px}.vcv-layout-dock .vcv-layout-bar-content-start{height:20vh;min-height:100px;min-width:383px;width:400px}.vcv-layout-dock .vcv-layout-bar-content-end{min-height:200px;min-width:384px}.vcv-layout-dock .vcv-layout-bar-content-all{height:20vh;min-height:100px;min-width:383px;width:100%}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{min-width:410px;width:400px}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{min-height:300px}@media (max-width:767px){.vcv-layout-dock .vcv-ui-content-start--visible.vcv-ui-content-end--visible .vcv-layout-bar-content{min-height:300px}}.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-top{display:none}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top{display:block}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:none}@media (max-width:767px){.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-bar,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:block}}.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom{display:block}.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-target-content{display:none}@media (max-width:767px){.vcv-layout-dock--bottom .vcv-ui-content-start--visible .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-end-top,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-right,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-right-top{display:none}.vcv-layout-dock--bottom .vcv-ui-content-start--visible .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-bottom{display:block}}.vcv-layout-dock--left .vcv-ui-resizer-layout-placement-left{display:block}.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-dock--right .vcv-ui-resizer-layout-placement-right{display:block}.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-right.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-right.vcv-ui-resizer-content-start-left-bottom{display:none}.vcv-layout-dock--detached .vcv-ui-resizer-layout-placement-detached{display:block}.vcv-layout-iframe-content{height:0;width:0}.vcv-start-blank-container{word-wrap:break-word;background:#fff;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;text-align:center;top:0}.vcv-start-blank-container.vcv-ui-state--visible .vcv-start-blank-inner{opacity:1}.vcv-start-blank-scroll-container{display:flex;flex-direction:column;flex-grow:1;overflow:auto;width:100%}.vcv-start-blank-inner{flex-grow:1;flex-shrink:0;opacity:0;padding:70px 20px;position:relative;transition:opacity .5s ease-in-out}.vcv-start-blank-page-heading{-webkit-font-smoothing:antialiased;color:#363636;font-family:Montserrat,serif;font-size:30px;letter-spacing:.045em;line-height:normal}.vcv-start-blank-inner .vcv-start-blank-template-type-wrapper{margin-bottom:14px;position:relative}.vcv-start-blank-inner .vcv-start-blank-template-type-wrapper:after{border-color:#c6cbd4 transparent transparent;border-style:solid;border-width:5px 5px 0;content:"";height:0;pointer-events:none;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:0}.vcv-start-blank-inner .vcv-start-blank-template-type{-moz-appearance:none;-webkit-appearance:none;appearance:none}.vcv-start-blank-inner .vcv-start-blank-template-type,.vcv-start-blank-inner .vcv-start-blank-title-input{-webkit-font-smoothing:antialiased;border:1px solid #e1e1e1;box-shadow:none;color:#000;font:normal normal 700 14px Montserrat,sans-serif;letter-spacing:.077em;margin:0 0 14px;padding:14px;width:90%}.vcv-start-blank-inner .vcv-start-blank-template-type::placeholder,.vcv-start-blank-inner .vcv-start-blank-title-input::placeholder{color:#bdbdbd;opacity:1}.vcv-start-blank-inner .vcv-start-blank-template-type{margin:0}.vcv-start-blank-controls .vcv-start-blank-template-type,.vcv-start-blank-controls .vcv-start-blank-title-input{width:100%}.vcv-hfs-start-blank-form{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:50px 0 0}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button{-webkit-font-smoothing:antialiased;background:#283aa4;border:none;color:#fff;cursor:pointer;font:normal normal 700 14px Montserrat,sans-serif;letter-spacing:.077em;padding:16px;text-transform:uppercase;transition:background .2s ease-in-out;width:90%}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button:hover{background:#ffae27}.vcv-start-blank-controls{margin:65px auto 0;max-width:700px}.vcv-start-blank-controls-layout{max-width:750px}.vcv-start-blank-item-list-container{flex-direction:column;margin:0 -15px}.vcv-start-blank-item-list-container,.vcv-start-blank-item-list-container .vcv-ui-item-overlay{align-items:center;display:flex;justify-content:center}.vcv-start-blank-item-list-container .vcv-ui-item-control{cursor:pointer;font-size:16px;padding:.6em;transition:color .2s ease-in-out}.vcv-start-blank-item-list-container .vcv-start-blank-item-list{justify-content:center;margin-left:0;margin-right:0}.vcv-start-blank-description{-webkit-font-smoothing:antialiased;color:#9a9a9a;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif;margin-top:42px}.vcv-start-blank-title-input-container{max-width:650px;padding:0 15px;width:100%}.vcv-start-blank-button-container{margin:44px -9px 0}.vcv-start-blank-button-container .vcv-ui-form-button{margin-left:9px;margin-right:9px;max-width:220px;width:100%}@media screen and (min-width:544px){.vcv-start-blank-page-heading{font-size:40px}.vcv-start-blank-inner{padding:100px 50px}.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-template-type,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:390px}.vcv-start-blank-page-heading{font-size:40px}.vcv-start-blank-controls{margin:50px auto 0}.vcv-start-blank-inner{padding:100px 50px}.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-template-type,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:390px}}@media screen and (min-width:768px){.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-template-type,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:430px}}.vcv-loading-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-loading-overlay{background:#fff;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;top:0}.vcv-loading-overlay-inner{align-content:center;align-items:center;display:flex;flex-direction:column;position:relative}.vcv-loading-dots-container{animation:vcvDotsRotate 2s linear infinite;height:60px;text-align:center;width:60px}.vcv-loading-dots-container .vcv-loading-dot{animation:vcvDotsBounce 2s ease-in-out infinite;background-color:#eee;border-radius:100%;display:inline-block;height:60%;position:absolute;top:0;width:60%}.vcv-loading-dots-container .vcv-loading-dot-2{animation-delay:-1s;bottom:0;top:auto}@keyframes vcvDotsRotate{to{transform:rotate(1turn)}}@keyframes vcvDotsBounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.vcv-loading-text{color:#c2c2c2;margin-top:20px;padding:0 20px;position:relative;text-align:center}.vcv-loading-text-main{font-size:16px;line-height:1.5;margin:.6em 0}.vcv-loading-text-helper{font-size:13px;font-style:italic;line-height:1.5;margin:.6em 0}.vcv-freshdesk-iframe{border:0;bottom:0;display:none;height:580px;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0;width:640px;z-index:100001}.vcv-skip-post-update-block .vcv-popup-button{color:#c2c2c2}.vcv-screen-section{-webkit-font-smoothing:antialiased;box-sizing:border-box;position:relative;text-align:center}.vcv-screen-section .vcv-logo{margin:17px 0 10px}.vcv-screen-section *{box-sizing:border-box}.vcv-screen-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;opacity:0;padding:20px;transition:opacity .5s}.vcv-screen-content.vcv-activation-content--active,.vcv-screen-content.vcv-screen-content--active{opacity:1}.vcv-error-screen .vcv-screen-text{font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;letter-spacing:.56px;line-height:22px;margin:31px 0 6px;text-align:center}.vcv-error-screen .vcv-screen-helper-text{color:#999;font-family:Nunito Sans,sans-serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:.82px;line-height:24px;margin:0}.vcv-screen-button-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px;margin-top:20px}.vcv-screen-button-container a.vcv-screen-button,.vcv-screen-button-container button.vcv-screen-button{background:#294a82;border:0;border-radius:0;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.92px;line-height:15px;margin:10px 20px;min-width:210px;outline:none;padding:18px 38px;text-decoration:none;text-transform:uppercase;transition:background .2s ease-in-out}.vcv-screen-button-container a.vcv-screen-button:focus,.vcv-screen-button-container a.vcv-screen-button:hover,.vcv-screen-button-container button.vcv-screen-button:focus,.vcv-screen-button-container button.vcv-screen-button:hover{background:#1f3152}.vcv-screen-button-container a.vcv-screen-button--dark,.vcv-screen-button-container button.vcv-screen-button--dark{background:#363636}.vcv-screen-button-container a.vcv-screen-button--dark:focus,.vcv-screen-button-container a.vcv-screen-button--dark:hover,.vcv-screen-button-container button.vcv-screen-button--dark:focus,.vcv-screen-button-container button.vcv-screen-button--dark:hover{background:#1e1e1e}.vcv-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-overlay{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1200}.vcv-popup-error-description{align-items:center;display:flex;flex:1 0 auto;flex-flow:column nowrap;justify-content:center;text-align:center}.vcv-popup-error-description .vcv-logo{flex:0 0 auto}.vcv-popup-error-description .vcv-popup-heading{flex:0 0 auto;margin:55px auto 35px}.vcv-popup-error-description .vcv-popup-loading-heading{flex:0 0 auto;font-size:1em;line-height:1.5;margin:0 auto 70px;max-width:700px}.vcv-popup-error-description .vcv-button-container{flex:0 0 auto}.vcv-popup-error-description .vcv-popup-button{color:inherit;padding:16px 46px}.vcv-loading-overlay .vcv-popup--hidden{display:none}.vcv-loading-overlay .vcv-popup-error-description{color:#c2c2c2}.vcv-loading-overlay .vcv-popup-heading{font:normal normal normal 50px Montserrat,serif}.vcv-loading-overlay .vcv-popup-loading-heading{display:block;font:normal normal normal 16px Montserrat,sans-serif;font-size:1em;letter-spacing:.077em}.vcv-loading-overlay .vcv-popup-button{background:transparent;border:2px solid #c2c2c2;border-radius:0;display:inline-block;font:normal normal 700 12px Montserrat,sans-serif;letter-spacing:.077em;margin-bottom:10px;max-width:100%;text-transform:uppercase;transition:color .2s ease-in-out,border-color .2s ease-in-out}.vcv-loading-overlay .vcv-popup-button>span{position:relative}.vcv-loading-overlay .vcv-popup-button.vcv-popup-button--hidden{display:none}.vcv-loading-overlay .vcv-popup-button:hover{border-color:#a0a0a0;color:#a0a0a0;cursor:pointer}[data-vcv-send-error-report]{margin-left:30px}.vcv-popup-error-with-button a,.vcv-popup-error-with-button button{margin:0;padding:13px 17px;text-transform:capitalize}.vcv-popup-error-with-button .vcv-error-message{display:block;margin-bottom:20px}@media screen and (min-width:768px){.vcv-popup-error-with-button{align-items:center;display:flex;justify-content:space-between}.vcv-popup-error-with-button .vcv-popup-button{flex-shrink:0;margin-left:0}.vcv-popup-error-with-button .vcv-popup-button:hover{background:#fff;border-color:#fff;color:#fa6262;cursor:pointer}.vcv-popup-error-with-button .vcv-popup-button:focus,.vcv-popup-error-with-button .vcv-popup-button:hover{outline:none}.vcv-popup-error-with-button .vcv-error-message{display:inline-block;margin-bottom:0;padding-right:30px;text-align:left}}.vcv-skip-post-update-block{bottom:0;left:0;position:absolute;right:0;text-align:center;transform:translateY(120%)}.vcv-skip-post-update-block.vcv-popup--hidden{display:none}.vcv-skip-post-update-block .vcv-popup-button{padding:16px 46px}.vcv-ui-resizer{display:none;pointer-events:all;position:absolute;z-index:10}.vcv-ui-resizer-e{cursor:e-resize}.vcv-ui-resizer-n{cursor:n-resize}.vcv-ui-resizer-ne{cursor:ne-resize}.vcv-ui-resizer-nw{cursor:nw-resize}.vcv-ui-resizer-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-bottom,.vcv-ui-resizer-layout-bar-top{height:10px;left:0;width:100%}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-left,.vcv-ui-resizer-layout-bar-right{height:100%;top:0;width:10px}.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-top{top:-7px}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-layout-bar-left{left:-7px}.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-right{right:-7px}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-layout-bar-bottom{bottom:-7px}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-left-bottom,.vcv-ui-resizer-layout-bar-left-top,.vcv-ui-resizer-layout-bar-right-bottom,.vcv-ui-resizer-layout-bar-right-top{height:20px;width:20px;z-index:20}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-layout-bar-left-bottom{bottom:-13px;left:-13px}.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-right-top{right:-13px;top:-13px}.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-layout-bar-right-bottom{bottom:-13px;right:-13px}.vcv-ui-resizer-layout-bar-left-top{left:-13px;top:-13px}.vcv-tooltip-container{display:inline-block;height:14px;margin-left:8px;margin-right:0;position:relative;width:14px}.vcv-tooltip-container .vcv-tooltip-box{-webkit-font-smoothing:antialiased;background-color:#16243f;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,.8);color:#9ea6b3;font-family:Roboto,sans-serif;font-size:12px;font-style:italic;font-weight:500;left:7px;letter-spacing:.92px;line-height:20px;min-width:234px;padding:10px 15px;position:absolute;text-align:center;top:25px;white-space:normal;z-index:99999}.vcv-tooltip-container .vcv-tooltip-box a{color:#fff;text-decoration:underline;transition:text-decoration .05s ease-in-out}.vcv-tooltip-container .vcv-tooltip-box a:hover{color:#fff;text-decoration:none}.vcv-tooltip-container .vcv-tooltip-box a:focus{box-shadow:none}.rtl .vcv-tooltip-container{margin-left:0;margin-right:8px}.vcv-tooltip-container .vcv-ui-icon-question{color:#bcbcbc;cursor:pointer;display:block;font-size:14px;transition:color .05s ease-in-out}.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-tooltip-container .vcv-ui-icon-question:hover{color:#16243f}.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--light-hover.vcv-ui-icon--active,.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--light-hover:hover{color:#e3e3e3}.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active:after{border:5px solid transparent;border-bottom-color:#16243f;content:"";display:block;left:2px;position:absolute;top:15px;z-index:999999}.vcv-tooltip-container--box-position--top .vcv-tooltip-box{top:-11px;transform:translateY(-100%)}.vcv-tooltip-container--box-position--top .vcv-ui-icon-question.vcv-ui-icon--active:after{border-color:#16243f transparent transparent;top:-1px;transform:translateY(-100%)}.vcv-ui-edit-form-section-header .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-ui-edit-form-section-header .vcv-tooltip-container .vcv-ui-icon-question:hover,.vcv-ui-editor-search-container .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-ui-editor-search-container .vcv-tooltip-container .vcv-ui-icon-question:hover,.vcv-ui-panel-heading .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-ui-panel-heading .vcv-tooltip-container .vcv-ui-icon-question:hover{color:#fff}.vcv-ui-modal-header-tooltip{display:inline-flex;flex-grow:1}.vcv-ui-editor-search-container .vcv-tooltip-container{bottom:0;margin:auto;position:absolute;right:-32px;top:0}.rtl .vcv-ui-editor-search-container .vcv-tooltip-container{left:-32px;right:auto}.vcv-ui-form-wp-tinymce .vcv-tooltip-container{margin-right:8px;vertical-align:middle}.rtl .vcv-ui-form-wp-tinymce .vcv-tooltip-container{margin-left:8px;margin-right:0}.vcv-ui-color-picker-dropdown{margin-right:4px}.rtl .vcv-ui-color-picker-dropdown{margin-left:4px;margin-right:0}.vcv-ui-sketch-picker{display:inline-block}.vcv-ui-form-dropdown-color-swatch{border-radius:3px;height:16px;margin:2px 0 3px;position:relative;width:16px}.vcv-ui-form-dropdown-color-swatch:before{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,6px 6px;background-repeat:repeat;background-size:12px 12px;border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--transparent:before{background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAG5JREFUOBFjZCATvI+MtP//9+9aRnL0wzUzMweTbACyZsHlyw+SZAC6ZpDriTYAm2aiDcClmSgD8GkmaAAhzXgNIEYzTgOI1YzVAFI0YxhAqmYUA8jRDDeAXM1gAyjRDDKACZwlgbkKlDFAAqQCAB5beZgTNEIdAAAAAElFTkSuQmCC);background-size:cover}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color:before{background:none;bottom:0;content:"-";left:0;right:0;top:0}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color .vcv-ui-form-dropdown-color-value{box-shadow:none}.vcv-ui-form-dropdown-color-value{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.149);height:100%;position:relative}.vcv-ui-form-dropdown-color-popover{margin-top:4px;position:relative;z-index:2}.vcv-ui-color-picker-panel{background:#fff;border:1px solid #d1d1d1;border-radius:3px;box-sizing:initial;direction:ltr;display:flex;flex-wrap:wrap;margin-top:4px;padding:10px;width:200px}.vcv-media--sm .vcv-ui-color-picker-panel{width:365px}.vcv-ui-color-picker-custom-color,.vcv-ui-color-picker-presets-color{flex-grow:1;flex-shrink:0;width:100%}.vcv-media--sm .vcv-ui-color-picker-custom-color,.vcv-media--sm .vcv-ui-color-picker-presets-color{width:0}.vcv-ui-color-picker-custom-color{border-bottom:1px solid #eee}.vcv-media--sm .vcv-ui-color-picker-custom-color{border-bottom:0}.vcv-ui-color-picker-used-stack-wrapper{border-bottom:1px solid #eee;padding:10px 0;width:100%}.vcv-media--sm .vcv-ui-color-picker-used-stack-wrapper{border-bottom:none;border-right:1px solid #eee;padding:0 10px;width:auto}.vcv-ui-color-picker-used-stack{display:flex;flex-wrap:wrap;margin:0 0 -10px -10px}.vcv-media--sm .vcv-ui-color-picker-used-stack{flex-direction:column}.vcv-ui-color-picker-presets-color{display:flex;flex-wrap:wrap;margin:0 0 -10px -10px;padding-top:10px}.vcv-media--sm .vcv-ui-color-picker-presets-color{margin:0 0 -10px;padding-top:0}.rtl .vcv-ui-color-picker-presets-color{direction:rtl}.vcv-ui-replace-element-block{padding:20px 20px 0;position:relative}.vcv-ui-replace-element-block.vcv-ui-replace-element-block--inner{padding:0}.vcv-ui-replace-element-heading,.vcv-ui-section-heading{-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;letter-spacing:1px;margin-top:0;text-transform:capitalize}.vcv-ui-replace-element-description,.vcv-ui-section-description{color:#999;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;margin-bottom:23px}.vcv-ui-replace-element-container{margin-bottom:30px;overflow:hidden;position:relative}.vcv-ui-replace-element-hide{color:#c6c6c6;cursor:pointer;display:inline-block;height:25px;position:absolute;right:18px;top:0;width:25px;z-index:1}.vcv-ui-replace-element-hide:before{font-size:.8em}.vcv-ui-replace-element-list{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0 -15px -30px;padding:0}.vcv-ui-replace-element-list .vcv-ui-item-list-item-content--active{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-replace-element-list .vcv-ui-item-element-name{white-space:normal}.vcv-ui-google-fonts-fontfamily-container{position:relative}.vcv-ui-google-fonts-fontfamily-container .vcv-ui-wp-spinner{background:rgba(0,0,0,.1);height:100%;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%}.vcv-ui-google-fonts-fontfamily-container.vcv-ui-google-fonts-spinner .vcv-ui-wp-spinner{opacity:1;pointer-events:all}.vcv-ui-font-preview-text{font-size:30px}.vcv-row-html-editor-container{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-form-layout-layouts{display:flex;flex-flow:row wrap;margin-left:-20px;margin-right:-20px}.vcv-ui-form-layout-description{color:#a9a9a8;display:inline-block;font-style:italic;margin-bottom:25px}.vcv-ui-form-layout-layouts-col{cursor:pointer;display:flex;flex-basis:60px;flex-grow:0;flex-shrink:0}.vcv-ui-form-layout-layouts-col>span{background:#fff;border:2px solid #d1d1d1;flex:1;height:40px}.vcv-ui-form-layout-layouts-col.vcv-ui-state--active>span{border-color:#2b4b80}.vcv-ui-form-layout-layouts-col{margin-bottom:20px;margin-left:20px;margin-right:20px}.vcv-ui-form-layout-layouts-col span:not(:first-child){margin-left:2px}.rtl .vcv-ui-form-layout-layouts-col span:not(:first-child){margin-left:0;margin-right:2px}.vcv-ui-form-layout-custom-layout-columns{display:flex}.vcv-ui-form-layout-custom-layout-columns .vcv-ui-form-layout-custom-layout-col{flex:1}.vcv-ui-form-layout-reverse-column-toggle{margin-top:3px}.vcv-ui-form-responsiveness-settings-devices{background:#283aa4;color:#fff;display:flex}.vcv-ui-form-responsiveness-settings-devices-item{border-right:1px solid hsla(0,0%,100%,.1);flex-basis:20%;padding:12px 0;text-align:center}.vcv-ui-form-responsiveness-settings-devices-item:first-child{border-left:1px solid #283aa4}.vcv-ui-form-responsiveness-settings-devices-item:last-child{border-right:1px solid #283aa4}.vcv-ui-form-responsiveness-settings-devices-item .vcv-ui-icon{font-size:18px;vertical-align:middle}.vcv-ui-form-responsiveness-settings-devices-item-title{font-size:10px;margin-bottom:0}.vcv-ui-form-responsiveness-settings-hide-labels .vcv-ui-form-responsiveness-settings-devices-item-title{display:none}.vcv-ui-form-responsiveness-settings-options{display:flex}.vcv-ui-form-responsiveness-settings-device-layout{border-right:1px solid #d1d1d1;flex-basis:20%}.vcv-ui-form-responsiveness-settings-device-layout:first-child{border-left:1px solid #d1d1d1}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container{background:#fff;border-bottom:1px solid #d1d1d1;padding:5px 0;transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-form-input.vcv-ui-tag-list-input{transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active .vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover .vcv-ui-tag-list-input{background:#eee}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input{border:0;border-radius:0;box-shadow:none;padding:0;text-align:center}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input:focus{animation:none;border:0;box-shadow:none}.vcv-ui-tag-list-item{background-color:#283aa4;border-radius:2em;color:#fff;display:inline-block;margin:1px 3px;padding:1px 11px;pointer-events:auto;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-tag-list-item:before{content:attr(data-vcv-tag-list-label)}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active,.vcv-ui-tag-list-item:hover{background-color:#203251}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active:before,.vcv-ui-tag-list-item:hover:before{content:attr(data-vcv-tag-list-label-hover)}.vcv-ui-tag-list-item-error{background-color:#ed5656}.vcv-ui-tag-list-item-error:hover{background-color:#cf3f3f}.vcv-ui-tag-list-item-remove{background:transparent;border:0;color:#fff;cursor:pointer;font-size:.9em;margin:-2px -6px -2px 6px;padding:2px}.rtl .vcv-ui-tag-list-item-remove{margin:-2px 6px -2px -6px}.vcv-ui-tag-list-container{position:relative}.vcv-layout-header .vcv-ui-form-input,.vcv-ui-ajax-form-container input,.vcv-ui-ajax-form-container textarea{display:block}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input,.vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input{word-wrap:break-word;resize:none;transition:none;word-break:break-all}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-ui-ajax-form-container input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled{opacity:0;pointer-events:none;position:absolute}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list,.vcv-ui-ajax-form-container input.vcv-ui-tag-list,.vcv-ui-ajax-form-container textarea.vcv-ui-tag-list{cursor:text;min-height:30px;padding:3px 2px}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{background:#fff;margin-bottom:5px;max-width:70px;overflow:auto;overflow-x:hidden;padding:0;position:fixed;transition:none;z-index:1111}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input>:first-child{border-top:none}@media (max-width:400px){.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{display:none}}.vcv-ui-suggest-box-item{border-top:1px solid #d1d1d1;box-sizing:border-box;cursor:pointer;display:block;padding:5px 10px;transition:background-color .2s ease-in-out}.vcv-ui-suggest-box-item.vcv-selected,.vcv-ui-suggest-box-item:hover{background-color:#ddd}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-autocomplete{max-width:250px}.vcv-ui-tag-list-container .vcv-ui-wp-spinner{bottom:0;margin:auto;position:absolute;right:14px;top:0;z-index:5}.vcv-ui-tag-list-item-validating,.vcv-ui-tag-list-item-validating:hover{background-color:#c6c6c6}.vc-tags{-webkit-font-smoothing:antialiased;background:#fff;border:1px solid #d1d1d1;border-radius:3px;cursor:text;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:1.5;padding:6px 0 0 6px;position:relative;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vc-tags.is-focused,.vc-tags:hover{border-color:#c4c4c4}.vc-tags.is-focused{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vc-tags--selected{display:inline}.vc-tags--selected-tag{-webkit-font-smoothing:antialiased;background:#283aa4;border:3px solid #283aa4;border-radius:2em;box-sizing:border-box;color:#fff;display:inline-block;font-size:inherit;font-weight:700;line-height:inherit;margin:0 6px 6px 0;padding:1px 3px 1px 6px;position:relative;transition:all .2s}.vc-tags--selected-tag .vcv-ui-icon{cursor:pointer;display:inline-block;font-size:10px;font-weight:700;margin-left:3px;padding:4px;vertical-align:middle}.vc-tags--selected-tag .vc-tags--suggestions{width:150px}.vc-tags--selected-tag:hover{background:#203251;border-color:#203251}.vc-tags--selected-tag.vc-tags--selected-tag--editable{background:transparent;border-color:#c6cbd4;color:#c6cbd4}.vc-tags--selected-tag.vc-tags--selected-tag--editable:hover{background:transparent;border-color:#a0a1a3;color:#a0a1a3}.vc-tags--selected-tag-name{outline:none;vertical-align:middle}.vc-tags--tag-not-valid{background-color:#ed5656;border-color:#ed5656}.vc-tags--tag-not-valid:hover{background-color:#cf3f3f;border-color:#cf3f3f}.vc-tags--search{display:inline-block;margin-bottom:6px;max-width:100%;padding:5px 2px}.vc-tags--search-input{border:0;color:#5c5b5b;font-size:inherit;line-height:inherit;margin:0;max-width:100%;outline:none;padding:0}.vc-tags--search-input::-ms-clear{display:none}.vc-tags--suggestions{left:0;margin:4px 0;position:absolute;top:100%;width:100%;z-index:99999}.vc-tags--suggestions--top{top:0;transform:translateY(-100%)}.vc-tags--suggestions .vcv-ui-scroll{position:static!important}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-track--vertical{height:110px}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-content{background:#fff;border:none;border-radius:5px;box-shadow:0 0 6px rgba(0,0,0,.15);inset:auto!important;list-style:none;margin:0;max-height:120px;padding:0;width:100%}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-content::-webkit-scrollbar{display:none}.vc-tags--suggestions .vc-tags--suggestion{color:#70747c;font-style:italic;font-weight:500;margin:0;padding:6px 8px;transition:background .2s}.vc-tags--suggestions .vc-tags--suggestion mark{background:none;color:#37383a;font-weight:600;text-decoration:underline}.vc-tags--suggestions .vc-tags--suggestion:hover{background:#f0f1f2;cursor:pointer}.vc-tags--suggestions .vc-tags--suggestion.is-active{background:#f0f1f2}.vc-tags--suggestions .vc-tags--suggestion.is-disabled{cursor:auto;opacity:.5}.vc-tags--suggestion-prefix{-webkit-font-smoothing:antialiased;font-style:normal;font-weight:600}.vcv-ui-form-params-group{margin:0 -20px}.vcv-ui-form-params-group .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group .vcv-ui-drag-handler{z-index:1000}.vcv-ui-form-params-group .vcv-ui-form-params-group-item{background:#203251;color:#fff;padding:12px 7px 12px 5px}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:last-of-type{border-bottom:none}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:hover{background-color:#16243f}.vcv-ui-form-params-group .vcv-ui-form-params-group-item .vcv-ui-forms-params-group-content-editable{padding:1px 12px}.vcv-ui-form-params-group-item--dragging{background:#203251;color:#fff;z-index:10000}.vcv-ui-form-params-group-item--dragging .vcv-ui-tree-layout-control-label{padding-left:18px}.vcv-ui-form-params-group-item--dragging .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group-add-item{align-items:center;border:1px dashed #000;color:#000;cursor:pointer;display:flex;height:46px;justify-content:center;margin:15px 20px;opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-form-params-group-add-item:hover{opacity:.3}.vcv-ui-forms-params-group-content-editable{outline:none}.vcv-gutenberg-modal{background:rgba(0,0,0,.7);bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:10000}.vcv-gutenberg-modal .vcv-loading-overlay{align-items:center;background:#fff;bottom:20px;left:20px;right:20px;top:20px;z-index:1}.vcv-gutenberg-modal-inner{background:#fff;bottom:20px;left:20px;position:fixed;right:20px;top:20px}.vcv-gutenberg-modal-inner iframe{height:100%;width:100%}button.vcv-gutenberg-modal-close-button{background:transparent;border:0;box-shadow:none;color:rgba(0,0,0,.5);cursor:pointer;font-size:16px;padding:5px;position:absolute;right:25px;top:25px;transition:color .2s ease-in-out;z-index:2}button.vcv-gutenberg-modal-close-button:focus,button.vcv-gutenberg-modal-close-button:hover{background:transparent;border:0;box-shadow:none;color:rgba(0,0,0,.7)}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-container{margin:0 -20px}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-actions{border-top:0}.vcv-ui-tinymce-fonts-selectbox input.vcv-ui-tinymce-fonts-selectbox-filter{background:transparent;border:1px solid #ddd;border-radius:0;box-shadow:none;box-sizing:border-box;cursor:text;display:inline-block;font-size:14px;line-height:19px;margin:5px 9px;outline:none;padding:4px 4px 4px 24px;width:calc(100% - 18px)}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2);display:none;float:left;left:0;margin:2px 0 0;min-width:160px;padding:0;position:absolute;top:100%;z-index:1000}.vcv-ui-tinymce-fonts-selectbox.mce-active>.vcv-ui-tinymce-fonts-selectbox-options{display:block}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul{margin:5px 0 0;max-height:350px;overflow-x:hidden;overflow-y:auto;width:240px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li{margin-bottom:2px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li:last-child{margin-bottom:0}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a{background-image:url(https://cdn.hub.visualcomposer.com/plugin-assets/fonts2.png);background-repeat:no-repeat;border:none;box-shadow:0 0 0 1px transparent;box-sizing:border-box;clear:both;color:#333;display:block;font-weight:400;height:22px;line-height:16px;padding:3px 10px;text-decoration:none;text-indent:-9999px;transition:box-shadow .2s,opacity .2s;white-space:nowrap}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:focus,.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:hover{box-shadow:0 0 0 1px #a9a9a9;opacity:.7;text-decoration:none}.vcv-ui-tinymce-fonts-selectbox-input-box:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#c5c5c5;content:"\2315";font-family:VC-Icons!important;font-style:normal;font-variant:normal;font-weight:400;left:15px;line-height:1;position:absolute;text-transform:none;top:12px}
4
+ /*! media breakpoints */.vcv-ui-form-group{border:0;margin:0 0 20px}.vcv-ui-form-group.vcv-ui-form-group--has-inner-fields{margin-bottom:0}.vcv-ui-form-group-heading-wrapper{display:flex}.vcv-ui-ajax-form-container label,.vcv-ui-form-group-heading{display:block;font-size:12px;font-weight:700;margin:0 0 3px}.vcv-ui-ajax-form-container label>.vcv-ui-wp-spinner,.vcv-ui-form-group-heading>.vcv-ui-wp-spinner{margin-left:15px}.vcv-ui-ajax-form-container small,.vcv-ui-form-helper,.vcv-ui-form-message{clear:both;color:#9a9a9a;display:block;font-size:.9em;font-style:italic;line-height:normal;margin:8px 0 12px}.vcv-ui-form-helper--action{color:#586dc6;cursor:pointer;text-decoration:none;transition:.2s}.vcv-ui-form-helper--action:hover{color:#515162;text-decoration:underline}.vcv-ui-form-helper--action:focus{box-shadow:none;outline:none}.vcv-ui-form-message{padding-top:24px;text-align:center}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small,.vcv-ui-element-lock-container .vcv-ui-form-helper{margin:0 0 20px}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small:last-of-type,.vcv-ui-element-lock-container .vcv-ui-form-helper:last-of-type{margin:0 0 30px}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading{display:inline-block;margin:8px;vertical-align:baseline}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label:first-child,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading:first-child{margin-left:0}.vcv-ui-form-group-heading--inline{display:inline-block;margin-left:10px}@keyframes vcv-ui-form-blink{0%{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0)}50%{border-color:#8cabdd;box-shadow:0 0 0 1px #8cabdd}to{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0)}}@keyframes vcv-ui-form-shadow-blink{0%{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0)}50%{border-color:#8cabdd;box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent}to{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1)}}.vcv-ui-ajax-form-container select,.vcv-ui-form-dropdown{appearance:none;background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#5c5b5b;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;padding:5px 2em 5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-ajax-form-container select:hover,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus,.vcv-ui-form-dropdown:hover{border-color:#c4c4c4}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-ui-ajax-form-container select::-ms-expand,.vcv-ui-form-dropdown::-ms-expand{display:none}.vcv-ui-ajax-form-container select:disabled,.vcv-ui-ajax-form-container select[disabled],.vcv-ui-form-dropdown:disabled,.vcv-ui-form-dropdown[disabled]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-ajax-form-container select:not(select),.vcv-ui-form-dropdown:not(select){padding:8px 2.5em 8px 14px;width:auto}.vcv-ui-ajax-form-container select.vcv-ui-form-input-select,.vcv-ui-form-dropdown.vcv-ui-form-input-select{padding:5px 14px}.rtl .vcv-ui-ajax-form-container select,.rtl .vcv-ui-form-dropdown{background:url(assets/e671e5cf539c602dca22.svg) left 1em center no-repeat #fff;padding:8px 14px 8px 2em}.vcv-ui-form-dropdown-style--inline{width:auto}.vcv-ui-ajax-form-container .vcv-ui-ajax-form-container label,.vcv-ui-ajax-form-container .vcv-ui-form-group-heading{margin-top:20px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container input[type=radio],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=radio]{display:inline-block;vertical-align:middle;width:auto}.vcv-layout-header .vcv-ui-ajax-form-container label input[type=email],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=number],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=search],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=text]{margin-top:12px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]{height:16px;line-height:normal}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]+label{display:inline-block;margin-bottom:.2em;margin-left:.4em;margin-right:1em}.vcv-layout-header .vcv-ui-ajax-form-container .vcv-ui-wp-spinner:before{background:transparent url(assets/9473596cf58c721f0a0b.svg) 50% 50% no-repeat;background-size:contain}.vcv-layout-header .vcv-ui-ajax-form-container a{color:#2b4b80;text-decoration:none}.vcv-layout-header .vcv-ui-ajax-form-container a:active,.vcv-layout-header .vcv-ui-ajax-form-container a:hover{color:#203251}.vce-image-filter--xpro2{-webkit-filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg);filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg)}.vce-image-filter--willow{-webkit-filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02);filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02)}.vce-image-filter--walden{-webkit-filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5);filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5)}.vce-image-filter--valencia{-webkit-filter:sepia(.15) saturate(1.5) contrast(.9);filter:sepia(.15) saturate(1.5) contrast(.9)}.vce-image-filter--toaster{-webkit-filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67);filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67)}.vce-image-filter--sutro{-webkit-filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg);filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg)}.vce-image-filter--sierra{-webkit-filter:contrast(.8) saturate(1.2) sepia(.15);filter:contrast(.8) saturate(1.2) sepia(.15)}.vce-image-filter--rise{-webkit-filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1);filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1)}.vce-image-filter--nashville{-webkit-filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg);filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg)}.vce-image-filter--mayfair{-webkit-filter:saturate(1.4) contrast(1.1);filter:saturate(1.4) contrast(1.1)}.vce-image-filter--lofi{-webkit-filter:contrast(1.4) brightness(.9) sepia(.05);filter:contrast(1.4) brightness(.9) sepia(.05)}.vce-image-filter--kelvin{-webkit-filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1);filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1)}.vce-image-filter--inkwell{-webkit-filter:grayscale(1) brightness(1.2) contrast(1.05);filter:grayscale(1) brightness(1.2) contrast(1.05)}.vce-image-filter--hudson{-webkit-filter:contrast(1.2) brightness(.9) hue-rotate(-10deg);filter:contrast(1.2) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--hefe{-webkit-filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95);filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95)}.vce-image-filter--earlybird{-webkit-filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg);filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--brannan{-webkit-filter:sepia(.5) contrast(1.4);filter:sepia(.5) contrast(1.4)}.vce-image-filter--amaro{-webkit-filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5);filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5)}.vce-image-filter--1977{-webkit-filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8);filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8)}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-dynamic-field-control{display:none}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button{border:none}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button:hover{background-color:transparent}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button span{display:none}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button .vcv-ui-icon-link:before{content:"\e919"}.vcv-ui-form-attach-image-items{list-style:none;margin:0;padding:0}.vcv-ui-form-attach-image-items:after{clear:both;content:" ";display:table}.vcv-ui-form-attach-image-item{list-style:none;margin-bottom:10px}.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item--dragging{z-index:9999999}.vcv-ui-form-attach-image-item-inner{background:#fff;border-radius:5px;display:flex;padding:10px;position:relative;transition:box-shadow .2s ease-in-out;width:100%}.vcv-ui-form-attach-image-item-inner:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-ui-form-attach-image-item-inner .vcv-ui-dynamic-field-control,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-attach-image-item-control,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-link .vcv-ui-form-link-button{align-items:center;color:#c6cbd4;cursor:pointer;display:flex;flex:0 0 auto;font-size:16px;height:2em;justify-content:center;line-height:1;outline:none;padding:0;text-decoration:none;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;width:2em}.vcv-ui-form-attach-image-item-inner .vcv-ui-dynamic-field-control:hover,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-attach-image-item-control:hover,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-link .vcv-ui-form-link-button:hover{color:#9aa3b3;text-decoration:none}.vcv-ui-form-attach-image-item-inner .vcv-ui-form-attach-image-item-control--drag{cursor:move;height:auto;margin-left:-9px;width:auto}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic{height:80px}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-dynamic-field-container{border:none;margin:0;padding:0;width:100%}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-dynamic-field-tag{margin:0;padding:5px 11px 4px}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-form-link-button{background-color:transparent;border:none}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-icon-link:before{font-size:16px}.rtl .vcv-ui-form-attach-image-item-inner{flex-direction:row-reverse}.vcv-ui-form-attach-image-item-add-control{direction:ltr;display:flex}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control,.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control{align-items:center;cursor:pointer;display:flex;flex-flow:row wrap;height:50px;justify-content:center;line-height:1;padding:0;position:relative;transition:all .2s}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control{border:2px dashed #c6cbd4;border-radius:5px;color:#c6cbd4;flex:1 0 auto;font-size:18px;transition:.2s}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control:focus,.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control:hover{background:#fff;border-color:#6f747b;color:#6f747b;text-decoration:none}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control.vcv-ui-form-attach-image-control--drag-over{background:#fff;border-color:#6f747b;color:#6f747b}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control{color:#6f747b;flex:0 0 auto;font-size:16px}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control:focus,.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control:hover{color:#16243f;text-decoration:none}.vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-control{margin-right:5px}.vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-dynamic-field-control{padding-left:10px}.rtl .vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-control{margin-left:5px;margin-right:0}.vcv-ui-form-attach-image-thumbnail{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;cursor:pointer;margin:0;min-height:60px;min-width:60px;overflow:hidden;padding:0;position:relative}.vcv-ui-form-attach-image-thumbnail img{background-color:transparent;border:none;left:50%;max-height:100%;max-width:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.vcv-ui-form-attach-image-item-view--portrait .vcv-ui-form-attach-image-thumbnail img{height:auto;max-height:none;max-width:100%}.vcv-ui-form-attach-image-item-controls{align-items:center;display:flex;flex:1 0 auto;justify-content:flex-end}.rtl .vcv-ui-form-attach-image-item-controls{flex-direction:row-reverse}.vcv-ui-form-attach-image-description{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 15px;overflow:hidden}.vcv-ui-form-attach-image-description span{color:#5c5b5b;flex:1 0 100%;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;letter-spacing:.3px;line-height:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-form-attach-image-description i{color:#999;font-size:12px;letter-spacing:.92px;line-height:20px;margin-top:-15px}.vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon+*{margin-left:.6em}.rtl .vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:.6em}.vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon{font-size:.8em;vertical-align:initial}.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button{line-height:13px;padding:6px 8px;width:auto}.vcv-ui-form-attach-image-filter{color:#484848;cursor:pointer;display:block;margin:0 auto;position:relative;text-align:center;width:80px}.vcv-ui-form-attach-image-filter-toggle{margin-top:10px}.vcv-ui-form-attach-image-filter-block{border-bottom:1px solid #ededed;border-top:1px solid #ededed;box-shadow:inset 0 -180px 150px -160px #fbfbfb,inset 0 180px 150px -160px #fbfbfb;margin:20px -20px;padding:0 20px;position:relative}.vcv-ui-form-attach-image-filter-container{overflow:hidden;position:relative;width:calc(100% + 20px)}.vcv-ui-form-attach-image-filter-list{list-style-type:none;margin:0;overflow-x:auto;padding:20px 2px 10px;white-space:nowrap}.vcv-ui-form-attach-image-filter-list-item{display:inline-block;margin:0 7px;vertical-align:top}.vcv-ui-form-attach-image-filter-list-item:first-child{margin-left:0}.vcv-ui-form-attach-image-filter .vcv-ui-form-attach-image-filter-image{background-color:transparent;border:none;left:50%;max-height:100%;max-width:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}.vcv-ui-form-attach-image-filter-content{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;display:block;height:80px;overflow:hidden;position:relative}.vcv-ui-form-attach-image-filter-content--active{box-shadow:0 0 0 2px rgba(70,115,189,.8)}.vcv-ui-form-attach-image-filter-name{color:#6f747b;display:block;font-size:12px;margin:5px 0;white-space:normal}.vcv-ui-form-button{word-wrap:break-word;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:3px;box-sizing:border-box;cursor:pointer;display:inline-block;font-size:12px;font-weight:700;line-height:1.5;margin:0;padding:5px 14px;text-align:center;text-decoration:none;transition-duration:.2s;transition-property:color,background,border,opacity,transform;transition-timing-function:ease-in-out;user-select:none;vertical-align:middle}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled){color:#f3f3f3;cursor:not-allowed}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled):hover{background-color:#304568}.vcv-ui-form-button.vcv-ui-form-button--loading{pointer-events:none;position:relative}.vcv-ui-form-button.vcv-ui-form-button--loading:before{background-color:#304568;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vcv-ui-form-button.vcv-ui-form-button--loading:focus:before,.vcv-ui-form-button.vcv-ui-form-button--loading:hover:before{background:#d98800}.vcv-ui-form-button.vcv-ui-form-button--loading:after{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;z-index:1}.vcv-ui-form-button .vcv-ui-icon{display:inline-block;flex-basis:100%;height:1em;line-height:inherit;position:relative;vertical-align:middle;width:1em}.vcv-ui-form-button .vcv-ui-icon+*{margin-left:1em}.vcv-ui-form-button .vcv-ui-icon:before{font-size:1.35em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-form-button--large{-webkit-font-smoothing:antialiased;background:#283aa4;border:none;border-radius:0;box-shadow:none;color:#fff;font-family:Montserrat,sans-serif;font-size:12px;letter-spacing:.077em;margin-bottom:12px;max-width:100%;padding:16px 34px;text-transform:uppercase}.vcv-ui-form-button--large:focus,.vcv-ui-form-button--large:hover{background:#ffae27;color:#fff}.vcv-ui-form-button--large:active,.vcv-ui-form-button--large:focus,.vcv-ui-form-button--large:hover,.vcv-ui-form-button--large:visited{border:none;box-shadow:none;text-decoration:none}.rtl .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:1em}.vcv-ui-form-button--default{background-color:#fff;border-color:#d1d1d1;color:#707070}.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-button--default:hover{background-color:#ddd}.vcv-ui-form-button--action,.vcv-ui-form-button-group--action .vcv-ui-form-button{background-color:#283aa4;color:#fff;padding:11px 24px}.vcv-ui-form-button--action.vcv-ui-state--active,.vcv-ui-form-button--action:hover,.vcv-ui-form-button-group--action .vcv-ui-form-button.vcv-ui-state--active,.vcv-ui-form-button-group--action .vcv-ui-form-button:hover{background-color:#ffae27}.vcv-ui-lock-control-container .vcv-ui-form-button--action,.vcv-ui-lock-control-container .vcv-ui-form-button-group--action .vcv-ui-form-button{margin:0 20px 0 0}.vcv-ui-lock-control-container .vcv-ui-form-button--default{padding:11px 24px}.vcv-ui-lock-control-container .vcv-ui-wp-spinner{height:40px;width:40px}.vcv-ui-lock-control-container .vcv-ui-wp-spinner:before{height:27px;opacity:.5;width:27px}.vcv-ui-form-buttons-group{border-radius:3px;display:inline-flex;flex-flow:row wrap;overflow:hidden}.vcv-ui-form-buttons-group>.vcv-ui-form-button{border-radius:0;flex:1 0 auto;font-weight:700;margin-bottom:1px;margin-left:1px}.vcv-ui-form-button-group--action{background-color:#3a5c95}.vcv-ui-form-button-group--attribute,.vcv-ui-form-group.vcv-ui-form-button-group--attribute{border:1px solid #d0d0d0;direction:ltr}.vcv-ui-form-button-group--attribute .vcv-ui-form-button,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button{align-items:center;background:#fff;border:0;border-left:1px solid #d0d0d0;color:#6f747b;display:flex;font-size:11px;font-weight:700;height:40px;justify-content:center;margin:0;min-width:40px;padding:0}.vcv-ui-form-button-group--attribute .vcv-ui-form-button:first-child,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--attribute .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--attribute .vcv-ui-form-button:hover,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--attribute .vcv-ui-form-button .vcv-ui-icon-attribute,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button .vcv-ui-icon-attribute{font-size:14px}.vcv-ui-form-button-group--large{border:1px solid #d0d0d0;direction:ltr}.vcv-ui-form-button-group--large .vcv-ui-form-button{background:#fff;border:none;border-left:1px solid #d0d0d0;border-radius:0;color:#6f747b;cursor:pointer;flex:0 1 auto;margin:0;padding:14px 24px;transition:background .2s ease-in-out}.vcv-ui-form-button-group--large .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--large .vcv-ui-form-button .vcv-ui-icon-expand{margin-left:8px}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item .vcv-ui-form-button{border-left:1px solid #d0d0d0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:first-child .vcv-ui-form-button{border-left:none}.vcv-ui-form-checkboxes{margin:8px 0 12px}.vcv-ui-form-checkboxes--list{margin:0}.vcv-ui-form-checkboxes--list .vcv-ui-form-checkbox{display:block}.vcv-ui-form-checkboxes--limit .vcv-ui-scroll-content{padding:5px 1px}.vcv-ui-form-checkbox{cursor:pointer;display:inline-block;font-size:12px;font-weight:700;margin:0 0 10px;padding-left:2em;padding-right:1em;position:relative;vertical-align:middle}.vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;color:#283aa4;display:block;font-size:1em;height:18px;left:0;position:absolute;text-align:center;top:-1px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;user-select:none;width:18px}.vcv-ui-form-checkbox:hover .vcv-ui-form-checkbox-indicator{border-color:#c4c4c4}.vcv-ui-form-checkbox>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-checkbox>input:focus+.vcv-ui-form-checkbox-indicator{animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-checkbox>input:checked+.vcv-ui-form-checkbox-indicator:before{transform:translate(-50%,-50%) scale(1)}.vcv-ui-form-checkbox>input+.vcv-ui-form-checkbox-indicator:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#283aa4;content:"";font-size:.85em;font-style:normal;font-variant:normal;font-weight:400;height:8px;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;width:8px}.vcv-ui-form-checkbox>input:disabled+.vcv-ui-form-checkbox-indicator,.vcv-ui-form-checkbox>input[disabled]+.vcv-ui-form-checkbox-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small,.vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:2em}.vcv-ui-form-checkbox-children{margin-left:10px}.rtl .vcv-ui-form-checkbox{padding-left:1em;padding-right:2em}.rtl .vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{left:auto;right:0}.rtl .vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small,.rtl .vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:0;margin-right:2em}.vcv-ui-form-colorpicker{position:relative}.vcv-ui-form-colorpicker--default{font-size:10px;font-weight:700;letter-spacing:.5px;padding:11px 14px;text-transform:uppercase}.vcv-ui-color-picker{display:block;width:255px}.vcv-ui-color-picker .wp-color-result{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;box-shadow:none;box-sizing:border-box;font-size:14px;height:40px;line-height:1.5;margin:0 2% 0 0;outline:none;padding:8px 14px;vertical-align:middle;width:23%}.vcv-ui-color-picker .wp-color-result:focus,.vcv-ui-color-picker .wp-color-result:hover{border-color:#c4c4c4}.vcv-ui-color-picker .wp-color-result:after,.vcv-ui-color-picker .wp-color-result:before{border-radius:inherit;bottom:-1px;box-shadow:none;content:"";display:block;left:-1px;position:absolute;right:-1px;top:-1px}.vcv-ui-color-picker .wp-color-result:after{background:inherit;border:inherit}.vcv-ui-color-picker .wp-color-result:before{background-color:#fff;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon{background-color:#eaeaea;border:inherit;border-radius:inherit;bottom:-1px;color:#707070;display:none;left:100%;position:absolute;top:-1px;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease-in-out}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:hover{background-color:#ddd}.vcv-ui-color-picker .wp-color-result,.vcv-ui-color-picker .wp-picker-holder,.vcv-ui-color-picker .wp-picker-input-wrap{position:relative}.vcv-ui-color-picker .wp-color-result.wp-picker-open,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-holder,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-input-wrap{z-index:10}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open){margin-right:40px}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open):after{border-bottom-right-radius:0;border-top-right-radius:0}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open) .vcv-ui-icon{border-bottom-left-radius:0;border-top-left-radius:0;display:block;visibility:visible;width:40px}.vcv-ui-color-picker .vcv-ui-form-input-group{box-sizing:border-box;display:inline-flex;width:75%}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.vcv-ui-form-input-group,.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.wp-picker-holder{display:none}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container{padding:10px}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container>label{display:block}.vcv-ui-color-picker .iris-square-value{box-shadow:none}.vcv-ui-color-picker .wp-picker-holder{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;font-size:14px;margin-top:4px}.vcv-ui-color-picker .iris-picker{background-color:transparent;background-image:none;border:none;margin:0}.vcv-ui-color-picker .iris-picker~*{border-top:inherit}.vcv-ui-form-button{position:relative}.vcv-ui-form-button>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-editor-dropdown-input-container{background:#fff;border-radius:3px;display:flex;margin:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-dropdown{border-radius:0;height:100%;opacity:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input{border:none;padding-left:0;width:auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input:focus{animation:none;box-shadow:none}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container{display:flex;flex:1 0 auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{border:1px solid #d1d1d1;border-bottom-left-radius:0;border-left:none;border-top-left-radius:0;flex:1 0 auto;padding-left:10px}.vcv-ui-editor-dropdown-input-icon-container{align-items:center;display:flex;flex:0 0 60px;justify-content:center}.vcv-ui-editor-dropdown-input-icon-container .vcv-ui-icon-dropdown-input{color:#c5c5c5;font-size:19px}.vcv-ui-editor-dropdown-input-dropdown-container{background-color:#fff;border:1px solid #d1d1d1;border-bottom-left-radius:3px;border-right:0;border-top-left-radius:3px;display:inline-block;flex:0 0 100px;position:relative}.vcv-ui-editor-dropdown-input-dropdown-container:before{background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat;border-right:1px solid #d1d1d1;bottom:0;color:#5c5b5b;content:attr(data-content);left:0;line-height:normal;overflow:hidden;padding:8px 2em 8px 14px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap}.rtl .vcv-ui-editor-dropdown-input-dropdown-container{border:1px solid #d1d1d1;border-radius:0;border-bottom-right-radius:3px;border-left:0;border-top-right-radius:3px}.rtl .vcv-ui-editor-dropdown-input-dropdown-container:before{background:url(assets/e671e5cf539c602dca22.svg) left 1em center no-repeat;border-left:1px solid #d1d1d1;border-right:0;padding:8px 14px 8px 2em}.rtl .vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{border:1px solid #d1d1d1;border-radius:3px;border-bottom-right-radius:0;border-right:none;border-top-right-radius:0;padding-right:10px}.vcv-ui-editor-field-highlight{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1);outline:none}.vcv-check-new-form-elements{margin:3rem auto;width:50vw}.vcv-ui-iconpicker-picker-dropdown{min-height:36px}.vcv-ui-form-iconpicker-content{border:1px solid #d1d1d1;border-radius:3px;display:none;margin-top:4px;padding:0}.vcv-ui-form-iconpicker-content.vcv-ui-form-state--active{display:block}.vcv-ui-form-iconpicker-content-heading{background-color:#f5f5f5;border-bottom:1px solid #ebebeb;padding:14px 14px 7px}.vcv-ui-form-iconpicker-content-heading>*{margin-bottom:7px}.vcv-ui-form-iconpicker-options{display:flex;flex-flow:row wrap;max-height:300px;overflow:auto}.vcv-ui-form-iconpicker-option{background-color:#fff;border:1px solid #ebebeb;border-bottom:0;border-right:0;color:#5c5b5b;cursor:pointer;flex:1 1 80px;font-size:1rem;height:40px;margin-left:-1px;margin-top:-1px;position:relative;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:80px}.vcv-ui-form-iconpicker-option>*{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-form-iconpicker-option.vcv-ui-form-state--active,.vcv-ui-form-iconpicker-option:hover{background-color:#283aa4;color:#fff}.vcv-ui-form-iconpicker-error{padding:7px 14px}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled{color:#eee;cursor:not-allowed;pointer-events:none}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled:hover{background-color:#fff}.rtl .vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-left:0;margin-left:0;margin-right:-1px;text-align:left}.vcv-layout-header .vcv-ui-form-input,.vcv-ui-ajax-form-container input,.vcv-ui-ajax-form-container textarea{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;box-shadow:none;color:#5c5b5b;font-size:12px;font-weight:400;height:auto;line-height:1.5;min-height:auto;padding:5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%}.vcv-layout-header .vcv-ui-form-input.vcv-ui-editor-save-preset-field,.vcv-layout-header .vcv-ui-form-input.vcv-ui-editor-save-template-field,.vcv-ui-ajax-form-container input.vcv-ui-editor-save-preset-field,.vcv-ui-ajax-form-container input.vcv-ui-editor-save-template-field,.vcv-ui-ajax-form-container textarea.vcv-ui-editor-save-preset-field,.vcv-ui-ajax-form-container textarea.vcv-ui-editor-save-template-field{font-size:14px}.vcv-layout-header .vcv-ui-form-input::-ms-clear,.vcv-ui-ajax-form-container input::-ms-clear,.vcv-ui-ajax-form-container textarea::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input:hover,.vcv-ui-ajax-form-container input:focus,.vcv-ui-ajax-form-container input:hover,.vcv-ui-ajax-form-container textarea:focus,.vcv-ui-ajax-form-container textarea:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-input:focus,.vcv-ui-ajax-form-container input:focus,.vcv-ui-ajax-form-container textarea:focus{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-form-input::placeholder,.vcv-ui-ajax-form-container input::placeholder,.vcv-ui-ajax-form-container textarea::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-input:disabled,.vcv-layout-header .vcv-ui-form-input[disabled],.vcv-layout-header .vcv-ui-form-input[readonly],.vcv-ui-ajax-form-container input:disabled,.vcv-ui-ajax-form-container input[disabled],.vcv-ui-ajax-form-container input[readonly],.vcv-ui-ajax-form-container textarea:disabled,.vcv-ui-ajax-form-container textarea[disabled],.vcv-ui-ajax-form-container textarea[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-input.vcv-ui-form-input--error,.vcv-ui-ajax-form-container input.vcv-ui-form-input--error,.vcv-ui-ajax-form-container textarea.vcv-ui-form-input--error{border-color:#f44}.vcv-layout-header textarea.vcv-ui-form-input{height:10em;overflow:auto;resize:vertical}.vcv-layout-header .vcv-ui-form-input-group{display:flex;padding-left:1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input{flex-grow:1;margin-left:-1px;min-width:50%;position:relative;width:auto}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:hover{z-index:10}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-ui-ajax-form-container select.vcv-ui-color-picker-dropdown,.vcv-ui-form-dropdown.vcv-ui-color-picker-dropdown{color:#c5c5c5;font-size:14px;font-style:italic;font-weight:400;line-height:16px;text-align:center}.vcv-ui-input-search{position:relative}.vcv-ui-input-search .vcv-ui-form-input-search-addon{background:transparent;bottom:0;color:#c5c5c5;display:block;font-size:14px;font-weight:400;line-height:1.5;padding:8px 14px;pointer-events:none;position:absolute;top:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon>*{position:absolute;top:50%;transform:translateY(-50%)}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child{left:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child>*{left:14px}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child{right:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child>*{right:14px}.vcv-ui-input-search .vcv-ui-form-input:not(:first-child){padding-left:35px}.vcv-ui-input-search .vcv-ui-form-input:not(:last-child){padding-right:35px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0;flex-grow:0;min-width:0;width:140px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{background-color:#f5f5f5;border-bottom-left-radius:0;border-top-left-radius:0;width:80px}.vcv-layout-header .vcv-ui-form-input-select-list{background:#fff;border:1px solid #d1d1d1;border-radius:3px;display:flex;flex-wrap:wrap;font-size:14px;justify-content:space-between;margin-top:4px;padding:5px}.vcv-layout-header .vcv-ui-form-input-select-item{border-radius:3px;cursor:pointer;margin:3px 0;min-height:35px;padding:5px 5px 5px 14px;width:32%}.vcv-layout-header .vcv-ui-form-input-select-item span{display:block;position:relative;top:50%;transform:translateY(-50%)}.vcv-layout-header .vcv-ui-form-input-select-item-active,.vcv-layout-header .vcv-ui-form-input-select-item:hover{background:#eaeaea}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-bottom-left-radius:0;border-bottom-right-radius:3px;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top-left-radius:0;border-top-right-radius:3px}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{border-bottom-left-radius:3px;border-bottom-right-radius:0;border-top-left-radius:3px;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-input{flex-grow:0;min-width:0;width:calc(100% - 40px)}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-icon{background:#f5f5f5;border-bottom-right-radius:0;border-top-right-radius:0;padding-right:14px}.vcv-ui-form-link{align-items:center;display:flex}.vcv-ui-form-link .vcv-ui-form-link-data{display:flex;flex:1 1 0;flex-wrap:wrap;font-size:13px;width:0}.vcv-ui-form-link .vcv-ui-form-link-button{flex:0 0 auto;font-size:10px;font-weight:700;letter-spacing:.5px;padding-bottom:11px;padding-top:11px;text-transform:uppercase}.vcv-ui-form-link .vcv-ui-form-link-title{color:#9a9a9a;display:inline-block;margin:2px 0 2px 14px;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.vcv-ui-form-link .vcv-ui-form-link-title:before{content:attr(data-vc-link-title)}.vcv-ui-form-link .vcv-ui-form-link-title:empty{display:none}.vcv-ui-form-link .vcv-ui-form-link-button-group{align-items:stretch;direction:ltr;display:flex}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-form-link-button{border-bottom-right-radius:0;border-top-right-radius:0}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control{align-items:center;background-color:#fff;border:1px solid #d1d1d1;border-bottom-right-radius:3px;border-left:0;border-top-right-radius:3px;color:#707070;display:flex;font-size:12px;padding:6px;transition-duration:.2s;transition-property:color,background,border,opacity;transition-timing-function:ease-in-out}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control:hover{background-color:#ddd}.vcv-ui-form-radio-buttons{margin:8px 0 12px}.vcv-ui-form-radio-buttons--list .vcv-ui-form-radio{display:block}.vcv-ui-form-radio{cursor:pointer;display:inline-block;font-size:12px;font-weight:700;margin:0 0 10px;padding-left:2em;padding-right:1em;position:relative;vertical-align:middle}.vcv-ui-form-radio .vcv-ui-form-radio-indicator{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:100%;color:#283aa4;display:block;font-size:1em;height:18px;left:0;position:absolute;text-align:center;top:-1px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;user-select:none;width:18px}.vcv-ui-form-radio:hover .vcv-ui-form-radio-indicator{border-color:#c4c4c4}.vcv-ui-form-radio>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-radio>input:focus+.vcv-ui-form-radio-indicator{animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before{speak:none;background-color:#283aa4;border-radius:inherit;box-sizing:border-box;content:"";font-size:.85em;font-style:normal;font-variant:normal;font-weight:400;height:8px;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;width:8px}.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{transform:translate(-50%,-50%) scale(1);transition:transform .2s ease-in-out}.vcv-ui-form-radio>input:disabled+.vcv-ui-form-radio-indicator,.vcv-ui-form-radio>input[disabled]+.vcv-ui-form-radio-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-radio+.vcv-ui-ajax-form-container small,.vcv-ui-form-radio+.vcv-ui-form-helper{margin-left:2em}.vcv-ui-form-range{display:flex;height:30px}.vcv-ui-form-range .vcv-ui-form-range-helper{flex-grow:1;line-height:30px;margin-right:20px;position:relative}.vcv-ui-form-range .vcv-ui-form-range-bg{background:#283aa4;border-radius:5px;height:8px;left:1px;max-width:99%;min-width:12px;pointer-events:none;position:absolute;top:11px;width:0;z-index:1}.vcv-ui-form-range .vcv-ui-form-range-slider-bg{background:#fff;border:1px solid #d3d3d3;border-radius:5px;height:8px;left:0;pointer-events:none;position:absolute;top:11px;width:100%;z-index:0}.vcv-ui-form-range .vcv-ui-form-range-slider{-webkit-appearance:none;background:transparent;margin:9px 0;padding:0;position:relative;vertical-align:middle;width:100%;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus{outline:none}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-runnable-track{animate:.2s;background:transparent;cursor:pointer;height:8px;width:100%}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:5px solid #283aa4;border-radius:50%;box-sizing:border-box;cursor:pointer;height:18px;margin-top:-6px;position:relative;width:18px;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-webkit-slider-runnable-track{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-moz-range-track{animate:.2s;background:transparent;cursor:pointer;height:8px;width:100%}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-moz-range-track{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-moz-range-thumb{background:#fff;border:5px solid #283aa4;border-radius:50%;box-sizing:border-box;cursor:pointer;height:18px;position:relative;width:18px;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-track{animate:.2s;background:transparent;border-color:transparent;border-width:1px 0;color:transparent;cursor:pointer;height:8px;width:100%}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-fill-lower,.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-fill-upper{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-thumb{background:#fff;border:5px solid #283aa4;border-radius:50%;box-sizing:border-box;cursor:pointer;height:18px;margin-top:0;position:relative;width:18px;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-ms-fill-lower,.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-ms-fill-upper{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-input{padding-left:5px;padding-right:5px;text-align:center;width:60px}.rtl .vcv-ui-form-range .vcv-ui-form-range-helper{margin-left:20px;margin-right:0}.rtl .vcv-ui-form-range .vcv-ui-form-range-bg{left:auto;right:1px}.vcv-ui-editor-search-container{display:flex;margin:12px 60px 12px 20px;position:relative}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-search-container .vcv-ui-form-dropdown{border-radius:0;height:100%;opacity:0}.vcv-ui-editor-search-container .vcv-ui-form-input{border:none;width:auto}.vcv-ui-editor-search-container .vcv-ui-form-input:focus{animation:none;box-shadow:none}.vcv-ui-teaser-add-element-content .vcv-ui-editor-search-container{margin:12px 92px 12px 20px}.rtl .vcv-ui-teaser-add-element-content .vcv-ui-editor-search-container{margin:12px 20px 12px 92px}.rtl .vcv-ui-editor-search-container{margin:12px 20px 12px 60px}.rtl .vcv-ui-editor-search-container .vcv-ui-form-input{padding-right:0}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container{border:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container:before{border-left:1px solid #d1d1d1;border-right:0}:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-form-input{padding-left:0}.vcv-ui-editor-search-field-container{background:#fff;border-radius:3px;display:flex;flex:1 0 auto;overflow:hidden}.vcv-ui-editor-search-field-container .vcv-ui-editor-search-field{font-size:14px;padding:8px 14px;width:0}.vcv-ui-editor-search-icon-container{align-items:center;display:flex;flex:0 0 60px;justify-content:center;transition:background .2s ease-in-out}.vcv-ui-editor-search-icon-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-editor-search-icon-container--disabled{background:#f5f5f5;cursor:not-allowed}.vcv-ui-editor-search-field{flex:1 0 auto}.vcv-ui-editor-search-dropdown-container{background-color:#eaeaea;border-bottom-left-radius:3px;border-top-left-radius:3px;display:inline-block;flex:0 0 100px;position:relative}.vcv-ui-editor-search-dropdown-container:before{background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat;border-right:1px solid #d1d1d1;bottom:0;color:#5c5b5b;content:attr(data-content);left:0;line-height:1.7;overflow:hidden;padding:8px 2em 8px 14px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;text-transform:capitalize;top:0;white-space:nowrap}.vcv-ui-form-switch-container,.vcv-ui-form-switch-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-trigger-label{font-size:12px;font-weight:700;margin:8px 0 8px 8px}.rtl .vcv-ui-form-switch-trigger-label{margin:8px 8px 8px 0}.vcv-ui-form-switch{color:#fff;display:inline-block;font-size:10px;font-weight:600;padding:1em;position:relative;text-transform:uppercase;vertical-align:middle}.vcv-ui-form-switch:hover{cursor:pointer}.vcv-ui-form-switch>input[type=checkbox]{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-switch .vcv-ui-form-switch-label{display:block;text-align:center}.vcv-ui-form-switch .vcv-ui-form-switch-label:after,.vcv-ui-form-switch .vcv-ui-form-switch-label:before{box-sizing:border-box;display:block;line-height:1}.vcv-ui-form-switch .vcv-ui-form-switch-label:before{height:.5em;opacity:0;overflow:hidden;visibility:hidden}.vcv-ui-form-switch .vcv-ui-form-switch-label:after{left:1em;position:absolute;right:1em;top:50%;transform:translateY(-50%);transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out}.vcv-ui-form-switch [data-vc-switch-on]:after,.vcv-ui-form-switch [data-vc-switch-on]:before{content:attr(data-vc-switch-on);margin-left:2em}.vcv-ui-form-switch [data-vc-switch-off]:after,.vcv-ui-form-switch [data-vc-switch-off]:before{content:attr(data-vc-switch-off);margin-right:2em}.vcv-ui-form-switch>input[type=checkbox]~.vcv-ui-form-switch-label:after{opacity:0}.vcv-ui-form-switch>input[type=checkbox]:checked~[data-vc-switch-on]:after,.vcv-ui-form-switch>input[type=checkbox]:not(:checked)~[data-vc-switch-off]:after{opacity:1}.vcv-ui-form-switch .vcv-ui-form-switch-indicator{bottom:0;left:0;right:0;top:0}.vcv-ui-form-switch .vcv-ui-form-switch-indicator,.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{border-radius:4em;position:absolute;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{background:#fff;content:"";display:block;height:1.6em;top:50%;transform:translate(-50%,-50%);width:1.6em;z-index:10}.vcv-ui-form-switch>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator{background-color:#283aa4}.vcv-ui-form-switch>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator:before{left:0;margin-left:1.5em}.vcv-ui-form-switch>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#5c5b5b}.vcv-ui-form-switch>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator:before{left:100%;margin-left:-1.5em}.vcv-ui-form-switch:hover>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator{background-color:#253698}.vcv-ui-form-switch:hover>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#545353}.vcv-ui-form-switch:hover>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch:hover>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch:hover>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch:hover>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator:before{border:inherit}.vcv-ui-form-switch:hover>input[type=checkbox]:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch:hover>input[type=checkbox][disabled]~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[type=checkbox]:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[type=checkbox][disabled]~.vcv-ui-form-switch-label{color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-switch-small-container,.vcv-ui-form-switch-small-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small-trigger-label{margin:8px}.vcv-ui-form-switch-small{display:inline-block;height:20px;position:relative;vertical-align:middle;width:34px}.vcv-ui-form-switch-small:hover{cursor:pointer}.vcv-ui-form-switch-small>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator{border-radius:4em;bottom:0;left:0;position:absolute;right:0;top:0;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator:before{background:#fff;border-radius:4em;content:"";display:block;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%);transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:12px;z-index:10}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#2f2f2f}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator:before{left:0;margin-left:1.6em}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#e7e7e7}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator:before{left:100%;margin-left:-1.6em}.vcv-ui-form-switch-small:hover>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#272727}.vcv-ui-form-switch-small:hover>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#dadada}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator:before{border:inherit}.vcv-ui-form-table{border:1px solid #d1d1d1;border-collapse:collapse;color:#6f747b;font-size:14px;margin:12px 0;max-width:100%;width:100%}.vcv-ui-form-table>tbody>tr:nth-of-type(2n){background-color:#ededed}.vcv-ui-form-table>tbody>tr:nth-of-type(odd){background-color:#fff}.vcv-ui-form-table>tbody>tr>td{border-top:1px solid #d1d1d1;line-height:1.5;padding:8px 14px;text-align:left;vertical-align:top}.vcv-ui-form-table>tbody>tr>td:last-child{font-size:12px;line-height:21px;text-align:right;text-transform:uppercase}.vcv-ui-form-table>tbody>tr:last-child>td{border-bottom:1px solid #d1d1d1}.vcv-ui-form-table .vcv-ui-form-table-link-row{cursor:pointer}.vcv-ui-form-table .vcv-ui-form-table-link-row a{color:inherit;font-size:12px;font-weight:700;text-decoration:none}.vcv-ui-form-table .vcv-ui-form-table-link-row a:hover{color:inherit}.vcv-ui-form-table .vcv-ui-form-table-link-row.vcv-ui-state--active,.vcv-ui-form-table .vcv-ui-form-table-link-row:hover{background-color:#203251;color:#fff}.vcv-ui-form-table .vcv-ui-form-table-link-type{display:inline-block;font-size:11px;font-weight:700;max-width:5em;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.rtl .vcv-ui-form-table>tbody>tr>td{text-align:right}.rtl .vcv-ui-form-table>tbody>tr>td:last-child{text-align:left}.vcv-ui-form-group .react-datepicker__input-container{width:200px}.vcv-ui-form-datepicker.react-datepicker{border:none;border-radius:3px;box-shadow:0 0 4px 0 rgba(0,0,0,.1);color:#838383;font-family:inherit;font-size:12px}.vcv-ui-form-datepicker .react-datepicker__triangle{display:none}.vcv-ui-form-datepicker .react-datepicker__header{background-color:#fff;border:none;padding:0;text-align:left}.vcv-ui-form-datepicker .react-datepicker__current-month{border-bottom:2px solid #f6f6f6;margin:0 7px 0 9px;padding:5px 13px 10px 0}.vcv-ui-form-datepicker .react-datepicker-time__header,.vcv-ui-form-datepicker .react-datepicker__current-month{color:#838383}.vcv-ui-form-datepicker .react-datepicker__month-container{margin:10px 5px}.vcv-ui-form-datepicker .react-datepicker__time-container{border:none;width:100px}.vcv-ui-form-datepicker .react-datepicker__month{margin:0}.vcv-ui-form-datepicker .react-datepicker__day,.vcv-ui-form-datepicker .react-datepicker__day-name,.vcv-ui-form-datepicker .react-datepicker__time-name{color:#838383;font-weight:600;height:25px;line-height:25px;margin:5px;width:25px}.vcv-ui-form-datepicker .react-datepicker__day-name{text-transform:uppercase}.vcv-ui-form-datepicker .react-datepicker__day--outside-month{color:silver}.vcv-ui-form-datepicker .react-datepicker__day:hover{background-color:#ededed;border-radius:4em}.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected,.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected:hover,.vcv-ui-form-datepicker .react-datepicker__day--selected,.vcv-ui-form-datepicker .react-datepicker__day--selected:hover{background-color:#2a4b80;border-radius:4em;color:#fff}.vcv-ui-form-datepicker .react-datepicker__navigation{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='M5.807 4.407 2.275.876a.843.843 0 0 0-1.19 1.19l2.939 2.939-2.94 2.939a.843.843 0 0 0 0 1.19.838.838 0 0 0 1.186 0l3.532-3.532a.844.844 0 0 0 .005-1.195Z' fill='%23838383' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%;background-size:10px 10px;border:2px solid #838383;border-radius:4em;height:24px;opacity:.4;top:12px;width:24px}.vcv-ui-form-datepicker .react-datepicker__navigation:hover{border-color:#838383;opacity:1}.vcv-ui-form-datepicker .react-datepicker__navigation-icon:before{content:none}.vcv-ui-form-datepicker .react-datepicker__navigation--next{right:10px}.vcv-ui-form-datepicker .react-datepicker__navigation--previous{left:187px;transform:rotate(180deg)}.vcv-ui-form-datepicker .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:106px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:auto}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-left:2px solid #f6f6f6;padding-right:10px;width:100px}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar{background:transparent;width:7px}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar-thumb{background:silver;border-radius:5px;margin-right:4px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected,.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#2a4b80}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time{display:flex}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__navigation--previous{left:184px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__current-month{margin:0 0 0 9px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container,.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__time-container{float:none}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container{margin-right:0}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__header--time{border-bottom:2px solid #f6f6f6;border-left:2px solid #f6f6f6;border-radius:0;margin:10px 10px 0 0;padding:5px 0 10px 10px}.vcv-layout-header .vcv-ui-form-datalist{-webkit-appearance:none;appearance:none;background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#5c5b5b;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;padding:5px 2em 5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%}.vcv-layout-header .vcv-ui-form-datalist::-webkit-calendar-picker-indicator{display:none}.vcv-layout-header .vcv-ui-form-datalist::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-datalist:focus,.vcv-layout-header .vcv-ui-form-datalist:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-datalist:focus{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-form-datalist::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist:disabled,.vcv-layout-header .vcv-ui-form-datalist[disabled],.vcv-layout-header .vcv-ui-form-datalist[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-dropdown.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-field-dynamic-url.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-tag-list-container.vcv-ui-form-field-dynamic{display:inline-block;margin-right:5px;vertical-align:top;width:92%}.vcv-ui-dynamic-field-autocomplete-container{position:relative}.vcv-ui-dynamic-field-autocomplete-container>.vcv-ui-wp-spinner{position:absolute;right:5px;top:8px}.vcv-ui-form-field-dynamic+.vcv-ui-form-link{margin-top:10px}.vcv-ui-dynamic-field-container{align-items:center;background-color:#fff;border:1px solid #d1d1d1;border-radius:3px;display:flex;justify-content:space-between;margin:0 0 10px;padding:3px 2px}.vcv-ui-dynamic-field-container .vcv-ui-dynamic-field-control{padding:0 5px}.vcv-ui-form-link .vcv-ui-dynamic-field-container{flex-basis:100%;margin-bottom:0}.vcv-ui-dynamic-field-tag{background-color:#283aa4;border-radius:2em;color:#fff;cursor:pointer;font-size:12px;margin:1px 3px;padding:1px 11px 0;transition:background-color .2s;word-break:break-all}.vcv-ui-dynamic-field-tag:hover{background-color:#203251}.vcv-ui-dynamic-field-tag.vcv-ui-dynamic-field-tag--inactive{background:#ed5656}.vcv-ui-dynamic-field-tag.vcv-ui-dynamic-field-tag--placeholder{background:#c6cbd4}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{margin:8px 30px 8px 0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{display:inline-block;margin-top:5px;position:absolute;right:2px;vertical-align:top}.vcv-ui-form-wp-tinymce .wp-editor-container{border:1px solid #d1d1d1;border-bottom:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-only-dynamic .wp-editor-container{border-bottom:1px solid #d1d1d1}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-only-dynamic .vcv-ui-form-group{margin-top:20px}.vcv-ui-form-wp-tinymce .mce-top-part:before{display:none}.vcv-ui-form-wp-tinymce div.mce-toolbar-grp{border-bottom:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-wp-tinymce-inner{position:relative}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-wp-tinymce-inner:after{background:#fff;bottom:0;content:"";left:0;opacity:.6;position:absolute;right:0;top:0;z-index:99}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened.vcv-ui-form-field-dynamic-is-active .vcv-ui-form-wp-tinymce-inner:after{display:none}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-dynamic-field-container{border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-ajax-form-container small,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-form-helper,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-switch-small-container,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-exception-field .vcv-ui-form-wp-tinymce-inner{display:none}.vcv-ui-dynamic-field-controls{display:flex;flex-shrink:0}.vcv-ui-dynamic-field-control{background:transparent;border:none;cursor:pointer;display:inline-block;font-size:16px;padding:6px 0 6px 5px;transition:color .2s ease-in-out;vertical-align:middle}.vcv-ui-dynamic-field-control:hover{color:#16243f}.vcv-ui-dynamic-field-control.vcv-ui-dynamic-field-control--inactive:before{opacity:.5}.vcv-ui-dynamic-field-inner{padding:5px 0 20px}.vcv-ui-form-input.vcv-ui-form-field-dynamic-extra{margin-top:10px}.vcv-ui-form-attach-image-item-dynamic-open{align-items:center;display:flex;height:80px}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{left:30px;right:auto}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{left:2px;right:auto}.rtl .vcv-ui-dynamic-field-control{padding:6px 5px 6px 0}.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic{margin-left:5px;margin-right:0}.vcv-ui-row{display:flex;flex-direction:row;flex-wrap:wrap}.vcv-ui-col{box-sizing:border-box}.vcv-media--lg .vcv-ui-col,.vcv-media--md .vcv-ui-col,.vcv-media--sm .vcv-ui-col,.vcv-media--xl .vcv-ui-col,.vcv-media--xs .vcv-ui-col,.vcv-ui-col{flex:0 0 100%;width:100%}.vcv-media--lg .vcv-ui-col--fixed-width,.vcv-media--md .vcv-ui-col--fixed-width,.vcv-media--sm .vcv-ui-col--fixed-width,.vcv-media--xl .vcv-ui-col--fixed-width,.vcv-media--xs .vcv-ui-col--fixed-width,.vcv-ui-col--fixed-width{flex:0 0 100%;max-width:400px}@media (min-width:0){.vcv-ui-col--xs-12{flex-basis:100%;width:100%}}.vcv-media--xs .vcv-ui-col--xs-12{flex-basis:100%;width:100%}@media (min-width:0){.vcv-ui-col--xs-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xs .vcv-ui-col--xs-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:0){.vcv-ui-col--xs-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xs .vcv-ui-col--xs-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:0){.vcv-ui-col--xs-9{flex-basis:75%;width:75%}}.vcv-media--xs .vcv-ui-col--xs-9{flex-basis:75%;width:75%}@media (min-width:0){.vcv-ui-col--xs-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xs .vcv-ui-col--xs-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:0){.vcv-ui-col--xs-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xs .vcv-ui-col--xs-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:0){.vcv-ui-col--xs-6{flex-basis:50%;width:50%}}.vcv-media--xs .vcv-ui-col--xs-6{flex-basis:50%;width:50%}@media (min-width:0){.vcv-ui-col--xs-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xs .vcv-ui-col--xs-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:0){.vcv-ui-col--xs-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xs .vcv-ui-col--xs-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:0){.vcv-ui-col--xs-3{flex-basis:25%;width:25%}}.vcv-media--xs .vcv-ui-col--xs-3{flex-basis:25%;width:25%}@media (min-width:0){.vcv-ui-col--xs-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xs .vcv-ui-col--xs-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:0){.vcv-ui-col--xs-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xs .vcv-ui-col--xs-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:400px){.vcv-ui-col--sm-12{flex-basis:100%;width:100%}}.vcv-media--sm .vcv-ui-col--sm-12{flex-basis:100%;width:100%}@media (min-width:400px){.vcv-ui-col--sm-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--sm .vcv-ui-col--sm-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:400px){.vcv-ui-col--sm-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--sm .vcv-ui-col--sm-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:400px){.vcv-ui-col--sm-9{flex-basis:75%;width:75%}}.vcv-media--sm .vcv-ui-col--sm-9{flex-basis:75%;width:75%}@media (min-width:400px){.vcv-ui-col--sm-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--sm .vcv-ui-col--sm-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:400px){.vcv-ui-col--sm-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--sm .vcv-ui-col--sm-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:400px){.vcv-ui-col--sm-6{flex-basis:50%;width:50%}}.vcv-media--sm .vcv-ui-col--sm-6{flex-basis:50%;width:50%}@media (min-width:400px){.vcv-ui-col--sm-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--sm .vcv-ui-col--sm-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:400px){.vcv-ui-col--sm-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--sm .vcv-ui-col--sm-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:400px){.vcv-ui-col--sm-3{flex-basis:25%;width:25%}}.vcv-media--sm .vcv-ui-col--sm-3{flex-basis:25%;width:25%}@media (min-width:400px){.vcv-ui-col--sm-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--sm .vcv-ui-col--sm-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:400px){.vcv-ui-col--sm-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--sm .vcv-ui-col--sm-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:800px){.vcv-ui-col--md-12{flex-basis:100%;width:100%}}.vcv-media--md .vcv-ui-col--md-12{flex-basis:100%;width:100%}@media (min-width:800px){.vcv-ui-col--md-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--md .vcv-ui-col--md-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:800px){.vcv-ui-col--md-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--md .vcv-ui-col--md-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:800px){.vcv-ui-col--md-9{flex-basis:75%;width:75%}}.vcv-media--md .vcv-ui-col--md-9{flex-basis:75%;width:75%}@media (min-width:800px){.vcv-ui-col--md-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--md .vcv-ui-col--md-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:800px){.vcv-ui-col--md-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--md .vcv-ui-col--md-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:800px){.vcv-ui-col--md-6{flex-basis:50%;width:50%}}.vcv-media--md .vcv-ui-col--md-6{flex-basis:50%;width:50%}@media (min-width:800px){.vcv-ui-col--md-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--md .vcv-ui-col--md-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:800px){.vcv-ui-col--md-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--md .vcv-ui-col--md-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:800px){.vcv-ui-col--md-3{flex-basis:25%;width:25%}}.vcv-media--md .vcv-ui-col--md-3{flex-basis:25%;width:25%}@media (min-width:800px){.vcv-ui-col--md-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--md .vcv-ui-col--md-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:800px){.vcv-ui-col--md-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--md .vcv-ui-col--md-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-12{flex-basis:100%;width:100%}}.vcv-media--lg .vcv-ui-col--lg-12{flex-basis:100%;width:100%}@media (min-width:1200px){.vcv-ui-col--lg-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--lg .vcv-ui-col--lg-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--lg .vcv-ui-col--lg-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-9{flex-basis:75%;width:75%}}.vcv-media--lg .vcv-ui-col--lg-9{flex-basis:75%;width:75%}@media (min-width:1200px){.vcv-ui-col--lg-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--lg .vcv-ui-col--lg-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--lg .vcv-ui-col--lg-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-6{flex-basis:50%;width:50%}}.vcv-media--lg .vcv-ui-col--lg-6{flex-basis:50%;width:50%}@media (min-width:1200px){.vcv-ui-col--lg-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--lg .vcv-ui-col--lg-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--lg .vcv-ui-col--lg-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-3{flex-basis:25%;width:25%}}.vcv-media--lg .vcv-ui-col--lg-3{flex-basis:25%;width:25%}@media (min-width:1200px){.vcv-ui-col--lg-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--lg .vcv-ui-col--lg-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--lg .vcv-ui-col--lg-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-12{flex-basis:100%;width:100%}}.vcv-media--xl .vcv-ui-col--xl-12{flex-basis:100%;width:100%}@media (min-width:1600px){.vcv-ui-col--xl-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xl .vcv-ui-col--xl-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xl .vcv-ui-col--xl-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-9{flex-basis:75%;width:75%}}.vcv-media--xl .vcv-ui-col--xl-9{flex-basis:75%;width:75%}@media (min-width:1600px){.vcv-ui-col--xl-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xl .vcv-ui-col--xl-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xl .vcv-ui-col--xl-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-6{flex-basis:50%;width:50%}}.vcv-media--xl .vcv-ui-col--xl-6{flex-basis:50%;width:50%}@media (min-width:1600px){.vcv-ui-col--xl-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xl .vcv-ui-col--xl-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xl .vcv-ui-col--xl-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-3{flex-basis:25%;width:25%}}.vcv-media--xl .vcv-ui-col--xl-3{flex-basis:25%;width:25%}@media (min-width:1600px){.vcv-ui-col--xl-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xl .vcv-ui-col--xl-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xl .vcv-ui-col--xl-1{flex-basis:8.33333333%;width:8.33333333%}.vcv-ui-row-gap--md.vcv-ui-row{margin-left:-15px;margin-right:-15px}.vcv-ui-row-gap--md>.vcv-ui-col{padding-left:15px;padding-right:15px}.vcv-ui-row-gap--sm.vcv-ui-row{margin-left:-10px;margin-right:-10px}.vcv-ui-row-gap--sm>.vcv-ui-col{padding-left:10px;padding-right:10px}.vcv-ui-row-order--reverse{flex-direction:row-reverse}.vcv-media--lg .vcv-ui-visibility--hidden-lg,.vcv-media--lg:not(.vcv-media--xl) .vcv-ui-visibility--hidden-lg-only,.vcv-media--md .vcv-ui-visibility--hidden-md,.vcv-media--md:not(.vcv-media--lg) .vcv-ui-visibility--hidden-md-only,.vcv-media--sm .vcv-ui-visibility--hidden-sm,.vcv-media--sm:not(.vcv-media--md) .vcv-ui-visibility--hidden-sm-only,.vcv-media--xl .vcv-ui-visibility--hidden-xl,.vcv-media--xl .vcv-ui-visibility--hidden-xl-only,.vcv-media--xs .vcv-ui-visibility--hidden-xs,.vcv-media--xs:not(.vcv-media--sm) .vcv-ui-visibility--hidden-xs-only,.vcv-ui-visibility--hidden,.vcv-ui-visibility--hidden-xs{display:none!important}@media (min-width:0){.vcv-ui-visibility--hidden-xs{display:none!important}}@media (min-width:400px){.vcv-ui-visibility--hidden-sm{display:none!important}}@media (min-width:800px){.vcv-ui-visibility--hidden-md{display:none!important}}@media (min-width:1200px){.vcv-ui-visibility--hidden-lg{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl{display:none!important}}@media (min-width:0) and (max-width:399px){.vcv-ui-visibility--hidden-xs-only{display:none!important}}@media (min-width:400px) and (max-width:799px){.vcv-ui-visibility--hidden-sm-only{display:none!important}}@media (min-width:800px) and (max-width:1199px){.vcv-ui-visibility--hidden-md-only{display:none!important}}@media (min-width:1200px) and (max-width:1599px){.vcv-ui-visibility--hidden-lg-only{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl-only{display:none!important}}.vcv-ui-scroll{display:flex;flex:1 1 100%;flex-flow:column nowrap;height:100%;overflow:hidden;position:relative;width:100%}.vcv-ui-scroll-content{overflow-scrolling:touch;bottom:0;direction:ltr;display:flex;flex-flow:column nowrap;left:0;overflow:scroll;position:absolute;right:0;top:0}.vcv-ui-tree-layout-filled .vcv-ui-scroll-content{align-content:flex-start;flex-flow:row wrap}.vcv-ui-scroll-track--horizontal,.vcv-ui-scroll-track--vertical{bottom:5px;cursor:pointer;opacity:0;position:absolute;right:5px;transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out}.vcv-ui-scroll:hover .vcv-ui-scroll-track--horizontal,.vcv-ui-scroll:hover .vcv-ui-scroll-track--vertical{opacity:1}.vcv-ui-scroll-track--horizontal{border-radius:5px;height:5px;left:5px}.vcv-ui-scroll-track--vertical{border-radius:5px;top:5px;width:5px}.vcv-ui-scroll-thumb--horizontal,.vcv-ui-scroll-thumb--vertical{background-color:rgba(124,152,198,.5);border-radius:inherit;cursor:pointer;display:block;position:relative;z-index:9}.vcv-ui-scroll-thumb--horizontal{height:100%}.vcv-ui-scroll-thumb--vertical{width:100%}.vcv-scroll-dots{opacity:0;pointer-events:none;position:relative;text-align:center;transition:opacity .2s ease-in-out}.vcv-scroll-dots.vcv-scroll-dots--visible{opacity:1}.vcv-scroll-dots:after{background-image:linear-gradient(0,#f6f6f6 30%,transparent);bottom:0;content:"";height:30px;left:0;position:absolute;width:96%;z-index:1}.vcv-scroll-dots:before{background:#d4d2d2;border-radius:100%;box-shadow:6px 0,-6px 0;color:#d4d2d2;content:"";height:3px;position:absolute;width:3px;z-index:2}.vcv-scroll-dots--before.vcv-scroll-dots:after{background-image:linear-gradient(180deg,#f6f6f6,transparent 30%);bottom:auto;top:0}.vcv-ui-modal-overlay{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:2000}.vcv-ui-modal-container{overflow:auto;pointer-events:none;width:100%}.vcv-ui-modal{word-wrap:break-word;background-color:#fff;box-sizing:border-box;color:#6f747b;flex:0 0 auto;margin:20px auto;max-width:400px;pointer-events:all}.vcv-ui-modal-header{align-items:center;border-bottom:1px solid #d1d1d1;display:flex;justify-content:space-between;padding:15px 20px}.vcv-ui-modal-content{max-height:50vh;overflow:auto;padding:15px 20px}.vcv-ui-modal-content .vcv-ui-wp-spinner{margin-top:15px;width:100%}.vcv-ui-modal-content .vcv-ui-tag-list-container .vcv-ui-wp-spinner{margin:auto;width:auto}.vcv-ui-modal-header-title{font:normal 400 1.25rem/1 Montserrat,sans-serif;margin:0}.vcv-ui-modal-close{cursor:pointer;display:block;float:right;height:1.25rem;opacity:.3;position:relative;text-align:right;transition:opacity;width:1.25rem}.vcv-ui-modal-close:hover{opacity:.6}.vcv-ui-modal-close-icon{font-size:1rem;height:1em;position:absolute;right:0;top:50%;transform:translateY(-50%)}.rtl .vcv-ui-modal-close{float:left;text-align:left}.rtl .vcv-ui-modal-close-icon{left:0;right:auto}.vcv-ui-modal-actions{background:#283aa4;display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;overflow:hidden;transition:background .2s}.vcv-ui-modal-actions:hover{background-color:#ffae27}.vcv-ui-modal-actions .vcv-ui-modal-action-content span{display:none;margin-left:16px}.vcv-ui-modal-actions .vcv-ui-modal-action-content .vcv-ui-wp-spinner{display:inline-block;margin:0}.rtl .vcv-ui-modal-actions .vcv-ui-modal-action-content span{margin-left:0;margin-right:16px}.vcv-ui-modal-action{border-color:hsla(0,0%,100%,.1);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-modal-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-modal-action-submit-input{display:none}.vcv-ui-modal-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-modal-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-drag-handler{cursor:move;min-height:16px;min-width:16px;opacity:.15;position:relative;user-select:none}.vcv-ui-drag-handler-icon{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-tree-view-layout.vcv-hidden{display:none}.vcv-ui-tree-layout-container{background-color:#203251;border-bottom:1px solid rgba(73,109,163,.15);border-right:1px solid rgba(73,109,163,.15);color:#fff;display:flex;flex-flow:column nowrap;flex-grow:1;font-size:.75rem;height:100%;line-height:1}.vcv-ui-tree-layout-container.vcv-ui-state--hidden{display:none}.vcv-ui-tree-layout{display:flex;flex:1 0 auto;flex-direction:column;list-style:none;margin:0;padding:0;position:relative}.rtl .vcv-ui-tree-layout{direction:rtl}.vcv-ui-tree-layout-actions{border-top:1px solid rgba(73,109,163,.15);display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;height:auto;margin-top:-1px;overflow:hidden}.vcv-ui-tree-layout-actions .vcv-ui-tree-layout-action-content span{display:none;margin-left:16px}.rtl .vcv-ui-tree-layout-actions{direction:rtl}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-actions{min-height:60px}.vcv-ui-tree-layout-filled .vcv-ui-tree-layout-actions{flex:0 0 100%;height:40px}.vcv-ui-tree-layout-action{border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-tree-layout-action.vcv-ui-state--active,.vcv-ui-tree-layout-action:hover{background-color:#16243f}.vcv-ui-tree-layout-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-tree-layout-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-tree-layout-control-dropdown-content{align-items:center;background:#16243f;display:flex;justify-content:flex-end;left:0;min-height:40px;opacity:0;padding-right:8px;position:absolute;right:0;top:calc(100% + 1px);transition:opacity .2s ease-in-out .2s,z-index .2s ease .2s;z-index:-5}.vcv-ui-tree-layout-control-dropdown-content.vcv-ui-state--active{opacity:1;transition:opacity .2s ease-in-out 0s,z-index .2s ease 0s;z-index:1}.vcv-ui-tree-layout-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-tree-layout-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-tree-layout-messages{align-items:center;color:#7d94bb;display:flex;flex:1 1 auto;flex-flow:row wrap;font-style:italic;line-height:1.7;text-align:center}.vcv-ui-tree-layout-messages>*{flex:1 1 100%}.vcv-ui-tree-layout-message{margin:0;min-height:40px;padding:8px 1em}.vcv-ui-tree-layout-control{border-bottom:1px solid rgba(73,109,163,.15);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;min-height:40px;padding:8px 8px 8px 0;position:relative;transition:background-color .2s ease-in-out}.vcv-ui-tree-layout-control.vcv-ui-state--active,.vcv-ui-tree-layout-control.vcv-ui-state--outline,.vcv-ui-tree-layout-control:hover{background-color:#16243f}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile{line-height:60px;min-height:60px;padding:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile:hover{background-color:#354e73}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-content{background:#354e73;left:0;position:absolute;right:0;text-align:center;top:calc(100% + 1px);z-index:99}.rtl .vcv-ui-tree-layout-control{padding-left:8px}.vcv-ui-tree-layout-control-content{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;white-space:nowrap}.vcv-ui-tree-layout-control-content>*{flex-grow:0;flex-shrink:0;min-width:0}.vcv-ui-tree-layout-control-label{flex-grow:0;flex-shrink:1;overflow:hidden;padding-left:8px;padding-right:8px;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-tree-layout-control-label span{border:2px solid transparent;border-radius:12px;display:block;overflow:hidden;padding:5px 8px;text-overflow:ellipsis;white-space:inherit}.vcv-ui-tree-layout-control-label span:focus,.vcv-ui-tree-layout-control-label span:hover{border:2px solid rgba(73,109,163,.5)}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label{user-select:none}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label span{display:inline}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label-text{position:relative}.vcv-ui-tree-layout-control-label-editable{text-overflow:clip;white-space:normal}.vcv-ui-tree-layout-control-icon{color:inherit;display:inline-block;height:1em;position:relative;vertical-align:middle;width:1.5rem}.vcv-ui-tree-layout-control-icon>*{font-size:1.5rem;height:1.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.5rem}.vcv-ui-tree-layout-control-actions{flex-grow:1;opacity:1;text-align:right;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-actions-container{margin-left:auto}.rtl .vcv-ui-tree-layout-control-actions{text-align:left}.vcv-ui-tree-layout-control-action{color:inherit;cursor:pointer;display:inline-block;height:1em;position:relative;vertical-align:middle;width:40px}.vcv-ui-tree-layout-control-action>*{font-size:1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-tree-layout-control-action[disabled]{cursor:not-allowed;opacity:.5}.vcv-ui-tree-layout-control-action .vcv-ui-icon-lock-fill:before,.vcv-ui-tree-layout-control-action:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-layout-control-action .vcv-ui-icon:before{transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-actions{opacity:0}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-state-container{opacity:1;z-index:auto}.vcv-ui-tree-layout-control-actions~.vcv-ui-tree-layout-control-state-container{opacity:0;transition:opacity .2s ease-in-out;z-index:-999}.vcv-ui-tree-layout-control-state-container{position:absolute;right:0}.vcv-ui-tree-layout-control-state{color:inherit;display:inline-block;height:1em;position:relative;vertical-align:middle;width:40px}.vcv-ui-tree-layout-control-state>*{font-size:1rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.rtl .vcv-ui-tree-layout-control-state-container{left:0;right:auto}.vcv-ui-tree-layout-control-drag-handler{bottom:0;left:0;margin-left:2px;min-height:1em;min-width:1em;opacity:.6;position:absolute;top:0;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-drag-handler .vcv-ui-drag-handler-icon{font-size:1em}.vcv-ui-tree-layout-control-drag-handler.vcv-ui-tree-layout-control-drag-handler-mobile{flex-grow:1;overflow:hidden;position:relative;text-overflow:ellipsis}.rtl .vcv-ui-tree-layout-control-drag-handler{left:auto;right:.05rem}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-trigger{text-align:center;width:60px}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-tree-layout-control-mobile) .vcv-ui-tree-layout-control-drag-handler{opacity:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:1}.vcv-ui-tree-layout-node{list-style:none;margin:0;padding:0}.vcv-ui-tree-layout-node-expand-trigger{cursor:pointer;font-size:1rem;left:-1.25em;margin-left:4px;margin-top:-.5em;opacity:.6;position:absolute;top:50%;transform:rotate(-90deg)}.rtl .vcv-ui-tree-layout-node-expand-trigger{left:auto;right:-.95em;transform:rotate(90deg)}.vcv-ui-tree-layout-node-child{margin:0;position:relative}.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-expand>.vcv-ui-tree-layout-control>.vcv-ui-tree-layout-control-content>.vcv-ui-tree-layout-node-expand-trigger{transform:rotate(0deg)}.vcv-ui-tree-layout-node-child:not(.vcv-ui-tree-layout-node-expand)>.vcv-ui-tree-layout-node{display:none}.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action{opacity:.5}.vcv-ui-tree-layout-node-non-draggable .vcv-ui-tree-layout-control--lock{cursor:default}.vcv-ui-tree-layout-node-child--drag-item{color:#fff;font-size:.75rem;line-height:1;list-style-type:none;z-index:99999}.vcv-ui-tree-layout-node-child--drag-item .vcv-ui-tree-layout{display:none}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content{opacity:1}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:.5}.vcv-ui-tree-layout-node-state-draft.vcv-ui-tree-layout-node-child{opacity:.6}.vcv-ui-tree-layout-container .vcv-ui-tree-layout-action{min-height:40px;padding:8px}.vcv-ui-item-container{background-color:#203251;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:.875rem;height:60vh;max-height:calc(100% - 65px);min-height:250px;top:0;z-index:1200}.vcv-ui-item-content .vcv-ui-editor-search-field-container{margin:0 0 0 1px}.vcv-ui-item-layout-hidden{display:none}.vcv-ui-item-list-container{flex:1;margin-bottom:30px}.vcv-ui-item-list{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0 -15px -30px;padding:0}.vcv-ui-item-list-item{display:flex;margin:0 15px 15px}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:before{border-color:#283aa4 #283aa4 transparent transparent;border-style:solid;border-width:25px;content:"";position:absolute;right:0;top:0;z-index:1}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.697 15.006c.041-.04.079-.082.113-.127A8.96 8.96 0 0 0 18 9c0-4.963-4.037-9-9-9S0 4.037 0 9c0 2.244.826 4.299 2.189 5.877.035.047.074.09.116.131A8.98 8.98 0 0 0 9 18a8.98 8.98 0 0 0 6.697-2.994Zm-11.489-.973a3.664 3.664 0 0 1 3.279-2.008h3.026c1.406 0 2.66.787 3.279 2.008A6.927 6.927 0 0 1 9 15.955a6.927 6.927 0 0 1-4.792-1.922ZM9 9.98a2.026 2.026 0 0 1-2.024-2.024c0-1.116.908-2.024 2.024-2.024s2.024.908 2.024 2.024A2.027 2.027 0 0 1 9 9.98Zm0-7.935A6.962 6.962 0 0 1 15.955 9a6.909 6.909 0 0 1-.835 3.301 5.696 5.696 0 0 0-2.78-2.025c.46-.658.73-1.458.73-2.32A4.074 4.074 0 0 0 9 3.886a4.074 4.074 0 0 0-4.07 4.07c0 .862.27 1.662.73 2.32a5.696 5.696 0 0 0-2.78 2.025A6.913 6.913 0 0 1 2.045 9 6.962 6.962 0 0 1 9 2.045Z' fill='%23FDFDFD' fill-rule='nonzero'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:auto;content:"";height:18px;position:absolute;right:5px;top:5px;width:18px;z-index:2}.vcv-ui-item-list-item--preset .vcv-ui-item-overlay span{padding:.6em}.vcv-ui-item-list-item--inactive .vcv-ui-item-element{cursor:default}.vcv-ui-item-list-item--inactive .vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:0}.vcv-ui-item-element{color:#484848;cursor:pointer;display:block;margin:0 auto;position:relative;text-align:center;width:100px}.vcv-ui-item-element:focus .vcv-ui-item-overlay,.vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element .vcv-ui-item-overlay{cursor:pointer}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-item-overlay{opacity:.8}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-item-overlay:hover .vcv-ui-icon-lock-fill:before{content:"\e912"}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-icon{font-size:16px}.vcv-dashboards-section-content .vcv-ui-item-element:not(.vcv-ui-item-element-inactive) .vcv-ui-icon-lock-fill{display:none}.vcv-ui-state--remove-mode-active .vcv-ui-item-element{cursor:default}.vcv-ui-state--remove-mode-active .vcv-ui-item-element .vcv-ui-icon{cursor:pointer}.vcv-ui-item-element-content{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;border-radius:5px;display:block;height:100px;overflow:hidden;position:relative}.vcv-ui-item-element-content .vcv-ui-item-element-image{display:block;position:relative;top:50%;transform:translateY(-50%)}.vcv-ui-hub-item-badge{align-items:center;border-radius:15px;color:#fff;display:inline-flex;font-size:12px;font-style:italic;height:20px;justify-content:center;padding:1px 8px;position:relative;z-index:9}.vcv-ui-hub-item-badge--new{background:#feb718}.vcv-ui-item-element>.vcv-ui-hub-item-badge{position:absolute;right:-12px;top:-9px;z-index:4}.vcv-ui-item-preview-caption .vcv-ui-hub-item-badge{flex:0 0 auto;margin:0 0 0 25px}.vcv-hub-addon-item-content-container .vcv-ui-hub-item-badge{align-self:flex-start;margin:0 0 10px}.vcv-ui-item-image,.vcv-ui-item-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.vcv-ui-item-overlay{background-color:rgba(0,0,0,.5);color:#fff;opacity:0;overflow:hidden;transition:opacity .2s ease-in-out;z-index:3}.vcv-ui-item-downloading,.vcv-ui-item-overlay.vcv-ui-item-control--visible{opacity:1}.vcv-ui-icon.vcv-ui-item-add{align-items:center;display:flex;height:100%;justify-content:center;left:0;line-height:100px;position:absolute;top:0;width:100%}.vcv-ui-item-edit{display:flex;flex-direction:column;height:100px}.vcv-ui-item-move{cursor:move;flex:1;position:relative}.vcv-ui-item-move:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-item-remove{background-color:#f46172;height:30px;line-height:30px}.vcv-ui-item-element-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:18px;margin:10px 0;max-height:36px;overflow:hidden;position:relative}.vcv-ui-item-element-name span{color:#70757d;font-size:14px;font-weight:700;letter-spacing:.3px;line-height:18px}.vcv-ui-item-badge{position:relative}.vcv-ui-item-badge:after{left:-.75em;right:auto;top:.4em}.vcv-ui-item-preview-container{border-radius:5px;display:block;margin:0;opacity:1;pointer-events:none;position:fixed;transition:visibility 0s,opacity .2s ease-in-out;width:520px;z-index:2020}.vcv-ui-item-preview-addon-tag{background:#2b4b80;border-radius:20px;color:#fff;font-size:14px;padding:3px 9px;position:absolute;right:15px;top:15px}.vcv-ui-item-preview-image{border-top-left-radius:5px;border-top-right-radius:5px;display:block;max-height:240px;width:100%}.vcv-ui-item-preview-caption{align-items:center;background:linear-gradient(90deg,#1a399d,#693bc5);border-bottom-left-radius:5px;border-bottom-right-radius:5px;color:#fff;display:flex;font-style:italic;justify-content:space-between;line-height:1.43;padding:20px;text-align:left}.vcv-ui-item-preview-text{line-height:18px;overflow:hidden}.vcv-ui-editor-get-more{align-items:center;display:flex;flex-direction:column;justify-content:center}.vcv-ui-editor-get-more-description{color:#9a9a9a;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif;padding:0 45px;text-align:center}.vcv-ui-editor-plate--addon .vcv-ui-item-list{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin:0}.vcv-ui-editor-plate--addon .vcv-ui-item-list-item{margin:0}.vcv-hub-addon-item-container{border-radius:5px;display:flex;flex:0 0 100%;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease-in-out}.vcv-hub-addon-item-container:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-hub-addon-item-content-container{background:#fff;display:flex;flex:1 0 auto;flex-direction:column;justify-content:space-between;padding:20px 15px}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner{height:40px;margin-top:auto;width:40px}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner:before{height:27px;opacity:.5;width:27px}.vcv-hub-addon-name{font-size:16px;font-weight:600;letter-spacing:1px;line-height:22px;margin:0 0 10px}.vcv-hub-addon-description{font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;line-height:24px;margin:0 0 15px}.vcv-hub-addon-item-content-container .vcv-hub-addon-control{background:#283aa4;border:none;border-radius:3px;color:#fff;cursor:pointer;height:40px;line-height:40px;margin-top:auto;text-align:center;text-decoration:none;transition:background .2s ease-in-out;width:180px}.vcv-hub-addon-item-content-container .vcv-hub-addon-control:focus,.vcv-hub-addon-item-content-container .vcv-hub-addon-control:hover{background:#ffae27;color:#fff;text-decoration:none}.vcv-hub-addon-item-content-container .vcv-hub-addon-control--locked{background:#c6cbd4;pointer-events:none}.vcv-hub-addon-item-content-container .vcv-hub-addon-control--locked:hover{background:#c6cbd4}.vcv-hub-addon-image{vertical-align:top;width:100%}.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{display:flex;flex-flow:column nowrap;flex-shrink:0;justify-content:center;min-height:100%}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container{display:flex;flex-flow:column nowrap;flex-grow:1;justify-content:center}.vcv-ui-editor-no-items-container{margin:auto;max-width:544px;text-align:center}.vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-editor-no-items-container .vcv-ui-form-helper{display:inline-block;font-size:13px;margin:15px 0 12px;text-align:center}.vcv-ui-editor-no-items-image{margin:0 0 35px}.vcv-ui-editor-no-items-action{background:#283aa4;border:none;border-radius:3px;color:#fff;cursor:pointer;min-height:50px;padding:17px 32px;position:relative;transition:background .2s ease-in-out}.vcv-ui-editor-no-items-action:hover{background:#ffae27}.vcv-ui-editor-no-items-action.vcv-ui-editor-button-disabled{-webkit-font-smoothing:antialiased;background:transparent;border:2px solid #d6d6d6;border-radius:0;color:#d6d6d6;cursor:default;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.077em;max-width:100%;padding:16px 34px;text-transform:uppercase}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:5px}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:10px}.vcv-ui-panel-heading{align-items:center;display:flex;font-size:16px;line-height:37px;padding:12px 60px 12px 20px}.vcv-ui-panel-heading .vcv-ui-panel-heading-icon{display:inline-block;margin-left:0;margin-right:12px;vertical-align:middle}.vcv-ui-panel-heading .vcv-ui-panel-heading-text{display:inline-block;vertical-align:middle}.vcv-ui-tree-view-content--full-width .vcv-ui-form-group{max-width:500px}.vcv-ui-panel-navigation-container{background:#203251;text-align:left}.rtl .vcv-ui-panel-heading{padding:12px 20px 12px 60px}.rtl .vcv-ui-panel-heading .vcv-ui-panel-heading-icon{margin-left:12px;margin-right:0}.rtl .vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:0;margin-right:5px}.rtl .vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:0;margin-right:10px}.vcv-ui-script-control-container,.vcv-ui-style-control-container{margin:10px 0 0;text-align:center}.vcv-ui-script-editor-container,.vcv-ui-style-editor-container{margin:25px 0 0}.vcv-row-html-editor-container+.CodeMirror-wrap,.vcv-ui-script-editor .CodeMirror-wrap,.vcv-ui-style-editor .CodeMirror-wrap{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-script-editor:not(.vcv-ui-state--active),.vcv-ui-style-editor:not(.vcv-ui-state--active){display:none}.vcv-ui-settings-actions{display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;overflow:hidden}.vcv-ui-settings-actions.vcv-ui-settings-actions-background{background-color:#203251}.vcv-ui-settings-actions .vcv-ui-settings-action-content span{display:none;margin-left:16px}.vcv-ui-settings-action{border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-settings-action.vcv-ui-state--active,.vcv-ui-settings-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-settings-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-settings-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-settings-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-settings-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-template-group-wrapper{overflow:hidden}.vcv-ui-template-options-wrapper{margin-bottom:-25px;margin-right:-32px}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon{background-color:#fff;cursor:pointer;display:inline-block;margin:0 32px 25px 0}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon svg{vertical-align:top}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked{opacity:.8;position:relative;transition:all .2s ease}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked i{font-size:20px}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked:hover{opacity:1}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#d1d1d1}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked .vcv-ui-layout-lock-control{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.vcv-ui-form-group--category .vcv-ui-ajax-form-container small,.vcv-ui-form-group--category .vcv-ui-form-helper,.vcv-ui-form-group--wp-menu .vcv-ui-ajax-form-container small,.vcv-ui-form-group--wp-menu .vcv-ui-form-helper{-webkit-font-smoothing:antialiased;color:#999;font-family:Roboto,sans-serif;font-style:italic;font-weight:500;letter-spacing:.3px;line-height:16px}.vcv-ui-form-group--category .vcv-ui-form-link,.vcv-ui-form-group--wp-menu .vcv-ui-form-link{color:#586dc6;display:inline;text-decoration:none;transition:.2s}.vcv-ui-form-group--category .vcv-ui-form-link:hover,.vcv-ui-form-group--wp-menu .vcv-ui-form-link:hover{color:#515162;text-decoration:underline}.vcv-ui-form-group--category .vcv-ui-form-link:focus,.vcv-ui-form-group--wp-menu .vcv-ui-form-link:focus{box-shadow:none;outline:none}.vcv-ui-form-group--category .vcv-ui-ajax-form-container small,.vcv-ui-form-group--category .vcv-ui-form-helper{margin-top:20px}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-ajax-form-container small,.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-form-helper{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag{background:#e3e1e1;border-radius:3px;color:#797979;display:inline-block;font-size:14px;font-style:italic;letter-spacing:.5px;line-height:1;margin:10px 0;padding:4px 5px}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag:first-of-type{margin-top:0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container-type{margin:0 0 10px}.vcv-ui-edit-form-section-header.vcv-ui-wordpress-setting-header{margin:0 -20px 12px}.vcv-ui-form-group-container.vcv-ui-form-group-container--saving .vcv-ui-ajax-form-container select,.vcv-ui-form-group-container.vcv-ui-form-group-container--saving .vcv-ui-form-dropdown,.vcv-ui-form-group-container.vcv-ui-form-group-container--saving .vcv-ui-form-input{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed;pointer-events:none}.vcv-ui-form-group a{color:#586dc6;text-decoration:none;transition:.2s}.vcv-ui-form-group a:hover{color:#515162;text-decoration:underline}.vcv-ui-form-group a:focus{box-shadow:none;outline:none}.vcv-ui-navigation-slider-container{direction:ltr;display:flex;justify-content:space-between;position:relative}.vcv-ui-navigation-slider-container.vcv-ui-navigation-slider-container--shadow-left:before,.vcv-ui-navigation-slider-container.vcv-ui-navigation-slider-container--shadow-right:after{content:""}.vcv-ui-navigation-slider-container:after,.vcv-ui-navigation-slider-container:before{bottom:0;position:absolute;top:0;width:9px}.vcv-ui-navigation-slider-container:before{background:linear-gradient(90deg,rgba(20,37,65,.5),transparent);left:0}.vcv-ui-navigation-slider-container:after{background:linear-gradient(270deg,rgba(20,37,65,.5),transparent);right:70px}.vcv-ui-navigation-slider-container:not(.vcv-ui-navigation-slider-container--shadow-right) .vcv-ui-navigation-slider-controls{border-left:1px solid rgba(76,95,128,.2)}.vcv-ui-navigation-slider{border:0;border-radius:0;display:flex;flex-wrap:nowrap;overflow-x:scroll;overflow-y:hidden}.vcv-ui-navigation-slider::-webkit-scrollbar{display:none}.vcv-ui-navigation-slider{-ms-overflow-style:none;scrollbar-width:none}.vcv-ui-navigation-slider-item{background:transparent;border:0;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px;white-space:nowrap}.vcv-ui-navigation-slider-item[class*=vcv-ui-badge--] button{align-items:center;display:flex}.vcv-ui-navigation-slider-item[class*=vcv-ui-badge--] button:before{border-radius:50%;content:"";display:block;height:6px;margin-right:6px;width:6px}.vcv-ui-navigation-slider-item.vcv-ui-badge--warning button:before{background-color:#fdb713}.vcv-ui-navigation-slider-item.vcv-ui-badge--success button:before{background-color:#6dab3c}.vcv-ui-navigation-slider-item.vcv-ui-badge--error button:before{background-color:#f44}.vcv-ui-navigation-slider-item:focus .vcv-ui-navigation-slider-dropdown,.vcv-ui-navigation-slider-item:hover .vcv-ui-navigation-slider-dropdown{display:flex}.vcv-ui-navigation-slider-button:hover,.vcv-ui-navigation-slider-item.vcv-ui-navigation-slider-item--active .vcv-ui-navigation-slider-button{background:#1f3aa0}.vcv-ui-navigation-slider-button{background:transparent;border:0;border-radius:0;color:#f6f6f6;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.5px;margin:0;padding:14px 24px;transition:background .2s ease-in-out}.vcv-ui-navigation-slider-controls{display:flex;flex-shrink:0;width:70px}.vcv-ui-navigation-slider-control-button{background:transparent;border:none;border-radius:0;color:#fff;cursor:pointer;font-size:18px;padding:0;position:relative;width:50%}.vcv-ui-navigation-slider-control-button:not([disabled]):hover .vcv-ui-icon{opacity:.5}.vcv-ui-navigation-slider-control-button:first-child .vcv-ui-icon-expand{margin-left:-5px;transform:rotate(90deg)}.vcv-ui-navigation-slider-control-button:last-child .vcv-ui-icon-expand{margin-left:-14px;transform:rotate(-90deg)}.vcv-ui-navigation-slider-control-button[disabled]{color:#4c5f80;cursor:default}.vcv-ui-navigation-slider-control-button .vcv-ui-icon{left:50%;margin-top:-9px;position:absolute;top:50%;transition:opacity .2s}.vcv-ui-navigation-slider-dropdown{border:0;display:none;flex-direction:column;position:absolute;z-index:5}.vcv-ui-navigation-slider-dropdown-item{-webkit-font-smoothing:antialiased;background:#fff;background:#1f3aa0;border:0;border-radius:0;color:#fff;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.5px;min-width:150px;padding:15px 24px;text-align:left}.vcv-ui-navigation-slider-dropdown-item:last-child{border-bottom:0}.vcv-ui-navigation-slider-dropdown-item.vcv-ui-navigation-slider-dropdown-item--active,.vcv-ui-navigation-slider-dropdown-item:hover{background:#693bc5}.vcv-ui-add-content-panel-heading{align-items:center;display:flex;margin:12px 0 12px 20px}.vcv-ui-add-content-panel-heading .vcv-ui-editor-search-container{flex-grow:1;margin:0}.vcv-ui-add-content-panel-heading-controls{margin:0 10px}.rtl .vcv-ui-add-content-panel-heading{margin:12px 20px 12px 0}.vcv-ui-editor-panel-back-control,.vcv-ui-editor-panel-hide-control,.vcv-ui-editor-panel-settings-control{cursor:pointer;display:inline-block;font-size:16px;line-height:16px;margin:0 2px;padding:6px}.vcv-ui-editor-panel-back-control .vcv-ui-icon:before,.vcv-ui-editor-panel-hide-control .vcv-ui-icon:before,.vcv-ui-editor-panel-settings-control .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-editor-panel-back-control.vcv-ui-editor-panel-control--active,.vcv-ui-editor-panel-back-control:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-hide-control.vcv-ui-editor-panel-control--active,.vcv-ui-editor-panel-hide-control:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-settings-control.vcv-ui-editor-panel-control--active,.vcv-ui-editor-panel-settings-control:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-editor-panel-back-control.vcv-ui-editor-panel-control--active:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-hide-control.vcv-ui-editor-panel-control--active:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-settings-control.vcv-ui-editor-panel-control--active:hover .vcv-ui-icon:before{opacity:1}.vcv-ui-editor-panel-back-control{margin:0 7px 0 0}.rtl .vcv-ui-editor-panel-back-control{margin:0 0 0 7px}.vcv-ui-tree-view-content{color:#fff;display:flex;flex-direction:column;flex-wrap:nowrap;font-size:.875rem;height:100%}.vcv-ui-tree-view-content.vcv-ui-state--hidden{display:none}.vcv-ui-tree-content{display:flex;flex-direction:column;flex-grow:1;flex-wrap:nowrap;min-height:1em}.vcv-ui-tree-content>*{flex-grow:0;flex-shrink:0}.vcv-ui-tree-content-section{background-color:#f6f6f6;color:#6f747b;display:flex;flex:1 1 100%;flex-flow:column nowrap;min-height:1em;position:relative}.vcv-ui-tree-content-section>*{flex:1 1 auto}.vcv-ui-tree-content-section-inner{padding:20px}.rtl .vcv-ui-tree-content-section-inner{direction:rtl}.vcv-element-category-items{display:flex;flex-flow:wrap;width:100%}.vcv-element-category-title-wrapper{margin:0 15px 15px;position:relative;width:100%}.vcv-element-category-title-wrapper>.vcv-element-category-title{color:#70757d;cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.3px;line-height:18px}.vcv-element-categories-expand-button{background-color:transparent;border:0;bottom:0;color:#70757d;cursor:pointer;font-size:18px;padding:0 5px;position:absolute;right:-8px;top:0}.rtl .vcv-element-categories-expand-button{left:-8px;right:auto}.vcv-ui-tree-content-title-controls{align-items:center;display:flex;font-size:1.2em;margin-top:-8px;padding-left:0;padding-right:0}.vcv-ui-tree-content-title-control{color:inherit;cursor:pointer;display:inline-block;padding:0 10px;position:relative;text-decoration:none;vertical-align:middle}.vcv-ui-editor-tabs-container{display:flex;margin-top:8px;padding-left:20px;padding-right:60px}.vcv-ui-editor-tabs{display:flex;flex:1;flex-direction:row;flex-wrap:nowrap;font-family:Nunito Sans,sans-serif;font-size:.875rem}.vcv-ui-editor-tabs>*{flex-grow:0;flex-shrink:0}.vcv-ui-editor-tab{background-color:#304568;border-radius:4px 4px 0 0;color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;margin:0 2px 0 1px;padding:14px 32px;text-align:center;text-decoration:none;transition:all .2s ease-in-out}.vcv-ui-editor-tab:hover{background-color:#3b5580}.vcv-ui-editor-tab.vcv-ui-state--active{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-editor-tab.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown>.vcv-ui-editor-tab{padding-left:16px;padding-right:16px}.vcv-ui-editor-tab-toggle-tree{background:none;min-width:60px}.vcv-ui-editor-tab-content{white-space:nowrap}.vcv-ui-editor-tab-icon{display:inline-block;font-size:1em;height:1em;position:relative;vertical-align:middle;width:1.25em}.vcv-ui-editor-tab-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-editor-tab-icon+*{margin-left:16px}.vcv-ui-add-element-content .vcv-ui-item-overlay{align-items:center;display:flex;justify-content:center}.vcv-ui-add-element-content .vcv-ui-item-overlay>span{padding:.6em}.vcv-ui-add-element-content .vcv-ui-item-overlay--visible{opacity:1}.vcv-ui-add-element-content .vcv-ui-state--hidden{display:none}.vcv-ui-editor-plate.vcv-ui-state--centered .vcv-premium-teaser{position:absolute}.vcv-ui-add-element-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-editor-tabs-container{margin:0}.vcv-ui-add-template-content .vcv-ui-tree-content-section{overflow:hidden}.vcv-ui-add-template-content .vcv-ui-item-element-content:before{color:#fff;content:attr(data-letter);font-size:50px;left:50%;margin-right:-50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.vcv-ui-add-template-content .vcv-ui-item-element-content.vcv-ui-item-element-constant-bg{background-color:#393a3f;background-image:unset}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message-container{left:0;position:absolute;right:0;top:100%;z-index:2}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message{align-items:center;background:#f96262;bottom:0;color:#fff;display:flex;font-style:italic;justify-content:center;padding:15px 20px;position:absolute;transform:translateY(100%);transition:transform .2s ease-in-out;width:100%;z-index:1}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message--visible{transform:translateY(0)}.vcv-ui-add-template-content .vcv-ui-item-element{cursor:default}.vcv-ui-add-template-content .vcv-ui-item-element:hover .vcv-ui-item-control{transition:visibility 0s .1s;visibility:visible}.vcv-ui-add-template-content .vcv-ui-item-control--visible .vcv-ui-item-control{visibility:visible}.vcv-ui-add-template-content .vcv-ui-item-overlay{align-items:center;display:flex;justify-content:center;z-index:2}.vcv-ui-add-template-content .vcv-ui-item-control{cursor:pointer;padding:.6em;transition:color .2s ease-in-out,visibility 0s 0s;visibility:hidden}.vcv-ui-add-template-content .vcv-ui-item-control.vcv-ui-icon-add:hover{color:#e6e6e6}.vcv-ui-add-template-content .vcv-ui-item-control.vcv-ui-wp-spinner-light{visibility:visible}.vcv-ui-add-template-content .vcv-ui-save-template-form{display:flex;justify-content:space-between}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-form-input{-webkit-appearance:none;flex-grow:0;flex-shrink:1}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{flex-grow:0;flex-shrink:0;font-size:12px;font-weight:700;margin:0 0 0 10px;min-height:auto;padding:11px 32px;white-space:nowrap}.vcv-ui-add-template-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-state--hidden{display:none}.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-form-helper{margin-bottom:30px}.vcv-ui-add-template-content .vcv-ui-item-overlay--visible{opacity:1}.vcv-ui-add-template-content .vcv-ui-wp-spinner{cursor:default}.vcv-ui-add-template-content .vcv-ui-form-button--action,.vcv-ui-add-template-content .vcv-ui-form-button-group--action .vcv-ui-form-button{flex-shrink:0;margin:0 0 0 10px}.rtl .vcv-ui-add-template-content .vcv-ui-form-button--action,.rtl .vcv-ui-add-template-content .vcv-ui-form-button-group--action .vcv-ui-form-button,.rtl .vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{margin:0 10px 0 0}.vcv-ui-editor-tab-dropdown{display:flex;flex-direction:row;flex-wrap:nowrap;margin:0;position:relative}.vcv-ui-editor-tab-dropdown>*{flex-grow:0;flex-shrink:0}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-trigger{background-color:#3b5580}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-content{opacity:1;visibility:visible}.vcv-ui-editor-tab-dropdown.vcv-ui-state--active .vcv-ui-editor-tab-dropdown-trigger{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab-dropdown.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown-trigger{cursor:default;min-width:0}.vcv-ui-editor-tab-dropdown-content{box-shadow:1px 0 10px 0 rgba(0,0,0,.3);margin-left:1px;margin-right:2px;min-width:140px;opacity:0;position:absolute;right:0;top:100%;transition:visibility 0s,opacity .2s ease-in-out;visibility:hidden;z-index:1020}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab{background-color:#fff;border-radius:0;color:#6f747b;margin:0;text-align:left}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab.vcv-ui-state--active,.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab:hover{background-color:#3b5580;color:#fff}.vcv-ui-editor-tabs-free-space{flex-grow:1;flex-shrink:1}.vcv-ui-editor-plate:not(.vcv-ui-state--active){display:none}.vcv-ui-design-options-onion{background-color:#f6f6f6;width:100%}.vcv-ui-design-options-onion-layers{padding-top:100%;position:relative}[class*=vcv-ui-design-options-onion-layer--]{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}[class*=vcv-ui-design-options-onion-layer--] [class*=vcv-ui-design-options-onion-control-position--]{height:30px;padding-left:2px;padding-right:2px;pointer-events:all;position:absolute;text-align:center;width:36px;z-index:1}[class*=vcv-ui-design-options-onion-layer--]:before{border:1px solid #d1d1d1;bottom:15px;content:"";display:block;left:20px;position:absolute;right:20px;top:15px}[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-ajax-form-container label,[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-form-group-heading{align-items:center;background-color:#f6f6f6;display:inline-flex;max-width:95px;min-height:30px;padding:0 4px;pointer-events:all;position:absolute;right:calc(50% + 24px);text-align:right;z-index:1}.vcv-ui-design-options-onion-layer--border{margin:50px}.vcv-ui-design-options-onion-layer--padding{margin:100px}.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-ajax-form-container label,.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-form-group-heading{right:44px}.vcv-ui-design-options-onion-control-position--top{left:50%;top:0;transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--bottom{bottom:0;left:50%;transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--left{left:0;top:50%;transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--right{right:0;top:50%;transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--top-left{left:0;top:0}.vcv-ui-design-options-onion-control-position--top-right{right:0;top:0}.vcv-ui-design-options-onion-control-position--bottom-left{bottom:0;left:0}.vcv-ui-design-options-onion-control-position--bottom-right{bottom:0;right:0}.vcv-ui-form-dependency.vcv-ui-state--hidden,.vcv-ui-tab-dependency.vcv-ui-state--hidden{display:none}.vcv-ui-form-dependency.vcv-ui-state--visible,.vcv-ui-tab-dependency.vcv-ui-state--visible{display:block}.vcv-ui-edit-form-actions{display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;overflow:hidden}.vcv-ui-edit-form-actions .vcv-ui-edit-form-action-content span{display:none;margin-left:16px}.vcv-ui-edit-form-action{border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-edit-form-action.vcv-ui-state--active,.vcv-ui-edit-form-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-edit-form-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-edit-form-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-edit-form-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-edit-form-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-editor-tabs-wrapper{display:flex}.vcv-ui-editor-tabs-wrapper-state--hidden{opacity:0;position:absolute;visibility:hidden;z-index:-1}.vcv-ui-editors-header-dropdown{margin-bottom:6px;margin-top:-1px}.vcv-ui-form-dropdown-option.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-header{align-items:center;display:flex;min-height:61px;padding:10px 10px 10px 14px}.vcv-ui-edit-form-header-image{margin:0 12px 0 0}.vcv-ui-edit-form-header-title{border:2px solid transparent;border-radius:12px;caret-color:hsla(0,0%,100%,.5);letter-spacing:.3px;max-width:100%;outline:none;overflow:hidden;padding:1px 12px;text-overflow:ellipsis;transition:border-color .2s ease-in-out;white-space:nowrap}.vcv-ui-edit-form-header-title:focus,.vcv-ui-edit-form-header-title:hover{border-color:#3b5e91}.vcv-ui-edit-form-header-title.active{text-overflow:clip;white-space:normal}.vcv-ui-icon-edit-form-header-title{cursor:pointer;font-size:12px;margin-right:35px;opacity:.5;padding:15px 10px;position:relative;text-align:center}.vcv-ui-icon-edit-form-header-title:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-edit-form-header-control-container{align-items:center;display:flex;flex-grow:1;font-size:1.2em;justify-content:flex-end}.vcv-ui-edit-form-header-control-container .vcv-ui-icon{display:inline-block;line-height:unset;vertical-align:top}.vcv-ui-edit-form-header-control-container .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-edit-form-header-control{color:#fff;cursor:pointer;margin:0 4px;padding:7px}.vcv-ui-edit-form-header-control:focus,.vcv-ui-edit-form-header-control:hover{color:#fff}.vcv-ui-edit-form-header-control.vcv-ui-edit-form-header-control--disabled,.vcv-ui-edit-form-header-control:focus .vcv-ui-icon:before,.vcv-ui-edit-form-header-control:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-view-content-accordion .vcv-ui-tree-content-section-inner{padding:0}.vcv-ui-edit-form-back-button{cursor:pointer;padding:5px 10px}.vcv-ui-edit-form-back-button .vcv-ui-icon:before{vertical-align:middle}.vcv-ui-edit-form-section.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-section.vcv-ui-state--visible{display:block}.vcv-ui-form-group .vcv-ui-edit-form-section{margin:0 -20px}.vcv-ui-edit-form-section--opened>.vcv-ui-edit-form-section-content{display:block}.vcv-ui-edit-form-section--closed>.vcv-ui-edit-form-section-content{display:none}.vcv-ui-edit-form-section-header{align-items:center;background:#203251;border-top:1px solid #263b5d;color:#fff;cursor:pointer;display:flex;letter-spacing:.3px;padding:15px 20px 15px 18px;position:relative;text-overflow:ellipsis;transition:background .2s ease-in-out;white-space:nowrap}.vcv-ui-edit-form-section-header:hover{background:#16243f}.vcv-ui-edit-form-section-header-title{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-edit-form-section-header-control{color:#fff;cursor:pointer;display:inline-flex;font-size:1.2em;justify-content:center;transition:opacity .2s;width:22px}.vcv-ui-edit-form-section-header-control:hover{opacity:.5}.vcv-ui-edit-form-section-header-control .vcv-ui-icon{vertical-align:middle}.vcv-ui-edit-form-section-header-go-back{color:#fff;cursor:pointer;display:inline-flex;justify-content:center;margin-right:7px;transition:opacity .2s;width:22px}.vcv-ui-edit-form-section-header-go-back:hover{opacity:.5}.vcv-ui-edit-form-section-header-go-back .vcv-ui-icon{vertical-align:middle}.vcv-ui-edit-form-section-content{padding:20px 20px 5px}.vcv-ui-presets-form .vcv-ui-form-button{margin:0 0 0 10px}.rtl .vcv-ui-presets-form .vcv-ui-form-button{margin:0 10px 0 0}[class*=vcv-ui-badge--] i:after{border-radius:50%;content:"";display:block;height:6px;position:absolute;right:-3px;top:-5px;width:6px}.vcv-ui-badge--warning i:after{background-color:#fdb713}.vcv-ui-badge--success i:after{background-color:#6dab3c}.vcv-ui-badge--error i:after{background-color:#f44}.vcv-ui-navbar-logo{background:url(assets/eff0317167c3391bd68f.svg) 50% 50% no-repeat;color:inherit;cursor:pointer;display:inline-block;min-height:60px;min-width:60px;order:-100;padding:16px;text-decoration:none;vertical-align:middle}.vcv-ui-navbar-logo.vcv-ui-navbar-logo--no-click{cursor:default}.vcv-ui-navbar-logo:focus,.vcv-ui-navbar-logo:hover{box-shadow:none}.vcv-ui-navbar-logo-title{display:none;padding-left:40px}.vcv-ui-navbar-logo--show-title{background-position:8px 50%}.vcv-ui-navbar-logo--show-title .vcv-ui-navbar-logo-title{display:inline}.vcv-ui-wp-spinner{display:inline-block;height:1em;margin:0;opacity:.7;padding:0;position:relative;vertical-align:middle;width:1em}.vcv-ui-wp-spinner:before{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/9473596cf58c721f0a0b.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.vcv-ui-wp-spinner.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-item-add-hub.vcv-ui-wp-spinner-light{cursor:auto;position:static}.vcv-ui-wp-spinner-light{display:inline-block;height:1em;margin:0;opacity:.7;padding:0;position:relative;vertical-align:middle;width:1em}.vcv-ui-wp-spinner-light:before{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.vcv-ui-wp-spinner-light.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-form-button .vcv-ui-wp-spinner{margin-left:10px}@keyframes vcv-ui-wp-spinner-animation{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}#vc-navbar-container,.vcv-ui-navbar-container{display:flex;flex:1 0 auto;flex-flow:column nowrap}.vcv-ui-navbar{color:#fff;display:flex;flex:1 0 auto;flex-direction:row;flex-wrap:nowrap;font-size:.875rem;min-height:60px;position:relative;z-index:2010}.vcv-ui-navbar>*{flex-grow:0;flex-shrink:0;order:-1}.vcv-ui-navbar>.vcv-ui-pull-end{order:1}.rtl .vcv-ui-navbar{direction:rtl}.vcv-ui-navbar-control{color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;min-height:60px;min-width:60px;padding:16px;position:relative;text-align:center;text-decoration:none;transition-duration:.2s;transition-property:color,background-color;transition-timing-function:ease-in-out}.vcv-ui-navbar-control.vcv-ui-navbar-control--active,.vcv-ui-navbar-control:hover{background-color:#203251;color:#fff}.vcv-ui-navbar-control[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-navbar-control.vcv-go-premium{flex-direction:row;justify-content:flex-start;line-height:27px}.vcv-ui-navbar-control.vcv-go-premium .vcv-ui-icon-star{height:23px;width:23px}.vcv-ui-navbar-control.vcv-go-premium .vcv-ui-navbar-control-content{margin-left:7px}.rtl .vcv-ui-navbar-control{direction:rtl}.rtl .vcv-ui-navbar-control .vcv-go-premium .vcv-ui-navbar-control-content{margin-left:0;margin-right:7px}.vcv-ui-navbar-control-content{font-size:14px;letter-spacing:.3px;white-space:nowrap}.vcv-ui-navbar-control-icon{display:inline-block;font-size:1em;height:1em;position:relative;vertical-align:middle;width:1.25em}.vcv-ui-navbar-control-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-navbar-control-icon+span{margin-left:16px}.rtl .vcv-ui-navbar-control-icon+span{margin-left:0;margin-right:16px}.vcv-ui-navbar-controls-group{display:flex;flex-direction:row;flex-wrap:nowrap}.vcv-ui-navbar-controls-group>*{flex-grow:0;flex-shrink:0}.vcv-ui-navbar-sandwich.vcv-ui-navbar-dropdown{position:static}.vcv-ui-navbar-sandwich .vcv-ui-navbar-controls-set:not(:last-child):after{background-color:hsla(0,0%,100%,.1);content:"";display:block;height:1px}.rtl .vcv-ui-navbar-controls-set{direction:rtl}.vcv-ui-navbar-dropdown{display:flex;flex-direction:row;flex-wrap:nowrap;margin:0;position:relative}.vcv-ui-navbar-dropdown>*{flex-grow:0;flex-shrink:0}.vcv-ui-navbar-dropdown .vcv-ui-navbar-controls-group{flex-direction:column}.vcv-ui-navbar-dropdown:hover .vcv-ui-navbar-dropdown-trigger{background-color:#203251}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-content{opacity:0;visibility:hidden}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-trigger{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:auto;right:0}.rtl .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:0;right:auto}.vcv-ui-navbar-dropdown-trigger{position:relative;width:100%;z-index:2010}.vcv-ui-navbar-dropdown-content{background-color:#203251;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);left:0;margin:0;max-height:0;min-width:200px;opacity:0;overflow:hidden;padding:0;position:absolute;top:100%;visibility:hidden;z-index:2005}.vcv-ui-navbar-dropdown-content.vcv-ui-show-dropdown-content{max-height:none;opacity:1;overflow:initial;visibility:visible;z-index:2006}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control.vcv-ui-state--active,.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control:hover{background-color:#693bc5}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control:last-child{border-top:1px solid #374763}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content{align-items:center;display:flex;justify-content:flex-start}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content em{color:#acb4c3;font-size:12px;margin-left:5px}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content>span{display:initial}.vcv-ui-navbar-control-separator{background-color:hsla(0,0%,100%,.1);display:block;min-height:1px;min-width:1px}.vcv-ui-navbar-drag-handler{order:-100}.vcv-ui-navbar-controls-spacer{flex:1 1 auto;order:0}.vcv-ui-navbar-hide-labels .vcv-ui-navbar-control{text-align:center}.vcv-ui-navbar-hide-labels .vcv-ui-navbar-control-content>span{display:none}.vcv-ui-navbar-show-labels .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-show-labels .vcv-ui-navbar-control-content>span{display:inline}.rtl .vcv-ui-navbar-show-labels .vcv-ui-navbar-control{text-align:right}.vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{min-width:100%}.vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{min-height:0;min-width:0;padding:12px}.vcv-ui-navbar-show-labels .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{flex-direction:column}.vcv-ui-navbar-show-labels .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{min-height:60px}.vcv-ui-navbar-control.vcv-ui-state--active{background-color:#203251}.vcv-ui-navbar-control.vcv-ui-state--warning{background-color:#fdb713}.vcv-ui-navbar-control.vcv-ui-state--disabled{cursor:not-allowed;opacity:.5}.vcv-ui-navbar-control.vcv-ui-state--disabled:hover{background-color:transparent}.vcv-ui-navbar-control.vcv-ui-toggle--inactive{opacity:.5}.vcv-ui-navbar-control.vcv-ui-toggle--active{opacity:1}.vcv-ui-navbar-control-hidden{display:none}.vcv-layout-bar-header.vcv-layout-bar-header--loading{cursor:not-allowed}.vcv-layout-bar-header.vcv-layout-bar-header--loading .vcv-ui-navbar-control{opacity:.5;pointer-events:none}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content{bottom:100%;top:auto}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout.vcv-ui-navbar-dropdown-content--horizontal,.vcv-layout-dock--top .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout.vcv-ui-navbar-dropdown-content--horizontal{right:0}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout,.vcv-layout-dock--top .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout{right:auto}.vcv-layout-dock--left #vc-navbar-container,.vcv-layout-dock--left .vcv-ui-navbar,.vcv-layout-dock--left .vcv-ui-navbar-controls-group{flex-direction:column}.vcv-layout-dock--left .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content{bottom:0;left:100%;right:auto;top:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout,.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--sm{min-width:unset}.vcv-layout-dock--left .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:100%;right:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--vertical{bottom:0;top:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-controls-group{flex-direction:row}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{display:flex;flex-direction:column;min-height:100%;min-width:0}.vcv-layout-dock--right #vc-navbar-container,.vcv-layout-dock--right .vcv-ui-navbar,.vcv-layout-dock--right .vcv-ui-navbar-controls-group{flex-direction:column}.vcv-layout-dock--right .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content{bottom:0;left:auto;right:100%;top:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout{bottom:auto;top:0}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:auto;right:100%;top:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--vertical{bottom:0;top:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-controls-group{flex-direction:row}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{display:flex;flex-direction:column;min-height:100%;min-width:0}.vcv-ui-navbar-is-dragging{user-select:none}.vcv-ui-navbar-is-dragging .vcv-ui-navbar-container>:not(.vcv-ui-navbar-drag-handler){pointer-events:none}.vcv-ui-navbar-is-dragging .vcv-layout-content:after{background-color:#fff;bottom:0;content:"";cursor:move;left:0;opacity:.2;position:absolute;right:0;top:0;z-index:2000}.vcv-ui-navbar-guideline{background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;position:fixed;transition-duration:.2s;transition-property:height,width;transition-timing-function:ease-in-out;z-index:-1}.vcv-ui-navbar-guideline-top{height:0;left:0;right:0;top:0}.vcv-ui-navbar-guideline-top.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-bottom{bottom:0;height:0;left:0;right:0}.vcv-ui-navbar-guideline-bottom.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-left{bottom:0;left:0;top:0;width:0}.vcv-ui-navbar-guideline-left.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-navbar-guideline-right{bottom:0;right:0;top:0;width:0}.vcv-ui-navbar-guideline-right.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-wpbackend-navbar-guideline{background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;position:fixed;z-index:-1}.vcv-ui-wpbackend-navbar-guideline-top{height:0}.vcv-ui-wpbackend-navbar-guideline-top.vcv-ui-wpbackend-navbar-guideline-is-visible{height:5px}.vcv-ui-wpbackend-navbar-guideline-bottom{height:0}.vcv-ui-wpbackend-navbar-guideline-bottom.vcv-ui-wpbackend-navbar-guideline-is-visible{height:5px}.vcv-ui-wpbackend-navbar-guideline-left{width:0}.vcv-ui-wpbackend-navbar-guideline-left.vcv-ui-wpbackend-navbar-guideline-is-visible{width:5px}.vcv-ui-wpbackend-navbar-guideline-right{width:0}.vcv-ui-wpbackend-navbar-guideline-right.vcv-ui-wpbackend-navbar-guideline-is-visible{width:5px}.vcv-ui-teaser-add-element-content .vcv-ui-hub-control-container{background:#203251;margin-bottom:0;text-align:left}.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container{margin:6px 60px 12px 20px}.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-ajax-form-container select,.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-form-dropdown{padding:9px 14px 8px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large{border:0;border-radius:0}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button{background:transparent;border:0;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#1f3aa0}.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots,.vcv-ui-editor-plate--teaser .vcv-ui-item-element-inactive{cursor:default}.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots{font-size:1rem}.vcv-ui-editor-plate--teaser .vcv-ui-item-element{cursor:default}.vcv-ui-hub-control-container{margin:0 0 20px;text-align:center}.vcv-ui-hub-control-container.vcv-is-hidden{height:0;margin:0}.vcv-ui-hub-control-container.vcv-is-hidden .vcv-ui-form-buttons-group{left:-9999px;position:fixed;top:-9999px;z-index:-9999}.vcv-ui-hub-control-container.vcv-is-hidden~.vcv-ui-hub-dropdown-container{display:block}.vcv-ui-hub-control-container .vcv-ui-form-buttons-group{flex-wrap:nowrap}.vcv-ui-hub-control{background:#fff;border:1px solid #d0d0d0;border-radius:0;color:#6f747b;cursor:pointer;flex:0 1 auto;padding:14px 24px;transition:background .2s ease-in-out}.vcv-ui-hub-control:first-of-type{border-radius:3px 0 0 3px}.vcv-ui-hub-control:last-of-type{border-radius:0 3px 3px 0}.vcv-ui-hub-control:not(:last-of-type){border-right:none}.vcv-ui-hub-control.vcv-ui-state--active,.vcv-ui-hub-control:hover{background:#ddd}.vcv-layout-dock .vcv-ui-hide-resizers .vcv-ui-resizer{display:none}.vcv-ui-hub-dropdown-container{display:none;margin:0 0 20px}.vcv-hub-banner{background:#2d3036;margin-bottom:20px;min-height:300px;overflow:hidden;padding:20px;position:relative}.vcv-hub-banner:before{background:url(https://cdn.hub.visualcomposer.com/plugin-assets/vcwb-hub-banner-bg.png) 50%;background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vcv-hub-banner-content{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center;z-index:1}.vcv-hub-banner-title{font-family:Montserrat,sans-serif;font-size:24px;font-weight:600;letter-spacing:1.12px;line-height:32px;margin:0}.vcv-hub-banner-subtitle{font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px;max-width:560px}.vcv-hub-banner .vcv-hub-banner-button,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{background:#ffae27;box-shadow:none;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.92px;margin-top:26px;max-width:100%;outline:none;padding:15px 20px;text-decoration:none;text-transform:uppercase;transition:background .2s;width:315px}.vcv-hub-banner .vcv-hub-banner-button:hover,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button:hover{background:#d98800;color:#fff;text-decoration:none}.vcv-hub-banner .vcv-hub-banner-button:focus,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button:focus{color:#fff;text-decoration:none}.vcv-hub-banner .vcv-hub-banner-link{color:#fff;text-decoration:underline}.vcv-hub-banner .vcv-hub-banner-link:focus,.vcv-hub-banner .vcv-hub-banner-link:hover{color:#fff;cursor:pointer;text-decoration:none}@media (min-width:768px){.vcv-hub-banner-title{font-size:36px;line-height:42px}}@keyframes vcv-slide-image-left{0%{transform:translateZ(0)}to{transform:translate3d(-2796px,0,0)}}.vcv-ui-editor-plate--stock-images{background:#1a1a1a}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used{background:transparent}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-subtitle,.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-unsplash-logo,.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-media-powered-text{display:none}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-inner{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;max-width:100%}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-container{min-height:auto;padding-bottom:0}.vcv-stock-images-container{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:360px;padding:20px;position:relative}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy{background:#110f1d;position:relative}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy:before{background:#ff6569;content:"";height:10px;left:0;position:absolute;right:0;top:0}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy:after{background:#aa39ff;bottom:0;content:"";height:10px;left:0;position:absolute;right:0}.vcv-stock-media-powered-text{color:#bbb;font-family:Roboto,sans-serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;margin-top:14px;text-align:right}.vcv-stock-media-powered-text a{color:#fff;outline:none;text-decoration:none;transition:color .2s}.vcv-stock-media-powered-text a:hover{color:#e4e4e4}.vcv-stock-images-inner{margin:auto;max-width:600px;width:100%}.vcv-stock-images-unsplash-logo{display:inline-block}.vcv-stock-images-unsplash-logo svg{vertical-align:bottom}.vcv-stock-images-subtitle{-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;letter-spacing:.82px;line-height:28px}.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{display:inline-block;margin-top:6px;padding-left:40px;padding-right:40px;width:auto}.vcv-stock-images-results-container{align-self:center;box-sizing:border-box;display:flex;flex-shrink:0;max-width:1600px;padding:10px;width:100%}.vcv-stock-images-results-data{-webkit-font-smoothing:antialiased;color:#9a9a9a;display:flex;flex:0 0 auto;flex-direction:row;font-size:14px;font-weight:600;justify-content:space-between;padding:20px 20px 0}.vcv-stock-images-column-count--1 .vcv-stock-images-col{flex:0 0 100%;max-width:100%}.vcv-stock-images-column-count--2 .vcv-stock-images-col{flex:0 0 50%;max-width:50%}.vcv-stock-images-column-count--3 .vcv-stock-images-col{flex:0 0 33.333%;max-width:33.333%}.vcv-stock-images-column-count--4 .vcv-stock-images-col{flex:0 0 25%;max-width:25%}.vcv-stock-images-column-count--5 .vcv-stock-images-col{flex:0 0 20%;max-width:20%}.vcv-stock-image-wrapper{padding:10px;position:relative}.vcv-stock-image-wrapper:before{background-color:#e8e8e8;bottom:10px;content:"";left:10px;position:absolute;right:10px;top:10px;transition:background-color .2s;transition-delay:.2s}.vcv-stock-image-wrapper.vcv-stock-image--loaded:before{background-color:transparent}.vcv-stock-image--loaded .vcv-stock-image-inner{opacity:1}.vcv-stock-image-inner{opacity:0;position:relative;transition:opacity .2s}.vcv-stock-image-inner:hover .vcv-stock-image-download-container,.vcv-stock-image-inner:hover .vcv-stock-image-hover-lock{box-shadow:0 0 15px 0 rgba(0,0,0,.1);opacity:1}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-download-container,.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-hover-lock{display:none}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-loading{display:flex}.vcv-stock-image-hover-lock .vcv-ui-icon:hover:before{content:"\e912"}.vcv-stock-image{bottom:0;left:0;position:absolute;right:0;top:0;vertical-align:top;width:100%}.vcv-ui-editor-plate--stock-images~.vcv-loading-wrapper{display:flex;flex:0 0 auto;justify-content:center;padding:5px 20px 20px}.vcv-ui-editor-plate--stock-images~.vcv-loading-dots-container{margin:auto}.vcv-stock-image-download-container{align-items:center;background-color:rgba(38,37,37,.6);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s}.vcv-stock-image-download-options{display:flex;flex-direction:column;height:100%;max-height:170px;padding:10px 25px;width:100%}.vcv-stock-image-download-options .vcv-stock-image-download-button:last-child{border-bottom:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-stock-image-download-options .vcv-stock-image-download-button:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-stock-image-download-button{-webkit-font-smoothing:antialiased;background:#fff;border:none;border-bottom:1px solid #d8d8d8;color:#303030;cursor:pointer;flex-grow:1;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:700;outline:none;padding:5px 10px;transition:background-color .2s,color .2s,border-color .2s}.vcv-stock-image-download-button span{color:#9a9a9a;transition:color .2s}.vcv-stock-image-download-button .vcv-ui-icon-download{margin-left:10px;opacity:0}.vcv-stock-image-download-button:hover{background-color:#2a4c80;border-color:#2a4c80;color:#fff}.vcv-stock-image-download-button:hover span{color:#fff}.vcv-stock-image-download-button:hover .vcv-ui-icon-download{opacity:1}.vcv-stock-image-loading{align-items:center;background-color:rgba(38,37,37,.6);bottom:0;color:#fff;display:none;justify-content:center;left:0;position:absolute;right:0;top:0}.vcv-stock-image-loading .vcv-ui-wp-spinner{visibility:visible}.vcv-stock-image-hover-lock{align-items:center;background-color:rgba(38,37,37,.6);bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s}.vcv-stock-image-hover-lock .vcv-ui-icon-download{color:#fff;font-size:18px}.vcv-stock-image-hover-lock .vcv-ui-icon-lock-fill{color:#fff;font-size:16px;padding:4px}a.vcv-stock-image-author{-webkit-font-smoothing:antialiased;align-items:center;box-shadow:none;display:flex;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:800;justify-content:center;text-decoration:none;transition:color .2s}a.vcv-stock-image-author:hover{color:#e6e6e6}a.vcv-stock-image-author:focus{box-shadow:none;outline:none}.vcv-stock-image-author-image{border-radius:50%;margin-right:10px;width:32px}.media-frame .vcv-ui-search-container .vcv-ui-search-field{border:none;box-shadow:none;font-size:14px}.media-frame .vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-ui-search-container{border:1px solid #f6f6f6}.media-frame .vcv-loading-dots-container,.media-frame .vcv-ui-editor-no-items-image{margin-top:50px}.media-frame .vcv-stock-images-results-container{margin:auto}.vcv-ui-search-container{background:#fff;border-radius:5px;display:flex;flex:1 0 auto;height:55px}.vcv-ui-search-container .vcv-ui-search-button{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex:0 0 60px;justify-content:center;padding:0}.vcv-ui-search-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field{background:transparent;border:none;flex:1 0 auto;font-size:14px;padding:8px 14px 8px 0;width:0}.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field:focus,.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field:hover{animation:none;border:none;box-shadow:none;outline:none}.vcv-ui-search-field:focus::-webkit-input-placeholder{color:transparent}.vcv-ui-search-field:focus:-moz-placeholder,.vcv-ui-search-field:focus::-moz-placeholder{color:transparent}.vcv-ui-search-field:focus:-ms-input-placeholder{color:transparent}.vcv-wb-editor .CodeMirror-lint-tooltip{z-index:1141}.vcv-wb-editor .CodeMirror-gutters{background-color:#e8e8e8}.vcv-wb-editor ul.CodeMirror-hints{z-index:1141}.vcv-row-html-editor-container,.vcv-ui-script-ace-container,.vcv-ui-style-ace-container{background-color:#f9f9f9;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);-webkit-box-sizing:border-box;box-sizing:border-box;color:#32373c;font-family:Consolas,Monaco,monospace;font-size:13px;height:50vh;outline:none;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-transition:border-color .05s ease-in-out;-o-transition:border-color .05s ease-in-out;transition:border-color .05s ease-in-out;width:100%}.vcv-start-layout-item-list{justify-content:center;margin:30px auto 0}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-stroke{stroke:#d1d1d1;transition:stroke .2s ease}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-fill{fill:#d1d1d1;transition:fill .2s ease}.vcv-ui-start-layout-list-item-active .vcv-ui-start-layout-list-item-icon-stroke,.vcv-ui-start-layout-list-item:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#283aa4}.vcv-ui-start-layout-list-item-active .vcv-ui-start-layout-list-item-icon-fill,.vcv-ui-start-layout-list-item:hover .vcv-ui-start-layout-list-item-icon-fill{fill:#283aa4}.vcv-ui-start-layout-list-item-disabled .vcv-ui-item-element{cursor:not-allowed}.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-fill,.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-stroke{opacity:.5;transition:opacity .2s ease}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#d1d1d1;opacity:1}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-fill{fill:#d1d1d1;opacity:1}.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout{border:2px solid #d1d1d1;display:block;height:100px;position:relative;width:100px}.vcv-ui-start-layout-list-item-active .vcv-ui-item-element-content-layout,.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout:hover{border-color:#294a82}.vcv-ui-start-layout-list-item-active .vcv-ui-item-element-content-layout .vcv-ui-start-layout-list-item-icon-name,.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout:hover .vcv-ui-start-layout-list-item-icon-name{color:#294a82}.vcv-ui-start-layout-list-item-icon-name{color:#adadad;display:block;font-size:20px;font-weight:200;left:0;line-height:100px;margin:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.vcv-ui-start-layout-list-item-icon{display:block;height:100%;margin:0;position:relative;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:before{background:#d1d1d1;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:before{background:#d1d1d1;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar .vcv-ui-start-layout-list-item-icon-helper{background:#d1d1d1;height:56px;position:absolute;right:25px;top:20px;width:2px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:before{background:#d1d1d1;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar .vcv-ui-start-layout-list-item-icon-helper{background:#d1d1d1;height:56px;left:25px;position:absolute;top:20px;width:2px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:before{border:1px dashed #d1d1d1;content:"";display:block;height:100%;position:absolute;top:0;width:0}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:before{left:15px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:after{right:15px}.vcv-insights.vcv-ui-tree-content-section-inner{background-color:#f6f6f6}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight{-webkit-font-smoothing:antialiased;background-color:#fff;background-image:none;border-radius:5px;color:#5c5b5b;display:flex;flex-direction:column;font-weight:700;margin-bottom:20px;padding:14px;position:relative;transition:box-shadow .2s ease-in-out}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title{font-size:14px;letter-spacing:.3px;line-height:19px;padding:0 0 0 16px;position:relative}.vcv-insight-description,.vcv-insight-item-description{color:#999;font-family:inherit;font-size:12px;font-style:italic;letter-spacing:.92px;line-height:20px;padding:8px 16px 0}.vcv-insight-item-description{flex:1 1 auto;margin:0 10px 0 0;padding:0 0 0 20px}.vcv-insight-no-issues .vcv-insight-description{padding:0;text-align:center;width:300px}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title:before{border-radius:50%;bottom:0;content:"";height:9px;left:0;margin:auto;position:absolute;top:0;width:9px}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-critical .vcv-insight-title:before{background-color:#f05a59}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-warning .vcv-insight-title:before{background-color:#feb716}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-success .vcv-insight-title:before{background-color:#6bdd4d}.vcv-insight-go-to-action{background-color:transparent;border:none;color:#c6cbd4;cursor:pointer;font-size:17px;padding:7px;transition:color .2s ease-in-out}.vcv-insight-go-to-action:hover{color:#9aa3b3}.vcv-insight-items{border-top:1px solid #f4f4f4;margin-top:15px}.vcv-insight-item{align-items:center;display:flex;margin:15px 0}.vcv-insight-item--grouped{align-items:stretch;border-bottom:1px solid #f4f4f4;padding-bottom:15px}.vcv-insight-item--grouped:last-child{border:none;padding:0}.vcv-insight-item--grouped .vcv-insight-item-thumbnail{margin:5px 0}.vcv-insight-item .vcv-insight-item-thumbnail{height:80px;object-fit:cover;width:80px}.vcv-insight-header{display:flex;flex-direction:column;padding-right:20px;position:relative}.vcv-insight-collapse-button{background-color:transparent;border:0;bottom:0;color:#c6cbd4;cursor:pointer;font-size:18px;position:absolute;right:0;top:0}.vcv-insight-collapse-button:hover{color:#9aa3b3}.vcv-insight-no-issues,.vcv-ui-insights-spinner,.vcv-ui-settings-popup-panel-spinner{bottom:0;height:auto;left:0;position:absolute;right:0;top:0;width:auto}.vcv-no-issues-heading{font:normal 600 16px/22px Montserrat,sans-serif;letter-spacing:1px;margin:20px 0 10px}.vcv-insight-no-issues{align-items:center;display:flex;flex-direction:column;justify-content:center;pointer-events:none}.vcv-insight-header .vcv-ui-wp-spinner{height:100%;position:absolute;right:8px}.vcv-insight.vcv-ui-form-group .vcv-ui-form-link{display:inline}.rtl .vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title{padding:0 16px 0 0}.rtl .vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title:before{left:auto;right:0}.rtl .vcv-insight-collapse-button{left:0;right:auto}.vcv-notification-item{-webkit-font-smoothing:antialiased;background-color:#fff;background-image:none;border-radius:5px;color:#5c5b5b;display:flex;flex-direction:row;font-weight:700;margin-bottom:20px;padding:14px;position:relative;transition:box-shadow .2s ease-in-out}.vcv-notification-item:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-notification-item:hover .vcv-notification-item-url-icon{color:#9aa3b3}.vcv-notification-item-image{height:70px;margin-right:15px;object-fit:cover;width:70px}.vcv-notification-item-content{flex-grow:1}.vcv-notification-item-title{color:#5c5b5b;font-size:14px;font-weight:700;letter-spacing:.3px;line-height:19px}.vcv-notification-item-text{color:#999;font-size:12px;font-style:italic;font-weight:700;letter-spacing:.92px;line-height:20px}.vcv-notification-item .vcv-notification-item-url{border:none;bottom:0;box-shadow:none;left:0;outline:none;position:absolute;right:0;top:0;z-index:1}.vcv-notification-item-url-icon{align-items:center;color:#c6cbd4;display:flex;font-size:16px;justify-content:center;margin-left:15px;transition:color .2s}.rtl .vcv-notification-item-image{margin-left:15px;margin-right:0}.rtl .vcv-notification-item-url-icon{margin-left:0;margin-right:15px}.vcv-color-box{border-radius:3px;box-shadow:0 0 5px 0 rgba(0,0,0,.1);display:inline-block;height:14px;margin-right:4px;vertical-align:sub;width:14px}.vcv-layout-popup{bottom:0;color:#fff;display:flex;justify-content:flex-end;opacity:0;pointer-events:none;position:fixed;transform:translateY(100%);transition:opacity .5s ease-in-out,transform .5s ease-in-out;width:100%;z-index:3010}.vcv-layout-popup--full-page{align-items:center;height:100%;justify-content:center;transform:translate(0);transition:opacity .5s ease;z-index:999999}.vcv-layout-popup--full-page.vcv-layout-popup--visible{background:rgba(47,47,47,.7);pointer-events:unset}.vcv-layout-popup--full-page .vcv-layout-popup-inner,.vcv-layout-popup--full-page .vcv-premium-teaser{background:#fff;max-width:360px;padding:40px}.vcv-layout-popup--full-page .vcv-layout-popup-badge{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='249' height='373' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M225.993 143.444 249 103.837l-35.248-29.399-7.99-45.04h-46.014L124.5 0 89.252 29.398H43.239l-7.99 45.04L0 103.836l23.007 39.607-7.99 45.04 21.277 7.698V373h23.374l65.004-68.409L189.875 373h23.162V196.063l20.947-7.579-7.99-45.04ZM58.386 342.368V204.354l22.875 39.38 32.358-11.705v52.215l-55.233 58.124Zm132.558-.175-55.233-57.948v-52.097l32.027 11.587 23.007-39.608.199-.071v138.137Zm11.895-202.807 6.168 34.766-33.375 12.073-17.758 30.572-33.374-12.074-33.374 12.074-17.758-30.572-33.375-12.073 6.168-34.766-17.758-30.572L55.61 86.122l6.168-34.765h35.516l27.207-22.691 27.208 22.69h35.516l6.168 34.766 27.207 22.692-17.76 30.572Z' fill='%23363636'/%3E%3Cpath fill='%23F7B332' d='M106.79 127.82 91.594 110.45 75 124.389 103.521 157 170 108.137 156.885 91z'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;height:90px;margin:0 auto 30px;width:60px}.vcv-layout-popup--full-page .vcv-layout-popup-header{padding-right:0;position:unset}.vcv-layout-popup--full-page .vcv-layout-popup-header .vcv-layout-popup-heading{color:#363636;font-family:Montserrat,sans-serif;font-size:22px;letter-spacing:1px;line-height:26px;text-align:center}.vcv-layout-popup--full-page .vcv-layout-popup-close,.vcv-layout-popup--full-page .vcv-premium-teaser-close{color:#d2d2d2;right:2px;top:2px}.vcv-layout-popup--full-page .vcv-layout-popup-text{color:#999;font-family:Roboto,sans-serif;font-size:14px;line-height:22px;margin-bottom:25px;text-align:center}.vcv-layout-popup--full-page .vcv-layout-popup-btn{background:#f7b332;border:none;border-radius:0;display:block;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;letter-spacing:1px;padding:15px;text-transform:uppercase}.vcv-layout-popup--full-page .vcv-premium-teaser{border-radius:5px}.vcv-layout-popup-container{margin:30px;max-width:410px;pointer-events:all}.vcv-layout-dock--right .vcv-layout-popup-container{margin-right:90px}.vcv-layout-dock--right .vcv-layout-popup--full-page .vcv-layout-popup-container{margin-right:30px}.vcv-layout-dock--left .vcv-layout-popup-container{margin-left:90px}.vcv-layout-dock--left .vcv-layout-popup--full-page .vcv-layout-popup-container{margin-left:30px}.vcv-layout-dock--bottom .vcv-layout-popup-container{margin-bottom:90px}.vcv-layout-popup.vcv-layout-popup--visible{opacity:1;transform:translate(0)}.vcv-layout-popup.vcv-layout-popup--visible.vcv-layout-popup--action-clicked{opacity:0;transform:translateY(-100%)}.vcv-layout-popup-inner{background:#283aa4;border-radius:5px;padding:23px 26px;position:relative}.vcv-layout-popup-header{display:flex;flex-direction:column;margin:0 0 10px;padding-right:20px;position:relative}.vcv-layout-popup-header-badge{align-self:center;background-color:#0d267c;border-radius:50%;height:66px;margin:16px 0 50px 29px;position:relative;width:66px}.vcv-layout-popup-header-badge svg{left:-12px;position:absolute;top:11px}.vcv-layout-popup-heading{color:inherit;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;letter-spacing:1px;line-height:22px;margin:0;text-transform:uppercase}.vcv-layout-popup-close{background:transparent;border:none;color:inherit;cursor:pointer;opacity:1;padding:0;position:absolute;right:-10px;top:-5px;transition:opacity .2s ease-in-out}.vcv-layout-popup-close:hover{opacity:.5}.vcv-layout-popup-content{margin-bottom:15px}.vcv-layout-popup-btn{background:transparent;border:2px solid #fff;border-radius:3px;color:inherit;cursor:pointer;display:inline-block;font-size:13px;line-height:normal;padding:9px 37px;text-align:center;text-decoration:none;transition:background .2s ease-in-out,border-color .2s ease-in-out}.vcv-layout-popup-btn:hover{background:#ffae27;border-color:#ffae27;color:inherit}.vcv-layout-popup-btn:disabled{background:transparent;border-color:#fff;cursor:not-allowed;opacity:.7}.vcv-layout-popup-btn.vcv-pricing-popup-button{background:#ffae27;border-color:#ffae27}.vcv-layout-popup-btn.vcv-pricing-popup-button:hover{background:#d98800;border-color:#d98800}.vcv-layout-popup-text{color:inherit;font-family:Roboto,sans-serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;line-height:24px;margin:0 0 15px}.vcv-layout-popup-checkbox-option-wrapper{margin:16px 0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox{background:#fff!important;border-color:#fff!important;margin:0 14px 0 0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox-label{font-size:13px;font-style:italic;letter-spacing:1px;line-height:24px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]{align-items:center;border-radius:3px;display:inline-flex;height:16px;justify-content:center;width:16px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]:before{border-radius:50%;content:"";float:none;height:8px;margin:0;padding:0;transition:background-color .2s;width:8px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=radio]{border:0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=radio]:before{border-radius:50%;content:"";float:none;height:8px;margin:4px;padding:0;transition:background-color .2s;width:8px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox:focus{border-color:#fff;box-shadow:none}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox:checked:before{background-color:#ffae27!important}.vcv-layout-popup-text--anchor{border-bottom:2px solid;color:#fff;text-decoration:none;transition:color .2s,border-bottom-color .2s}.vcv-layout-popup-text--anchor:active,.vcv-layout-popup-text--anchor:focus,.vcv-layout-popup-text--anchor:hover{border-bottom-color:#c3c3c3;box-shadow:none;color:#c3c3c3;outline:none}.vcv-layout-popup.vcv-layout-popup--pricing-popup .vcv-layout-popup-content{margin-right:38px}.vcv-helpers-container{background-color:rgba(0,0,0,.8);bottom:0;left:0;margin-left:-9px;margin-top:-9px;overflow:hidden;position:absolute;right:0;top:0;z-index:9999}.vcv-helpers-container--hidden{display:none}.vcv-helpers-container .vcv-helper{color:#fff;position:absolute}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question{color:hsla(0,0%,100%,.5);cursor:pointer;height:18px;transition:color .2s;width:18px}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question:before{font-size:18px}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question.vcv-ui-icon-selected,.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question:hover{color:#fff}.vcv-helpers-container a{color:#fff;transition:.2s}.vcv-helpers-container a:focus,.vcv-helpers-container a:hover{outline:none;text-decoration:none}.vcv-helpers-container .vcv-helper-box{background-color:#2a3aa6;border-radius:6px;padding:16px 20px 20px;position:absolute;transform:translateY(calc(-50% - 14px)) translateX(40px);width:360px;z-index:9999}.vcv-helpers-container .vcv-helper-box:before{border:10px solid transparent;border-right-color:#2a3aa6;content:"";display:block;left:-20px;position:absolute;top:calc(50% - 10px)}.vcv-helpers-container .vcv-helper-box.vcv-helper-box--visible{display:block;z-index:9999}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--bottom{transform:translateY(20px) translateX(calc(-50% + 10px))}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--bottom:before{border-color:transparent transparent #2a3aa6;left:calc(50% - 10px);top:-19px}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-top{bottom:-8px;transform:translateX(40px)}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-top:before{bottom:11px;top:auto}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-bottom{top:-8px;transform:translateX(40px)}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-bottom:before{top:8px}.vcv-helpers-container .vcv-helper-box-heading{color:#fff;font-family:Montserrat,serif;font-size:16px;font-weight:700;letter-spacing:1px;line-height:22px;margin:0 0 10px;text-transform:uppercase}.vcv-helpers-container .vcv-helper-box-description{font-family:Roboto,serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;line-height:22px;margin:0 0 15px}.vcv-helpers-container .vcv-helper-box-actions{align-items:center;display:flex;justify-content:space-between}.vcv-helpers-container .vcv-helper-box-done,.vcv-helpers-container .vcv-helper-box-skip{color:#98a1b2;font-family:Roboto,serif;font-size:12px;font-style:italic;font-weight:500;line-height:20px;margin-right:4px}.vcv-helpers-container .vcv-helper-box-skip{color:#fff;cursor:pointer;text-decoration:underline;transition:.2s}.vcv-helpers-container .vcv-helper-box-skip:hover{text-decoration:none}.vcv-helpers-container .vcv-helper-box-next{background-color:transparent;border:2px solid #fff;border-radius:4px;color:#fff;cursor:pointer;float:right;padding:5px 20px;text-decoration:none;transition:background .2s ease-in-out,border-color .2s ease-in-out}.vcv-helpers-container .vcv-helper-box-next:hover{background:#ffae27;border-color:#ffae27}.vcv-helpers-container .vcv-helper-box-image{position:absolute;top:36px;transform:translateX(-50%)}.vcv-helpers-container .vcv-helper-box-image.element-controls{background-image:url(assets/9280fe7dccf9d443f461.png);height:200px;width:240px}.vcv-helpers-container .vcv-helper-box-image.bottom-menu{background-image:url(assets/7ff5cc2dfc2f7f2556c1.png);height:110px;width:360px}.vcv-layout-guide-helper-bottom-menu,.vcv-layout-guide-helper-controls{height:1px;left:0;margin:auto;position:absolute;right:0;top:106px;width:1px}.vcv-layout-guide-helper-bottom-menu{bottom:0;top:0}.vcv-helpers-container .vcv-helpers-welcome-container{bottom:0;margin:40px;max-width:400px;position:absolute;right:0}.vcv-helpers-container .vcv-helpers-welcome-container img{left:-50px;position:absolute}.vcv-helpers-container .vcv-helpers-welcome-container--heading{color:#fff;font-family:Montserrat,serif;font-size:44px;font-weight:700;line-height:40px;margin:0 0 10px;text-transform:uppercase}.vcv-helpers-container .vcv-helpers-welcome-container--description{color:#fff;font-family:Roboto,serif;font-size:18px;font-style:italic;font-weight:500;line-height:26px;margin:0}@media screen and (max-height:700px){.vcv-layout-guide-helper-controls{top:25px}.vcv-helpers-container .vcv-helper-box-image.element-controls{background-position:30px 0;background-repeat:no-repeat;background-size:210px}}.spinner{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;z-index:1}.vcv-premium-teaser{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:500px;padding:20px;position:relative}.vcv-premium-teaser-badge{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='249' height='373' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M225.993 143.444 249 103.837l-35.248-29.399-7.99-45.04h-46.014L124.5 0 89.252 29.398H43.239l-7.99 45.04L0 103.836l23.007 39.607-7.99 45.04 21.277 7.698V373h23.374l65.004-68.409L189.875 373h23.162V196.063l20.947-7.579-7.99-45.04ZM58.386 342.368V204.354l22.875 39.38 32.358-11.705v52.215l-55.233 58.124Zm132.558-.175-55.233-57.948v-52.097l32.027 11.587 23.007-39.608.199-.071v138.137Zm11.895-202.807 6.168 34.766-33.375 12.073-17.758 30.572-33.374-12.074-33.374 12.074-17.758-30.572-33.375-12.073 6.168-34.766-17.758-30.572L55.61 86.122l6.168-34.765h35.516l27.207-22.691 27.208 22.69h35.516l6.168 34.766 27.207 22.692-17.76 30.572Z' fill='%23363636'/%3E%3Cpath fill='%23F7B332' d='M106.79 127.82 91.594 110.45 75 124.389 103.521 157 170 108.137 156.885 91z'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;height:90px;margin:0 auto 30px;width:60px}.vcv-agree-hub-terms-badge{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABJCAYAAACqyKH+AAAAAXNSR0IArs4c6QAAC2VJREFUeAHtnAtwVFcZx/duHruBQKu1QKOTDq1S1E6xAQnh0fIqkFdbtKiFOq1TcTpqJwNVaNXOwGitMG21QJ2KfdjWGaSgIJu00UBNISEEkvqYokUtlcQiIg9HHtnNY6+/L7N3vXvvuexu9u4udbkzN+ec75zvO9/3v9953O+ejebJ4DVv3rzhZ86cmRUOhxfoun69pmmjSceQ+lHjGPl/kH+X9PX8/PzA3r17j2RQvSF1pQ2JK0mmqVOnfmJgYOCbAHMrrIWJsgPmH2j7owkTJvx448aNfYnyZbJdWgEsLy//CKA9jkG1qRgFkH/l/lZbW9vLpHoqstzmTRuAU6ZMuRvwNnAXu6h0oKCgYElra+sZF2WmJCovJW4F86pVq7w9PT3PAtxqqhMergpRKtJ1zJ+3jh07trGrq+u0qkGmaa56IKBpDNvnMeLuBAzRGY7H4TlKep5UFpMS0qIEeE/k5eXNYEi/lUDbtDZxFUDAewoAvnwhjQGpgXvL8OHD63ft2nXS3Fa8t7GxsQIZt3F/gboPmOst+beHDRs2pbm5+YSFntGiawAC3qcxequT9oDWyv3Avn372p3amOnIG4m8FdC+xu0z1xl55DUjbzZp1hYWVwBkmzKqv7//TQy70jDOnGLgY5WVlSvxsLCZnkgeIKcA5DbajlG193q9SwHxGVVdJmiuAIiRz0WGnE1nDKzDwHW2iiQI06dPL+3r62ujjxIrGw/nVHFx8TjrdGBtl66yN1XBM2bMuArDlqjkYNwPUwVP5La0tHSxaNyOvKC1H/p+/7lz5+6z0jNVThnAUCj0FZRVbVcOFRUV1bllCK91BwBwlUoeIN63aNEi17dkqr6stJQBxKh7rEKljMc8xArZr6obKs3v9z9Jf3+38gPgh7q7u+dZ6ZkopwQgi8e1KP9BhaKH2KPJxO/qxQORIfykSih6zFHR001LCUACBDerFMRLXAfP6AfPVsoGQKUuBl+60qRX4dra2mHHjx8vR6HpKC2Lx3VW5QhF3cyctdtKd6s8efLkQ8gaZ5Enbzb/stAci+h+hvZHSSWE1kXDptLS0uYtW7b0OjIpKhIGsKKi4kbeQ2W1W0ynFwwQMFeV7t69u1vRnysktk2voEOlK8JMQgDyPxRfId3A7qHVVOWYjTuEedpjuQMM1zdQ+kvxwKMnffz48ccce3SnIi0PB9vk7edzOEoLD2k7TjM+nroXBBDgVvA0DiKkJp4go572b2cg+PlHo790pQB5G0C+CQbfuFAfSgB57fLB+FMY1yAokeiIuY+nzYV05AsLCyWweiodss0ysV32lo/gjZvwRiUOtjlw5syZ/vPnz/8KxpvMwpzyGNJPRxKSkqjxpky9l8rwYlp5mD4/jm5KR3DSOUIfgd5XkVcGKqy89NM+atSo2YFA4Ly5zgZgxPOUr2YGI8Jeo3PZTjRUVVUdGUqQwJCV7XTatGklvGdXYtNCbKpCHxsmho602YqDfIY0Gv2JaYyrPoiQRw0GRfo6+7AVbJL3K+re86TIxy+ZthzfagiOrAbEVYaxUQD5hlHGpNlBRZRmNCKVMNRD+/fvX2ui/d9mwWI5IK7lljnQeumAOAkQ35CK6NxB4+9RtoGHuw5wfypXwBNQAOcJsVlsl7Ll0sBqjUEbBBDE50K8xSCaU4Qsa29v/6WZlgt5QNyB7ctVtoLVXBax+VI3CCAECZ2rrm0IWq+qyAUatq8DxB0qW9kBLBO6d+7cuZcB4ExrIxj72W89aKXnWpn5bqVgobB7FovuSO/Zs2cXUFlgbQCoLxMJ/rOVnmvlyKfTrQq7JYhc5QUoAdB2gfovbMQcJYCRExbzBcCxVlwAb4BwvLyNXLpAgO/Pr5KoviiWyiIirzMxF6AeJ/p7NoaYw4UIFv9UQFDixdtsAEI7qmic0yQHTEpkCEc30wZC0FTualTnZKrCBFqeeKDN26DZPmDnJGomo1WYCHbigTYA4RvjFP8yycyZbASLMVaDBTvxQFt4XFyTW/lqZxWSC2XBQjCx2irYiQc2WSukDH2hip6LNCcsAHCnl/hePRlb1AGmO4mPXZ2LgJltFgwECzNN8oKZnHH08qoi3xb2WBtQ9nFk7REFPadIBA2+I1gojN4jJ8IGtzCg6RRxWcIL8+cVzK6QgoGJdT31E7t7AhOPka7mSdvika50NEQh2H4XOt3lwL5B6FGF+Rayl3KFonEI2i0EVFVeqmieGClYP7Ea5epjWmveLxbVdDwbQ8tSAfCm03UTOvqtKuBw+4iRDmIV3URDdIoJivs2ue6Juv1bM6HehL8/W41ysyyeJzarwJN+oEexigIIoi2A6HSS1AfTi/LFzq2FRdeUx0NGuglEsrLENsB7CVvltnleRN5682jMN3fC4Zrl/P7iozA77QGXsLDcQSebAHsbdxOLUI9ZxnstL9/Bg8Gg7PMWYtti9FctGINmYe9OMFoGgFEzo3OgQUHg5fxQphWBHzNoTikC5aO6nG6SU07R6A1l+W4qx3KflpOlKv6e+rKXPLonZoLWPNpr/trOOar2HCW+sre39+v0cwP1MQ9e1T4eDR2LkVVCKkeU48qj3Z/4ldQ0gsynzbJtAEplBMTNCJ5nbpxsnk774ZnB9LDPypsMgOhTzGmJ3yPjGqucTJSxownwPmsFT/qOzoFmRYh//RtXrYLxB2Z6svnIk61T8un4n/XCBa0kKTMi5K0oW+CtA4tKFXiimxJAqeCg4QCes4yPKrKcyxZnqNeIoTKa+NyQYRKXULYNB5LRUydYOHHEHft82muFeRorsPzM4H7yNyUyZxgdwrPFyA81RYYcqJRDPcOGKiMRPvqRKWcPTrOexVF5lNgqJy6ABgMrz3by2/nRy/s4jFNNXlbqUgyTiVh+JFhstI2kXdDX8wBesNCTLiLjb6z8NfTxODJvILVFRpIVipyzyJFTZRLO6+ZuAriGyKttwuKUc07C3Ck07AmUvQh7zGsixvzGX9M5OwWxGWd1nAPTron3f0fETH1l7YGadEgqmz0Ak1Lz4m18CcAUn80lAFMEMOFVOJl+9L0VRaFTIQ5japVsl4+wuj1QWH3gd8nIMNr2NkwsHwjr36d8NYvMq76CK+q0+b8+Z9RnO02LB4ZO9q7Tdc9X2SZcywvH7LAebg42Vnw4nrG0j1lEgg2Tx4XD+k74JPYmW6V7g30nn4onJ5P1aQGQiNkdZiMw/DJPX+9m/eCiwihd9SoXrUSCtA0P/Iz3vZj9JQjfbmqW9WyaAPScsFoGXmWhdw4/ZqU7lUOHDz8Kz42KetUZFUWzzJDSAqDu1aJniM1m4In3hwJlcT+XBhs+ucCj6cvMvEYehb9r5C+GNC0AFlV3PsNQ+7nKQIbkc3qD8+dSfWf5aD0c/glzaMx8KLJYRLYW1nS+oJKbLVpaABRjfH7tXqJT71gNA8DLg3poM6tzgbUOhLyhYD8A6aNtdR6tyzd8xFI7PbsU21N2U53ewKTJYU1vYejawNI0Twgviwmf42ES4bZtrXgQA3n5npkFlZ0tburnhqy0eaAoV1jbsR+vWqlS1AqetFGBJ3TNq3/7YgRvUDf5k+4rGCjbwdCtHVI/mrbHX33NLMKKjkHNIcl1iSmtHmjo6Cvw3YMfScwtqYthftpf4F1ysYInxmQEQG1B26n8PO1OmeOSQZA1Zak2/0DSwCfTR6ptMwKgKFlQ1cE/H/M8nKjCtN3oq+5QboUSlZGJdhkDUIwprOpYAzCN8Qxj1T3oG6MpN9LxeDNdn1EAGcK6zzNsMSD+xclQ6vhwnb9Qm9QpH5Eu+iujAAoaWk3LaZ/um4WXvWVHRztB6GuOv7bdEWA7T3YpGQdQzNVq2971FV4xSfN61g6+rWjaMRR53l+Ufz3D/LfZhSS53v8LeQpHwiOiPbcAAAAASUVORK5CYII=);background-size:cover;height:73px;margin:0 auto 30px;width:80px}.vcv-premium-teaser-header{margin:0 0 16px}.vcv-premium-teaser-heading{color:#363636;font-size:22px;font-weight:700;line-height:26px;margin:0}.vcv-premium-teaser-btn,.vcv-premium-teaser-heading{font-family:Montserrat,sans-serif;letter-spacing:1px;text-align:center;text-transform:uppercase}.vcv-premium-teaser-btn{background:#ffae27;border:none;border-radius:0;color:#fff;cursor:pointer;display:block;font-size:12px;font-weight:600;line-height:22px;min-width:280px;padding:14px;text-decoration:none;transition:background .2s ease-in-out}.vcv-premium-teaser-btn:active,.vcv-premium-teaser-btn:focus,.vcv-premium-teaser-btn:hover{background:#d98800;color:#fff}.vcv-premium-teaser-btn:disabled{background:transparent;cursor:not-allowed;opacity:.7}.vcv-premium-teaser-text{-webkit-font-smoothing:antialiased;color:#999;font-family:Roboto,sans-serif;font-size:14px;font-style:italic;font-weight:500;letter-spacing:1.08px;line-height:22px;margin:0 0 25px;text-align:center}.vcv-premium-teaser-text a{color:#586dc6;text-decoration:none;transition:color .2s}.vcv-premium-teaser-text a:hover{color:#515162;text-decoration:underline}.vcv-premium-teaser-close{background:transparent;border:none;color:inherit;cursor:pointer;margin-top:1px;opacity:1;padding:10px;position:absolute;right:-10px;top:-10px;transition:opacity .2s ease-in-out}.vcv-premium-teaser-close:hover{opacity:.5}.vcv-premium-teaser-action-container{display:block;position:relative}.vcv-premium-teaser-action-container .vcv-premium-teaser-btn--loading:before{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;z-index:1}.vc-v-root-element .controls{padding:10px;text-align:center}.vc-v-root-element .controls a{cursor:pointer;display:inline-block;font-size:12px;height:12px;margin-right:4px;width:12px}[data-vc-dnd-status=allowed]{background-color:#ff0}[data-vc-dnd-status=success]{background-color:green}[data-vc-dnd-status=is-dragging]{opacity:.7}[data-vc-dnd-hidden=true]{display:none!important}.vcv-ui-drag-placeholder{opacity:.4}.vcv-ui-outline{border:1px dashed hsla(0,0%,72%,.5);box-sizing:border-box;pointer-events:none;position:absolute;z-index:1010}.vcv-ui-outline.vcv-ui-outline-element{border:1px dashed transparent}.vcv-ui-outline-type-base.vcv-ui-outline,.vcv-ui-outline-type-section.vcv-ui-outline{border:1px dashed #2b4b80}.vcv-ui-outline-type-column.vcv-ui-outline,.vcv-ui-outline-type-element.vcv-ui-outline,.vcv-ui-outline-type-index-0.vcv-ui-outline,.vcv-ui-outline-type-row.vcv-ui-outline{border:1px dashed hsla(0,0%,72%,.5)}.vcv-ui-outline-type-index-0.vcv-ui-outline.vcv-js-highlight{border-color:#4673bd}.vcv-ui-outline-type-index-1.vcv-ui-outline{border:1px dashed hsla(0,0%,72%,.5)}.vcv-ui-outline-type-index-1.vcv-ui-outline.vcv-js-highlight{border-color:#fec53f}.vcv-ui-outline-type-index-2.vcv-ui-outline{border:1px dashed transparent}.vcv-ui-outline-type-index-2.vcv-ui-outline.vcv-js-highlight{border-color:#6dab3c}.vcv-ui-outline.vcv-state-highlight{border:2px solid rgba(70,115,189,.8)}.vcv-ui-element-frame,.vcv-ui-element-outline{box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease-in-out;z-index:1010}.vcv-ui-element-frame.vcv-state--visible,.vcv-ui-element-outline.vcv-state--visible{opacity:1}.vcv-ui-element-outline{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-custom{border:0;box-shadow:none}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-0{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-1{border:1px solid rgba(254,197,63,.8);box-shadow:0 0 0 1px rgba(254,197,63,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-2{border:1px solid rgba(109,171,60,.8);box-shadow:0 0 0 1px rgba(109,171,60,.8)}.vcv-ui-element-frame{border:1px dashed hsla(0,0%,72%,.8)}.vcv-ui-element-frame--locked{border-left:none;border-right:none;border-top:none}.vcv-ui-element-frame--parent-locked{border:none}.vcv-ui-element-frames-container,.vcv-ui-element-outline-container{overflow:hidden}.vcv-ui-element-frames-container,.vcv-ui-element-outline-container,.vcv-ui-outline-controls-wrapper{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-outline-controls-wrapper{overflow:hidden}.vcv-ui-outline-controls-wrapper .vcv-ui-outline-control-dropdown-content{position:absolute}.vcv-ui-outline-controls-wrapper .vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control-dropdown-content{opacity:1;transition:visibility 0s,opacity .2s ease-in-out;visibility:visible}.vcv-ui-outline-controls-container{pointer-events:none;position:absolute;z-index:1100}.vcv-ui-outline-controls-container:hover{z-index:1200}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>*{background-color:#203251}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>:first-child{border-bottom-left-radius:5px;border-top-left-radius:5px}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>:last-child{border-bottom-right-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-controls{bottom:100%;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:13px;left:0;line-height:13px;margin-bottom:-1px;padding:1px 1px 2px;pointer-events:all;position:absolute}.vcv-ui-outline-controls>*{flex-grow:0;flex-shrink:0}.vcv-ui-outline-controls>:hover .vcv-ui-outline-control{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-controls>.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control{border-radius:5px}.vcv-ui-outline-control-separator{background-color:#203251;color:#fff;position:relative;width:10px}.vcv-ui-outline-control-separator:before{font-size:14px;left:50%;opacity:.3;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-outline-control{color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;min-height:40px;min-width:40px;overflow:hidden;padding:0;text-align:center;text-decoration:none;transition:all .2s ease-in-out}.vcv-ui-outline-control[disabled]{cursor:not-allowed;opacity:.5}.vcv-ui-outline-control-content{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;white-space:nowrap}.vcv-ui-outline-control-content>*{flex-grow:0;flex-shrink:0}.vcv-ui-outline-control-content>.vcv-ui-outline-control-icon{height:32px;margin:4px;width:32px}.vcv-ui-outline-control-content[disabled]{cursor:not-allowed;opacity:.5}.vcv-ui-outline-control-icon{height:40px;position:relative;text-align:center;width:40px}.vcv-ui-outline-control-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-outline-control-dropdown{display:flex;flex-direction:row;flex-wrap:nowrap;line-height:inherit;margin:0;position:relative}.vcv-ui-outline-control-dropdown>*{flex-grow:0;flex-shrink:0}.vcv-ui-outline-control-dropdown:not(.vcv-ui-outline-control-dropdown-o-drop-up):hover .vcv-ui-outline-control-dropdown-trigger.vcv-ui-outline-control{border-bottom-left-radius:0;border-bottom-right-radius:0}.vcv-ui-outline-control-dropdown-trigger{cursor:move;display:block;line-height:inherit;margin:0;padding:0}.vcv-ui-outline-control-dropdown-non-draggable .vcv-ui-outline-control-dropdown-trigger{cursor:default}.vcv-ui-outline-control-dropdown-content{display:block;left:0;line-height:inherit;margin:0;min-width:140px;opacity:0;padding:0;position:fixed;top:100%;transition:visibility 0s,opacity .2s ease-in-out;visibility:hidden;z-index:1110}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control{border-radius:5px;padding-left:8px;padding-right:16px;text-align:left}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#162237}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:not(:first-child):not(:last-child){border-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control-icon{left:-8px}.vcv-ui-outline-control-type-base.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control:hover{background-color:#2b4b80}.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#223b65}.vcv-ui-outline-control-type-section.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control:hover{background-color:#2b4b80}.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#223b65}.vcv-ui-outline-control-type-row.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control:hover{background-color:#4673bd}.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#3b63a5}.vcv-ui-outline-control-type-column.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control:hover{background-color:#fec53f}.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#feba1b}.vcv-ui-outline-control-type-element.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control:hover{background-color:#6dab3c}.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#5c9133}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control:hover{background-color:#4673bd}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#3b63a5}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control:hover{background-color:#fec53f}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#feba1b}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control:hover{background-color:#6dab3c}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#5c9133}.vcv-ui-right-click-menu-dropdown-index-0{background-color:#4673bd}.vcv-ui-right-click-menu-dropdown-index-0 .vcv-ui-outline-control{color:#fff}.vcv-ui-right-click-menu-dropdown-index-0 .vcv-ui-outline-control:hover{background-color:#3b63a5}.vcv-ui-right-click-menu-dropdown-index-1{background-color:#fec53f}.vcv-ui-right-click-menu-dropdown-index-1 .vcv-ui-outline-control{color:#fff}.vcv-ui-right-click-menu-dropdown-index-1 .vcv-ui-outline-control:hover{background-color:#feba1b}.vcv-ui-right-click-menu-dropdown-index-2{background-color:#6dab3c}.vcv-ui-right-click-menu-dropdown-index-2 .vcv-ui-outline-control{color:#fff}.vcv-ui-right-click-menu-dropdown-index-2 .vcv-ui-outline-control:hover{background-color:#5c9133}.vcv-ui-outline-controls-container.vcv-ui-controls-o-controls-left .vcv-ui-outline-controls{left:0;right:auto}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content,.vcv-ui-outline-controls-container.vcv-ui-controls-o-controls-right .vcv-ui-outline-controls{left:auto;right:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child{border-top-left-radius:5px;border-top-right-radius:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up:hover .vcv-ui-outline-control-dropdown-trigger.vcv-ui-outline-control{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content{bottom:100%;margin:0;top:auto}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child{border-bottom-left-radius:0;border-bottom-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:0}.vcv-ui-outline-control-more:hover{background-color:#203251}.vcv-ui-append-control-container{display:flex;justify-content:center;pointer-events:none;position:absolute;z-index:1020}.vcv-ui-append-control-wrapper{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-append-control{align-items:center;background-color:#203251;border-radius:5px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:6px;pointer-events:all;transition:background-color .2s ease-in-out}.vcv-ui-append-control:hover{background-color:#fec53f;color:#fff}.wip.vcv-ui-outline-controls-container.vcv-ui-controls-o-inset .vcv-ui-outline-controls{bottom:100%}#vcv-dnd-frame{opacity:0;pointer-events:none;position:absolute;z-index:10999}#vcv-dnd-frame.vcv-dnd-frame-top{border-top:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-bottom{border-bottom:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-left{border-left:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-right{border-right:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-center{border:3px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-is-shown{opacity:1;transition:opacity .5s}.vcv-layout-content #vcv-dnd-smart-line{z-index:1129}#vcv-dnd-smart-line{background-color:rgba(40,58,164,.5);opacity:0;pointer-events:none;position:absolute;z-index:10999}#vcv-dnd-smart-line.vcv-is-shown{opacity:1;transition:opacity .25s}#vcv-dnd-smart-line.vcv-smart-line-transition{background-color:rgba(40,58,164,.75);transform:scaleY(4);transition:opacity .25s,background-color .25s,transform .15s ease .1s}#vcv-dnd-smart-line.vcv-smart-line-transition.vcv-smart-line-vertical{transform:scaleX(4)}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame{background-color:transparent;border:2px solid rgba(40,58,164,.75);transform:scale(1);transition:opacity .25s}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame.vcv-smart-line-transition{box-shadow:0 0 0 2px rgba(40,58,164,.75),inset 0 0 0 2px rgba(40,58,164,.75);transition:opacity .25s,box-shadow .15s ease .1s}.vcv-dnd-dragging--start{cursor:move}.vcv-ui-smart-line-container{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-drag-helper{align-items:center;background-color:#6dab3c;border-radius:5px;color:#fff;cursor:pointer;display:block;flex-direction:row;flex-wrap:nowrap;height:40px;justify-content:center;overflow:hidden;position:absolute;text-align:center;text-decoration:none;transition:background-color .4s ease,opacity .4s ease;white-space:nowrap;width:40px;z-index:11000}.vcv-drag-helper.vcv-drag-helper-container{background-color:#4673bd}.vcv-drag-helper.vcv-drag-helper-container.vcv-drag-helper-column{background-color:#fec53f}[data-vcv-dnd-helper] .vcv-ui-tree-layout-control{background:#416196}[data-vcv-dnd-helper] .vcv-ui-tree-layout-node{display:none}.vcv-ui-drag-helper-wrapper{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-mobile-tooltip{background:rgba(0,0,0,.75);border-radius:10px;bottom:20px;color:#fff;font-size:16px;left:20px;opacity:1;padding:20px;pointer-events:all;position:absolute;right:20px;transition:opacity .7s ease}.vcv-ui-mobile-tooltip.disabled{opacity:0;pointer-events:none}.vcv-layout-notifications{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-layout-notifications .vcv-layout-notifications-inner{bottom:0;left:60px;pointer-events:none;position:absolute;right:0;z-index:1140}.vcv-layout-notifications .vcv-layout-notifications-item{-webkit-font-smoothing:antialiased;align-items:center;border-radius:10px;color:#fff;direction:ltr;display:flex;font-size:14px;margin:0 20px 15px;opacity:1;padding:13px 20px;pointer-events:all;position:relative;transition:opacity .7s ease}.vcv-layout-notifications .vcv-layout-notifications-item.vcv-layout-notifications-type--disabled{opacity:0;pointer-events:none}.vcv-layout-notifications .vcv-layout-notifications-type--default{background:rgba(21,24,42,.9)}.vcv-layout-notifications .vcv-layout-notifications-type--success{background:#6dab3c}.vcv-layout-notifications .vcv-layout-notifications-type--warning{background:#ffb716}.vcv-layout-notifications .vcv-layout-notifications-type--error{background:#f05b59}.vcv-layout-notifications .vcv-layout-notifications-icon{font-size:1.5em;margin-right:30px}.vcv-layout-notifications .vcv-layout-notifications-icon i{display:block;position:relative;top:50%;transform:translateY(-50%)}.vcv-layout-notifications .vcv-layout-notifications-text{color:#fff;flex-grow:1;font-size:13px;font-style:italic;font-weight:700;line-height:22px}.vcv-layout-notifications .vcv-layout-notifications-text a{color:inherit;text-decoration:underline}.vcv-layout-notifications .vcv-layout-notifications-close{align-items:center;cursor:pointer;display:flex;flex:1 0 30px;height:30px;justify-content:center;margin-left:6px;margin-right:-14px}.vcv-layout-notifications .vcv-layout-notifications-close .vcv-ui-icon:before{transition:opacity .2s}.vcv-layout-notifications .vcv-layout-notifications-close:focus .vcv-ui-icon:before,.vcv-layout-notifications .vcv-layout-notifications-close:hover .vcv-ui-icon:before{opacity:.5}.vcv-dashboard-container .vcv-layout-notifications-inner{position:fixed}.vcv-layout-dock--top .vcv-layout-notifications .vcv-layout-notifications-inner{left:0;max-width:none;right:0}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-inner{bottom:60px;left:0}@media screen and (min-width:768px){.vcv-layout-notifications .vcv-layout-notifications-inner{left:auto;max-width:430px}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-inner{left:auto}}.vcv-ui-right-click-menu-wrapper{bottom:0;direction:ltr;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-right-click-menu-container{pointer-events:none;position:absolute;z-index:1200}.vcv-ui-right-click-menu-dropdown-content{border-radius:5px;box-shadow:0 0 6px 0 rgba(0,0,0,.2);font-size:13px;max-width:280px;min-width:140px;overflow:hidden;pointer-events:all;position:absolute}.vcv-ui-right-click-menu-dropdown-content .vcv-ui-outline-control{background:transparent}.vcv-ui-right-click-menu-dropdown-position--bottom{top:0}.vcv-ui-right-click-menu-dropdown-position--top{bottom:0}.vcv-ui-right-click-menu-dropdown-position--right{left:0}.vcv-ui-right-click-menu-dropdown-position--left{right:0}#poststuff .vcv-wpbackend-switcher,#poststuff .vcv-wpbackend-switcher--type-classic,#poststuff .vcv-wpbackend-switcher--type-gutenberg{margin-top:10px}#poststuff .vcv-wpbackend-switcher-wrapper{flex-wrap:wrap}#poststuff .composer-switch+.vcv-wpbackend-switcher-container .vcv-wpbackend-switcher{line-height:23px}.vcv-wpbackend-switcher-wrapper{display:flex}.vcv-wpbackend-switcher{box-sizing:border-box;display:inline-block;font-family:Nunito Sans,sans-serif;font-size:14px;margin-left:10px;margin-right:10px}.vcv-wpbackend-switcher .vcv-wpbackend-switcher-option[disabled]{background-color:#a2a6aa}.vcv-wpbackend-switcher--type-classic,.vcv-wpbackend-switcher--type-gutenberg{box-sizing:border-box;display:inline-block;font-size:14px;margin-right:10px}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option{background-color:#a2a6aa;border:0;border-radius:4px;line-height:1;padding:10px}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option:hover{background-color:#75797e}.vcv-wpbackend-switcher-option{border:0;border-left:1px hsla(0,0%,100%,.1);border-radius:4px;border-style:solid;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:0;text-transform:none;transition:background-color .2s ease-in-out;vertical-align:top}.vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher-option:active,.vcv-wpbackend-switcher-option:focus,.vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher-option:visited{color:#fff;text-decoration:none}.vcv-wpbackend-switcher-option:hover{background-color:#203251}.vcv-wpbackend-switcher-option--vceditor{background:#2b4b80 url(assets/5dc947a98a9daf7d9d72.png) 50% 50% no-repeat;height:34px;width:180px}.composer-switch{margin-right:10px}.rtl .vcv-wpbackend-switcher--type-classic{margin-left:0;margin-right:10px}#postdivrich.vcv-hidden{max-height:1px;opacity:0;overflow:hidden;pointer-events:none;position:absolute}@media screen and (max-width:454px){.vcv-wpbackend-switcher{margin:15px 30px 0 0}.vcv-wpbackend-switcher--type-classic{margin:10px 0 0}}@font-face{font-family:vcattributes;font-style:normal;font-weight:400;src:url(assets/dd652b76b9171ae2919b.ttf?ktpehb) format("truetype"),url(assets/30963b57a8cc51898516.woff?ktpehb) format("woff"),url(assets/d9171b48d25b2e5817fa.svg?ktpehb#vcAttributes) format("svg")}.vcv-ui-icon-attribute{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:vcattributes!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.vcv-ui-icon-attribute-dashed-none-icon:before{content:"\e91d"}.vcv-ui-icon-attribute-background-position-center-bottom:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-center-bottom:after{color:#7b7b7b;content:"\e912";margin-left:-1em}.vcv-ui-icon-attribute-background-position-center-center:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-center-center:after{color:#7b7b7b;content:"\e914";margin-left:-1em}.vcv-ui-icon-attribute-background-position-center-top:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-center-top:after{color:#7b7b7b;content:"\e916";margin-left:-1em}.vcv-ui-icon-attribute-background-position-left-bottom:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-left-bottom:after{color:#7b7b7b;content:"\e918";margin-left:-1em}.vcv-ui-icon-attribute-background-position-left-center:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-left-center:after{color:#7b7b7b;content:"\e91a";margin-left:-1em}.vcv-ui-icon-attribute-background-position-left-top:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-left-top:after{color:#7b7b7b;content:"\e91c";margin-left:-1em}.vcv-ui-icon-attribute-background-position-right-bottom:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-right-bottom:after{color:#7b7b7b;content:"\e91e";margin-left:-1em}.vcv-ui-icon-attribute-background-position-right-center:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-right-center:after{color:#7b7b7b;content:"\e920";margin-left:-1em}.vcv-ui-icon-attribute-background-position-right-top:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-right-top:after{color:#7b7b7b;content:"\e922";margin-left:-1em}.vcv-ui-icon-attribute-vertical-alignment-full-height:before{content:"\e910"}.vcv-ui-icon-attribute-alignment-center:before{content:"\e908"}.vcv-ui-icon-attribute-alignment-left:before{content:"\e909"}.vcv-ui-icon-attribute-alignment-right:before{content:"\e90a"}.vcv-ui-icon-attribute-row-width-boxed:before{content:"\e90b"}.vcv-ui-icon-attribute-row-width-stretched:before{content:"\e90c"}.vcv-ui-icon-attribute-row-width-stretched-content:before{content:"\e90d"}.vcv-ui-icon-attribute-shape-round:before{content:"\e90e"}.vcv-ui-icon-attribute-shape-rounded:before{content:"\e90f"}.vcv-ui-icon-attribute-shape-square:before{content:"\e923"}.vcv-ui-icon-attribute-size-l:before{content:"\e924"}.vcv-ui-icon-attribute-size-m:before{content:"\e925"}.vcv-ui-icon-attribute-size-s:before{content:"\e926"}.vcv-ui-icon-attribute-size-xs:before{content:"\e927"}.vcv-ui-icon-attribute-vertical-alignment-bottom:before{content:"\e928"}.vcv-ui-icon-attribute-vertical-alignment-middle:before{content:"\e929"}.vcv-ui-icon-attribute-vertical-alignment-top:before{content:"\e92a"}.vcv-ui-icon-attribute-mirror-horizontally-left:before{color:#d0d0d0;content:"\e905"}.vcv-ui-icon-attribute-mirror-horizontally-left:after{color:#7b7b7b;content:"\e906";margin-left:-1em}.vcv-ui-icon-attribute-mirror-horizontally-right:before{color:#d0d0d0;content:"\e907"}.vcv-ui-icon-attribute-mirror-horizontally-right:after{color:#7b7b7b;content:"\e913";margin-left:-1em}.vcv-ui-icon-attribute-mirror-vertically-down:before{color:#d0d0d0;content:"\e915"}.vcv-ui-icon-attribute-mirror-vertically-down:after{color:#7b7b7b;content:"\e917";margin-left:-1em}.vcv-ui-icon-attribute-mirror-vertically-up:before{color:#d0d0d0;content:"\e919"}.vcv-ui-icon-attribute-mirror-vertically-up:after{color:#7b7b7b;content:"\e91b";margin-left:-1em}.vcv-ui-icon-attribute-sandwich-bold:before{content:"\e900"}.vcv-ui-icon-attribute-sandwich-regular:before{content:"\e901"}.vcv-ui-icon-attribute-sandwich-thin:before{content:"\e902"}.vcv-ui-icon-attribute-sandwich-right:before{content:"\e903"}.vcv-ui-icon-attribute-sandwich-left:before{content:"\e904"}.vcv-ui-icon-attribute-tablet-landscape:before{content:"\1f4bb"}.vcv-ui-icon-attribute-mobile-portrait:before{content:"\1f4f1"}.vcv-ui-icon-attribute-mobile-landscape:before{content:"\1f4f2"}.vcv-ui-icon-attribute-desktop:before{content:"\1f4fa"}.vcv-ui-icon-attribute-tablet-portrait:before{content:"\1f5b3"}.vcv-row-control-container{align-content:center;align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex:1 1 auto;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:10px 0;min-height:60px;opacity:0;transition:opacity .2s ease-in-out}.vce-row:hover .vcv-row-control-container:not(.vcv-row-control-container--add-disabled){opacity:1}.vcv-row-control-container-hide-labels .vcv-row-control-content>span{display:none}.vcv-row-control-container-show-labels .vcv-row-control-content>span{display:inline}.vcv-row-control{align-content:center;background:rgba(0,0,0,.15);border-radius:3px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;font-size:14px;justify-content:center;margin:5px;min-height:60px;min-width:60px;padding:16px;text-align:center;text-decoration:none;transition:background .2s ease-in-out}.vcv-row-control:active,.vcv-row-control:focus,.vcv-row-control:hover{background:rgba(0,0,0,.2);color:#fff;text-decoration:none}.vcv-row-control[disabled]{background:rgba(0,0,0,.15);color:#fff;cursor:not-allowed;opacity:.5}.vcv-row-control-content{line-height:16px;white-space:nowrap}.vcv-row-control-icon{display:inline-block;font-size:1em;height:1.25em;position:relative;vertical-align:middle;width:1.25em}.vcv-row-control-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-row-control-icon+span{font-family:Nunito Sans,sans-serif;margin-left:16px;vertical-align:middle}.vce-col.vce-element--has-background>.vce-col-content>.vcv-row-control-container,.vce-row.vce-element--has-background>.vce-row-content>.vce-col>.vce-col-content>.vcv-row-control-container{margin-bottom:35px;padding:0}.vce-col-content[data-vcv-centered-control=true],.vce-col[data-vcv-centered-control=true]{align-self:stretch;width:100%}.vce-col-inner[data-vcv-centered-control=true]{align-items:center;display:flex;justify-content:center}.vcv-blank-page-container{font-family:Nunito Sans,sans-serif;margin:30px auto;max-width:500px;padding:0 20px}.vcv-blank-page-heading-container{margin:0 0 25px;text-align:center}.vcv-blank-page-heading{display:inline-block;font-family:inherit;font-size:26px;line-height:1.2em;text-transform:capitalize}.vcv-blank-page-controls-container{margin:0 auto}.vcv-blank-page-controls-row{display:flex;flex-flow:row wrap;margin:0 -10px}.vcv-ui-element-control{background:#2b4b80;border:none;border-radius:3px;color:#fff;cursor:pointer;height:60px;margin:10px;overflow:visible;padding:10px;position:relative;text-decoration:none;transition:background .2s ease-in-out;vertical-align:middle;width:60px}.vcv-ui-element-control:hover{background:#6dab3c}.vcv-ui-element-control--row:hover{background:#4673bd}.vcv-ui-element-control--add:hover{background:#203251}.vcv-ui-element-control--template{flex-grow:1;transition:background .2s ease-in-out}.vcv-ui-element-control--template:hover{background:#fec53f}.vcv-ui-element-control--full-width{flex:0 1 100%}.vcv-ui-element-control .vcv-ui-icon{font-size:1.2em;height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.vcv-ui-element-control .vcv-ui-icon:before{font-size:23px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-element-control .vcv-ui-icon-template:before{font-size:30px}.vcv-ui-element-control-label{display:none;font-family:inherit}.vcv-ui-element-controls--lock-width{align-content:stretch;align-items:stretch;flex-flow:column wrap}.vcv-ui-element-controls--lock-width .vcv-ui-element-control{align-items:center;display:flex;flex-flow:row wrap;font-size:1.2em;justify-content:flex-start;padding:0 10px;text-align:left;width:auto}.vcv-ui-element-controls--lock-width .vcv-ui-element-control-content{align-items:center;display:flex}.vcv-ui-element-controls--lock-width .vcv-ui-element-control-label{display:inline-block;font-size:.8em;margin-left:16px}.vcv-ui-element-controls--lock-width .vcv-ui-icon{font-size:medium;left:auto;position:relative;top:auto;transform:none}.vcv-blank-page-description-container{display:block;font-family:Nunito Sans,sans-serif;font-size:14px;font-style:italic;line-height:1.4em;margin-top:20px;min-height:160px;opacity:0;transition:opacity .2s ease-in-out}.vcv-blank-page-description-container.vcv-blank-page-description-active{opacity:1}.vcv-ui-blank-row-container{align-items:center;display:flex;height:50vh;position:relative}.vcv-ui-blank-row-drag-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s;visibility:hidden;z-index:-1}.vcv-ui-blank-row-drag-overlay svg{bottom:0;left:0;margin:auto;opacity:.15;position:absolute;right:0;top:0}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-drag-overlay{opacity:1;visibility:visible;z-index:1}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-controls-container{opacity:0}.vcv-layouts-html{position:relative}.vcv-layouts-html .vcv-ui-blank-row-container{height:auto;min-height:0}.vcv-layouts-html .vcv-ui-blank-row{margin-top:20px}.vcv-ui-blank-row{align-items:center;border:1px dashed hsla(0,0%,72%,.8);display:flex;flex:1 0 auto;justify-content:center;position:relative}.vcv-ui-blank-row-controls-container{display:flex;flex-flow:row wrap;padding:10px 0;transition:opacity .2s}.vcv-ui-blank-row-element-control{align-items:center;border:none;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:10px 0;padding:0;width:100px}.vcv-ui-blank-row-element-control,.vcv-ui-blank-row-element-control:active,.vcv-ui-blank-row-element-control:focus,.vcv-ui-blank-row-element-control:hover{background:transparent;box-shadow:none}.vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.3}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon svg{vertical-align:top}.vcv-ui-blank-row-element-control--disabled{cursor:not-allowed}.vcv-ui-blank-row-element-control--disabled:hover .vcv-ui-blank-row-element-control-icon{opacity:.15}.vce-col-content .vcv-row-control-container .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon:hover{opacity:.3}.vcv-row-control-container .vcv-ui-blank-row-element-control{height:100%;left:0;margin:0;min-height:80px;position:absolute;top:0;width:100%}.vcv-row-control-container .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.15}.vcv-row-control-container.vcv-row-control-container-mobile-add{opacity:1}.vcv-row-control-container--add-disabled .vcv-ui-blank-row-element-control{cursor:default}.vcv-ui-blank-row-element-control-label{display:none;font-family:inherit}.vcv-is-hidden{visibility:hidden}.single-vcv_footers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_sidebars .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.35}.single-vcv_footers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_sidebars .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.8}.single-vcv_footers .vcv-ui-blank-row,.single-vcv_headers .vcv-ui-blank-row,.single-vcv_sidebars .vcv-ui-blank-row{border:0;margin-bottom:15px}.single-vcv_headers .vcv-ui-blank-row-container,.single-vcv_sidebars .vcv-ui-blank-row-container{bottom:0;left:0;position:absolute;right:0;transform:translateY(100%)}.single-vcv_footers .vcv-ui-blank-row-container{background:#292929}[data-vcv-element] [contenteditable]:focus{outline:none}[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] div,[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] p,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] div,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] p{display:inline;margin:0;padding:0}[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] br,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] br{display:none}.vcv-ui-content-editable-helper-loader{display:flex;min-height:60px;min-width:60px;padding:16px}.vcv-row-placeholder{border:1px dashed hsla(0,0%,72%,.8);margin-top:10px;opacity:1}.vce-column-resizer.vce-column-resizer--active,.vcv-state--show-resizer .vce-column-resizer{opacity:1;visibility:visible}.vce-column-resizer,.vce-column-resizer.vce-column-resizer--hidden{opacity:0;visibility:hidden}.vce-column-resizer{align-self:stretch;position:relative;width:0}.vce-column-resizer-handler{align-items:center;bottom:0;cursor:col-resize;display:flex;justify-content:center;position:absolute;right:0;top:0;z-index:999}.vce-column-resizer-handler:before{border-right:1px dashed hsla(0,0%,72%,.8);bottom:0;content:"";display:block;left:50%;position:absolute;top:0;transform:translateX(-50%)}.rtl.vce-column-resizer-handler,.rtl .vce-column-resizer-handler{left:0;right:auto}.vce-row--col-gap-0 .vce-column-resizer .vce-column-resizer-handler{transform:translate(50%);width:2px}.vce-column-resizer-label-container{height:29px;position:relative}.vce-column-resizer-label-container:before{background:#fff;border-radius:50%;box-shadow:0 5px #fff,0 -5px #fff;content:"";height:3px;position:absolute;transform:translate(-50%,13px);width:3px;z-index:99999}.vce-column-resizer-label-container.vce-column-resizer-label-container--active .vce-column-resizer-label{background:#203251;opacity:1;width:45px}.vce-column-resizer-label-container.vce-column-resizer-label-container--active .vce-column-resizer-label-percentage{opacity:1}.vce-column-resizer-label{align-items:center;background:#203251;background:rgba(0,0,0,.3);color:#fff;direction:ltr;display:flex;font-family:Nunito Sans,sans-serif;font-size:12px;font-weight:700;height:100%;justify-content:center;position:absolute;top:0;transition:width .2s ease-in-out,background .2s ease-in-out;user-select:none;width:7px;z-index:9999}.vce-column-resizer-label.vce-column-resizer-label-left{border-radius:7.5px 0 0 7.5px;right:0}.vce-column-resizer-label.vce-column-resizer-label-right{border-radius:0 7.5px 7.5px 0;left:0}.vce-column-resizer-label-percentage{line-height:0;opacity:0;transition:opacity .2s ease-in-out}.vce-column-wrap-blocker{flex-basis:0;height:0;opacity:0;width:100%}.vce-col--all-hide+.vce-column-resizer,.vce-col--all-last+.vce-column-resizer{display:none}@media (min-width:0) and (max-width:543px){.vce-col--xs-hide+.vce-column-resizer,.vce-col--xs-last+.vce-column-resizer{display:none}}@media (min-width:544px) and (max-width:767px){.vce-col--sm-hide+.vce-column-resizer,.vce-col--sm-last+.vce-column-resizer{display:none}}@media (min-width:768px) and (max-width:991px){.vce-col--md-hide+.vce-column-resizer,.vce-col--md-last+.vce-column-resizer{display:none}}@media (min-width:992px) and (max-width:1199px){.vce-col--lg-hide+.vce-column-resizer,.vce-col--lg-last+.vce-column-resizer{display:none}}@media (min-width:1200px){.vce-col--xl-hide+.vce-column-resizer,.vce-col--xl-last+.vce-column-resizer{display:none}}.vcv-blank-element{height:50px}[data-vcv-layout-zone]{min-height:40px;position:relative}[data-vcv-layout-zone].vcv-drag-helper-over-hfs{cursor:not-allowed}[data-vcv-layout-zone].vcv-drag-helper-over-hfs .vcv-zone-overlay{visibility:hidden;z-index:-1}[data-vcv-layout-zone] .vcv-zone-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:background .2s;z-index:100}[data-vcv-layout-zone] .vcv-zone-overlay:hover{background:hsla(0,0%,100%,.2)}[data-vcv-layout-zone] .vcv-zone-overlay:hover .vcv-zone-button-container .vcv-zone-button,[data-vcv-layout-zone] .vcv-zone-overlay:hover .vcv-zone-button-container a.vcv-zone-button{opacity:1}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button{background:#283aa4;border:0;border-radius:3px;bottom:15px;box-shadow:none;color:#fff;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:400;line-height:unset;margin:0 5px;opacity:0;padding:8px 20px;position:-webkit-sticky;position:sticky;text-decoration:none;top:15px;transition:opacity .2s,background .2s;z-index:100}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button:focus,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button:focus{border:0;box-shadow:none;outline:none;text-decoration:none}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button:hover,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button:hover{background-color:#ffae27;border:0;box-shadow:none;cursor:pointer;text-decoration:none}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button .vcv-ui-icon,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button .vcv-ui-icon{margin-right:14px}[data-vcv-layout-zone] .vcv-zone-empty{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:background .2s}[data-vcv-layout-zone] .vcv-zone-empty .vcv-zone-empty-text{bottom:15px;color:#9a9a9a;display:inline-block;font-family:Nunito Sans,sans-serif;font-size:.9em;font-style:italic;font-weight:400;padding:6px 0;position:-webkit-sticky;position:sticky;top:15px}[data-vcv-layout-zone] .vcv-zone-button-container{bottom:15px;display:flex;position:sticky;top:15px;z-index:100}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button{bottom:auto;position:relative;top:auto}[data-vcv-layout-zone=sidebar] .vcv-zone-overlay{flex-direction:column}[data-vcv-layout-zone=sidebar] .vcv-zone-button-container .vcv-zone-button,[data-vcv-layout-zone=sidebar] .vcv-zone-button-container a.vcv-zone-button{margin:5px 0}[data-vcv-layout-zone=sidebar] .vcv-zone-button-container{flex-direction:column}.vcv-migration-notice-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1150}.vcv-migration-notice,.vcv-migration-notice-container{align-items:center;background:#fff;display:flex;justify-content:center}.vcv-migration-notice{flex-direction:column;font:normal normal normal 12px Montserrat,sans-serif;padding:0 15%;text-align:center}.vcv-migration-title{color:#363636;font-size:2em;letter-spacing:1px;line-height:1.3;width:80%}.vcv-migration-description{font:normal normal 700 12px Nunito Sans,sans-serif;text-align:left}.vcv-migration-description,.vcv-migration-label{color:#717171;font-size:14px;letter-spacing:1px;line-height:24px;margin:0 0 1.5em}.vcv-migration-description.vcv-migration-description--emphasized{color:#a6a6a6;font-size:13px;font-style:italic;font-weight:400;line-height:1.6;margin:5px 0 2em}.vcv-migration-button{width:422px}.vcv-migration-label{cursor:pointer;display:inline-block;padding:0 0 0 25px;position:relative;user-select:none;vertical-align:-3px}.vcv-migration-label:after,.vcv-migration-label:before{content:"";position:absolute}.vcv-migration-label:before{height:16px;left:0;top:4px;transition:border .2s ease-in-out,background .2s ease-in-out;width:16px}.vcv-migration-label:after{border:2px solid #fff;border-left:0;border-top:0;height:10px;left:5px;top:5px;transform:rotate(45deg);transition:border-color .2s ease-in-out;width:6px}.vcv-migration-checkbox{height:16px;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:16px;z-index:-99}.vcv-migration-checkbox:not(:checked)+label:before{border:2px solid #d4d4d4}.vcv-migration-checkbox:checked+label:before{background:#21a1d1;border:2px solid #21a1d1}.vcv-migration-checkbox:not(:checked)+label:after{border-color:transparent}.vcv-migration-checkbox:checked+label:after{border-color:#fff}.vcv-migration-button{background:transparent;border:2px solid #d6d6d6;border-radius:0;color:#d6d6d6;cursor:pointer;display:inline-block;font:normal normal normal 12px Montserrat,sans-serif;letter-spacing:.077em;margin-bottom:20px;max-width:100%;padding:16px 34px;text-transform:uppercase;transition:color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out}.vcv-migration-button--start{background:#294a82;border-color:#294a82;color:#fff}.vcv-migration-button--start:hover{background:#1f3152;border-color:#1f3152}.vcv-migration-button--back:hover{border-color:#a0a0a0;color:#a0a0a0}.vcv-migration-notes{align-items:flex-start;display:flex;flex-direction:column}.vcv-migration-note{align-items:stretch;display:flex;flex:0 0 100%;justify-content:center;margin:0 0 .5em}.vcv-migration-note:last-of-type{margin:0 0 1.5em}.vcv-migration-note .vcv-ui-icon{font-size:17px;margin:3px 13px 0 0}.vcv-migration-note .vcv-ui-icon.vcv-ui-state--success{color:#6dab3c}.vcv-migration-note .vcv-ui-icon.vcv-ui-state--error{color:#f44}.vcv-migration-note .vcv-migration-description{margin:0}@media screen and (max-width:1024px){.vcv-migration-notice{padding:0 10%}.vcv-migration-title{font-size:2em;margin:.5em 0}.vcv-migration-description,.vcv-migration-label{font-size:13px;line-height:22px;margin:0 0 1.5em}.vcv-migration-description--emphasized{margin:0 0 2em}.vcv-migration-button{margin-bottom:15px}}@media screen and (max-width:768px){.vcv-migration-notice{left:0;padding:12% 3%;position:absolute;top:0;width:100%}.vcv-migration-title{font-size:2em;margin:.4em 0;width:100%}.vcv-migration-description,.vcv-migration-label{font-size:13px;line-height:20px;margin:0 0 1.3em}.vcv-migration-description--emphasized{font-size:12px}.vcv-migration-button{margin-bottom:13px}}.medium-toolbar-arrow-under:after{border-color:#2b4b80 transparent transparent;border-width:6px 6px 0;bottom:-6px;top:auto}.medium-toolbar-arrow-over:before{border-color:transparent transparent #2b4b80;border-width:0 6px 6px;top:-6px}.medium-editor-toolbar{background-color:#2b4b80;border:none;border-radius:4px;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);color:#fff;font-size:14px}.medium-editor-toolbar-actions{border-radius:inherit;overflow:hidden}.medium-editor-toolbar-actions .medium-editor-action{-webkit-appearance:none;background-color:#2b4b80;background-image:none;border:none;box-sizing:border-box;color:#fff;cursor:pointer;height:40px;margin:0;max-width:100%;padding:0;position:relative;text-align:center;text-decoration:none;touch-action:manipulation;transition:all .2s ease-in-out;user-select:none;white-space:normal;width:40px}.medium-editor-toolbar-actions .medium-editor-action>*{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active,.medium-editor-toolbar-actions .medium-editor-action:hover{background-color:#203251}.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active:hover{background-color:#2e4567}.medium-editor-toolbar-form a{background-color:#2b4b80;border:none;color:inherit;display:inline-block;height:40px;line-height:40px;margin:0;padding:0;text-align:center;vertical-align:middle;width:40px}.medium-editor-toolbar-form a:hover{background-color:#203251}.medium-editor-toolbar-input{background:transparent;color:inherit;height:40px}.medium-editor-toolbar-input:-moz-placeholder,.medium-editor-toolbar-input:-ms-input-placeholder,.medium-editor-toolbar-input::-moz-placeholder,.medium-editor-toolbar-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.8)}.medium-editor-action-bold>b{visibility:hidden}.medium-editor-action-bold:before{background-image:url(assets/a577b407139a9a7825d0.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;content:"";display:block;height:inherit;width:inherit}.medium-editor-action-italic>b{visibility:hidden}.medium-editor-action-italic:before{background-image:url(assets/f5016fbf74f37d10a06f.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;content:"";display:block;height:inherit;width:inherit}.medium-editor-action-underline>b{visibility:hidden}.medium-editor-action-underline:before{background-image:url(assets/a229bcf3162398af0d1e.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;content:"";display:block;height:inherit;width:inherit}body:not(.vcv-wb-editor)[vcv-tinymce-active]{padding-left:1px;padding-right:1px}body:not(.vcv-wb-editor) .mce-content-body{line-height:unset}body:not(.vcv-wb-editor) .mce-floatpanel{box-shadow:none}body:not(.vcv-wb-editor) div.mce-panel.mce-tinymce-inline{background:transparent;border:none!important}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item{background:#203251;border:none;border-radius:5px}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn-group:not(:first-child){border-left-color:hsla(0,0%,100%,.1);margin-left:0}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-flow-layout-item.mce-first .mce-btn.mce-first{border-bottom-left-radius:5px;border-top-left-radius:5px}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-flow-layout-item.mce-last{margin:0}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-flow-layout-item.mce-last .mce-btn.mce-last{border-bottom-right-radius:5px;border-top-right-radius:5px}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group{padding:0}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-ico{color:#fff;transition:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn-group .mce-btn{background:transparent;border:none;cursor:pointer;margin:0;padding:5px 6px;text-shadow:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn.mce-active,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn:active,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn:focus,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn:hover,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .qt-dfw.active,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .qt-dfw:focus,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .qt-dfw:hover{background-color:#16243f;border-color:transparent;box-shadow:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn:hover .mce-caret,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-caret{border-top-color:#fff}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn button,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-menubtn button{background:transparent;color:#fff;letter-spacing:normal;text-transform:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn button:not(:hover),body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-menubtn button:not(:hover){background:transparent}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-container-body.mce-stack-layout>.mce-toolbar:not(:first-child){border-top:1px solid hsla(0,0%,100%,.1)}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-ico.mce-i-vcv-ui-icon-edit{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:VC-Icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-ico.mce-i-vcv-ui-icon-edit:before{content:"\270e"}body:not(.vcv-wb-editor) .mce-tinymce-inline .mce-container-body.mce-abs-layout{overflow:visible}.vcv-ui-form-group--permalink{margin-top:-10px}.vcv-permalink-container{-webkit-font-smoothing:antialiased;align-items:baseline;display:flex;font-size:13px;font-weight:700;line-height:25px;text-align:left;width:100%}.vcv-permalink-text{color:#a2a2a2}.vcv-permalink-link{color:#a2a2a2;display:flex;flex-wrap:wrap}.vcv-permalink-editable{border-radius:12px;cursor:text;outline:none;padding:0;transition:box-shadow .2s,padding .2s,color .2s,margin .2s;word-break:break-all}.vcv-permalink-editable:focus,.vcv-permalink-editable:hover{outline:none}.vcv-permalink-container--editable .vcv-permalink-link{color:#586dc6}.vcv-permalink-container--editable .vcv-permalink-editable:focus,.vcv-permalink-container--editable .vcv-permalink-editable:hover,.vcv-permalink-container--editable .vcv-permalink-link:hover .vcv-permalink-editable{box-shadow:0 0 0 2px #d1d1d1;color:#a2a2a2;margin:0 3px;padding:0 9px}.vcv-is-no-selection{user-select:none}.vcv-is-invisible{visibility:hidden}vcvhelper{display:block}.vcvhelper,vcvhelper{border:none}.vcv-is-disabled-outline:focus,.vcv-is-disabled-outline [tabindex]:focus,.vcv-is-disabled-outline a:focus,.vcv-is-disabled-outline area:focus,.vcv-is-disabled-outline button:focus,.vcv-is-disabled-outline input:focus,.vcv-is-disabled-outline label:focus,.vcv-is-disabled-outline select:focus,.vcv-is-disabled-outline summary:focus,.vcv-is-disabled-outline textarea:focus{outline:none}[data-vcv-transition-disabled=true]{transition:none!important}#vc_v-editor .navbar-fixed-top{top:32px}
public/dist/hub.bundle.css.gz CHANGED
Binary file
public/dist/hub.bundle.js CHANGED
@@ -1 +1 @@
1
- (self.vcvWebpackJsonp4x=self.vcvWebpackJsonp4x||[]).push([["hub","mustLibs"],{"./public/components/api/innerAPI.js":function(e,t,a){"use strict";var i=a("./node_modules/@babel/runtime/helpers/esm/typeof.js"),n=a("./node_modules/react/index.js"),s=a("./node_modules/vc-cake/index.js"),r=a("./node_modules/event-emitter/index.js"),l=function(){};a.n(r)()(l.prototype);var o=new l,c={},u={};t.default={pick:function(e,t,a){var i=e.split(":"),r="";return i.forEach((function(e){r=r?"".concat(r,":").concat(e):e,c[r]&&(t=c[r].call(t,a))})),n.isValidElement(t)?t:((0,s.env)("debug")&&console.warn("Not a react element",e),null)},mount:function(e,t){"function"==typeof t?c[e]=t:(0,s.env)("debug")&&console.warn("Not a correct callback",e)},applyFilter:function(e,t,a){var n=this;return u[e]&&u[e].length&&u[e].forEach((function(e){var r=e.call(n,Object.assign({},t),a);Array.isArray(t)&&!Array.isArray(r)||Array.isArray(r)&&!Array.isArray(t)||(0,i.default)(t)!==(0,i.default)(r)?(0,s.env)("debug")&&console.warn("Returned value must be ".concat((0,i.default)(t)),r):t=r})),t},addFilter:function(e,t){u[e]||(u[e]=[]),u[e].push(t)},dispatch:function(e,t){o.emit.apply(o,["vcv:inner:api:".concat(e)].concat(t))},subscribe:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]&&arguments[2];a?o.once("vcv:inner:api:".concat(e),t):o.on("vcv:inner:api:".concat(e),t)},unsubscribe:function(e,t){o.off("vcv:inner:api:"+e,t)}}},"./public/components/api/publicAPI.js":function(e,t,a){"use strict";var i=a("./node_modules/event-emitter/index.js"),n=function(){};a.n(i)()(n.prototype);var s=new n;t.default={on:function(e,t){s.on("vcv:api:"+e,t)},once:function(e,t){s.once("vcv:api:"+e,t)},off:function(e,t){s.off("vcv:api:"+e,t)},trigger:function(e){var t=Array.prototype.slice.call(arguments,1);s.emit.apply(s,["vcv:api:".concat(e)].concat(t))},ready:function(e){this.once("ready",e)}}},"./public/components/dnd/domElement.js":function(e,t,a){"use strict";a.d(t,{default:function(){return l}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/lodash/lodash.js"),r=a.n(s),l=function(){function e(t,a,n){(0,i.default)(this,e),n=r().defaults(n,{containerFor:null,childFor:null,parent:null,handler:null,datasetKey:"vcvDndDomElement"}),Object.defineProperties(this,{node:{configurable:!1,enumerable:!1,value:a,writable:!1},$node:{configurable:!1,enumerable:!1,value:window.jQuery(a),writable:!1},id:{configurable:!1,enumerable:!1,value:t,writable:!1},options:{configurable:!1,enumerable:!1,value:n,writable:!1},isEmptyAsContainer:{enumerable:!1,get:function(){return 0===this.$node.find("[data-vcv-dnd-element]").length}}}),this.setAttributes()}return(0,n.default)(e,[{key:"setAttributes",value:function(){var e=this.options.handler;"string"==typeof e&&(e=this.$node.find(this.options.handler).get(0)),e&&e.ELEMENT_NODE&&(void 0!==this.handler?Object.defineProperty(this,"handler",{configurable:!0,enumerable:!1,value:e,writable:!0}):this.handler=e),this.node.setAttribute("data-vcv-dnd-element",this.id),this.handler?(this.handler.setAttribute("data-vcv-dnd-element-handler",this.id),this.handler.dataset[this.options.datasetKey]=this.node.className):this.options.handler||this.node.setAttribute("data-vcv-dnd-element-handler",this.id)}},{key:"refresh",value:function(){return this.setAttributes(),this}},{key:"parent",value:function(){return this.options.parent}},{key:"isChild",value:function(e){return this.relatedTo(e.containerFor())}},{key:"relatedTo",value:function(e){if(!this.options.relatedTo||!e)return!1;var t=!1;return Array.isArray(this.options.relatedTo)?this.options.relatedTo.find((function(a){return t=Array.isArray(e)?e.indexOf(a)>-1:e===a})):e===this.options.relatedTo&&(t=!0),t}},{key:"containerFor",value:function(){return this.options.containerFor}},{key:"equals",value:function(e){return this.id===e.id}},{key:"isNearBoundaries",value:function(e,t){var a=this.node.getBoundingClientRect();return e.y-a.top<t||a.bottom-e.y<t||e.x-a.left<t||a.right-e.x<t}},{key:"on",value:function(e,t,a){var i=this.dragHandler;return i&&i.addEventListener(e,t,!!a),this}},{key:"off",value:function(e,t,a){var i=this.dragHandler;return i&&i.removeEventListener(e,t,!!a),this}},{key:"dragHandler",get:function(){return this.options.handler?this.handler:this.node}},{key:"tag",get:function(){return this.options.tag}}]),e}()},"./public/components/dnd/helper.js":function(e,t,a){"use strict";a.d(t,{default:function(){return c}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/lodash/lodash.js"),r=a.n(s),l=a("./node_modules/vc-cake/index.js"),o=(0,l.getStorage)("workspace"),c=function(){function e(t,a){(0,i.default)(this,e),Object.defineProperty(this,"element",{enumerable:!1,configurable:!1,writable:!1,value:t}),Object.defineProperty(this,"options",{enumerable:!1,configurable:!1,writable:!1,value:r().defaults(a,{container:document.body,wrapper:null})}),Object.defineProperty(this,"control",{enumerable:!1,configurable:!1,writable:!0,value:this.draw()}),this.hide()}return(0,n.default)(e,[{key:"draw",value:function(){var e=this.options.container.querySelector("#vcv-ui-drag-helper-wrapper");e&&this.options.container.removeChild(e);var t=document.createElement("div");t.classList.add("vcv-ui-drag-helper-wrapper"),t.id="vcv-ui-drag-helper-wrapper";var a=document.createElement("div");a.classList.add("vcv-drag-helper"),a.classList.add("vcv-drag-helper-"+this.element.tag),this.element.containerFor()&&this.element.containerFor().length&&a.classList.add("vcv-drag-helper-container"),t.appendChild(a),this.options.container.appendChild(t);var i=this.element.options.iconLink;i&&(a.innerHTML='<img src="'+i+'" class="vcv-ui-dnd-helper-icon" alt="" title=""/>');var n=a.getBoundingClientRect();return a.style.marginTop=-n.height/2+"px",a.style.marginLeft=-n.width/2+"px",a.style.top="-100%",a.style.left="-100%",a}},{key:"setPosition",value:function(e){this.control.style.top=e.top?"".concat(e.y-e.top,"px"):"".concat(e.y,"px"),this.control.style.left=e.left?"".concat(e.x-e.left,"px"):"".concat(e.x,"px")}},{key:"hide",value:function(){this.control.style.display="none"}},{key:"show",value:function(){var e=this,t=o.state("drag").get();t&&t.active&&t.addPanel?this.control.style.display="flex":window.setTimeout((function(){e&&e.control&&(e.control.style.display="flex")}),50)}},{key:"remove",value:function(){var e=this.control;this.control=null;var t=e.parentNode;t.classList.contains("vcv-ui-drag-helper-wrapper")?t.parentNode&&t.parentNode.removeChild(t):t.removeChild(e)}}]),e}()},"./public/components/layoutHelpers/tinymce/fontFamily/getUsedFonts.js":function(e,t,a){"use strict";function i(e,t){var a="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!a){if(Array.isArray(e)||(a=function(e,t){if(!e)return;if("string"==typeof e)return n(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);"Object"===a&&e.constructor&&(a=e.constructor.name);if("Map"===a||"Set"===a)return Array.from(e);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return n(e,t)}(e))||t&&e&&"number"==typeof e.length){a&&(e=a);var i=0,s=function(){};return{s:s,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:s}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,l=!0,o=!1;return{s:function(){a=a.call(e)},n:function(){var e=a.next();return l=e.done,e},e:function(e){o=!0,r=e},f:function(){try{l||null==a.return||a.return()}finally{if(o)throw r}}}}function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,i=new Array(t);a<t;a++)i[a]=e[a];return i}var s=a("./public/sources/attributes/googleFonts/lib/google-fonts-set.json").families,r=function(e,t,a){var i=s[a].variants;if(i&&1===i.length&&"regular"===i[0])return"all";var n="";return n="normal"===e&&"400"===t?"regular":"italic"===e&&"400"===t?"italic":"italic"===e?"".concat(t).concat(e):t,i.indexOf(n)>-1?n:"all"};t.default=function(e){var t,a={},n=i(e.querySelectorAll("*"));try{for(n.s();!(t=n.n()).done;){var l=t.value,o=window.getComputedStyle(l),c=o.fontFamily;c=c.replace(/^\s*['"]([^'"]*)['"]\s*$/,"$1").trim();var u=s.map((function(e){return e.family.toLowerCase()})).indexOf(c.toLowerCase());if(u>-1){var d=o.fontStyle,v=o.fontWeight,m=r(d,v,u);Object.prototype.hasOwnProperty.call(a,c)?a[c].variants.indexOf("all")<0&&a[c].variants.indexOf(m)<0&&a[c].variants.push(m):a[c]={variants:[m],subsets:s[u].subsets}}}}catch(f){n.e(f)}finally{n.f()}return Object.keys(a).forEach((function(e){a[e].variants.indexOf("all")>-1&&delete a[e].variants})),a}},"./public/components/layoutHelpers/tinymce/fontFamily/tinymceFontsSelect.jquery.js":function(e,t){"use strict";t.default=function(e){var t=e.jQuery;if(!e.vcvTinymcePluginInitialized){e.vcvTinymcePluginInitialized=!0;var a=function(e){e?e.closest(".vcv-ui-tinymce-fonts-selectbox").removeClass("mce-active"):t(".vcv-ui-tinymce-fonts-selectbox").removeClass("mce-active"),document.body.removeEventListener("click",i)},i=function(e){e&&e.preventDefault();var i=t(e.target),n=i.closest(".vcv-ui-tinymce-fonts-selectbox-options")||i.closest(".vcv-ui-tinymce-fonts-selectbox");n&&n.length||a()};t("body").on("click.vcvuitinymcefontsselectbox.data-api touchstart.vcvuitinymcefontsselectbox.data-api",".vcv-ui-tinymce-fonts-selectbox [data-toggle=vcv-ui-tinymce-fonts-selectbox]",(function(e){e&&e.preventDefault();var n=t(this);if(n.is(".disabled, :disabled"))return!1;var s=n.closest(".vcv-ui-tinymce-fonts-selectbox"),r=s.hasClass("mce-active");if(a(n),!r){s.toggleClass("mce-active");var l=s.find(".vcv-ui-tinymce-fonts-selectbox-font-family").val();if(l){var o=JSON.parse(l);s.find('[role=option] > li > [data-option*="'+(o.value||o.family)+'"]').focus()}var c=s.closest(".vcv-ui-tree-content");if(c.length){var u=s.offset().left,d=c.offset().left,v=c.width(),m=s.find(".vcv-ui-tinymce-fonts-selectbox-options"),f=m.width();u+f>d+v?m.css("left",d+v-(u+f)-10+"px"):m.css("left",0)}}return r?document.body.removeEventListener("click",i):document.body.addEventListener("click",i),!1})).on("click.vcvuitinymcefontsselectbox.data-api",".vcv-ui-tinymce-fonts-selectbox [role=option] > li > a",(function(e){var i=t(this);if(e.preventDefault(),e.stopPropagation(),i.is(".disabled, :disabled"))return!1;var n=i.closest(".vcv-ui-tinymce-fonts-selectbox"),s=n.find(".vcv-ui-tinymce-fonts-selectbox-label"),r=n.find(".vcv-ui-tinymce-fonts-selectbox-font-family");s.html(i.html()),r.removeData(),r.val(JSON.stringify(i.data("option"))),t.each(i.data(),(function(e,t){r.data(e,t)})),r.trigger("change"),a(i)})).on("propertychange.vcvuitinymcefontsselectbox.data-api change.vcvuitinymcefontsselectbox.data-api input.vcvuitinymcefontsselectbox.data-api paste.vcvuitinymcefontsselectbox.data-api",".vcv-ui-tinymce-fonts-selectbox-filter",(function(){var e=t(this),a=e.closest(".vcv-ui-tinymce-fonts-selectbox"),i=t("[role=option] li",a);i.hide(),i.filter((function(){return-1!==t(this).text().toUpperCase().indexOf(e.val().toUpperCase())})).show()}))}}},"./public/components/layoutHelpers/tinymce/tinymceVcvHtmleditorPlugin.js":function(e,t,a){"use strict";a.d(t,{default:function(){return b}});var i=function(e){e.addCommand("mceApplyTextFont",(function(t){!function(e,t){e.undoManager.transact((function(){e.focus(),e.formatter.apply("fontname",{value:t}),e.nodeChanged()}))}(e,t)})),e.addCommand("mceRemoveTextFont",(function(t){!function(e,t){e.undoManager.transact((function(){e.focus(),e.formatter.remove("fontname",{value:t},null,!0),e.nodeChanged()}))}(e,t)}))},n=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),s=a("./node_modules/webfontloader/webfontloader.js"),r=a.n(s);function l(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,i)}return a}function o(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?l(Object(a),!0).forEach((function(t){(0,n.default)(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):l(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var c=function(e,t){var a=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],i=document.querySelector("#vcv-editor-iframe"),n=i&&i.contentWindow,s={};n&&(s.context=n),r().load(o({google:{families:["".concat(t)]}},s)),a&&(s={},e.getWin()&&(s.context=e.getWin()),r().load(o({google:{families:["".concat(t)]}},s)))},u=a("./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js"),d=a("./public/sources/attributes/googleFonts/lib/google-fonts-set.json").families,v=function(){return[{family:"Default Font",value:"inherit",defaultFont:!0}].concat([{family:"Andale Mono",value:"andale mono,monospace",defaultFont:!0},{family:"Arial",value:"arial,helvetica,sans-serif",defaultFont:!0},{family:"Arial Black",value:"arial black,sans-serif",defaultFont:!0},{family:"Book Antiqua",value:"book antiqua,palatino,serif",defaultFont:!0},{family:"Comic Sans MS",value:"comic sans ms,sans-serif",defaultFont:!0},{family:"Courier New",value:"courier new,courier,monospace",defaultFont:!0},{family:"Georgia",value:"georgia,palatino,serif",defaultFont:!0},{family:"Helvetica",value:"helvetica,arial,sans-serif",defaultFont:!0},{family:"Impact",value:"impact,sans-serif",defaultFont:!0},{family:"Symbol",value:"symbol",defaultFont:!0},{family:"Tahoma",value:"tahoma,arial,helvetica,sans-serif",defaultFont:!0},{family:"Terminal",value:"terminal,monaco,monospace",defaultFont:!0},{family:"Times New Roman",value:"times new roman,times,serif",defaultFont:!0},{family:"Trebuchet MS",value:"trebuchet ms,geneva,sans-serif",defaultFont:!0},{family:"Verdana",value:"verdana,geneva,sans-serif",defaultFont:!0},{family:"Webdings",value:"webdings",defaultFont:!0},{family:"Wingdings",value:"wingdings,zapf dingbats",defaultFont:!0}],(0,u.default)(d))},m=function(e,t){var a=t.jQuery,i=function(e){var t;return e.dom.getParents(e.selection.getStart(),(function(e){var a=e.style["font-family"];a&&(t=t?t.replace(/"/g,""):a.replace(/"/g,""))})),t};e.addButton("VcvFontsSelect",{type:"VcvFontsSelect",tooltip:"Font family",onPostRender:function(e){return function(t){var n=t.control,s=a(n.$el);var r=s.find(".vcv-ui-tinymce-fonts-selectbox-font-family"),l=n.$el.find(".vcv-ui-tinymce-fonts-selectbox-label"),o=v();e.on("init nodeChange",(function(t){var a,c=i(e),u=!!c&&o.find((function(e){return e.value?e.value.replace(/\s/g,"")===c.replace(/\s/g,""):e.family.replace(/\s/g,"")===c.replace(/\s/g,"")}));u?(n.state.set("value",u),l.html(c?u?u.family:c:"Default Font"),r.val(JSON.stringify(u))):(l.html(c||"Default Font"),r.val(c||""),n.state.set("value","")),(a=s).is(".vcv-ui-tinymce-fonts-selectbox")?a.removeClass("mce-active"):a.closest(".vcv-ui-tinymce-fonts-selectbox").removeClass("mce-active")})),r.on("change",(function(){if(n.state.set("value",this.value),this.value){var t=JSON.parse(this.value);n.state.set("value",t),e.execCommand("mceApplyTextFont",t.value||t.family),t.defaultFont||c(e,t.family)}else e.execCommand("mceRemoveTextFont",i(e))}))}}(e)})},f=function(e,t){var a={100:"Thin",200:"Extra Light",300:"Light",400:"Normal",500:"Medium",600:"Semi Bold",700:"Bold",800:"Extra Bold",900:"Black"},i=function(e){var t=e.match(/\d+/g),a=e.match(/[a-z]+$/i);return{weight:t?t[0]:"400",style:a&&"italic"===a[0]?"italic":"regular"}},n=function(e){var t=i(e),n=a[t.weight],s="italic"===t.style?" Italic":" Regular";return"".concat(n," (").concat(t.weight,")")+s},s=function(e,t){var a=e;if(!a){var s=t.controlManager,r=s&&s.buttons&&s.buttons.VcvFontsSelect&&s.buttons.VcvFontsSelect.state;a=r&&r.data&&r.data.value}var l=[];return a&&!a.defaultFont?a.variants.forEach((function(e){var t=i(e);l.push({text:n(e),value:JSON.stringify(t),textStyle:"font-weight:".concat(t.weight)})})):l=[{text:"Normal (400) Regular",value:JSON.stringify({weight:"400",style:"regular"}),textStyle:"font-weight:normal"},{text:"Bold (700) Regular",value:JSON.stringify({weight:"700",style:"regular"}),textStyle:"font-weight:bold"}],l},r=s(null,e);e.addButton("fontWeight",{type:"listbox",text:"Font Weight",tooltip:"Font Weight",icon:!1,fixedWidth:!0,onselect:function(t){var a=t.control.settings.value;if(a){var i=JSON.parse(a);e.formatter.toggle("fontweight",{value:i.weight}),e.formatter.toggle("fontstyle",{value:"regular"===i.style?"normal":i.style});var n=e.controlManager;n&&n.buttons&&n.buttons.fontWeight&&n.buttons.fontWeight.classes.remove("active"),e.nodeChanged(),e.fire("change")}},values:r,onPostRender:function(e,a,i){return function(){this.state.set("value",null),e.on("init nodeChange",(function(a){var i=s(null,e),n=function(){var a=function(e){var t=e.selection.getRng&&e.selection.getRng(),a=t&&t.startContainer;return a?3===a.nodeType?a.parentNode:a:null}(e);if(a){var i=t.getComputedStyle(a);return{weight:i.fontWeight,style:i.fontStyle}}return""}(),r=function(e,t){var a="normal"===e.style?"regular":e.style,i={};return t.forEach((function(t){var n=JSON.parse(t.value);n&&n.style===a&&n.weight===e.weight&&(i.value=t.value,i.text=t.text)})),i}(n,i);!function(e,t,a,i,n){var s=t.controlManager,r=s&&s.buttons&&s.buttons.fontWeight&&s.buttons.fontWeight;r&&(r._values=a,i&&(r.state.set("value",i),r.state.set("text",n)),r.state.set("menu",a))}(0,e,i,r.value,r.text)}))}}(e)})},p=function(e,t){var a="8pt 10pt 12pt 14pt 16pt 18pt 24pt 36pt 42pt 48pt 56pt 64pt 80pt 96pt".split(" ").map((function(e){var t=e,a=e,i=e.split("=");return i.length>1&&(t=i[0],a=i[1]),{text:t,value:a}}));e.addButton("fontSizeSelectAdvanced",{type:"listbox",text:"Font Sizes",tooltip:"Font Sizes",fixedWidth:!0,values:a,onPostRender:function(e,t){var a=function(e,t){return/[0-9.]+px$/.test(e)?function(e,t){var a=Math.pow(10,t);return Math.round(e*a)/a}(72*parseInt(e,10)/96,t||0)+"pt":e},i=function(e,t,a){var i;return e.forEach((function(e){e.value===a?i=a:e.value===t&&(i=t)})),i};return function(){var n=this;e.on("init nodeChange",(function(s){var r,l,o,c=e.queryCommandValue("FontSize");if(c)for(l=3;!o&&l>=0;l--)r=a(c,l),o=i(t,r,c);n.value(o||null),o||n.text(r)}))}}(e,a),onselect:function(t){var a=t.control.settings.value;a&&e.execCommand("FontSize",!1,a)}})},g=function(e,t){var a=[];"Default 0.5 0.75 1 1.25 1.5 1.75 2 2.25 2.5 3".split(" ").forEach((function(e){var t=e,i="Default"===e?"inherit":e,n=e.split("=");n.length>1&&(t=n[0],i=n[1]),a.push({text:t,value:i})})),e.addButton("lineHeight",{type:"listbox",text:"Line Height",tooltip:"Line Height",fixedWidth:!0,values:a,onPostRender:function(e,t){return function(){var a=this;e.on("nodeChange",(function(i){var n=e.formatter,s=null;i.parents.forEach((function(e){if(t.forEach((function(t){if(n.matchNode(e,"lineheight",{value:t.value})&&(s=t.value),s)return!1})),s)return!1})),a.value(s)}))}}(e,a),onselect:function(t){var a=t.control.settings.value;a&&(e.formatter.apply("lineheight",{value:a}),e.fire("change"))}})},h=function(e,t){var a="Default 1px 2px 3px 4px 5px 6px 7px 8px 9px 10px 15px 25px 30px 35px".split(" ").map((function(e){var t=e,a="Default"===e?"inherit":e,i=e.split("=");return i.length>1&&(t=i[0],a=i[1]),{text:t,value:a}}));e.addButton("letterSpacing",{type:"listbox",text:"Letter Spacing",tooltip:"Letter Spacing",fixedWidth:!0,values:a,onPostRender:function(e,t){return function(){var a=this;e.on("nodeChange",(function(i){var n="letterspacing",s=e.formatter,r=null;i.parents.forEach((function(e){if(t.forEach((function(t){if(s.matchNode(e,n,{value:t.value})&&(r=t.value),r)return!1})),r)return!1})),a.value(r)}))}}(e,a),onselect:function(t){var a=t.control.settings.value;a&&(e.formatter.apply("letterspacing",{value:a}),e.fire("change"))}})},y=function(e){return e.ui.Widget.extend({renderHtml:function(){var e,t,a=this._id;return'<div id="'.concat(a,'" tabindex="-1" class="').concat(this.classes,' vcv-ui-tinymce-fonts-selectbox mce-widget mce-menubtn mce-btn-has-text mce-fixed-width mce-btn mce-listbox" aria-labelledby="').concat(a,'" role="button" aria-label="Font family" aria-haspopup="true">\n <input type="hidden" value="" class="vcv-ui-tinymce-fonts-selectbox-font-family" />\n <button class="vcv-ui-tinymce-fonts-selectbox-toggle" role="presentation" tabindex="-1" data-toggle="vcv-ui-tinymce-fonts-selectbox">\n <span class="vcv-ui-tinymce-fonts-selectbox-label mce-txt">Default Font</span><i class="mce-caret"></i>\n </button>\n <div class="vcv-ui-tinymce-fonts-selectbox-options">\n <div class="vcv-ui-tinymce-fonts-selectbox-input-box">\n <input type="text" class="vcv-ui-tinymce-fonts-selectbox-filter">\n </div>\n <div role="listbox">\n <ul role="option">').concat((e=[],t=22,v().forEach((function(a,i){var n="";"Default Font"!==a.family?(n="background-position: 10px ".concat(t-22,"px;"),t-=22):n="background: none;text-indent: 0;",e.push('<li><a tabindex="-1" href="javascript:;" style="'.concat(n,"\" data-option='").concat(JSON.stringify(a),"'>").concat(a.family,"</a></li>"))})),e.join("")),"</ul>\n </div>\n </div>\n </div>")}})},b=function(e,t){var a=e.util.Tools.resolve("tinymce.PluginManager");a.vcvhtmleditor||(a.vcvhtmleditor=!0,a.add("vcvhtmleditor",(function(a){var n=y(e);e.ui.VcvFontsSelect=n,e.util.Tools.resolve("tinymce.ui.Factory").add("VcvFontsSelect",n),i(a),m(a,t),f(a,t),p(a,t),g(a,t),h(a,t),a.on("init",(function(){a.formatter.register("fontweight",{inline:"span",toggle:!1,styles:{fontWeight:"%value"},clear_child_styles:!0}),a.formatter.register("fontstyle",{inline:"span",toggle:!1,styles:{fontStyle:"%value"},clear_child_styles:!0}),a.formatter.register("lineheight",{selector:"figure,p,h1,h2,h3,h4,h5,h6,td,th,tr,div,ul,ol,li",toggle:!1,styles:{lineHeight:"%value"},clear_child_styles:!0}),a.formatter.register("letterspacing",{selector:"span,figure,p,h1,h2,h3,h4,h5,h6,td,th,tr,div,ul,ol,li",toggle:!1,styles:{letterSpacing:"%value"},clear_child_styles:!0})}))})))}},"./public/components/navigationSlider/navigationSlider.js":function(e,t,a){"use strict";a.d(t,{default:function(){return w}});var i=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),n=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),s=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),r=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),l=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),o=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),c=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),u=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),d=a("./node_modules/react/index.js"),v=a("./node_modules/prop-types/index.js"),m=a.n(v),f=a("./node_modules/classnames/index.js"),p=a.n(f),g=window.performance&&window.performance.now?window.performance.now.bind(window.performance):Date.now;function h(e,t){this.scrollLeft=e,this.scrollTop=t}function y(e){var t,a=(g()-e.startTime)/468,i=(t=a=a>1?1:a,.5*(1-Math.cos(Math.PI*t))),n=e.startX+(e.x-e.startX)*i,s=e.startY+(e.y-e.startY)*i;e.method.call(e.scrollable,n,s),n===e.x&&s===e.y||window.requestAnimationFrame(y.bind(window,e))}function b(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,i=g(),n=e,s=e.scrollLeft,r=e.scrollTop,l=h;y({scrollable:n,method:l,startTime:i,startX:s,startY:r,x:t,y:a})}function C(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,c.default)(e);if(t){var n=(0,c.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,o.default)(this,a)}}var w=function(e){(0,l.default)(a,e);var t=C(a);function a(e){var i;return(0,n.default)(this,a),(i=t.call(this,e)).state={showControls:!1,scrolledToLeft:!0,scrolledToRight:!1},i.navigationContainerRef=d.createRef(),i.navigationSliderRef=d.createRef(),i.navigationControlsRef=d.createRef(),i.handleResize=i.handleResize.bind((0,r.default)(i)),i.getDropdownItems=i.getDropdownItems.bind((0,r.default)(i)),i.handleSliderScroll=i.handleSliderScroll.bind((0,r.default)(i)),i.handleItemMouseEnter=i.handleItemMouseEnter.bind((0,r.default)(i)),i.resizeObserver=new window.ResizeObserver(i.handleResize),i}return(0,s.default)(a,[{key:"componentDidMount",value:function(){this.resizeObserver.observe(this.navigationContainerRef.current),this.navigationSliderRef.current.addEventListener("scroll",this.handleSliderScroll),this.navigationSliderRef.current.addEventListener("wheel",this.handleHorizontalScroll);var e=this.navigationSliderRef.current&&this.navigationSliderRef.current.childNodes,t=0;e.forEach((function(e){t+=e.getBoundingClientRect().width})),this.setState({itemTotalWidth:t},this.handleResize)}},{key:"componentWillUnmount",value:function(){this.resizeObserver.unobserve(this.navigationContainerRef.current),this.navigationSliderRef.current.removeEventListener("scroll",this.handleSliderScroll),this.navigationSliderRef.current.removeEventListener("wheel",this.handleHorizontalScroll)}},{key:"componentDidUpdate",value:function(e,t){if(t.showControls!==this.state.showControls||e.activeSection!==this.props.activeSection){var a=this.navigationContainerRef.current?this.navigationContainerRef.current.querySelector(".vcv-ui-navigation-slider-item--active"):null;a&&this.navigationScrollHandler(a)}}},{key:"handleHorizontalScroll",value:function(e){0!==e.deltaY&&(e.preventDefault(),this.scrollLeft+=e.deltaY)}},{key:"handleSliderScroll",value:function(){var e=this.navigationSliderRef.current.getBoundingClientRect(),t=this.navigationSliderRef.current.firstChild.getBoundingClientRect(),a=this.navigationSliderRef.current.lastChild.getBoundingClientRect();this.setState({scrolledToLeft:t.left>=e.left,scrolledToRight:a.left+a.width<=e.left+e.width})}},{key:"handleResize",value:function(){var e=this.navigationContainerRef.current.getBoundingClientRect().width<=this.state.itemTotalWidth;this.setState({showControls:e}),this.handleSliderScroll()}},{key:"handleClick",value:function(e,t){var a=e.type,i=e.index,n=e.activeSubControl;this.props.setActiveSection(a,i,n);var s=t&&t.target&&t.target.closest(".vcv-ui-navigation-slider-item");this.navigationScrollHandler(s)}},{key:"navigationScrollHandler",value:function(e){if(e){var t=e.getBoundingClientRect(),a=this.navigationSliderRef.current,i=a.getBoundingClientRect();t.left<i.left?b(a,a.scrollLeft+(t.left-i.left)):t.width+t.left>i.width+i.left&&b(a,a.scrollLeft+(t.width+t.left)-(i.width+i.left))}}},{key:"handleItemMouseEnter",value:function(e){var t=e.currentTarget,a=t.getBoundingClientRect(),i=t.querySelector(".vcv-ui-navigation-slider-dropdown"),n=i.getBoundingClientRect(),s=this.navigationContainerRef.current.getBoundingClientRect(),r=a.left-s.left;r<0?r=0:r+n.width>s.width&&(r=s.width-n.width),i.style.left="".concat(r,"px")}},{key:"getNavigationItems",value:function(){var e=this;return Object.values(this.props.controls).map((function(t,a){var n=t.type,s=t.title,r=t.subControls,l=t.level,o=n===e.props.activeSection,c=p()({"vcv-ui-navigation-slider-item":!0,"vcv-ui-navigation-slider-item--active":o,"vcv-ui-badge--error":"critical"===l,"vcv-ui-badge--warning":"warning"===l,"vcv-ui-badge--success":"success"===l}),u=t.index;void 0!==t.subIndex&&(u="".concat(t.index,"-").concat(t.subIndex));var v={className:c},m=null;return r&&r.length&&(m=d.createElement("div",{className:"vcv-ui-navigation-slider-dropdown"},e.getDropdownItems(r,n,u,o)),v.onMouseEnter=e.handleItemMouseEnter),d.createElement("div",(0,i.default)({},v,{key:"navigation-slider-".concat(n,"-").concat(a)}),d.createElement("button",{type:"button",onClick:e.handleClick.bind(e,{type:n,index:u}),className:"vcv-ui-navigation-slider-button"},s),m)}))}},{key:"getDropdownItems",value:function(e,t,a,i){var n=this;return e.map((function(e){var s=e.type,r=e.title,l=p()({"vcv-ui-navigation-slider-dropdown-item":!0,"vcv-ui-navigation-slider-dropdown-item--active":i&&s===n.props.activeSubControl});return d.createElement("button",{key:"navigation-slider-dropdown-item-".concat(s),type:"button",onClick:n.handleClick.bind(n,{type:t,index:a,activeSubControl:s}),className:l},r)}))}},{key:"handleSlideMove",value:function(e){var t=this.navigationSliderRef.current,a=t.getBoundingClientRect(),i=a.width,n="left"===e?-i:i;t.childNodes.forEach((function(t){var s=t.getBoundingClientRect(),r=s.left-a.left,l=r+s.width;if("left"===e){if(r-a.left<0&&r+s.width-a.left>0){var o=r+s.width-a.width;-o>i/2&&(n=o)}}else if(i>r&&i<l){var c=s.left-a.left;c>i/2&&(n=c)}})),b(t,t.scrollLeft+n)}},{key:"getControls",value:function(){var e=this.state,t=e.showControls,a=e.scrolledToLeft,n=e.scrolledToRight;if(t){var s={},r={};return a&&(s.disabled=!0),n&&(r.disabled=!0),d.createElement("div",{className:"vcv-ui-navigation-slider-controls",ref:this.navigationControlsRef},d.createElement("button",(0,i.default)({className:"vcv-ui-navigation-slider-control-button",onClick:this.handleSlideMove.bind(this,"left")},s),d.createElement("i",{className:"vcv-ui-icon vcv-ui-icon-expand"})),d.createElement("button",(0,i.default)({className:"vcv-ui-navigation-slider-control-button",onClick:this.handleSlideMove.bind(this,"right")},r),d.createElement("i",{className:"vcv-ui-icon vcv-ui-icon-expand"})))}return null}},{key:"render",value:function(){var e=this.state,t=e.scrolledToLeft,a=e.scrolledToRight,i=p()({"vcv-ui-navigation-slider-container":!0,"vcv-ui-navigation-slider-container--shadow-left":!t,"vcv-ui-navigation-slider-container--shadow-right":!a});return d.createElement("div",{className:i,ref:this.navigationContainerRef},d.createElement("div",{className:"vcv-ui-navigation-slider",ref:this.navigationSliderRef},this.getNavigationItems()),this.getControls())}}]),a}(d.Component);(0,u.default)(w,"propTypes",{controls:m().object.isRequired,activeSection:m().string.isRequired,setActiveSection:m().func.isRequired,activeSubControl:m().string})},"./public/components/notifications/notifications.js":function(e,t,a){"use strict";a.d(t,{default:function(){return M}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),r=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),l=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),o=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),c=a("./node_modules/react/index.js"),u=a("./node_modules/vc-cake/index.js"),d=a.n(u),v=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),m=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),f=a("./node_modules/react-dom/index.js"),p=a("./node_modules/classnames/index.js"),g=a.n(p);function h(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var y=(0,u.getService)("dataManager"),b=(0,u.getStorage)("notifications"),C=function(e){(0,r.default)(a,e);var t=h(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).state={hidden:!1},n.timer=null,n.handleClickHideNotification=n.handleClickHideNotification.bind((0,s.default)(n)),n.handleRemoveNotification=n.handleRemoveNotification.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){var e=this,t=this.props.data.time,a=parseInt(t);-1!==a&&(this.timer=window.setTimeout((function(){e.handleClickHideNotification()}),a))}},{key:"componentWillUnmount",value:function(){window.clearTimeout(this.timer),b.trigger("remove",this.props.data.id)}},{key:"handleRemoveNotification",value:function(){b.trigger("remove",this.props.data.id)}},{key:"handleClickHideNotification",value:function(){window.clearTimeout(this.timer),this.setState({hidden:!0}),f.findDOMNode(this).addEventListener("transitionend",this.handleRemoveNotification)}},{key:"render",value:function(){var e,t=this,a=y.get("localizations"),i=this.props.data;if(!i.text)return null;var n="",s="",r={};if(n=i.html?c.createElement("div",{className:"vcv-layout-notifications-text",dangerouslySetInnerHTML:{__html:i.text}}):c.createElement("div",{className:"vcv-layout-notifications-text"},i.text),i.showCloseButton){var l=a?a.close:"Close";s=c.createElement("div",{className:"vcv-layout-notifications-close",title:l,onClick:this.handleClickHideNotification},c.createElement("i",{className:"vcv-ui-icon vcv-ui-icon-close-thin"}))}else r.onClick=this.handleClickHideNotification;var o=i.type&&["default","success","warning","error"].indexOf(i.type)>=0?i.type:"default",u=g()((e={"vcv-layout-notifications-item":!0},(0,m.default)(e,"vcv-layout-notifications-type--".concat(o),!0),(0,m.default)(e,"vcv-layout-notifications-type--disabled",this.state.hidden),e));return c.createElement("div",(0,v.default)({className:u},r,{ref:function(e){t.textInput=e}}),n,s)}}]),a}(c.Component);function w(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var x=(0,u.getStorage)("notifications").state("notifications"),L=function(e){(0,r.default)(a,e);var t=w(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).state={notifications:[]},n.update=n.update.bind((0,s.default)(n)),x.onChange(n.update),n}return(0,n.default)(a,[{key:"componentWillUnmount",value:function(){x.ignoreChange(this.update)}},{key:"update",value:function(e){var t=[],a=this.props.isPortal;e&&e.length&&e.forEach((function(e){(a&&e.usePortal||!a&&!e.usePortal)&&t.push(e)})),this.setState({notifications:t})}},{key:"renderItems",value:function(){return this.state.notifications?this.state.notifications.map((function(e){return c.createElement(C,{data:e,key:"notification-".concat(e.id)})})):null}},{key:"render",value:function(){return c.createElement("div",{className:"vcv-layout-notifications"},c.createElement("div",{className:"vcv-layout-notifications-inner"},this.renderItems()))}}]),a}(c.Component);function k(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var S=function(e){(0,r.default)(a,e);var t=k(a);function a(){return(0,i.default)(this,a),t.apply(this,arguments)}return(0,n.default)(a,[{key:"render",value:function(){var e=this.props,t=e.children,a=e.portalContainer;return a?f.createPortal(t,a):null}}]),a}(c.Component);function E(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var T=d().getStorage("notifications").state("portal"),M=function(e){(0,r.default)(a,e);var t=E(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).state={portalContainer:null},n.changePortalContainer=n.changePortalContainer.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){T.onChange(this.changePortalContainer)}},{key:"componentWillUnmount",value:function(){T.ignoreChange(this.changePortalContainer)}},{key:"getVisibleContainer",value:function(e){var t=[].slice.call(document.querySelectorAll(e));return t.length?t.filter((function(e){return null!==e.offsetParent}))[0]:null}},{key:"changePortalContainer",value:function(e){this.setState({portalContainer:e?this.getVisibleContainer(e):e})}},{key:"render",value:function(){return c.createElement(c.Fragment,null,c.createElement(L,null),c.createElement(S,{portalContainer:this.state.portalContainer},c.createElement(L,{isPortal:!0})))}}]),a}(c.Component)},"./public/components/panels/addElement/lib/elementControl.js":function(e,t,a){"use strict";a.d(t,{default:function(){return B}});var i=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),n=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),s=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),r=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),l=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),o=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),c=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),u=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),d=a("./node_modules/vc-cake/index.js"),v=a.n(d),m=a("./node_modules/react/index.js"),f=a("./node_modules/react-dom/index.js"),p=a("./node_modules/classnames/index.js"),g=a.n(p),h=a("./public/components/dnd/helper.js"),y=a("./public/components/dnd/domElement.js"),b=a("./node_modules/mobile-detect/mobile-detect.js"),C=a.n(b),w=a("./node_modules/prop-types/index.js"),x=a.n(w),L=a("./public/tools/response.js");function k(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,c.default)(e);if(t){var n=(0,c.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,o.default)(this,a)}}var S=v().getService("dataManager"),E=v().getStorage("workspace"),T=v().getService("hubElements"),M=v().getStorage("settings"),P=v().getStorage("notifications"),j=v().getService("dataProcessor"),O=v().getService("document"),A=v().getStorage("hubElements"),_=v().getService("roleManager"),B=function(e){(0,l.default)(a,e);var t=k(a);function a(e){var i;return(0,n.default)(this,a),i=t.call(this,e),(0,u.default)((0,r.default)(i),"helper",null),(0,u.default)((0,r.default)(i),"layoutBarOverlay",document.querySelector(".vcv-layout-bar-overlay")),(0,u.default)((0,r.default)(i),"layoutBarOverlayRect",null),(0,u.default)((0,r.default)(i),"dragTimeout",0),(0,u.default)((0,r.default)(i),"addedId",null),(0,u.default)((0,r.default)(i),"iframeWindow",null),i.state={previewVisible:!1,previewStyle:{},isDragging:!1,iframe:document.getElementById("vcv-editor-iframe"),backendContentContainer:document.querySelector(".vcv-wpbackend-layout-content-container"),mouseX:null,mouseY:null,showSpinner:!1},i.handleMouseEnterShowPreview=i.handleMouseEnterShowPreview.bind((0,r.default)(i)),i.handleMouseLeaveHidePreview=i.handleMouseLeaveHidePreview.bind((0,r.default)(i)),i.handleMouseDown=i.handleMouseDown.bind((0,r.default)(i)),i.handleMouseUp=i.handleMouseUp.bind((0,r.default)(i)),i.initDrag=i.initDrag.bind((0,r.default)(i)),i.handleDragStateChange=i.handleDragStateChange.bind((0,r.default)(i)),i.handleFocus=i.handleFocus.bind((0,r.default)(i)),i.handleKeyPress=i.handleKeyPress.bind((0,r.default)(i)),i.handleRemovePreset=i.handleRemovePreset.bind((0,r.default)(i)),i.handleRemoveElement=i.handleRemoveElement.bind((0,r.default)(i)),i.displayError=i.displayError.bind((0,r.default)(i)),i.displaySuccess=i.displaySuccess.bind((0,r.default)(i)),i.handleUpdatePreviewPosition=i.handleUpdatePreviewPosition.bind((0,r.default)(i)),i}return(0,s.default)(a,[{key:"componentDidMount",value:function(){E.state("drag").onChange(this.handleDragStateChange)}},{key:"componentWillUnmount",value:function(){this.endDrag(),E.state("drag").ignoreChange(this.handleDragStateChange)}},{key:"handleDragStateChange",value:function(e){e&&Object.prototype.hasOwnProperty.call(e,"active")&&!e.active&&this.state.isDragging?this.endDragGlobal():e&&Object.prototype.hasOwnProperty.call(e,"terminate")&&e.terminate&&this.state.isDragging&&this.endDrag()}},{key:"handleMouseEnterShowPreview",value:function(){var e=new(C())(window.navigator.userAgent);if(!e.mobile()||!e.tablet()&&!e.phone()){var t=E.state("drag").get();t&&t.active||this.setState({previewVisible:!0},this.handleUpdatePreviewPosition)}}},{key:"handleMouseLeaveHidePreview",value:function(){this.setState({previewVisible:!1})}},{key:"getClosest",value:function(e,t){var a,i;for(["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"].some((function(e){return"function"==typeof document.body[e]&&(a=e,!0)}));e;){if((i=e.parentElement)&&i[a](t))return i;e=i}return null}},{key:"handleUpdatePreviewPosition",value:function(){var e=f.findDOMNode(this),t=(void 0===e.closest?this.getClosest(e,".vcv-ui-item-list"):e.closest(".vcv-ui-item-list")).querySelector(".vcv-ui-item-list-item"),a=e.querySelector(".vcv-ui-item-element-content"),i=e.querySelector(".vcv-ui-item-preview-container");if(!i)return!1;var n=a.getBoundingClientRect(),s=t.getBoundingClientRect(),r=i.getBoundingClientRect(),l=window.innerHeight,o=window.innerWidth,c=n.left+n.width,u=n.top;return c+r.width>o&&(c=n.left-r.width),c<0&&(c=n.left,u=n.top+n.height),c+r.width>o&&(c=n.left+n.width-r.width),c<0&&(c=s.left),!(c+r.width>o)&&(u+r.height>l&&(u=n.top+n.height-r.height,c!==n.left&&c!==s.left||(u=n.top-r.height)),!(u<0)&&(this.setState({previewStyle:{left:c,top:u}}),!0))}},{key:"endDrag",value:function(){var e=this.state.iframe;this.setState({isDragging:!1,mouseX:null,mouseY:null}),document.body.removeEventListener("mousemove",this.initDrag),this.helper&&(this.helper.remove(),this.helper=null),e&&e.removeAttribute("style"),window.clearTimeout(this.dragTimeout),this.dragTimeout=0}},{key:"endDragGlobal",value:function(){this.endDrag(),v().setData("dropNewElement",{endDnd:!0})}},{key:"handleDragWithIframe",value:function(e,t){var a=this.props,i=a.element,n=a.tag,s=this.state,r=s.iframe,l=s.isDragging;this.helper||this.createHelper(n,t),r.style.pointerEvents="none",e.target.closest(".vcv-layout-header")?(this.helper.show(),l&&v().getData("dropNewElement")&&!v().getData("dropNewElement").endDnd&&v().setData("dropNewElement",{endDnd:!0})):(r.style="",this.helper.hide(),l&&v().setData("dropNewElement",{id:"dropNewElement",point:!1,tag:n,domNode:t,element:i})),this.helper.setPosition({x:e.clientX,y:e.clientY})}},{key:"handleDragWithoutIframe",value:function(e,t){var a=this.props,i=a.element,n=a.tag;v().getData("vcv:layoutCustomMode")||v().setData("dropNewElement",{id:i.id,point:{x:e.clientX,y:e.clientY},tag:n,domNode:t})}},{key:"initDrag",value:function(e){if(this.state.mouseX||this.state.mouseY){if(e.pageX!==this.state.mouseX&&e.pageY!==this.state.mouseY){var t=this.props.element,a=this.state,i=a.iframe,n=a.isDragging,s=a.backendContentContainer,r=document.createElement("div");r.setAttribute("data-vcv-element",t.id);var l=E.state("drag");this.handleMouseLeaveHidePreview(),l.get()&&l.get().active||l.set({active:!0,addPanel:!0}),n||this.setState({isDragging:!0}),i&&!s?this.handleDragWithIframe(e,r):this.handleDragWithoutIframe(e,r)}}else this.setState({mouseX:e.pageX,mouseY:e.pageY})}},{key:"createHelper",value:function(e,t){var a=document.body,i=new y.default("dropElement",t,{containerFor:null,relatedTo:null,parent:null,handler:null,tag:e,iconLink:T.getElementIcon(e)});this.helper=new h.default(i,{container:a}),this.helper.show()}},{key:"handleMouseDown",value:function(e){var t=this;e&&e.preventDefault(),this.state.isDragging||(this.dragTimeout=setTimeout((function(){t.layoutBarOverlayRect=t.layoutBarOverlay.getBoundingClientRect(),document.body.addEventListener("mousemove",t.initDrag)}),1))}},{key:"handleMouseUp",value:function(e){if(e&&e.preventDefault(),e.target.dataset&&e.target.dataset.action&&"deleteElementPreset"===e.target.dataset.action)this.endDragGlobal();else if(e.target.dataset&&e.target.dataset.action&&"deleteElement"===e.target.dataset.action)this.endDragGlobal();else{var t=E.state("drag").get();t&&t.active?this.endDragGlobal():(this.props.addElement(this.props.element,this.props.elementPresetId),this.endDrag())}}},{key:"handleFocus",value:function(e){e&&e.preventDefault(),this.props.setFocusedElement(this.props.element)}},{key:"handleKeyPress",value:function(e){"Enter"===e.key&&(e.preventDefault(),this.props.applyFirstElement())}},{key:"handleRemovePreset",value:function(){var e=this,t=S.get("localizations"),a=t?t.removeElementPresetWarning:"Do you want to remove this element preset?";if(window.confirm(a)){var i=t?t.couldNotParseData:"Could not parse data from the server.",n=t?t.noAccessCheckLicence:"No access, check your license.",s=t?t.presetRemovedText:"Element preset has been removed.",r=this.props.elementPresetId;this.setState({showSpinner:!0}),j.appAdminServerRequest({"vcv-action":"addon:presets:delete:adminNonce","vcv-preset-id":r,"vcv-nonce":S.get("nonce")}).then((function(t){var a,l=(0,L.getResponse)(t);l?l&&l.status?(A.trigger("removePreset",r),e.displaySuccess(s)):(a=l&&l.response&&l.response.message?l.response.message:l&&l.message?l.message:n,e.displayError(a),v().env("VCV_DEBUG")&&console.warn(a,l)):e.displayError(i)}))}}},{key:"handleRemoveElement",value:function(){var e=this,t=S.get("localizations"),a=t?t.removeElementWarning:"Do you want to remove this element?";if(window.confirm(a)){var i=this.props.element.tag,n=t?t.removeElementInUseCurrentPageWarning:"Could not parse data from the server.";if(Object.keys(O.getByTag(i)).length>0)return void this.displayError(n);var s=t?t.couldNotParseData:"Could not parse data from the server.",r=t?t.noAccessCheckLicence:"No access, check your license.",l=t?t.elementRemovedText:"Element has been removed.";this.setState({showSpinner:!0}),j.appAdminServerRequest({"vcv-action":"editors:elements:delete:adminNonce","vcv-element-tag":i}).then((function(t){var a,n=(0,L.getResponse)(t);n?n&&n.status?(A.trigger("removeElement",i),e.displaySuccess(l)):(a=n&&n.response&&n.response.message?n.response.message:n&&n.message?n.message:r,e.displayError(a),v().env("VCV_DEBUG")&&console.warn(a,n)):e.displayError(s)}))}}},{key:"displaySuccess",value:function(e){P.trigger("add",{text:e,time:5e3})}},{key:"displayError",value:function(e){this.setState({showSpinner:!1}),P.trigger("add",{type:"error",text:e,time:5e3})}},{key:"isElementRemovable",value:function(e){return _.can("hub_elements_templates_blocks",_.defaultAdmin())&&!e.metaIsDefaultElement&&!e.thirdParty&&-1===["globalTemplate","layoutFooterArea","layoutHeaderArea","layoutSidebarArea","layoutWpCommentsArea","layoutContentArea"].indexOf(e.tag)}},{key:"render",value:function(){var e=this.props,t=e.name,a=e.element,n=e.elementPresetId,s=e.thirdParty,r=this.state,l=r.previewVisible,o=r.previewStyle,c=E.state("drag").get(),u=S.get("localizations"),d=g()({"vcv-ui-item-list-item":!0,"vcv-ui-item-list-item--inactive":c&&c.active,"vcv-ui-item-list-item--preset":!!n}),v=g()({"vcv-ui-item-badge vcv-ui-badge--success":!1,"vcv-ui-item-badge vcv-ui-badge--warning":!1}),f=a.metaThumbnailUrl,p=a.metaPreviewUrl,h=M.state("itemPreviewDisabled").get(),y="";if(!h&&l&&!this.state.showSpinner){var b=u?u.addOn:"Addon";y=m.createElement("figure",{className:"vcv-ui-item-preview-container",style:o},s?m.createElement("span",{className:"vcv-ui-item-preview-addon-tag"},b):null,m.createElement("img",{className:"vcv-ui-item-preview-image",src:p,alt:t,onLoad:this.handleUpdatePreviewPosition}),m.createElement("figcaption",{className:"vcv-ui-item-preview-caption"},m.createElement("div",{className:"vcv-ui-item-preview-text"},a.metaDescription)))}var C=g()({"vcv-ui-icon vcv-ui-icon-close-thin vcv-ui-form-attach-image-item-control-state--danger":!0,"vcv-ui-state--hidden":this.state.showSpinner}),w={},x=_.can("editor_content_presets_management",_.defaultTrue()),L=null;n?x&&(L=m.createElement("span",{className:C,title:u.removePlaceholder.replace("%",t),onClick:this.handleRemovePreset,"data-action":"deleteElementPreset"})):this.isElementRemovable(a)&&(L=m.createElement("span",{className:C,onClick:this.handleRemoveElement,title:u.removePlaceholder.replace("%",t),"data-action":"deleteElement"}));var k=g()({"vcv-ui-item-control vcv-ui-icon vcv-ui-wp-spinner-light":!0,"vcv-ui-state--hidden":!this.state.showSpinner}),T=g()({"vcv-ui-item-add vcv-ui-icon vcv-ui-icon-add":!0,"vcv-ui-state--hidden":this.state.showSpinner}),P=g()({"vcv-ui-item-overlay":!0,"vcv-ui-item-overlay--visible":this.state.showSpinner,"vcv-ui-item-control--visible":this.props.isRemoveStateActive}),j=_.can("editor_content_element_add",_.defaultTrue()),O={};!this.props.isRemoveStateActive&&j&&(O.onMouseDown=this.handleMouseDown,O.onMouseUp=this.handleMouseUp,O.onKeyPress=this.handleKeyPress);var A=null,B=null;return this.state.showSpinner||(this.props.isRemoveStateActive?(A=L,L||(B=u?u.thisElementCantBeDeleted:"This element can’t be deleted",O.style={cursor:"not-allowed"},w.style={cursor:"not-allowed"})):j?A=m.createElement("span",{title:u.addPlaceholder.replace("%",t),className:T}):j||(w.style={cursor:"not-allowed"})),m.createElement("div",{className:d},m.createElement("span",(0,i.default)({className:"vcv-ui-item-element",onMouseEnter:h?null:this.handleMouseEnterShowPreview,onMouseLeave:h?null:this.handleMouseLeaveHidePreview,onFocus:this.handleFocus,tabIndex:0,title:B},O),m.createElement("span",{className:"vcv-ui-item-element-content"},m.createElement("img",{className:"vcv-ui-item-element-image",src:f,alt:t}),m.createElement("span",(0,i.default)({className:P},w),A,L?m.createElement("span",{className:k}):null)),m.createElement("span",{className:"vcv-ui-item-element-name"},m.createElement("span",{className:v},t)),y))}}]),a}(m.Component);(0,u.default)(B,"propTypes",{tag:x().string.isRequired,name:x().string.isRequired,element:x().object.isRequired,thirdParty:x().bool,addElement:x().func,setFocusedElement:x().func,applyFirstElement:x().func,isRemoveStateActive:x().bool})},"./public/components/panels/hub/hubContainer.js":function(e,t,a){"use strict";a.d(t,{default:function(){return Ee}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),r=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),l=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),o=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),c=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),u=a("./node_modules/react/index.js"),d=a("./node_modules/classnames/index.js"),v=a.n(d),m=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),f=a("./node_modules/vc-cake/index.js"),p=a.n(f),g=a("./public/components/panels/addElement/lib/elementControl.js");function h(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var y=(0,f.getStorage)("hubElements"),b=(0,f.getStorage)("workspace"),C=(0,f.getService)("dataManager").get("localizations"),w=y.state("elements"),x=(0,f.getStorage)("editorPopup"),L=(0,f.getStorage)("settings"),k=(0,f.getService)("roleManager"),S=function(e){(0,r.default)(a,e);var t=h(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).state={isNew:n.props.isNew},n.isHubInWpDashboard=b.state("isHubInWpDashboard").get(),n.addElement=n.addElement.bind((0,s.default)(n)),n.downloadElement=n.downloadElement.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"downloadElement",value:function(){if(!1===L.state("agreeHubTerms").get())return x.state("fullScreenPopupData").set({onPrimaryButtonClick:this.downloadElement}),void x.state("activeFullPopup").set("terms-box");var e=this.props,t=e.element;(0,e.onDownloadItem)(C.elementDownloadRequiresUpdate||"Update Visual Composer plugin to the most recent version to download this content element.")&&y.trigger("downloadElement",t)}},{key:"addElement",value:function(){this.props.addElement(this.props.element)}},{key:"render",value:function(){var e=this.props,t=e.name,a=e.element,i=e.isDownloading,n=e.tag,s=e.isAllowedForThisRole,r=this.state,l=r.previewVisible,o=r.previewStyle,c=r.isNew,d=k.can("editor_content_element_add",k.defaultTrue()),f="downloading";if(!i){var p=w.get()[n];f=void 0===p||p.metaIsElementRemoved?"inactive":"success"}var g=!s||!a.allowDownload&&"inactive"===f,h=v()({"vcv-ui-item-element":!0,"vcv-ui-item-element-inactive":"success"!==f,"vcv-ui-item-element-inactive--locked":g}),y=v()({"vcv-ui-item-list-item":!0,"vcv-ui-item-list-item--inactive":!1}),b=v()({"vcv-ui-item-badge vcv-ui-badge--success":!1,"vcv-ui-item-badge vcv-ui-badge--warning":!1}),x=v()({"vcv-ui-item-overlay":!0,"vcv-ui-item-downloading":"downloading"===f}),L=a.thumbnailUrl||a.metaThumbnailUrl,S=a.previewUrl||a.metaPreviewUrl,E=v()({"vcv-ui-item-add":!0,"vcv-ui-item-add-hub":!0,"vcv-ui-icon":!0,"vcv-ui-icon-download":"inactive"===f&&!g,"vcv-ui-wp-spinner-light":"downloading"===f,"vcv-ui-icon-lock-fill":g,"vcv-ui-icon-add":"success"===f&&!this.isHubInWpDashboard&&d}),T={},M={},P=this.isHubInWpDashboard||!d?null:this.addElement;d||"success"!==f||(M.style={cursor:"not-allowed"}),"success"!==f&&(g?(P=null,s?T.onClick=this.props.onClickGoPremium.bind(this,"element"):M.style={cursor:"not-allowed"}):P=this.downloadElement);var j=u.createElement("span",{className:E,onClick:P}),O=null,A=null,_=null;if(c){var B=C.new||"New";A=u.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},B)}if(!c&&a.bundleType&&a.bundleType.indexOf("free")<0){var D=C?C.premium:"Premium";_=u.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},D)}return l&&(O=u.createElement("figure",{className:"vcv-ui-item-preview-container",style:o},u.createElement("img",{className:"vcv-ui-item-preview-image",src:S,alt:t,onLoad:this.handleUpdatePreviewPosition}),u.createElement("figcaption",{className:"vcv-ui-item-preview-caption"},u.createElement("div",{className:"vcv-ui-item-preview-text"},a.description||a.metaDescription),A||_))),u.createElement("div",{className:y},u.createElement("span",(0,m.default)({className:h,onMouseEnter:this.handleMouseEnterShowPreview,onMouseLeave:this.handleMouseLeaveHidePreview,title:t},T),A,u.createElement("span",{className:"vcv-ui-item-element-content"},u.createElement("img",{className:"vcv-ui-item-element-image",src:L,alt:t}),u.createElement("span",(0,m.default)({className:x},M),j)),u.createElement("span",{className:"vcv-ui-item-element-name"},u.createElement("span",{className:b},t)),O))}}]),a}(g.default);function E(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var T=(0,f.getService)("myTemplates"),M=(0,f.getStorage)("workspace"),P=(0,f.getStorage)("elements"),j=M.state("settings"),O=(0,f.getStorage)("hubTemplates"),A=(0,f.getService)("dataManager"),_=(0,f.getService)("roleManager"),B=A.get("localizations"),D=(0,f.getStorage)("editorPopup"),R=(0,f.getStorage)("settings"),N=function(e){(0,r.default)(a,e);var t=E(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).state={showLoading:!1,isNew:n.props.isNew},n.isHubInWpDashboard=M.state("isHubInWpDashboard").get(),n.downloadTemplate=n.downloadTemplate.bind((0,s.default)(n)),n.addTemplate=n.addTemplate.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"downloadTemplate",value:function(){if(!1===R.state("agreeHubTerms").get())return D.state("fullScreenPopupData").set({onPrimaryButtonClick:this.downloadTemplate}),void D.state("activeFullPopup").set("terms-box");var e=this.props,t=e.element;(0,e.onDownloadItem)(B.templateDownloadRequiresUpdate||"Update Visual Composer plugin to the most recent version to download this template.")&&O.trigger("downloadTemplate",t)}},{key:"addTemplate",value:function(){var e=this,t=function(e){P.trigger("merge",e),j.set(!1)};if((0,f.env)("VCV_FT_TEMPLATE_DATA_ASYNC")){var a=T.findTemplateByBundle(this.props.element.bundle).id;this.setState({showLoading:!0}),T.load(a,(function(a){e.setState({showLoading:!1}),t(a.data)}))}else{var i=T.findTemplateByBundle(this.props.element.bundle);t(i.data)}}},{key:"render",value:function(){var e=this.props,t=e.name,a=e.element,i=e.isDownloading,n=e.isAllowedForThisRole,s=this.state,r=s.previewVisible,l=s.previewStyle,o=s.isNew,c="downloading";i||(c=T.findTemplateByBundle(a.bundle)?"success":"inactive");var d,f=!n||!a.allowDownload&&"inactive"===c,p=v()({"vcv-ui-item-element":!0,"vcv-ui-item-element-inactive":"success"!==c,"vcv-ui-item-element-inactive--locked":f}),g=v()({"vcv-ui-item-list-item":!0,"vcv-ui-item-list-item--inactive":!1}),h=v()({"vcv-ui-item-badge vcv-ui-badge--success":!1,"vcv-ui-item-badge vcv-ui-badge--warning":!1}),y=v()({"vcv-ui-item-overlay":!0,"vcv-ui-item-downloading":"downloading"===c}),b=a.metaThumbnailUrl,C=a.metaPreviewUrl,w=_.can("hub_elements_templates_blocks",_.defaultTrue()),x=v()({"vcv-ui-item-add":!0,"vcv-ui-item-add-hub":!0,"vcv-ui-icon":!0,"vcv-ui-icon-download":"inactive"===c&&!f,"vcv-ui-wp-spinner-light":"downloading"===c||this.state.showLoading,"vcv-ui-icon-lock-fill":f,"vcv-ui-icon-add":"success"===c&&!this.isHubInWpDashboard&&w}),L={},k={};this.isHubInWpDashboard?d=null:w?d=this.addTemplate:k.style={cursor:"not-allowed"},"success"!==c&&(f?(d=null,n?L.onClick=this.props.onClickGoPremium.bind(this,"template"):k.style={cursor:"not-allowed"}):d=this.downloadTemplate);var S=u.createElement("span",{className:x,onClick:d}),E=null,M=null,P=null;if(o){var j=B.new||"New";M=u.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},j)}if(!o&&a.bundleType&&a.bundleType.indexOf("free")<0){var O=B?B.premium:"Premium";P=u.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},O)}return r&&(E=u.createElement("figure",{className:"vcv-ui-item-preview-container",style:l},u.createElement("img",{className:"vcv-ui-item-preview-image",src:C,alt:t,onLoad:this.handleUpdatePreviewPosition}),u.createElement("figcaption",{className:"vcv-ui-item-preview-caption"},u.createElement("div",{className:"vcv-ui-item-preview-text"},a.metaDescription),M||P))),u.createElement("div",{className:g},u.createElement("span",(0,m.default)({className:p,onMouseEnter:this.handleMouseEnterShowPreview,onMouseLeave:this.handleMouseLeaveHidePreview,title:t},L),M,u.createElement("span",{className:"vcv-ui-item-element-content"},u.createElement("img",{className:"vcv-ui-item-element-image",src:b,alt:t}),u.createElement("span",(0,m.default)({className:y},k),S)),u.createElement("span",{className:"vcv-ui-item-element-name"},u.createElement("span",{className:h},t)),E))}}]),a}(g.default);function I(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var F=(0,f.getStorage)("hubAddons"),V=(0,f.getStorage)("events"),U=(0,f.getService)("dataManager"),H=U.get("localizations"),Z=(0,f.getStorage)("editorPopup"),z=(0,f.getStorage)("settings"),G=function(e){(0,r.default)(a,e);var t=I(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).state={isNew:n.props.isNew},n.downloadAddon=n.downloadAddon.bind((0,s.default)(n)),n.handleAddonClick=n.handleAddonClick.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"downloadAddon",value:function(){if(!1===z.state("agreeHubTerms").get())return Z.state("fullScreenPopupData").set({onPrimaryButtonClick:this.downloadAddon}),void Z.state("activeFullPopup").set("terms-box");var e=this.props,t=e.element;(0,e.onDownloadItem)(H.addonDownloadRequiresUpdate||"Update Visual Composer plugin to the most recent version to download this addon.")&&F.trigger("downloadAddon",t)}},{key:"handleAddonClick",value:function(){var e={element:this.props.element};V.trigger("hub:addon:clickAdd",e)}},{key:"render",value:function(){var e=this.props,t=e.name,a=e.element,i=e.isDownloading,n=e.tag,s=e.isAllowedForThisRole,r=this.state.isNew,l="downloading";i||(l=F.state("addons").get()[n]?"success":"inactive");var o,c=!a.allowDownload&&"inactive"===l,d=H.downloadAddonText||"Download Addon",m=H.installedText||"Installed",f=H.availableInPremiumText||"Available in Premium",p=H.restrictedText||"Restricted",g=this.handleAddonClick;"success"!==l&&(c||(g=this.downloadAddon,s||(g=null))),"success"===l?o=m:c?o=f:"inactive"===l&&(o=d,s||(o=p));var h=v()({"vcv-hub-addon-control":!0,"vcv-hub-addon-control--locked":"success"===l||!c&&!s}),y=u.createElement("button",{className:h,onClick:g},o);if("success"!==l&&c){var b=U.get("utm")["editor-available-in-premium"].replace("{medium}",this.props.utmMedium);y=u.createElement("a",{className:h,href:b,target:"_blank",rel:"noopener noreferrer"},o)}"downloading"===l&&(y=u.createElement("span",{className:"vcv-ui-icon vcv-ui-wp-spinner"}));var C=null;if(r){var w=H.new||"New";C=u.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},w)}return u.createElement("div",{className:"vcv-ui-item-list-item"},u.createElement("div",{className:"vcv-hub-addon-item-container"},u.createElement("div",{className:"vcv-hub-addon-item-image-container"},u.createElement("img",{className:"vcv-hub-addon-image",src:a.metaAddonImageUrl,alt:t})),u.createElement("div",{className:"vcv-hub-addon-item-content-container"},C,u.createElement("h3",{className:"vcv-hub-addon-name"},t),u.createElement("p",{className:"vcv-hub-addon-description"},a.metaDescription),y)))}}]),a}(u.Component);function W(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var K=(0,f.getStorage)("notifications"),q=(0,f.getStorage)("workspace"),J=(0,f.getService)("roleManager"),Y=function(e){(0,r.default)(a,e);var t=W(a);function a(e){var n;(0,i.default)(this,a),n=t.call(this,e);var r=!1;return(q.state("downloadingItems").get()||[]).includes(e.tag)&&(r=!0),n.state={isDownloading:r},n.downloadingItemOnChange=n.downloadingItemOnChange.bind((0,s.default)(n)),n.handleDownloadItem=n.handleDownloadItem.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){q.state("downloadingItems").onChange(this.downloadingItemOnChange)}},{key:"componentWillUnmount",value:function(){q.state("downloadingItems").ignoreChange(this.downloadingItemOnChange)}},{key:"downloadingItemOnChange",value:function(e){var t=this.props.tag;this.state.isDownloading&&!e.includes(t)?(this.setState({isDownloading:!1}),q.state("downloadingItems").ignoreChange(this.downloadingItemOnChange)):!this.state.isDownloading&&e.includes(t)&&this.setState({isDownloading:!0})}},{key:"handleDownloadItem",value:function(e){var t=this.props.element;return!!t.allowDownload&&(t.update?(K.trigger("add",{type:"error",text:e,showCloseButton:"true",time:5e3}),!1):(this.setState({isDownloading:!0}),q.state("downloadingItems").onChange(this.downloadingItemOnChange),!0))}},{key:"render",value:function(){var e=this.props,t=e.type,a=e.element,i=null,n={};return"element"===t?(i=S,n.isAllowedForThisRole=J.can("hub_elements_templates_blocks",J.defaultTrue())):"template"===t?("hubHeader"===a.templateType||"hubFooter"===a.templateType||"hubSidebar"===a.templateType?n.isAllowedForThisRole=J.can("hub_headers_footers_sidebars",J.defaultTrue()):n.isAllowedForThisRole=J.can("hub_elements_templates_blocks",J.defaultTrue()),i=N):"addon"===t&&(i=G,n.isAllowedForThisRole=J.can("hub_addons",J.defaultTrue())),u.createElement(i,(0,m.default)({},this.props,{isDownloading:this.state.isDownloading,onDownloadItem:this.handleDownloadItem},n))}}]),a}(g.default),Q=a("./public/components/navigationSlider/navigationSlider.js"),X=a("./public/components/scrollbar/scrollbar.js"),$=a("./node_modules/mobile-detect/mobile-detect.js"),ee=a.n($),te=a("./node_modules/prop-types/index.js"),ae=a.n(te),ie=a("./public/components/tooltip/tooltip.js");function ne(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var se=p().getService("dataManager"),re=function(e){(0,r.default)(a,e);var t=ne(a);function a(e){var n;return(0,i.default)(this,a),n=t.call(this,e),(0,c.default)((0,s.default)(n),"inputTimeout",0),(0,c.default)((0,s.default)(n),"mobileDetect",null),n.state={input:!1},n.handleSearch=n.handleSearch.bind((0,s.default)(n)),n.handleInputFocus=n.handleInputFocus.bind((0,s.default)(n)),n.handleKeyPress=n.handleKeyPress.bind((0,s.default)(n)),n.mobileDetect=new(ee())(window.navigator.userAgent),n.autoFocusInputRef=u.createRef(),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){this.focusInput()}},{key:"componentDidUpdate",value:function(){this.focusInput()}},{key:"focusInput",value:function(){var e=!this.mobileDetect.mobile();(void 0!==this.props.autoFocus?this.props.autoFocus&&e:e)&&this.autoFocusInputRef&&this.autoFocusInputRef.current&&this.autoFocusInputRef.current.focus()}},{key:"componentWillUnmount",value:function(){this.inputTimeout&&(window.clearTimeout(this.inputTimeout),this.inputTimeout=0)}},{key:"handleKeyPress",value:function(e){"Enter"===e.key&&this.props.applyFirstElement&&(e.preventDefault(),this.props.applyFirstElement())}},{key:"handleSearch",value:function(e){var t=e.currentTarget.value;this.props.changeInput(t)}},{key:"handleInputFocus",value:function(){var e=this;this.setState({input:!0}),this.inputTimeout=setTimeout((function(){e.setState({input:!1})}),400)}},{key:"render",value:function(){var e=se.get("localizations"),t=e?e.VCHubIsAnOnlineLibrary:'<a href="https://visualcomposer.com/help/visual-composer-hub/?utm_source=vcwb&utm_medium=editor&utm_campaign=info&utm_content=helper-point" target="_blank" rel="noopener noreferrer">Visual Composer Hub</a> is an online library where to search and download content elements, templates, add-ons, stock images, and GIFs.',a=e?e.searchWithinCategory:"Search within this category",i="giphy"===this.props.filterType||"unsplash"===this.props.filterType,n=v()({"vcv-ui-editor-search-field-container":!0,"vcv-ui-editor-field-highlight":this.state.input}),s=v()({"vcv-ui-editor-search-icon-container":!0,"vcv-ui-editor-search-icon-container--disabled":i}),r=!this.mobileDetect.mobile();return u.createElement("div",{className:"vcv-ui-editor-search-container"},u.createElement("div",{className:n},u.createElement("label",{className:s,htmlFor:"add-element-search"},u.createElement("i",{className:"vcv-ui-icon vcv-ui-icon-search"})),u.createElement("input",{className:"vcv-ui-form-input vcv-ui-editor-search-field",id:"add-element-search",onChange:this.handleSearch,onFocus:this.handleInputFocus,type:"text",ref:this.autoFocusInputRef,placeholder:a,value:this.props.inputValue,autoFocus:void 0!==this.props.autoFocus?this.props.autoFocus&&r:r,onKeyPress:this.handleKeyPress,disabled:i})),u.createElement(ie.default,null,t))}}]),a}(u.Component);(0,c.default)(re,"propTypes",{changeInput:ae().func.isRequired,applyFirstElement:ae().func,filterType:ae().string});var le=a("./node_modules/lodash/lodash.js"),oe=a.n(le),ce=(0,f.getService)("roleManager");var ue=a("./public/components/stockMedia/giphyContainer.js"),de=a("./public/components/stockMedia/unsplashContainer.js"),ve=a("./public/components/notifications/notifications.js");function me(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var fe=p().getService("sharedAssetsLibrary"),pe=p().getService("cook"),ge=p().getService("dataProcessor"),he=p().getStorage("hubElements"),ye=p().getStorage("workspace"),be=p().getStorage("hubAddons"),Ce=p().getStorage("hubTemplates"),we=p().getStorage("elements"),xe=p().getService("dataManager"),Le=p().getStorage("editorPopup"),ke=p().getService("hubElements"),Se=ye.state("content"),Ee=function(e){(0,r.default)(a,e);var t=me(a);function a(e){var n;(0,i.default)(this,a),n=t.call(this,e),(0,c.default)((0,s.default)(n),"allCategories",null),(0,c.default)((0,s.default)(n),"isItemNew",(function(e){return"number"==typeof e.isNew?e.isNew>a.minusThreeDayTimeStamp:void 0!==e.isNew&&e.isNew})),n.categories={element:{index:0,type:"element",title:"Elements",visible:ce.can("hub_elements_templates_blocks",ce.defaultTrue()),subControls:[{title:"Free",type:"free"},{title:"Premium",type:"premium"}]},template:{index:1,type:"template",title:"Templates",visible:ce.can("hub_elements_templates_blocks",ce.defaultTrue()),subControls:[{title:"Free",type:"free"},{title:"Premium",type:"premium"}]},block:{index:2,type:"block",title:"Blocks",visible:ce.can("hub_elements_templates_blocks",ce.defaultTrue()),templateType:!0},addon:{index:3,type:"addon",title:"Addons",visible:ce.can("hub_addons",ce.defaultTrue())},hubHeader:{index:4,type:"hubHeader",title:"Headers",visible:ce.can("hub_headers_footers_sidebars",ce.defaultTrue()),templateType:!0},hubFooter:{index:5,type:"hubFooter",title:"Footers",visible:ce.can("hub_headers_footers_sidebars",ce.defaultTrue()),templateType:!0},hubSidebar:{index:6,type:"hubSidebar",title:"Sidebars",visible:ce.can("hub_headers_footers_sidebars",ce.defaultTrue()),templateType:!0},unsplash:{index:7,type:"unsplash",title:"Stock Images",visible:ce.can("hub_unsplash",ce.defaultTrue())},giphy:{index:8,type:"giphy",title:"Giphy",visible:ce.can("hub_giphy",ce.defaultTrue())}};var r=Object.keys(n.categories)[0];n.state={filterType:r,activeCategoryIndex:n.categories[r].index,isVisible:e.visible||"addHubElement"===Se.get()};var l=ye.state("settings").get();if(l&&l.options&&l.options.filterType){var o=l.options,u=o.filterType,d=o.id,v=o.bundleType;n.state.filterType=u,n.state.activeCategoryIndex=d,n.state.bundleType=v}if("vcdashboard"===e.namespace){var m=Object.keys(n.categories).filter((function(e){return n.categories[e].visible}))[0];n.state.filterType=m,n.state.activeCategoryIndex=n.categories[m].index}return n.changeInput=n.changeInput.bind((0,s.default)(n)),n.addElement=n.addElement.bind((0,s.default)(n)),n.openEditForm=n.openEditForm.bind((0,s.default)(n)),n.setFilterType=n.setFilterType.bind((0,s.default)(n)),n.handleScroll=n.handleScroll.bind((0,s.default)(n)),n.handleLockClick=n.handleLockClick.bind((0,s.default)(n)),n.handleForceUpdateCategories=n.handleForceUpdateCategories.bind((0,s.default)(n)),n.handleWorkspaceSettingsChange=n.handleWorkspaceSettingsChange.bind((0,s.default)(n)),n.setVisibility=n.setVisibility.bind((0,s.default)(n)),n.scrollToElementInsideFrame=n.scrollToElementInsideFrame.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){this.props.hideScrollbar&&window.addEventListener("scroll",this.handleScroll),he.state("elementTeasers").onChange(this.handleForceUpdateCategories),be.state("addonTeasers").onChange(this.handleForceUpdateCategories),Ce.state("templateTeasers").onChange(this.handleForceUpdateCategories),ye.state("settings").onChange(this.handleWorkspaceSettingsChange),Se.onChange(this.setVisibility)}},{key:"componentWillUnmount",value:function(){this.props.hideScrollbar&&window.removeEventListener("scroll",this.handleScroll),he.state("elementTeasers").ignoreChange(this.handleForceUpdateCategories),be.state("addonTeasers").ignoreChange(this.handleForceUpdateCategories),Ce.state("templateTeasers").ignoreChange(this.handleForceUpdateCategories),ye.state("settings").ignoreChange(this.handleWorkspaceSettingsChange),Se.ignoreChange(this.setVisibility)}},{key:"setVisibility",value:function(e){var t=ye.state("settings").get();t&&t.options&&this.handleWorkspaceSettingsChange(t.options),this.setState({isVisible:"addHubElement"===e,inputValue:""})}},{key:"handleWorkspaceSettingsChange",value:function(e){if(e.filterType){var t=e.filterType,a=e.id,i=e.bundleType;this.setState({filterType:t,activeCategoryIndex:a,bundleType:i})}}},{key:"handleForceUpdateCategories",value:function(){this.allCategories=!1,this.getAllCategories()}},{key:"getAllCategories",value:function(){if(!this.allCategories){var e=this.categories.element?this.getElementGroup(this.categories.element):null,t=this.categories.template?this.getTemplateGroup(this.categories.template):null,a=this.categories.block?this.getBlockGroup(this.categories.block):null,i=this.categories.addon?this.getAddonsGroup(this.categories.addon):null,n=this.categories.hubHeader?this.getHFSGroup(this.categories.hubHeader):null,s=this.categories.hubFooter?this.getHFSGroup(this.categories.hubFooter):null,r=this.categories.hubSidebar?this.getHFSGroup(this.categories.hubSidebar):null;this.allCategories=[e,t,a,i,n,s,r].filter((function(e){return e}))}return this.allCategories}},{key:"getAddonsGroup",value:function(e){var t=e.title,a=e.index;return{elements:oe().orderBy(be.state("addonTeasers").get(),(function(e){return void 0!==e.isNew&&e.isNew}),["desc"]),id:"".concat(t).concat(a),index:a,title:t}}},{key:"getElementGroup",value:function(e){var t=e.title,a=e.index,i=he.state("elementTeasers").get(),n=[],s=Object.values(xe.get("hubGetElements")).filter((function(e){return"column"!==e.key&&e.metaIsDefaultElement})).map((function(e){return n.push(e.key),{bundleType:["free"],description:e.settings.metaDescription,name:e.settings.name,previewUrl:e.settings.metaPreviewUrl,tag:e.key,thumbnailUrl:e.settings.metaThumbnailUrl}})),r=i[0].elements.filter((function(e){return-1===n.indexOf(e.tag)&&e.bundleType.includes("free")})),l=i[0].elements.filter((function(e){return e.bundleType.includes("premium")&&!e.bundleType.includes("free")}));return s=oe().sortBy(s,["name"]),r=oe().sortBy(r,["name"]),r=oe().orderBy(r,this.isItemNew,["desc"]),l=oe().sortBy(l,["name"]),l=oe().orderBy(l,this.isItemNew,["desc"]),{elements:s.concat(r.concat(l)),id:"".concat(t).concat(a),index:a,title:t}}},{key:"getTemplateGroup",value:function(e){var t=e.title,a=e.index,i=Ce.state("templateTeasers").get(),n=i.filter((function(e){return"predefined"===e.templateType})),s=i.filter((function(e){return"hub"===e.templateType}));return n=oe().orderBy(n,this.isItemNew,["desc"]),s=oe().orderBy(s,this.isItemNew,["desc"]),{elements:n.concat(s),id:"".concat(t).concat(a),index:a,title:t}}},{key:"getBlockGroup",value:function(e){var t=e.title,a=e.index,i=e.type;return{elements:oe().orderBy(Ce.state("templateTeasers").get().filter((function(e){return e.templateType===i})),this.isItemNew,["desc"]),id:"".concat(t).concat(a),index:a,title:t}}},{key:"getHFSGroup",value:function(e){var t=e.type,a=e.title,i=e.index;return i?{elements:oe().orderBy(Ce.state("templateTeasers").get().filter((function(e){return e.templateType===t})),this.isItemNew,["desc"]),id:"".concat(a).concat(i),index:i,title:a}:{}}},{key:"addElement",value:function(e){var t=ye.state("settings").get()||!1;e.parent=!(!t||!t.element)&&t.element.id,e=pe.get(e).toJS(),we.trigger("add",e,!0,{insertAfter:!!(t&&t.options&&t.options.insertAfter)&&t.options.insertAfter}),this.addedId=e.id;var a=e.tag;ge.appAdminServerRequest({"vcv-action":"usageCount:updateUsage:adminNonce","vcv-item-tag":a,"vcv-nonce":xe.get("nonce")});var i=document.getElementById("vcv-editor-iframe");this.iframeDocument=i&&i.contentWindow&&i.contentWindow.document,this.iframeWindow=i&&i.contentWindow&&i.contentWindow.window,this.iframeWindow.vcv&&this.iframeWindow.vcv.on("ready",this.openEditForm)}},{key:"openEditForm",value:function(e,t){"add"===e&&t===this.addedId&&(ye.trigger("edit",this.addedId,""),this.scrollToElementInsideFrame&&this.scrollToElementInsideFrame(this.addedId),this.iframeWindow.vcv.off("ready",this.openEditForm))}},{key:"scrollToElementInsideFrame",value:function(e){var t=this.iframeDocument.querySelector("#el-".concat(e));t&&window.setTimeout((function(){t.scrollIntoView({behavior:"smooth",block:"center"})}),500)}},{key:"getElementControl",value:function(e){var t=e.tag?e.tag:e.name;t=t.charAt(0).toLowerCase()+t.substr(1,t.length-1);var i=e.type?e.type:"element";return"template"===i&&(t=e.bundle.replace("template/","").replace("predefinedTemplate/","")),u.createElement(Y,{key:"vcv-item-controller-"+t,element:e,tag:t,type:i,update:!!e.update&&e.update,name:e.name,isNew:"number"==typeof e.isNew?e.isNew>a.minusThreeDayTimeStamp:!!e.isNew,addElement:this.addElement,onClickGoPremium:this.handleLockClick,utmMedium:this.getUtmMedium()})}},{key:"getNoResultsElement",value:function(){var e=a.localizations?a.localizations.nothingFound:"Nothing found",t=fe.getSourcePath("images/search-no-result.png");return u.createElement("div",{className:"vcv-ui-editor-no-items-container"},u.createElement("div",{className:"vcv-ui-editor-no-items-content"},u.createElement("img",{className:"vcv-ui-editor-no-items-image",src:t,alt:e})))}},{key:"getElementsByCategory",value:function(){var e=this,t=this.state.activeCategoryIndex,a=this.getAllCategories(),i=[];if(t.indexOf&&t.indexOf("-")>-1){var n=t.split("-"),s=a[n[0]],r=s&&s.categories&&s.categories[n[1]];i=r?r.elements:[]}else i=a&&a[t]&&a[t].elements;return i?i.map((function(t){return e.getElementControl(t)})):[]}},{key:"getSearchProps",value:function(){return{changeInput:this.changeInput,inputValue:this.state.inputValue||"",autoFocus:this.state.isVisible,filterType:this.state.filterType}}},{key:"changeInput",value:function(e){this.setState({inputValue:e,searchResults:this.getSearchResults(e),bundleType:null})}},{key:"getSearchResults",value:function(e){return e=e.toLowerCase().trim(),this.getAllCategories()[this.state.activeCategoryIndex].elements.filter((function(t){return-1!==ke.getElementName(t).indexOf(e)||-1!==ke.getElementDescription(t).indexOf(e)})).sort((function(t,a){var i=ke.getElementName(t).indexOf(e),n=ke.getElementName(a).indexOf(e);return(i=-1===i?100:i)-(n=-1===n?100:n)}))}},{key:"getSearchElement",value:function(){var e=this.getSearchProps();return u.createElement(re,e)}},{key:"setFilterType",value:function(e,t,a){this.setState({filterType:e,activeCategoryIndex:t,bundleType:a,inputValue:""})}},{key:"getElementListContainer",value:function(e){return e.length?u.createElement("div",{className:"vcv-ui-item-list-container"},u.createElement("div",{className:"vcv-ui-item-list"},e)):this.getNoResultsElement()}},{key:"getFoundElements",value:function(){var e=this;return this.state.searchResults.map((function(t){return e.getElementControl(t)}))}},{key:"filterResult",value:function(){var e=this,t=this.state,a=t.filterType,i=t.bundleType,n=this.state.inputValue?this.getFoundElements():this.getElementsByCategory();return n=n.filter((function(t){var n=!1;n=e.categories[a].templateType?"template"===t.props.type&&t.props.element.templateType===a:t.props.type===a;var s=t.props.element.bundleType;return!i||t.props.element.bundleType&&t.props.element.bundleType.length||(n=!1),n&&s&&s.length&&i&&(n=s.indexOf(i)>-1,"premium"===i&&n&&(n=s.indexOf("free")<0)),n}))}},{key:"getHubPanelControls",value:function(){var e=this,t={};Object.keys(this.categories).forEach((function(a){e.categories[a].visible&&(t[a]=e.categories[a])}));var a={controls:t,activeSection:this.state.filterType,activeSubControl:this.state.bundleType,setActiveSection:this.setFilterType};return u.createElement(Q.default,a)}},{key:"handleLockClick",value:function(e){var t=xe.get("isPremiumActivated"),i=a.localizations?a.localizations.unlockAllFeatures:"Unlock All Features",n=a.localizations?a.localizations.doMoreWithPremium:"Do More With Premium",s="";"template"===e?s=a.localizations?a.localizations.getAccessToTemplates:"Get access to more than 200 content elements with Visual Composer Premium.":"element"===e&&(s=a.localizations?a.localizations.getAccessToContentElements:"Get access to more than 200 content elements with Visual Composer Premium.");var r=this.categories[this.state.filterType].title.toLowerCase(),l=ye.state("settings").get(),o=l&&l.options&&l.options.filterType?"-add"+l.options.filterType:"",c=xe.get("utm"),u="".concat(r).concat(o,"-hub-").concat(this.props.namespace),d={headingText:n,buttonText:i,description:s,isPremiumActivated:t,url:c["editor-hub-popup-teaser"].replace("{medium}",u)};Le.state("fullScreenPopupData").set(d),Le.state("activeFullPopup").set("premium-teaser")}},{key:"getUtmMedium",value:function(){var e=this.categories[this.state.filterType].title.toLowerCase(),t=ye.state("settings").get(),a=t&&t.options&&t.options.filterType?"-add"+t.options.filterType:"";return"".concat(e).concat(a,"-hub-").concat(this.props.namespace)}},{key:"getHubBanner",value:function(){var e=a.localizations?a.localizations.getMoreText:"Do More With Visual Composer",t=a.localizations?a.localizations.getMoreTextSubText:"Premium",i=a.localizations?a.localizations.downloadFromHubText:"Get unlimited access to the Visual Composer Hub with 500+ elements, templates, addons, and integrations.",n=a.localizations?a.localizations.goPremium:"Go Premium",s=xe.get("utm")["editor-hub-go-premium"].replace("{medium}",this.getUtmMedium()),r="&vcv-ref=".concat(this.getUtmMedium()),l={rel:"noopener noreferrer",href:"".concat(xe.get("goPremiumUrl")).concat(r),className:"vcv-hub-banner-link"};"vcdashboard"!==this.props.namespace&&(l.target="_blank");var o=a.localizations?a.localizations.alreadyHaveLicenseTextOneAction:"Already have a Premium license?",c=a.localizations?a.localizations.activateHere:"Activate here";return u.createElement("div",{className:"vcv-hub-banner"},u.createElement("div",{className:"vcv-hub-banner-content"},u.createElement("p",{className:"vcv-hub-banner-title"},e),u.createElement("p",{className:"vcv-hub-banner-title"},t),u.createElement("p",{className:"vcv-hub-banner-subtitle"},i),u.createElement("a",{className:"vcv-hub-banner-button",href:s,target:"_blank",rel:"noopener noreferrer"},n),u.createElement("p",{className:"vcv-hub-banner-subtitle"},o," ",u.createElement("a",l,c),".")))}},{key:"handleScroll",value:function(e){var t=e.currentTarget,a=this.state.filterType;if("unsplash"===a||"giphy"===a){this.props.hideScrollbar&&(t=e.currentTarget.document.documentElement);var i=t.getBoundingClientRect(),n=window.innerHeight||document.documentElement.clientHeight,s=t.scrollTop+i.height+n/2>=t.scrollHeight;this.setState({scrollTop:t.scrollTop,scrolledToBottom:s})}}},{key:"render",value:function(){var e=this.filterResult(),t=v()({"vcv-ui-tree-content-section-inner":!0,"vcv-ui-state--centered-content":!e.length}),a=this.state.filterType,i=v()({"vcv-ui-editor-plate":!0,"vcv-ui-state--active":!0,"vcv-ui-editor-plate--addon":"addon"===a}),n=xe.get("utm")["editor-hub-go-premium"].replace("{medium}",this.getUtmMedium()),s="";s="unsplash"===a?u.createElement(de.default,{scrolledToBottom:this.state.scrolledToBottom,scrollTop:this.state.scrollTop,namespace:this.props.namespace,filterType:a,goPremiumLink:n}):"giphy"===a?u.createElement(ue.default,{scrolledToBottom:this.state.scrolledToBottom,scrollTop:this.state.scrollTop,namespace:this.props.namespace,filterType:a,goPremiumLink:n}):u.createElement("div",{className:t},void 0===xe.get("isPremiumActivated")||xe.get("isPremiumActivated")?null:this.getHubBanner(),u.createElement("div",{className:"vcv-ui-editor-plates-container vcv-ui-editor-plate--teaser"},u.createElement("div",{className:"vcv-ui-editor-plates"},u.createElement("div",{className:i},this.getElementListContainer(e)))));var r=null;r=this.props.hideScrollbar?s:u.createElement(X.default,{onScroll:oe().throttle(this.handleScroll,100)},s);var l=null;this.props.addNotifications&&(l=u.createElement(ve.default,null));var o=v()({"vcv-ui-tree-view-content":!0,"vcv-ui-teaser-add-element-content":!0,"vcv-ui-state--hidden":!this.state.isVisible});return u.createElement("div",{className:o},u.createElement("div",{className:"vcv-ui-tree-content"},this.getSearchElement(),u.createElement("div",{className:"vcv-ui-hub-control-container"},this.getHubPanelControls()),u.createElement("div",{className:"vcv-ui-tree-content-section"},l,r)))}}]),a}(u.Component);(0,c.default)(Ee,"localizations",xe.get("localizations")),(0,c.default)(Ee,"minusThreeDayTimeStamp",xe.get("hubServerTime")-259200)},"./public/components/polyfills/index.js":function(){var e;"function"!=typeof(e=window.Element.prototype).matches&&(e.matches=e.msMatchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||function(e){for(var t=this,a=(t.document||t.ownerDocument).querySelectorAll(e),i=0;a[i]&&a[i]!==t;)++i;return Boolean(a[i])}),"function"!=typeof e.closest&&(e.closest=function(e){for(var t=this;t&&1===t.nodeType;){if(t.matches(e))return t;t=t.parentNode}return null})},"./public/components/popup/fullPagePopupContainer.js":function(e,t,a){"use strict";a.d(t,{default:function(){return E}});var i=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),n=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),s=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),r=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),l=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),o=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),c=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),u=a("./node_modules/react/index.js"),d=a("./node_modules/classnames/index.js"),v=a.n(d),m=a("./node_modules/vc-cake/index.js"),f=a("./public/components/premiumTeasers/component.js");function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,c.default)(e);if(t){var n=(0,c.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,o.default)(this,a)}}var g=(0,m.getService)("dataManager"),h=g.get("localizations"),y=(0,m.getStorage)("settings"),b=(0,m.getService)("dataProcessor"),C=(0,m.getStorage)("editorPopup"),w=function(e){(0,l.default)(a,e);var t=p(a);function a(e){var i;return(0,n.default)(this,a),(i=t.call(this,e)).state={isLoading:!1},i.handleClick=i.handleClick.bind((0,r.default)(i)),i}return(0,s.default)(a,[{key:"handleClick",value:function(){var e=this;this.handleUtmRedirect(),this.setState({isLoading:!0}),y.state("agreeHubTerms").set(!0),b.appAdminServerRequest({"vcv-action":"editors:agreeHubTerms:enable:adminNonce"}).then((function(){var t=C.state("fullScreenPopupData").get()||{};t&&t.onPrimaryButtonClick&&t.onPrimaryButtonClick(),e.setState({isLoading:!1}),e.props.onClose()}))}},{key:"handleUtmRedirect",value:function(){var e=g.get("utm"),t="vcv-hub"===g.get("slug")?"hub-vcdashboard":"hub-editor",a=e["hub-terms-box-button"].replace("{medium}",t);window.open(a)}},{key:"render",value:function(){var e=v()({"vcv-premium-teaser-btn":!0,"vcv-premium-teaser-btn--loading":this.state.isLoading}),t=null;if(this.props.onClose){var a=h.close||"Close";t=u.createElement("button",{className:"vcv-premium-teaser-close vcv-ui-icon vcv-ui-icon-close-thin","aria-label":a,onClick:this.props.onClose})}var i=h?h.agreeHubAccessTerms:'To download content from the Visual Composer Hub, read and accept our <a href="https://visualcomposer.com/terms-of-use/" target="_blank" rel="noopener noreferrer">cloud access terms</a> and <a href="https://visualcomposer.com/privacy-policy/" target="_blank" rel="noopener noreferrer">privacy policy</a>';return u.createElement("div",{className:"vcv-premium-teaser"},t,u.createElement("div",{className:"vcv-agree-hub-terms-badge"}),u.createElement("header",{className:"vcv-premium-teaser-header"},u.createElement("h2",{className:"vcv-premium-teaser-heading"},h?h.addPremiumElement:"Visual Composer Hub")),u.createElement("div",{className:"vcv-premium-teaser-content"},u.createElement("p",{className:"vcv-premium-teaser-text",dangerouslySetInnerHTML:{__html:i}})),u.createElement("div",{className:"vcv-premium-teaser-action-container"},u.createElement("button",{className:e,onClick:this.handleClick},h?h.yesIAgree:"Yes, I agree")))}}]),a}(u.Component);function x(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,i)}return a}function L(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,c.default)(e);if(t){var n=(0,c.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,o.default)(this,a)}}var k=(0,m.getStorage)("editorPopup"),S=(0,m.getService)("dataManager"),E=function(e){(0,l.default)(a,e);var t=L(a);function a(e){var i;(0,n.default)(this,a),i=t.call(this,e);var s=k.state("activeFullPopup").get();return i.state={popupVisible:!1,activePopup:s},i.handleCloseClick=i.handleCloseClick.bind((0,r.default)(i)),i.handlePrimaryButtonClick=i.handlePrimaryButtonClick.bind((0,r.default)(i)),i.handlePopupChange=i.handlePopupChange.bind((0,r.default)(i)),i.handleOutsideClick=i.handleOutsideClick.bind((0,r.default)(i)),i}return(0,s.default)(a,[{key:"componentDidMount",value:function(){k.state("activeFullPopup").onChange(this.handlePopupChange)}},{key:"componentWillUnmount",value:function(){k.state("activeFullPopup").ignoreChange(this.handlePopupChange)}},{key:"handlePopupChange",value:function(e){this.setState({activePopup:e,popupVisible:!!e})}},{key:"handleCloseClick",value:function(){this.setState({popupVisible:!1}),window.setTimeout((function(){k.state("activeFullPopup").set(!1)}),350)}},{key:"handlePrimaryButtonClick",value:function(){var e=k.state("fullScreenPopupData").get()||{};e.primaryButtonClick&&e.primaryButtonClick()}},{key:"handleOutsideClick",value:function(e){e.target.classList.contains("vcv-layout-popup--full-page")&&this.handleCloseClick()}},{key:"render",value:function(){var e=this.state,t=e.activePopup,a=e.popupVisible,n=v()({"vcv-layout-popup":!0,"vcv-layout-popup--full-page":!0,"vcv-layout-popup--visible":a}),s=k.state("fullScreenPopupData").get()||{},r=function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?x(Object(a),!0).forEach((function(t){(0,i.default)(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):x(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}({onClose:this.handleCloseClick,onPrimaryButtonClick:this.handlePrimaryButtonClick,isPremiumActivated:S.get("isPremiumActivated")},s),l=null;return"premium-teaser"===t?l=u.createElement(f.default,r):"terms-box"===t&&(l=u.createElement(w,{onClose:this.handleCloseClick})),u.createElement("div",{className:n,onClick:this.handleOutsideClick},u.createElement("div",{className:"vcv-layout-popup-container"},l))}}]),a}(u.Component)},"./public/components/premiumTeasers/component.js":function(e,t,a){"use strict";a.d(t,{default:function(){return b}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),r=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),l=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),o=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),c=a("./node_modules/react/index.js"),u=a("./node_modules/vc-cake/index.js"),d=a("./node_modules/classnames/index.js"),v=a.n(d);function m(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var f=(0,u.getService)("dataManager"),p=(0,u.getStorage)("hubAddons"),g=(0,u.getStorage)("workspace"),h=(0,u.getStorage)("notifications"),y=f.get("localizations"),b=function(e){(0,r.default)(a,e);var t=m(a);function a(e){var n;(0,i.default)(this,a),n=t.call(this,e);var r=!1;return(g.state("downloadingItems").get()||[]).includes(n.props.addonName)&&(r=!0),n.state={isDownloading:r},n.checkDownloading=n.checkDownloading.bind((0,s.default)(n)),n.handleClick=n.handleClick.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentWillUnmount",value:function(){g.state("downloadingItems").ignoreChange(this.checkDownloading)}},{key:"checkDownloading",value:function(){(g.state("downloadingItems").get()||[]).includes(this.props.addonName)||(this.setState({isDownloading:!1}),this.props.onClose&&this.props.onClose())}},{key:"handleClick",value:function(){var e=this,t=p.state("addonTeasers").get(),a=t.findIndex((function(t){return t.tag===e.props.addonName})),i=t[a];if(p.state("addons").get()[i.tag]){var n=y.successAddonDownload||"{name} has been successfully downloaded from the Visual Composer Hub and added to your content library. To finish the installation process reload the page.";h.trigger("add",{type:"warning",text:n.replace("{name}",i.name),time:8e3})}else this.setState({isDownloading:!0}),p.trigger("downloadAddon",i),g.state("downloadingItems").onChange(this.checkDownloading),this.props.onPrimaryButtonClick&&this.props.onPrimaryButtonClick()}},{key:"render",value:function(){var e=v()({"vcv-premium-teaser-btn":!0,"vcv-premium-teaser-btn--loading":this.state.isDownloading}),t=null,a=null;if(t=this.props.url&&!this.props.isPremiumActivated?c.createElement("a",{className:"vcv-premium-teaser-btn",href:this.props.url,target:"_blank",rel:"noopener noreferrer"},this.props.buttonText):c.createElement("button",{className:e,onClick:this.handleClick},this.props.buttonText),this.props.onClose){var i=y.close||"Close";a=c.createElement("button",{className:"vcv-premium-teaser-close vcv-ui-icon vcv-ui-icon-close-thin","aria-label":i,onClick:this.props.onClose})}return c.createElement("div",{className:"vcv-premium-teaser"},a,c.createElement("div",{className:"vcv-premium-teaser-badge"}),c.createElement("header",{className:"vcv-premium-teaser-header"},c.createElement("h2",{className:"vcv-premium-teaser-heading"},this.props.headingText)),c.createElement("div",{className:"vcv-premium-teaser-content"},c.createElement("p",{className:"vcv-premium-teaser-text",dangerouslySetInnerHTML:{__html:this.props.description}})),c.createElement("div",{className:"vcv-premium-teaser-action-container"},t))}}]),a}(c.Component)},"./public/components/scrollbar/scrollbar.js":function(e,t,a){"use strict";a.d(t,{default:function(){return y}});var i=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),n=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),s=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),r=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),l=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),o=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),c=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),u=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),d=a("./node_modules/react/index.js"),v=a("./node_modules/classnames/index.js"),m=a.n(v),f=a("./node_modules/react-custom-scrollbars/lib/index.js"),p=a("./node_modules/prop-types/index.js"),g=a.n(p);function h(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,c.default)(e);if(t){var n=(0,c.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,o.default)(this,a)}}var y=function(e){(0,l.default)(a,e);var t=h(a);function a(e){var i;return(0,n.default)(this,a),i=t.call(this,e),(0,u.default)((0,r.default)(i),"scrollbars",null),i.state={showTracks:!0},i}return(0,s.default)(a,[{key:"componentDidMount",value:function(){this.props.initialScrollTop&&this.scrollbars.scrollTop(this.props.initialScrollTop)}},{key:"scrollTop",value:function(e){return this.scrollbars.scrollTop(e)}},{key:"render",value:function(){var e=this,t=Object.assign({},this.props);delete t.initialScrollTop;var a=m()({"vcv-ui-scroll":!0,"vcv-ui-tree-layout-filled":Object.prototype.hasOwnProperty.call(this.props,"content")&&this.props.content});return d.createElement(f.Scrollbars,(0,i.default)({ref:function(t){e.scrollbars=t}},t,{className:a,renderTrackHorizontal:function(e){return d.createElement("div",(0,i.default)({},e,{className:"vcv-ui-scroll-track--horizontal"}))},renderTrackVertical:function(e){return d.createElement("div",(0,i.default)({},e,{className:"vcv-ui-scroll-track--vertical"}))},renderThumbHorizontal:function(e){return d.createElement("div",(0,i.default)({},e,{className:"vcv-ui-scroll-thumb--horizontal"}))},renderThumbVertical:function(e){return d.createElement("div",(0,i.default)({},e,{className:"vcv-ui-scroll-thumb--vertical"}))},renderView:function(e){return d.createElement("div",(0,i.default)({},e,{className:"vcv-ui-scroll-content"}))},onScroll:this.props.onScroll,hideTracksWhenNotNeeded:this.state.showTracks}))}}]),a}(d.Component);(0,u.default)(y,"propTypes",{content:g().number,onScroll:g().func})},"./public/components/stockMedia/giphyContainer.js":function(e,t,a){"use strict";a.d(t,{default:function(){return C}});var i=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),n=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),s=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),r=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),l=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),o=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),c=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),u=a("./node_modules/react/index.js"),d=a("./public/components/stockMedia/stockMedia.js"),v=a("./node_modules/prop-types/index.js"),m=a.n(v),f=a("./public/sources/images/giphyLogo.raw"),p=a.n(f),g=a("./node_modules/vc-cake/index.js");function h(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var y=(0,g.getService)("dataManager"),b=(0,g.getService)("roleManager"),C=function(e){(0,r.default)(a,e);var t=h(a);function a(){return(0,n.default)(this,a),t.apply(this,arguments)}return(0,s.default)(a,[{key:"render",value:function(){var e=y.get("localizations"),t={searchText:e?e.discoverGifAnimationsText:"Discover the best GIF animations from Giphy.",getMediaText:e?e.getGiphiesText:"Download and Add Free Animated GIFs to Your Site",getMediaWithPremiumText:e?e.getGiphiesWithPremiumText:"Download and Add Free Animated GIFs to Your Site With Visual Composer Premium",noConnectionToStockMediaText:"".concat(e.noConnectionToGiphy," #10089")||0,downloadText:e?e.downloadAnimationsFromGiphy:"Download animations from Giphy to your Media Library",unlockText:e?e.activatePremiumToUnlockGiphy:"Activate Premium to Unlock Giphy Integration",searchResultKey:e?e.gifAnimations:"GIF animations",hasBeenDownloadedText:e?e.gifAnimationDownloadedToMediaLibrary:"GIF animation has been downloaded to your Media Library.",poweredByText:e&&e.poweredBy?"".concat(e.poweredBy," <a href='https://giphy.com/' target='_blank'>GIPHY</a>"):"Powered by <a href='https://giphy.com/' target='_blank'>GIPHY</a>"},a=[{size:"small",title:e?e.small:"Small"},{size:"regular",title:e?e.regular:"Regular"},{size:"full",title:e?e.full:"Full"}];return u.createElement(d.default,(0,i.default)({stockMediaLogo:p(),stockMediaLocalizations:t,vcvAuthorApiKey:null,apiUrlKey:"giphy",sizes:a,previewImageSize:"regular",customContainerClass:"vcv-stock-media-container--giphy",isAllowedForThisRole:b.can("hub_giphy",b.defaultTrue())},this.props))}}]),a}(u.Component);(0,c.default)(C,"propTypes",{scrolledToBottom:m().bool,scrollTop:m().number,namespace:m().string,filterType:m().string})},"./public/components/stockMedia/stockMedia.js":function(e,t,a){"use strict";a.d(t,{default:function(){return P}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),r=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),l=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),o=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),c=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),u=a("./node_modules/react/index.js"),d=a("./node_modules/classnames/index.js"),v=a.n(d),m=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),f=a("./node_modules/prop-types/index.js"),p=a.n(f),g=a("./node_modules/lodash/lodash.js"),h=a.n(g),y=a("./node_modules/vc-cake/index.js");function b(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var C=(0,y.getService)("dataProcessor"),w=(0,y.getStorage)("notifications"),x=(0,y.getService)("sharedAssetsLibrary"),L=(0,y.getService)("dataManager"),k=(0,y.getStorage)("editorPopup"),S=(0,y.getStorage)("workspace"),E=function(e){(0,r.default)(a,e);var t=b(a);function a(e){var n;return(0,i.default)(this,a),n=t.call(this,e),(0,c.default)((0,s.default)(n),"maxColumnCount",5),(0,c.default)((0,s.default)(n),"abortController",new window.AbortController),(0,c.default)((0,s.default)(n),"componentUnmounted",!1),(0,c.default)((0,s.default)(n),"vcvLicenseKey",L.get("licenseKey")||"free"),(0,c.default)((0,s.default)(n),"allowDownload",!0),n.state={columnData:h().defaultsDeep({},n.createDefaultColumnData()),total:0,columnCount:3,page:1,totalPages:0,requestInProgress:!1,hasError:!1,downloadingItems:[]},n.resultsWrapperRef=u.createRef(),n.handleImageLoad=n.handleImageLoad.bind((0,s.default)(n)),n.handleClickDownloadImage=n.handleClickDownloadImage.bind((0,s.default)(n)),n.setColumnCount=n.setColumnCount.bind((0,s.default)(n)),n.handleLockClick=n.handleLockClick.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){window.addEventListener("resize",this.setColumnCount),this.setColumnCount(),this.getImagesFromServer("",1,"trending")}},{key:"componentWillUnmount",value:function(){window.removeEventListener("resize",this.setColumnCount),this.componentUnmounted=!0,this.abortController.abort()}},{key:"componentDidUpdate",value:function(e,t){var a=t.requestInProgress,i=t.page,n=e.scrolledToBottom,s=e.searchValue,r=e.scrollTop;this.props.searchValue&&(this.props.searchValue!==s?this.getImagesFromServer(this.props.searchValue,1):!1===a&&this.props.scrolledToBottom&&this.props.scrolledToBottom!==n&&this.getImagesFromServer(this.props.searchValue,i)),this.props.scrollTop!==r&&this.showImages()}},{key:"prepareImages",value:function(e){var t=this.getColumnData(e.results);if(this.setState({columnData:t,total:parseInt(e.total),page:this.state.page+1,totalPages:parseInt(e.totalPages),requestInProgress:!1}),this.resultContainer){var a=this.resultContainer.closest(".vcv-ui-scroll-content"),i=a&&a.getBoundingClientRect();i&&i.height>=a.scrollHeight&&this.getImagesFromServer(this.props.searchValue,this.state.page)}}},{key:"getColumnData",value:function(e){var t=this,a="";return a=1===this.state.page?h().defaultsDeep({},this.createDefaultColumnData()):h().defaultsDeep({},this.state.columnData),e&&e.length&&Object.keys(a).forEach((function(i){var n=a[i];e.forEach((function(e){var a=e.height/e.width,i=t.getSmallestFromArray(n);n[i].value+=a,n[i].images.push(e)}))})),a}},{key:"createDefaultColumnData",value:function(){for(var e={},t=1;t<=this.maxColumnCount;t++){e[t]=[];for(var a=0;a<t;a++)e[t].push({value:0,images:[]})}return e}},{key:"getImagesFromServer",value:function(e,t){var a=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"search",n=this.props,s=n.vcvAuthorApiKey,r=n.apiUrlKey,l=n.stockMediaLocalizations;if(!(t>1&&t>this.state.totalPages)){var o=L.get("apiUrl"),c=L.get("pluginUrl"),u="".concat(o,"/api/").concat(r,"/").concat(i),d=this.vcvLicenseKey;this.setState({page:t,requestInProgress:!0,hasError:!1});var v="";v="search"===i?"".concat(u,"/").concat(e,"?licenseKey=").concat(d,"&page=").concat(t,"&url=").concat(c):"".concat(u,"?licenseKey=").concat(d,"&url=").concat(c),s&&(v+="&author_api_key=".concat(s)),window.fetch(v,{method:"get",signal:this.abortController.signal}).then((function(e){return e.json()})).then((function(e){e&&(Object.prototype.hasOwnProperty.call(e,"allowDownload")?a.allowDownload=e.allowDownload:a.allowDownload=!0,a.prepareImages(e),e.results&&e.results.length&&a.showImages())}),(function(e){if(!a.componentUnmounted){var t=l&&l.noConnectionToStockMediaText;w.trigger("add",{text:t,time:5e3,type:"error",id:"stock-media-error--".concat(r),usePortal:".media-frame"===w.state("portal").get()}),a.setState({hasError:!0}),(0,y.env)("VCV_DEBUG")&&console.warn(t,e)}}))}}},{key:"getSmallestFromArray",value:function(e){if(1===e.length)return 0;var t=0,a=e[0].value;return e.forEach((function(i,n){i.value<a&&(a=e[n].value,t=n)})),t}},{key:"setColumnCount",value:function(){var e=this.getColumnCount();this.state.columnCount!==e&&(this.setState({columnCount:e}),this.showImages());var t=window.innerHeight||document.documentElement.clientHeight;t!==this.windowHeight&&this.showImages(),this.windowHeight=t}},{key:"getColumnCount",value:function(){for(var e=(this.resultsWrapperRef&&this.resultsWrapperRef.current&&this.resultsWrapperRef.current.getBoundingClientRect()).width||window.innerWidth||document.documentElement.clientWidth,t=300,a=1;a<=this.maxColumnCount;a++){if(e<t+250)return a;t+=250}return this.maxColumnCount}},{key:"handleImageLoad",value:function(e){var t=e.currentTarget;if(t){var a=t.closest(".vcv-stock-image-wrapper");a&&a.classList.add("vcv-stock-image--loaded")}}},{key:"showImages",value:function(){var e=this.resultContainer&&this.resultContainer.querySelectorAll(".vcv-stock-image-not-visible");e&&e.length&&e.forEach((function(e){e.getBoundingClientRect().top-100<(window.innerHeight||document.documentElement.clientHeight)&&(e.src=e.dataset.src,e.classList.remove("vcv-stock-image-not-visible"))}))}},{key:"handleClickDownloadImage",value:function(e){var t=this,i=this.props,n=i.apiUrlKey,s=i.stockMediaLocalizations,r=e.currentTarget,l=r&&r.getAttribute("data-img-size"),o=r&&r.closest(".vcv-stock-image-inner"),c=o&&o.id;if(c&&l){var u=this.state.downloadingItems;u[c]=!0,this.setState({downloadingItems:u}),C.appServerRequest({"vcv-action":"hub:".concat(n,":download:adminNonce"),"vcv-nonce":L.get("nonce"),"vcv-imageId":c,"vcv-imageSize":l,"vcv-stockMediaType":n}).then((function(i){try{var r=JSON.parse(i);if(r.status)w.trigger("add",{text:s&&s.hasBeenDownloadedText||"",time:5e3,usePortal:".media-frame"===w.state("portal").get()});else{var l=r.response?r.response.message:r.message;l=l||"".concat(a.localizations.noAccessCheckLicence," #10087")||0,w.trigger("add",{text:l,time:5e3,type:"error",id:"stock-media-error--".concat(n),usePortal:".media-frame"===w.state("portal").get()}),(0,y.env)("VCV_DEBUG")&&console.warn(l,r)}}catch(e){var o="".concat(a.localizations.coundNotParseData," #10086")||0;w.trigger("add",{text:o,time:5e3,type:"error",id:"stock-media-error--".concat(n),usePortal:".media-frame"===w.state("portal").get()}),(0,y.env)("VCV_DEBUG")&&console.warn(o,e)}if(!t.componentUnmounted){var u=t.state.downloadingItems;delete u[c],t.setState({downloadingItems:u})}}))}}},{key:"getSizeButtons",value:function(e){var t=this;return this.props.sizes.map((function(a){var i=null;return"number"==typeof a.size&&e&&(i=u.createElement("span",null," (",a.size," x ",Math.round(a.size*e),")")),u.createElement("button",{className:"vcv-stock-image-download-button",onClick:t.handleClickDownloadImage,"data-img-size":a.size,key:"stock-media-download-button-".concat(a.size)},a.title,i,u.createElement("span",{className:"vcv-ui-icon vcv-ui-icon-download"}))}))}},{key:"getAuthorButton",value:function(e){if(e&&e.url)return u.createElement("a",{href:e&&e.url,target:"_blank",rel:"noopener noreferrer",className:"vcv-stock-image-download-button vcv-stock-image-author"},u.createElement("img",{src:e&&e.image,alt:e&&e.name,className:"vcv-stock-image-author-image"}),e&&e.name)}},{key:"handleLockClick",value:function(){var e=L.get("isPremiumActivated"),t=a.localizations?a.localizations.unlockAllFeatures:"Unlock All Features",i="";"giphy"===this.props.apiUrlKey?i=a.localizations?a.localizations.accessToGiphy:"Access the whole GIPHY library with Visual Composer Premium.":"unsplash"===this.props.apiUrlKey&&(i=a.localizations?a.localizations.accessToUnsplash:"Access the whole Unsplash stock image library with Visual Composer Premium.");var n=L.get("utm"),s=this.props.renderPlace?this.props.renderPlace:"hub",r=S.state("settings").get(),l=r&&r.options&&r.options.filterType?"-add"+r.options.filterType:"",o="".concat(this.props.filterType).concat(l,"-").concat(s,"-").concat(this.props.namespace),c=n["editor-hub-popup-teaser"],u={headingText:a.localizations?a.localizations.doMoreWithPremium:"Do More With Premium",buttonText:t,description:i,isPremiumActivated:e,url:c.replace("{medium}",o)};k.state("fullScreenPopupData").set(u),k.state("activeFullPopup").set("premium-teaser")}},{key:"getItems",value:function(){var e=this,t=this.state,a=t.columnData,i=t.columnCount,n=t.downloadingItems,s=this.props,r=s.stockMediaLocalizations,l=s.previewImageSize,o=s.isAllowedForThisRole,c=this.allowDownload&&"free"!==this.vcvLicenseKey,d=r&&r.unlockText;return a[i].map((function(t,a){var s=t.images.map((function(t,s){var r,f=t.urls,p=t.user,g={className:"vcv-stock-image vcv-stock-image-not-visible",alt:"Stock Media Image",onLoad:e.handleImageLoad,onError:e.handleImageLoad,"data-src":f[l]},h=v()({"vcv-stock-image-inner":!0,"vcv-stock-image--downloading":n[t.id]}),y=t.height/t.width;if(c&&o)r=u.createElement(u.Fragment,null,u.createElement("div",{className:"vcv-stock-image-download-container"},u.createElement("div",{className:"vcv-stock-image-download-options"},e.getSizeButtons(y),e.getAuthorButton(p))),u.createElement("div",{className:"vcv-stock-image-loading"},u.createElement("span",{className:"vcv-ui-icon vcv-ui-wp-spinner-light"})));else{var b={};c?(b.title="Restricted",b.style={cursor:"not-allowed"}):(b.onClick=e.handleLockClick,b.title=d),r=u.createElement("div",(0,m.default)({className:"vcv-stock-image-hover-lock"},b),u.createElement("span",{className:"vcv-ui-icon vcv-ui-icon-lock-fill"}))}return u.createElement("div",{className:"vcv-stock-image-wrapper",key:"vcv-stock-image-".concat(i,"-").concat(a,"-").concat(s)},u.createElement("div",{className:h,style:{paddingBottom:"".concat(100*y,"%")},id:t.id},u.createElement("img",g),r))}));return u.createElement("div",{className:"vcv-stock-images-col",key:"vcv-stock-image-column-".concat(i,"-").concat(a)},s)}))}},{key:"getNoResultsElement",value:function(){var e=a.localizations?a.localizations.nothingFound:"Nothing found",t=x.getSourcePath("images/search-no-result.png");return u.createElement("div",{className:"vcv-ui-editor-no-items-container"},u.createElement("div",{className:"vcv-ui-editor-no-items-content"},u.createElement("img",{className:"vcv-ui-editor-no-items-image",src:t,alt:e})))}},{key:"render",value:function(){var e=this,t=this.state,i=t.total,n=t.columnCount,s=t.requestInProgress,r=t.page,l=t.hasError,o=this.props,c=o.searchValue,d=o.isSearchUsed,v=o.stockMediaLocalizations;if(l)return null;if(d&&!c)return this.getNoResultsElement();var m=u.createElement("div",{className:"vcv-loading-dots-container"},u.createElement("div",{className:"vcv-loading-dot vcv-loading-dot-1"}),u.createElement("div",{className:"vcv-loading-dot vcv-loading-dot-2"}));if(s&&1===r)return m;var f="vcv-stock-images-results-container vcv-stock-images-column-count--".concat(n),p="";p=i>0?u.createElement("div",{className:f,ref:function(t){e.resultContainer=t}},this.getItems()):this.getNoResultsElement();var g=a.localizations.free&&a.localizations.free.toLowerCase(),h=v&&v.downloadText,y=v&&v.searchResultKey;return u.createElement("div",{className:"vcv-stock-image-results-wrapper",ref:this.resultsWrapperRef},c&&u.createElement("div",{className:"vcv-stock-images-results-data"},u.createElement("span",null,i," ",g||"free"," ",c.toLowerCase()," ",y),u.createElement("span",null,h)),p,s&&u.createElement("div",{className:"vcv-loading-wrapper"},m))}}]),a}(u.Component);function T(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}(0,c.default)(E,"propTypes",{searchValue:p().string,scrolledToBottom:p().bool,scrollTop:p().number,isSearchUsed:p().bool,namespace:p().string,filterType:p().string}),(0,c.default)(E,"localizations",L.get("localizations"));var M=(0,y.getService)("dataManager"),P=function(e){(0,r.default)(a,e);var t=T(a);function a(e){var n;return(0,i.default)(this,a),n=t.call(this,e),(0,c.default)((0,s.default)(n),"inputTimeout",0),n.state={inputValue:"",input:!1,searchValue:"",isSearchUsed:!1},n.handleValueChange=n.handleValueChange.bind((0,s.default)(n)),n.handleInputFocus=n.handleInputFocus.bind((0,s.default)(n)),n.handleSearch=n.handleSearch.bind((0,s.default)(n)),n.handleKeyPress=n.handleKeyPress.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentWillUnmount",value:function(){this.inputTimeout&&(window.clearTimeout(this.inputTimeout),this.inputTimeout=0)}},{key:"handleKeyPress",value:function(e){"Enter"===e.key&&(e.preventDefault(),this.handleSearch())}},{key:"handleSearch",value:function(){var e={searchValue:""!==this.state.inputValue?this.state.inputValue:this.state.searchValue};this.state.inputValue&&(e.isSearchUsed=!0),this.setState(e)}},{key:"handleValueChange",value:function(e){this.setState({inputValue:e.currentTarget.value})}},{key:"handleInputFocus",value:function(){var e=this;this.setState({input:!0}),this.inputTimeout=setTimeout((function(){e.setState({input:!1})}),400)}},{key:"getSearch",value:function(){var e=this.props.stockMediaLocalizations,t=e&&e.searchText||"",a=v()({"vcv-ui-search-container":!0,"vcv-ui-editor-field-highlight":this.state.input});return u.createElement("div",{className:a},u.createElement("button",{className:"vcv-ui-search-button",onClick:this.handleSearch},u.createElement("i",{className:"vcv-ui-icon vcv-ui-icon-search"})),u.createElement("input",{className:"vcv-ui-form-input vcv-ui-search-field",onChange:this.handleValueChange,onFocus:this.handleInputFocus,type:"text",value:this.state.inputValue,placeholder:t,onKeyPress:this.handleKeyPress,autoFocus:!0}))}},{key:"render",value:function(){var e=this.props,t=e.backgroundImage,i=e.stockMediaLocalizations,n=e.stockMediaLogo,s=e.vcvAuthorApiKey,r=e.apiUrlKey,l=e.scrollTop,o=e.scrolledToBottom,d=e.sizes,m=e.previewImageSize,f=e.customContainerClass,p=e.goPremiumLink,g=i&&i.getMediaWithPremiumText||"",h=i&&i.getMediaText||"",y=a.localizations?a.localizations.goPremium:"Go Premium",b="";if(M.get("isPremiumActivated")){var C=null;i.poweredByText&&(C=u.createElement("div",{className:"vcv-stock-media-powered-text",dangerouslySetInnerHTML:{__html:i.poweredByText}})),b=u.createElement(u.Fragment,null,u.createElement("span",{className:"vcv-stock-images-unsplash-logo",dangerouslySetInnerHTML:{__html:n}}),u.createElement("p",{className:"vcv-stock-images-subtitle"},h),this.getSearch(),C)}else b=u.createElement(u.Fragment,null,u.createElement("span",{className:"vcv-stock-images-unsplash-logo",dangerouslySetInnerHTML:{__html:n}}),u.createElement("p",{className:"vcv-stock-images-subtitle"},g),u.createElement("a",{className:"vcv-stock-images-button",href:p,target:"_blank",rel:"noopener noreferrer"},y));var w={};!this.state.isSearchUsed&&t&&(w.backgroundImage=t);var x=v()({"vcv-ui-editor-plates-container":!0,"vcv-ui-editor-plate--stock-images":!0,"vcv-ui-editor-plate--stock-images--search-is-used":this.state.isSearchUsed}),L=v()((0,c.default)({"vcv-stock-images-container":!0},f,!!f));return u.createElement(u.Fragment,null,u.createElement("div",{className:x},u.createElement("div",{className:L,style:w},u.createElement("div",{className:"vcv-stock-images-inner"},b))),u.createElement(E,{searchValue:this.state.searchValue,scrolledToBottom:o,scrollTop:l,isSearchUsed:this.state.isSearchUsed,stockMediaLocalizations:i,vcvAuthorApiKey:s,apiUrlKey:r,sizes:d,previewImageSize:m,namespace:this.props.namespace,filterType:this.props.filterType,renderPlace:this.props.renderPlace,isAllowedForThisRole:this.props.isAllowedForThisRole}))}}]),a}(u.Component);(0,c.default)(P,"localizations",M.get("localizations")),(0,c.default)(P,"propTypes",{scrolledToBottom:p().bool,scrollTop:p().number,backgroundImage:p().string,namespace:p().string,filterType:p().string,renderPlace:p().string,onClickGoPremium:p().func,isAllowedForThisRole:p().bool})},"./public/components/stockMedia/unsplashContainer.js":function(e,t,a){"use strict";a.d(t,{default:function(){return x}});var i=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),n=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),s=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),r=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),l=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),o=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),c=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),u=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),d=a("./node_modules/react/index.js"),v=a("./public/components/stockMedia/stockMedia.js"),m=a("./node_modules/prop-types/index.js"),f=a.n(m),p=a("./public/sources/images/unsplashLogo.raw"),g=a.n(p),h=a("./node_modules/vc-cake/index.js");function y(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,c.default)(e);if(t){var n=(0,c.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,o.default)(this,a)}}var b=(0,h.getService)("dataManager"),C=["https://cdn.hub.visualcomposer.com/plugin-assets/unsplash-1.jpg","https://cdn.hub.visualcomposer.com/plugin-assets/unsplash-2.jpg","https://cdn.hub.visualcomposer.com/plugin-assets/unsplash-3.jpg","https://cdn.hub.visualcomposer.com/plugin-assets/unsplash-4.jpg","https://cdn.hub.visualcomposer.com/plugin-assets/unsplash-5.jpg"],w=(0,h.getService)("roleManager"),x=function(e){(0,l.default)(a,e);var t=y(a);function a(){var e;(0,n.default)(this,a);for(var i=arguments.length,s=new Array(i),l=0;l<i;l++)s[l]=arguments[l];return e=t.call.apply(t,[this].concat(s)),(0,u.default)((0,r.default)(e),"randomImage",e.getRandomImage()),e}return(0,s.default)(a,[{key:"getRandomImage",value:function(){return C[Math.floor(Math.random()*C.length)]}},{key:"render",value:function(){var e=b.get("localizations"),t={searchText:e?e.searchPhotosOnUnsplash:"Search for free high-resolution photos on Unsplash",getMediaText:e?e.getPhotosText:"Download and Add Free Beautiful Photos to Your Site",getMediaWithPremiumText:e?e.getPhotosWithPremiumText:"Download and Add Free Beautiful Photos to Your Site With Visual Composer Premium",noConnectionToStockMediaText:"".concat(e.noConnectionToUnsplash," #10088")||0,downloadText:e?e.downloadImageFromUnsplash:"Download images from Unsplash to the Media Library",unlockText:e?e.activatePremiumToUnlockStockImages:"Activate Premium to Unlock Unsplash",searchResultKey:e?e.images:"images",hasBeenDownloadedText:e?e.imageDownloadedToMediaLibrary:"The image has been downloaded to the Media Library."},a=[{size:400,title:e?e.small:"Small"},{size:800,title:e?e.medium:"Medium"},{size:1600,title:e?e.large:"Large"}];return d.createElement(v.default,(0,i.default)({stockMediaLogo:g(),backgroundImage:"url(".concat(this.randomImage,")"),stockMediaLocalizations:t,vcvAuthorApiKey:b.get("licenseUnsplashAuthorApiKey"),apiUrlKey:"unsplash",sizes:a,previewImageSize:"small",isAllowedForThisRole:w.can("hub_unsplash",w.defaultTrue())},this.props))}}]),a}(d.Component);(0,u.default)(x,"propTypes",{scrolledToBottom:f().bool,scrollTop:f().number,namespace:f().string,filterType:f().string})},"./public/components/tooltip/tooltip.js":function(e,t,a){"use strict";a.d(t,{default:function(){return p}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),r=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),l=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),o=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),c=a("./node_modules/react/index.js"),u=a("./node_modules/classnames/index.js"),d=a.n(u);function v(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var m=function(e){(0,r.default)(a,e);var t=v(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).tooltipBoxRef=c.createRef(),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){if(this.tooltipBoxRef&&this.tooltipBoxRef.current){var e=this.tooltipBoxRef.current.getBoundingClientRect(),t=window.document.body.getBoundingClientRect();e.bottom>t.height&&this.props.setTopState(!0)}}},{key:"render",value:function(){return c.createElement("div",{ref:this.tooltipBoxRef,className:"vcv-tooltip-box",style:this.props.boxStyles,dangerouslySetInnerHTML:{__html:this.props.children}})}}]),a}(c.Component);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var p=function(e){(0,r.default)(a,e);var t=f(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).state={isVisible:!1,showAtTop:!1},n.tooltipRef=c.createRef(),n.tooltipButtonRef=c.createRef(),n.handleTooltipClick=n.handleTooltipClick.bind((0,s.default)(n)),n.closeIfNotInside=n.closeIfNotInside.bind((0,s.default)(n)),n.handleMouseEnter=n.handleMouseEnter.bind((0,s.default)(n)),n.handleMouseLeave=n.handleMouseLeave.bind((0,s.default)(n)),n.setTopState=n.setTopState.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){var e=this.props.relativeElementSelector||".vcv-ui-scroll";this.overflowContainer=this.tooltipRef.current&&this.tooltipRef.current.closest(e)||document.body}},{key:"componentWillUnmount",value:function(){document.body.removeEventListener("click",this.closeIfNotInside)}},{key:"closeIfNotInside",value:function(e){var t=e.target;t.closest(".vcv-tooltip-box")||t===this.tooltipButtonRef.current||this.handleTooltipClick()}},{key:"handleTooltipClick",value:function(){this.state.isVisible?document.body.removeEventListener("click",this.closeIfNotInside):document.body.addEventListener("click",this.closeIfNotInside),this.setState({isVisible:!this.state.isVisible})}},{key:"getTooltipPosition",value:function(){var e=234,t=this.tooltipRef.current,a=this.overflowContainer,i=t.getBoundingClientRect(),n=a.getBoundingClientRect(),s=-117;return i.left-n.left<117?s=n.left-i.left+3:n.right-i.right<117&&(s=-(e-n.right+i.left+3)),{left:s}}},{key:"handleMouseEnter",value:function(){this.setState({isHovered:!0})}},{key:"handleMouseLeave",value:function(){this.setState({isHovered:!1})}},{key:"setTopState",value:function(){this.setState({showAtTop:!0})}},{key:"render",value:function(){var e=this.state,t=e.isVisible,a=e.isHovered,i=null;if(t||a){var n=this.getTooltipPosition();i=c.createElement(m,{boxStyles:n,setTopState:this.setTopState},this.props.children)}var s=d()({"vcv-tooltip-button":!0,"vcv-ui-icon":!0,"vcv-ui-icon-question":!0,"vcv-ui-icon--active":t||a,"vcv-ui-icon--light-hover":this.props.isLightHover}),r=d()({"vcv-tooltip-container":!0,"vcv-tooltip-container--box-position--top":this.state.showAtTop});return c.createElement("div",{className:r,ref:this.tooltipRef},c.createElement("i",{ref:this.tooltipButtonRef,className:s,onClick:this.handleTooltipClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave}),i)}}]),a}(c.Component)},"./public/config/hub-services.js":function(e,t,a){a("./public/editor/services/dataManager/service.js"),a("./public/editor/services/utils/service.js"),a("./public/editor/services/roleManager/service.js"),a("./public/editor/services/document/service.js"),a("./public/editor/services/wordpress-post-data/service.js"),a("./public/editor/services/dataProcessor/service.js"),a("./public/editor/services/cook/service.js"),a("./public/editor/services/sharedAssetsLibrary/service.js"),a("./public/editor/services/elementAssetsLibrary/service.js"),a("./public/editor/services/actionsManager/service.js"),a("./public/editor/services/rulesManager/service.js"),a("./public/editor/services/modernAssetsStorage/service.js"),a("./public/editor/services/stylesManager/service.js"),a("./public/editor/services/wpMyTemplates/service.js"),a("./public/editor/services/hubElements/service.js"),a("./public/editor/services/elementAccessPoint/service.js"),a("./public/editor/services/hubAddons/service.js"),a("./public/editor/services/renderProcessor/service.js"),a("./public/editor/services/api/service.js")},"./public/editor/services/actionsManager/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=void 0,s={do:function(e,t,a,i){var n=e.action,r=e.options;s.actions[n||"ping"].call(s,t,a,r,i)},actions:{ping:function(e,t,a){console.log("ping",e,t,a)},toggleVisibility:function(e,t,a){void 0!==a&&(e=a?!e:e),s.actions.updateDependenciesClasses.call(n,e,t,{class:"vcv-ui-state--visible"}),s.actions.updateDependenciesClasses.call(n,!e,t,{class:"vcv-ui-state--hidden"})},toggleSectionVisibility:function(e,t,a){s.actions.toggleVisibility(e,t,a)},attachImageUrls:function(e,t,a,i){t.refAttributeComponent&&t.refAttributeComponent.updateExtraAttributesStates?t.refAttributeComponent.updateExtraAttributesStates("url",e):i.settings(t.key).settings.options.url!==e&&(i.settings(t.key).settings.options.url=e,t.refWrapperComponent.forceUpdate())},updateDependenciesClasses:function(e,t,a,i){var n=(t.refWrapperComponent.state.dependenciesClasses||[]).filter((function(e){return e!==a.class}));e&&n.push(a.class),t.refWrapper.parentNode.parentNode&&t.refWrapperComponent.setState({dependenciesClasses:n})},fieldMethod:function(e,t,a,i){s.actions.attributeComponentMethod(e,t,a,i)},attributeComponentMethod:function(e,t,a,i){t.refAttributeComponent&&t.refAttributeComponent[a.method]&&t.refAttributeComponent[a.method](e,t,a,i)}}};a.n(i)().addService("actionsManager",s)},"./public/editor/services/api/lib/shapes.js":function(e){e.exports={zigzag:{top:{content:'<path d="M19.8994949,3.0755687000000016 20.1005051,3.0755687000000016 30,13 39.8994949,3.0755687000000016 40.1005051,3.0755687000000016 50,13 59.8994949,3.0755687000000016 60.1005051,3.0755687000000016 70,13 79.8994949,3.0755687000000016 80.1005051,3.0755687000000016 90,13 99.8994949,3.0755687000000016 100.100505,3.0755687000000016 110,13 119.899495,3.0755687000000016 120.100505,3.0755687000000016 130,13 139.899495,3.0755687000000016 140.100505,3.0755687000000016 150,13 159.899495,3.0755687000000016 160.100505,3.0755687000000016 170,13 179.899495,3.0755687000000016 180.100505,3.0755687000000016 190,13 199.899495,3.0755687000000016 200.100505,3.0755687000000016 210,13 219.899495,3.0755687000000016 220.100505,3.0755687000000016 230,13 239.899495,3.0755687000000016 240.100505,3.0755687000000016 250,13 259.899495,3.0755687000000016 260.100505,3.0755687000000016 270,13 279.899495,3.0755687000000016 280.100505,3.0755687000000016 290,13 299.899495,3.0755687000000016 300.100505,3.0755687000000016 310,13 319.899495,3.0755687000000016 320.100505,3.0755687000000016 330,13 339.899495,3.0755687000000016 340.100505,3.0755687000000016 350,13 359.899495,3.0755687000000016 360.100505,3.0755687000000016 370,13 379.899495,3.0755687000000016 380.100505,3.0755687000000016 390,13 399.899495,3.0755687000000016 400.100505,3.0755687000000016 410,13 419.899495,3.0755687000000016 420.100505,3.0755687000000016 430,13 439.899495,3.0755687000000016 440.100505,3.0755687000000016 450,13 459.899495,3.0755687000000016 460.100505,3.0755687000000016 470,13 479.899495,3.0755687000000016 480.100505,3.0755687000000016 490,13 499.899495,3.0755687000000016 500,3.0755687000000016 500,0 0,0 0,3.0755687000000016 0.100505063,3.0755687000000016 10,13 19.8994949,3.0755687000000016 Z"></path>',unitContent:'<path d="M0.039798989800000004,0.7518892175 0.0402010102,0.7518892175 0.06,1 0.0797989898,0.7518892175 0.0802010102,0.7518892175 0.1,1 0.1197989898,0.7518892175 0.1202010102,0.7518892175 0.14,1 0.15979898979999999,0.7518892175 0.16020101020000002,0.7518892175 0.18,1 0.1997989898,0.7518892175 0.20020100999999998,0.7518892175 0.22,1 0.23979899,0.7518892175 0.24020101,0.7518892175 0.26,1 0.27979899,0.7518892175 0.28020101,0.7518892175 0.3,1 0.31979899,0.7518892175 0.32020101,0.7518892175 0.34,1 0.35979899,0.7518892175 0.36020101,0.7518892175 0.38,1 0.39979899,0.7518892175 0.40020101,0.7518892175 0.42,1 0.43979899,0.7518892175 0.44020101,0.7518892175 0.46,1 0.47979899,0.7518892175 0.48020101,0.7518892175 0.5,1 0.51979899,0.7518892175 0.52020101,0.7518892175 0.54,1 0.55979899,0.7518892175 0.56020101,0.7518892175 0.58,1 0.59979899,0.7518892175 0.60020101,0.7518892175 0.62,1 0.63979899,0.7518892175 0.64020101,0.7518892175 0.66,1 0.67979899,0.7518892175 0.68020101,0.7518892175 0.7,1 0.71979899,0.7518892175 0.72020101,0.7518892175 0.74,1 0.75979899,0.7518892175 0.76020101,0.7518892175 0.78,1 0.79979899,0.7518892175 0.80020101,0.7518892175 0.82,1 0.83979899,0.7518892175 0.84020101,0.7518892175 0.86,1 0.8797989900000001,0.7518892175 0.88020101,0.7518892175 0.9,1 0.91979899,0.7518892175 0.92020101,0.7518892175 0.94,1 0.95979899,0.7518892175 0.96020101,0.7518892175 0.98,1 0.99979899,0.7518892175 1,0.7518892175 1,0 0,0 0,0.7518892175 0.000201010126,0.7518892175 0.02,1 0.039798989800000004,0.7518892175 Z"></path>'},bottom:{content:'<path d="M19.8994949,37.924431330000004 L20.1005051,37.924431330000004 30,28 39.8994949,37.924431330000004 40.1005051,37.924431330000004 50,28.00000000000003 59.8994949,37.924431330000004 60.1005051,37.924431330000004 70,28.00000000000003 79.8994949,37.924431330000004 80.1005051,37.924431330000004 90,28 99.8994949,37.924431330000004 100.100505,37.924431330000004 110,28.00000000000003 119.899495,37.924431330000004 120.100505,37.924431330000004 130,28.00000000000003 139.899495,37.924431330000004 140.100505,37.924431330000004 150,28 159.899495,37.924431330000004 160.100505,37.924431330000004 170,28.00000000000003 179.899495,37.924431330000004 180.100505,37.924431330000004 190,28.00000000000003 199.899495,37.924431330000004 200.100505,37.924431330000004 210,28 219.899495,37.924431330000004 220.100505,37.924431330000004 230,28.00000000000003 239.899495,37.924431330000004 240.100505,37.924431330000004 250,28.00000000000003 259.899495,37.924431330000004 260.100505,37.924431330000004 270,28.00000000000003 279.899495,37.924431330000004 280.100505,37.924431330000004 290,28.00000000000003 299.899495,37.924431330000004 300.100505,37.924431330000004 310,28 319.899495,37.924431330000004 320.100505,37.924431330000004 330,28.00000000000003 339.899495,37.924431330000004 340.100505,37.924431330000004 350,28.00000000000003 359.899495,37.924431330000004 360.100505,37.924431330000004 370,28 379.899495,37.924431330000004 380.100505,37.924431330000004 390,28.00000000000003 399.899495,37.924431330000004 400.100505,37.924431330000004 410,28.00000000000003 419.899495,37.924431330000004 420.100505,37.924431330000004 430,28 439.899495,37.924431330000004 440.100505,37.924431330000004 450,28.00000000000003 459.899495,37.924431330000004 460.100505,37.924431330000004 470,28.00000000000003 479.899495,37.924431330000004 480.100505,37.924431330000004 490,28 499.899495,37.924431330000004 500,37.924431330000004 500,40 0,40 0,37.924431330000004 0.100505063,37.924431330000004 10,28.00000000000003 19.8994949,37.924431330000004 Z"></path>',unitContent:'<path d="M0.039798989800000004,0.9481107832500001 L0.0402010102,0.9481107832500001 0.06,0.7 0.0797989898,0.9481107832500001 0.0802010102,0.9481107832500001 0.1,0.7000000000000007 0.1197989898,0.9481107832500001 0.1202010102,0.9481107832500001 0.14,0.7000000000000007 0.15979898979999999,0.9481107832500001 0.16020101020000002,0.9481107832500001 0.18,0.7 0.1997989898,0.9481107832500001 0.20020100999999998,0.9481107832500001 0.22,0.7000000000000007 0.23979899,0.9481107832500001 0.24020101,0.9481107832500001 0.26,0.7000000000000007 0.27979899,0.9481107832500001 0.28020101,0.9481107832500001 0.3,0.7 0.31979899,0.9481107832500001 0.32020101,0.9481107832500001 0.34,0.7000000000000007 0.35979899,0.9481107832500001 0.36020101,0.9481107832500001 0.38,0.7000000000000007 0.39979899,0.9481107832500001 0.40020101,0.9481107832500001 0.42,0.7 0.43979899,0.9481107832500001 0.44020101,0.9481107832500001 0.46,0.7000000000000007 0.47979899,0.9481107832500001 0.48020101,0.9481107832500001 0.5,0.7000000000000007 0.51979899,0.9481107832500001 0.52020101,0.9481107832500001 0.54,0.7000000000000007 0.55979899,0.9481107832500001 0.56020101,0.9481107832500001 0.58,0.7000000000000007 0.59979899,0.9481107832500001 0.60020101,0.9481107832500001 0.62,0.7 0.63979899,0.9481107832500001 0.64020101,0.9481107832500001 0.66,0.7000000000000007 0.67979899,0.9481107832500001 0.68020101,0.9481107832500001 0.7,0.7000000000000007 0.71979899,0.9481107832500001 0.72020101,0.9481107832500001 0.74,0.7 0.75979899,0.9481107832500001 0.76020101,0.9481107832500001 0.78,0.7000000000000007 0.79979899,0.9481107832500001 0.80020101,0.9481107832500001 0.82,0.7000000000000007 0.83979899,0.9481107832500001 0.84020101,0.9481107832500001 0.86,0.7 0.8797989900000001,0.9481107832500001 0.88020101,0.9481107832500001 0.9,0.7000000000000007 0.91979899,0.9481107832500001 0.92020101,0.9481107832500001 0.94,0.7000000000000007 0.95979899,0.9481107832500001 0.96020101,0.9481107832500001 0.98,0.7 0.99979899,0.9481107832500001 1,0.9481107832500001 1,1 0,1 0,0.9481107832500001 0.000201010126,0.9481107832500001 0.02,0.7000000000000007 0.039798989800000004,0.9481107832500001 Z"></path>'},viewBox:{height:"40",width:"500"}},"zigzag-1":{top:{content:'<path d="M407.445531,8 L400.225521,1.0528981000000002 393.149197,8 385.929187,1.0528981000000002 378.852862,8 371.632852,1.0528981000000002 364.556528,8 357.031959,1.3518948999999978 350.260193,8 343.183869,1.0528981000000002 335.963859,8 328.887534,1.0528981000000002 321.667524,8 314.5912,1.0528981000000002 307.37119,8 300.294866,1.0528981000000002 293.074856,8 285.998531,1.0528981000000002 278.778521,8 271.702197,1.0528981000000002 264.482187,8 257.405862,1.0528981000000002 250.185852,8 243.109528,1.0528981000000002 235.889518,8 228.813193,1.0528981000000002 221.593184,8 214.516859,1.0528981000000002 207.296849,8 200.220525,1.0528981000000002 193.000515,8 185.92419,1.0528981000000002 178.70418,8 171.627856,1.0528981000000002 164.407846,8 157.331521,1.0528981000000002 150.111511,8 143.035187,1.0528981000000002 135.815177,8 128.738852,1.0528981000000002 121.518843,8 114.442518,1.0528981000000002 107.222508,8 100.146184,1.0528981000000002 92.9261737,8 85.8498492,1.0528981000000002 78.6298393,8 71.5535148,1.0528981000000002 64.3335049,8 57.2571804,1.0528981000000002 50.0371705,8 42.960846,1.0528981000000002 35.740836,8 28.6645115,1.0528981000000002 21.4445016,8 14.3681771,1.0528981000000002 7.14816721,8 0.0718426999,1.0528981000000002 0,0 500,0 499.928157,1.0528981000000002 492.851833,8 485.631823,1.0528981000000002 478.555498,8 471.335488,1.0528981000000002 464.259164,8 457.039154,1.0528981000000002 449.96283,8 442.438261,1.3518948999999978 435.666495,8 428.446485,1.0528981000000002 421.370161,8 414.412265,1.1604876000000033 Z"></path>',unitContent:'<path d="M0.814891062,1 L0.8004510420000001,0.8263224525 0.786298394,1 0.771858374,0.8263224525 0.757705724,1 0.743265704,0.8263224525 0.729113056,1 0.7140639179999999,0.8337973725 0.700520386,1 0.6863677380000001,0.8263224525 0.6719277180000001,1 0.6577750680000001,0.8263224525 0.6433350480000001,1 0.6291824,0.8263224525 0.61474238,1 0.600589732,0.8263224525 0.586149712,1 0.571997062,0.8263224525 0.557557042,1 0.5434043940000001,0.8263224525 0.5289643740000001,1 0.5148117240000001,0.8263224525 0.500371704,1 0.48621905600000004,0.8263224525 0.47177903600000004,1 0.45762638600000005,0.8263224525 0.443186368,1 0.429033718,0.8263224525 0.414593698,1 0.40044105,0.8263224525 0.38600103,1 0.37184838000000003,0.8263224525 0.35740836000000004,1 0.343255712,0.8263224525 0.328815692,1 0.314663042,0.8263224525 0.300223022,1 0.286070374,0.8263224525 0.271630354,1 0.25747770400000003,0.8263224525 0.243037686,1 0.22888503600000001,0.8263224525 0.21444501600000002,1 0.200292368,0.8263224525 0.1858523474,1 0.1716996984,0.8263224525 0.1572596786,1 0.1431070296,0.8263224525 0.12866700979999998,1 0.1145143608,0.8263224525 0.100074341,1 0.085921692,0.8263224525 0.07148167200000001,1 0.057329023,0.8263224525 0.0428890032,1 0.0287363542,0.8263224525 0.014296334420000001,1 0.0001436853998,0.8263224525 0,0 1,0 0.999856314,0.8263224525 0.985703666,1 0.971263646,0.8263224525 0.957110996,1 0.942670976,0.8263224525 0.928518328,1 0.914078308,0.8263224525 0.89992566,1 0.884876522,0.8337973725 0.87133299,1 0.85689297,0.8263224525 0.842740322,1 0.82882453,0.82901219 Z"></path>'},bottom:{content:'<path d="M407.445531,32 L414.412265,38.839512389999996 421.370161,32.00000000000003 428.446485,38.94710193 435.666495,32 442.438261,38.64810509 449.96283,32 457.039154,38.94710193 464.259164,32 471.335488,38.94710193 478.555498,32 485.631823,38.94710193 492.851833,32 499.928157,38.94710193 500,40 0,40 0.0718426999,38.94710193 7.14816721,32.00000000000003 14.3681771,38.94710193 21.4445016,32 28.6645115,38.94710193 35.740836,32.00000000000003 42.960846,38.94710193 50.0371705,32.00000000000003 57.2571804,38.94710193 64.3335049,32 71.5535148,38.94710193 78.6298393,32.00000000000003 85.8498492,38.94710193 92.9261737,32.00000000000003 100.146184,38.94710193 107.222508,32 114.442518,38.94710193 121.518843,32.00000000000003 128.738852,38.94710193 135.815177,32.00000000000003 143.035187,38.94710193 150.111511,32 157.331521,38.94710193 164.407846,32.00000000000003 171.627856,38.94710193 178.70418,32.00000000000003 185.92419,38.94710193 193.000515,32.00000000000003 200.220525,38.94710193 207.296849,32.00000000000003 214.516859,38.94710193 221.593184,32 228.813193,38.94710193 235.889518,32.00000000000003 243.109528,38.94710193 250.185852,32.00000000000003 257.405862,38.94710193 264.482187,32 271.702197,38.94710193 278.778521,32.00000000000003 285.998531,38.94710193 293.074856,32.00000000000003 300.294866,38.94710193 307.37119,32 314.5912,38.94710193 321.667524,32.00000000000003 328.887534,38.94710193 335.963859,32.00000000000003 343.183869,38.94710193 350.260193,32 357.031959,38.64810509 364.556528,32 371.632852,38.94710193 378.852862,32 385.929187,38.94710193 393.149197,32 400.225521,38.94710193 Z"></path>',unitContent:'<path d="M0.814891062,0.8 L0.82882453,0.9709878097499999 0.842740322,0.8000000000000007 0.85689297,0.9736775482500001 0.87133299,0.8 0.884876522,0.9662026272500001 0.89992566,0.8 0.914078308,0.9736775482500001 0.928518328,0.8 0.942670976,0.9736775482500001 0.957110996,0.8 0.971263646,0.9736775482500001 0.985703666,0.8 0.999856314,0.9736775482500001 1,1 0,1 0.0001436853998,0.9736775482500001 0.014296334420000001,0.8000000000000007 0.0287363542,0.9736775482500001 0.0428890032,0.8 0.057329023,0.9736775482500001 0.07148167200000001,0.8000000000000007 0.085921692,0.9736775482500001 0.100074341,0.8000000000000007 0.1145143608,0.9736775482500001 0.12866700979999998,0.8 0.1431070296,0.9736775482500001 0.1572596786,0.8000000000000007 0.1716996984,0.9736775482500001 0.1858523474,0.8000000000000007 0.200292368,0.9736775482500001 0.21444501600000002,0.8 0.22888503600000001,0.9736775482500001 0.243037686,0.8000000000000007 0.25747770400000003,0.9736775482500001 0.271630354,0.8000000000000007 0.286070374,0.9736775482500001 0.300223022,0.8 0.314663042,0.9736775482500001 0.328815692,0.8000000000000007 0.343255712,0.9736775482500001 0.35740836000000004,0.8000000000000007 0.37184838000000003,0.9736775482500001 0.38600103,0.8000000000000007 0.40044105,0.9736775482500001 0.414593698,0.8000000000000007 0.429033718,0.9736775482500001 0.443186368,0.8 0.45762638600000005,0.9736775482500001 0.47177903600000004,0.8000000000000007 0.48621905600000004,0.9736775482500001 0.500371704,0.8000000000000007 0.5148117240000001,0.9736775482500001 0.5289643740000001,0.8 0.5434043940000001,0.9736775482500001 0.557557042,0.8000000000000007 0.571997062,0.9736775482500001 0.586149712,0.8000000000000007 0.600589732,0.9736775482500001 0.61474238,0.8 0.6291824,0.9736775482500001 0.6433350480000001,0.8000000000000007 0.6577750680000001,0.9736775482500001 0.6719277180000001,0.8000000000000007 0.6863677380000001,0.9736775482500001 0.700520386,0.8 0.7140639179999999,0.9662026272500001 0.729113056,0.8 0.743265704,0.9736775482500001 0.757705724,0.8 0.771858374,0.9736775482500001 0.786298394,0.8 0.8004510420000001,0.9736775482500001 Z"></path>'},viewBox:{height:"40",width:"500"}},"rounded-zigzag":{top:{content:'<path d="M27.8579427,9.895283399999997 C29.0409683,11.0576863 30.9492052,11.048403800000003 32.12369,9.870960500000002 L37.7758049,4.204608200000003 C38.9486865,3.028772100000001 40.858832,3.0181824000000006 42.0415523,4.180285300000001 L47.8579427,9.895283399999997 C49.0409683,11.0576863 50.9492052,11.048403800000003 52.12369,9.870960500000002 L57.7758049,4.204608200000003 C58.9486865,3.028772100000001 60.858832,3.0181824000000006 62.0415523,4.180285300000001 L67.8579427,9.895283399999997 C69.0409683,11.0576863 70.9492052,11.048403800000003 72.12369,9.870960500000002 L77.7758049,4.204608200000003 C78.9486865,3.028772100000001 80.858832,3.0181824000000006 82.0415523,4.180285300000001 L87.8579427,9.895283399999997 C89.0409683,11.0576863 90.9492052,11.048403800000003 92.12369,9.870960500000002 L97.7758049,4.204608200000003 C98.9486865,3.028772100000001 100.858832,3.0181824000000006 102.041552,4.180285300000001 L107.857943,9.895283399999997 C109.040968,11.0576863 110.949205,11.048403800000003 112.12369,9.870960500000002 L117.775805,4.204608200000003 C118.948687,3.028772100000001 120.858832,3.0181824000000006 122.041552,4.180285300000001 L127.857943,9.895283399999997 C129.040968,11.0576863 130.949205,11.048403800000003 132.12369,9.870960500000002 L137.775805,4.204608200000003 C138.948687,3.028772100000001 140.858832,3.0181824000000006 142.041552,4.180285300000001 L147.857943,9.895283399999997 C149.040968,11.0576863 150.949205,11.048403800000003 152.12369,9.870960500000002 L157.775805,4.204608200000003 C158.948687,3.028772100000001 160.858832,3.0181824000000006 162.041552,4.180285300000001 L167.857943,9.895283399999997 C169.040968,11.0576863 170.949205,11.048403800000003 172.12369,9.870960500000002 L177.775805,4.204608200000003 C178.948687,3.028772100000001 180.858832,3.0181824000000006 182.041552,4.180285300000001 L187.857943,9.895283399999997 C189.040968,11.0576863 190.949205,11.048403800000003 192.12369,9.870960500000002 L197.775805,4.204608200000003 C198.948687,3.028772100000001 200.858832,3.0181824000000006 202.041552,4.180285300000001 L207.857943,9.895283399999997 C209.040968,11.0576863 210.949205,11.048403800000003 212.12369,9.870960500000002 L217.775805,4.204608200000003 C218.948687,3.028772100000001 220.858832,3.0181824000000006 222.041552,4.180285300000001 L227.857943,9.895283399999997 C229.040968,11.0576863 230.949205,11.048403800000003 232.12369,9.870960500000002 L237.775805,4.204608200000003 C238.948687,3.028772100000001 240.858832,3.0181824000000006 242.041552,4.180285300000001 L247.857943,9.895283399999997 C249.040968,11.0576863 250.949205,11.048403800000003 252.12369,9.870960500000002 L257.775805,4.204608200000003 C258.948687,3.028772100000001 260.858832,3.0181824000000006 262.041552,4.180285300000001 L267.857943,9.895283399999997 C269.040968,11.0576863 270.949205,11.048403800000003 272.12369,9.870960500000002 L277.775805,4.204608200000003 C278.948687,3.028772100000001 280.858832,3.0181824000000006 282.041552,4.180285300000001 L287.857943,9.895283399999997 C289.040968,11.0576863 290.949205,11.048403800000003 292.12369,9.870960500000002 L297.775805,4.204608200000003 C298.948687,3.028772100000001 300.858832,3.0181824000000006 302.041552,4.180285300000001 L307.857943,9.895283399999997 C309.040968,11.0576863 310.949205,11.048403800000003 312.12369,9.870960500000002 L317.775805,4.204608200000003 C318.948687,3.028772100000001 320.858832,3.0181824000000006 322.041552,4.180285300000001 L327.857943,9.895283399999997 C329.040968,11.0576863 330.949205,11.048403800000003 332.12369,9.870960500000002 L337.775805,4.204608200000003 C338.948687,3.028772100000001 340.858832,3.0181824000000006 342.041552,4.180285300000001 L347.857943,9.895283399999997 C349.040968,11.0576863 350.949205,11.048403800000003 352.12369,9.870960500000002 L357.775805,4.204608200000003 C358.948687,3.028772100000001 360.858832,3.0181824000000006 362.041552,4.180285300000001 L367.857943,9.895283399999997 C369.040968,11.0576863 370.949205,11.048403800000003 372.12369,9.870960500000002 L377.775805,4.204608200000003 C378.948687,3.028772100000001 380.858832,3.0181824000000006 382.041552,4.180285300000001 L387.857943,9.895283399999997 C389.040968,11.0576863 390.949205,11.048403800000003 392.12369,9.870960500000002 L397.775805,4.204608200000003 C398.948687,3.028772100000001 400.858832,3.0181824000000006 402.041552,4.180285300000001 L407.857943,9.895283399999997 C409.040968,11.0576863 410.949205,11.048403800000003 412.12369,9.870960500000002 L417.775805,4.204608200000003 C418.948687,3.028772100000001 420.858832,3.0181824000000006 422.041552,4.180285300000001 L427.857943,9.895283399999997 C429.040968,11.0576863 430.949205,11.048403800000003 432.12369,9.870960500000002 L437.775805,4.204608200000003 C438.948687,3.028772100000001 440.858832,3.0181824000000006 442.041552,4.180285300000001 L447.857943,9.895283399999997 C449.040968,11.0576863 450.949205,11.048403800000003 452.12369,9.870960500000002 L457.775805,4.204608200000003 C458.948687,3.028772100000001 460.858832,3.0181824000000006 462.041552,4.180285300000001 L467.857943,9.895283399999997 C469.040968,11.0576863 470.949205,11.048403800000003 472.12369,9.870960500000002 L477.775805,4.204608200000003 C478.948687,3.028772100000001 480.858832,3.0181824000000006 482.041552,4.180285300000001 L487.857943,9.895283399999997 C489.040968,11.0576863 490.950255,11.055788800000002 492.129585,9.881928799999997 C492.129585,9.881928799999997 496.405273,5.644531200000003 499.899495,2.0755687000000016 C500,-12.265625 500,0 500,0 L4.26325641e-13,0 C4.26325641e-13,0 4.54747351e-13,-12.2490234 4.26325641e-13,2.0755687000000016 C3.47265625,6.467773399999999 7.76196551,10.027346999999999 7.76196551,10.027346999999999 C8.99799783,11.116813200000003 10.9492052,11.048403800000003 12.12369,9.870960500000002 L17.7758049,4.204608200000003 C18.9486865,3.028772100000001 20.858832,3.0181824000000006 22.0415523,4.180285300000001 L27.8579427,9.895283399999997 Z"></path>',unitContent:'<path d="M0.0557158854,0.2537252153846153 C0.0580819366,0.28353041794871797 0.061898410400000006,0.2832924051282052 0.06424738,0.25310155128205136 L0.07555160979999999,0.10781046666666673 C0.077897373,0.07766082307692311 0.081717664,0.07738929230769233 0.0840831046,0.1071868025641026 L0.0957158854,0.2537252153846153 C0.0980819366,0.28353041794871797 0.1018984104,0.2832924051282052 0.10424738,0.25310155128205136 L0.1155516098,0.10781046666666673 C0.117897373,0.07766082307692311 0.121717664,0.07738929230769233 0.1240831046,0.1071868025641026 L0.13571588539999999,0.2537252153846153 C0.1380819366,0.28353041794871797 0.14189841039999998,0.2832924051282052 0.14424737999999998,0.25310155128205136 L0.1555516098,0.10781046666666673 C0.15789737299999998,0.07766082307692311 0.161717664,0.07738929230769233 0.1640831046,0.1071868025641026 L0.1757158854,0.2537252153846153 C0.17808193660000002,0.28353041794871797 0.1818984104,0.2832924051282052 0.18424738,0.25310155128205136 L0.1955516098,0.10781046666666673 C0.197897373,0.07766082307692311 0.20171766400000002,0.07738929230769233 0.204083104,0.1071868025641026 L0.21571588600000002,0.2537252153846153 C0.218081936,0.28353041794871797 0.22189841000000002,0.2832924051282052 0.22424738,0.25310155128205136 L0.23555161000000002,0.10781046666666673 C0.23789737400000002,0.07766082307692311 0.24171766400000003,0.07738929230769233 0.244083104,0.1071868025641026 L0.255715886,0.2537252153846153 C0.258081936,0.28353041794871797 0.26189841,0.2832924051282052 0.26424738000000003,0.25310155128205136 L0.27555161,0.10781046666666673 C0.27789737400000003,0.07766082307692311 0.28171766400000003,0.07738929230769233 0.284083104,0.1071868025641026 L0.29571588600000004,0.2537252153846153 C0.298081936,0.28353041794871797 0.30189841,0.2832924051282052 0.30424738,0.25310155128205136 L0.31555161,0.10781046666666673 C0.317897374,0.07766082307692311 0.321717664,0.07738929230769233 0.324083104,0.1071868025641026 L0.335715886,0.2537252153846153 C0.33808193599999997,0.28353041794871797 0.34189841,0.2832924051282052 0.34424738000000005,0.25310155128205136 L0.35555160999999996,0.10781046666666673 C0.357897374,0.07766082307692311 0.361717664,0.07738929230769233 0.364083104,0.1071868025641026 L0.375715886,0.2537252153846153 C0.378081936,0.28353041794871797 0.38189841,0.2832924051282052 0.38424738,0.25310155128205136 L0.39555161,0.10781046666666673 C0.397897374,0.07766082307692311 0.40171766400000003,0.07738929230769233 0.40408310399999997,0.1071868025641026 L0.41571588600000003,0.2537252153846153 C0.418081936,0.28353041794871797 0.42189841,0.2832924051282052 0.42424738,0.25310155128205136 L0.43555161,0.10781046666666673 C0.437897374,0.07766082307692311 0.441717664,0.07738929230769233 0.444083104,0.1071868025641026 L0.455715886,0.2537252153846153 C0.45808193599999997,0.28353041794871797 0.46189841000000004,0.2832924051282052 0.46424738000000004,0.25310155128205136 L0.47555160999999996,0.10781046666666673 C0.477897374,0.07766082307692311 0.481717664,0.07738929230769233 0.484083104,0.1071868025641026 L0.495715886,0.2537252153846153 C0.498081936,0.28353041794871797 0.50189841,0.2832924051282052 0.50424738,0.25310155128205136 L0.5155516099999999,0.10781046666666673 C0.517897374,0.07766082307692311 0.521717664,0.07738929230769233 0.524083104,0.1071868025641026 L0.535715886,0.2537252153846153 C0.5380819360000001,0.28353041794871797 0.54189841,0.2832924051282052 0.5442473800000001,0.25310155128205136 L0.55555161,0.10781046666666673 C0.5578973740000001,0.07766082307692311 0.561717664,0.07738929230769233 0.5640831040000001,0.1071868025641026 L0.575715886,0.2537252153846153 C0.578081936,0.28353041794871797 0.58189841,0.2832924051282052 0.58424738,0.25310155128205136 L0.59555161,0.10781046666666673 C0.597897374,0.07766082307692311 0.601717664,0.07738929230769233 0.6040831040000001,0.1071868025641026 L0.6157158859999999,0.2537252153846153 C0.618081936,0.28353041794871797 0.62189841,0.2832924051282052 0.62424738,0.25310155128205136 L0.6355516099999999,0.10781046666666673 C0.637897374,0.07766082307692311 0.641717664,0.07738929230769233 0.644083104,0.1071868025641026 L0.655715886,0.2537252153846153 C0.6580819360000001,0.28353041794871797 0.66189841,0.2832924051282052 0.66424738,0.25310155128205136 L0.67555161,0.10781046666666673 C0.677897374,0.07766082307692311 0.681717664,0.07738929230769233 0.684083104,0.1071868025641026 L0.695715886,0.2537252153846153 C0.698081936,0.28353041794871797 0.70189841,0.2832924051282052 0.70424738,0.25310155128205136 L0.71555161,0.10781046666666673 C0.717897374,0.07766082307692311 0.721717664,0.07738929230769233 0.7240831040000001,0.1071868025641026 L0.7357158859999999,0.2537252153846153 C0.738081936,0.28353041794871797 0.74189841,0.2832924051282052 0.74424738,0.25310155128205136 L0.7555516099999999,0.10781046666666673 C0.757897374,0.07766082307692311 0.761717664,0.07738929230769233 0.764083104,0.1071868025641026 L0.775715886,0.2537252153846153 C0.7780819360000001,0.28353041794871797 0.78189841,0.2832924051282052 0.78424738,0.25310155128205136 L0.79555161,0.10781046666666673 C0.797897374,0.07766082307692311 0.801717664,0.07738929230769233 0.804083104,0.1071868025641026 L0.815715886,0.2537252153846153 C0.818081936,0.28353041794871797 0.82189841,0.2832924051282052 0.82424738,0.25310155128205136 L0.83555161,0.10781046666666673 C0.837897374,0.07766082307692311 0.841717664,0.07738929230769233 0.8440831040000001,0.1071868025641026 L0.8557158859999999,0.2537252153846153 C0.858081936,0.28353041794871797 0.86189841,0.2832924051282052 0.86424738,0.25310155128205136 L0.87555161,0.10781046666666673 C0.877897374,0.07766082307692311 0.8817176640000001,0.07738929230769233 0.884083104,0.1071868025641026 L0.895715886,0.2537252153846153 C0.8980819360000001,0.28353041794871797 0.90189841,0.2832924051282052 0.90424738,0.25310155128205136 L0.91555161,0.10781046666666673 C0.917897374,0.07766082307692311 0.921717664,0.07738929230769233 0.924083104,0.1071868025641026 L0.935715886,0.2537252153846153 C0.938081936,0.28353041794871797 0.94189841,0.2832924051282052 0.94424738,0.25310155128205136 L0.95555161,0.10781046666666673 C0.957897374,0.07766082307692311 0.961717664,0.07738929230769233 0.9640831040000001,0.1071868025641026 L0.9757158859999999,0.2537252153846153 C0.978081936,0.28353041794871797 0.98190051,0.28348176410256415 0.9842591700000001,0.2533827897435897 C0.9842591700000001,0.2533827897435897 0.9928105460000001,0.1447315692307693 0.99979899,0.0532197102564103 C1,-0.3145032051282051 1,0 1,0 L8.52651282e-16,0 C8.52651282e-16,0 9.09494702e-16,-0.3140775230769231 8.52651282e-16,0.0532197102564103 C0.0069453125,0.16584034358974356 0.01552393102,0.2571114615384615 0.01552393102,0.2571114615384615 C0.01799599566,0.28504649230769236 0.0218984104,0.2832924051282052 0.02424738,0.25310155128205136 L0.0355516098,0.10781046666666673 C0.037897373000000005,0.07766082307692311 0.041717664,0.07738929230769233 0.0440831046,0.1071868025641026 L0.0557158854,0.2537252153846153 Z"></path>'},bottom:{content:'<path d="M27.8579427,29.10471663 C29.0409683,27.9423137307 30.9492052,27.951596197 32.12369,29.12903951 L37.7758049,34.79539182 C38.9486865,35.97122787 40.858832,35.98181761 42.0415523,34.8197147 L47.8579427,29.10471663 C49.0409683,27.9423137307 50.9492052,27.951596197 52.12369,29.12903951 L57.7758049,34.79539182 C58.9486865,35.97122787 60.858832,35.98181761 62.0415523,34.8197147 L67.8579427,29.10471663 C69.0409683,27.9423137307 70.9492052,27.951596197 72.12369,29.12903951 L77.7758049,34.79539182 C78.9486865,35.97122787 80.858832,35.98181761 82.0415523,34.8197147 L87.8579427,29.10471663 C89.0409683,27.9423137307 90.9492052,27.951596197 92.12369,29.12903951 L97.7758049,34.79539182 C98.9486865,35.97122787 100.858832,35.98181761 102.041552,34.8197147 L107.857943,29.10471663 C109.040968,27.9423137307 110.949205,27.951596197 112.12369,29.12903951 L117.775805,34.79539182 C118.948687,35.97122787 120.858832,35.98181761 122.041552,34.8197147 L127.857943,29.10471663 C129.040968,27.9423137307 130.949205,27.951596197 132.12369,29.12903951 L137.775805,34.79539182 C138.948687,35.97122787 140.858832,35.98181761 142.041552,34.8197147 L147.857943,29.10471663 C149.040968,27.9423137307 150.949205,27.951596197 152.12369,29.12903951 L157.775805,34.79539182 C158.948687,35.97122787 160.858832,35.98181761 162.041552,34.8197147 L167.857943,29.10471663 C169.040968,27.9423137307 170.949205,27.951596197 172.12369,29.12903951 L177.775805,34.79539182 C178.948687,35.97122787 180.858832,35.98181761 182.041552,34.8197147 L187.857943,29.10471663 C189.040968,27.9423137307 190.949205,27.951596197 192.12369,29.12903951 L197.775805,34.79539182 C198.948687,35.97122787 200.858832,35.98181761 202.041552,34.8197147 L207.857943,29.10471663 C209.040968,27.9423137307 210.949205,27.951596197 212.12369,29.12903951 L217.775805,34.79539182 C218.948687,35.97122787 220.858832,35.98181761 222.041552,34.8197147 L227.857943,29.10471663 C229.040968,27.9423137307 230.949205,27.951596197 232.12369,29.12903951 L237.775805,34.79539182 C238.948687,35.97122787 240.858832,35.98181761 242.041552,34.8197147 L247.857943,29.10471663 C249.040968,27.9423137307 250.949205,27.951596197 252.12369,29.12903951 L257.775805,34.79539182 C258.948687,35.97122787 260.858832,35.98181761 262.041552,34.8197147 L267.857943,29.10471663 C269.040968,27.9423137307 270.949205,27.951596197 272.12369,29.12903951 L277.775805,34.79539182 C278.948687,35.97122787 280.858832,35.98181761 282.041552,34.8197147 L287.857943,29.10471663 C289.040968,27.9423137307 290.949205,27.951596197 292.12369,29.12903951 L297.775805,34.79539182 C298.948687,35.97122787 300.858832,35.98181761 302.041552,34.8197147 L307.857943,29.10471663 C309.040968,27.9423137307 310.949205,27.951596197 312.12369,29.12903951 L317.775805,34.79539182 C318.948687,35.97122787 320.858832,35.98181761 322.041552,34.8197147 L327.857943,29.10471663 C329.040968,27.9423137307 330.949205,27.951596197 332.12369,29.12903951 L337.775805,34.79539182 C338.948687,35.97122787 340.858832,35.98181761 342.041552,34.8197147 L347.857943,29.10471663 C349.040968,27.9423137307 350.949205,27.951596197 352.12369,29.12903951 L357.775805,34.79539182 C358.948687,35.97122787 360.858832,35.98181761 362.041552,34.8197147 L367.857943,29.10471663 C369.040968,27.9423137307 370.949205,27.951596197 372.12369,29.12903951 L377.775805,34.79539182 C378.948687,35.97122787 380.858832,35.98181761 382.041552,34.8197147 L387.857943,29.10471663 C389.040968,27.9423137307 390.949205,27.951596197 392.12369,29.12903951 L397.775805,34.79539182 C398.948687,35.97122787 400.858832,35.98181761 402.041552,34.8197147 L407.857943,29.10471663 C409.040968,27.9423137307 410.949205,27.951596197 412.12369,29.12903951 L417.775805,34.79539182 C418.948687,35.97122787 420.858832,35.98181761 422.041552,34.8197147 L427.857943,29.10471663 C429.040968,27.9423137307 430.949205,27.951596197 432.12369,29.12903951 L437.775805,34.79539182 C438.948687,35.97122787 440.858832,35.98181761 442.041552,34.8197147 L447.857943,29.10471663 C449.040968,27.9423137307 450.949205,27.951596197 452.12369,29.12903951 L457.775805,34.79539182 C458.948687,35.97122787 460.858832,35.98181761 462.041552,34.8197147 L467.857943,29.10471663 C469.040968,27.9423137307 470.949205,27.951596197 472.12369,29.12903951 L477.775805,34.79539182 C478.948687,35.97122787 480.858832,35.98181761 482.041552,34.8197147 L487.857943,29.10471663 C489.040968,27.9423137307 490.936077,27.949913463199998 492.108957,29.137504800000002 C492.108957,29.137504800000002 496.645508,33.755859369999996 499.899495,36.924431330000004 C499.899495,52.221679699999996 500,39 500,39 L8.18863629e-13,39 C8.18863629e-13,39 -3.97996782e-16,52.6806641 8.18863629e-13,36.924431330000004 C2.55761719,35.02050781 7.94763742,29.17947535 7.94763742,29.17947535 C9.08112598,27.9757843523 10.9492052,27.951596197 12.12369,29.12903951 L17.7758049,34.79539182 C18.9486865,35.97122787 20.858832,35.98181761 22.0415523,34.8197147 L27.8579427,29.10471663 Z"></path>',unitContent:'<path d="M0.0557158854,0.7462747853846153 C0.0580819366,0.7164695828384615 0.061898410400000006,0.7167075947948718 0.06424738,0.746898448974359 L0.07555160979999999,0.8921895338461538 C0.077897373,0.9223391761538462 0.081717664,0.9226107079487179 0.0840831046,0.8928131974358974 L0.0957158854,0.7462747853846153 C0.0980819366,0.7164695828384615 0.1018984104,0.7167075947948718 0.10424738,0.746898448974359 L0.1155516098,0.8921895338461538 C0.117897373,0.9223391761538462 0.121717664,0.9226107079487179 0.1240831046,0.8928131974358974 L0.13571588539999999,0.7462747853846153 C0.1380819366,0.7164695828384615 0.14189841039999998,0.7167075947948718 0.14424737999999998,0.746898448974359 L0.1555516098,0.8921895338461538 C0.15789737299999998,0.9223391761538462 0.161717664,0.9226107079487179 0.1640831046,0.8928131974358974 L0.1757158854,0.7462747853846153 C0.17808193660000002,0.7164695828384615 0.1818984104,0.7167075947948718 0.18424738,0.746898448974359 L0.1955516098,0.8921895338461538 C0.197897373,0.9223391761538462 0.20171766400000002,0.9226107079487179 0.204083104,0.8928131974358974 L0.21571588600000002,0.7462747853846153 C0.218081936,0.7164695828384615 0.22189841000000002,0.7167075947948718 0.22424738,0.746898448974359 L0.23555161000000002,0.8921895338461538 C0.23789737400000002,0.9223391761538462 0.24171766400000003,0.9226107079487179 0.244083104,0.8928131974358974 L0.255715886,0.7462747853846153 C0.258081936,0.7164695828384615 0.26189841,0.7167075947948718 0.26424738000000003,0.746898448974359 L0.27555161,0.8921895338461538 C0.27789737400000003,0.9223391761538462 0.28171766400000003,0.9226107079487179 0.284083104,0.8928131974358974 L0.29571588600000004,0.7462747853846153 C0.298081936,0.7164695828384615 0.30189841,0.7167075947948718 0.30424738,0.746898448974359 L0.31555161,0.8921895338461538 C0.317897374,0.9223391761538462 0.321717664,0.9226107079487179 0.324083104,0.8928131974358974 L0.335715886,0.7462747853846153 C0.33808193599999997,0.7164695828384615 0.34189841,0.7167075947948718 0.34424738000000005,0.746898448974359 L0.35555160999999996,0.8921895338461538 C0.357897374,0.9223391761538462 0.361717664,0.9226107079487179 0.364083104,0.8928131974358974 L0.375715886,0.7462747853846153 C0.378081936,0.7164695828384615 0.38189841,0.7167075947948718 0.38424738,0.746898448974359 L0.39555161,0.8921895338461538 C0.397897374,0.9223391761538462 0.40171766400000003,0.9226107079487179 0.40408310399999997,0.8928131974358974 L0.41571588600000003,0.7462747853846153 C0.418081936,0.7164695828384615 0.42189841,0.7167075947948718 0.42424738,0.746898448974359 L0.43555161,0.8921895338461538 C0.437897374,0.9223391761538462 0.441717664,0.9226107079487179 0.444083104,0.8928131974358974 L0.455715886,0.7462747853846153 C0.45808193599999997,0.7164695828384615 0.46189841000000004,0.7167075947948718 0.46424738000000004,0.746898448974359 L0.47555160999999996,0.8921895338461538 C0.477897374,0.9223391761538462 0.481717664,0.9226107079487179 0.484083104,0.8928131974358974 L0.495715886,0.7462747853846153 C0.498081936,0.7164695828384615 0.50189841,0.7167075947948718 0.50424738,0.746898448974359 L0.5155516099999999,0.8921895338461538 C0.517897374,0.9223391761538462 0.521717664,0.9226107079487179 0.524083104,0.8928131974358974 L0.535715886,0.7462747853846153 C0.5380819360000001,0.7164695828384615 0.54189841,0.7167075947948718 0.5442473800000001,0.746898448974359 L0.55555161,0.8921895338461538 C0.5578973740000001,0.9223391761538462 0.561717664,0.9226107079487179 0.5640831040000001,0.8928131974358974 L0.575715886,0.7462747853846153 C0.578081936,0.7164695828384615 0.58189841,0.7167075947948718 0.58424738,0.746898448974359 L0.59555161,0.8921895338461538 C0.597897374,0.9223391761538462 0.601717664,0.9226107079487179 0.6040831040000001,0.8928131974358974 L0.6157158859999999,0.7462747853846153 C0.618081936,0.7164695828384615 0.62189841,0.7167075947948718 0.62424738,0.746898448974359 L0.6355516099999999,0.8921895338461538 C0.637897374,0.9223391761538462 0.641717664,0.9226107079487179 0.644083104,0.8928131974358974 L0.655715886,0.7462747853846153 C0.6580819360000001,0.7164695828384615 0.66189841,0.7167075947948718 0.66424738,0.746898448974359 L0.67555161,0.8921895338461538 C0.677897374,0.9223391761538462 0.681717664,0.9226107079487179 0.684083104,0.8928131974358974 L0.695715886,0.7462747853846153 C0.698081936,0.7164695828384615 0.70189841,0.7167075947948718 0.70424738,0.746898448974359 L0.71555161,0.8921895338461538 C0.717897374,0.9223391761538462 0.721717664,0.9226107079487179 0.7240831040000001,0.8928131974358974 L0.7357158859999999,0.7462747853846153 C0.738081936,0.7164695828384615 0.74189841,0.7167075947948718 0.74424738,0.746898448974359 L0.7555516099999999,0.8921895338461538 C0.757897374,0.9223391761538462 0.761717664,0.9226107079487179 0.764083104,0.8928131974358974 L0.775715886,0.7462747853846153 C0.7780819360000001,0.7164695828384615 0.78189841,0.7167075947948718 0.78424738,0.746898448974359 L0.79555161,0.8921895338461538 C0.797897374,0.9223391761538462 0.801717664,0.9226107079487179 0.804083104,0.8928131974358974 L0.815715886,0.7462747853846153 C0.818081936,0.7164695828384615 0.82189841,0.7167075947948718 0.82424738,0.746898448974359 L0.83555161,0.8921895338461538 C0.837897374,0.9223391761538462 0.841717664,0.9226107079487179 0.8440831040000001,0.8928131974358974 L0.8557158859999999,0.7462747853846153 C0.858081936,0.7164695828384615 0.86189841,0.7167075947948718 0.86424738,0.746898448974359 L0.87555161,0.8921895338461538 C0.877897374,0.9223391761538462 0.8817176640000001,0.9226107079487179 0.884083104,0.8928131974358974 L0.895715886,0.7462747853846153 C0.8980819360000001,0.7164695828384615 0.90189841,0.7167075947948718 0.90424738,0.746898448974359 L0.91555161,0.8921895338461538 C0.917897374,0.9223391761538462 0.921717664,0.9226107079487179 0.924083104,0.8928131974358974 L0.935715886,0.7462747853846153 C0.938081936,0.7164695828384615 0.94189841,0.7167075947948718 0.94424738,0.746898448974359 L0.95555161,0.8921895338461538 C0.957897374,0.9223391761538462 0.961717664,0.9226107079487179 0.9640831040000001,0.8928131974358974 L0.9757158859999999,0.7462747853846153 C0.978081936,0.7164695828384615 0.981872154,0.7166644477743589 0.9842179139999999,0.7471155076923077 C0.9842179139999999,0.7471155076923077 0.993291016,0.8655348556410255 0.99979899,0.9467802905128206 C0.99979899,1.3390174282051281 1,1 1,1 L1.637727258e-15,1 C1.637727258e-15,1 -7.9599356399999995e-19,1.350786258974359 1.637727258e-15,0.9467802905128206 C0.005115234380000001,0.8979617387179487 0.01589527484,0.7481916756410256 0.01589527484,0.7481916756410256 C0.01816225196,0.7173278039051282 0.0218984104,0.7167075947948718 0.02424738,0.746898448974359 L0.0355516098,0.8921895338461538 C0.037897373000000005,0.9223391761538462 0.041717664,0.9226107079487179 0.0440831046,0.8928131974358974 L0.0557158854,0.7462747853846153 Z"></path>'},viewBox:{height:"39",width:"500"}},angled:{top:{content:'<path d="M500,0 0,0 0,156 500,1 Z"></path>',unitContent:'<path d="M1,0 0,0 0,0.9176470588235294 1,0.0058823529411764705 Z"></path>'},bottom:{content:'<path d="M0,170 500,170 500,14 0,169 Z"></path>',unitContent:'<path d="M0,1 1,1 1,0.08235294117647059 0,0.9941176470588236 Z"></path>'},viewBox:{height:"170",width:"500"}},"angled-1":{top:{content:'<path d="M500,0 L0,0 0,126 500,1 Z"></path>',unitContent:'<path d="M1,0 L0,0 0,0.7411764705882353 1,0.0058823529411764705 Z"></path>'},bottom:{content:'<path d="M0,170 L500,170 500,44 0,169 Z"></path>',unitContent:'<path d="M0,1 L1,1 1,0.25882352941176473 0,0.9941176470588236 Z"></path>'},viewBox:{height:"170",width:"500"}},"angled-2":{top:{content:'<path d="M500,0 L0,0 0,96 500,1 Z"></path>',unitContent:'<path d="M1,0 L0,0 0,0.6857142857142857 1,0.007142857142857143 Z"></path>'},bottom:{content:'<path d="M0,140 L500,140 500,44 0,139 Z"></path>',unitContent:'<path d="M0,1 L1,1 1,0.3142857142857143 0,0.9928571428571429 Z"></path>'},viewBox:{height:"140",width:"500"}},"inner-triangle-with-offset":{top:{content:'<path d="M500,0 0,0 0,114 171.052632,1.7631578999999995 500,114 Z"></path>',unitContent:'<path d="M1,0 0,0 0,0.8444444444444444 0.34210526399999996,0.013060428888888885 1,0.8444444444444444 Z"></path>'},bottom:{content:'<path d="M500,135 0,135 0,21 171.052632,133.236842 500,21 Z"></path>',unitContent:'<path d="M1,1 0,1 0,0.15555555555555556 0.34210526399999996,0.9869395703703704 1,0.15555555555555556 Z"></path>'},viewBox:{height:"135",width:"500"}},"inner-triangle-with-offset-1":{top:{content:'<path d="M500,0 L0,0 0,83 171,1 500,83 Z"></path>',unitContent:'<path d="M1,0 L0,0 0,0.6148148148148148 0.342,0.007407407407407408 1,0.6148148148148148 Z"></path>'},bottom:{content:'<path d="M500,135 L0,135 0,52 171,134 500,52 Z"></path>',unitContent:'<path d="M1,1 L0,1 0,0.3851851851851852 0.342,0.9925925925925926 1,0.3851851851851852 Z"></path>'},viewBox:{height:"135",width:"500"}},"inner-triangle":{top:{content:'<path d="M500,0 0,0 0,112 250,1.0390625 500,112 Z"></path>',unitContent:'<path d="M1,0 0,0 0,0.8296296296296296 0.5,0.007696759259259259 1,0.8296296296296296 Z"></path>'},bottom:{content:'<path d="M500,135 0,135 0,23 250,133.960937 500,23 Z"></path>',unitContent:'<path d="M1,1 0,1 0,0.17037037037037037 0.5,0.992303237037037 1,0.17037037037037037 Z"></path>'},viewBox:{height:"135",width:"500"}},"inner-triangle-1":{top:{content:'<path d="M500,0 L0,0 0,82 250,1 500,82 Z"></path>',unitContent:'<path d="M1,0 L0,0 0,0.6074074074074074 0.5,0.007407407407407408 1,0.6074074074074074 Z"></path>'},bottom:{content:'<path d="M500,135 L0,135 0,53 250,134 500,53 Z"></path>',unitContent:'<path d="M1,1 L0,1 0,0.3925925925925926 0.5,0.9925925925925926 1,0.3925925925925926 Z"></path>'},viewBox:{height:"135",width:"500"}},"outer-triangle":{top:{content:'<path d="M500,0 0,0 0,1 250,110 500,1 Z"></path>',unitContent:'<path d="M1,0 0,0 0,0.007407407407407408 0.5,0.8148148148148148 1,0.007407407407407408 Z"></path>'},bottom:{content:'<path d="M500,135 0,135 0,134 250,25 500,134 Z">',unitContent:'<path d="M1,1 0,1 0,0.9925925925925926 0.5,0.18518518518518517 1,0.9925925925925926 Z"></path>'},viewBox:{height:"135",width:"500"}},"outer-triangle-1":{top:{content:'<path d="M500,0 L0,0 0,1 250,80 500,1 Z"></path>',unitContent:'<path d="M1,0 L0,0 0,0.007407407407407408 0.5,0.5925925925925926 1,0.007407407407407408 Z"></path>'},bottom:{content:'<path d="M500,135 L0,135 0,134 250,55 500,134 Z"></path>',unitContent:'<path d="M1,1 L0,1 0,0.9925925925925926 0.5,0.4074074074074074 1,0.9925925925925926 Z"></path>'},viewBox:{height:"135",width:"500"}},"outer-triangle-with-offset":{top:{content:'<path d="M500,0 0,0 0,1 170,110 500,1 Z"></path>',unitContent:'<path d="M1,0 0,0 0,0.007407407407407408 0.34,0.8148148148148148 1,0.007407407407407408 Z"></path>'},bottom:{content:'<path d="M500,135 0,135 0,134 170,25 500,134 Z"></path>',unitContent:'<path d="M1,1 0,1 0,0.9925925925925926 0.34,0.18518518518518517 1,0.9925925925925926 Z"></path>'},viewBox:{height:"135",width:"500"}},"outer-triangle-with-offset-1":{top:{content:'<path d="M500,0 L0,0 0,1 170,80 500,1 Z"></path>',unitContent:'<path d="M1,0 L0,0 0,0.007407407407407408 0.34,0.5925925925925926 1,0.007407407407407408 Z"></path>'},bottom:{content:'<path d="M500,135 L0,135 0,134 170,55 500,134 Z"></path>',unitContent:'<path d="M1,1 L0,1 0,0.9925925925925926 0.34,0.4074074074074074 1,0.9925925925925926 Z"></path>'},viewBox:{height:"135",width:"500"}},"rounded-outer-triangle-with-offset":{top:{content:'<path d="M500,0 L0,0 L0,1.059997599999999 L161.584187,104.60694899999999 C166.232112,107.58544900000001 174.247661,108.597757 179.498326,106.86440099999999 L500,1.059997599999999 L500,0 Z"></path>',unitContent:'<path d="M1,0 L0,0 L0,0.007969906766917287 L0.323168374,0.7865184135338344 C0.332464224,0.8089131503759399 0.348495322,0.8165244887218045 0.35899665199999997,0.8034917368421052 L1,0.007969906766917287 L1,0 Z"></path>'},bottom:{content:'<path d="M500,133 L0,133 L0,131.940002 L161.584187,28.39305139 C166.232112,25.414551353 174.247661,24.402243182 179.498326,26.13559892 L500,131.940002 L500,133 Z"></path>',unitContent:'<path d="M1,1 L0,1 L0,0.9920300902255639 L0.323168374,0.21348158939849624 C0.332464224,0.1910868522781955 0.348495322,0.18347551264661655 0.35899665199999997,0.19650826255639098 L1,0.9920300902255639 L1,1 Z"></path>'},viewBox:{height:"133",width:"500"}},"rounded-outer-triangle":{top:{content:'<path d="M500,0 L0,0 L0,1.059997599999999 L240.824536,106.0017 C245.892005,108.2099 254.104903,108.21124699999999 259.175464,106.0017 L500,1.059997599999999 L500,0 Z"></path>',unitContent:'<path d="M1,0 L0,0 L0,0.007969906766917287 L0.481649072,0.7970052631578948 C0.49178401000000005,0.8136082706766917 0.508209806,0.8136183984962405 0.5183509279999999,0.7970052631578948 L1,0.007969906766917287 L1,0 Z"></path>'},bottom:{content:'<path d="M500,133 L0,133 L0,130.940002 L240.824536,25.9983005 C245.892005,23.790100108 254.104903,23.788752637 259.175464,25.9983005 L500,130.940002 L500,133 Z"></path>',unitContent:'<path d="M1,1 L0,1 L0,0.9845112932330826 L0.481649072,0.19547594360902254 C0.49178401000000005,0.17887293314285715 0.508209806,0.1788628017819549 0.5183509279999999,0.19547594360902254 L1,0.9845112932330826 L1,1 Z"></path>'},viewBox:{height:"133",width:"500"}},"rounded-outer-triangle-1":{top:{content:'<path d="M500,0 L0,0 L0,1.0599976000000026 L240.46706,76.989879 C245.731957,79 254.260433,79 259.53294,76.989879 L500,1.0599976000000026 L500,0 Z"></path>',unitContent:'<path d="M1,0 L0,0 L0,0.007910429850746288 L0.48093412,0.5745513358208956 C0.491463914,0.5895522388059702 0.508520866,0.5895522388059702 0.51906588,0.5745513358208956 L1,0.007910429850746288 L1,0 Z"></path>'},bottom:{content:'<path d="M500,134 L0,134 L0,132.9400024 L240.46706,57.010121330000004 C245.731957,55.347677226 254.260433,55.345274251 259.53294,57.010121330000004 L500,132.9400024 L500,134 Z"></path>',unitContent:'<path d="M1,1 L0,1 L0,0.9920895701492537 L0.48093412,0.4254486666417911 C0.491463914,0.413042367358209 0.508520866,0.4130244347089552 0.51906588,0.4254486666417911 L1,0.9920895701492537 L1,1 Z"></path>'},viewBox:{height:"134",width:"500"}},round:{top:{content:'<path d="M311.328055,94.925548 C311.328055,94.925548 424.814473,77.183594 500,1.059997599999999 L500,0 L0,0 L0,1.059997599999999 C75.1855273,77.183594 188.671945,94.925548 188.671945,94.925548 C205.399271,99.321856 227.382036,101.648985 249.498998,102.034419 C272.617964,101.648985 294.600729,99.321856 311.328055,94.925548 Z"></path>',unitContent:'<path d="M0.62265611,0.74160584375 C0.62265611,0.74160584375 0.849628946,0.602996828125 1,0.008281231249999993 L1,0 L0,0 L0,0.008281231249999993 C0.1503710546,0.602996828125 0.37734389,0.74160584375 0.37734389,0.74160584375 C0.410798542,0.775952 0.454764072,0.7941326953125 0.498997996,0.7971438984375 C0.545235928,0.7941326953125 0.589201458,0.775952 0.62265611,0.74160584375 Z"></path>'},bottom:{content:'<path d="M311.328055,33.10887095 C311.328055,33.10887095 424.814473,50.8508255 500,126.974422 L500,128 L0,128 L0,126.974422 C75.1855273,50.8508255 188.671945,33.10887095 188.671945,33.10887095 C205.399271,28.712563539999998 227.382036,26.385434363999998 249.498998,26 C272.617964,26.385434363999998 294.600729,28.712563539999998 311.328055,33.10887095 Z"></path>',unitContent:'<path d="M0.62265611,0.258663054296875 C0.62265611,0.258663054296875 0.849628946,0.39727207421875 1,0.991987671875 L1,1 L0,1 L0,0.991987671875 C0.1503710546,0.39727207421875 0.37734389,0.258663054296875 0.37734389,0.258663054296875 C0.410798542,0.22431690265624998 0.454764072,0.20613620596874999 0.498997996,0.203125 C0.545235928,0.20613620596874999 0.589201458,0.22431690265624998 0.62265611,0.258663054296875 Z"></path>'},viewBox:{height:"128",width:"500"}},"angled-triangles":{top:{content:'<path d="M275,58.5 500,1 500,0 0,0 0,1 25,58.5 250.611012,2.0038047000000034 Z"></path>',unitContent:'<path d="M0.55,0.6290322580645161 1,0.010752688172043012 1,0 0,0 0,0.010752688172043012 0.05,0.6290322580645161 0.5012220239999999,0.021546287096774232 Z"></path>'},bottom:{content:'<path d="M275,34 500,91.5 500,93 0,93 0,91.5 25,34 250.611012,90.4961953 Z"></path>',unitContent:'<path d="M0.55,0.3655913978494624 1,0.9838709677419355 1,1 0,1 0,0.9838709677419355 0.05,0.3655913978494624 0.5012220239999999,0.9730773688172043 Z"></path>'},viewBox:{height:"93",width:"500"}},curved:{top:{content:'<path d="M500,101.933271 L500,0 L0,0 L0,101.933271 C75.1961049,26.6597971 188.671945,9.074451700000001 188.671945,9.074451700000001 C205.399271,4.6781443 227.382036,2.3510150999999997 249.498998,1.9655807999999997 C272.617964,2.3510150999999997 294.600729,4.6781443 311.328055,9.074451700000001 C311.328055,9.074451700000001 424.803895,26.6597971 500,101.933271 L500,101.933271 Z"></path>',unitContent:'<path d="M1,0.9020643451327434 L1,0 L0,0 L0,0.9020643451327434 C0.15039220979999998,0.23592740796460177 0.37734389,0.08030488230088496 0.37734389,0.08030488230088496 C0.410798542,0.041399507079646014 0.454764072,0.020805443362831855 0.498997996,0.0173945203539823 C0.545235928,0.020805443362831855 0.589201458,0.041399507079646014 0.62265611,0.08030488230088496 C0.62265611,0.08030488230088496 0.84960779,0.23592740796460177 1,0.9020643451327434 L1,0.9020643451327434 Z"></path>'},bottom:{content:'<path d="M500,11 L500,113 L0,113 L0,11.000000000009493 C75.1961049,86.2734741 188.671945,103.8588195 188.671945,103.8588195 C205.399271,108.2551269 227.382036,110.5822561 249.498998,110.9676904 C272.617964,110.5822561 294.600729,108.2551269 311.328055,103.8588195 C311.328055,103.8588195 424.803895,86.2734741 500,11.000000000001421 L500,11 Z"></path>',unitContent:'<path d="M1,0.09734513274336283 L1,1 L0,1 L0,0.09734513274344683 C0.15039220979999998,0.7634820716814159 0.37734389,0.9191045973451327 0.37734389,0.9191045973451327 C0.410798542,0.9580099725663717 0.454764072,0.9786040362831858 0.498997996,0.9820149592920353 C0.545235928,0.9786040362831858 0.589201458,0.9580099725663717 0.62265611,0.9191045973451327 C0.62265611,0.9191045973451327 0.84960779,0.7634820716814159 1,0.0973451327433754 L1,0.09734513274336283 Z"></path>'},viewBox:{height:"113",width:"500"}},"curved-wave":{top:{content:'<path d="M230,50.8320312 C129.788636,1.3809050999999997 25.1367188,33.5544211 0,69.6582031 L0,0 L500,0 L500,15.0328382 C474.679688,69.6582031 348.710938,109.412109 230,50.8320312 Z"></path>',unitContent:'<path d="M0.46,0.5711464179775281 C0.25957727199999997,0.015515787640449434 0.0502734376,0.37701596741573035 0,0.7826764393258426 L0,0 L1,0 L1,0.16890829438202248 C0.949359376,0.7826764393258426 0.697421876,1.2293495393258427 0.46,0.5711464179775281 Z"></path>'},bottom:{content:'<path d="M230,38.949808000000004 C348.710938,-19.6302701 474.679688,20.1236362 500,74.7490011 L500,89 L0,89 L0,20.1236362 C25.1367188,56.2274181 129.788636,88.4009341 230,38.949808000000004 Z"></path>',unitContent:'<path d="M0.46,0.4376382921348315 C0.697421876,-0.22056483258426968 0.949359376,0.22610827191011235 1,0.8398764168539326 L1,1 L0,1 L0,0.22610827191011235 C0.0502734376,0.6317687426966292 0.25957727199999997,0.9932689224719101 0.46,0.4376382921348315 Z"></path>'},viewBox:{height:"89",width:"500"}},"angle-with-fade":{top:{content:'<path opacity="0.496560168" d="M500,0 0,0 0,156 500,11 Z"></path><path opacity="0.5" d="M500,0 0,0 0,126 500,6 Z"></path><path d="M500,0 0,0 0,96 500,1 Z"></path>',unitContent:'<path d="M1,0 0,0 0,0.9176470588235294 1,0.06470588235294118 Z"></path>'},bottom:{content:'<path opacity="0.496560168" d="M0,170 0,159 500,14 500,170 Z"></path><path opacity="0.5" d="M0,170 500,170 500,44 0,164 Z"></path><path d="M0,170 500,170 500,74 0,169 Z"></path>',unitContent:'<path d="M0,1 0,0.9352941176470588 1,0.08235294117647059 1,1 Z"></path>'},viewBox:{height:"170",width:"500"}},wave:{top:{content:'<path d="M129.994141,83.1386719 C78.2177017,83.1386719 28.4179688,66.2246094 0,35.6582031 L0,0 L500,0 L500,3.3535156000000015 C364.412109,-7.27148438 276.435547,83.1386719 129.994141,83.1386719 Z"></path>',unitContent:'<path d="M0.259988282,0.8570997103092785 C0.1564354034,0.8570997103092785 0.056835937600000004,0.6827279319587629 0,0.3676103412371134 L0,0 L1,0 L1,0.03457232577319589 C0.728824218,-0.07496375649484537 0.552871094,0.8570997103092785 0.259988282,0.8570997103092785 Z"></path>'},bottom:{content:'<path d="M129.994141,14 C276.435547,14.000000000000028 364.412109,104.4101563 500,93.7851562 L500,97 L0,97 L0,61.4804687 C28.4179688,30.9140625 78.2177017,14 129.994141,14 Z"></path>',unitContent:'<path d="M0.259988282,0.14432989690721648 C0.552871094,0.1443298969072168 0.728824218,1.0763933639175258 1,0.9668572804123712 L1,1 L0,1 L0,0.6338192649484536 C0.056835937600000004,0.31870167525773196 0.1564354034,0.14432989690721648 0.259988282,0.14432989690721648 Z"></path>'},viewBox:{height:"97",width:"500"}},"wave-with-fade":{top:{content:'<path d="M129.994141,91.1386719 C78.2177017,91.1386719 28.4179688,74.2246094 0,43.6582031 L0,0 L500,0 L500,11.353515600000001 C364.412109,0.7285156199999996 276.435547,91.1386719 129.994141,91.1386719 Z" opacity="0.5"></path><path d="M129.994141,83.1386719 C78.2177017,83.1386719 28.4179688,70.2246094 0,39.6582031 L0,0 L500,0 L500,7.3535156 C364.412109,-3.27148438 276.435547,83.1386719 129.994141,83.1386719 Z" opacity="0.5"></path><path d="M129.994141,76.1386719 C78.2177017,76.1386719 28.4179688,66.2246094 0,35.6582031 L0,0 L500,0 L500,3.3535156199999996 C364.412109,-7.27148438 276.435547,76.1386719 129.994141,76.1386719 Z"></path>',unitContent:'<path d="M0.259988282,0.9395739371134021 C0.1564354034,0.9395739371134021 0.056835937600000004,0.7652021587628867 0,0.45008456804123714 L0,0 L1,0 L1,0.1170465525773196 C0.728824218,0.007510470309278346 0.552871094,0.9395739371134021 0.259988282,0.9395739371134021 Z"></path>'},bottom:{content:'<path d="M370.005859,7 C421.782298,7 471.582031,23.9140625 500,54.4804687 L500,97 L0,97 L0,86.7851562 C135.587891,97.4101563 223.564453,7.000000000000028 370.005859,7 Z" opacity="0.5"></path><path d="M370.005859,15 C421.782298,15 471.582031,27.9140625 500,58.4804687 L500,97 L0,97 L0,90.7851562 C135.587891,101.4101562 223.564453,15 370.005859,15 Z" opacity="0.5"></path><path d="M370.005859,22 C421.782298,22 471.582031,31.9140625 500,62.4804687 L500,97 L0,97 L0,94.7851562 C135.587891,105.4101562 223.564453,22 370.005859,22 Z"></path>',unitContent:'<path d="M0.740011718,0.07216494845360824 C0.843564596,0.07216494845360824 0.9431640619999999,0.24653672680412372 1,0.5616543164948454 L1,1 L0,1 L0,0.894692331958763 C0.27117578200000003,1.0042284154639174 0.447128906,0.07216494845360855 0.740011718,0.07216494845360824 Z"></path>'},viewBox:{height:"97",width:"500"}},"rounded-outer-triangle-with-offset-and-fade":{top:{content:'<path d="M500,0 L0,0 L0,12.059997599999999 C0,12.059997599999999 85.1201172,101 170,101 C254.879883,101 500,12.059997599999999 500,12.059997599999999 L500,0 Z" opacity="0.5"></path><path d="M500,0 L0,0 L0,7.059997599999999 C0,7.059997599999999 84.9990234,91 170,91 C255.000977,91 500,7.059997599999999 500,7.059997599999999 L500,0 Z" opacity="0.5"></path><path d="M500,0 L0,0 L0,2.059997599999999 C0,2.059997599999999 84.6279297,81 170,81 C255.37207,81 500,2.059997599999999 500,2.059997599999999 L500,0 Z"></path>',unitContent:'<path d="M1,0 L0,0 L0,0.10486954434782608 C0,0.10486954434782608 0.1702402344,0.8782608695652174 0.34,0.8782608695652174 C0.5097597660000001,0.8782608695652174 1,0.10486954434782608 1,0.10486954434782608 L1,0 Z"></path>'},bottom:{content:'<path d="M500,115 L0,115 L0,103.9400024 C0,103.9400024 85.1201172,15 170,15 C254.879883,15 500,103.9400024 500,103.9400024 L500,115 Z" opacity="0.5"></path><path d="M500,115 L500,108.9400024 C500,108.9400024 255.000977,25 170,25 C84.9990234,25 0,108.9400024 0,108.9400024 L0,115 L500,115 Z" opacity="0.5"></path><path d="M500,115 L0,115 L0,113.9400024 C0,113.9400024 84.6279297,35 170,35 C255.37207,35 500,113.9400024 500,113.9400024 L500,115 Z"></path>',unitContent:'<path d="M1,1 L0,1 L0,0.903826107826087 C0,0.903826107826087 0.1702402344,0.13043478260869565 0.34,0.13043478260869565 C0.5097597660000001,0.13043478260869565 1,0.903826107826087 1,0.903826107826087 L1,1 Z"></path>'},viewBox:{height:"115",width:"500"}},wavy:{top:{content:'<path d="M63.8183594,35.5585938 C23.9023437,35.5585938 0,62 0,62 L0,0 L500,0 L500,1.0328382000000005 C493.082031,26.940429700000003 470.705078,63.443359400000006 426.47168,63.443359400000006 C382.238281,63.443359400000006 364.830078,26.940429700000003 315.450195,26.940429700000003 C266.070312,26.940429700000003 252.652344,80.0302734 186.311523,80.0302734 C119.970703,80.0302734 103.734375,35.5585938 63.8183594,35.5585938 Z"></path>',unitContent:'<path d="M0.1276367188,0.37828291276595744 C0.0478046874,0.37828291276595744 0,0.6595744680851063 0,0.6595744680851063 L0,0 L1,0 L1,0.01098764042553192 C0.986164062,0.28660031595744684 0.941410156,0.674929355319149 0.85294336,0.674929355319149 C0.7644765619999999,0.674929355319149 0.729660156,0.28660031595744684 0.63090039,0.28660031595744684 C0.532140624,0.28660031595744684 0.505304688,0.8513858872340425 0.372623046,0.8513858872340425 C0.239941406,0.8513858872340425 0.20746875,0.37828291276595744 0.1276367188,0.37828291276595744 Z"></path>'},bottom:{content:'<path d="M63.8183594,58.4716797 C23.9023437,58.4716797 0,32.0302734 0,32.0302734 L0,94 L500,94 L500,92.9974352 C493.082031,67.0898438 470.705078,30.5869141 426.47168,30.5869141 C382.238281,30.5869141 364.830078,67.0898438 315.450195,67.0898438 C266.070312,67.0898438 252.652344,13.999999999999986 186.311523,14 C119.970703,14.000000000000014 103.734375,58.4716797 63.8183594,58.4716797 Z"></path>',unitContent:'<path d="M0.1276367188,0.6220391457446809 C0.0478046874,0.6220391457446809 0,0.34074758936170213 0,0.34074758936170213 L0,1 L1,1 L1,0.9893344170212766 C0.986164062,0.7137217425531914 0.941410156,0.3253927031914894 0.85294336,0.3253927031914894 C0.7644765619999999,0.3253927031914894 0.729660156,0.7137217425531914 0.63090039,0.7137217425531914 C0.532140624,0.7137217425531914 0.505304688,0.1489361702127658 0.372623046,0.14893617021276595 C0.239941406,0.14893617021276612 0.20746875,0.6220391457446809 0.1276367188,0.6220391457446809 Z"></path>'},viewBox:{height:"94",width:"500"}},spikes:{top:{content:'<path d="M0,29.4928855 1.26807933,30.760964899999998 10.9580018,21.071042400000003 30.3378468,40.4508873 69.0975367,1.6911974 88.4773817,21.071042400000003 103.012265,6.536158700000001 146.616917,50.1408098 175.836228,20.9214988 195.365616,40.4508873 209.9005,25.916003600000003 224.435383,40.4508873 253.505151,11.381119900000002 272.884996,30.760964899999998 282.574918,21.071042400000003 311.644686,50.1408098 331.024531,30.760964899999998 340.714453,40.4508873 345.559414,35.6059261 360.094298,50.1408098 389.164066,21.071042400000003 398.853988,30.760964899999998 408.543911,21.071042400000003 427.923756,40.4508873 442.458639,25.916003600000003 456.993523,40.4508873 466.683445,30.760964899999998 476.373368,40.4508873 500,16.8242553 500,0 0,0 Z"></path>',unitContent:'<path d="M0,0.47569170161290325 0.0025361586599999997,0.4961445951612903 0.0219160036,0.3398555225806452 0.060675693600000004,0.6524336661290322 0.1381950734,0.02727737741935484 0.1769547634,0.3398555225806452 0.20602453,0.10542191451612906 0.293233834,0.8087227387096774 0.351672456,0.33744352903225805 0.390731232,0.6524336661290322 0.419801,0.4180000580645162 0.448870766,0.6524336661290322 0.5070103020000001,0.18356645000000002 0.545769992,0.4961445951612903 0.565149836,0.3398555225806452 0.623289372,0.8087227387096774 0.662049062,0.4961445951612903 0.681428906,0.6524336661290322 0.691118828,0.5742891306451613 0.720188596,0.8087227387096774 0.778328132,0.3398555225806452 0.797707976,0.4961445951612903 0.817087822,0.3398555225806452 0.8558475120000001,0.6524336661290322 0.884917278,0.4180000580645162 0.9139870459999999,0.6524336661290322 0.9333668900000001,0.4961445951612903 0.952746736,0.6524336661290322 1,0.2713589564516129 1,0 0,0 Z"></path>'},bottom:{content:'<path d="M0,32.6479243 1.26807933,31.379845 10.9580018,41.0697674 30.3378468,21.68992248 69.0975367,60.4496124 88.4773817,41.0697674 103.012265,55.6046512 146.616917,12 175.836228,41.219311000000005 195.365616,21.68992248 209.9005,36.2248062 224.435383,21.68992248 253.505151,50.7596899 272.884996,31.379845 282.574918,41.0697674 311.644686,12 331.024531,31.379845 340.714453,21.68992248 345.559414,26.5348837 360.094298,12 389.164066,41.0697674 398.853988,31.379845 408.543911,41.0697674 427.923756,21.68992248 442.458639,36.2248062 456.993523,21.68992248 466.683445,31.379845 476.373368,21.68992248 500,45.3165545 500,62 0,62 Z"></path>',unitContent:'<path d="M0,0.5265794241935484 0.0025361586599999997,0.5061265322580645 0.0219160036,0.6624156032258065 0.060675693600000004,0.34983745935483873 0.1381950734,0.9749937483870967 0.1769547634,0.6624156032258065 0.20602453,0.8968492129032258 0.293233834,0.1935483870967742 0.351672456,0.6648275967741937 0.390731232,0.34983745935483873 0.419801,0.5842710677419355 0.448870766,0.34983745935483873 0.5070103020000001,0.8187046758064516 0.545769992,0.5061265322580645 0.565149836,0.6624156032258065 0.623289372,0.1935483870967742 0.662049062,0.5061265322580645 0.681428906,0.34983745935483873 0.691118828,0.4279819951612904 0.720188596,0.1935483870967742 0.778328132,0.6624156032258065 0.797707976,0.5061265322580645 0.817087822,0.6624156032258065 0.8558475120000001,0.34983745935483873 0.884917278,0.5842710677419355 0.9139870459999999,0.34983745935483873 0.9333668900000001,0.5061265322580645 0.952746736,0.34983745935483873 1,0.7309121693548387 1,1 0,1 Z"></path>'},viewBox:{height:"62",width:"500"}},"rounded-spikes":{top:{content:'<path d="M0,27.760964899999998 L6.46934557,22.0402634 C8.94836196,19.848123200000003 12.8515088,19.964549400000003 15.1990117,22.312052199999997 L26.0968369,33.2098775 C28.439082,35.5521225 32.2335453,35.5551888 34.578125,33.2106091 L64.8572585,2.931475599999999 C67.1990995,0.5896346000000001 70.9910437,0.5847043999999997 73.3385466,2.9322073000000017 L84.2363718,13.830032500000002 C86.5786169,16.1722776 90.3775639,16.1708602 92.7205447,13.8278793 L98.7691023,7.779321700000001 C101.112537,5.4358875 104.913941,5.4378344 107.25275,7.776643499999999 L142.376432,42.9003249 C144.718387,45.2422801 148.511563,45.2461629 150.865655,42.8920711 L171.587489,22.1702375 C173.934002,19.823723899999997 177.73543,19.8207017 180.073814,22.1590853 L191.12803,33.2133009 C193.468384,35.5536553 197.265798,35.5507051 199.608779,33.2077243 L205.657337,27.1591667 C208.000771,24.8157324 211.800682,24.8161858 214.143663,27.1591667 L220.19222,33.2077243 C222.535655,35.5511585 226.331519,35.5547523 228.677933,33.2083382 L249.262602,12.623669 C251.605697,10.280573799999999 255.398658,10.274626900000001 257.746161,12.6221298 L268.643986,23.519955000000003 C270.986231,25.862200100000003 274.787851,25.8581096 277.121041,23.524920199999997 L278.338874,22.307087099999997 C280.678377,19.967584199999997 284.471053,19.9671775 286.817467,22.3135915 L307.402137,42.8982607 C309.745232,45.2413559 313.538193,45.2473028 315.885696,42.8997999 L326.783521,32.0019747 C329.125766,29.6597297 333.257318,29.249489500000003 336.021802,31.092478999999997 L355.097027,43.8092957 C357.856944,45.6492401 361.990433,45.2446747 364.336847,42.8982607 L384.921517,22.3135915 C387.264612,19.9704963 391.066921,19.9738976 393.40011,22.307087099999997 L394.617943,23.524920199999997 C396.957446,25.864423000000002 400.756843,25.8581096 403.090033,23.524920199999997 L404.307866,22.307087099999997 C406.647369,19.967584199999997 410.437418,19.964549400000003 412.78492,22.312052199999997 L423.682746,33.2098775 C426.024991,35.5521225 429.823938,35.5507051 432.166919,33.2077243 L438.215476,27.1591667 C440.55891,24.8157324 444.358821,24.8161858 446.701802,27.1591667 L452.75036,33.2077243 C455.093794,35.5511585 458.896378,35.5480321 461.229568,33.2148426 L462.447401,31.997009499999997 C464.786904,29.6575067 468.586301,29.663820100000002 470.91949,31.997009499999997 L472.137323,33.2148426 C474.476826,35.5543455 478.266896,35.5573594 480.610972,33.2132832 L500,13.8242553 L500,0 L0,0 L0,27.760964899999998 Z"></path>',unitContent:'<path d="M0,0.4705248288135593 L0.01293869114,0.373563786440678 C0.01789672392,0.3364088677966102 0.0257030176,0.338382193220339 0.030398023399999998,0.3781703762711864 L0.0521936738,0.5628792796610169 C0.056878163999999995,0.6025783474576272 0.06446709060000001,0.6026303186440679 0.06915625,0.5628916796610169 L0.129714517,0.04968602711864405 C0.134398199,0.009993806779661019 0.1419820874,0.009910244067796605 0.1466770932,0.049698428813559355 L0.1684727436,0.2344073305084746 C0.1731572338,0.27410640000000003 0.1807551278,0.2740823762711864 0.1854410894,0.23437083559322033 L0.1975382046,0.13185291016949152 C0.202225074,0.09213368644067796 0.209827882,0.09216668474576271 0.21450550000000002,0.13180751694915252 L0.284752864,0.7271241508474576 C0.289436774,0.766818306779661 0.29702312599999997,0.7668841169491526 0.30173131000000003,0.7269842559322034 L0.343174978,0.3757667372881356 C0.347868004,0.335995320338983 0.35547086,0.3359440966101695 0.360147628,0.37557771694915254 L0.38225606,0.5629373033898305 C0.386936768,0.6026043271186441 0.394531596,0.6025543237288136 0.399217558,0.5628427847457628 L0.41131467400000005,0.4603248593220339 C0.41600154199999995,0.42060563389830513 0.423601364,0.4206133186440678 0.428287326,0.4603248593220339 L0.44038444,0.5628427847457628 C0.44507131,0.6025620084745763 0.45266303799999996,0.602622920338983 0.457355866,0.5628531898305085 L0.498525204,0.21396049152542373 C0.503211394,0.174247013559322 0.510797316,0.17414621864406782 0.515492322,0.2139344033898305 L0.537287972,0.3986433050847458 C0.5419724619999999,0.43834237457627123 0.5495757019999999,0.4382730440677966 0.554242082,0.3987274610169491 L0.5566777479999999,0.37808622203389824 C0.5613567540000001,0.3384336305084745 0.568942106,0.33842673728813555 0.5736349340000001,0.37819646610169494 L0.6148042739999999,0.7270891644067797 C0.619490464,0.7668026423728814 0.6270763859999999,0.7669034372881356 0.631771392,0.7271152525423729 L0.653567042,0.5424063508474576 C0.658251532,0.5027072830508474 0.666514636,0.4957540593220339 0.672043604,0.5269911694915254 L0.710194054,0.7425304355932203 C0.715713888,0.7737159338983051 0.723980866,0.766858893220339 0.7286736939999999,0.7270891644067797 L0.769843034,0.37819646610169494 C0.774529224,0.33848298813559324 0.7821338419999999,0.3385406372881356 0.7868002199999999,0.37808622203389824 L0.789235886,0.3987274610169491 C0.793914892,0.4383800508474577 0.8015136860000001,0.4382730440677966 0.806180066,0.3987274610169491 L0.808615732,0.37808622203389824 C0.8132947380000001,0.3384336305084745 0.820874836,0.338382193220339 0.82556984,0.3781703762711864 L0.847365492,0.5628792796610169 C0.852049982,0.6025783474576272 0.859647876,0.6025543237288136 0.864333838,0.5628427847457628 L0.8764309520000001,0.4603248593220339 C0.88111782,0.42060563389830513 0.8887176419999999,0.4206133186440678 0.893403604,0.4603248593220339 L0.90550072,0.5628427847457628 C0.910187588,0.6025620084745763 0.9177927560000001,0.6025090186440678 0.922459136,0.562963433898305 L0.9248948020000001,0.5423221949152542 C0.929573808,0.5026696050847458 0.937172602,0.5027766118644068 0.94183898,0.5423221949152542 L0.944274646,0.562963433898305 C0.948953652,0.6026160254237287 0.956533792,0.6026671084745763 0.961221944,0.5629370033898305 L1,0.2343094118644068 L1,0 L0,0 L0,0.4705248288135593 Z"></path>'},bottom:{content:'<path d="M0,31.2013122 L6.46934557,36.9220136 C8.94836196,39.114153900000005 12.8515088,38.997727600000005 15.1990117,36.650224800000004 L26.0968369,25.7523995 C28.439082,23.410154470000002 32.2335453,23.40708819 34.578125,25.7516679 L64.8572585,56.0308014 C67.1990995,58.3726424 70.9910437,58.3775726 73.3385466,56.0300697 L84.2363718,45.1322445 C86.5786169,42.7899994 90.3775639,42.7914169 92.7205447,45.1343977 L98.7691023,51.1829553 C101.112537,53.5263896 104.913941,53.5244426 107.25275,51.1856335 L142.376432,16.06195206 C144.718387,13.71999694 148.511563,13.716114103999999 150.865655,16.07020588 L171.587489,36.7920395 C173.934002,39.138553099999996 177.73543,39.1415754 180.073814,36.8031917 L191.12803,25.7489761 C193.468384,23.408621750000002 197.265798,23.411571889999998 199.608779,25.754552699999998 L205.657337,31.8031104 C208.000771,34.1465446 211.800682,34.1460912 214.143663,31.8031104 L220.19222,25.754552699999998 C222.535655,23.41111848 226.331519,23.40752476 228.677933,25.7539388 L249.262602,46.338608 C251.605697,48.6817032 255.398658,48.6876501 257.746161,46.3401472 L268.643986,35.442322000000004 C270.986231,33.100077 274.787851,33.1041674 277.121041,35.4373568 L278.338874,36.655189899999996 C280.678377,38.994692799999996 284.471053,38.9950996 286.817467,36.6486855 L307.402137,16.064016289999998 C309.745232,13.720921127 313.538193,13.714974210000001 315.885696,16.06247707 L326.783521,26.960302300000002 C329.125766,29.3025474 333.257318,29.712787499999997 336.021802,27.869798 L355.097027,15.15298132 C357.856944,13.313036874 361.990433,13.717602279000001 364.336847,16.064016289999998 L384.921517,36.6486855 C387.264612,38.9917807 391.066921,38.9883794 393.40011,36.655189899999996 L394.617943,35.4373568 C396.957446,33.097854 400.756843,33.1041674 403.090033,35.4373568 L404.307866,36.655189899999996 C406.647369,38.994692799999996 410.437418,38.997727600000005 412.78492,36.650224800000004 L423.682746,25.7523995 C426.024991,23.410154470000002 429.823938,23.411571889999998 432.166919,25.754552699999998 L438.215476,31.8031104 C440.55891,34.1465446 444.358821,34.1460912 446.701802,31.8031104 L452.75036,25.754552699999998 C455.093794,23.41111848 458.896378,23.41424495 461.229568,25.7474344 L462.447401,26.9652675 C464.786904,29.3047703 468.586301,29.298456899999998 470.91949,26.9652675 L472.137323,25.7474344 C474.476826,23.40793149 478.266896,23.40491762 480.610972,25.7489938 L500,45.138021699999996 L500,59 L0,59 L0,31.2013122 Z"></path>',unitContent:'<path d="M0,0.5288358 L0.01293869114,0.6257968406779661 C0.01789672392,0.6629517610169492 0.0257030176,0.6609784338983051 0.030398023399999998,0.6211902508474577 L0.0521936738,0.4364813474576271 C0.056878163999999995,0.3967822791525424 0.06446709060000001,0.39673030830508477 0.06915625,0.43646894745762715 L0.129714517,0.9496746 C0.134398199,0.989366820338983 0.1419820874,0.9894503830508474 0.1466770932,0.9496621983050847 L0.1684727436,0.7649532966101694 C0.1731572338,0.7252542271186441 0.1807551278,0.7252782525423729 0.1854410894,0.7649897915254238 L0.1975382046,0.8675077169491526 C0.202225074,0.9072269423728814 0.209827882,0.9071939423728813 0.21450550000000002,0.8675531101694915 L0.284752864,0.27223647559322034 C0.289436774,0.23254232101694916 0.29702312599999997,0.23247651023728813 0.30173131000000003,0.27237637084745764 L0.343174978,0.6235938898305085 C0.347868004,0.663365306779661 0.35547086,0.6634165322033898 0.360147628,0.6237829101694915 L0.38225606,0.43642332372881354 C0.386936768,0.39675630084745767 0.394531596,0.39680630322033894 0.399217558,0.4365178423728813 L0.41131467400000005,0.5390357694915254 C0.41600154199999995,0.578754993220339 0.423601364,0.5787473084745763 0.428287326,0.5390357694915254 L0.44038444,0.4365178423728813 C0.44507131,0.3967986183050847 0.45266303799999996,0.39673770779661016 0.457355866,0.4365074372881356 L0.498525204,0.7854001355932203 C0.503211394,0.825113613559322 0.510797316,0.8252144084745763 0.515492322,0.7854262237288135 L0.537287972,0.6007173220338984 C0.5419724619999999,0.5610182542372881 0.5495757019999999,0.5610875830508475 0.554242082,0.6006331661016949 L0.5566777479999999,0.6212744050847457 C0.5613567540000001,0.6609269966101694 0.568942106,0.6609338915254238 0.5736349340000001,0.6211641610169492 L0.6148042739999999,0.27227146254237283 C0.619490464,0.23255798520338983 0.6270763859999999,0.23245719 0.631771392,0.2722453740677966 L0.653567042,0.45695427627118645 C0.658251532,0.4966533457627119 0.666514636,0.5036065677966102 0.672043604,0.4723694576271186 L0.710194054,0.2568301918644068 C0.715713888,0.225644692779661 0.723980866,0.2325017335423729 0.7286736939999999,0.27227146254237283 L0.769843034,0.6211641610169492 C0.774529224,0.6608776389830509 0.7821338419999999,0.6608199898305085 0.7868002199999999,0.6212744050847457 L0.789235886,0.6006331661016949 C0.793914892,0.5609805762711864 0.8015136860000001,0.5610875830508475 0.806180066,0.6006331661016949 L0.808615732,0.6212744050847457 C0.8132947380000001,0.6609269966101694 0.820874836,0.6609784338983051 0.82556984,0.6211902508474577 L0.847365492,0.4364813474576271 C0.852049982,0.3967822791525424 0.859647876,0.39680630322033894 0.864333838,0.4365178423728813 L0.8764309520000001,0.5390357694915254 C0.88111782,0.578754993220339 0.8887176419999999,0.5787473084745763 0.893403604,0.5390357694915254 L0.90550072,0.4365178423728813 C0.910187588,0.3967986183050847 0.9177927560000001,0.3968516093220339 0.922459136,0.436397193220339 L0.9248948020000001,0.4570384322033898 C0.929573808,0.4966910220338983 0.937172602,0.49658401525423723 0.94183898,0.4570384322033898 L0.944274646,0.436397193220339 C0.948953652,0.39674460152542373 0.956533792,0.39669351898305083 0.961221944,0.43642362372881355 L1,0.7650512152542372 L1,1 L0,1 L0,0.5288358 Z"></path>'},viewBox:{height:"59",width:"500"}},"arrow-split":{top:{content:'<path d="M256.426407,2 500,2 500,0 0,0 0,2 243.857864,2 250.142136,8.2842712 Z"></path>',unitContent:'<path d="M0.5128528139999999,0.07407407407407407 1,0.07407407407407407 1,0 0,0 0,0.07407407407407407 0.487715728,0.07407407407407407 0.500284272,0.30682485925925923 Z"></path>'},bottom:{content:'<path d="M256.426407,25.28427125 500,25.28427125 500,27 0,27 0,25.28427125 243.857864,25.28427125 250.142136,19 Z"></path>',unitContent:'<path d="M0.5128528139999999,0.9364544907407407 1,0.9364544907407407 1,1 0,1 0,0.9364544907407407 0.487715728,0.9364544907407407 0.500284272,0.7037037037037037 Z"></path>'},viewBox:{height:"27",width:"500"}},"rounded-arrow-split":{top:{content:'<path d="M261.426407,2 L500,2 L500,0 L0,0 L0,2 C0,2 156.798828,2 238.857864,2 C245,2 246.353607,6.284271199999999 250.142136,6.284271199999999 C253.930664,6.284271199999999 255.142136,2 261.426407,2 Z"></path>',unitContent:'<path d="M0.5228528139999999,0.08 L1,0.08 L1,0 L0,0 L0,0.08 C0,0.08 0.31359765599999995,0.08 0.477715728,0.08 C0.49,0.08 0.492707214,0.251370848 0.500284272,0.251370848 C0.5078613280000001,0.251370848 0.510284272,0.08 0.5228528139999999,0.08 Z"></path>'},bottom:{content:'<path d="M261.426407,23.28427125 L500,23.28427125 L500,25 L0,25 L0,23.28427125 L238.857864,23.28427125 C245,23.28427125 246.353607,19.000000000000007 250.142136,19 C253.930664,18.999999999999993 255.142136,23.28427125 261.426407,23.28427125 Z"></path>',unitContent:'<path d="M0.5228528139999999,0.93137085 L1,0.93137085 L1,1 L0,1 L0,0.93137085 L0.477715728,0.93137085 C0.49,0.93137085 0.492707214,0.7600000000000002 0.500284272,0.76 C0.5078613280000001,0.7599999999999997 0.510284272,0.93137085 0.5228528139999999,0.93137085 Z"></path>'},viewBox:{height:"25",width:"500"}},"inner-clouds-with-fade":{top:{content:'<path d="M374.376479,36.5248676 C374.187537,36.4086177 373.996983,36.2947343 373.804859,36.1832587 C373.789057,36.2958268 373.774667,36.4096946 373.761719,36.5248676 C373.549373,36.2771479 373.229833,35.9792736 372.812439,35.636244 C369.24221,33.7695988 365.180879,32.714 360.873,32.714 C359.100206,32.714 357.369166,32.8927674 355.696922,33.2332589 C351.018337,26.671066099999997 343.344383,22.392 334.671,22.392 C328.09261,22.392 322.089148,24.8535644 317.531461,28.9058487 C315.608996,27.3167919 313.143,26.362000000000002 310.454,26.362000000000002 C305.869498,26.362000000000002 301.933204,29.1373107 300.233552,33.099499 C298.782109,32.8461088 297.288982,32.714 295.765,32.714 C290.021634,32.714 284.716505,34.5903111 280.429148,37.7633963 C275.696407,32.2422557 268.671234,28.744 260.829,28.744 C254.918157,28.744 249.471481,30.731333300000003 245.120699,34.0742723 C243.537598,33.2070747 241.720381,32.714 239.788,32.714 C236.749632,32.714 233.99598,33.9330119 231.989438,35.9086403 C230.76848,33.0944315 227.965116,31.125999999999998 224.702,31.125999999999998 C221.257824,31.125999999999998 218.325835,33.3189366 217.226127,36.3847163 C212.549991,31.666409100000003 206.064778,28.744 198.897,28.744 C197.29408,28.744 195.725295,28.890149 194.203243,29.1698484 C189.580756,22.2132726 181.673352,17.628 172.695,17.628 C160.885372,17.628 150.928625,25.5611262 147.863133,36.3890045 C144.047022,34.0940432 139.588592,32.7582194 134.82139,32.7150783 C134.086133,29.090343400000002 130.881686,26.362000000000002 127.04,26.362000000000002 C125.738774,26.362000000000002 124.510655,26.675012000000002 123.426833,27.229847900000003 C119.191292,24.1850856 113.995545,22.392 108.381,22.392 C98.1672868,22.392 89.3395071,28.325886500000003 85.1570237,36.9342967 C80.447408,31.8943887 73.7411104,28.744 65.5419176,28.7548929 C64.5335212,25.527926 61.5212537,23.186 57.962,23.186 C55.7799763,23.186 53.8035309,24.0661855 52.3683449,25.4908755 C48.7187657,23.5143264 44.5389495,22.392 40.097,22.392 C30.5048548,22.392 22.1350906,27.6256347 17.6874909,35.3931204 C13.1118071,31.2604105 7.04827313,28.744 0,28.746991899999998 L0,0 L500,0 L500,22.3949919 C497.7314,22.4292062 495.533769,22.7561672 493.443206,23.3397737 C492.322766,22.7351639 491.040458,22.392 489.678,22.392 C485.292859,22.392 481.738,25.9468591 481.738097,30.3715824 C480.000832,32.1895618 478.526592,34.2610198 477.376479,36.5248676 C473.448319,34.1079964 468.823452,32.714 463.873,32.714 C462.100206,32.714 460.369166,32.8927674 458.696922,33.2332589 C454.018337,26.671066099999997 446.344383,22.392 437.671,22.392 C431.09261,22.392 425.089148,24.8535644 420.531461,28.9058487 C418.608996,27.3167919 416.143,26.362000000000002 413.454,26.362000000000002 C408.869498,26.362000000000002 404.933204,29.1373107 403.233552,33.099499 C401.782109,32.8461088 391.037324,33.2088696 390.765,32.714 C387.322945,26.459064499999997 375.28013,26.363483199999997 373.821888,36.066079 C374.010905,36.2206828 374.196099,36.3737176 374.376479,36.5248676 Z" opacity="0.5"></path><path d="M125.623521,21.5248676 C125.812463,21.4086177 126.003017,21.2947343 126.195141,21.1832587 C126.210943,21.2958268 126.225333,21.4096946 126.238281,21.5248676 C126.450627,21.2771479 126.770167,20.9792736 127.187561,20.636244 C130.75779,18.7695988 134.819121,17.714 139.127,17.714 C140.899794,17.714 142.630834,17.8927674 144.303078,18.2332589 C148.981663,11.6710661 156.655617,7.3919999999999995 165.329,7.3919999999999995 C171.90739,7.3919999999999995 177.910852,9.8535644 182.468539,13.9058487 C184.391004,12.316791899999998 186.857,11.361999999999998 189.546,11.361999999999998 C194.130502,11.361999999999998 198.066796,14.1373107 199.766448,18.099499 C201.217891,17.8461088 202.711018,17.714 204.235,17.714 C209.978366,17.714 215.283495,19.5903111 219.570852,22.7633963 C224.303593,17.2422557 231.328766,13.744 239.171,13.744 C245.081843,13.744 250.528519,15.7313333 254.879301,19.0742723 C256.462402,18.2070747 258.279619,17.714 260.212,17.714 C263.250368,17.714 266.00402,18.9330119 268.010562,20.9086403 C269.23152,18.0944315 272.034884,16.126 275.298,16.126 C278.742176,16.126 281.674165,18.3189366 282.773873,21.3847163 C287.450009,16.6664091 293.935222,13.744 301.103,13.744 C302.70592,13.744 304.274705,13.890149000000001 305.796757,14.1698484 C310.419244,7.2132726 318.326648,2.628 327.305,2.628 C339.114628,2.628 349.071375,10.5611262 352.136867,21.3890045 C355.952978,19.0940432 360.411408,17.7582194 365.17861,17.7150783 C365.913867,14.090343399999998 369.118314,11.361999999999998 372.96,11.361999999999998 C374.261226,11.361999999999998 375.489345,11.675011999999999 376.573167,12.2298479 C380.808708,9.1850856 386.004455,7.3919999999999995 391.619,7.3919999999999995 C401.832713,7.3919999999999995 410.660493,13.3258865 414.842976,21.9342967 C419.552592,16.8943887 426.25889,13.744 434.458082,13.754892900000002 C435.466479,10.527926 438.478746,8.186 442.038,8.186 C444.220024,8.186 446.196469,9.0661855 447.631655,10.490875500000001 C451.281234,8.5143264 455.46105,7.3919999999999995 459.903,7.3919999999999995 C469.495145,7.3919999999999995 477.864909,12.625634699999999 482.312509,20.3931204 C486.888193,16.2604105 492.951727,13.744 500,13.746991900000001 L500,0 L0,0 L1.1937118e-12,7.394991900000001 C2.26859959,7.429206199999999 4.46623145,7.7561672 6.55679426,8.3397737 C7.67723391,7.7351639 8.95954184,7.3919999999999995 10.322,7.3919999999999995 C14.7071409,7.3919999999999995 18.262,10.946859100000001 18.2619034,15.371582400000001 C19.9991684,17.1895618 21.4734077,19.2610198 22.623521,21.5248676 C26.5516809,19.1079964 31.1765478,17.714 36.127,17.714 C37.8997938,17.714 39.6308343,17.8927674 41.303078,18.2332589 C45.981663,11.6710661 53.6556168,7.3919999999999995 62.329,7.3919999999999995 C68.9073904,7.3919999999999995 74.9108516,9.8535644 79.468539,13.9058487 C81.3910044,12.316791899999998 83.8570004,11.361999999999998 86.546,11.361999999999998 C91.1305022,11.361999999999998 95.0667958,14.1373107 96.7664477,18.099499 C98.2178913,17.8461088 108.962676,18.2088696 109.235,17.714 C112.677055,11.4590645 124.71987,11.363483200000001 126.178112,21.066079 C125.989095,21.2206828 125.803901,21.3737176 125.623521,21.5248676 Z"></path>',unitContent:'<path d="M0.7487529580000001,0.9664742636363637 C0.748375074,0.9638322204545454 0.747993966,0.9612439613636364 0.7476097180000001,0.958710425 C0.7475781140000001,0.9612687909090909 0.747549334,0.9638566954545454 0.7475234380000001,0.9664742636363637 C0.747098746,0.9608442704545456 0.746459666,0.9540744 0.745624878,0.9462782727272727 C0.73848442,0.9038545181818182 0.730361758,0.8798636363636363 0.721746,0.8798636363636363 C0.7182004120000001,0.8798636363636363 0.714738332,0.8839265318181817 0.7113938439999999,0.8916649750000001 C0.7020366739999999,0.7425242295454545 0.686688766,0.6452727272727272 0.669342,0.6452727272727272 C0.65618522,0.6452727272727272 0.6441782960000001,0.7012173727272727 0.6350629219999999,0.7933147431818182 C0.631217992,0.7571998159090909 0.6262859999999999,0.7355 0.620908,0.7355 C0.611738996,0.7355 0.603866408,0.7985752431818182 0.6004671039999999,0.8886249772727273 C0.597564218,0.8828661090909091 0.594577964,0.8798636363636363 0.59153,0.8798636363636363 C0.5800432680000001,0.8798636363636363 0.56943301,0.9225070704545455 0.560858296,0.9946226431818181 C0.5513928140000001,0.869142175 0.5373424680000001,0.7896363636363636 0.5216580000000001,0.7896363636363636 C0.5098363140000001,0.7896363636363636 0.49894296200000005,0.8348030295454546 0.490241398,0.9107789159090909 C0.487075196,0.8910698795454546 0.483440762,0.8798636363636363 0.479576,0.8798636363636363 C0.473499264,0.8798636363636363 0.46799196,0.9075684522727272 0.46397887600000004,0.9524690977272727 C0.46153696,0.8885098068181818 0.455930232,0.8437727272727272 0.44940399999999997,0.8437727272727272 C0.442515648,0.8437727272727272 0.43665167000000005,0.8936121954545455 0.434452254,0.9632890068181819 C0.425099982,0.8560547522727273 0.41212955599999995,0.7896363636363636 0.397794,0.7896363636363636 C0.39458816,0.7896363636363636 0.39145059,0.7929579318181819 0.388406486,0.7993147363636364 C0.37916151200000003,0.6412107409090909 0.36334670399999996,0.537 0.34539,0.537 C0.321770744,0.537 0.30185725,0.7172983227272728 0.295726266,0.9633864659090908 C0.288094044,0.9112282545454545 0.279177184,0.8808686227272727 0.26964278,0.8798881431818182 C0.268172266,0.7975078045454546 0.261763372,0.7355 0.25408000000000003,0.7355 C0.251477548,0.7355 0.24902131,0.7426139090909092 0.246853666,0.7552238159090909 C0.238382584,0.6860246727272727 0.22799109,0.6452727272727272 0.216762,0.6452727272727272 C0.1963345736,0.6452727272727272 0.1786790142,0.7801337840909092 0.1703140474,0.9757794704545454 C0.160894816,0.8612361068181819 0.14748222079999998,0.7896363636363636 0.1310838352,0.7898839295454546 C0.1290670424,0.7165437727272728 0.1230425074,0.6633181818181818 0.11592400000000001,0.6633181818181818 C0.1115599526,0.6633181818181818 0.1076070618,0.6833223977272728 0.10473668979999999,0.7157017159090909 C0.0974375314,0.6707801454545455 0.089077899,0.6452727272727272 0.080194,0.6452727272727272 C0.0610097096,0.6452727272727272 0.0442701812,0.7642189704545455 0.035374981800000004,0.9407527363636364 C0.0262236142,0.8468275113636363 0.01409654626,0.7896363636363636 0,0.7897043613636363 L0,0 L1,0 L1,0.6453407250000001 C0.9954628,0.6461183227272728 0.991067538,0.6535492545454545 0.9868864119999999,0.6668130386363637 C0.984645532,0.6530719068181818 0.982080916,0.6452727272727272 0.979356,0.6452727272727272 C0.970585718,0.6452727272727272 0.963476,0.7260649795454546 0.963476194,0.8266268727272728 C0.960001664,0.8679445863636364 0.957053184,0.9150231772727273 0.954752958,0.9664742636363637 C0.946896638,0.9115453727272727 0.937646904,0.8798636363636363 0.927746,0.8798636363636363 C0.924200412,0.8798636363636363 0.920738332,0.8839265318181817 0.9173938439999999,0.8916649750000001 C0.908036674,0.7425242295454545 0.892688766,0.6452727272727272 0.875342,0.6452727272727272 C0.86218522,0.6452727272727272 0.8501782960000001,0.7012173727272727 0.841062922,0.7933147431818182 C0.837217992,0.7571998159090909 0.832286,0.7355 0.826908,0.7355 C0.817738996,0.7355 0.809866408,0.7985752431818182 0.806467104,0.8886249772727273 C0.803564218,0.8828661090909091 0.782074648,0.8911106727272727 0.78153,0.8798636363636363 C0.7746458900000001,0.7377060113636363 0.75056026,0.735533709090909 0.747643776,0.95604725 C0.74802181,0.9595609727272727 0.748392198,0.9630390363636363 0.7487529580000001,0.9664742636363637 Z"></path>'},bottom:{content:'<path d="M374.376479,9.2385287 C374.187537,9.35477859 373.996983,9.46866201 373.804859,9.58013766 C373.789057,9.46756954 373.774667,9.353701730000001 373.761719,9.2385287 C373.549373,9.48624841 373.229833,9.78412273 372.812439,10.127152370000001 C369.24221,11.99379749 365.180879,13.04939633 360.873,13.04939633 C359.100206,13.04939633 357.369166,12.8706289 355.696922,12.530137459999999 C351.018337,19.0923302 343.344383,23.3713963 334.671,23.3713963 C328.09261,23.3713963 322.089148,20.9098319 317.531461,16.857547670000002 C315.608996,18.4466044 313.143,19.401396300000002 310.454,19.401396300000002 C305.869498,19.401396300000002 301.933204,16.626085590000002 300.233552,12.6638973 C298.782109,12.91728754 297.288982,13.04939633 295.765,13.04939633 C290.021634,13.04939633 284.716505,11.173085239999999 280.429148,8 C275.696407,13.52114061 268.671234,17.01939633 260.829,17.01939633 C254.918157,17.01939633 249.471481,15.03206299 245.120699,11.68912404 C243.537598,12.556321669999999 241.720381,13.04939633 239.788,13.04939633 C236.749632,13.04939633 233.99598,11.83038445 231.989438,9.85475602 C230.76848,12.66896483 227.965116,14.63739633 224.702,14.63739633 C221.257824,14.63739633 218.325835,12.44445976 217.226127,9.37867999 C212.549991,14.09698727 206.064778,17.01939633 198.897,17.01939633 C197.29408,17.01939633 195.725295,16.87324737 194.203243,16.59354792 C189.580756,23.5501238 181.673352,28.1353963 172.695,28.1353963 C160.885372,28.1353963 150.928625,20.2022702 147.863133,9.37439187 C144.047022,11.66935314 139.588592,13.005176890000001 134.82139,13.048318049999999 C134.086133,16.67305289 130.881686,19.401396300000002 127.04,19.401396300000002 C125.738774,19.401396300000002 124.510655,19.088384400000002 123.426833,18.5335484 C119.191292,21.5783107 113.995545,23.3713963 108.381,23.3713963 C98.1672868,23.3713963 89.3395071,17.437