Visual Composer Website Builder - Version 35.1-beta.1

Version Description

Download this release

Release Info

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

Code changes from version 35.0 to 35.1-beta.1

cache/autoload.php CHANGED
@@ -269,6 +269,34 @@ return array (
269
  'make' => false,
270
  'singleton' => true,
271
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
272
  'SettingsFieldsRegistryHelper' =>
273
  array (
274
  'name' => 'SettingsFieldsRegistryHelper',
@@ -367,125 +395,153 @@ return array (
367
  'make' => false,
368
  'singleton' => true,
369
  ),
370
- 'AccessCurrentUserHelper' =>
 
 
 
371
  array (
372
- 'name' => 'AccessCurrentUserHelper',
373
- 'abstract' => 'VisualComposer\\Helpers\\Access\\CurrentUser',
374
- 'make' => false,
375
  'singleton' => true,
376
  ),
377
- 'AccessEditorPostTypeHelper' =>
378
  array (
379
- 'name' => 'AccessEditorPostTypeHelper',
380
- 'abstract' => 'VisualComposer\\Helpers\\Access\\EditorPostType',
381
- 'make' => false,
382
  'singleton' => true,
383
  ),
384
- 'AccessRoleHelper' =>
385
  array (
386
- 'name' => 'AccessRoleHelper',
387
- 'abstract' => 'VisualComposer\\Helpers\\Access\\Role',
388
- 'make' => false,
389
  'singleton' => true,
390
  ),
391
- 'AccessUserCapabilitiesHelper' =>
392
  array (
393
- 'name' => 'AccessUserCapabilitiesHelper',
394
- 'abstract' => 'VisualComposer\\Helpers\\Access\\UserCapabilities',
395
- 'make' => false,
396
  'singleton' => true,
397
  ),
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
- 'MigrationsAssets22Migration' =>
409
  array (
410
- 'name' => 'MigrationsAssets22Migration',
411
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
412
  'make' => true,
413
  'singleton' => true,
414
  ),
415
- 'MigrationsCustomTemplatesUpdate24Migration' =>
416
  array (
417
- 'name' => 'MigrationsCustomTemplatesUpdate24Migration',
418
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesUpdate24Migration',
419
  'make' => true,
420
  'singleton' => true,
421
  ),
422
- 'MigrationsDatabaseMigration' =>
423
  array (
424
- 'name' => 'MigrationsDatabaseMigration',
425
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DatabaseMigration',
426
  'make' => true,
427
  'singleton' => true,
428
  ),
429
- 'MigrationsDefaultElementsMigration' =>
430
  array (
431
- 'name' => 'MigrationsDefaultElementsMigration',
432
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
433
  'make' => true,
434
  'singleton' => true,
435
  ),
436
- 'MigrationsFixPredefinedTemplateUpdate' =>
437
  array (
438
- 'name' => 'MigrationsFixPredefinedTemplateUpdate',
439
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\FixPredefinedTemplateUpdate',
440
  'make' => true,
441
  'singleton' => true,
442
  ),
443
- 'MigrationsFreeMigration' =>
444
  array (
445
- 'name' => 'MigrationsFreeMigration',
446
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\FreeMigration',
447
  'make' => true,
448
  'singleton' => true,
449
  ),
450
- 'MigrationsGlobalJavascriptMigration' =>
451
  array (
452
- 'name' => 'MigrationsGlobalJavascriptMigration',
453
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
454
  'make' => true,
455
  'singleton' => true,
456
  ),
457
- 'MigrationsLicenseMigration' =>
458
  array (
459
- 'name' => 'MigrationsLicenseMigration',
460
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
461
  'make' => true,
462
  'singleton' => true,
463
  ),
464
- 'MigrationsPredefinedTemplateMigration' =>
465
  array (
466
- 'name' => 'MigrationsPredefinedTemplateMigration',
467
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
468
  'make' => true,
469
  'singleton' => true,
470
  ),
471
- 'MigrationsSettingsMigration' =>
472
  array (
473
- 'name' => 'MigrationsSettingsMigration',
474
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
475
  'make' => true,
476
  'singleton' => true,
477
  ),
478
- 'MigrationsTemplates114Migration' =>
479
  array (
480
- 'name' => 'MigrationsTemplates114Migration',
481
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
482
  'make' => true,
483
  'singleton' => true,
484
  ),
485
- 'MigrationsUpdateGlobalElementsMigration' =>
486
  array (
487
- 'name' => 'MigrationsUpdateGlobalElementsMigration',
488
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  'make' => true,
490
  'singleton' => true,
491
  ),
@@ -566,13 +622,6 @@ return array (
566
  'make' => true,
567
  'singleton' => true,
568
  ),
569
- 'InternationalizationLocale' =>
570
- array (
571
- 'name' => 'InternationalizationLocale',
572
- 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
573
- 'make' => true,
574
- 'singleton' => true,
575
- ),
576
  'AssetsAssetBundleController' =>
577
  array (
578
  'name' => 'AssetsAssetBundleController',
@@ -657,906 +706,864 @@ return array (
657
  'make' => true,
658
  'singleton' => true,
659
  ),
660
- 'SettingsMenuController' =>
661
  array (
662
- 'name' => 'SettingsMenuController',
663
- 'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
664
  'make' => true,
665
  'singleton' => true,
666
  ),
667
- 'SettingsNoticeController' =>
668
  array (
669
- 'name' => 'SettingsNoticeController',
670
- 'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
671
  'make' => true,
672
  'singleton' => true,
673
  ),
674
- 'SettingsSettingsController' =>
675
  array (
676
- 'name' => 'SettingsSettingsController',
677
- 'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
678
  'make' => true,
679
  'singleton' => true,
680
  ),
681
- 'SettingsAjaxSystemStatusController' =>
682
  array (
683
- 'name' => 'SettingsAjaxSystemStatusController',
684
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
685
  'make' => true,
686
  'singleton' => true,
687
  ),
688
- 'SettingsFieldsCssEditor' =>
689
  array (
690
- 'name' => 'SettingsFieldsCssEditor',
691
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
692
  'make' => true,
693
  'singleton' => true,
694
  ),
695
- 'SettingsFieldsFactoryResetController' =>
696
  array (
697
- 'name' => 'SettingsFieldsFactoryResetController',
698
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
699
  'make' => true,
700
  'singleton' => true,
701
  ),
702
- 'SettingsFieldsJsEditor' =>
703
  array (
704
- 'name' => 'SettingsFieldsJsEditor',
705
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
706
  'make' => true,
707
  'singleton' => true,
708
  ),
709
- 'SettingsFieldsPostTypes' =>
710
  array (
711
- 'name' => 'SettingsFieldsPostTypes',
712
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\PostTypes',
713
  'make' => true,
714
  'singleton' => true,
715
  ),
716
- 'SettingsPagesCssJsSettings' =>
717
  array (
718
- 'name' => 'SettingsPagesCssJsSettings',
719
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
720
  'make' => true,
721
  'singleton' => true,
722
  ),
723
- 'SettingsPagesHub' =>
724
  array (
725
- 'name' => 'SettingsPagesHub',
726
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Hub',
727
  'make' => true,
728
  'singleton' => true,
729
  ),
730
- 'SettingsPagesSettings' =>
731
  array (
732
- 'name' => 'SettingsPagesSettings',
733
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
734
  'make' => true,
735
  'singleton' => true,
736
  ),
737
- 'SettingsPagesSystemStatus' =>
738
  array (
739
- 'name' => 'SettingsPagesSystemStatus',
740
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
741
  'make' => true,
742
  'singleton' => true,
743
  ),
744
- 'HubDownloadController' =>
745
  array (
746
- 'name' => 'HubDownloadController',
747
- 'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
748
  'make' => true,
749
  'singleton' => true,
750
  ),
751
- 'HubJsonActionsController' =>
752
  array (
753
- 'name' => 'HubJsonActionsController',
754
- 'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
755
  'make' => true,
756
  'singleton' => true,
757
  ),
758
- 'HubUpdateController' =>
759
  array (
760
- 'name' => 'HubUpdateController',
761
- 'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
762
  'make' => true,
763
  'singleton' => true,
764
  ),
765
- 'HubAddonsAddonDownloadController' =>
766
  array (
767
- 'name' => 'HubAddonsAddonDownloadController',
768
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
769
  'make' => true,
770
  'singleton' => true,
771
  ),
772
- 'HubAddonsAddons' =>
773
  array (
774
- 'name' => 'HubAddonsAddons',
775
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
776
  'make' => true,
777
  'singleton' => true,
778
  ),
779
- 'HubAddonsAddonsUpdater' =>
780
  array (
781
- 'name' => 'HubAddonsAddonsUpdater',
782
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
783
  'make' => true,
784
  'singleton' => true,
785
  ),
786
- 'HubAddonsTeasersTeasersController' =>
787
  array (
788
- 'name' => 'HubAddonsTeasersTeasersController',
789
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
790
  'make' => true,
791
  'singleton' => true,
792
  ),
793
- 'HubAddonsTeasersTeasersDownloadController' =>
794
  array (
795
- 'name' => 'HubAddonsTeasersTeasersDownloadController',
796
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
797
  'make' => true,
798
  'singleton' => true,
799
  ),
800
- 'HubTemplatesTemplateDownloadController' =>
801
  array (
802
- 'name' => 'HubTemplatesTemplateDownloadController',
803
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
804
  'make' => true,
805
  'singleton' => true,
806
  ),
807
- 'HubTemplatesTemplatesUpdater' =>
808
  array (
809
- 'name' => 'HubTemplatesTemplatesUpdater',
810
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
811
  'make' => true,
812
  'singleton' => true,
813
  ),
814
- 'HubTemplatesTeasersTeasersController' =>
815
  array (
816
- 'name' => 'HubTemplatesTeasersTeasersController',
817
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
818
  'make' => true,
819
  'singleton' => true,
820
  ),
821
- 'HubTemplatesTeasersTeasersDownloadController' =>
822
  array (
823
- 'name' => 'HubTemplatesTeasersTeasersDownloadController',
824
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
825
  'make' => true,
826
  'singleton' => true,
827
  ),
828
- 'HubActionsPostUpdateAction' =>
829
  array (
830
- 'name' => 'HubActionsPostUpdateAction',
831
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
832
  'make' => true,
833
  'singleton' => true,
834
  ),
835
- 'HubAssetsAssetDownloadController' =>
836
  array (
837
- 'name' => 'HubAssetsAssetDownloadController',
838
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
839
  'make' => true,
840
  'singleton' => true,
841
  ),
842
- 'HubGroupsCategoriesCategories' =>
843
  array (
844
- 'name' => 'HubGroupsCategoriesCategories',
845
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
- 'HubGroupsCategoriesCategoriesUpdater' =>
850
  array (
851
- 'name' => 'HubGroupsCategoriesCategoriesUpdater',
852
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
- 'HubGroupsCategoriesGroups' =>
857
  array (
858
- 'name' => 'HubGroupsCategoriesGroups',
859
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
- 'HubGroupsCategoriesGroupsUpdater' =>
864
  array (
865
- 'name' => 'HubGroupsCategoriesGroupsUpdater',
866
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
- 'HubElementsElementDownloadController' =>
871
  array (
872
- 'name' => 'HubElementsElementDownloadController',
873
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
- 'HubElementsElements' =>
878
  array (
879
- 'name' => 'HubElementsElements',
880
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
- 'HubElementsElementsUpdater' =>
885
  array (
886
- 'name' => 'HubElementsElementsUpdater',
887
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
888
  'make' => true,
889
  'singleton' => true,
890
  ),
891
- 'HubElementsTeasersTeasersController' =>
892
  array (
893
- 'name' => 'HubElementsTeasersTeasersController',
894
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
895
  'make' => true,
896
  'singleton' => true,
897
  ),
898
- 'HubElementsTeasersTeasersDownloadController' =>
899
  array (
900
- 'name' => 'HubElementsTeasersTeasersDownloadController',
901
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
902
  'make' => true,
903
  'singleton' => true,
904
  ),
905
- 'HubStockMediaStockMediaDownloadController' =>
906
  array (
907
- 'name' => 'HubStockMediaStockMediaDownloadController',
908
- 'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
909
  'make' => true,
910
  'singleton' => true,
911
  ),
912
- 'HubPagesPremiumTeasers' =>
913
  array (
914
- 'name' => 'HubPagesPremiumTeasers',
915
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\PremiumTeasers',
916
  'make' => true,
917
  'singleton' => true,
918
  ),
919
- 'HubPagesUpdateBePage' =>
920
  array (
921
- 'name' => 'HubPagesUpdateBePage',
922
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
923
  'make' => true,
924
  'singleton' => true,
925
  ),
926
- 'HubPagesUpdateFePage' =>
927
  array (
928
- 'name' => 'HubPagesUpdateFePage',
929
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
930
  'make' => true,
931
  'singleton' => true,
932
  ),
933
- 'SystemTextDomainController' =>
934
  array (
935
- 'name' => 'SystemTextDomainController',
936
- 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
937
  'make' => true,
938
  'singleton' => true,
939
  ),
940
- 'SystemAjaxAdminController' =>
941
  array (
942
- 'name' => 'SystemAjaxAdminController',
943
- 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
944
  'make' => true,
945
  'singleton' => true,
946
  ),
947
- 'SystemAjaxController' =>
948
  array (
949
- 'name' => 'SystemAjaxController',
950
- 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
951
  'make' => true,
952
  'singleton' => true,
953
  ),
954
- 'SystemCacheCacheController' =>
955
  array (
956
- 'name' => 'SystemCacheCacheController',
957
- 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
958
  'make' => true,
959
  'singleton' => true,
960
  ),
961
- 'SystemActivationController' =>
962
  array (
963
- 'name' => 'SystemActivationController',
964
- 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
965
  'make' => true,
966
  'singleton' => true,
967
  ),
968
- 'ElementsApiController' =>
969
  array (
970
- 'name' => 'ElementsApiController',
971
- 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
972
  'make' => true,
973
  'singleton' => true,
974
  ),
975
- 'ElementsController' =>
976
  array (
977
- 'name' => 'ElementsController',
978
- 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
979
  'make' => true,
980
  'singleton' => true,
981
  ),
982
- 'ElementsEncodedShortcodeController' =>
983
  array (
984
- 'name' => 'ElementsEncodedShortcodeController',
985
- 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
986
  'make' => true,
987
  'singleton' => true,
988
  ),
989
- 'ElementsAjaxImageControllerController' =>
990
  array (
991
- 'name' => 'ElementsAjaxImageControllerController',
992
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
993
  'make' => true,
994
  'singleton' => true,
995
  ),
996
- 'ElementsAjaxShortcodeController' =>
997
  array (
998
- 'name' => 'ElementsAjaxShortcodeController',
999
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
1000
  'make' => true,
1001
  'singleton' => true,
1002
  ),
1003
- 'ElementsWpWidgetsWpWidgetsController' =>
1004
  array (
1005
- 'name' => 'ElementsWpWidgetsWpWidgetsController',
1006
- 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
1007
  'make' => true,
1008
  'singleton' => true,
1009
  ),
1010
- 'ElementsWpWidgetsWpWidgetsShortcodes' =>
1011
  array (
1012
- 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
1013
- 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
1014
  'make' => true,
1015
  'singleton' => true,
1016
  ),
1017
- 'ElementsAssetShortcodeController' =>
1018
  array (
1019
- 'name' => 'ElementsAssetShortcodeController',
1020
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
1021
  'make' => true,
1022
  'singleton' => true,
1023
  ),
1024
- 'ElementsGlobalVariablesController' =>
1025
  array (
1026
- 'name' => 'ElementsGlobalVariablesController',
1027
- 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
1028
  'make' => true,
1029
  'singleton' => true,
1030
  ),
1031
- 'VendorsAjaxSearchProController' =>
1032
  array (
1033
- 'name' => 'VendorsAjaxSearchProController',
1034
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\AjaxSearchProController',
1035
  'make' => true,
1036
  'singleton' => true,
1037
  ),
1038
- 'VendorsDashboardController' =>
1039
  array (
1040
- 'name' => 'VendorsDashboardController',
1041
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
1042
  'make' => true,
1043
  'singleton' => true,
1044
  ),
1045
- 'VendorsJetPack' =>
1046
  array (
1047
- 'name' => 'VendorsJetPack',
1048
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
1049
  'make' => true,
1050
  'singleton' => true,
1051
  ),
1052
- 'VendorsMetaSliderController' =>
1053
- array (
1054
- 'name' => 'VendorsMetaSliderController',
1055
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
1056
- 'make' => true,
1057
- 'singleton' => true,
1058
- ),
1059
- 'VendorsNextGen' =>
1060
- array (
1061
- 'name' => 'VendorsNextGen',
1062
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
1063
- 'make' => true,
1064
- 'singleton' => true,
1065
- ),
1066
- 'VendorsNinjaFormsController' =>
1067
- array (
1068
- 'name' => 'VendorsNinjaFormsController',
1069
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
1070
- 'make' => true,
1071
- 'singleton' => true,
1072
- ),
1073
- 'VendorsPluginsController' =>
1074
- array (
1075
- 'name' => 'VendorsPluginsController',
1076
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
1077
- 'make' => true,
1078
- 'singleton' => true,
1079
- ),
1080
- 'VendorsRevSliderController' =>
1081
- array (
1082
- 'name' => 'VendorsRevSliderController',
1083
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
1084
- 'make' => true,
1085
- 'singleton' => true,
1086
- ),
1087
- 'VendorsThemeTwentySeventeenController' =>
1088
- array (
1089
- 'name' => 'VendorsThemeTwentySeventeenController',
1090
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\ThemeTwentySeventeenController',
1091
- 'make' => true,
1092
- 'singleton' => true,
1093
- ),
1094
- 'VendorsWooCommerceController' =>
1095
  array (
1096
- 'name' => 'VendorsWooCommerceController',
1097
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
1098
  'make' => true,
1099
  'singleton' => true,
1100
  ),
1101
- 'VendorsWooCommerceSquareController' =>
1102
  array (
1103
- 'name' => 'VendorsWooCommerceSquareController',
1104
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceSquareController',
1105
  'make' => true,
1106
  'singleton' => true,
1107
  ),
1108
- 'VendorsWordpressController' =>
1109
  array (
1110
- 'name' => 'VendorsWordpressController',
1111
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WordpressController',
1112
  'make' => true,
1113
  'singleton' => true,
1114
  ),
1115
- 'VendorsWpbakeryController' =>
1116
  array (
1117
- 'name' => 'VendorsWpbakeryController',
1118
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
1119
  'make' => true,
1120
  'singleton' => true,
1121
  ),
1122
- 'VendorsWpmlController' =>
1123
  array (
1124
- 'name' => 'VendorsWpmlController',
1125
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
1126
  'make' => true,
1127
  'singleton' => true,
1128
  ),
1129
- 'VendorsYoastController' =>
1130
  array (
1131
- 'name' => 'VendorsYoastController',
1132
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
1133
  'make' => true,
1134
  'singleton' => true,
1135
  ),
1136
- 'VendorsGutenbergAttributeController' =>
1137
  array (
1138
- 'name' => 'VendorsGutenbergAttributeController',
1139
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
1140
  'make' => true,
1141
  'singleton' => true,
1142
  ),
1143
- 'VendorsGutenbergDisableController' =>
1144
  array (
1145
- 'name' => 'VendorsGutenbergDisableController',
1146
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
1147
  'make' => true,
1148
  'singleton' => true,
1149
  ),
1150
- 'VendorsGutenbergSettingsController' =>
1151
  array (
1152
- 'name' => 'VendorsGutenbergSettingsController',
1153
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
1154
  'make' => true,
1155
  'singleton' => true,
1156
  ),
1157
- 'UtmUtm' =>
1158
  array (
1159
- 'name' => 'UtmUtm',
1160
- 'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
1161
  'make' => true,
1162
  'singleton' => true,
1163
  ),
1164
- 'EditorsEnvController' =>
1165
  array (
1166
- 'name' => 'EditorsEnvController',
1167
- 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
1168
  'make' => true,
1169
  'singleton' => true,
1170
  ),
1171
- 'EditorsMediaSizesController' =>
1172
  array (
1173
- 'name' => 'EditorsMediaSizesController',
1174
- 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
1175
  'make' => true,
1176
  'singleton' => true,
1177
  ),
1178
- 'EditorsDataAjaxController' =>
1179
  array (
1180
- 'name' => 'EditorsDataAjaxController',
1181
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
1182
  'make' => true,
1183
  'singleton' => true,
1184
  ),
1185
- 'EditorsDataAjaxPostDataController' =>
1186
  array (
1187
- 'name' => 'EditorsDataAjaxPostDataController',
1188
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
1189
  'make' => true,
1190
  'singleton' => true,
1191
  ),
1192
- 'EditorsDataAjaxPostFieldsController' =>
1193
  array (
1194
- 'name' => 'EditorsDataAjaxPostFieldsController',
1195
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
1196
  'make' => true,
1197
  'singleton' => true,
1198
  ),
1199
- 'EditorsDataAjaxRevisionController' =>
1200
  array (
1201
- 'name' => 'EditorsDataAjaxRevisionController',
1202
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
1203
  'make' => true,
1204
  'singleton' => true,
1205
  ),
1206
- 'EditorsFrontendLayoutSwitcherBundleController' =>
1207
  array (
1208
- 'name' => 'EditorsFrontendLayoutSwitcherBundleController',
1209
- 'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
1210
  'make' => true,
1211
  'singleton' => true,
1212
  ),
1213
- 'EditorsTemplatesController' =>
1214
  array (
1215
- 'name' => 'EditorsTemplatesController',
1216
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
1217
  'make' => true,
1218
  'singleton' => true,
1219
  ),
1220
- 'EditorsTemplatesPostType' =>
1221
  array (
1222
- 'name' => 'EditorsTemplatesPostType',
1223
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
1224
  'make' => true,
1225
  'singleton' => true,
1226
  ),
1227
- 'EditorsSettingsEditorLayoutController' =>
1228
  array (
1229
- 'name' => 'EditorsSettingsEditorLayoutController',
1230
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\EditorLayoutController',
1231
  'make' => true,
1232
  'singleton' => true,
1233
  ),
1234
- 'EditorsSettingsItemBadgeController' =>
1235
  array (
1236
- 'name' => 'EditorsSettingsItemBadgeController',
1237
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemBadgeController',
1238
  'make' => true,
1239
  'singleton' => true,
1240
  ),
1241
- 'EditorsSettingsItemDataCollectionController' =>
1242
  array (
1243
- 'name' => 'EditorsSettingsItemDataCollectionController',
1244
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemDataCollectionController',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
- 'EditorsSettingsItemInitialHelpersController' =>
1249
  array (
1250
- 'name' => 'EditorsSettingsItemInitialHelpersController',
1251
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemInitialHelpersController',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
- 'EditorsSettingsItemPreviewController' =>
1256
  array (
1257
- 'name' => 'EditorsSettingsItemPreviewController',
1258
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
- 'EditorsSettingsPageEditableTemplatesController' =>
1263
  array (
1264
- 'name' => 'EditorsSettingsPageEditableTemplatesController',
1265
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
- 'EditorsSettingsPageTemplatesController' =>
1270
  array (
1271
- 'name' => 'EditorsSettingsPageTemplatesController',
1272
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
- 'EditorsSettingsPageTemplatesSaveController' =>
1277
  array (
1278
- 'name' => 'EditorsSettingsPageTemplatesSaveController',
1279
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
- 'EditorsSettingsPageTemplatesVariablesController' =>
1284
  array (
1285
- 'name' => 'EditorsSettingsPageTemplatesVariablesController',
1286
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
- 'EditorsSettingsSlugController' =>
1291
  array (
1292
- 'name' => 'EditorsSettingsSlugController',
1293
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
- 'EditorsSettingsTitleController' =>
1298
  array (
1299
- 'name' => 'EditorsSettingsTitleController',
1300
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
- 'EditorsSettingsWordPressSettingsAuthorController' =>
1305
  array (
1306
- 'name' => 'EditorsSettingsWordPressSettingsAuthorController',
1307
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\AuthorController',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
1311
- 'EditorsSettingsWordPressSettingsCategoriesController' =>
1312
  array (
1313
- 'name' => 'EditorsSettingsWordPressSettingsCategoriesController',
1314
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\CategoriesController',
1315
  'make' => true,
1316
  'singleton' => true,
1317
  ),
1318
- 'EditorsSettingsWordPressSettingsDiscussionController' =>
1319
  array (
1320
- 'name' => 'EditorsSettingsWordPressSettingsDiscussionController',
1321
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\DiscussionController',
1322
  'make' => true,
1323
  'singleton' => true,
1324
  ),
1325
- 'EditorsSettingsWordPressSettingsExcerptController' =>
1326
  array (
1327
- 'name' => 'EditorsSettingsWordPressSettingsExcerptController',
1328
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ExcerptController',
1329
  'make' => true,
1330
  'singleton' => true,
1331
  ),
1332
- 'EditorsSettingsWordPressSettingsFeaturedImageController' =>
1333
  array (
1334
- 'name' => 'EditorsSettingsWordPressSettingsFeaturedImageController',
1335
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\FeaturedImageController',
1336
  'make' => true,
1337
  'singleton' => true,
1338
  ),
1339
- 'EditorsSettingsWordPressSettingsParentPageController' =>
1340
  array (
1341
- 'name' => 'EditorsSettingsWordPressSettingsParentPageController',
1342
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ParentPageController',
1343
  'make' => true,
1344
  'singleton' => true,
1345
  ),
1346
- 'EditorsSettingsWordPressSettingsTagsController' =>
1347
  array (
1348
- 'name' => 'EditorsSettingsWordPressSettingsTagsController',
1349
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\TagsController',
1350
  'make' => true,
1351
  'singleton' => true,
1352
  ),
1353
- 'EditorsElementsController' =>
1354
  array (
1355
- 'name' => 'EditorsElementsController',
1356
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Elements\\Controller',
1357
  'make' => true,
1358
  'singleton' => true,
1359
  ),
1360
- 'EditorsInitialHelpersController' =>
1361
  array (
1362
- 'name' => 'EditorsInitialHelpersController',
1363
- 'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
1364
  'make' => true,
1365
  'singleton' => true,
1366
  ),
1367
- 'EditorsFrontendBundleController' =>
1368
  array (
1369
- 'name' => 'EditorsFrontendBundleController',
1370
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
1371
  'make' => true,
1372
  'singleton' => true,
1373
  ),
1374
- 'EditorsFrontendController' =>
1375
  array (
1376
- 'name' => 'EditorsFrontendController',
1377
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
1378
  'make' => true,
1379
  'singleton' => true,
1380
  ),
1381
- 'EditorsFrontendHeartbeatController' =>
1382
  array (
1383
- 'name' => 'EditorsFrontendHeartbeatController',
1384
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
1385
  'make' => true,
1386
  'singleton' => true,
1387
  ),
1388
- 'EditorsFrontendMenuController' =>
1389
  array (
1390
- 'name' => 'EditorsFrontendMenuController',
1391
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
1392
  'make' => true,
1393
  'singleton' => true,
1394
  ),
1395
- 'EditorsFrontendVariablesController' =>
1396
  array (
1397
- 'name' => 'EditorsFrontendVariablesController',
1398
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
1399
  'make' => true,
1400
  'singleton' => true,
1401
  ),
1402
- 'EditorsAttributesWpEditor' =>
1403
  array (
1404
- 'name' => 'EditorsAttributesWpEditor',
1405
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
1406
  'make' => true,
1407
  'singleton' => true,
1408
  ),
1409
- 'EditorsAttributesAutoCompleteController' =>
1410
  array (
1411
- 'name' => 'EditorsAttributesAutoCompleteController',
1412
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
1413
  'make' => true,
1414
  'singleton' => true,
1415
  ),
1416
- 'EditorsAttributesAjaxFormController' =>
1417
  array (
1418
- 'name' => 'EditorsAttributesAjaxFormController',
1419
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
1420
  'make' => true,
1421
  'singleton' => true,
1422
  ),
1423
- 'EditorsAttributesUrlController' =>
1424
  array (
1425
- 'name' => 'EditorsAttributesUrlController',
1426
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
1427
  'make' => true,
1428
  'singleton' => true,
1429
  ),
1430
- 'EditorsAttributesIconPickerController' =>
1431
  array (
1432
- 'name' => 'EditorsAttributesIconPickerController',
1433
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
1434
  'make' => true,
1435
  'singleton' => true,
1436
  ),
1437
- 'EditorsAttributesCodeMirrorCodeMirrorController' =>
1438
  array (
1439
- 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
1440
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
1441
  'make' => true,
1442
  'singleton' => true,
1443
  ),
1444
- 'EditorsBackendEditorController' =>
1445
  array (
1446
- 'name' => 'EditorsBackendEditorController',
1447
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
1448
  'make' => true,
1449
  'singleton' => true,
1450
  ),
1451
- 'EditorsBackendSaveSetEditorController' =>
1452
  array (
1453
- 'name' => 'EditorsBackendSaveSetEditorController',
1454
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
1455
  'make' => true,
1456
  'singleton' => true,
1457
  ),
1458
- 'EditorsTutorialController' =>
1459
  array (
1460
- 'name' => 'EditorsTutorialController',
1461
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
1462
  'make' => true,
1463
  'singleton' => true,
1464
  ),
1465
- 'EditorsTutorialPostType' =>
1466
  array (
1467
- 'name' => 'EditorsTutorialPostType',
1468
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
1469
  'make' => true,
1470
  'singleton' => true,
1471
  ),
1472
- 'EditorsEditPostLinksController' =>
1473
  array (
1474
- 'name' => 'EditorsEditPostLinksController',
1475
- 'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
1476
  'make' => true,
1477
  'singleton' => true,
1478
  ),
1479
- 'EditorsDataUsageController' =>
1480
  array (
1481
- 'name' => 'EditorsDataUsageController',
1482
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
1483
  'make' => true,
1484
  'singleton' => true,
1485
  ),
1486
- 'EditorsDataUsageMostUsedItemsController' =>
1487
  array (
1488
- 'name' => 'EditorsDataUsageMostUsedItemsController',
1489
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\MostUsedItemsController',
1490
  'make' => true,
1491
  'singleton' => true,
1492
  ),
1493
- 'EditorsPageEditableController' =>
1494
  array (
1495
- 'name' => 'EditorsPageEditableController',
1496
- 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
1497
  'make' => true,
1498
  'singleton' => true,
1499
  ),
1500
- 'EditorsPopupsPremiumPromoController' =>
1501
  array (
1502
- 'name' => 'EditorsPopupsPremiumPromoController',
1503
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Popups\\PremiumPromoController',
1504
  'make' => true,
1505
  'singleton' => true,
1506
  ),
1507
- 'FrontViewAssetResetController' =>
1508
  array (
1509
- 'name' => 'FrontViewAssetResetController',
1510
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
1511
  'make' => true,
1512
  'singleton' => true,
1513
  ),
1514
- 'FrontViewAssetUrlReplaceController' =>
1515
  array (
1516
- 'name' => 'FrontViewAssetUrlReplaceController',
1517
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
1518
  'make' => true,
1519
  'singleton' => true,
1520
  ),
1521
- 'FrontViewContentUrlReplaceController' =>
1522
  array (
1523
- 'name' => 'FrontViewContentUrlReplaceController',
1524
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
1525
  'make' => true,
1526
  'singleton' => true,
1527
  ),
1528
- 'FrontViewFrontVariablesController' =>
1529
  array (
1530
- 'name' => 'FrontViewFrontVariablesController',
1531
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
1532
  'make' => true,
1533
  'singleton' => true,
1534
  ),
1535
- 'FrontViewFrontViewController' =>
1536
  array (
1537
- 'name' => 'FrontViewFrontViewController',
1538
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
1539
  'make' => true,
1540
  'singleton' => true,
1541
  ),
1542
- 'FrontViewPluginsInfoController' =>
1543
  array (
1544
- 'name' => 'FrontViewPluginsInfoController',
1545
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
1546
  'make' => true,
1547
  'singleton' => true,
1548
  ),
1549
- 'AutoloadAddonsAutoload' =>
1550
  array (
1551
- 'name' => 'AutoloadAddonsAutoload',
1552
- 'abstract' => 'VisualComposer\\Modules\\Autoload\\AddonsAutoload',
1553
  'make' => true,
1554
  'singleton' => true,
1555
  ),
1556
- 'AutoloadElementsAutoload' =>
1557
  array (
1558
- 'name' => 'AutoloadElementsAutoload',
1559
- 'abstract' => 'VisualComposer\\Modules\\Autoload\\ElementsAutoload',
1560
  'make' => true,
1561
  'singleton' => true,
1562
  ),
269
  'make' => false,
270
  'singleton' => true,
271
  ),
272
+ 'AccessCurrentUserHelper' =>
273
+ array (
274
+ 'name' => 'AccessCurrentUserHelper',
275
+ 'abstract' => 'VisualComposer\\Helpers\\Access\\CurrentUser',
276
+ 'make' => false,
277
+ 'singleton' => true,
278
+ ),
279
+ 'AccessEditorPostTypeHelper' =>
280
+ array (
281
+ 'name' => 'AccessEditorPostTypeHelper',
282
+ 'abstract' => 'VisualComposer\\Helpers\\Access\\EditorPostType',
283
+ 'make' => false,
284
+ 'singleton' => true,
285
+ ),
286
+ 'AccessRoleHelper' =>
287
+ array (
288
+ 'name' => 'AccessRoleHelper',
289
+ 'abstract' => 'VisualComposer\\Helpers\\Access\\Role',
290
+ 'make' => false,
291
+ 'singleton' => true,
292
+ ),
293
+ 'AccessUserCapabilitiesHelper' =>
294
+ array (
295
+ 'name' => 'AccessUserCapabilitiesHelper',
296
+ 'abstract' => 'VisualComposer\\Helpers\\Access\\UserCapabilities',
297
+ 'make' => false,
298
+ 'singleton' => true,
299
+ ),
300
  'SettingsFieldsRegistryHelper' =>
301
  array (
302
  'name' => 'SettingsFieldsRegistryHelper',
395
  'make' => false,
396
  'singleton' => true,
397
  ),
398
+ ),
399
+ 'modules' =>
400
+ array (
401
+ 'InternationalizationLocale' =>
402
  array (
403
+ 'name' => 'InternationalizationLocale',
404
+ 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
405
+ 'make' => true,
406
  'singleton' => true,
407
  ),
408
+ 'UpdatesUpdatesController' =>
409
  array (
410
+ 'name' => 'UpdatesUpdatesController',
411
+ 'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
412
+ 'make' => true,
413
  'singleton' => true,
414
  ),
415
+ 'VendorsAjaxSearchProController' =>
416
  array (
417
+ 'name' => 'VendorsAjaxSearchProController',
418
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\AjaxSearchProController',
419
+ 'make' => true,
420
  'singleton' => true,
421
  ),
422
+ 'VendorsDashboardController' =>
423
  array (
424
+ 'name' => 'VendorsDashboardController',
425
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
426
+ 'make' => true,
427
  'singleton' => true,
428
  ),
429
+ 'VendorsJetPack' =>
 
 
 
430
  array (
431
+ 'name' => 'VendorsJetPack',
432
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
433
  'make' => true,
434
  'singleton' => true,
435
  ),
436
+ 'VendorsMetaSliderController' =>
437
  array (
438
+ 'name' => 'VendorsMetaSliderController',
439
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
440
  'make' => true,
441
  'singleton' => true,
442
  ),
443
+ 'VendorsNextGen' =>
444
  array (
445
+ 'name' => 'VendorsNextGen',
446
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
447
  'make' => true,
448
  'singleton' => true,
449
  ),
450
+ 'VendorsNinjaFormsController' =>
451
  array (
452
+ 'name' => 'VendorsNinjaFormsController',
453
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
454
  'make' => true,
455
  'singleton' => true,
456
  ),
457
+ 'VendorsPluginsController' =>
458
  array (
459
+ 'name' => 'VendorsPluginsController',
460
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
461
  'make' => true,
462
  'singleton' => true,
463
  ),
464
+ 'VendorsRevSliderController' =>
465
  array (
466
+ 'name' => 'VendorsRevSliderController',
467
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
468
  'make' => true,
469
  'singleton' => true,
470
  ),
471
+ 'VendorsThemeTwentySeventeenController' =>
472
  array (
473
+ 'name' => 'VendorsThemeTwentySeventeenController',
474
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\ThemeTwentySeventeenController',
475
  'make' => true,
476
  'singleton' => true,
477
  ),
478
+ 'VendorsTwentyTwentyOneController' =>
479
  array (
480
+ 'name' => 'VendorsTwentyTwentyOneController',
481
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\TwentyTwentyOneController',
482
  'make' => true,
483
  'singleton' => true,
484
  ),
485
+ 'VendorsWooCommerceController' =>
486
  array (
487
+ 'name' => 'VendorsWooCommerceController',
488
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
489
  'make' => true,
490
  'singleton' => true,
491
  ),
492
+ 'VendorsWooCommerceSquareController' =>
493
  array (
494
+ 'name' => 'VendorsWooCommerceSquareController',
495
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceSquareController',
496
  'make' => true,
497
  'singleton' => true,
498
  ),
499
+ 'VendorsWordpressController' =>
500
  array (
501
+ 'name' => 'VendorsWordpressController',
502
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WordpressController',
503
  'make' => true,
504
  'singleton' => true,
505
  ),
506
+ 'VendorsWpbakeryController' =>
507
  array (
508
+ 'name' => 'VendorsWpbakeryController',
509
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
510
  'make' => true,
511
  'singleton' => true,
512
  ),
513
+ 'VendorsWpmlController' =>
514
  array (
515
+ 'name' => 'VendorsWpmlController',
516
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
517
+ 'make' => true,
518
+ 'singleton' => true,
519
+ ),
520
+ 'VendorsYoastController' =>
521
+ array (
522
+ 'name' => 'VendorsYoastController',
523
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
524
+ 'make' => true,
525
+ 'singleton' => true,
526
+ ),
527
+ 'VendorsGutenbergAttributeController' =>
528
+ array (
529
+ 'name' => 'VendorsGutenbergAttributeController',
530
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
531
+ 'make' => true,
532
+ 'singleton' => true,
533
+ ),
534
+ 'VendorsGutenbergDisableController' =>
535
+ array (
536
+ 'name' => 'VendorsGutenbergDisableController',
537
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
538
+ 'make' => true,
539
+ 'singleton' => true,
540
+ ),
541
+ 'VendorsGutenbergSettingsController' =>
542
+ array (
543
+ 'name' => 'VendorsGutenbergSettingsController',
544
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
545
  'make' => true,
546
  'singleton' => true,
547
  ),
622
  'make' => true,
623
  'singleton' => true,
624
  ),
 
 
 
 
 
 
 
625
  'AssetsAssetBundleController' =>
626
  array (
627
  'name' => 'AssetsAssetBundleController',
706
  'make' => true,
707
  'singleton' => true,
708
  ),
709
+ 'FrontViewAssetResetController' =>
710
  array (
711
+ 'name' => 'FrontViewAssetResetController',
712
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
713
  'make' => true,
714
  'singleton' => true,
715
  ),
716
+ 'FrontViewAssetUrlReplaceController' =>
717
  array (
718
+ 'name' => 'FrontViewAssetUrlReplaceController',
719
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
720
  'make' => true,
721
  'singleton' => true,
722
  ),
723
+ 'FrontViewContentUrlReplaceController' =>
724
  array (
725
+ 'name' => 'FrontViewContentUrlReplaceController',
726
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
727
  'make' => true,
728
  'singleton' => true,
729
  ),
730
+ 'FrontViewFrontVariablesController' =>
731
  array (
732
+ 'name' => 'FrontViewFrontVariablesController',
733
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
734
  'make' => true,
735
  'singleton' => true,
736
  ),
737
+ 'FrontViewFrontViewController' =>
738
  array (
739
+ 'name' => 'FrontViewFrontViewController',
740
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
741
  'make' => true,
742
  'singleton' => true,
743
  ),
744
+ 'FrontViewPluginsInfoController' =>
745
  array (
746
+ 'name' => 'FrontViewPluginsInfoController',
747
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
748
  'make' => true,
749
  'singleton' => true,
750
  ),
751
+ 'EditorsEnvController' =>
752
  array (
753
+ 'name' => 'EditorsEnvController',
754
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
755
  'make' => true,
756
  'singleton' => true,
757
  ),
758
+ 'EditorsMediaSizesController' =>
759
  array (
760
+ 'name' => 'EditorsMediaSizesController',
761
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
762
  'make' => true,
763
  'singleton' => true,
764
  ),
765
+ 'EditorsTemplatesController' =>
766
  array (
767
+ 'name' => 'EditorsTemplatesController',
768
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
769
  'make' => true,
770
  'singleton' => true,
771
  ),
772
+ 'EditorsTemplatesPostType' =>
773
  array (
774
+ 'name' => 'EditorsTemplatesPostType',
775
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
776
  'make' => true,
777
  'singleton' => true,
778
  ),
779
+ 'EditorsBackendEditorController' =>
780
  array (
781
+ 'name' => 'EditorsBackendEditorController',
782
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
783
  'make' => true,
784
  'singleton' => true,
785
  ),
786
+ 'EditorsBackendSaveSetEditorController' =>
787
  array (
788
+ 'name' => 'EditorsBackendSaveSetEditorController',
789
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
790
  'make' => true,
791
  'singleton' => true,
792
  ),
793
+ 'EditorsPageEditableController' =>
794
  array (
795
+ 'name' => 'EditorsPageEditableController',
796
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
797
  'make' => true,
798
  'singleton' => true,
799
  ),
800
+ 'EditorsAttributesWpEditor' =>
801
  array (
802
+ 'name' => 'EditorsAttributesWpEditor',
803
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
804
  'make' => true,
805
  'singleton' => true,
806
  ),
807
+ 'EditorsAttributesIconPickerController' =>
808
  array (
809
+ 'name' => 'EditorsAttributesIconPickerController',
810
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
811
  'make' => true,
812
  'singleton' => true,
813
  ),
814
+ 'EditorsAttributesAutoCompleteController' =>
815
  array (
816
+ 'name' => 'EditorsAttributesAutoCompleteController',
817
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
818
  'make' => true,
819
  'singleton' => true,
820
  ),
821
+ 'EditorsAttributesAjaxFormController' =>
822
  array (
823
+ 'name' => 'EditorsAttributesAjaxFormController',
824
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
825
  'make' => true,
826
  'singleton' => true,
827
  ),
828
+ 'EditorsAttributesCodeMirrorCodeMirrorController' =>
829
  array (
830
+ 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
831
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
832
  'make' => true,
833
  'singleton' => true,
834
  ),
835
+ 'EditorsAttributesUrlController' =>
836
  array (
837
+ 'name' => 'EditorsAttributesUrlController',
838
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
839
  'make' => true,
840
  'singleton' => true,
841
  ),
842
+ 'EditorsFrontendBundleController' =>
843
  array (
844
+ 'name' => 'EditorsFrontendBundleController',
845
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
+ 'EditorsFrontendController' =>
850
  array (
851
+ 'name' => 'EditorsFrontendController',
852
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
+ 'EditorsFrontendHeartbeatController' =>
857
  array (
858
+ 'name' => 'EditorsFrontendHeartbeatController',
859
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
+ 'EditorsFrontendMenuController' =>
864
  array (
865
+ 'name' => 'EditorsFrontendMenuController',
866
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
+ 'EditorsFrontendVariablesController' =>
871
  array (
872
+ 'name' => 'EditorsFrontendVariablesController',
873
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
+ 'EditorsTutorialController' =>
878
  array (
879
+ 'name' => 'EditorsTutorialController',
880
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
+ 'EditorsTutorialPostType' =>
885
  array (
886
+ 'name' => 'EditorsTutorialPostType',
887
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
888
  'make' => true,
889
  'singleton' => true,
890
  ),
891
+ 'EditorsFrontendLayoutSwitcherBundleController' =>
892
  array (
893
+ 'name' => 'EditorsFrontendLayoutSwitcherBundleController',
894
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
895
  'make' => true,
896
  'singleton' => true,
897
  ),
898
+ 'EditorsPopupsPremiumPromoController' =>
899
  array (
900
+ 'name' => 'EditorsPopupsPremiumPromoController',
901
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Popups\\PremiumPromoController',
902
  'make' => true,
903
  'singleton' => true,
904
  ),
905
+ 'EditorsInitialHelpersController' =>
906
  array (
907
+ 'name' => 'EditorsInitialHelpersController',
908
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
909
  'make' => true,
910
  'singleton' => true,
911
  ),
912
+ 'EditorsDataAjaxController' =>
913
  array (
914
+ 'name' => 'EditorsDataAjaxController',
915
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
916
  'make' => true,
917
  'singleton' => true,
918
  ),
919
+ 'EditorsDataAjaxPostDataController' =>
920
  array (
921
+ 'name' => 'EditorsDataAjaxPostDataController',
922
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
923
  'make' => true,
924
  'singleton' => true,
925
  ),
926
+ 'EditorsDataAjaxPostFieldsController' =>
927
  array (
928
+ 'name' => 'EditorsDataAjaxPostFieldsController',
929
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
930
  'make' => true,
931
  'singleton' => true,
932
  ),
933
+ 'EditorsDataAjaxRevisionController' =>
934
  array (
935
+ 'name' => 'EditorsDataAjaxRevisionController',
936
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
937
  'make' => true,
938
  'singleton' => true,
939
  ),
940
+ 'EditorsEditPostLinksController' =>
941
  array (
942
+ 'name' => 'EditorsEditPostLinksController',
943
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
944
  'make' => true,
945
  'singleton' => true,
946
  ),
947
+ 'EditorsSettingsEditorLayoutController' =>
948
  array (
949
+ 'name' => 'EditorsSettingsEditorLayoutController',
950
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\EditorLayoutController',
951
  'make' => true,
952
  'singleton' => true,
953
  ),
954
+ 'EditorsSettingsItemBadgeController' =>
955
  array (
956
+ 'name' => 'EditorsSettingsItemBadgeController',
957
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemBadgeController',
958
  'make' => true,
959
  'singleton' => true,
960
  ),
961
+ 'EditorsSettingsItemDataCollectionController' =>
962
  array (
963
+ 'name' => 'EditorsSettingsItemDataCollectionController',
964
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemDataCollectionController',
965
  'make' => true,
966
  'singleton' => true,
967
  ),
968
+ 'EditorsSettingsItemInitialHelpersController' =>
969
  array (
970
+ 'name' => 'EditorsSettingsItemInitialHelpersController',
971
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemInitialHelpersController',
972
  'make' => true,
973
  'singleton' => true,
974
  ),
975
+ 'EditorsSettingsItemPreviewController' =>
976
  array (
977
+ 'name' => 'EditorsSettingsItemPreviewController',
978
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
979
  'make' => true,
980
  'singleton' => true,
981
  ),
982
+ 'EditorsSettingsPageEditableTemplatesController' =>
983
  array (
984
+ 'name' => 'EditorsSettingsPageEditableTemplatesController',
985
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
986
  'make' => true,
987
  'singleton' => true,
988
  ),
989
+ 'EditorsSettingsPageTemplatesController' =>
990
  array (
991
+ 'name' => 'EditorsSettingsPageTemplatesController',
992
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
993
  'make' => true,
994
  'singleton' => true,
995
  ),
996
+ 'EditorsSettingsPageTemplatesSaveController' =>
997
  array (
998
+ 'name' => 'EditorsSettingsPageTemplatesSaveController',
999
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
1000
  'make' => true,
1001
  'singleton' => true,
1002
  ),
1003
+ 'EditorsSettingsPageTemplatesVariablesController' =>
1004
  array (
1005
+ 'name' => 'EditorsSettingsPageTemplatesVariablesController',
1006
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
1007
  'make' => true,
1008
  'singleton' => true,
1009
  ),
1010
+ 'EditorsSettingsSlugController' =>
1011
  array (
1012
+ 'name' => 'EditorsSettingsSlugController',
1013
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
1014
  'make' => true,
1015
  'singleton' => true,
1016
  ),
1017
+ 'EditorsSettingsTitleController' =>
1018
  array (
1019
+ 'name' => 'EditorsSettingsTitleController',
1020
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
1021
  'make' => true,
1022
  'singleton' => true,
1023
  ),
1024
+ 'EditorsSettingsWordPressSettingsAuthorController' =>
1025
  array (
1026
+ 'name' => 'EditorsSettingsWordPressSettingsAuthorController',
1027
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\AuthorController',
1028
  'make' => true,
1029
  'singleton' => true,
1030
  ),
1031
+ 'EditorsSettingsWordPressSettingsCategoriesController' =>
1032
  array (
1033
+ 'name' => 'EditorsSettingsWordPressSettingsCategoriesController',
1034
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\CategoriesController',
1035
  'make' => true,
1036
  'singleton' => true,
1037
  ),
1038
+ 'EditorsSettingsWordPressSettingsDiscussionController' =>
1039
  array (
1040
+ 'name' => 'EditorsSettingsWordPressSettingsDiscussionController',
1041
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\DiscussionController',
1042
  'make' => true,
1043
  'singleton' => true,
1044
  ),
1045
+ 'EditorsSettingsWordPressSettingsExcerptController' =>
1046
  array (
1047
+ 'name' => 'EditorsSettingsWordPressSettingsExcerptController',
1048
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ExcerptController',
1049
  'make' => true,
1050
  'singleton' => true,
1051
  ),
1052
+ 'EditorsSettingsWordPressSettingsFeaturedImageController' =>
1053
  array (
1054
+ 'name' => 'EditorsSettingsWordPressSettingsFeaturedImageController',
1055
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\FeaturedImageController',
1056
  'make' => true,
1057
  'singleton' => true,
1058
  ),
1059
+ 'EditorsSettingsWordPressSettingsParentPageController' =>
1060
  array (
1061
+ 'name' => 'EditorsSettingsWordPressSettingsParentPageController',
1062
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ParentPageController',
1063
  'make' => true,
1064
  'singleton' => true,
1065
  ),
1066
+ 'EditorsSettingsWordPressSettingsTagsController' =>
1067
  array (
1068
+ 'name' => 'EditorsSettingsWordPressSettingsTagsController',
1069
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\TagsController',
1070
  'make' => true,
1071
  'singleton' => true,
1072
  ),
1073
+ 'EditorsElementsController' =>
1074
  array (
1075
+ 'name' => 'EditorsElementsController',
1076
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Elements\\Controller',
1077
  'make' => true,
1078
  'singleton' => true,
1079
  ),
1080
+ 'EditorsDataUsageController' =>
1081
  array (
1082
+ 'name' => 'EditorsDataUsageController',
1083
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
1084
  'make' => true,
1085
  'singleton' => true,
1086
  ),
1087
+ 'EditorsDataUsageMostUsedItemsController' =>
1088
  array (
1089
+ 'name' => 'EditorsDataUsageMostUsedItemsController',
1090
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\MostUsedItemsController',
1091
  'make' => true,
1092
  'singleton' => true,
1093
  ),
1094
+ 'SystemCacheCacheController' =>
1095
  array (
1096
+ 'name' => 'SystemCacheCacheController',
1097
+ 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
1098
  'make' => true,
1099
  'singleton' => true,
1100
  ),
1101
+ 'SystemTextDomainController' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1102
  array (
1103
+ 'name' => 'SystemTextDomainController',
1104
+ 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
1105
  'make' => true,
1106
  'singleton' => true,
1107
  ),
1108
+ 'SystemActivationController' =>
1109
  array (
1110
+ 'name' => 'SystemActivationController',
1111
+ 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
1112
  'make' => true,
1113
  'singleton' => true,
1114
  ),
1115
+ 'SystemAjaxAdminController' =>
1116
  array (
1117
+ 'name' => 'SystemAjaxAdminController',
1118
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
1119
  'make' => true,
1120
  'singleton' => true,
1121
  ),
1122
+ 'SystemAjaxController' =>
1123
  array (
1124
+ 'name' => 'SystemAjaxController',
1125
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
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
+ 'SettingsAjaxSystemStatusController' =>
1151
  array (
1152
+ 'name' => 'SettingsAjaxSystemStatusController',
1153
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
1154
  'make' => true,
1155
  'singleton' => true,
1156
  ),
1157
+ 'SettingsPagesCssJsSettings' =>
1158
  array (
1159
+ 'name' => 'SettingsPagesCssJsSettings',
1160
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
1161
  'make' => true,
1162
  'singleton' => true,
1163
  ),
1164
+ 'SettingsPagesHub' =>
1165
  array (
1166
+ 'name' => 'SettingsPagesHub',
1167
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Hub',
1168
  'make' => true,
1169
  'singleton' => true,
1170
  ),
1171
+ 'SettingsPagesSettings' =>
1172
  array (
1173
+ 'name' => 'SettingsPagesSettings',
1174
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
1175
  'make' => true,
1176
  'singleton' => true,
1177
  ),
1178
+ 'SettingsPagesSystemStatus' =>
1179
  array (
1180
+ 'name' => 'SettingsPagesSystemStatus',
1181
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
1182
  'make' => true,
1183
  'singleton' => true,
1184
  ),
1185
+ 'SettingsFieldsCssEditor' =>
1186
  array (
1187
+ 'name' => 'SettingsFieldsCssEditor',
1188
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
1189
  'make' => true,
1190
  'singleton' => true,
1191
  ),
1192
+ 'SettingsFieldsFactoryResetController' =>
1193
  array (
1194
+ 'name' => 'SettingsFieldsFactoryResetController',
1195
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
1196
  'make' => true,
1197
  'singleton' => true,
1198
  ),
1199
+ 'SettingsFieldsJsEditor' =>
1200
  array (
1201
+ 'name' => 'SettingsFieldsJsEditor',
1202
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
1203
  'make' => true,
1204
  'singleton' => true,
1205
  ),
1206
+ 'SettingsFieldsPostTypes' =>
1207
  array (
1208
+ 'name' => 'SettingsFieldsPostTypes',
1209
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\PostTypes',
1210
  'make' => true,
1211
  'singleton' => true,
1212
  ),
1213
+ 'AutoloadAddonsAutoload' =>
1214
  array (
1215
+ 'name' => 'AutoloadAddonsAutoload',
1216
+ 'abstract' => 'VisualComposer\\Modules\\Autoload\\AddonsAutoload',
1217
  'make' => true,
1218
  'singleton' => true,
1219
  ),
1220
+ 'AutoloadElementsAutoload' =>
1221
  array (
1222
+ 'name' => 'AutoloadElementsAutoload',
1223
+ 'abstract' => 'VisualComposer\\Modules\\Autoload\\ElementsAutoload',
1224
  'make' => true,
1225
  'singleton' => true,
1226
  ),
1227
+ 'ElementsApiController' =>
1228
  array (
1229
+ 'name' => 'ElementsApiController',
1230
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
1231
  'make' => true,
1232
  'singleton' => true,
1233
  ),
1234
+ 'ElementsController' =>
1235
  array (
1236
+ 'name' => 'ElementsController',
1237
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
1238
  'make' => true,
1239
  'singleton' => true,
1240
  ),
1241
+ 'ElementsAjaxShortcodeController' =>
1242
  array (
1243
+ 'name' => 'ElementsAjaxShortcodeController',
1244
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
+ 'ElementsEncodedShortcodeController' =>
1249
  array (
1250
+ 'name' => 'ElementsEncodedShortcodeController',
1251
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
+ 'ElementsAssetShortcodeController' =>
1256
  array (
1257
+ 'name' => 'ElementsAssetShortcodeController',
1258
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
+ 'ElementsGlobalVariablesController' =>
1263
  array (
1264
+ 'name' => 'ElementsGlobalVariablesController',
1265
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
+ 'ElementsWpWidgetsWpWidgetsController' =>
1270
  array (
1271
+ 'name' => 'ElementsWpWidgetsWpWidgetsController',
1272
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
+ 'ElementsWpWidgetsWpWidgetsShortcodes' =>
1277
  array (
1278
+ 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
1279
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
+ 'ElementsAjaxImageControllerController' =>
1284
  array (
1285
+ 'name' => 'ElementsAjaxImageControllerController',
1286
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
+ 'UtmUtm' =>
1291
  array (
1292
+ 'name' => 'UtmUtm',
1293
+ 'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
+ 'HubDownloadController' =>
1298
  array (
1299
+ 'name' => 'HubDownloadController',
1300
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
+ 'HubJsonActionsController' =>
1305
  array (
1306
+ 'name' => 'HubJsonActionsController',
1307
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
1311
+ 'HubUpdateController' =>
1312
  array (
1313
+ 'name' => 'HubUpdateController',
1314
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
1315
  'make' => true,
1316
  'singleton' => true,
1317
  ),
1318
+ 'HubTemplatesTemplateDownloadController' =>
1319
  array (
1320
+ 'name' => 'HubTemplatesTemplateDownloadController',
1321
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
1322
  'make' => true,
1323
  'singleton' => true,
1324
  ),
1325
+ 'HubTemplatesTemplatesUpdater' =>
1326
  array (
1327
+ 'name' => 'HubTemplatesTemplatesUpdater',
1328
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
1329
  'make' => true,
1330
  'singleton' => true,
1331
  ),
1332
+ 'HubTemplatesTeasersTeasersController' =>
1333
  array (
1334
+ 'name' => 'HubTemplatesTeasersTeasersController',
1335
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
1336
  'make' => true,
1337
  'singleton' => true,
1338
  ),
1339
+ 'HubTemplatesTeasersTeasersDownloadController' =>
1340
  array (
1341
+ 'name' => 'HubTemplatesTeasersTeasersDownloadController',
1342
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
1343
  'make' => true,
1344
  'singleton' => true,
1345
  ),
1346
+ 'HubGroupsCategoriesCategories' =>
1347
  array (
1348
+ 'name' => 'HubGroupsCategoriesCategories',
1349
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
1350
  'make' => true,
1351
  'singleton' => true,
1352
  ),
1353
+ 'HubGroupsCategoriesCategoriesUpdater' =>
1354
  array (
1355
+ 'name' => 'HubGroupsCategoriesCategoriesUpdater',
1356
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
1357
  'make' => true,
1358
  'singleton' => true,
1359
  ),
1360
+ 'HubGroupsCategoriesGroups' =>
1361
  array (
1362
+ 'name' => 'HubGroupsCategoriesGroups',
1363
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
1364
  'make' => true,
1365
  'singleton' => true,
1366
  ),
1367
+ 'HubGroupsCategoriesGroupsUpdater' =>
1368
  array (
1369
+ 'name' => 'HubGroupsCategoriesGroupsUpdater',
1370
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
1371
  'make' => true,
1372
  'singleton' => true,
1373
  ),
1374
+ 'HubAssetsAssetDownloadController' =>
1375
  array (
1376
+ 'name' => 'HubAssetsAssetDownloadController',
1377
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
1378
  'make' => true,
1379
  'singleton' => true,
1380
  ),
1381
+ 'HubPagesPremiumTeasers' =>
1382
  array (
1383
+ 'name' => 'HubPagesPremiumTeasers',
1384
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\PremiumTeasers',
1385
  'make' => true,
1386
  'singleton' => true,
1387
  ),
1388
+ 'HubPagesUpdateBePage' =>
1389
  array (
1390
+ 'name' => 'HubPagesUpdateBePage',
1391
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
1392
  'make' => true,
1393
  'singleton' => true,
1394
  ),
1395
+ 'HubPagesUpdateFePage' =>
1396
  array (
1397
+ 'name' => 'HubPagesUpdateFePage',
1398
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
1399
  'make' => true,
1400
  'singleton' => true,
1401
  ),
1402
+ 'HubActionsPostUpdateAction' =>
1403
  array (
1404
+ 'name' => 'HubActionsPostUpdateAction',
1405
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
1406
  'make' => true,
1407
  'singleton' => true,
1408
  ),
1409
+ 'HubStockMediaStockMediaDownloadController' =>
1410
  array (
1411
+ 'name' => 'HubStockMediaStockMediaDownloadController',
1412
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
1413
  'make' => true,
1414
  'singleton' => true,
1415
  ),
1416
+ 'HubElementsElementDownloadController' =>
1417
  array (
1418
+ 'name' => 'HubElementsElementDownloadController',
1419
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
1420
  'make' => true,
1421
  'singleton' => true,
1422
  ),
1423
+ 'HubElementsElements' =>
1424
  array (
1425
+ 'name' => 'HubElementsElements',
1426
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
1427
  'make' => true,
1428
  'singleton' => true,
1429
  ),
1430
+ 'HubElementsElementsUpdater' =>
1431
  array (
1432
+ 'name' => 'HubElementsElementsUpdater',
1433
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
1434
  'make' => true,
1435
  'singleton' => true,
1436
  ),
1437
+ 'HubElementsTeasersTeasersController' =>
1438
  array (
1439
+ 'name' => 'HubElementsTeasersTeasersController',
1440
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
1441
  'make' => true,
1442
  'singleton' => true,
1443
  ),
1444
+ 'HubElementsTeasersTeasersDownloadController' =>
1445
  array (
1446
+ 'name' => 'HubElementsTeasersTeasersDownloadController',
1447
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
1448
  'make' => true,
1449
  'singleton' => true,
1450
  ),
1451
+ 'HubAddonsAddonDownloadController' =>
1452
  array (
1453
+ 'name' => 'HubAddonsAddonDownloadController',
1454
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
1455
  'make' => true,
1456
  'singleton' => true,
1457
  ),
1458
+ 'HubAddonsAddons' =>
1459
  array (
1460
+ 'name' => 'HubAddonsAddons',
1461
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
1462
  'make' => true,
1463
  'singleton' => true,
1464
  ),
1465
+ 'HubAddonsAddonsUpdater' =>
1466
  array (
1467
+ 'name' => 'HubAddonsAddonsUpdater',
1468
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
1469
  'make' => true,
1470
  'singleton' => true,
1471
  ),
1472
+ 'HubAddonsTeasersTeasersController' =>
1473
  array (
1474
+ 'name' => 'HubAddonsTeasersTeasersController',
1475
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
1476
  'make' => true,
1477
  'singleton' => true,
1478
  ),
1479
+ 'HubAddonsTeasersTeasersDownloadController' =>
1480
  array (
1481
+ 'name' => 'HubAddonsTeasersTeasersDownloadController',
1482
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
1483
  'make' => true,
1484
  'singleton' => true,
1485
  ),
1486
+ 'MigrationsAssets22Migration' =>
1487
  array (
1488
+ 'name' => 'MigrationsAssets22Migration',
1489
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
1490
  'make' => true,
1491
  'singleton' => true,
1492
  ),
1493
+ 'MigrationsCustomTemplatesUpdate24Migration' =>
1494
  array (
1495
+ 'name' => 'MigrationsCustomTemplatesUpdate24Migration',
1496
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesUpdate24Migration',
1497
  'make' => true,
1498
  'singleton' => true,
1499
  ),
1500
+ 'MigrationsDatabaseMigration' =>
1501
  array (
1502
+ 'name' => 'MigrationsDatabaseMigration',
1503
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DatabaseMigration',
1504
  'make' => true,
1505
  'singleton' => true,
1506
  ),
1507
+ 'MigrationsDefaultElementsMigration' =>
1508
  array (
1509
+ 'name' => 'MigrationsDefaultElementsMigration',
1510
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
1511
  'make' => true,
1512
  'singleton' => true,
1513
  ),
1514
+ 'MigrationsFixPredefinedTemplateUpdate' =>
1515
  array (
1516
+ 'name' => 'MigrationsFixPredefinedTemplateUpdate',
1517
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\FixPredefinedTemplateUpdate',
1518
  'make' => true,
1519
  'singleton' => true,
1520
  ),
1521
+ 'MigrationsFreeMigration' =>
1522
  array (
1523
+ 'name' => 'MigrationsFreeMigration',
1524
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\FreeMigration',
1525
  'make' => true,
1526
  'singleton' => true,
1527
  ),
1528
+ 'MigrationsGlobalJavascriptMigration' =>
1529
  array (
1530
+ 'name' => 'MigrationsGlobalJavascriptMigration',
1531
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
1532
  'make' => true,
1533
  'singleton' => true,
1534
  ),
1535
+ 'MigrationsLicenseMigration' =>
1536
  array (
1537
+ 'name' => 'MigrationsLicenseMigration',
1538
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
1539
  'make' => true,
1540
  'singleton' => true,
1541
  ),
1542
+ 'MigrationsPredefinedTemplateMigration' =>
1543
  array (
1544
+ 'name' => 'MigrationsPredefinedTemplateMigration',
1545
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
1546
  'make' => true,
1547
  'singleton' => true,
1548
  ),
1549
+ 'MigrationsSettingsMigration' =>
1550
  array (
1551
+ 'name' => 'MigrationsSettingsMigration',
1552
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
1553
  'make' => true,
1554
  'singleton' => true,
1555
  ),
1556
+ 'MigrationsTemplates114Migration' =>
1557
  array (
1558
+ 'name' => 'MigrationsTemplates114Migration',
1559
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
1560
  'make' => true,
1561
  'singleton' => true,
1562
  ),
1563
+ 'MigrationsUpdateGlobalElementsMigration' =>
1564
  array (
1565
+ 'name' => 'MigrationsUpdateGlobalElementsMigration',
1566
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
1567
  'make' => true,
1568
  'singleton' => true,
1569
  ),
languages/visualcomposer.pot CHANGED
@@ -1,3560 +1,5160 @@
1
- #, fuzzy
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: 1.0\n"
5
- "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-01-29 14:24+0300\n"
7
- "PO-Revision-Date: 2017-03-20 21:48+0200\n"
8
- "Last-Translator: WPBakery <hello@wpbakery.com>\n"
9
- "Language-Team: WPBakery <hello@wpbakery.com>\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
14
- "X-Generator: Poedit 2.4\n"
15
- "X-Poedit-KeywordsList: esc_html__;esc_html_e;esc_attr__;esc_attr_e;"
16
- "esc_html_x;_x;__;_e\n"
17
- "X-Poedit-Basepath: ../visualcomposer\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPathExcluded-0: ../node_modules\n"
20
- "X-Poedit-SearchPathExcluded-1: ../ci\n"
21
- "X-Poedit-SearchPathExcluded-2: ../cache\n"
22
- "X-Poedit-SearchPathExcluded-3: ../devElements\n"
23
- "X-Poedit-SearchPathExcluded-4: ../devCategories\n"
24
- "X-Poedit-SearchPathExcluded-5: ../tools\n"
25
- "X-Poedit-SearchPathExcluded-6: ../tests\n"
26
-
27
- #: Framework/helpers.php:173
28
- msgid ""
29
- "An error occurred while retrieving the download URL for Visual Composer "
30
- "extensions. Deactivate other plugins, re-install Visual Composer and try "
31
- "again."
32
- msgstr ""
33
-
34
- #: Framework/helpers.php:179
35
- msgid ""
36
- "An error occurred when creating temporary installation files. Verify that "
37
- "WP_TEMP_DIR exists and is writable."
38
- msgstr ""
39
-
40
- #: Framework/helpers.php:185
41
- msgid ""
42
- "An error occurred during the Visual Composer extension download process.\n"
43
- "<ul><li>- Check if your server has a connection to the Internet.</li><li>- "
44
- "Check if your server proxy has proper configuration settings.</li><li>- "
45
- "Check your server firewall settings and access to https://my."
46
- "visualcomposer.com</li><li>- Check if your server has access to the <a "
47
- "href=\"https://cdn.hub.visualcomposer.com/vcwb-teasers/"
48
- "youtubePlayer.3307569.1518529200.youtube-player-preview.jpg\" target="
49
- "\"_blank\" rel=\"noopener noreferrer\">Amazon AWS</a></li></ul>"
50
- msgstr ""
51
-
52
- #: Framework/helpers.php:192
53
- msgid ""
54
- "An HTTP requests failed during the download process of the plugin.\n"
55
- "<ul><li>- Check if your server has a connection to the Internet.</li><li>- "
56
- "Check if your server proxy has proper configuration settings.</li><li>- "
57
- "Check your server firewall settings and access to <a href=\"https://my."
58
- "visualcomposer.com\" target=\"_blank\" rel=\"noopener noreferrer\">https://"
59
- "my.visualcomposer.com</a></li><li>- Check if your server has access to the "
60
- "<a href=\"https://cdn.hub.visualcomposer.com/vcwb-teasers/"
61
- "youtubePlayer.3307569.1518529200.youtube-player-preview.jpg\" target="
62
- "\"_blank\">Amazon AWS</a></li></ul>"
63
- msgstr ""
64
-
65
- #: Framework/helpers.php:216
66
- msgid ""
67
- "An error occurred when extracting Visual Composer extension files. Visual "
68
- "Composer requires direct access to the file system of your server. Check "
69
- "if FS_METHOD is defined in wp-config.php and disable it."
70
- msgstr ""
71
-
72
- #: Framework/helpers.php:223
73
- msgid ""
74
- "A .zip file of Visual Composer is broken - the checksum check failed. "
75
- "Check your Internet connection, initiate reset under Visual Composer "
76
- "Settings, and try again."
77
- msgstr ""
78
-
79
- #: Framework/helpers.php:229
80
- msgid ""
81
- "We could not copy files to your server. It seems that you have run out of "
82
- "the disk space. Increase your server disk space and try again."
83
- msgstr ""
84
-
85
- #: Framework/helpers.php:236
86
- msgid ""
87
- "We could not create a directory for the plugin in wp-content/uploads. "
88
- "Check if your server has \"write\" permissions for wp-content/uploads."
89
- msgstr ""
90
-
91
- #: Framework/helpers.php:242
92
- msgid ""
93
- "We could not copy a directory for the plugin in wp-content/uploads. Check "
94
- "if your server has a \"write\" permissions for wp-content/uploads."
95
- msgstr ""
96
-
97
- #: Framework/helpers.php:248
98
- msgid ""
99
- "We could not copy a directory for the plugin in wp-content/uploads. Please "
100
- "check if your server has write permissions for wp-content/uploads."
101
- msgstr ""
102
-
103
- #: Framework/helpers.php:261
104
- #, php-format
105
- msgid "WordPress Error: %s"
106
- msgstr ""
107
-
108
- #: Framework/helpers.php:308
109
- msgid "A wrong response body was received."
110
- msgstr ""
111
-
112
- #: Framework/helpers.php:322
113
- msgid "Bad status code was received."
114
- msgstr ""
115
-
116
- #: Framework/helpers.php:338
117
- #, php-format
118
- msgid "A bad response status code %d was received."
119
- msgstr ""
120
-
121
- #: Framework/helpers.php:354
122
- msgid "Failed to process the action."
123
- msgstr ""
124
-
125
- #: Helpers/EditorTemplates.php:76
126
- msgid "My Templates"
127
- msgstr ""
128
-
129
- #: Helpers/EditorTemplates.php:80
130
- msgid "Hub Templates"
131
- msgstr ""
132
-
133
- #: Helpers/EditorTemplates.php:186
134
- msgid "Select a template"
135
- msgstr ""
136
-
137
- #: Helpers/Hub/Bundle.php:165 Helpers/Hub/Bundle.php:372
138
- msgid "Failed to read remote bundle JSON."
139
- msgstr ""
140
-
141
- #: Helpers/Hub/Download.php:27
142
- msgid "Editor bundle"
143
- msgstr ""
144
-
145
- #: Helpers/Hub/Download.php:30
146
- msgid "Categories bundle"
147
- msgstr ""
148
-
149
- #: Helpers/Hub/Download.php:33
150
- msgid "Library extensions"
151
- msgstr ""
152
-
153
- #: Helpers/Hub/Download.php:36
154
- msgid "Templates library"
155
- msgstr ""
156
-
157
- #: Helpers/Hub/Update.php:173 Helpers/Localizations.php:772
158
- msgid "Create a new page"
159
- msgstr ""
160
-
161
- #: Helpers/Hub/Update.php:188
162
- msgid "Create a new post"
163
- msgstr ""
164
-
165
- #: Helpers/License.php:148
166
- msgid "Visual Composer Website Builder license has expired."
167
- msgstr ""
168
-
169
- #: Helpers/License.php:153
170
- msgid "Couldn't find a valid Visual Composer Website Builder license."
171
- msgstr ""
172
-
173
- #: Helpers/License.php:160
174
- msgid "Visual Composer Website Builder license has been deactivated."
175
- msgstr ""
176
-
177
- #: Helpers/License.php:163
178
- msgid "The license key is missing, enter a valid license key."
179
- msgstr ""
180
-
181
- #: Helpers/License.php:166
182
- msgid "URL is missing, try again."
183
- msgstr ""
184
-
185
- #: Helpers/License.php:169
186
- msgid "Visual Composer Website Builder license is already activated."
187
- msgstr ""
188
-
189
- #: Helpers/License.php:172
190
- msgid "Activation failed, try again."
191
- msgstr ""
192
-
193
- #: Helpers/License.php:175
194
- msgid "The license key has reached the activation limit."
195
- msgstr ""
196
-
197
- #: Helpers/License.php:179
198
- msgid ""
199
- "The purchase code is already used, deactivate the previous site, and try "
200
- "again."
201
- msgstr ""
202
-
203
- #: Helpers/License.php:184
204
- msgid "An error occurred, try again."
205
- msgstr ""
206
-
207
- #: Helpers/Localizations.php:30
208
- msgid "Add Element"
209
- msgstr ""
210
-
211
- #: Helpers/Localizations.php:31
212
- msgid "Add Content"
213
- msgstr ""
214
-
215
- #: Helpers/Localizations.php:32 Modules/Settings/Pages/Hub.php:105
216
- msgid "Visual Composer Hub"
217
- msgstr ""
218
-
219
- #: Helpers/Localizations.php:33
220
- msgid "Add Template"
221
- msgstr ""
222
-
223
- #: Helpers/Localizations.php:34
224
- msgid "Tree View"
225
- msgstr ""
226
-
227
- #: Helpers/Localizations.php:35
228
- msgid "Undo"
229
- msgstr ""
230
-
231
- #: Helpers/Localizations.php:36
232
- msgid "Redo"
233
- msgstr ""
234
-
235
- #: Helpers/Localizations.php:37
236
- msgid "Responsive View"
237
- msgstr ""
238
-
239
- #: Helpers/Localizations.php:38
240
- msgid "Desktop"
241
- msgstr ""
242
-
243
- #: Helpers/Localizations.php:39
244
- msgid "Tablet Landscape"
245
- msgstr ""
246
-
247
- #: Helpers/Localizations.php:40
248
- msgid "Tablet Portrait"
249
- msgstr ""
250
-
251
- #: Helpers/Localizations.php:41
252
- msgid "Mobile Landscape"
253
- msgstr ""
254
-
255
- #: Helpers/Localizations.php:42
256
- msgid "Mobile Portrait"
257
- msgstr ""
258
-
259
- #: Helpers/Localizations.php:43 Modules/Settings/Pages/Settings.php:75
260
- msgid "Settings"
261
- msgstr ""
262
-
263
- #: Helpers/Localizations.php:44 Modules/Hub/Pages/UpdateBePage.php:101
264
- msgid "Update"
265
- msgstr ""
266
-
267
- #: Helpers/Localizations.php:45
268
- msgid "Menu"
269
- msgstr ""
270
-
271
- #: Helpers/Localizations.php:46
272
- msgid "View Page"
273
- msgstr ""
274
-
275
- #: Helpers/Localizations.php:47
276
- msgid "Back to WordPress"
277
- msgstr ""
278
-
279
- #: Helpers/Localizations.php:48
280
- msgid "WordPress Dashboard"
281
- msgstr ""
282
-
283
- #: Helpers/Localizations.php:49
284
- msgid "Publish"
285
- msgstr ""
286
-
287
- #: Helpers/Localizations.php:50
288
- msgid "Submit for Review"
289
- msgstr ""
290
-
291
- #: Helpers/Localizations.php:51
292
- msgid "Save Draft"
293
- msgstr ""
294
-
295
- #: Helpers/Localizations.php:52 Modules/Vendors/PluginsController.php:150
296
- #: resources/views/license/pages/license.php:38
297
- #: resources/views/settings/layouts/dashboard-main-layout.php:264
298
- #: resources/views/settings/layouts/dashboard-premium-teaser.php:36
299
- #: resources/views/vendors/dashboard.php:68
300
- msgid "Go Premium"
301
- msgstr ""
302
-
303
- #: Helpers/Localizations.php:53
304
- msgid "Get Free License"
305
- msgstr ""
306
-
307
- #: Helpers/Localizations.php:54
308
- msgid "Activated"
309
- msgstr ""
310
-
311
- #: Helpers/Localizations.php:55
312
- msgid "Close"
313
- msgstr ""
314
-
315
- #: Helpers/Localizations.php:57
316
- msgid ""
317
- "There is no content on the page - start by adding an element or template."
318
- msgstr ""
319
-
320
- #: Helpers/Localizations.php:60 Modules/Settings/Fields/CssEditor.php:59
321
- msgid "Custom CSS"
322
- msgstr ""
323
-
324
- #: Helpers/Localizations.php:61
325
- msgid "Local CSS"
326
- msgstr ""
327
-
328
- #: Helpers/Localizations.php:62
329
- msgid "Global CSS"
330
- msgstr ""
331
-
332
- #: Helpers/Localizations.php:63
333
- msgid "Custom JavaScript"
334
- msgstr ""
335
-
336
- #: Helpers/Localizations.php:64
337
- msgid "Local JavaScript"
338
- msgstr ""
339
-
340
- #: Helpers/Localizations.php:65
341
- msgid "Local JavaScript will be applied to this particular page only."
342
- msgstr ""
343
-
344
- #: Helpers/Localizations.php:66
345
- msgid "Global JavaScript"
346
- msgstr ""
347
-
348
- #: Helpers/Localizations.php:67
349
- msgid "Apply custom Global Javascript code sitewide."
350
- msgstr ""
351
-
352
- #: Helpers/Localizations.php:68
353
- msgid "Save"
354
- msgstr ""
355
-
356
- #: Helpers/Localizations.php:69
357
- msgid "Template Name"
358
- msgstr ""
359
-
360
- #: Helpers/Localizations.php:70
361
- msgid "Save Template"
362
- msgstr ""
363
-
364
- #: Helpers/Localizations.php:71
365
- msgid "Remove Template"
366
- msgstr ""
367
-
368
- #: Helpers/Localizations.php:72
369
- msgid "Failed to save the template."
370
- msgstr ""
371
-
372
- #: Helpers/Localizations.php:73
373
- msgid "Download More Templates"
374
- msgstr ""
375
-
376
- #: Helpers/Localizations.php:74
377
- msgid "Get More Elements"
378
- msgstr ""
379
-
380
- #: Helpers/Localizations.php:75
381
- msgid "Get More Templates"
382
- msgstr ""
383
-
384
- #: Helpers/Localizations.php:78
385
- msgid ""
386
- "There are no templates yet. Save the current layout as a template or "
387
- "download templates from Visual Composer Hub."
388
- msgstr ""
389
-
390
- #: Helpers/Localizations.php:82
391
- msgid ""
392
- "Didn't find the right template? Check out Visual Composer Hub for more "
393
- "templates."
394
- msgstr ""
395
-
396
- #: Helpers/Localizations.php:86 Helpers/Localizations.php:418
397
- msgid ""
398
- "Access the Visual Composer Hub - download additional elements, blocks, "
399
- "templates, and addons."
400
- msgstr ""
401
-
402
- #: Helpers/Localizations.php:89
403
- msgid "Do you want to remove this template?"
404
- msgstr ""
405
-
406
- #: Helpers/Localizations.php:90
407
- msgid "Do you want to remove this element preset?"
408
- msgstr ""
409
-
410
- #: Helpers/Localizations.php:91
411
- msgid "Failed to remove the template"
412
- msgstr ""
413
-
414
- #: Helpers/Localizations.php:92
415
- msgid "Name Your Page, Select"
416
- msgstr ""
417
-
418
- #: Helpers/Localizations.php:93
419
- msgid "Name The Page"
420
- msgstr ""
421
-
422
- #: Helpers/Localizations.php:94
423
- msgid "Layout and Start Building"
424
- msgstr ""
425
-
426
- #: Helpers/Localizations.php:95
427
- msgid "Name Your "
428
- msgstr ""
429
-
430
- #: Helpers/Localizations.php:96
431
- msgid "and Start Building"
432
- msgstr ""
433
-
434
- #: Helpers/Localizations.php:99
435
- msgid ""
436
- "Start by adding an element to the layout or select one of the pre-defined "
437
- "templates."
438
- msgstr ""
439
-
440
- #: Helpers/Localizations.php:102
441
- msgid "Page title"
442
- msgstr ""
443
-
444
- #: Helpers/Localizations.php:105
445
- msgid ""
446
- "Didn't find a perfect template? Get a premium license to download "
447
- "templates from the Visual Composer Hub."
448
- msgstr ""
449
-
450
- #: Helpers/Localizations.php:110
451
- msgid ""
452
- "Didn't find an element? Get a premium license to download elements from "
453
- "the Visual Composer Hub."
454
- msgstr ""
455
-
456
- #: Helpers/Localizations.php:115
457
- msgid ""
458
- "Get a premium license to access Visual Composer Hub. Download "
459
- "professionally designed templates, more content elements, extensions, and "
460
- "more."
461
- msgstr ""
462
-
463
- #: Helpers/Localizations.php:118
464
- msgid "Add"
465
- msgstr ""
466
-
467
- #: Helpers/Localizations.php:119
468
- msgid "Row Layout"
469
- msgstr ""
470
-
471
- #: Helpers/Localizations.php:120 Modules/Editors/Tutorial/PostType.php:72
472
- msgid "Edit"
473
- msgstr ""
474
-
475
- #: Helpers/Localizations.php:121
476
- msgid "Design Options"
477
- msgstr ""
478
-
479
- #: Helpers/Localizations.php:122
480
- msgid "Clone"
481
- msgstr ""
482
-
483
- #: Helpers/Localizations.php:123
484
- msgid "Copy"
485
- msgstr ""
486
-
487
- #: Helpers/Localizations.php:124
488
- msgid "Paste"
489
- msgstr ""
490
-
491
- #: Helpers/Localizations.php:125
492
- msgid "Paste After"
493
- msgstr ""
494
-
495
- #: Helpers/Localizations.php:126
496
- msgid "Remove"
497
- msgstr ""
498
-
499
- #: Helpers/Localizations.php:127
500
- msgid "Move"
501
- msgstr ""
502
-
503
- #: Helpers/Localizations.php:128
504
- msgid "Search for content elements"
505
- msgstr ""
506
-
507
- #: Helpers/Localizations.php:129
508
- msgid "Search for content elements and templates"
509
- msgstr ""
510
-
511
- #: Helpers/Localizations.php:130
512
- msgid "Search for templates"
513
- msgstr ""
514
-
515
- #: Helpers/Localizations.php:132
516
- msgid ""
517
- "A template with this name already exists. Choose a different template name."
518
- msgstr ""
519
-
520
- #: Helpers/Localizations.php:135
521
- msgid "There is no content on the page to be saved."
522
- msgstr ""
523
-
524
- #: Helpers/Localizations.php:136
525
- msgid "Enter the template name to save this page as a template."
526
- msgstr ""
527
-
528
- #: Helpers/Localizations.php:137
529
- msgid "Add one column"
530
- msgstr ""
531
-
532
- #: Helpers/Localizations.php:138
533
- msgid "Add two columns"
534
- msgstr ""
535
-
536
- #: Helpers/Localizations.php:139
537
- msgid "Add three columns"
538
- msgstr ""
539
-
540
- #: Helpers/Localizations.php:140
541
- msgid "Add four columns"
542
- msgstr ""
543
-
544
- #: Helpers/Localizations.php:141
545
- msgid "Add five columns"
546
- msgstr ""
547
-
548
- #: Helpers/Localizations.php:142
549
- msgid "Add custom row layout"
550
- msgstr ""
551
-
552
- #: Helpers/Localizations.php:143
553
- msgid "Add a text block"
554
- msgstr ""
555
-
556
- #: Helpers/Localizations.php:144
557
- #: Modules/Editors/EditPostLinks/Controller.php:92
558
- #: Modules/Editors/EditPostLinks/Controller.php:128
559
- #: Modules/Editors/EditPostLinks/Controller.php:129
560
- #: Modules/Editors/EditPostLinks/Controller.php:189
561
- msgid "Edit with Visual Composer"
562
- msgstr ""
563
-
564
- #: Helpers/Localizations.php:145
565
- msgid "Classic Editor"
566
- msgstr ""
567
-
568
- #: Helpers/Localizations.php:148
569
- msgid ""
570
- "You are switching to Visual Composer. Visual Composer will load the latest "
571
- "version of the content created with the website builder."
572
- msgstr ""
573
-
574
- #: Helpers/Localizations.php:153
575
- msgid ""
576
- "You are switching to the Classic Editor. The content created with Visual "
577
- "Composer will be copied to Classic Editor (style changes may apply). Any "
578
- "changes made in the Classic Editor will not be synced with the Visual "
579
- "Composer layout. Do you want to proceed?"
580
- msgstr ""
581
-
582
- #: Helpers/Localizations.php:156
583
- msgid "Blank Page"
584
- msgstr ""
585
-
586
- #: Helpers/Localizations.php:157
587
- msgid "Search for templates by name and description"
588
- msgstr ""
589
-
590
- #: Helpers/Localizations.php:158
591
- msgid "Open Visual Composer Hub"
592
- msgstr ""
593
-
594
- #: Helpers/Localizations.php:160
595
- msgid ""
596
- "Didn't find an element? Check the Visual Composer Hub for more elements."
597
- msgstr ""
598
-
599
- #: Helpers/Localizations.php:164
600
- msgid ""
601
- "An error occurred during the Visual Composer extension download process.\n"
602
- "<ul><li>- Check if your server has a connection to the Internet.</li><li>- "
603
- "Check if your server proxy has proper configuration settings.</li><li>- "
604
- "Check your server firewall settings and access to https://my."
605
- "visualcomposer.com</li><li>- Check if your server has access to the <a "
606
- "href=\"https://aws.amazon.com/ru/premiumsupport/knowledge-center/s3-find-"
607
- "ip-address-ranges/\" target=\"_blank\" rel=\"noopener noreferrer\">Amazon "
608
- "AWS Region: `us-west-2` IP</a></li></ul>"
609
- msgstr ""
610
-
611
- #: Helpers/Localizations.php:169
612
- msgid ""
613
- "Already have a license? Log in to <a href=\"{link}\" class=\"vcv-"
614
- "activation-input-field-forgot-license-link\" target=\"_blank\" rel="
615
- "\"noopener noreferrer\">My Visual Composer</a> to find it."
616
- msgstr ""
617
-
618
- #: Helpers/Localizations.php:173
619
- msgid "Do more with the Visual Composer Hub"
620
- msgstr ""
621
-
622
- #: Helpers/Localizations.php:176 Helpers/Localizations.php:200
623
- msgid "Nothing found"
624
- msgstr ""
625
-
626
- #: Helpers/Localizations.php:177
627
- msgid "Add an image"
628
- msgstr ""
629
-
630
- #: Helpers/Localizations.php:178
631
- msgid "Remove the image"
632
- msgstr ""
633
-
634
- #: Helpers/Localizations.php:179
635
- msgid "Move the image"
636
- msgstr ""
637
-
638
- #: Helpers/Localizations.php:180
639
- msgid "Edit or replace the image"
640
- msgstr ""
641
-
642
- #: Helpers/Localizations.php:181
643
- msgid "Add a link"
644
- msgstr ""
645
-
646
- #: Helpers/Localizations.php:182
647
- msgid "Select a URL"
648
- msgstr ""
649
-
650
- #: Helpers/Localizations.php:183
651
- msgid "Insert or edit a link"
652
- msgstr ""
653
-
654
- #: Helpers/Localizations.php:184
655
- msgid "Or link to an existing content"
656
- msgstr ""
657
-
658
- #: Helpers/Localizations.php:185
659
- msgid "Search existing content"
660
- msgstr ""
661
-
662
- #: Helpers/Localizations.php:186
663
- msgid "Popup"
664
- msgstr ""
665
-
666
- #: Helpers/Localizations.php:187
667
- msgid "Select a popup template"
668
- msgstr ""
669
-
670
- #: Helpers/Localizations.php:188
671
- msgid "Popup on every page load"
672
- msgstr ""
673
-
674
- #: Helpers/Localizations.php:189
675
- msgid "Popup on exit-intent"
676
- msgstr ""
677
-
678
- #: Helpers/Localizations.php:190
679
- msgid "Popup on element ID"
680
- msgstr ""
681
-
682
- #: Helpers/Localizations.php:191
683
- msgid "Delay (seconds)"
684
- msgstr ""
685
-
686
- #: Helpers/Localizations.php:192
687
- msgid "Show every (days)"
688
- msgstr ""
689
-
690
- #: Helpers/Localizations.php:193
691
- msgid "The popup will open once the page is loaded."
692
- msgstr ""
693
-
694
- #: Helpers/Localizations.php:194
695
- msgid "The popup will load if a user tries to exit the page."
696
- msgstr ""
697
-
698
- #: Helpers/Localizations.php:196
699
- msgid ""
700
- "The popup will appear when an element with a unique Element ID will be "
701
- "displayed (scrolled to) on the page."
702
- msgstr ""
703
-
704
- #: Helpers/Localizations.php:199
705
- msgid "OnClick action"
706
- msgstr ""
707
-
708
- #: Helpers/Localizations.php:201
709
- msgid "Open the link in a new tab"
710
- msgstr ""
711
-
712
- #: Helpers/Localizations.php:202
713
- msgid "Add \"nofollow\" option to the link"
714
- msgstr ""
715
-
716
- #: Helpers/Localizations.php:203
717
- msgid "Enter the destination URL"
718
- msgstr ""
719
-
720
- #: Helpers/Localizations.php:204
721
- msgid "The title attribute will be displayed on the link hover."
722
- msgstr ""
723
-
724
- #: Helpers/Localizations.php:205
725
- msgid "Title"
726
- msgstr ""
727
-
728
- #: Helpers/Localizations.php:206
729
- msgid "Excerpt"
730
- msgstr ""
731
-
732
- #: Helpers/Localizations.php:207
733
- msgid "Visual Composer Hub update failed, try again."
734
- msgstr ""
735
-
736
- #: Helpers/Localizations.php:208
737
- #: Modules/Editors/Settings/ItemPreviewController.php:71
738
- msgid "Preview"
739
- msgstr ""
740
-
741
- #: Helpers/Localizations.php:209
742
- msgid "Preview Changes"
743
- msgstr ""
744
-
745
- #: Helpers/Localizations.php:210
746
- msgid "Saving Results"
747
- msgstr ""
748
-
749
- #: Helpers/Localizations.php:211
750
- msgid "Hide Element"
751
- msgstr ""
752
-
753
- #: Helpers/Localizations.php:212
754
- msgid "Show Element"
755
- msgstr ""
756
-
757
- #: Helpers/Localizations.php:213
758
- msgid "Element is Hidden"
759
- msgstr ""
760
-
761
- #: Helpers/Localizations.php:214
762
- msgid "Element Settings"
763
- msgstr ""
764
-
765
- #: Helpers/Localizations.php:216
766
- msgid ""
767
- "Change the default parameters to create a unique element. The new element "
768
- "will be added to your library."
769
- msgstr ""
770
-
771
- #: Helpers/Localizations.php:219
772
- msgid "Save as a Preset"
773
- msgstr ""
774
-
775
- #: Helpers/Localizations.php:220
776
- msgid "Save as a Template"
777
- msgstr ""
778
-
779
- #: Helpers/Localizations.php:221
780
- msgid "Downloading initial extensions"
781
- msgstr ""
782
-
783
- #: Helpers/Localizations.php:222
784
- msgid "Downloading assets {i} of {cnt}: {name}"
785
- msgstr ""
786
-
787
- #: Helpers/Localizations.php:223
788
- msgid "Downloading"
789
- msgstr ""
790
-
791
- #: Helpers/Localizations.php:224
792
- msgid "Updating posts {i} in {cnt}: {name}"
793
- msgstr ""
794
-
795
- #: Helpers/Localizations.php:225
796
- msgid "Failed to load: {file}"
797
- msgstr ""
798
-
799
- #: Helpers/Localizations.php:226
800
- #: Modules/Editors/Settings/WordPressSettings/ParentPageController.php:52
801
- msgid "None"
802
- msgstr ""
803
-
804
- #: Helpers/Localizations.php:229
805
- msgid ""
806
- "Double-tap on an element to open the edit window. Tap and hold to initiate "
807
- "drag and drop."
808
- msgstr ""
809
-
810
- #: Helpers/Localizations.php:232
811
- msgid "Template"
812
- msgstr ""
813
-
814
- #: Helpers/Localizations.php:233
815
- msgid "Theme Default"
816
- msgstr ""
817
-
818
- #: Helpers/Localizations.php:235
819
- msgid "To apply a template save changes and reload the page."
820
- msgstr ""
821
-
822
- #: Helpers/Localizations.php:239
823
- msgid "To apply title, save changes, and reload the page."
824
- msgstr ""
825
-
826
- #: Helpers/Localizations.php:243
827
- msgid "To apply title changes save changes and reload the page"
828
- msgstr ""
829
-
830
- #: Helpers/Localizations.php:246
831
- msgid "Disable the page title"
832
- msgstr ""
833
-
834
- #: Helpers/Localizations.php:248
835
- msgid ""
836
- "{name} has been successfully downloaded from the Visual Composer Hub and "
837
- "added to your content library."
838
- msgstr ""
839
-
840
- #: Helpers/Localizations.php:252
841
- msgid ""
842
- "{name} has been successfully downloaded from the Visual Composer Hub and "
843
- "added to your content library. To finish the installation process reload "
844
- "the page."
845
- msgstr ""
846
-
847
- #: Helpers/Localizations.php:256
848
- msgid ""
849
- "The element was copied without a unique Element ID. Adjust the Element ID "
850
- "by editing the element."
851
- msgstr ""
852
-
853
- #: Helpers/Localizations.php:260
854
- msgid ""
855
- "The element was cloned without a unique Element ID. Adjust the Element ID "
856
- "by editing the element."
857
- msgstr ""
858
-
859
- #: Helpers/Localizations.php:264
860
- msgid "Failed to download the element (license expired or request timed out)"
861
- msgstr ""
862
-
863
- #: Helpers/Localizations.php:267
864
- msgid "Failed to download the element"
865
- msgstr ""
866
-
867
- #: Helpers/Localizations.php:270
868
- msgid ""
869
- "It seems that something went wrong with loading the content. Make sure you "
870
- "are loading the correct content and try again."
871
- msgstr ""
872
-
873
- #: Helpers/Localizations.php:273 Helpers/Localizations.php:281
874
- #: Helpers/Localizations.php:295
875
- msgid "Return to WordPress dashboard"
876
- msgstr ""
877
-
878
- #: Helpers/Localizations.php:274
879
- msgid "Try Again"
880
- msgstr ""
881
-
882
- #: Helpers/Localizations.php:275
883
- msgid "Report an Issue"
884
- msgstr ""
885
-
886
- #: Helpers/Localizations.php:278
887
- msgid ""
888
- "It seems you are trying to edit the archive page which displays post "
889
- "archives instead of content. Before the edit, make sure to convert it to a "
890
- "static page via your WordPress admin."
891
- msgstr ""
892
-
893
- #: Helpers/Localizations.php:283
894
- msgid ""
895
- "Replace the {elementLabel} within this element with another {elementLabel} "
896
- "from the Element Library."
897
- msgstr ""
898
-
899
- #: Helpers/Localizations.php:287
900
- msgid "Replace the element with a different element from the same category."
901
- msgstr ""
902
-
903
- #: Helpers/Localizations.php:291
904
- msgid ""
905
- "We have received your request - the ticket has been created. Our support "
906
- "representative will contact you shortly."
907
- msgstr ""
908
-
909
- #: Helpers/Localizations.php:299
910
- msgid "Thank You!"
911
- msgstr ""
912
-
913
- #: Helpers/Localizations.php:304
914
- #, php-format
915
- msgid ""
916
- "There is a new version of Visual Composer Website Builder available. <a "
917
- "href=\"%s\">Update now</a> to version %s."
918
- msgstr ""
919
-
920
- #: Helpers/Localizations.php:312
921
- #, php-format
922
- msgid "Select a %s or %screate a new one%s."
923
- msgstr ""
924
-
925
- #: Helpers/Localizations.php:320
926
- #: Modules/Editors/Settings/PageTemplatesVariablesController.php:112
927
- msgid "Default"
928
- msgstr ""
929
-
930
- #: Helpers/Localizations.php:324
931
- msgid "Global Default"
932
- msgstr ""
933
-
934
- #: Helpers/Localizations.php:328
935
- msgid "Layout Default"
936
- msgstr ""
937
-
938
- #: Helpers/Localizations.php:332
939
- msgid ""
940
- "Update Visual Composer plugin to the most recent version to download this "
941
- "content element."
942
- msgstr ""
943
-
944
- #: Helpers/Localizations.php:336
945
- msgid ""
946
- "Update Visual Composer plugin to the most recent version to download this "
947
- "template."
948
- msgstr ""
949
-
950
- #: Helpers/Localizations.php:340
951
- msgid ""
952
- "Update Visual Composer plugin to the most recent version to download this "
953
- "addon."
954
- msgstr ""
955
-
956
- #: Helpers/Localizations.php:343
957
- msgid "Start Building"
958
- msgstr ""
959
-
960
- #: Helpers/Localizations.php:346
961
- #, php-format
962
- msgid "%s Name"
963
- msgstr ""
964
-
965
- #: Helpers/Localizations.php:352
966
- msgid ""
967
- "WordPress theme defined layout for a specific page, post, or custom post "
968
- "type."
969
- msgstr ""
970
-
971
- #: Helpers/Localizations.php:356
972
- msgid ""
973
- "A blank page layout with a boxed content area in the middle of the page "
974
- "without header, footer, or sidebar."
975
- msgstr ""
976
-
977
- #: Helpers/Localizations.php:360
978
- msgid "A full-width blank page without header, footer, or sidebar."
979
- msgstr ""
980
-
981
- #: Helpers/Localizations.php:364
982
- msgid ""
983
- "A default layout for the post type created in the Visual Composer Theme "
984
- "Builder."
985
- msgstr ""
986
-
987
- #: Helpers/Localizations.php:368
988
- msgid "A default layout with custom header, content, and footer area."
989
- msgstr ""
990
-
991
- #: Helpers/Localizations.php:372
992
- msgid ""
993
- "A default layout with custom header, content, footer, and sidebar area on "
994
- "the right."
995
- msgstr ""
996
-
997
- #: Helpers/Localizations.php:376
998
- msgid ""
999
- "A default layout with custom header, content, footer, and sidebar area on "
1000
- "the left."
1001
- msgstr ""
1002
-
1003
- #: Helpers/Localizations.php:380
1004
- msgid "Available in the Premium version."
1005
- msgstr ""
1006
-
1007
- #: Helpers/Localizations.php:384
1008
- msgid "Gutenberg plugin doesn't work properly. Check the Gutenberg plugin."
1009
- msgstr ""
1010
-
1011
- #: Helpers/Localizations.php:387
1012
- msgid "Free"
1013
- msgstr ""
1014
-
1015
- #: Helpers/Localizations.php:388 Helpers/Localizations.php:408
1016
- msgid "Premium"
1017
- msgstr ""
1018
-
1019
- #: Helpers/Localizations.php:389
1020
- msgid "Remove All"
1021
- msgstr ""
1022
-
1023
- #: Helpers/Localizations.php:390
1024
- msgid "Continue importing"
1025
- msgstr ""
1026
-
1027
- #: Helpers/Localizations.php:391
1028
- msgid "Back to import"
1029
- msgstr ""
1030
-
1031
- #: Helpers/Localizations.php:392
1032
- msgid "Starting import process..."
1033
- msgstr ""
1034
-
1035
- #: Helpers/Localizations.php:393
1036
- msgid "Back to parent"
1037
- msgstr ""
1038
-
1039
- #: Helpers/Localizations.php:394
1040
- msgid "Back"
1041
- msgstr ""
1042
-
1043
- #: Helpers/Localizations.php:395
1044
- msgid "Manage content in your library"
1045
- msgstr ""
1046
-
1047
- #: Helpers/Localizations.php:396
1048
- msgid "This element can’t be deleted"
1049
- msgstr ""
1050
-
1051
- #: Helpers/Localizations.php:397
1052
- msgid "Editor Settings"
1053
- msgstr ""
1054
-
1055
- #: Helpers/Localizations.php:398
1056
- msgid "Click to edit column value"
1057
- msgstr ""
1058
-
1059
- #: Helpers/Localizations.php:399
1060
- msgid "Addon"
1061
- msgstr ""
1062
-
1063
- #: Helpers/Localizations.php:401
1064
- msgid "Don't close this window while the download is in progress."
1065
- msgstr ""
1066
-
1067
- #: Helpers/Localizations.php:404
1068
- msgid "Create Your WordPress Website Today."
1069
- msgstr ""
1070
-
1071
- #: Helpers/Localizations.php:405
1072
- msgid "Start Easy. Build Fast."
1073
- msgstr ""
1074
-
1075
- #: Helpers/Localizations.php:406
1076
- msgid "Skip this post"
1077
- msgstr ""
1078
-
1079
- #: Helpers/Localizations.php:407
1080
- msgid "Do More With Visual Composer"
1081
- msgstr ""
1082
-
1083
- #: Helpers/Localizations.php:409
1084
- msgid ""
1085
- "Get unlimited access to the Visual Composer Hub with 500+ elements, "
1086
- "templates, addons, and integrations."
1087
- msgstr ""
1088
-
1089
- #: Helpers/Localizations.php:410
1090
- msgid "Get Started"
1091
- msgstr ""
1092
-
1093
- #: Helpers/Localizations.php:411
1094
- msgid "Sending Error Report"
1095
- msgstr ""
1096
-
1097
- #: Helpers/Localizations.php:413
1098
- msgid "Don't close this window while sending an error is in the process."
1099
- msgstr ""
1100
-
1101
- #: Helpers/Localizations.php:416
1102
- msgid "Oops ... Something Went Wrong"
1103
- msgstr ""
1104
-
1105
- #: Helpers/Localizations.php:422
1106
- msgid ""
1107
- "Add custom JavaScript code to insert it locally on this page in <footer>. "
1108
- "Insert Google Analytics, Tag Manager, Kissmetrics, or other JavaScript "
1109
- "code snippets."
1110
- msgstr ""
1111
-
1112
- #: Helpers/Localizations.php:426
1113
- msgid ""
1114
- "Add custom JavaScript code to insert it locally on this page in <header> "
1115
- "or <footer>. Insert Google Analytics, Tag Manager, Kissmetrics, or other "
1116
- "JavaScript code snippets."
1117
- msgstr ""
1118
-
1119
- #: Helpers/Localizations.php:430
1120
- msgid ""
1121
- "Add custom JavaScript code to insert it globally on every page in <header> "
1122
- "or <footer>. Insert Google Analytics, Tag Manager, Kissmetrics, or other "
1123
- "JavaScript code snippets."
1124
- msgstr ""
1125
-
1126
- #: Helpers/Localizations.php:433
1127
- msgid "Open the Edit Form"
1128
- msgstr ""
1129
-
1130
- #: Helpers/Localizations.php:435
1131
- msgid "Shortcode"
1132
- msgstr ""
1133
-
1134
- #: Helpers/Localizations.php:439
1135
- msgid ""
1136
- "Paste shortcode with all the parameters. The shortcode must be installed "
1137
- "on your WordPress site via a plugin or theme."
1138
- msgstr ""
1139
-
1140
- #: Helpers/Localizations.php:443 Modules/License/Pages/GoPremium.php:168
1141
- #: resources/views/license/pages/license.php:33
1142
- msgid "Activate Premium"
1143
- msgstr ""
1144
-
1145
- #: Helpers/Localizations.php:447
1146
- msgid "Search for free high-resolution photos on Unsplash"
1147
- msgstr ""
1148
-
1149
- #: Helpers/Localizations.php:451
1150
- msgid ""
1151
- "Download and Add Free Beautiful Photos to Your Site With Visual Composer "
1152
- "Premium"
1153
- msgstr ""
1154
-
1155
- #: Helpers/Localizations.php:455
1156
- msgid "Download and Add Free Beautiful Photos to Your Site"
1157
- msgstr ""
1158
-
1159
- #: Helpers/Localizations.php:459
1160
- msgid "No access, check your license."
1161
- msgstr ""
1162
-
1163
- #: Helpers/Localizations.php:463
1164
- msgid "Could not connect to Unsplash Server."
1165
- msgstr ""
1166
-
1167
- #: Helpers/Localizations.php:467
1168
- msgid "The image has been downloaded to the Media Library."
1169
- msgstr ""
1170
-
1171
- #: Helpers/Localizations.php:471
1172
- msgid "Could not parse data from the server."
1173
- msgstr ""
1174
-
1175
- #: Helpers/Localizations.php:475
1176
- msgid "Small"
1177
- msgstr ""
1178
-
1179
- #: Helpers/Localizations.php:479
1180
- msgid "Medium"
1181
- msgstr ""
1182
-
1183
- #: Helpers/Localizations.php:483
1184
- msgid "Large"
1185
- msgstr ""
1186
-
1187
- #: Helpers/Localizations.php:487
1188
- msgid "images"
1189
- msgstr ""
1190
-
1191
- #: Helpers/Localizations.php:491
1192
- msgid "Download images from Unsplash to the Media Library"
1193
- msgstr ""
1194
-
1195
- #: Helpers/Localizations.php:495
1196
- msgid "Permalink"
1197
- msgstr ""
1198
-
1199
- #: Helpers/Localizations.php:499
1200
- msgid ""
1201
- "Enjoying Visual Composer Website Builder? Let your friends know about it - "
1202
- "spread the word."
1203
- msgstr ""
1204
-
1205
- #: Helpers/Localizations.php:503
1206
- msgid "Insert dynamic content"
1207
- msgstr ""
1208
-
1209
- #: Helpers/Localizations.php:507
1210
- msgid "Edit dynamic content"
1211
- msgstr ""
1212
-
1213
- #: Helpers/Localizations.php:511
1214
- msgid "Remove dynamic content"
1215
- msgstr ""
1216
-
1217
- #: Helpers/Localizations.php:515
1218
- msgid ""
1219
- "Select a page, post, or custom post type as the dynamic content source."
1220
- msgstr ""
1221
-
1222
- #: Helpers/Localizations.php:519
1223
- msgid "By default, dynamic content is taken from the current post."
1224
- msgstr ""
1225
-
1226
- #: Helpers/Localizations.php:523
1227
- msgid "Set custom post source"
1228
- msgstr ""
1229
-
1230
- #: Helpers/Localizations.php:527
1231
- msgid "Select a custom field"
1232
- msgstr ""
1233
-
1234
- #: Helpers/Localizations.php:531
1235
- msgid "Dynamic Content"
1236
- msgstr ""
1237
-
1238
- #: Helpers/Localizations.php:535
1239
- msgid "No value set"
1240
- msgstr ""
1241
-
1242
- #: Helpers/Localizations.php:539
1243
- msgid "Activate Premium to Unlock Unsplash"
1244
- msgstr ""
1245
-
1246
- #: Helpers/Localizations.php:543
1247
- msgid "Get Access to the Visual Composer Hub"
1248
- msgstr ""
1249
-
1250
- #: Helpers/Localizations.php:547
1251
- msgid "Free License (Your plan)"
1252
- msgstr ""
1253
-
1254
- #: Helpers/Localizations.php:551
1255
- msgid "A theme builder with Header, Footer, and Sidebar editor"
1256
- msgstr ""
1257
-
1258
- #: Helpers/Localizations.php:555
1259
- msgid "WooCommerce compatibility"
1260
- msgstr ""
1261
-
1262
- #: Helpers/Localizations.php:559
1263
- msgid "Premium support and updates"
1264
- msgstr ""
1265
-
1266
- #: Helpers/Localizations.php:563
1267
- msgid "Premium support"
1268
- msgstr ""
1269
-
1270
- #: Helpers/Localizations.php:567
1271
- msgid "Regular updates"
1272
- msgstr ""
1273
-
1274
- #: Helpers/Localizations.php:571
1275
- msgid "I Want a Free License"
1276
- msgstr ""
1277
-
1278
- #: Helpers/Localizations.php:575
1279
- msgid "Premium License"
1280
- msgstr ""
1281
-
1282
- #: Helpers/Localizations.php:579
1283
- msgid ""
1284
- "Unlimited access to the Visual Composer Hub of elements, templates, and "
1285
- "addons"
1286
- msgstr ""
1287
-
1288
- #: Helpers/Localizations.php:583
1289
- msgid ""
1290
- "Limited access to the Visual Composer Hub of elements, templates, and "
1291
- "addons"
1292
- msgstr ""
1293
-
1294
- #: Helpers/Localizations.php:587
1295
- msgid "I want to go premium"
1296
- msgstr ""
1297
-
1298
- #: Helpers/Localizations.php:592
1299
- #, php-format
1300
- msgid "%sEdit%s this %s or %screate%s a new one."
1301
- msgstr ""
1302
-
1303
- #: Helpers/Localizations.php:603
1304
- #, php-format
1305
- msgid "%sCreate%s a new %s."
1306
- msgstr ""
1307
-
1308
- #: Helpers/Localizations.php:611
1309
- msgid "Enter your license key"
1310
- msgstr ""
1311
-
1312
- #: Helpers/Localizations.php:615
1313
- msgid "The element has been successfully saved."
1314
- msgstr ""
1315
-
1316
- #: Helpers/Localizations.php:619
1317
- msgid "The element with such a name already exists!"
1318
- msgstr ""
1319
-
1320
- #: Helpers/Localizations.php:623
1321
- msgid "Enter a preset name to save the element as a preset!"
1322
- msgstr ""
1323
-
1324
- #: Helpers/Localizations.php:627
1325
- msgid "The template has been successfully saved."
1326
- msgstr ""
1327
-
1328
- #: Helpers/Localizations.php:631
1329
- msgid "The template has been successfully removed."
1330
- msgstr ""
1331
-
1332
- #: Helpers/Localizations.php:635
1333
- msgid ""
1334
- "Change the default parameters of the section to save it as a unique block "
1335
- "template. The new block template will be added to your library."
1336
- msgstr ""
1337
-
1338
- #: Helpers/Localizations.php:639
1339
- msgid "Element preset has been removed."
1340
- msgstr ""
1341
-
1342
- #: Helpers/Localizations.php:643
1343
- msgid ""
1344
- "How disappointed would you be if this product no longer existed tomorrow?"
1345
- msgstr ""
1346
-
1347
- #: Helpers/Localizations.php:647
1348
- msgid "Very disappointed"
1349
- msgstr ""
1350
-
1351
- #: Helpers/Localizations.php:651
1352
- msgid "Somewhat disappointed"
1353
- msgstr ""
1354
-
1355
- #: Helpers/Localizations.php:655
1356
- msgid "Not disappointed (it really isn’t that useful)"
1357
- msgstr ""
1358
-
1359
- #: Helpers/Localizations.php:659
1360
- msgid "Submit Your Feedback"
1361
- msgstr ""
1362
-
1363
- #: Helpers/Localizations.php:663
1364
- msgid "How can we become better?"
1365
- msgstr ""
1366
-
1367
- #: Helpers/Localizations.php:667
1368
- msgid ""
1369
- "Thanks for your feedback. Please rate us on WordPress.org and help others "
1370
- "to discover Visual Composer."
1371
- msgstr ""
1372
-
1373
- #: Helpers/Localizations.php:671
1374
- msgid "Your opinion matters. Help us to improve by taking a quick survey."
1375
- msgstr ""
1376
-
1377
- #: Helpers/Localizations.php:675
1378
- msgid "Write Your Review"
1379
- msgstr ""
1380
-
1381
- #: Helpers/Localizations.php:679
1382
- msgid "Leave Your Feedback"
1383
- msgstr ""
1384
-
1385
- #: Helpers/Localizations.php:683
1386
- msgid "Like"
1387
- msgstr ""
1388
-
1389
- #: Helpers/Localizations.php:687
1390
- msgid "Dislike"
1391
- msgstr ""
1392
-
1393
- #: Helpers/Localizations.php:691
1394
- msgid "The current popup will be replaced with the popup template."
1395
- msgstr ""
1396
-
1397
- #: Helpers/Localizations.php:696
1398
- msgid "QUICK FEEDBACK"
1399
- msgstr ""
1400
-
1401
- #: Helpers/Localizations.php:700
1402
- msgid ""
1403
- "If you have a moment, please share why you are deactivating Visual "
1404
- "Composer:"
1405
- msgstr ""
1406
-
1407
- #: Helpers/Localizations.php:704
1408
- msgid "I no longer need the plugin"
1409
- msgstr ""
1410
-
1411
- #: Helpers/Localizations.php:708
1412
- msgid "I found a better plugin"
1413
- msgstr ""
1414
-
1415
- #: Helpers/Localizations.php:712
1416
- msgid "Please share which plugin"
1417
- msgstr ""
1418
-
1419
- #: Helpers/Localizations.php:716
1420
- msgid "I couldn't get the plugin to work"
1421
- msgstr ""
1422
-
1423
- #: Helpers/Localizations.php:720
1424
- msgid "It's a temporary deactivation"
1425
- msgstr ""
1426
-
1427
- #: Helpers/Localizations.php:724 Helpers/LoginCategory.php:37
1428
- msgid "Other"
1429
- msgstr ""
1430
-
1431
- #: Helpers/Localizations.php:728
1432
- msgid "Please share the reason"
1433
- msgstr ""
1434
-
1435
- #: Helpers/Localizations.php:732
1436
- msgid "Submit &amp; Deactivate"
1437
- msgstr ""
1438
-
1439
- #: Helpers/Localizations.php:736
1440
- msgid "Skip &amp; Deactivate"
1441
- msgstr ""
1442
-
1443
- #: Helpers/Localizations.php:740
1444
- #: resources/views/settings/layouts/dashboard-premium-teaser.php:34
1445
- msgid "Download Addon"
1446
- msgstr ""
1447
-
1448
- #: Helpers/Localizations.php:744
1449
- msgid "Installed"
1450
- msgstr ""
1451
-
1452
- #: Helpers/Localizations.php:748
1453
- msgid "Available in Premium"
1454
- msgstr ""
1455
-
1456
- #: Helpers/Localizations.php:752
1457
- msgid "Don't forget to tweet about Visual Composer Website Builder. Thanks!"
1458
- msgstr ""
1459
-
1460
- #: Helpers/Localizations.php:756
1461
- msgid "Download"
1462
- msgstr ""
1463
-
1464
- #: Helpers/Localizations.php:760
1465
- msgid "Install"
1466
- msgstr ""
1467
-
1468
- #: Helpers/Localizations.php:764
1469
- msgid "Activate"
1470
- msgstr ""
1471
-
1472
- #: Helpers/Localizations.php:768
1473
- msgid "Try The Tutorial Template"
1474
- msgstr ""
1475
-
1476
- #: Helpers/Localizations.php:776
1477
- msgid ""
1478
- "Build your site with the help of the drag and drop builder and without "
1479
- "coding - it's that easy."
1480
- msgstr ""
1481
-
1482
- #: Helpers/Localizations.php:780
1483
- #, php-format
1484
- msgid "Already have a Premium license? %1s or %2s."
1485
- msgstr ""
1486
-
1487
- #: Helpers/Localizations.php:784
1488
- msgid "Already have a Premium license?"
1489
- msgstr ""
1490
-
1491
- #: Helpers/Localizations.php:788
1492
- msgid "Activate here"
1493
- msgstr ""
1494
-
1495
- #: Helpers/Localizations.php:792
1496
- msgid "go Premium"
1497
- msgstr ""
1498
-
1499
- #: Helpers/Localizations.php:796
1500
- msgid ""
1501
- "It seems that your copy of Visual Composer was bundled in a theme - use "
1502
- "your Envato purchase key to activate Visual Composer Premium. You can also "
1503
- "activate Visual Composer with a free or premium license."
1504
- msgstr ""
1505
-
1506
- #: Helpers/Localizations.php:800
1507
- msgid "Lock Element"
1508
- msgstr ""
1509
-
1510
- #: Helpers/Localizations.php:804
1511
- msgid "URL"
1512
- msgstr ""
1513
-
1514
- #: Helpers/Localizations.php:808
1515
- msgid "Open Popup"
1516
- msgstr ""
1517
-
1518
- #: Helpers/Localizations.php:812
1519
- msgid "Close Popup"
1520
- msgstr ""
1521
-
1522
- #: Helpers/Localizations.php:816
1523
- msgid "Closing the popup option will close the current popup."
1524
- msgstr ""
1525
-
1526
- #: Helpers/Localizations.php:820
1527
- msgid "The element has been locked by your site Administrator."
1528
- msgstr ""
1529
-
1530
- #: Helpers/Localizations.php:824
1531
- msgid "Element lock"
1532
- msgstr ""
1533
-
1534
- #: Helpers/Localizations.php:828
1535
- msgid "Lock All Elements"
1536
- msgstr ""
1537
-
1538
- #: Helpers/Localizations.php:832
1539
- msgid "Unlock All Elements"
1540
- msgstr ""
1541
-
1542
- #: Helpers/Localizations.php:836
1543
- msgid ""
1544
- "Lock or unlock all elements on your page. Your user roles with "
1545
- "Administrator access will be able to edit elements."
1546
- msgstr ""
1547
-
1548
- #: Helpers/Localizations.php:840
1549
- msgid "You can lock/unlock specific elements under the element Edit window."
1550
- msgstr ""
1551
-
1552
- #: Helpers/Localizations.php:844
1553
- msgid ""
1554
- "All elements on the page have been locked. Only the Administrator role can "
1555
- "edit the content."
1556
- msgstr ""
1557
-
1558
- #: Helpers/Localizations.php:848
1559
- msgid ""
1560
- "All elements on the page have been unlocked. All users with the edit "
1561
- "option can edit the content."
1562
- msgstr ""
1563
-
1564
- #: Helpers/Localizations.php:852
1565
- msgid ""
1566
- "The element has been locked and can be edited only by the Administrator "
1567
- "role."
1568
- msgstr ""
1569
-
1570
- #: Helpers/Localizations.php:856
1571
- msgid ""
1572
- "The element has been unlocked and can be edited by all roles with the edit "
1573
- "option."
1574
- msgstr ""
1575
-
1576
- #: Helpers/Localizations.php:860
1577
- msgid ""
1578
- "The element and all inner elements have been locked and can be edited only "
1579
- "by the Administrator role."
1580
- msgstr ""
1581
-
1582
- #: Helpers/Localizations.php:864
1583
- msgid ""
1584
- "The element and all inner elements have been unlocked and can be edited by "
1585
- "all roles with the edit option."
1586
- msgstr ""
1587
-
1588
- #: Helpers/Localizations.php:868
1589
- msgid "Changes may not be saved."
1590
- msgstr ""
1591
-
1592
- #: Helpers/Localizations.php:872
1593
- msgid "Visual Composer Insights"
1594
- msgstr ""
1595
-
1596
- #: Helpers/Localizations.php:876 Helpers/PostsGridSourcePosts.php:38
1597
- msgid "All"
1598
- msgstr ""
1599
-
1600
- #: Helpers/Localizations.php:880
1601
- msgid "Critical"
1602
- msgstr ""
1603
-
1604
- #: Helpers/Localizations.php:884
1605
- msgid "Warnings"
1606
- msgstr ""
1607
-
1608
- #: Helpers/Localizations.php:888 Modules/Settings/Pages/SystemStatus.php:239
1609
- #: Modules/Settings/Pages/SystemStatus.php:247
1610
- msgid "Success"
1611
- msgstr ""
1612
-
1613
- #: Helpers/Localizations.php:892
1614
- msgid "Image size exceeded"
1615
- msgstr ""
1616
-
1617
- #: Helpers/Localizations.php:896
1618
- msgid "Background Image size exceeded"
1619
- msgstr ""
1620
-
1621
- #: Helpers/Localizations.php:900
1622
- #, php-format
1623
- msgid ""
1624
- "The image size exceeds %s. This may impact the page's performance and SEO "
1625
- "ranking."
1626
- msgstr ""
1627
-
1628
- #: Helpers/Localizations.php:904
1629
- msgid "The image ALT attribute is missing"
1630
- msgstr ""
1631
-
1632
- #: Helpers/Localizations.php:908
1633
- msgid ""
1634
- "Missing the ALT attribute for the image. This may impact the SEO ranking "
1635
- "of the page."
1636
- msgstr ""
1637
-
1638
- #: Helpers/Localizations.php:912
1639
- msgid "H1 title missing on the page"
1640
- msgstr ""
1641
-
1642
- #: Helpers/Localizations.php:916
1643
- msgid ""
1644
- "The page is missing the H1 tag. This may impact the SEO ranking of the "
1645
- "page."
1646
- msgstr ""
1647
-
1648
- #: Helpers/Localizations.php:920
1649
- msgid "H1 title exists on the page"
1650
- msgstr ""
1651
-
1652
- #: Helpers/Localizations.php:924
1653
- msgid "The page has an H1 tag. Great job!"
1654
- msgstr ""
1655
-
1656
- #: Helpers/Localizations.php:928
1657
- msgid "More than one H1 tag found"
1658
- msgstr ""
1659
-
1660
- #: Helpers/Localizations.php:932
1661
- msgid ""
1662
- "You have more than one H1 tag on your page which is bad for SEO ranking. "
1663
- "Make sure to keep only one H1 and use lower-level headings (H2, H3, etc.) "
1664
- "to structure your content."
1665
- msgstr ""
1666
-
1667
- #: Helpers/Localizations.php:936
1668
- msgid "All images have ALT attributes"
1669
- msgstr ""
1670
-
1671
- #: Helpers/Localizations.php:940
1672
- msgid "All images have ALT attributes. Great Job!"
1673
- msgstr ""
1674
-
1675
- #: Helpers/Localizations.php:944
1676
- msgid "All images have optimal sizes"
1677
- msgstr ""
1678
-
1679
- #: Helpers/Localizations.php:948
1680
- msgid "All images have optimal sizes. Awesome!"
1681
- msgstr ""
1682
-
1683
- #: Helpers/Localizations.php:952
1684
- msgid "No content found"
1685
- msgstr ""
1686
-
1687
- #: Helpers/Localizations.php:956
1688
- msgid ""
1689
- "It seems this page has no content. Make sure to add elements or templates."
1690
- msgstr ""
1691
-
1692
- #: Helpers/Localizations.php:960
1693
- msgid "No Critical Issues Found"
1694
- msgstr ""
1695
-
1696
- #: Helpers/Localizations.php:964
1697
- msgid ""
1698
- "There are no critical issues on the page. Congratulations and keep up the "
1699
- "good work!"
1700
- msgstr ""
1701
-
1702
- #: Helpers/Localizations.php:968
1703
- msgid "No Warnings Found"
1704
- msgstr ""
1705
-
1706
- #: Helpers/Localizations.php:972
1707
- msgid ""
1708
- "There are no warnings on the page. Congratulations and keep up the good "
1709
- "work!"
1710
- msgstr ""
1711
-
1712
- #: Helpers/Localizations.php:976
1713
- msgid "Paragraph length"
1714
- msgstr ""
1715
-
1716
- #: Helpers/Localizations.php:980
1717
- msgid "Paragraph word count is"
1718
- msgstr ""
1719
-
1720
- #: Helpers/Localizations.php:984
1721
- msgid "You set a proper length for the paragraphs. Great job!"
1722
- msgstr ""
1723
-
1724
- #: Helpers/Localizations.php:988
1725
- msgid ""
1726
- "The paragraph contains more than 150 words. This may affect readability."
1727
- msgstr ""
1728
-
1729
- #: Helpers/Localizations.php:992
1730
- msgid ""
1731
- "The paragraph contains more than 200 words. This may affect readability."
1732
- msgstr ""
1733
-
1734
- #: Helpers/Localizations.php:996
1735
- msgid "The page title is too long."
1736
- msgstr ""
1737
-
1738
- #: Helpers/Localizations.php:1000
1739
- msgid ""
1740
- "The page title exceeds 60 characters which are considered too long. Make "
1741
- "sure to adjust it between 10 to 60 characters."
1742
- msgstr ""
1743
-
1744
- #: Helpers/Localizations.php:1004
1745
- msgid ""
1746
- "The page title contains more than 100 characters and will be cut off by "
1747
- "search engines. Shorten your page title!"
1748
- msgstr ""
1749
-
1750
- #: Helpers/Localizations.php:1008
1751
- msgid "The page title is too short."
1752
- msgstr ""
1753
-
1754
- #: Helpers/Localizations.php:1012
1755
- msgid ""
1756
- "The page title is too short. Make sure to adjust the title between 10 to "
1757
- "60 characters."
1758
- msgstr ""
1759
-
1760
- #: Helpers/Localizations.php:1016
1761
- msgid "The page title length is optimal."
1762
- msgstr ""
1763
-
1764
- #: Helpers/Localizations.php:1020
1765
- msgid "It seems that this page is set to \"noindex\" directive."
1766
- msgstr ""
1767
-
1768
- #: Helpers/Localizations.php:1024
1769
- msgid ""
1770
- "Using \"noindex\" will exclude this page from search results. If you have "
1771
- "set \"noindex\" on purpose, ignore this warning."
1772
- msgstr ""
1773
-
1774
- #: Helpers/Localizations.php:1028
1775
- msgid "Google Analytics Tag is missing."
1776
- msgstr ""
1777
-
1778
- #: Helpers/Localizations.php:1032
1779
- msgid "Google Analytics Tag is added to the page."
1780
- msgstr ""
1781
-
1782
- #: Helpers/Localizations.php:1036
1783
- msgid "It seems Google Analytics Tags is not added to the page."
1784
- msgstr ""
1785
-
1786
- #: Helpers/Localizations.php:1040
1787
- msgid "Google Analytics Tag is added to the page. Great job!"
1788
- msgstr ""
1789
-
1790
- #: Helpers/Localizations.php:1044
1791
- msgid "Text length"
1792
- msgstr ""
1793
-
1794
- #: Helpers/Localizations.php:1048
1795
- #, php-format
1796
- msgid ""
1797
- "The text contains %length words. This is far below the recommended minimum "
1798
- "of 300 words."
1799
- msgstr ""
1800
-
1801
- #: Helpers/Localizations.php:1052
1802
- #, php-format
1803
- msgid "The text contains %length words. Good job!"
1804
- msgstr ""
1805
-
1806
- #: Helpers/Localizations.php:1056
1807
- msgid "No internal links appear on the page."
1808
- msgstr ""
1809
-
1810
- #: Helpers/Localizations.php:1060
1811
- msgid "There are no internal links on the page. Add some!"
1812
- msgstr ""
1813
-
1814
- #: Helpers/Localizations.php:1064
1815
- msgid "No external links appear on the page."
1816
- msgstr ""
1817
-
1818
- #: Helpers/Localizations.php:1068
1819
- msgid "There are no external links to the page. Add some!"
1820
- msgstr ""
1821
-
1822
- #: Helpers/Localizations.php:1072
1823
- #, php-format
1824
- msgid "Only one %element element can be added to the page."
1825
- msgstr ""
1826
-
1827
- #: Helpers/Localizations.php:1076
1828
- #, php-format
1829
- msgid "Only two %element elements can be added to the page."
1830
- msgstr ""
1831
-
1832
- #: Helpers/Localizations.php:1080
1833
- #, php-format
1834
- msgid "Only three %element elements can be added to the page."
1835
- msgstr ""
1836
-
1837
- #: Helpers/Localizations.php:1084
1838
- #, php-format
1839
- msgid "Only four %element elements can be added to the page."
1840
- msgstr ""
1841
-
1842
- #: Helpers/Localizations.php:1088
1843
- #, php-format
1844
- msgid "Only five %element elements can be added to the page."
1845
- msgstr ""
1846
-
1847
- #: Helpers/Localizations.php:1092
1848
- #, php-format
1849
- msgid "Only %count %element elements can be added to the page."
1850
- msgstr ""
1851
-
1852
- #: Helpers/Localizations.php:1096
1853
- msgid ""
1854
- "This is a default WordPress content area where the post or page content "
1855
- "will be displayed."
1856
- msgstr ""
1857
-
1858
- #: Helpers/Localizations.php:1100
1859
- msgid "Activate Your Premium License"
1860
- msgstr ""
1861
-
1862
- #: Helpers/Localizations.php:1104
1863
- msgid ""
1864
- "Make the final step! Enter your license key to activate Visual Composer "
1865
- "Premium and get full access to the Visual Composer Hub."
1866
- msgstr ""
1867
-
1868
- #: Helpers/Localizations.php:1108
1869
- msgid "Define a comments area for a post or page layout."
1870
- msgstr ""
1871
-
1872
- #: Helpers/Localizations.php:1112
1873
- msgid ""
1874
- "The content area is missing for your layout. Make sure to add the Content "
1875
- "Area element to specify the place in your layout where the page or post "
1876
- "content will be displayed."
1877
- msgstr ""
1878
-
1879
- #: Helpers/Localizations.php:1116
1880
- #, php-format
1881
- msgid ""
1882
- "The template you want to add contains %element element. You already have "
1883
- "%element element added - remove it before adding the template."
1884
- msgstr ""
1885
-
1886
- #: Helpers/Localizations.php:1120
1887
- msgid ""
1888
- "Download and Add Free Animated GIFs to Your Site With Visual Composer "
1889
- "Premium"
1890
- msgstr ""
1891
-
1892
- #: Helpers/Localizations.php:1124
1893
- msgid "Download and Add Free Animated GIFs to Your Site"
1894
- msgstr ""
1895
-
1896
- #: Helpers/Localizations.php:1128
1897
- msgid "Could not connect to Giphy Server!"
1898
- msgstr ""
1899
-
1900
- #: Helpers/Localizations.php:1132
1901
- msgid "Discover the best GIF animations from Giphy."
1902
- msgstr ""
1903
-
1904
- #: Helpers/Localizations.php:1136
1905
- msgid "Download animations from Giphy to your Media Library"
1906
- msgstr ""
1907
-
1908
- #: Helpers/Localizations.php:1140
1909
- msgid "Activate Premium to Unlock Giphy Integration"
1910
- msgstr ""
1911
-
1912
- #: Helpers/Localizations.php:1144
1913
- msgid "GIF animations"
1914
- msgstr ""
1915
-
1916
- #: Helpers/Localizations.php:1148
1917
- msgid "GIF animation has been downloaded to your Media Library."
1918
- msgstr ""
1919
-
1920
- #: Helpers/Localizations.php:1152
1921
- msgid "Regular"
1922
- msgstr ""
1923
-
1924
- #: Helpers/Localizations.php:1156
1925
- msgid "Full"
1926
- msgstr ""
1927
-
1928
- #: Helpers/Localizations.php:1160
1929
- msgid "Powered by"
1930
- msgstr ""
1931
-
1932
- #: Helpers/Localizations.php:1164
1933
- msgid "Substitute Element"
1934
- msgstr ""
1935
-
1936
- #: Helpers/Localizations.php:1168
1937
- msgid "Manage your site menus"
1938
- msgstr ""
1939
-
1940
- #: Helpers/Localizations.php:1172
1941
- msgid "in the WordPress dashboard."
1942
- msgstr ""
1943
-
1944
- #: Helpers/Localizations.php:1176
1945
- #: Modules/Editors/Settings/ItemDataCollectionController.php:57
1946
- msgid "Share Usage Data"
1947
- msgstr ""
1948
-
1949
- #: Helpers/Localizations.php:1180
1950
- #: Modules/Editors/Settings/ItemDataCollectionController.php:50
1951
- msgid ""
1952
- "Help to make Visual Composer better by sharing anonymous usage data. We "
1953
- "appreciate your help."
1954
- msgstr ""
1955
-
1956
- #: Helpers/Localizations.php:1184
1957
- msgid "Read more"
1958
- msgstr ""
1959
-
1960
- #: Helpers/Localizations.php:1188
1961
- #: Modules/Editors/Settings/ItemDataCollectionController.php:74
1962
- msgid "Share anonymous data"
1963
- msgstr ""
1964
-
1965
- #: Helpers/Localizations.php:1192
1966
- msgid "Submit"
1967
- msgstr ""
1968
-
1969
- #: Helpers/Localizations.php:1196
1970
- msgid "New"
1971
- msgstr ""
1972
-
1973
- #: Helpers/Localizations.php:1200
1974
- #: resources/views/settings/fields/dataCollectionTable.php:21
1975
- msgid "Elements"
1976
- msgstr ""
1977
-
1978
- #: Helpers/Localizations.php:1204
1979
- #: resources/views/settings/fields/dataCollectionTable.php:25
1980
- msgid "Templates"
1981
- msgstr ""
1982
-
1983
- #: Helpers/Localizations.php:1208
1984
- msgid "Get full access to the Visual Composer Hub"
1985
- msgstr ""
1986
-
1987
- #: Helpers/Localizations.php:1212
1988
- msgid ""
1989
- "Download all exclusive elements, templates, and extensions with Visual "
1990
- "Composer Premium."
1991
- msgstr ""
1992
-
1993
- #: Helpers/Localizations.php:1216
1994
- msgid ""
1995
- "This page can not be saved, because it is made for the demo purposes only."
1996
- msgstr ""
1997
-
1998
- #: Helpers/Localizations.php:1220
1999
- #: Modules/Settings/Fields/FactoryResetController.php:90
2000
- msgid "Reset"
2001
- msgstr ""
2002
-
2003
- #: Helpers/Localizations.php:1224
2004
- msgid "welcome"
2005
- msgstr ""
2006
-
2007
- #: Helpers/Localizations.php:1228
2008
- msgid ""
2009
- "Discover visual editor that gives everything to create a website you are "
2010
- "proud of."
2011
- msgstr ""
2012
-
2013
- #: Helpers/Localizations.php:1232
2014
- msgid "Done"
2015
- msgstr ""
2016
-
2017
- #: Helpers/Localizations.php:1236
2018
- msgid "Next Tip"
2019
- msgstr ""
2020
-
2021
- #: Helpers/Localizations.php:1240
2022
- msgid "Click here to skip"
2023
- msgstr ""
2024
-
2025
- #: Helpers/Localizations.php:1244
2026
- msgid "Element Controls"
2027
- msgstr ""
2028
-
2029
- #: Helpers/Localizations.php:1248
2030
- msgid "Quick Actions"
2031
- msgstr ""
2032
-
2033
- #: Helpers/Localizations.php:1252
2034
- msgid "Insights"
2035
- msgstr ""
2036
-
2037
- #: Helpers/Localizations.php:1256
2038
- msgid "On-Page Settings"
2039
- msgstr ""
2040
-
2041
- #: Helpers/Localizations.php:1260
2042
- msgid "Publishing Options"
2043
- msgstr ""
2044
-
2045
- #: Helpers/Localizations.php:1264
2046
- msgid ""
2047
- "This is your content library. <a href=\"https://visualcomposer.com/help/"
2048
- "content-elements-structure/add-content/?utm_source="
2049
- msgstr ""
2050
-
2051
- #: Helpers/Localizations.php:1272
2052
- msgid ""
2053
- "Use <a href=\"https://visualcomposer.com/help/interface/element-controls/?"
2054
- "utm_source="
2055
- msgstr ""
2056
-
2057
- #: Helpers/Localizations.php:1279
2058
- msgid ""
2059
- "Use <a href=\"https://visualcomposer.com/help/content-elements-structure/"
2060
- "add-content/?utm_source="
2061
- msgstr ""
2062
-
2063
- #: Helpers/Localizations.php:1285
2064
- msgid ""
2065
- "<a href=\"https://visualcomposer.com/help/visual-composer-insights-"
2066
- "assistant/?utm_source="
2067
- msgstr ""
2068
-
2069
- #: Helpers/Localizations.php:1290
2070
- msgid ""
2071
- "Check how your page looks on different devices. Select the device type to "
2072
- "<a href=\"https://visualcomposer.com/help/responsive-design/?utm_source="
2073
- msgstr ""
2074
-
2075
- #: Helpers/Localizations.php:1296
2076
- msgid ""
2077
- "Access <a href=\"https://visualcomposer.com/help/visual-composer-hub/?"
2078
- "utm_source="
2079
- msgstr ""
2080
-
2081
- #: Helpers/Localizations.php:1301
2082
- msgid ""
2083
- "Change <a href=\"https://visualcomposer.com/help/settings/?utm_source="
2084
- msgstr ""
2085
-
2086
- #: Helpers/Localizations.php:1306
2087
- msgid "Preview, save, and publish your content."
2088
- msgstr ""
2089
-
2090
- #: Helpers/Localizations.php:1310
2091
- msgid "Save your layout as a template to reuse it in other locations faster."
2092
- msgstr ""
2093
-
2094
- #: Helpers/Localizations.php:1314
2095
- msgid ""
2096
- "Insights is a content analysis tool that helps to improve the quality, "
2097
- "performance, and SEO ranking of the page."
2098
- msgstr ""
2099
-
2100
- #: Helpers/Localizations.php:1318
2101
- msgid ""
2102
- "<a href=\"https://visualcomposer.com/help/visual-composer-hub/?utm_source="
2103
- msgstr ""
2104
-
2105
- #: Helpers/Localizations.php:1323
2106
- msgid ""
2107
- "Use the toggle to switch between light and dark background while editing "
2108
- "the text."
2109
- msgstr ""
2110
-
2111
- #: Helpers/Localizations.php:1327
2112
- msgid ""
2113
- "Replace static content with <a href=\"https://visualcomposer.com/help/"
2114
- "theme-builder/dynamic-content/?utm_source="
2115
- msgstr ""
2116
-
2117
- #: Helpers/Localizations.php:1333
2118
- msgid ""
2119
- "Use Reverse stacking toggle to stack columns from right to left on mobile "
2120
- "devices."
2121
- msgstr ""
2122
-
2123
- #: Helpers/Localizations.php:1337
2124
- msgid ""
2125
- "Enable custom responsiveness to control column width on different devices."
2126
- msgstr ""
2127
-
2128
- #: Helpers/Localizations.php:1341
2129
- msgid ""
2130
- "Use the Show element toggle to hide or show elements on all or custom "
2131
- "devices."
2132
- msgstr ""
2133
-
2134
- #: Helpers/Localizations.php:1345
2135
- msgid "Manage if the element appears on a particular device."
2136
- msgstr ""
2137
-
2138
- #: Helpers/Localizations.php:1349
2139
- msgid "Choose an event performed when clicking on the image."
2140
- msgstr ""
2141
-
2142
- #: Helpers/Localizations.php:1353
2143
- msgid ""
2144
- "Modify the destination link to the page. Make sure to enable the option to "
2145
- "set a custom permalink in WordPress Settings."
2146
- msgstr ""
2147
-
2148
- #: Helpers/Localizations.php:1357
2149
- msgid "Select or change the layout of the page, post, or custom post type."
2150
- msgstr ""
2151
-
2152
- #: Helpers/Localizations.php:1361
2153
- msgid "Excerpts are optional hand-crafted summaries of your content."
2154
- msgstr ""
2155
-
2156
- #: Helpers/Localizations.php:1365
2157
- msgid ""
2158
- "Add custom JavaScript code to insert it locally or globally on every page "
2159
- "in header or footer. Insert Google Analytics, Tag Manager, Kissmetrics, or "
2160
- "other JavaScript code snippets."
2161
- msgstr ""
2162
-
2163
- #: Helpers/Localizations.php:1369
2164
- msgid ""
2165
- "Apply custom CSS code to the whole site or to this particular page only."
2166
- msgstr ""
2167
-
2168
- #: Helpers/Localizations.php:1373
2169
- msgid ""
2170
- "To preview the changes, use the Responsive View in the navigation bar."
2171
- msgstr ""
2172
-
2173
- #: Helpers/Localizations.php:1377
2174
- msgid "Parent Page"
2175
- msgstr ""
2176
-
2177
- #: Helpers/Localizations.php:1381
2178
- msgid ""
2179
- "A popup container element allows to style the overall look of your popup."
2180
- msgstr ""
2181
-
2182
- #: Helpers/Localizations.php:1385
2183
- msgid "Margin top"
2184
- msgstr ""
2185
-
2186
- #: Helpers/Localizations.php:1389
2187
- msgid ""
2188
- "Specify space (in pixels) from the screen top where element should stick."
2189
- msgstr ""
2190
-
2191
- #: Helpers/Localizations.php:1393
2192
- msgid "Z-index"
2193
- msgstr ""
2194
-
2195
- #: Helpers/Localizations.php:1397
2196
- msgid "Relate to parent"
2197
- msgstr ""
2198
-
2199
- #: Helpers/Localizations.php:1401
2200
- msgid "Limit stickiness to work only in the parent container."
2201
- msgstr ""
2202
-
2203
- #: Helpers/Localizations.php:1405
2204
- msgid "Show on sticky"
2205
- msgstr ""
2206
-
2207
- #: Helpers/Localizations.php:1409
2208
- msgid "Show only when it becomes sticky."
2209
- msgstr ""
2210
-
2211
- #: Helpers/Localizations.php:1413
2212
- #: Modules/Editors/DataAjax/PostFieldsController.php:77
2213
- #: Modules/Editors/DataAjax/PostFieldsController.php:97
2214
- #: Modules/Editors/DataAjax/PostFieldsController.php:117
2215
- #: Modules/Editors/DataAjax/PostFieldsController.php:137
2216
- #: Modules/Editors/DataAjax/PostFieldsController.php:163
2217
- #: Modules/Editors/DataAjax/PostFieldsController.php:189
2218
- msgid "Author"
2219
- msgstr ""
2220
-
2221
- #: Helpers/Localizations.php:1417
2222
- msgid "Page Settings"
2223
- msgstr ""
2224
-
2225
- #: Helpers/Localizations.php:1421
2226
- msgid "Featured Image"
2227
- msgstr ""
2228
-
2229
- #: Helpers/Localizations.php:1425
2230
- msgid "Discussion"
2231
- msgstr ""
2232
-
2233
- #: Helpers/Localizations.php:1429
2234
- msgid "Allow comments"
2235
- msgstr ""
2236
-
2237
- #: Helpers/Localizations.php:1433
2238
- msgid "Allow trackbacks and pingbacks on this page"
2239
- msgstr ""
2240
-
2241
- #: Helpers/Localizations.php:1437
2242
- msgid "Parallax effect"
2243
- msgstr ""
2244
-
2245
- #: Helpers/Localizations.php:1441
2246
- msgid "Featured image is set. Save page and reload editor to see changes."
2247
- msgstr ""
2248
-
2249
- #: Helpers/Localizations.php:1445
2250
- msgid ""
2251
- "Featured image is removed. Save page and reload editor to see changes."
2252
- msgstr ""
2253
-
2254
- #: Helpers/Localizations.php:1449
2255
- msgid "Tags"
2256
- msgstr ""
2257
-
2258
- #: Helpers/Localizations.php:1453
2259
- msgid "Manage tags associated with the post."
2260
- msgstr ""
2261
-
2262
- #: Helpers/Localizations.php:1457 Modules/Settings/Pages/Settings.php:76
2263
- msgid "General"
2264
- msgstr ""
2265
-
2266
- #: Helpers/Localizations.php:1460
2267
- msgid "Do you want to remove this element?"
2268
- msgstr ""
2269
-
2270
- #: Helpers/Localizations.php:1461
2271
- msgid ""
2272
- "The element is in use on current page. Remove all element copies from your "
2273
- "site before deleting it."
2274
- msgstr ""
2275
-
2276
- #: Helpers/Localizations.php:1463
2277
- msgid "Element has been removed."
2278
- msgstr ""
2279
-
2280
- #: Helpers/Localizations.php:1467
2281
- msgid "Add new"
2282
- msgstr ""
2283
-
2284
- #: Helpers/Localizations.php:1471
2285
- msgid "Categories"
2286
- msgstr ""
2287
-
2288
- #: Helpers/Localizations.php:1475
2289
- msgid "Category"
2290
- msgstr ""
2291
-
2292
- #: Helpers/Localizations.php:1479
2293
- msgid "Parent Category"
2294
- msgstr ""
2295
-
2296
- #: Helpers/Localizations.php:1483
2297
- msgid "Add New Category"
2298
- msgstr ""
2299
-
2300
- #: Helpers/Localizations.php:1487
2301
- msgid "Select categories for the post or "
2302
- msgstr ""
2303
-
2304
- #: Helpers/Localizations.php:1491
2305
- msgid "add a new category"
2306
- msgstr ""
2307
-
2308
- #: Helpers/Localizations.php:1495
2309
- msgid "Select Parent Category"
2310
- msgstr ""
2311
-
2312
- #: Helpers/Localizations.php:1498
2313
- msgid "Remove `%`"
2314
- msgstr ""
2315
-
2316
- #: Helpers/Localizations.php:1499
2317
- msgid "Add `%`"
2318
- msgstr ""
2319
-
2320
- #: Helpers/Localizations.php:1501
2321
- msgid "Manage post categories or add a new category."
2322
- msgstr ""
2323
-
2324
- #: Helpers/Localizations.php:1505
2325
- msgid "Download Premium Icon Libraries"
2326
- msgstr ""
2327
-
2328
- #: Helpers/Localizations.php:1509
2329
- msgid "Download Premium Design Options"
2330
- msgstr ""
2331
-
2332
- #: Helpers/Localizations.php:1513
2333
- msgid "Download The Addon"
2334
- msgstr ""
2335
-
2336
- #: Helpers/Localizations.php:1517
2337
- msgid "Premium Popup Builder. Do More."
2338
- msgstr ""
2339
-
2340
- #: Helpers/Localizations.php:1521
2341
- msgid ""
2342
- "Create engaging popups to boost your conversion rate with Visual Composer "
2343
- "Premium Popup Builder."
2344
- msgstr ""
2345
-
2346
- #: Helpers/Localizations.php:1525
2347
- msgid "All layouts are available in the Premium version."
2348
- msgstr ""
2349
-
2350
- #: Helpers/Localizations.php:1529
2351
- msgid "Do More With Premium"
2352
- msgstr ""
2353
-
2354
- #: Helpers/Localizations.php:1533
2355
- msgid ""
2356
- "Apply a layout with a header, footer, and sidebar with Visual Composer "
2357
- "Premium."
2358
- msgstr ""
2359
-
2360
- #: Helpers/Localizations.php:1537
2361
- msgid ""
2362
- "Get access to more than 200 content elements with Visual Composer Premium."
2363
- msgstr ""
2364
-
2365
- #: Helpers/Localizations.php:1541
2366
- msgid ""
2367
- "Get access to more than 150 beautiful multipurpose templates and template "
2368
- "blocks with Visual Composer Premium."
2369
- msgstr ""
2370
-
2371
- #: Helpers/Localizations.php:1545
2372
- msgid "Access the whole GIPHY library with Visual Composer Premium."
2373
- msgstr ""
2374
-
2375
- #: Helpers/Localizations.php:1549
2376
- msgid ""
2377
- "Access the whole Unsplash stock image library with Visual Composer Premium."
2378
- msgstr ""
2379
-
2380
- #: Helpers/Localizations.php:1553
2381
- msgid "Unlock All Features"
2382
- msgstr ""
2383
-
2384
- #: Helpers/Localizations.php:1557
2385
- msgid "Width"
2386
- msgstr ""
2387
-
2388
- #: Helpers/Localizations.php:1561
2389
- msgid "px"
2390
- msgstr ""
2391
-
2392
- #: Helpers/Localizations.php:1565
2393
- msgid "You can instantly check your layout on the most popular device types."
2394
- msgstr ""
2395
-
2396
- #: Helpers/Localizations.php:1569
2397
- msgid "Dynamic Content is a Premium Feature"
2398
- msgstr ""
2399
-
2400
- #: Helpers/Localizations.php:1573
2401
- msgid ""
2402
- "Replace static content with dynamic content from WordPress default and "
2403
- "custom meta fields with Visual Composer Premium."
2404
- msgstr ""
2405
-
2406
- #: Helpers/Localizations.php:1577
2407
- msgid ""
2408
- "Replace static content with dynamic content from WordPress default and "
2409
- "custom meta fields with Visual Composer Premium Addon."
2410
- msgstr ""
2411
-
2412
- #: Helpers/Localizations.php:1581
2413
- msgid "Dynamic View"
2414
- msgstr ""
2415
-
2416
- #: Helpers/Localizations.php:1585
2417
- msgid "Element Lock is a Premium feature"
2418
- msgstr ""
2419
-
2420
- #: Helpers/Localizations.php:1589
2421
- msgid ""
2422
- "With Visual Composer Premium, you can lock or unlock elements to manage "
2423
- "who will be able to edit them."
2424
- msgstr ""
2425
-
2426
- #: Helpers/Localizations.php:1593
2427
- msgid ""
2428
- "Lock or unlock all elements on your page. Your user roles with "
2429
- "Administrator access will be able to edit elements. <br>You can lock/"
2430
- "unlock specific elements under the element Edit window. <br>To get access "
2431
- "to this feature, download the Role Manager addon from the Visual Composer "
2432
- "Hub."
2433
- msgstr ""
2434
-
2435
- #: Helpers/Localizations.php:1599
2436
- msgid "Popup Builder is a Premium Feature"
2437
- msgstr ""
2438
-
2439
- #: Helpers/Localizations.php:1603
2440
- msgid ""
2441
- "Build custom popups with the Visual Composer Popup Builder that is "
2442
- "available with the premium version of the plugin."
2443
- msgstr ""
2444
-
2445
- #: Helpers/Localizations.php:1607
2446
- msgid ""
2447
- "Build custom popups with the Visual Composer Popup Builder. It's available "
2448
- "in the Visual Composer Hub."
2449
- msgstr ""
2450
-
2451
- #: Helpers/Localizations.php:1611
2452
- msgid "Download Popup Builder"
2453
- msgstr ""
2454
-
2455
- #: Helpers/Localizations.php:1615
2456
- msgid "Element Settings is a Premium Feature"
2457
- msgstr ""
2458
-
2459
- #: Helpers/Localizations.php:1619
2460
- msgid ""
2461
- "With Visual Composer Premium, you can change the default parameters to "
2462
- "create a unique element and save it to your Content Library."
2463
- msgstr ""
2464
-
2465
- #: Helpers/Localizations.php:1623
2466
- msgid ""
2467
- "With the Element Presets addon, you can change the default parameters to "
2468
- "create a unique element and save it to your Content Library."
2469
- msgstr ""
2470
-
2471
- #: Helpers/Localizations.php:1627
2472
- msgid "Visual Composer Hub Access terms"
2473
- msgstr ""
2474
-
2475
- #: Helpers/Localizations.php:1631
2476
- msgid ""
2477
- "To download content from the Visual Composer Hub, read and accept our <a "
2478
- "href=\"https://visualcomposer.com/terms-of-use/\" target=\"_blank\" rel="
2479
- "\"noopener noreferrer\">cloud access terms</a> and <a href=\"https://"
2480
- "visualcomposer.com/privacy-policy/\" target=\"_blank\" rel=\"noopener "
2481
- "noreferrer\">privacy policy</a>"
2482
- msgstr ""
2483
-
2484
- #: Helpers/Localizations.php:1635
2485
- msgid "Yes, I agree"
2486
- msgstr ""
2487
-
2488
- #: Helpers/LoginCategory.php:21
2489
- msgid "Business"
2490
- msgstr ""
2491
-
2492
- #: Helpers/LoginCategory.php:22 resources/views/vendors/dashboard.php:61
2493
- msgid "Blog"
2494
- msgstr ""
2495
-
2496
- #: Helpers/LoginCategory.php:23
2497
- msgid "Creative Arts"
2498
- msgstr ""
2499
-
2500
- #: Helpers/LoginCategory.php:24
2501
- msgid "Community & Education"
2502
- msgstr ""
2503
-
2504
- #: Helpers/LoginCategory.php:25
2505
- msgid "Design"
2506
- msgstr ""
2507
-
2508
- #: Helpers/LoginCategory.php:26
2509
- msgid "Entertainment & Music"
2510
- msgstr ""
2511
-
2512
- #: Helpers/LoginCategory.php:27
2513
- msgid "Events"
2514
- msgstr ""
2515
-
2516
- #: Helpers/LoginCategory.php:28
2517
- msgid "Fashion & Beauty"
2518
- msgstr ""
2519
-
2520
- #: Helpers/LoginCategory.php:29
2521
- msgid "Health & Wellness"
2522
- msgstr ""
2523
-
2524
- #: Helpers/LoginCategory.php:30
2525
- msgid "Landing Pages"
2526
- msgstr ""
2527
-
2528
- #: Helpers/LoginCategory.php:31
2529
- msgid "Online Store"
2530
- msgstr ""
2531
-
2532
- #: Helpers/LoginCategory.php:32
2533
- msgid "Photography"
2534
- msgstr ""
2535
-
2536
- #: Helpers/LoginCategory.php:33
2537
- msgid "Portfolio & Personal"
2538
- msgstr ""
2539
-
2540
- #: Helpers/LoginCategory.php:34
2541
- msgid "Restaurants & Food"
2542
- msgstr ""
2543
-
2544
- #: Helpers/LoginCategory.php:35
2545
- msgid "Services"
2546
- msgstr ""
2547
-
2548
- #: Helpers/LoginCategory.php:36
2549
- msgid "Travel & Accommodation"
2550
- msgstr ""
2551
-
2552
- #: Helpers/PostType.php:277 Modules/Editors/Tutorial/PostType.php:75
2553
- #: Modules/Editors/Tutorial/PostType.php:76
2554
- #, php-format
2555
- msgid "View %s"
2556
- msgstr ""
2557
-
2558
- #: Helpers/Token.php:124
2559
- #, php-format
2560
- msgid "Your Visual Composer Website Builder License will expire soon - %s"
2561
- msgstr ""
2562
-
2563
- #: Modules/Editors/DataAjax/PostFieldsController.php:65
2564
- #: Modules/Editors/DataAjax/PostFieldsController.php:85
2565
- #: Modules/Editors/DataAjax/PostFieldsController.php:105
2566
- #: Modules/Editors/DataAjax/PostFieldsController.php:125
2567
- #: Modules/Editors/DataAjax/PostFieldsController.php:151
2568
- #: Modules/Editors/DataAjax/PostFieldsController.php:177
2569
- #: Modules/Editors/DataAjax/PostFieldsController.php:203
2570
- msgid "Post"
2571
- msgstr ""
2572
-
2573
- #: Modules/Editors/DataAjax/PostFieldsController.php:71
2574
- #: Modules/Editors/DataAjax/PostFieldsController.php:91
2575
- #: Modules/Editors/DataAjax/PostFieldsController.php:111
2576
- #: Modules/Editors/DataAjax/PostFieldsController.php:131
2577
- #: Modules/Editors/DataAjax/PostFieldsController.php:157
2578
- #: Modules/Editors/DataAjax/PostFieldsController.php:183
2579
- #: Modules/Editors/DataAjax/PostFieldsController.php:209
2580
- msgid "Site"
2581
- msgstr ""
2582
-
2583
- #: Modules/Editors/DataAjax/PostFieldsController.php:143
2584
- #: Modules/Editors/DataAjax/PostFieldsController.php:169
2585
- #: Modules/Editors/DataAjax/PostFieldsController.php:195
2586
- #: Modules/Editors/DataAjax/PostFieldsController.php:215
2587
- msgid "Custom Fields"
2588
- msgstr ""
2589
-
2590
- #: Modules/Editors/EditPostLinks/Controller.php:153
2591
- #: Modules/Editors/Frontend/MenuController.php:87
2592
- msgid "Add New with Visual Composer"
2593
- msgstr ""
2594
-
2595
- #: Modules/Editors/Elements/Controller.php:45
2596
- msgid "You are not allowed to delete elements."
2597
- msgstr ""
2598
-
2599
- #: Modules/Editors/Elements/Controller.php:53
2600
- msgid "The default element cannot be removed"
2601
- msgstr ""
2602
-
2603
- #: Modules/Editors/Elements/Controller.php:60
2604
- msgid ""
2605
- "The element is in use on one of your pages or templates. Remove all "
2606
- "element copies from your site before deleting it."
2607
- msgstr ""
2608
-
2609
- #: Modules/Editors/Frontend/Controller.php:98
2610
- msgid "Cheatin&#8217; uh?"
2611
- msgstr ""
2612
-
2613
- #: Modules/Editors/Frontend/Controller.php:99
2614
- msgid "Sorry, you are not allowed to create posts."
2615
- msgstr ""
2616
-
2617
- #: Modules/Editors/Frontend/MenuController.php:155
2618
- msgid "Add New with Visual&nbsp;Composer"
2619
- msgstr ""
2620
-
2621
- #: Modules/Editors/Frontend/MenuController.php:189
2622
- msgid "Select your menu"
2623
- msgstr ""
2624
-
2625
- #: Modules/Editors/Settings/EditorLayoutController.php:50
2626
- msgid "Specify the default state for the \"Responsive View\" control."
2627
- msgstr ""
2628
-
2629
- #: Modules/Editors/Settings/EditorLayoutController.php:57
2630
- msgid "Default Responsive View"
2631
- msgstr ""
2632
-
2633
- #: Modules/Editors/Settings/ItemInitialHelpersController.php:48
2634
- msgid ""
2635
- "Display an interactive help guide when you enter the editor next time."
2636
- msgstr ""
2637
-
2638
- #: Modules/Editors/Settings/ItemInitialHelpersController.php:55
2639
- msgid "Help Guide"
2640
- msgstr ""
2641
-
2642
- #: Modules/Editors/Settings/ItemInitialHelpersController.php:69
2643
- msgid "Display Help Guide"
2644
- msgstr ""
2645
-
2646
- #: Modules/Editors/Settings/ItemPreviewController.php:50
2647
- msgid "Enable element and template preview popup."
2648
- msgstr ""
2649
-
2650
- #: Modules/Editors/Settings/ItemPreviewController.php:57
2651
- msgid "Enable Preview"
2652
- msgstr ""
2653
-
2654
- #: Modules/Editors/Settings/PageTemplatesVariablesController.php:49
2655
- msgid "Default Layout or Select Custom"
2656
- msgstr ""
2657
-
2658
- #: Modules/Editors/Settings/PageTemplatesVariablesController.php:53
2659
- msgid "Blank Layout"
2660
- msgstr ""
2661
-
2662
- #: Modules/Editors/Settings/PageTemplatesVariablesController.php:59
2663
- msgid "Header and Footer"
2664
- msgstr ""
2665
-
2666
- #: Modules/Editors/Settings/PageTemplatesVariablesController.php:63
2667
- msgid "Right Sidebar"
2668
- msgstr ""
2669
-
2670
- #: Modules/Editors/Settings/PageTemplatesVariablesController.php:67
2671
- msgid "Left Sidebar"
2672
- msgstr ""
2673
-
2674
- #: Modules/Editors/Settings/PageTemplatesVariablesController.php:79
2675
- #: Modules/Editors/Settings/PageTemplatesVariablesController.php:92
2676
- #: Modules/Settings/MenuController.php:62
2677
- msgid "Visual Composer"
2678
- msgstr ""
2679
-
2680
- #: Modules/Editors/Settings/PageTemplatesVariablesController.php:97
2681
- msgid "Visual Composer Premium"
2682
- msgstr ""
2683
-
2684
- #: Modules/Editors/Settings/PageTemplatesVariablesController.php:132
2685
- #: Modules/Hub/Pages/PremiumTeasers.php:54
2686
- msgid "Theme Templates"
2687
- msgstr ""
2688
-
2689
- #: Modules/Editors/Settings/WordPressSettings/AuthorController.php:63
2690
- #, php-format
2691
- msgid "%1$s (%2$s)"
2692
- msgstr ""
2693
-
2694
- #: Modules/Editors/Templates/Controller.php:171
2695
- msgid "You are not allowed to delete templates."
2696
- msgstr ""
2697
-
2698
- #: Modules/Editors/Templates/PostType.php:38
2699
- msgid "Global Templates"
2700
- msgstr ""
2701
-
2702
- #: Modules/Editors/Tutorial/PostType.php:32
2703
- msgid "Tutorial"
2704
- msgstr ""
2705
-
2706
- #: Modules/Editors/Tutorial/PostType.php:33
2707
- msgid "Tutorials"
2708
- msgstr ""
2709
-
2710
- #: Modules/Editors/Tutorial/PostType.php:70
2711
- #, php-format
2712
- msgid "Add %s"
2713
- msgstr ""
2714
-
2715
- #: Modules/Editors/Tutorial/PostType.php:71
2716
- #, php-format
2717
- msgid "Add New %s"
2718
- msgstr ""
2719
-
2720
- #: Modules/Editors/Tutorial/PostType.php:73
2721
- #, php-format
2722
- msgid "Edit %s"
2723
- msgstr ""
2724
-
2725
- #: Modules/Editors/Tutorial/PostType.php:74
2726
- #, php-format
2727
- msgid "New %s"
2728
- msgstr ""
2729
-
2730
- #: Modules/Editors/Tutorial/PostType.php:77
2731
- #, php-format
2732
- msgid "Search %s"
2733
- msgstr ""
2734
-
2735
- #: Modules/Editors/Tutorial/PostType.php:78
2736
- #, php-format
2737
- msgid "No %s Found"
2738
- msgstr ""
2739
-
2740
- #: Modules/Editors/Tutorial/PostType.php:80
2741
- #, php-format
2742
- msgid "No %s Found in Trash"
2743
- msgstr ""
2744
-
2745
- #: Modules/Editors/Tutorial/PostType.php:83
2746
- #, php-format
2747
- msgid "Parent %s"
2748
- msgstr ""
2749
-
2750
- #: Modules/Editors/Tutorial/PostType.php:84
2751
- #, php-format
2752
- msgid "Filter %s"
2753
- msgstr ""
2754
-
2755
- #: Modules/Editors/Tutorial/PostType.php:85
2756
- #, php-format
2757
- msgid "%s Navigation"
2758
- msgstr ""
2759
-
2760
- #: Modules/Editors/Tutorial/PostType.php:86
2761
- #, php-format
2762
- msgid "%s List"
2763
- msgstr ""
2764
-
2765
- #: Modules/FrontView/PluginsInfoController.php:42
2766
- msgid ""
2767
- "Powered by Visual Composer Website Builder - fast and easy-to-use drag and "
2768
- "drop visual editor for WordPress."
2769
- msgstr ""
2770
-
2771
- #: Modules/Hub/Assets/AssetDownloadController.php:138
2772
- msgid "Failed to update shared libraries"
2773
- msgstr ""
2774
-
2775
- #: Modules/Hub/DownloadController.php:86 Modules/Hub/Traits/Action.php:73
2776
- #, php-format
2777
- msgid ""
2778
- "A .zip file of the Visual Composer is broken - the checksum check failed. "
2779
- "Check your Internet connection, initiate reset under Visual Composer "
2780
- "Settings, and try again.\n"
2781
- "\n"
2782
- "If the problem still occurs, visit %smy.visualcomposer.com/support%s for "
2783
- "technical assistance.\n"
2784
- msgstr ""
2785
-
2786
- #: Modules/Hub/Pages/PremiumTeasers.php:43
2787
- msgid "Headers and Footers"
2788
- msgstr ""
2789
-
2790
- #: Modules/Hub/Pages/PremiumTeasers.php:45
2791
- msgid "HEADERS AND FOOTERS ARE A PREMIUM FEATURE"
2792
- msgstr ""
2793
-
2794
- #: Modules/Hub/Pages/PremiumTeasers.php:47
2795
- msgid ""
2796
- "Visual Composer Premium allows replacing the theme default header and "
2797
- "footer with your header and footer templates created with Visual Composer."
2798
- msgstr ""
2799
-
2800
- #: Modules/Hub/Pages/PremiumTeasers.php:56
2801
- msgid "THEME TEMPLATES ARE A PREMIUM FEATURE"
2802
- msgstr ""
2803
-
2804
- #: Modules/Hub/Pages/PremiumTeasers.php:58
2805
- msgid ""
2806
- "Visual Composer Premium allows replacing the theme default theme templates "
2807
- "like 404 page, search page, author page, post archive with your templates "
2808
- "created with Visual Composer."
2809
- msgstr ""
2810
-
2811
- #: Modules/Hub/Pages/PremiumTeasers.php:65
2812
- msgid "Maintenance Mode"
2813
- msgstr ""
2814
-
2815
- #: Modules/Hub/Pages/PremiumTeasers.php:67
2816
- msgid "MAINTENANCE MODE IS A PREMIUM FEATURE"
2817
- msgstr ""
2818
-
2819
- #: Modules/Hub/Pages/PremiumTeasers.php:69
2820
- msgid ""
2821
- "Visual Composer Premium allows enabling maintenance mode and selecting the "
2822
- "page that will be displayed to the website visitors. Users with access to "
2823
- "the admin panel will still be able to preview and edit the website."
2824
- msgstr ""
2825
-
2826
- #: Modules/Hub/Pages/PremiumTeasers.php:76
2827
- msgid "Popup Settings"
2828
- msgstr ""
2829
-
2830
- #: Modules/Hub/Pages/PremiumTeasers.php:78
2831
- msgid "POPUP BUILDER IS A PREMIUM FEATURE"
2832
- msgstr ""
2833
-
2834
- #: Modules/Hub/Pages/PremiumTeasers.php:80
2835
- msgid ""
2836
- "Visual Composer Premium allows specifying site-wide popups for specific "
2837
- "events like First Page Load, Every Page Load, or Exit Intent."
2838
- msgstr ""
2839
-
2840
- #: Modules/Hub/StockMedia/StockMediaDownloadController.php:85
2841
- msgid "Failed to get the media's item ID, please try again."
2842
- msgstr ""
2843
-
2844
- #: Modules/Hub/StockMedia/StockMediaDownloadController.php:93
2845
- msgid ""
2846
- "No access to upload files. Check your license options to make sure you are "
2847
- "allowed to upload files."
2848
- msgstr ""
2849
-
2850
- #: Modules/Hub/StockMedia/StockMediaDownloadController.php:144
2851
- msgid "Wrong image extension."
2852
- msgstr ""
2853
-
2854
- #: Modules/Hub/StockMedia/StockMediaDownloadController.php:156
2855
- msgid ""
2856
- "Failed to download the image. Make sure the upload folder is writable and "
2857
- "try again."
2858
- msgstr ""
2859
-
2860
- #: Modules/Hub/StockMedia/StockMediaDownloadController.php:165
2861
- msgid "Unknown image format."
2862
- msgstr ""
2863
-
2864
- #: Modules/Hub/StockMedia/StockMediaDownloadController.php:169
2865
- msgid "Unknown image provider."
2866
- msgstr ""
2867
-
2868
- #: Modules/License/LicenseController.php:118
2869
- msgid "Failed to activate the license, try again."
2870
- msgstr ""
2871
-
2872
- #: Modules/License/Pages/GettingStarted.php:125
2873
- msgid "Getting Started"
2874
- msgstr ""
2875
-
2876
- #: Modules/License/Pages/GoPremium.php:110
2877
- #, php-format
2878
- msgid ""
2879
- "<strong>Visual Composer:</strong> <a href=\"%s\">Activate Premium</a> "
2880
- "license to get full access to Visual Composer Hub. A place to download "
2881
- "more content elements, templates, and addons."
2882
- msgstr ""
2883
-
2884
- #: Modules/License/Pages/LicenseStatus.php:69
2885
- #: Modules/License/Pages/LicenseStatus.php:100
2886
- msgid "License"
2887
- msgstr ""
2888
-
2889
- #: Modules/License/UpdateVariablesController.php:59
2890
- msgid ""
2891
- "Build your site with the help of the drag and drop builder straight from "
2892
- "the frontend editor - it's that easy."
2893
- msgstr ""
2894
-
2895
- #: Modules/License/UpdateVariablesController.php:67
2896
- msgid ""
2897
- "Get more elements and templates from the Visual Composer Hub - a free "
2898
- "online marketplace."
2899
- msgstr ""
2900
-
2901
- #: Modules/License/UpdateVariablesController.php:76
2902
- msgid "Next level website performance to rank higher and deliver faster."
2903
- msgstr ""
2904
-
2905
- #: Modules/License/UpdateVariablesController.php:85
2906
- msgid ""
2907
- "Control every detail of your website with flexible design options and "
2908
- "customization tools."
2909
- msgstr ""
2910
-
2911
- #: Modules/Settings/Fields/CssEditor.php:53
2912
- msgid "Global CSS will be applied sitewide."
2913
- msgstr ""
2914
-
2915
- #: Modules/Settings/Fields/FactoryResetController.php:67
2916
- msgid "Proceed with a reset?"
2917
- msgstr ""
2918
-
2919
- #: Modules/Settings/Fields/FactoryResetController.php:68
2920
- msgid "initiate reset"
2921
- msgstr ""
2922
-
2923
- #: Modules/Settings/Fields/FactoryResetController.php:78
2924
- #, php-format
2925
- msgid ""
2926
- "Restore default plugin state to re-download all installed bundles and auto-"
2927
- "configure path after migration (don’t worry, the content of the site will "
2928
- "not be affected) - %s."
2929
- msgstr ""
2930
-
2931
- #: Modules/Settings/Fields/FactoryResetController.php:113
2932
- msgid "Incorrect permissions."
2933
- msgstr ""
2934
-
2935
- #: Modules/Settings/Fields/FactoryResetController.php:118
2936
- msgid "Session expired"
2937
- msgstr ""
2938
-
2939
- #: Modules/Settings/Fields/FactoryResetController.php:128
2940
- msgid "Visual Composer asset reset was successful."
2941
- msgstr ""
2942
-
2943
- #: Modules/Settings/Fields/JsEditor.php:53
2944
- msgid ""
2945
- "Add custom HTML or JavaScript code to insert it globally on every page in "
2946
- "<header> and <footer>. Insert Google Analytics, Tag Manager, Kissmetrics "
2947
- "or other JavaScript code snippets."
2948
- msgstr ""
2949
-
2950
- #: Modules/Settings/Fields/JsEditor.php:61
2951
- msgid "Custom HTML and JavaScript"
2952
- msgstr ""
2953
-
2954
- #: Modules/Settings/Fields/PostTypes.php:60
2955
- msgid ""
2956
- "Specify post types where you want to use Visual Composer Website Builder."
2957
- msgstr ""
2958
-
2959
- #: Modules/Settings/Fields/PostTypes.php:67
2960
- msgid "Post Types"
2961
- msgstr ""
2962
-
2963
- #: Modules/Settings/NoticeController.php:79
2964
- msgid "Dismiss"
2965
- msgstr ""
2966
-
2967
- #: Modules/Settings/Pages/CssJsSettings.php:94
2968
- msgid "CSS, HTML & JavaScript"
2969
- msgstr ""
2970
-
2971
- #: Modules/Settings/Pages/Settings.php:74
2972
- msgid "Dashboard"
2973
- msgstr ""
2974
-
2975
- #: Modules/Settings/Pages/SystemStatus.php:100
2976
- #, php-format
2977
- msgid "PHP version %s or greater (recommended 7 or greater)"
2978
- msgstr ""
2979
-
2980
- #: Modules/Settings/Pages/SystemStatus.php:108
2981
- #, php-format
2982
- msgid "WordPress version %s or greater"
2983
- msgstr ""
2984
-
2985
- #: Modules/Settings/Pages/SystemStatus.php:117
2986
- msgid "WP_DEBUG, false"
2987
- msgstr ""
2988
-
2989
- #: Modules/Settings/Pages/SystemStatus.php:117
2990
- msgid "WP_DEBUG, true"
2991
- msgstr ""
2992
-
2993
- #: Modules/Settings/Pages/SystemStatus.php:128
2994
- #: Modules/Settings/Pages/SystemStatus.php:142
2995
- #: Modules/Settings/Pages/SystemStatus.php:156
2996
- msgid "Unlimited"
2997
- msgstr ""
2998
-
2999
- #: Modules/Settings/Pages/SystemStatus.php:131
3000
- #, php-format
3001
- msgid "Post max size should be %sM, currently it is %s"
3002
- msgstr ""
3003
-
3004
- #: Modules/Settings/Pages/SystemStatus.php:145
3005
- #, php-format
3006
- msgid "Memory limit should be %sM, currently it is %s"
3007
- msgstr ""
3008
-
3009
- #: Modules/Settings/Pages/SystemStatus.php:159
3010
- #, php-format
3011
- msgid "post_max_size limit should be %sM, currently it is %s"
3012
- msgstr ""
3013
-
3014
- #: Modules/Settings/Pages/SystemStatus.php:170
3015
- #, php-format
3016
- msgid "max_input_nesting_level should be %s, currently it is %s"
3017
- msgstr ""
3018
-
3019
- #: Modules/Settings/Pages/SystemStatus.php:181
3020
- #, php-format
3021
- msgid "max_input_vars should be %s, currently it is %s"
3022
- msgstr ""
3023
-
3024
- #: Modules/Settings/Pages/SystemStatus.php:190
3025
- #, php-format
3026
- msgid "Max execution time should be %sS, currently it is %sS"
3027
- msgstr ""
3028
-
3029
- #: Modules/Settings/Pages/SystemStatus.php:199
3030
- #, php-format
3031
- msgid "File max upload size should be %sM, currently it is %s"
3032
- msgstr ""
3033
-
3034
- #: Modules/Settings/Pages/SystemStatus.php:207
3035
- msgid "Writable"
3036
- msgstr ""
3037
-
3038
- #: Modules/Settings/Pages/SystemStatus.php:207
3039
- msgid "Uploads directory is not writable"
3040
- msgstr ""
3041
-
3042
- #: Modules/Settings/Pages/SystemStatus.php:215
3043
- msgid "Direct"
3044
- msgstr ""
3045
-
3046
- #: Modules/Settings/Pages/SystemStatus.php:215
3047
- msgid "FS_METHOD should be direct"
3048
- msgstr ""
3049
-
3050
- #: Modules/Settings/Pages/SystemStatus.php:223
3051
- msgid "Enabled"
3052
- msgstr ""
3053
-
3054
- #: Modules/Settings/Pages/SystemStatus.php:223
3055
- msgid "The Zip extension is not installed."
3056
- msgstr ""
3057
-
3058
- #: Modules/Settings/Pages/SystemStatus.php:231
3059
- msgid "Curl extension is not installed"
3060
- msgstr ""
3061
-
3062
- #: Modules/Settings/Pages/SystemStatus.php:239
3063
- msgid "Connection with AWS was unsuccessful"
3064
- msgstr ""
3065
-
3066
- #: Modules/Settings/Pages/SystemStatus.php:247
3067
- msgid "Connection with Account was unsuccessful"
3068
- msgstr ""
3069
-
3070
- #: Modules/Settings/Pages/SystemStatus.php:255
3071
- #, php-format
3072
- msgid ""
3073
- "Incorrect plugin folder name: %s. Plugin folder name must be "
3074
- "‘visualcomposer’"
3075
- msgstr ""
3076
-
3077
- #: Modules/Settings/Pages/SystemStatus.php:316
3078
- msgid "System Status"
3079
- msgstr ""
3080
-
3081
- #: Modules/Settings/Pages/SystemStatus.php:345
3082
- #, php-format
3083
- msgid ""
3084
- "It seems that there is a problem with your server configuration that might "
3085
- "affect Visual Composer. For more details, visit <a href=\"%s\">System "
3086
- "Status</a> page."
3087
- msgstr ""
3088
-
3089
- #: Modules/Settings/SettingsController.php:94
3090
- msgid "Your settings are saved."
3091
- msgstr ""
3092
-
3093
- #: Modules/Vendors/DashboardController.php:34
3094
- msgid "Visual Composer News"
3095
- msgstr ""
3096
-
3097
- #: Modules/Vendors/Gutenberg/AttributeController.php:86
3098
- #: Modules/Vendors/Gutenberg/AttributeController.php:88
3099
- msgid "Gutenberg attrs"
3100
- msgstr ""
3101
-
3102
- #: Modules/Vendors/Gutenberg/AttributeController.php:87
3103
- #: Modules/Vendors/Gutenberg/AttributeController.php:89
3104
- msgid "Gutenberg attr"
3105
- msgstr ""
3106
-
3107
- #: Modules/Vendors/Gutenberg/AttributeController.php:90
3108
- msgid "Add New"
3109
- msgstr ""
3110
-
3111
- #: Modules/Vendors/Gutenberg/AttributeController.php:91
3112
- msgid "Add New Gutenberg attr"
3113
- msgstr ""
3114
-
3115
- #: Modules/Vendors/Gutenberg/AttributeController.php:92
3116
- msgid "New Gutenberg attr"
3117
- msgstr ""
3118
-
3119
- #: Modules/Vendors/Gutenberg/AttributeController.php:93
3120
- msgid "Edit Gutenberg attr"
3121
- msgstr ""
3122
-
3123
- #: Modules/Vendors/Gutenberg/AttributeController.php:94
3124
- msgid "View Gutenberg attr"
3125
- msgstr ""
3126
-
3127
- #: Modules/Vendors/Gutenberg/AttributeController.php:95
3128
- msgid "All Gutenberg attrs"
3129
- msgstr ""
3130
-
3131
- #: Modules/Vendors/Gutenberg/AttributeController.php:96
3132
- msgid "Search Gutenberg attrs"
3133
- msgstr ""
3134
-
3135
- #: Modules/Vendors/Gutenberg/AttributeController.php:97
3136
- msgid "Parent Gutenberg attrs:"
3137
- msgstr ""
3138
-
3139
- #: Modules/Vendors/Gutenberg/AttributeController.php:98
3140
- msgid "No Gutenberg attrs found."
3141
- msgstr ""
3142
-
3143
- #: Modules/Vendors/Gutenberg/AttributeController.php:99
3144
- msgid "No Gutenberg attrs found in Trash."
3145
- msgstr ""
3146
-
3147
- #: Modules/Vendors/Gutenberg/AttributeController.php:101
3148
- msgid "Gutenberg attr Cover Image"
3149
- msgstr ""
3150
-
3151
- #: Modules/Vendors/Gutenberg/AttributeController.php:106
3152
- msgid "Set cover image"
3153
- msgstr ""
3154
-
3155
- #: Modules/Vendors/Gutenberg/AttributeController.php:111
3156
- msgid "Remove cover image"
3157
- msgstr ""
3158
-
3159
- #: Modules/Vendors/Gutenberg/AttributeController.php:116
3160
- msgid "Use as a cover image"
3161
- msgstr ""
3162
-
3163
- #: Modules/Vendors/Gutenberg/AttributeController.php:121
3164
- msgid "Gutenberg attr archives"
3165
- msgstr ""
3166
-
3167
- #: Modules/Vendors/Gutenberg/AttributeController.php:126
3168
- msgid "Add into Gutenberg attr"
3169
- msgstr ""
3170
-
3171
- #: Modules/Vendors/Gutenberg/AttributeController.php:131
3172
- msgid "Uploaded to this Gutenberg attr"
3173
- msgstr ""
3174
-
3175
- #: Modules/Vendors/Gutenberg/AttributeController.php:136
3176
- msgid "Filter Gutenberg attrs list"
3177
- msgstr ""
3178
-
3179
- #: Modules/Vendors/Gutenberg/AttributeController.php:141
3180
- msgid "Gutenberg attrs list navigation"
3181
- msgstr ""
3182
-
3183
- #: Modules/Vendors/Gutenberg/AttributeController.php:146
3184
- msgid "Gutenberg attrs list"
3185
- msgstr ""
3186
-
3187
- #: Modules/Vendors/Gutenberg/SettingsController.php:73
3188
- msgid ""
3189
- "Enable/disable the Gutenberg editor for your WordPress site. Disabling "
3190
- "Gutenberg editor will enable classic WordPress editor. In both cases, you "
3191
- "can still use Visual Composer."
3192
- msgstr ""
3193
-
3194
- #: Modules/Vendors/Gutenberg/SettingsController.php:81
3195
- msgid "Gutenberg Editor"
3196
- msgstr ""
3197
-
3198
- #: Modules/Vendors/Gutenberg/SettingsController.php:97
3199
- msgid "Gutenberg"
3200
- msgstr ""
3201
-
3202
- #: Modules/Vendors/PluginsController.php:117
3203
- msgid "Help Center"
3204
- msgstr ""
3205
-
3206
- #: Modules/Vendors/PluginsController.php:122
3207
- msgid "API"
3208
- msgstr ""
3209
-
3210
- #: Modules/Vendors/PluginsController.php:127
3211
- msgid "Premium Support"
3212
- msgstr ""
3213
-
3214
- #: Modules/Vendors/WooCommerceController.php:47
3215
- msgid "Woocommerce Shop"
3216
- msgstr ""
3217
-
3218
- #: Modules/Vendors/WooCommerceController.php:51
3219
- msgid "Woocommerce Cart"
3220
- msgstr ""
3221
-
3222
- #: Modules/Vendors/WooCommerceController.php:55
3223
- msgid "Woocommerce Checkout"
3224
- msgstr ""
3225
-
3226
- #: Modules/Vendors/WooCommerceController.php:59
3227
- msgid "Woocommerce My Account"
3228
- msgstr ""
3229
-
3230
- #: Modules/Vendors/WooCommerceController.php:63
3231
- msgid "Woocommerce Product Category"
3232
- msgstr ""
3233
-
3234
- #: Modules/Vendors/WooCommerceController.php:67
3235
- msgid "Woocommerce Terms"
3236
- msgstr ""
3237
-
3238
- #: Modules/Vendors/WooCommerceController.php:323
3239
- msgid "Length:"
3240
- msgstr ""
3241
-
3242
- #: Modules/Vendors/WooCommerceController.php:327
3243
- msgid "Width:"
3244
- msgstr ""
3245
-
3246
- #: Modules/Vendors/WooCommerceController.php:330
3247
- msgid "Height:"
3248
- msgstr ""
3249
-
3250
- #: Modules/Vendors/WordpressController.php:48
3251
- #: resources/views/settings/layouts/dashboard-main-layout.php:289
3252
- #, php-format
3253
- msgid ""
3254
- "Thank you for choosing Visual Composer Website Builder. <br>Like the "
3255
- "plugin? %sRate us on WordPress.org%s"
3256
- msgstr ""
3257
-
3258
- #: resources/views/editor/frontend/frontend.php:33
3259
- #, php-format
3260
- msgid "Frontend editor: %s"
3261
- msgstr ""
3262
-
3263
- #: resources/views/editor/pageEditable/pageEditable.php:22
3264
- msgid "Loading..."
3265
- msgstr ""
3266
-
3267
- #: resources/views/elements/widgets/variables.php:20
3268
- msgid "No custom widgets found."
3269
- msgstr ""
3270
-
3271
- #: resources/views/elements/widgets/variables.php:37
3272
- msgid "No widgets found."
3273
- msgstr ""
3274
-
3275
- #: resources/views/license/pages/license.php:26
3276
- msgid ""
3277
- "It seems you haven’t activated your Premium license to access elements, "
3278
- "templates, and addons in the Visual Composer Hub."
3279
- msgstr ""
3280
-
3281
- #: resources/views/license/pages/license.php:46
3282
- msgid "License Information"
3283
- msgstr ""
3284
-
3285
- #: resources/views/license/pages/license.php:50
3286
- msgid ""
3287
- "Visual Composer license information. Click refresh to check for license "
3288
- "updates."
3289
- msgstr ""
3290
-
3291
- #: resources/views/license/pages/license.php:56
3292
- #: resources/views/settings/pages/system-status.php:28
3293
- msgid "Refresh"
3294
- msgstr ""
3295
-
3296
- #: resources/views/license/pages/license.php:66
3297
- msgid "License information"
3298
- msgstr ""
3299
-
3300
- #: resources/views/license/pages/license.php:71
3301
- msgid "License key"
3302
- msgstr ""
3303
-
3304
- #: resources/views/license/pages/license.php:77
3305
- msgid "Deactivate"
3306
- msgstr ""
3307
-
3308
- #: resources/views/license/pages/license.php:83
3309
- msgid "License type"
3310
- msgstr ""
3311
-
3312
- #: resources/views/license/pages/license.php:88
3313
- msgid "Upgrade"
3314
- msgstr ""
3315
-
3316
- #: resources/views/license/pages/license.php:94
3317
- msgid "License expiration date"
3318
- msgstr ""
3319
-
3320
- #: resources/views/settings/fields/dataCollectionTable.php:11
3321
- msgid "What kind of data will I share?"
3322
- msgstr ""
3323
-
3324
- #: resources/views/settings/fields/dataCollectionTable.php:17
3325
- msgid "Editor"
3326
- msgstr ""
3327
-
3328
- #: resources/views/settings/fields/dataCollectionTable.php:18
3329
- msgid ""
3330
- "License type, site and page ids (de-identified), how long the editor has "
3331
- "been used"
3332
- msgstr ""
3333
-
3334
- #: resources/views/settings/fields/dataCollectionTable.php:22
3335
- msgid ""
3336
- "Which elements are used and downloaded, site and page ids (de-identified)"
3337
- msgstr ""
3338
-
3339
- #: resources/views/settings/fields/dataCollectionTable.php:26
3340
- msgid ""
3341
- "Which templates are used and downloaded, site and page ids (de-identified)"
3342
- msgstr ""
3343
-
3344
- #: resources/views/settings/fields/dataCollectionTable.php:31
3345
- msgid ""
3346
- "We will never collect any sensivite or private data such as IP addresses, "
3347
- "email, usernames, or passwords."
3348
- msgstr ""
3349
-
3350
- #: resources/views/settings/fields/post-types/post-types-toggle.php:22
3351
- #: resources/views/settings/fields/toggle.php:18
3352
- msgid "on"
3353
- msgstr ""
3354
-
3355
- #: resources/views/settings/fields/post-types/post-types-toggle.php:23
3356
- #: resources/views/settings/fields/toggle.php:19
3357
- msgid "off"
3358
- msgstr ""
3359
-
3360
- #: resources/views/settings/fields/yesnotoggle.php:18
3361
- msgid "yes"
3362
- msgstr ""
3363
-
3364
- #: resources/views/settings/fields/yesnotoggle.php:19
3365
- msgid "no"
3366
- msgstr ""
3367
-
3368
- #: resources/views/settings/layouts/dashboard-main-layout.php:250
3369
- msgid "Help"
3370
- msgstr ""
3371
-
3372
- #: resources/views/settings/layouts/dashboard-main-layout.php:255
3373
- msgid "My Visual Composer"
3374
- msgstr ""
3375
-
3376
- #: resources/views/settings/pages/index.php:90
3377
- msgid "Save Changes"
3378
- msgstr ""
3379
-
3380
- #: resources/views/settings/pages/system-status.php:27
3381
- msgid ""
3382
- "Check system status and WordPress configuration for compliance with Visual "
3383
- "Composer requirements."
3384
- msgstr ""
3385
-
3386
- #: resources/views/settings/pages/system-status.php:75
3387
- msgid "WordPress environment"
3388
- msgstr ""
3389
-
3390
- #: resources/views/settings/pages/system-status.php:80
3391
- msgid "WordPress version"
3392
- msgstr ""
3393
-
3394
- #: resources/views/settings/pages/system-status.php:84
3395
- msgid "WordPress version currently installed on your site."
3396
- msgstr ""
3397
-
3398
- #: resources/views/settings/pages/system-status.php:90
3399
- msgid "PHP version"
3400
- msgstr ""
3401
-
3402
- #: resources/views/settings/pages/system-status.php:94
3403
- msgid "PHP version currently installed on your site."
3404
- msgstr ""
3405
-
3406
- #: resources/views/settings/pages/system-status.php:100
3407
- msgid "WP_DEBUG"
3408
- msgstr ""
3409
-
3410
- #: resources/views/settings/pages/system-status.php:104
3411
- msgid "Displays whether of not WordPress is in Debug Mode"
3412
- msgstr ""
3413
-
3414
- #: resources/views/settings/pages/system-status.php:110
3415
- msgid "Visual Composer version"
3416
- msgstr ""
3417
-
3418
- #: resources/views/settings/pages/system-status.php:113
3419
- msgid "Visual Composer version installed on your site."
3420
- msgstr ""
3421
-
3422
- #: resources/views/settings/pages/system-status.php:126
3423
- msgid "There is a new version of Visual Composer Website Builder available."
3424
- msgstr ""
3425
-
3426
- #: resources/views/settings/pages/system-status.php:141
3427
- msgid "Configurations"
3428
- msgstr ""
3429
-
3430
- #: resources/views/settings/pages/system-status.php:146
3431
- msgid "Plugin folder"
3432
- msgstr ""
3433
-
3434
- #: resources/views/settings/pages/system-status.php:151
3435
- msgid "Plugin folder must be `visualcomposer`."
3436
- msgstr ""
3437
-
3438
- #: resources/views/settings/pages/system-status.php:159
3439
- msgid "Memory limit"
3440
- msgstr ""
3441
-
3442
- #: resources/views/settings/pages/system-status.php:164
3443
- msgid ""
3444
- "The maximum amount of memory (RAM) that your site can use at one time."
3445
- msgstr ""
3446
-
3447
- #: resources/views/settings/pages/system-status.php:172
3448
- msgid "Post max size"
3449
- msgstr ""
3450
-
3451
- #: resources/views/settings/pages/system-status.php:177
3452
- msgid ""
3453
- "The maximum size of the post data allowed that also affects file upload."
3454
- msgstr ""
3455
-
3456
- #: resources/views/settings/pages/system-status.php:185
3457
- msgid "Max input nesting level"
3458
- msgstr ""
3459
-
3460
- #: resources/views/settings/pages/system-status.php:190
3461
- msgid "The maximum nesting depth of input variables (i.e. $_GET, $_POST.). "
3462
- msgstr ""
3463
-
3464
- #: resources/views/settings/pages/system-status.php:198
3465
- msgid "PHP Max Input Vars"
3466
- msgstr ""
3467
-
3468
- #: resources/views/settings/pages/system-status.php:203
3469
- msgid ""
3470
- "The number of input variables that may be accepted (limit is applied to "
3471
- "$_GET, $_POST, and $_COOKIE superglobal separately)."
3472
- msgstr ""
3473
-
3474
- #: resources/views/settings/pages/system-status.php:211
3475
- msgid "Timeout"
3476
- msgstr ""
3477
-
3478
- #: resources/views/settings/pages/system-status.php:215
3479
- msgid "The maximum execution time for PHP scripts."
3480
- msgstr ""
3481
-
3482
- #: resources/views/settings/pages/system-status.php:221
3483
- msgid "Max upload file size"
3484
- msgstr ""
3485
-
3486
- #: resources/views/settings/pages/system-status.php:226
3487
- msgid "The largest file size that can be uploaded to your WordPress site."
3488
- msgstr ""
3489
-
3490
- #: resources/views/settings/pages/system-status.php:234
3491
- msgid "Access to the upload folder"
3492
- msgstr ""
3493
-
3494
- #: resources/views/settings/pages/system-status.php:239
3495
- msgid ""
3496
- "Visual Composer stores assets in the WordPress uploads folder. The folder "
3497
- "must be writable for this to happen."
3498
- msgstr ""
3499
-
3500
- #: resources/views/settings/pages/system-status.php:247
3501
- msgid "File system method"
3502
- msgstr ""
3503
-
3504
- #: resources/views/settings/pages/system-status.php:251
3505
- msgid "The file system method should be direct."
3506
- msgstr ""
3507
-
3508
- #: resources/views/settings/pages/system-status.php:262
3509
- msgid "Extensions"
3510
- msgstr ""
3511
-
3512
- #: resources/views/settings/pages/system-status.php:267
3513
- msgid ".zip extension"
3514
- msgstr ""
3515
-
3516
- #: resources/views/settings/pages/system-status.php:271
3517
- msgid "The Zip Extension should be enabled on your server"
3518
- msgstr ""
3519
-
3520
- #: resources/views/settings/pages/system-status.php:277
3521
- msgid "cURL extension"
3522
- msgstr ""
3523
-
3524
- #: resources/views/settings/pages/system-status.php:281
3525
- msgid "The version of cURL installed on your server."
3526
- msgstr ""
3527
-
3528
- #: resources/views/settings/pages/system-status.php:292
3529
- msgid "Connections"
3530
- msgstr ""
3531
-
3532
- #: resources/views/settings/pages/system-status.php:297
3533
- msgid "Account"
3534
- msgstr ""
3535
-
3536
- #: resources/views/settings/pages/system-status.php:301
3537
- msgid "Connection with your account."
3538
- msgstr ""
3539
-
3540
- #: resources/views/settings/pages/system-status.php:307
3541
- msgid "AWS"
3542
- msgstr ""
3543
-
3544
- #: resources/views/settings/pages/system-status.php:311
3545
- msgid "The connection with the AWS."
3546
- msgstr ""
3547
-
3548
- #: resources/views/settings/pages/system-status.php:317
3549
- msgid "Large data transfer"
3550
- msgstr ""
3551
-
3552
- #: resources/views/settings/pages/system-status.php:322
3553
- msgid ""
3554
- "Ability to send large data. In case if failed - adjust your php.ini file "
3555
- "to increase memory_limit, post_max_size and execution time."
3556
- msgstr ""
3557
-
3558
- #: resources/views/vendors/dashboard.php:55
3559
- msgid "No news found."
3560
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: 1.0\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-03-02 11:44+0300\n"
6
+ "PO-Revision-Date: 2021-03-02 11:46+0300\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Visual Composer <hello@visualcomposer.com>\n"
9
+ "Language: en\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+ "X-Generator: Poedit 2.4\n"
15
+ "X-Poedit-KeywordsList: esc_html__;esc_html_e;esc_attr__;esc_attr_e;"
16
+ "esc_html_x;_x;__;_e\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Poedit-SearchPath-0: visualcomposer\n"
19
+ "X-Poedit-SearchPath-1: devAddons\n"
20
+ "X-Poedit-SearchPathExcluded-0: node_modules\n"
21
+ "X-Poedit-SearchPathExcluded-1: ci\n"
22
+ "X-Poedit-SearchPathExcluded-2: cache\n"
23
+ "X-Poedit-SearchPathExcluded-3: devElements\n"
24
+ "X-Poedit-SearchPathExcluded-4: devCategories\n"
25
+ "X-Poedit-SearchPathExcluded-5: tools\n"
26
+ "X-Poedit-SearchPathExcluded-6: tests\n"
27
+
28
+ #: devAddons/dynamicFields/dynamicFields/DynamicFieldAutocomplete.php:65
29
+ msgid "Id"
30
+ msgstr ""
31
+
32
+ #: devAddons/dynamicFields/dynamicFields/DynamicFieldAutocomplete.php:65
33
+ #: visualcomposer/Helpers/Localizations.php:239
34
+ msgid "Title"
35
+ msgstr ""
36
+
37
+ #: devAddons/dynamicFields/dynamicFields/Fields/AdvancedCustomFields.php:139
38
+ msgid "Advance Custom Fields"
39
+ msgstr ""
40
+
41
+ #: devAddons/dynamicFields/dynamicFields/Fields/Images.php:62
42
+ #: visualcomposer/Helpers/Localizations.php:1459
43
+ msgid "Featured Image"
44
+ msgstr ""
45
+
46
+ #: devAddons/dynamicFields/dynamicFields/Fields/Images.php:90
47
+ msgid "Author's Profile Picture"
48
+ msgstr ""
49
+
50
+ #: devAddons/dynamicFields/dynamicFields/Fields/Images.php:112
51
+ msgid "Logo"
52
+ msgstr ""
53
+
54
+ #: devAddons/dynamicFields/dynamicFields/Fields/Meta.php:107
55
+ #: devAddons/dynamicFields/dynamicFields/Fields/Meta.php:111
56
+ #: devAddons/dynamicFields/dynamicFields/Fields/Meta.php:115
57
+ #: devAddons/dynamicFields/dynamicFields/Fields/Meta.php:119
58
+ #: visualcomposer/Helpers/Localizations.php:762
59
+ #: visualcomposer/Helpers/LoginCategory.php:37
60
+ msgid "Other"
61
+ msgstr ""
62
+
63
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:87
64
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:92
65
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:97
66
+ msgid "Author's Name"
67
+ msgstr ""
68
+
69
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:126
70
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:130
71
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:134
72
+ msgid "Author's Bio"
73
+ msgstr ""
74
+
75
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:163
76
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:167
77
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:171
78
+ msgid "Post Comment Count"
79
+ msgstr ""
80
+
81
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:200
82
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:204
83
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:208
84
+ msgid "Post Title"
85
+ msgstr ""
86
+
87
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:235
88
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:239
89
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:243
90
+ msgid "Post Type"
91
+ msgstr ""
92
+
93
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:272
94
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:276
95
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:280
96
+ msgid "Post Excerpt"
97
+ msgstr ""
98
+
99
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:305
100
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:309
101
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:313
102
+ msgid "Post ID"
103
+ msgstr ""
104
+
105
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:338
106
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:342
107
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:346
108
+ msgid "Post Date"
109
+ msgstr ""
110
+
111
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:371
112
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:375
113
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:379
114
+ msgid "Post Modify Date"
115
+ msgstr ""
116
+
117
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:404
118
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:408
119
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:412
120
+ msgid "Post Parent's Name"
121
+ msgstr ""
122
+
123
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:437
124
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:441
125
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:445
126
+ msgid "Post Categories"
127
+ msgstr ""
128
+
129
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:470
130
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:474
131
+ msgid "Post Tags"
132
+ msgstr ""
133
+
134
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:499
135
+ msgid "Post/Page"
136
+ msgstr ""
137
+
138
+ #: devAddons/dynamicFields/dynamicFields/Fields/Post.php:524
139
+ msgid "Comment"
140
+ msgstr ""
141
+
142
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:57
143
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:62
144
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:67
145
+ msgid "Site Title"
146
+ msgstr ""
147
+
148
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:86
149
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:91
150
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:96
151
+ msgid "Site Tagline"
152
+ msgstr ""
153
+
154
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:115
155
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:120
156
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:125
157
+ msgid "Site URL"
158
+ msgstr ""
159
+
160
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:130
161
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:71
162
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:91
163
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:111
164
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:131
165
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:157
166
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:183
167
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:209
168
+ msgid "Site"
169
+ msgstr ""
170
+
171
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:148
172
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:153
173
+ #: devAddons/dynamicFields/dynamicFields/Fields/Site.php:158
174
+ msgid "Current Year"
175
+ msgstr ""
176
+
177
+ #: devAddons/dynamicFields/dynamicFields/Fields/Toolset.php:131
178
+ msgid "Toolset Custom Fields"
179
+ msgstr ""
180
+
181
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:69
182
+ msgid "Price"
183
+ msgstr ""
184
+
185
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:76
186
+ msgid "Regular Price"
187
+ msgstr ""
188
+
189
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:83
190
+ msgid "Sale Price"
191
+ msgstr ""
192
+
193
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:90
194
+ msgid "Short Description"
195
+ msgstr ""
196
+
197
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:97
198
+ msgid "Purchase Note"
199
+ msgstr ""
200
+
201
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:104
202
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:402
203
+ #: visualcomposer/Helpers/Localizations.php:1509
204
+ msgid "Categories"
205
+ msgstr ""
206
+
207
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:111
208
+ msgid "Weight"
209
+ msgstr ""
210
+
211
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:118
212
+ msgid "Dimensions"
213
+ msgstr ""
214
+
215
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:125
216
+ msgid "Availability"
217
+ msgstr ""
218
+
219
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:132
220
+ msgid "Total Sales"
221
+ msgstr ""
222
+
223
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:139
224
+ msgid "Average Rating"
225
+ msgstr ""
226
+
227
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:146
228
+ msgid "Rating Count"
229
+ msgstr ""
230
+
231
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:153
232
+ msgid "Date On Sale To"
233
+ msgstr ""
234
+
235
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:160
236
+ msgid "Date On Sale From"
237
+ msgstr ""
238
+
239
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:167
240
+ msgid "Files to Download"
241
+ msgstr ""
242
+
243
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:174
244
+ msgid "Download Expiry"
245
+ msgstr ""
246
+
247
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:181
248
+ msgid "Download Limit"
249
+ msgstr ""
250
+
251
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:188
252
+ msgid "Stock Quantity"
253
+ msgstr ""
254
+
255
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:195
256
+ msgid "SKU"
257
+ msgstr ""
258
+
259
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:202
260
+ msgid "Product"
261
+ msgstr ""
262
+
263
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:209
264
+ msgid "Add To Cart"
265
+ msgstr ""
266
+
267
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:220
268
+ msgid "Shop"
269
+ msgstr ""
270
+
271
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:227
272
+ msgid "Checkout"
273
+ msgstr ""
274
+
275
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:234
276
+ msgid "Cart"
277
+ msgstr ""
278
+
279
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:241
280
+ #: visualcomposer/resources/views/settings/pages/system-status.php:297
281
+ msgid "Account"
282
+ msgstr ""
283
+
284
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:264
285
+ msgid "WooCommerce"
286
+ msgstr ""
287
+
288
+ #: devAddons/dynamicFields/dynamicFields/Fields/WooCommerce.php:271
289
+ msgid "WooCommerce URLs"
290
+ msgstr ""
291
+
292
+ #: devAddons/elementPresets/elementPresets/PostTypeController.php:47
293
+ msgid "Element Presets"
294
+ msgstr ""
295
+
296
+ #: devAddons/exportImport/exportImport/ExportController.php:379
297
+ #: devAddons/exportImport/exportImport/ExportController.php:407
298
+ msgid "Export"
299
+ msgstr ""
300
+
301
+ #: devAddons/exportImport/exportImport/ImportController.php:155
302
+ #: devAddons/exportImport/exportImport/ImportController.php:966
303
+ msgid "Failed to validate nonce."
304
+ msgstr ""
305
+
306
+ #: devAddons/exportImport/exportImport/ImportController.php:171
307
+ msgid ""
308
+ "Import <strong>templates, headers, footers, and sidebars</strong> from an "
309
+ "export file (exported with Visual Composer)."
310
+ msgstr ""
311
+
312
+ #: devAddons/exportImport/exportImport/ImportController.php:187
313
+ msgid ""
314
+ "Upload the Visual Composer template. The template will be added to the "
315
+ "Global Templates section. All graphic assets will be added to the Media "
316
+ "Library."
317
+ msgstr ""
318
+
319
+ #: devAddons/exportImport/exportImport/ImportController.php:191
320
+ msgid "Choose a .zip file to upload and click \"Upload file and import\"."
321
+ msgstr ""
322
+
323
+ #: devAddons/exportImport/exportImport/ImportController.php:203
324
+ msgid "Visual Composer Website Builder"
325
+ msgstr ""
326
+
327
+ #: devAddons/exportImport/exportImport/ImportController.php:236
328
+ #, php-format
329
+ msgid ""
330
+ "The export file could not be found at <code>%s</code>. Check your site "
331
+ "permissions and try again."
332
+ msgstr ""
333
+
334
+ #: devAddons/exportImport/exportImport/ImportController.php:286
335
+ #, php-format
336
+ msgid "Uploaded file <code>%s</code> is invalid."
337
+ msgstr ""
338
+
339
+ #: devAddons/exportImport/exportImport/ImportController.php:324
340
+ msgid "Uploaded .zip file is invalid."
341
+ msgstr ""
342
+
343
+ #: devAddons/exportImport/exportImport/ImportController.php:353
344
+ msgid "Validating the license..."
345
+ msgstr ""
346
+
347
+ #: devAddons/exportImport/exportImport/ImportController.php:360
348
+ msgid ""
349
+ "Token generation failed. This was likely caused by a timeout, check your "
350
+ "server configuration, and try again."
351
+ msgstr ""
352
+
353
+ #: devAddons/exportImport/exportImport/ImportController.php:389
354
+ #, php-format
355
+ msgid ""
356
+ "It seems you don't have Visual Composer premium license to download elements "
357
+ "from the Visual Composer Hub. Make sure to activate the premium license "
358
+ "before importing or purchase it at %svisualcomposer.com/premium%s"
359
+ msgstr ""
360
+
361
+ #: devAddons/exportImport/exportImport/ImportController.php:422
362
+ msgid ""
363
+ "It seems you are missing some elements included in the template. The "
364
+ "elements will be downloaded automatically on the editor load."
365
+ msgstr ""
366
+
367
+ #: devAddons/exportImport/exportImport/ImportController.php:431
368
+ msgid ""
369
+ "Failed to read JSON from the account. Check your connection and try again."
370
+ msgstr ""
371
+
372
+ #: devAddons/exportImport/exportImport/ImportController.php:488
373
+ msgid ""
374
+ "Your export file contains custom elements. We have imported these elements "
375
+ "but they will not appear until they are created."
376
+ msgstr ""
377
+
378
+ #: devAddons/exportImport/exportImport/ImportController.php:603
379
+ #, php-format
380
+ msgid "Template - %s was successfully imported."
381
+ msgstr ""
382
+
383
+ #: devAddons/exportImport/exportImport/ImportController.php:814
384
+ msgid "Processing design options..."
385
+ msgstr ""
386
+
387
+ #: devAddons/exportImport/exportImport/ImportController.php:871
388
+ msgid "An error has occurred."
389
+ msgstr ""
390
+
391
+ #: devAddons/exportImport/exportImport/ImportController.php:909
392
+ msgid "Processing media..."
393
+ msgstr ""
394
+
395
+ #: devAddons/exportImport/exportImport/ImportController.php:1032
396
+ msgid "Do you want to proceed with the import?"
397
+ msgstr ""
398
+
399
+ #: devAddons/exportImport/exportImport/ImportPage.php:56
400
+ msgid "Import"
401
+ msgstr ""
402
+
403
+ #: devAddons/globalTemplate/globalTemplate/PostTypeController.php:162
404
+ msgid ""
405
+ "You're about to edit downloaded template. The template will be converted to "
406
+ "your personal template. You can download a new copy of this predefined "
407
+ "template from the Hub."
408
+ msgstr ""
409
+
410
+ #: devAddons/globalTemplate/node_modules/chrome-remote-interface/chrome-remote-interface.js:2
411
+ #: devAddons/popupBuilder/node_modules/chrome-remote-interface/chrome-remote-interface.js:2
412
+ #: devAddons/themeBuilder/node_modules/chrome-remote-interface/chrome-remote-interface.js:2
413
+ #: devAddons/themeEditor/node_modules/chrome-remote-interface/chrome-remote-interface.js:2
414
+ msgid "Wrong offset!"
415
+ msgstr ""
416
+
417
+ #: devAddons/globalTemplate/node_modules/moment/min/locales.min.js:1
418
+ #: devAddons/maintenanceMode/node_modules/moment/min/locales.min.js:1
419
+ #: devAddons/popupBuilder/node_modules/moment/min/locales.min.js:1
420
+ #: devAddons/themeBuilder/node_modules/moment/min/locales.min.js:1
421
+ msgid "s"
422
+ msgstr ""
423
+
424
+ #: devAddons/globalTemplate/node_modules/moment/min/locales.min.js:1
425
+ #: devAddons/maintenanceMode/node_modules/moment/min/locales.min.js:1
426
+ #: devAddons/popupBuilder/node_modules/moment/min/locales.min.js:1
427
+ #: devAddons/themeBuilder/node_modules/moment/min/locales.min.js:1
428
+ msgid "m"
429
+ msgstr ""
430
+
431
+ #: devAddons/globalTemplate/node_modules/moment/min/locales.min.js:1
432
+ #: devAddons/maintenanceMode/node_modules/moment/min/locales.min.js:1
433
+ #: devAddons/popupBuilder/node_modules/moment/min/locales.min.js:1
434
+ #: devAddons/themeBuilder/node_modules/moment/min/locales.min.js:1
435
+ msgid "h"
436
+ msgstr ""
437
+
438
+ #: devAddons/globalTemplate/node_modules/moment/min/locales.min.js:1
439
+ #: devAddons/maintenanceMode/node_modules/moment/min/locales.min.js:1
440
+ #: devAddons/popupBuilder/node_modules/moment/min/locales.min.js:1
441
+ #: devAddons/themeBuilder/node_modules/moment/min/locales.min.js:1
442
+ msgid "d"
443
+ msgstr ""
444
+
445
+ #: devAddons/globalTemplate/node_modules/moment/min/locales.min.js:1
446
+ #: devAddons/maintenanceMode/node_modules/moment/min/locales.min.js:1
447
+ #: devAddons/popupBuilder/node_modules/moment/min/locales.min.js:1
448
+ #: devAddons/themeBuilder/node_modules/moment/min/locales.min.js:1
449
+ msgid "M"
450
+ msgstr ""
451
+
452
+ #: devAddons/globalTemplate/node_modules/moment/min/locales.min.js:1
453
+ #: devAddons/maintenanceMode/node_modules/moment/min/locales.min.js:1
454
+ #: devAddons/popupBuilder/node_modules/moment/min/locales.min.js:1
455
+ #: devAddons/themeBuilder/node_modules/moment/min/locales.min.js:1
456
+ msgid "y"
457
+ msgstr ""
458
+
459
+ #: devAddons/globalTemplate/node_modules/moment/min/moment.min.js:1
460
+ #: devAddons/maintenanceMode/node_modules/moment/min/moment.min.js:1
461
+ #: devAddons/popupBuilder/node_modules/moment/min/moment.min.js:1
462
+ #: devAddons/themeBuilder/node_modules/moment/min/moment.min.js:1
463
+ msgid ": "
464
+ msgstr ""
465
+
466
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
467
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
468
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
469
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
470
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
471
+ msgid "big_int"
472
+ msgstr ""
473
+
474
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
475
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
476
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
477
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
478
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
479
+ msgid "num"
480
+ msgstr ""
481
+
482
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
483
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:290
484
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:291
485
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:290
486
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:291
487
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
488
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:290
489
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:291
490
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:290
491
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:291
492
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
493
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:290
494
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:291
495
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:290
496
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:291
497
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
498
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:290
499
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:291
500
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:290
501
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:291
502
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:294
503
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:296
504
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:284
505
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:286
506
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
507
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:290
508
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:291
509
+ msgid "string"
510
+ msgstr ""
511
+
512
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
513
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
514
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
515
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
516
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
517
+ msgid "template_head"
518
+ msgstr ""
519
+
520
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
521
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
522
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
523
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
524
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
525
+ msgid "comment2"
526
+ msgstr ""
527
+
528
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
529
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
530
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
531
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
532
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
533
+ msgid "regexp"
534
+ msgstr ""
535
+
536
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
537
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
538
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
539
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
540
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
541
+ msgid "operator"
542
+ msgstr ""
543
+
544
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
545
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
546
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
547
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
548
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
549
+ msgid "eof"
550
+ msgstr ""
551
+
552
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
553
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
554
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
555
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
556
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
557
+ msgid "expand"
558
+ msgstr ""
559
+
560
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
561
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
562
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
563
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
564
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
565
+ msgid "punc"
566
+ msgstr ""
567
+
568
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
569
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
570
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
571
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
572
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
573
+ msgid "arrow"
574
+ msgstr ""
575
+
576
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
577
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
578
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
579
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
580
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
581
+ msgid "name"
582
+ msgstr ""
583
+
584
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
585
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
586
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
587
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
588
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
589
+ msgid "atom"
590
+ msgstr ""
591
+
592
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
593
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
594
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
595
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
596
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
597
+ msgid "keyword"
598
+ msgstr ""
599
+
600
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
601
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
602
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
603
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
604
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
605
+ msgid "("
606
+ msgstr ""
607
+
608
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
609
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
610
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
611
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
612
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
613
+ msgid ")"
614
+ msgstr ""
615
+
616
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
617
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
618
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
619
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
620
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
621
+ msgid ":"
622
+ msgstr ""
623
+
624
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
625
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
626
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
627
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
628
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
629
+ msgid ";"
630
+ msgstr ""
631
+
632
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
633
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
634
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
635
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
636
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
637
+ msgid ","
638
+ msgstr ""
639
+
640
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
641
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
642
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
643
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
644
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
645
+ msgid "]"
646
+ msgstr ""
647
+
648
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
649
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
650
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
651
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
652
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
653
+ msgid "}"
654
+ msgstr ""
655
+
656
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
657
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
658
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
659
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
660
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
661
+ msgid "{"
662
+ msgstr ""
663
+
664
+ #: devAddons/globalTemplate/node_modules/terser/dist/bundle.min.js:1
665
+ #: devAddons/maintenanceMode/node_modules/terser/dist/bundle.min.js:1
666
+ #: devAddons/popupBuilder/node_modules/terser/dist/bundle.min.js:1
667
+ #: devAddons/themeBuilder/node_modules/terser/dist/bundle.min.js:1
668
+ #: devAddons/themeEditor/node_modules/terser/dist/bundle.min.js:1
669
+ msgid "["
670
+ msgstr ""
671
+
672
+ #: devAddons/globalTemplate/node_modules/webidl-conversions/lib/index.js:105
673
+ #: devAddons/maintenanceMode/node_modules/webidl-conversions/lib/index.js:105
674
+ #: devAddons/popupBuilder/node_modules/webidl-conversions/lib/index.js:105
675
+ #: devAddons/themeBuilder/node_modules/webidl-conversions/lib/index.js:105
676
+ #: devAddons/themeEditor/node_modules/domexception/node_modules/webidl-conversions/lib/index.js:105
677
+ msgid "is not a finite number"
678
+ msgstr ""
679
+
680
+ #: devAddons/globalTemplate/node_modules/webidl-conversions/lib/index.js:172
681
+ #: devAddons/globalTemplate/node_modules/webidl-conversions/lib/index.js:188
682
+ #: devAddons/maintenanceMode/node_modules/webidl-conversions/lib/index.js:172
683
+ #: devAddons/maintenanceMode/node_modules/webidl-conversions/lib/index.js:188
684
+ #: devAddons/popupBuilder/node_modules/webidl-conversions/lib/index.js:172
685
+ #: devAddons/popupBuilder/node_modules/webidl-conversions/lib/index.js:188
686
+ #: devAddons/themeBuilder/node_modules/webidl-conversions/lib/index.js:172
687
+ #: devAddons/themeBuilder/node_modules/webidl-conversions/lib/index.js:188
688
+ #: devAddons/themeEditor/node_modules/domexception/node_modules/webidl-conversions/lib/index.js:172
689
+ #: devAddons/themeEditor/node_modules/domexception/node_modules/webidl-conversions/lib/index.js:188
690
+ msgid "is not a finite floating-point value"
691
+ msgstr ""
692
+
693
+ #: devAddons/globalTemplate/node_modules/webidl-conversions/lib/index.js:198
694
+ #: devAddons/maintenanceMode/node_modules/webidl-conversions/lib/index.js:198
695
+ #: devAddons/popupBuilder/node_modules/webidl-conversions/lib/index.js:198
696
+ #: devAddons/themeBuilder/node_modules/webidl-conversions/lib/index.js:198
697
+ #: devAddons/themeEditor/node_modules/domexception/node_modules/webidl-conversions/lib/index.js:198
698
+ msgid "is outside the range of a single-precision floating-point value"
699
+ msgstr ""
700
+
701
+ #: devAddons/globalTemplate/node_modules/webidl-conversions/lib/index.js:228
702
+ #: devAddons/maintenanceMode/node_modules/webidl-conversions/lib/index.js:228
703
+ #: devAddons/popupBuilder/node_modules/webidl-conversions/lib/index.js:228
704
+ #: devAddons/themeBuilder/node_modules/webidl-conversions/lib/index.js:228
705
+ #: devAddons/themeEditor/node_modules/domexception/node_modules/webidl-conversions/lib/index.js:228
706
+ msgid "is a symbol, which cannot be converted to a string"
707
+ msgstr ""
708
+
709
+ #: devAddons/globalTemplate/node_modules/webidl-conversions/lib/index.js:239
710
+ #: devAddons/maintenanceMode/node_modules/webidl-conversions/lib/index.js:239
711
+ #: devAddons/popupBuilder/node_modules/webidl-conversions/lib/index.js:239
712
+ #: devAddons/themeBuilder/node_modules/webidl-conversions/lib/index.js:239
713
+ #: devAddons/themeEditor/node_modules/domexception/node_modules/webidl-conversions/lib/index.js:239
714
+ msgid "is not a valid ByteString"
715
+ msgstr ""
716
+
717
+ #: devAddons/globalTemplate/node_modules/webidl-conversions/lib/index.js:276
718
+ #: devAddons/maintenanceMode/node_modules/webidl-conversions/lib/index.js:276
719
+ #: devAddons/popupBuilder/node_modules/webidl-conversions/lib/index.js:276
720
+ #: devAddons/themeBuilder/node_modules/webidl-conversions/lib/index.js:276
721
+ #: devAddons/themeEditor/node_modules/domexception/node_modules/webidl-conversions/lib/index.js:276
722
+ msgid "is not an object"
723
+ msgstr ""
724
+
725
+ #: devAddons/globalTemplate/node_modules/webidl-conversions/lib/index.js:288
726
+ #: devAddons/maintenanceMode/node_modules/webidl-conversions/lib/index.js:288
727
+ #: devAddons/popupBuilder/node_modules/webidl-conversions/lib/index.js:288
728
+ #: devAddons/themeBuilder/node_modules/webidl-conversions/lib/index.js:288
729
+ #: devAddons/themeEditor/node_modules/domexception/node_modules/webidl-conversions/lib/index.js:288
730
+ msgid "is not a function"
731
+ msgstr ""
732
+
733
+ #: devAddons/globalTemplate/node_modules/webidl-conversions/lib/index.js:314
734
+ #: devAddons/maintenanceMode/node_modules/webidl-conversions/lib/index.js:314
735
+ #: devAddons/popupBuilder/node_modules/webidl-conversions/lib/index.js:314
736
+ #: devAddons/themeBuilder/node_modules/webidl-conversions/lib/index.js:314
737
+ #: devAddons/themeEditor/node_modules/domexception/node_modules/webidl-conversions/lib/index.js:308
738
+ #: devAddons/themeEditor/node_modules/domexception/node_modules/webidl-conversions/lib/index.js:343
739
+ msgid "is not a view on an ArrayBuffer object"
740
+ msgstr ""
741
+
742
+ #: devAddons/globalTemplate/node_modules/webidl-conversions/lib/index.js:322
743
+ #: devAddons/maintenanceMode/node_modules/webidl-conversions/lib/index.js:322
744
+ #: devAddons/popupBuilder/node_modules/webidl-conversions/lib/index.js:322
745
+ #: devAddons/themeBuilder/node_modules/webidl-conversions/lib/index.js:322
746
+ #: devAddons/themeEditor/node_modules/domexception/node_modules/webidl-conversions/lib/index.js:351
747
+ msgid "is not an ArrayBuffer object or a view on one"
748
+ msgstr ""
749
+
750
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:92
751
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:92
752
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:92
753
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:92
754
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:92
755
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:92
756
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:92
757
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:92
758
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:90
759
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:79
760
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:92
761
+ msgid "Positionals:"
762
+ msgstr ""
763
+
764
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:192
765
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:194
766
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:192
767
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:194
768
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:192
769
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:194
770
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:192
771
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:194
772
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:192
773
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:194
774
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:192
775
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:194
776
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:192
777
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:194
778
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:192
779
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:194
780
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:187
781
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:190
782
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:171
783
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:174
784
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:192
785
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:194
786
+ msgid "command"
787
+ msgstr ""
788
+
789
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:203
790
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:203
791
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:203
792
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:203
793
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:203
794
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:203
795
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:203
796
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:203
797
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:198
798
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:180
799
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:203
800
+ msgid "Commands:"
801
+ msgstr ""
802
+
803
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:223
804
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:458
805
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:223
806
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:458
807
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:223
808
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:458
809
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:223
810
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:458
811
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:223
812
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:458
813
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:223
814
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:458
815
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:223
816
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:458
817
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:223
818
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:458
819
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:457
820
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:424
821
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:223
822
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:458
823
+ msgid "default:"
824
+ msgstr ""
825
+
826
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:225
827
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:225
828
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:225
829
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:225
830
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:225
831
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:225
832
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:225
833
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:225
834
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:215
835
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:197
836
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:225
837
+ msgid "aliases:"
838
+ msgstr ""
839
+
840
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:288
841
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:288
842
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:288
843
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:288
844
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:288
845
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:288
846
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:288
847
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:288
848
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:290
849
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:280
850
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:288
851
+ msgid "boolean"
852
+ msgstr ""
853
+
854
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:289
855
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:289
856
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:289
857
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:289
858
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:289
859
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:289
860
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:289
861
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:289
862
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:292
863
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:282
864
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:289
865
+ msgid "count"
866
+ msgstr ""
867
+
868
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:292
869
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:292
870
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:292
871
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:292
872
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:292
873
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:292
874
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:292
875
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:292
876
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:298
877
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:288
878
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:292
879
+ msgid "array"
880
+ msgstr ""
881
+
882
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:293
883
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:293
884
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:293
885
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:293
886
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:293
887
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:293
888
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:293
889
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:293
890
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:300
891
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:290
892
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:293
893
+ msgid "number"
894
+ msgstr ""
895
+
896
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:297
897
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:297
898
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:297
899
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:297
900
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:297
901
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:297
902
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:297
903
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:297
904
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:307
905
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:297
906
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:297
907
+ msgid "required"
908
+ msgstr ""
909
+
910
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:298
911
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:298
912
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:298
913
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:298
914
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:298
915
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:298
916
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:298
917
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:298
918
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:308
919
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:298
920
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:298
921
+ msgid "choices:"
922
+ msgstr ""
923
+
924
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:317
925
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:317
926
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:317
927
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:317
928
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:317
929
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:317
930
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:317
931
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:317
932
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:321
933
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:310
934
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:317
935
+ msgid "Examples:"
936
+ msgstr ""
937
+
938
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:436
939
+ #: devAddons/globalTemplate/node_modules/yargs/lib/usage.js:436
940
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:436
941
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/usage.js:436
942
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:436
943
+ #: devAddons/popupBuilder/node_modules/yargs/lib/usage.js:436
944
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/usage.js:436
945
+ #: devAddons/themeBuilder/node_modules/yargs/lib/usage.js:436
946
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:438
947
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:407
948
+ #: devAddons/themeEditor/node_modules/yargs/lib/usage.js:436
949
+ msgid "generated-value"
950
+ msgstr ""
951
+
952
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:29
953
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:52
954
+ #: devAddons/globalTemplate/node_modules/yargs/lib/validation.js:29
955
+ #: devAddons/globalTemplate/node_modules/yargs/lib/validation.js:52
956
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:29
957
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:52
958
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/validation.js:29
959
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/validation.js:52
960
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:29
961
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:52
962
+ #: devAddons/popupBuilder/node_modules/yargs/lib/validation.js:29
963
+ #: devAddons/popupBuilder/node_modules/yargs/lib/validation.js:52
964
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:29
965
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:52
966
+ #: devAddons/themeBuilder/node_modules/yargs/lib/validation.js:29
967
+ #: devAddons/themeBuilder/node_modules/yargs/lib/validation.js:52
968
+ #: devAddons/themeEditor/node_modules/yargs/lib/validation.js:29
969
+ #: devAddons/themeEditor/node_modules/yargs/lib/validation.js:52
970
+ #, javascript-format
971
+ msgid "Not enough non-option arguments: got %s, need at least %s"
972
+ msgstr ""
973
+
974
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:40
975
+ #: devAddons/globalTemplate/node_modules/yargs/lib/validation.js:40
976
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:40
977
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/validation.js:40
978
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:40
979
+ #: devAddons/popupBuilder/node_modules/yargs/lib/validation.js:40
980
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:40
981
+ #: devAddons/themeBuilder/node_modules/yargs/lib/validation.js:40
982
+ #: devAddons/themeEditor/node_modules/yargs/lib/validation.js:40
983
+ #, javascript-format
984
+ msgid "Too many non-option arguments: got %s, maximum of %s"
985
+ msgstr ""
986
+
987
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:147
988
+ #: devAddons/globalTemplate/node_modules/yargs/lib/validation.js:147
989
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:147
990
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/validation.js:147
991
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:147
992
+ #: devAddons/popupBuilder/node_modules/yargs/lib/validation.js:147
993
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:147
994
+ #: devAddons/themeBuilder/node_modules/yargs/lib/validation.js:147
995
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/validation.js:155
996
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/validation.js:135
997
+ #: devAddons/themeEditor/node_modules/yargs/lib/validation.js:147
998
+ msgid "Invalid values:"
999
+ msgstr ""
1000
+
1001
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:150
1002
+ #: devAddons/globalTemplate/node_modules/yargs/lib/validation.js:150
1003
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:150
1004
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/validation.js:150
1005
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:150
1006
+ #: devAddons/popupBuilder/node_modules/yargs/lib/validation.js:150
1007
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:150
1008
+ #: devAddons/themeBuilder/node_modules/yargs/lib/validation.js:150
1009
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/validation.js:157
1010
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/validation.js:137
1011
+ #: devAddons/themeEditor/node_modules/yargs/lib/validation.js:150
1012
+ #, javascript-format
1013
+ msgid "Argument: %s, Given: %s, Choices: %s"
1014
+ msgstr ""
1015
+
1016
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:180
1017
+ #: devAddons/globalTemplate/node_modules/yargs/lib/validation.js:180
1018
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:180
1019
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/validation.js:180
1020
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:180
1021
+ #: devAddons/popupBuilder/node_modules/yargs/lib/validation.js:180
1022
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:180
1023
+ #: devAddons/themeBuilder/node_modules/yargs/lib/validation.js:180
1024
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/validation.js:181
1025
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/validation.js:160
1026
+ #: devAddons/themeEditor/node_modules/yargs/lib/validation.js:180
1027
+ #, javascript-format
1028
+ msgid "Argument check failed: %s"
1029
+ msgstr ""
1030
+
1031
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:256
1032
+ #: devAddons/globalTemplate/node_modules/yargs/lib/validation.js:256
1033
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:256
1034
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/validation.js:256
1035
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:256
1036
+ #: devAddons/popupBuilder/node_modules/yargs/lib/validation.js:256
1037
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:256
1038
+ #: devAddons/themeBuilder/node_modules/yargs/lib/validation.js:256
1039
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/validation.js:248
1040
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/validation.js:222
1041
+ #: devAddons/themeEditor/node_modules/yargs/lib/validation.js:256
1042
+ msgid "Implications failed:"
1043
+ msgstr ""
1044
+
1045
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:295
1046
+ #: devAddons/globalTemplate/node_modules/yargs/lib/validation.js:295
1047
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:295
1048
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/validation.js:295
1049
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:295
1050
+ #: devAddons/popupBuilder/node_modules/yargs/lib/validation.js:295
1051
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:295
1052
+ #: devAddons/themeBuilder/node_modules/yargs/lib/validation.js:295
1053
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/validation.js:284
1054
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/validation.js:256
1055
+ #: devAddons/themeEditor/node_modules/yargs/lib/validation.js:295
1056
+ #, javascript-format
1057
+ msgid "Arguments %s and %s are mutually exclusive"
1058
+ msgstr ""
1059
+
1060
+ #: devAddons/globalTemplate/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:316
1061
+ #: devAddons/globalTemplate/node_modules/yargs/lib/validation.js:316
1062
+ #: devAddons/maintenanceMode/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:316
1063
+ #: devAddons/maintenanceMode/node_modules/yargs/lib/validation.js:316
1064
+ #: devAddons/popupBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:316
1065
+ #: devAddons/popupBuilder/node_modules/yargs/lib/validation.js:316
1066
+ #: devAddons/themeBuilder/node_modules/webpack-cli/node_modules/yargs/lib/validation.js:316
1067
+ #: devAddons/themeBuilder/node_modules/yargs/lib/validation.js:316
1068
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/validation.js:303
1069
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/validation.js:275
1070
+ #: devAddons/themeEditor/node_modules/yargs/lib/validation.js:316
1071
+ #, javascript-format
1072
+ msgid "Did you mean %s?"
1073
+ msgstr ""
1074
+
1075
+ #: devAddons/globalTemplate/node_modules/yargs-parser/index.js:367
1076
+ #: devAddons/maintenanceMode/node_modules/yargs-parser/index.js:367
1077
+ #: devAddons/popupBuilder/node_modules/yargs-parser/index.js:367
1078
+ #: devAddons/themeBuilder/node_modules/yargs-parser/index.js:367
1079
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs-parser/index.js:382
1080
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs-parser/index.js:392
1081
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs-parser/index.js:446
1082
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs-parser/build/lib/yargs-parser.js:415
1083
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs-parser/build/lib/yargs-parser.js:429
1084
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs-parser/build/lib/yargs-parser.js:482
1085
+ #: devAddons/themeEditor/node_modules/yargs-parser/index.js:367
1086
+ #, javascript-format
1087
+ msgid "Not enough arguments following: %s"
1088
+ msgstr ""
1089
+
1090
+ #: devAddons/globalTemplate/node_modules/yargs-parser/index.js:541
1091
+ #: devAddons/maintenanceMode/node_modules/yargs-parser/index.js:541
1092
+ #: devAddons/popupBuilder/node_modules/yargs-parser/index.js:541
1093
+ #: devAddons/themeBuilder/node_modules/yargs-parser/index.js:541
1094
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs-parser/index.js:591
1095
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs-parser/build/lib/yargs-parser.js:621
1096
+ #: devAddons/themeEditor/node_modules/yargs-parser/index.js:541
1097
+ #, javascript-format
1098
+ msgid "Invalid JSON config file: %s"
1099
+ msgstr ""
1100
+
1101
+ #: devAddons/maintenanceMode/maintenanceMode/AdminBarMenuController.php:55
1102
+ msgid "Maintenance Mode is Active"
1103
+ msgstr ""
1104
+
1105
+ #: devAddons/maintenanceMode/maintenanceMode/SettingsController.php:120
1106
+ msgid ""
1107
+ "Enable maintenance mode and select the page that will be displayed to the "
1108
+ "website visitors. Users with access to the admin panel will still be able to "
1109
+ "preview and edit the website."
1110
+ msgstr ""
1111
+
1112
+ #: devAddons/maintenanceMode/maintenanceMode/SettingsController.php:139
1113
+ #: devAddons/maintenanceMode/maintenanceMode/SettingsController.php:225
1114
+ #: visualcomposer/Modules/Hub/Pages/PremiumTeasers.php:65
1115
+ msgid "Maintenance Mode"
1116
+ msgstr ""
1117
+
1118
+ #: devAddons/maintenanceMode/maintenanceMode/SettingsController.php:153
1119
+ msgid "Select a maintenance page"
1120
+ msgstr ""
1121
+
1122
+ #: devAddons/maintenanceMode/maintenanceMode/SettingsController.php:212
1123
+ msgid "maintenance mode page"
1124
+ msgstr ""
1125
+
1126
+ #: devAddons/pluginVersionCheck/pluginVersionCheck/SettingsController.php:67
1127
+ #, php-format
1128
+ msgid ""
1129
+ "An outdated version of the Visual Composer Website Builder plugin does not "
1130
+ "support the new activation flow. Update the plugin. <a href=\"%s\">Update</a>"
1131
+ msgstr ""
1132
+
1133
+ #: devAddons/popupBuilder/popupBuilder/PostTypeController.php:56
1134
+ msgid "Popup Builder"
1135
+ msgstr ""
1136
+
1137
+ #: devAddons/popupBuilder/popupBuilder/SettingsController.php:125
1138
+ msgid ""
1139
+ "Specify sitewide popups for specific events like first page load, every page "
1140
+ "load, or exit-intent."
1141
+ msgstr ""
1142
+
1143
+ #: devAddons/popupBuilder/popupBuilder/SettingsController.php:139
1144
+ msgid "Popup on first page load"
1145
+ msgstr ""
1146
+
1147
+ #: devAddons/popupBuilder/popupBuilder/SettingsController.php:141
1148
+ #: devAddons/popupBuilder/popupBuilder/SettingsController.php:154
1149
+ #: visualcomposer/Helpers/Localizations.php:225
1150
+ msgid "Delay (seconds)"
1151
+ msgstr ""
1152
+
1153
+ #: devAddons/popupBuilder/popupBuilder/SettingsController.php:146
1154
+ #: devAddons/popupBuilder/popupBuilder/SettingsController.php:159
1155
+ #: devAddons/popupBuilder/popupBuilder/SettingsController.php:167
1156
+ #: visualcomposer/Helpers/Localizations.php:226
1157
+ msgid "Show every (days)"
1158
+ msgstr ""
1159
+
1160
+ #: devAddons/popupBuilder/popupBuilder/SettingsController.php:152
1161
+ #: visualcomposer/Helpers/Localizations.php:222
1162
+ msgid "Popup on every page load"
1163
+ msgstr ""
1164
+
1165
+ #: devAddons/popupBuilder/popupBuilder/SettingsController.php:165
1166
+ #: visualcomposer/Helpers/Localizations.php:223
1167
+ msgid "Popup on exit-intent"
1168
+ msgstr ""
1169
+
1170
+ #: devAddons/popupBuilder/popupBuilder/SettingsController.php:213
1171
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:195
1172
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:229
1173
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:322
1174
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:357
1175
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:476
1176
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:509
1177
+ #: visualcomposer/Helpers/Localizations.php:260
1178
+ #: visualcomposer/Modules/Editors/Settings/WordPressSettings/ParentPageController.php:52
1179
+ msgid "None"
1180
+ msgstr ""
1181
+
1182
+ #: devAddons/popupBuilder/popupBuilder/SettingsController.php:257
1183
+ #: visualcomposer/Modules/Hub/Pages/PremiumTeasers.php:76
1184
+ msgid "Popup Settings"
1185
+ msgstr ""
1186
+
1187
+ #: devAddons/popupBuilder/popupBuilder/TemplatesController.php:50
1188
+ msgid "My Popup Templates"
1189
+ msgstr ""
1190
+
1191
+ #: devAddons/popupBuilder/popupBuilder/TemplatesController.php:52
1192
+ msgid "Hub Popup Templates"
1193
+ msgstr ""
1194
+
1195
+ #: devAddons/templateWidget/templateWidget/TemplateWidget.php:21
1196
+ msgid "Add Visual Composer templates to a sidebar."
1197
+ msgstr ""
1198
+
1199
+ #: devAddons/templateWidget/templateWidget/TemplateWidget.php:28
1200
+ msgid "Visual Composer Template"
1201
+ msgstr ""
1202
+
1203
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:36
1204
+ msgid "Archive"
1205
+ msgstr ""
1206
+
1207
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:37
1208
+ msgid "Archives"
1209
+ msgstr ""
1210
+
1211
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:82
1212
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:205
1213
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:216
1214
+ #: devAddons/themeEditor/themeEditor/views/zone-edit-control.php:18
1215
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:71
1216
+ #, php-format
1217
+ msgid "Add %s"
1218
+ msgstr ""
1219
+
1220
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:83
1221
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:206
1222
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:217
1223
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:72
1224
+ #, php-format
1225
+ msgid "Add New %s"
1226
+ msgstr ""
1227
+
1228
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:84
1229
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:207
1230
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:218
1231
+ #: visualcomposer/Helpers/Localizations.php:150
1232
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:73
1233
+ msgid "Edit"
1234
+ msgstr ""
1235
+
1236
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:85
1237
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:208
1238
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:219
1239
+ #: devAddons/themeEditor/themeEditor/views/zone-edit-control.php:29
1240
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:74
1241
+ #, php-format
1242
+ msgid "Edit %s"
1243
+ msgstr ""
1244
+
1245
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:86
1246
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:209
1247
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:220
1248
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:75
1249
+ #, php-format
1250
+ msgid "New %s"
1251
+ msgstr ""
1252
+
1253
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:87
1254
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:88
1255
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:210
1256
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:211
1257
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:221
1258
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:222
1259
+ #: visualcomposer/Helpers/PostType.php:277
1260
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:76
1261
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:77
1262
+ #, php-format
1263
+ msgid "View %s"
1264
+ msgstr ""
1265
+
1266
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:89
1267
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:212
1268
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:223
1269
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:78
1270
+ #, php-format
1271
+ msgid "Search %s"
1272
+ msgstr ""
1273
+
1274
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:90
1275
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:213
1276
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:224
1277
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:79
1278
+ #, php-format
1279
+ msgid "No %s Found"
1280
+ msgstr ""
1281
+
1282
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:92
1283
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:215
1284
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:226
1285
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:81
1286
+ #, php-format
1287
+ msgid "No %s Found in Trash"
1288
+ msgstr ""
1289
+
1290
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:95
1291
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:218
1292
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:229
1293
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:84
1294
+ #, php-format
1295
+ msgid "Parent %s"
1296
+ msgstr ""
1297
+
1298
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:96
1299
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:219
1300
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:230
1301
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:85
1302
+ #, php-format
1303
+ msgid "Filter %s"
1304
+ msgstr ""
1305
+
1306
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:97
1307
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:220
1308
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:231
1309
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:86
1310
+ #, php-format
1311
+ msgid "%s Navigation"
1312
+ msgstr ""
1313
+
1314
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:98
1315
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:221
1316
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:232
1317
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:87
1318
+ #, php-format
1319
+ msgid "%s List"
1320
+ msgstr ""
1321
+
1322
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveController.php:298
1323
+ msgid ""
1324
+ "You're about to edit predefined template. The template will be converted to "
1325
+ "your personal template. You can download a new copy of this predefined "
1326
+ "template from the Hub."
1327
+ msgstr ""
1328
+
1329
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:63
1330
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:67
1331
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:71
1332
+ msgid "Category Title"
1333
+ msgstr ""
1334
+
1335
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:96
1336
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:100
1337
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:104
1338
+ msgid "Category Description"
1339
+ msgstr ""
1340
+
1341
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:129
1342
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:133
1343
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:137
1344
+ msgid "Search Term"
1345
+ msgstr ""
1346
+
1347
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:162
1348
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:166
1349
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:170
1350
+ msgid "Tag Title"
1351
+ msgstr ""
1352
+
1353
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:195
1354
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:199
1355
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:203
1356
+ msgid "Tag Description"
1357
+ msgstr ""
1358
+
1359
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:230
1360
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:234
1361
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:238
1362
+ msgid "Product Category Title"
1363
+ msgstr ""
1364
+
1365
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:265
1366
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:269
1367
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:273
1368
+ msgid "Product Category Description"
1369
+ msgstr ""
1370
+
1371
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:300
1372
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:304
1373
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:308
1374
+ msgid "Product Tag Title"
1375
+ msgstr ""
1376
+
1377
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:335
1378
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:339
1379
+ #: devAddons/themeBuilder/themeBuilder/Pages/ArchiveDynamicField.php:343
1380
+ msgid "Product Tag Description"
1381
+ msgstr ""
1382
+
1383
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:64
1384
+ msgid "Layout"
1385
+ msgstr ""
1386
+
1387
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:65
1388
+ msgid "Layouts"
1389
+ msgstr ""
1390
+
1391
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:182
1392
+ msgid "My Layout Templates"
1393
+ msgstr ""
1394
+
1395
+ #: devAddons/themeBuilder/themeBuilder/Pages/LayoutPostTypeController.php:184
1396
+ msgid "Hub Layout Templates"
1397
+ msgstr ""
1398
+
1399
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:132
1400
+ msgid ""
1401
+ "Replace the theme default theme templates like 404 page with your templates "
1402
+ "created with Visual Composer."
1403
+ msgstr ""
1404
+
1405
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:154
1406
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:450
1407
+ msgid "404 page"
1408
+ msgstr ""
1409
+
1410
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:169
1411
+ msgid "Replace the theme default templates for categories and tags"
1412
+ msgstr ""
1413
+
1414
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:179
1415
+ msgid ""
1416
+ "Replace the theme default templates for product categories, product tags"
1417
+ msgstr ""
1418
+
1419
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:198
1420
+ #, php-format
1421
+ msgid "%s"
1422
+ msgstr ""
1423
+
1424
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:279
1425
+ #, php-format
1426
+ msgid "%s archive"
1427
+ msgstr ""
1428
+
1429
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:321
1430
+ #, php-format
1431
+ msgid "%s template"
1432
+ msgstr ""
1433
+
1434
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:399
1435
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:451
1436
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:503
1437
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:151
1438
+ msgid "Theme default"
1439
+ msgstr ""
1440
+
1441
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:502
1442
+ msgid "Custom Layout template"
1443
+ msgstr ""
1444
+
1445
+ #: devAddons/themeBuilder/themeBuilder/SettingsController.php:522
1446
+ #: visualcomposer/Modules/Editors/Settings/PageTemplatesVariablesController.php:132
1447
+ #: visualcomposer/Modules/Hub/Pages/PremiumTeasers.php:54
1448
+ msgid "Theme Templates"
1449
+ msgstr ""
1450
+
1451
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:76
1452
+ #, php-format
1453
+ msgid "%1$s %2$s %3$s"
1454
+ msgstr ""
1455
+
1456
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:87
1457
+ #, php-format
1458
+ msgid "On %1$s at %2$s"
1459
+ msgstr ""
1460
+
1461
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:92
1462
+ msgid "(Edit)"
1463
+ msgstr ""
1464
+
1465
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:95
1466
+ msgid "The comment is awaiting moderation."
1467
+ msgstr ""
1468
+
1469
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:135
1470
+ msgid "No Comments"
1471
+ msgstr ""
1472
+
1473
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:136
1474
+ msgid "One Comment"
1475
+ msgstr ""
1476
+
1477
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:137
1478
+ msgid "% Comments"
1479
+ msgstr ""
1480
+
1481
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:141
1482
+ msgid "Join the discussion and tell us your opinion."
1483
+ msgstr ""
1484
+
1485
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:151
1486
+ msgid "Reply"
1487
+ msgstr ""
1488
+
1489
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:168
1490
+ msgid "Comments are closed."
1491
+ msgstr ""
1492
+
1493
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:189
1494
+ msgid ""
1495
+ "Comment area will not be displayed as comments are disabled for this post. "
1496
+ "Make sure to enable comments."
1497
+ msgstr ""
1498
+
1499
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:203
1500
+ msgid "Leave A Comment"
1501
+ msgstr ""
1502
+
1503
+ #: devAddons/themeBuilder/themeBuilder/views/comments.php:211
1504
+ msgid "Share Your Thoughts"
1505
+ msgstr ""
1506
+
1507
+ #: devAddons/themeEditor/node_modules/domexception/node_modules/webidl-conversions/lib/index.js:320
1508
+ msgid "is not a view on an DataView object"
1509
+ msgstr ""
1510
+
1511
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs-parser/index.js:372
1512
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs-parser/build/lib/yargs-parser.js:406
1513
+ #, javascript-format
1514
+ msgid "Argument unexpected for: %s"
1515
+ msgstr ""
1516
+
1517
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs-parser/index.js:941
1518
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs-parser/build/lib/yargs-parser.js:949
1519
+ #, javascript-format
1520
+ msgid "Invalid configuration: %s, opts.count excludes opts.array."
1521
+ msgstr ""
1522
+
1523
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs-parser/index.js:944
1524
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs-parser/build/lib/yargs-parser.js:953
1525
+ #, javascript-format
1526
+ msgid "Invalid configuration: %s, opts.count excludes opts.narg."
1527
+ msgstr ""
1528
+
1529
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:213
1530
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:195
1531
+ msgid "default"
1532
+ msgstr ""
1533
+
1534
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:219
1535
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:302
1536
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:201
1537
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:292
1538
+ #, javascript-format
1539
+ msgid "deprecated: %s"
1540
+ msgstr ""
1541
+
1542
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:222
1543
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:303
1544
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:204
1545
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:293
1546
+ msgid "deprecated"
1547
+ msgstr ""
1548
+
1549
+ #: devAddons/themeEditor/node_modules/jest-cli/node_modules/yargs/build/lib/usage.js:241
1550
+ #: devAddons/themeEditor/node_modules/jest-runtime/node_modules/yargs/build/lib/usage.js:219
1551
+ msgid "Options:"
1552
+ msgstr ""
1553
+
1554
+ #: devAddons/themeEditor/themeEditor/FooterController.php:25
1555
+ #: devAddons/themeEditor/themeEditor/FooterController.php:87
1556
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:246
1557
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:375
1558
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:527
1559
+ msgid "Footer"
1560
+ msgstr ""
1561
+
1562
+ #: devAddons/themeEditor/themeEditor/FooterController.php:26
1563
+ msgid "Footers"
1564
+ msgstr ""
1565
+
1566
+ #: devAddons/themeEditor/themeEditor/HeaderController.php:25
1567
+ #: devAddons/themeEditor/themeEditor/HeaderController.php:87
1568
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:212
1569
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:340
1570
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:494
1571
+ msgid "Header"
1572
+ msgstr ""
1573
+
1574
+ #: devAddons/themeEditor/themeEditor/HeaderController.php:26
1575
+ msgid "Headers"
1576
+ msgstr ""
1577
+
1578
+ #: devAddons/themeEditor/themeEditor/PageTemplateLayoutController.php:36
1579
+ #: visualcomposer/Modules/Editors/Settings/PageTemplatesVariablesController.php:97
1580
+ msgid "Visual Composer Premium"
1581
+ msgstr ""
1582
+
1583
+ #: devAddons/themeEditor/themeEditor/PageTemplateLayoutController.php:39
1584
+ #: visualcomposer/Modules/Editors/Settings/PageTemplatesVariablesController.php:59
1585
+ msgid "Header and Footer"
1586
+ msgstr ""
1587
+
1588
+ #: devAddons/themeEditor/themeEditor/PageTemplateLayoutController.php:45
1589
+ #: visualcomposer/Modules/Editors/Settings/PageTemplatesVariablesController.php:63
1590
+ msgid "Right Sidebar"
1591
+ msgstr ""
1592
+
1593
+ #: devAddons/themeEditor/themeEditor/PageTemplateLayoutController.php:52
1594
+ #: visualcomposer/Modules/Editors/Settings/PageTemplatesVariablesController.php:67
1595
+ msgid "Left Sidebar"
1596
+ msgstr ""
1597
+
1598
+ #: devAddons/themeEditor/themeEditor/PostTypeController.php:400
1599
+ #, php-format
1600
+ msgid "Select a %s"
1601
+ msgstr ""
1602
+
1603
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:79
1604
+ #: visualcomposer/Modules/Hub/Pages/PremiumTeasers.php:43
1605
+ msgid "Headers and Footers"
1606
+ msgstr ""
1607
+
1608
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:116
1609
+ #, php-format
1610
+ msgid ""
1611
+ "Replace the theme default header and footer with your header and footer "
1612
+ "templates created with Visual Composer. %s %sNote:%s Set custom header and "
1613
+ "footer for specific pages in the Page settings in frontend editor."
1614
+ msgstr ""
1615
+
1616
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:138
1617
+ msgid "Set your header and footer (sitewide)"
1618
+ msgstr ""
1619
+
1620
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:141
1621
+ msgid "Set your header and footer (per post type)"
1622
+ msgstr ""
1623
+
1624
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:196
1625
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:323
1626
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:477
1627
+ msgid "header template"
1628
+ msgstr ""
1629
+
1630
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:230
1631
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:358
1632
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:510
1633
+ msgid "footer template"
1634
+ msgstr ""
1635
+
1636
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:292
1637
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:447
1638
+ msgid "Replace the theme default header and footer"
1639
+ msgstr ""
1640
+
1641
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:390
1642
+ msgid "Front Page"
1643
+ msgstr ""
1644
+
1645
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:394
1646
+ msgid "Post Listing Page"
1647
+ msgstr ""
1648
+
1649
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:398
1650
+ msgid "Post Archive Page"
1651
+ msgstr ""
1652
+
1653
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:406
1654
+ msgid "Authors"
1655
+ msgstr ""
1656
+
1657
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:410
1658
+ msgid "Search"
1659
+ msgstr ""
1660
+
1661
+ #: devAddons/themeEditor/themeEditor/SettingsController.php:414
1662
+ msgid "404 Page"
1663
+ msgstr ""
1664
+
1665
+ #: devAddons/themeEditor/themeEditor/SidebarController.php:26
1666
+ msgid "Sidebar"
1667
+ msgstr ""
1668
+
1669
+ #: devAddons/themeEditor/themeEditor/SidebarController.php:27
1670
+ msgid "Sidebars"
1671
+ msgstr ""
1672
+
1673
+ #: devAddons/themeEditor/themeEditor/TemplateController.php:47
1674
+ msgid "Hub Header Templates"
1675
+ msgstr ""
1676
+
1677
+ #: devAddons/themeEditor/themeEditor/TemplateController.php:50
1678
+ msgid "Hub Footer Templates"
1679
+ msgstr ""
1680
+
1681
+ #: devAddons/themeEditor/themeEditor/TemplateController.php:53
1682
+ msgid "Hub Sidebar Templates"
1683
+ msgstr ""
1684
+
1685
+ #: devAddons/themeEditor/themeEditor/TemplateController.php:56
1686
+ msgid "My Header Templates"
1687
+ msgstr ""
1688
+
1689
+ #: devAddons/themeEditor/themeEditor/TemplateController.php:59
1690
+ msgid "My Footer Templates"
1691
+ msgstr ""
1692
+
1693
+ #: devAddons/themeEditor/themeEditor/TemplateController.php:62
1694
+ msgid "My Sidebar Templates"
1695
+ msgstr ""
1696
+
1697
+ #: devAddons/themeEditor/themeEditor/TemplateController.php:65
1698
+ msgid "Hub Block Templates"
1699
+ msgstr ""
1700
+
1701
+ #: devAddons/themeEditor/themeEditor/views/zone-edit-control.php:25
1702
+ #, php-format
1703
+ msgid "Replace %s"
1704
+ msgstr ""
1705
+
1706
+ #: visualcomposer/Framework/helpers.php:173
1707
+ msgid ""
1708
+ "An error occurred while retrieving the download URL for Visual Composer "
1709
+ "extensions. Deactivate other plugins, re-install Visual Composer and try "
1710
+ "again."
1711
+ msgstr ""
1712
+
1713
+ #: visualcomposer/Framework/helpers.php:179
1714
+ msgid ""
1715
+ "An error occurred when creating temporary installation files. Verify that "
1716
+ "WP_TEMP_DIR exists and is writable."
1717
+ msgstr ""
1718
+
1719
+ #: visualcomposer/Framework/helpers.php:185
1720
+ msgid ""
1721
+ "An error occurred during the Visual Composer extension download process.\n"
1722
+ "<ul><li>- Check if your server has a connection to the Internet.</li><li>- "
1723
+ "Check if your server proxy has proper configuration settings.</li><li>- "
1724
+ "Check your server firewall settings and access to https://my.visualcomposer."
1725
+ "com</li><li>- Check if your server has access to the <a href=\"https://cdn."
1726
+ "hub.visualcomposer.com/vcwb-teasers/youtubePlayer.3307569.1518529200.youtube-"
1727
+ "player-preview.jpg\" target=\"_blank\" rel=\"noopener noreferrer\">Amazon "
1728
+ "AWS</a></li></ul>"
1729
+ msgstr ""
1730
+
1731
+ #: visualcomposer/Framework/helpers.php:192
1732
+ msgid ""
1733
+ "An HTTP requests failed during the download process of the plugin.\n"
1734
+ "<ul><li>- Check if your server has a connection to the Internet.</li><li>- "
1735
+ "Check if your server proxy has proper configuration settings.</li><li>- "
1736
+ "Check your server firewall settings and access to <a href=\"https://my."
1737
+ "visualcomposer.com\" target=\"_blank\" rel=\"noopener noreferrer\">https://"
1738
+ "my.visualcomposer.com</a></li><li>- Check if your server has access to the "
1739
+ "<a href=\"https://cdn.hub.visualcomposer.com/vcwb-teasers/"
1740
+ "youtubePlayer.3307569.1518529200.youtube-player-preview.jpg\" target=\"_blank"
1741
+ "\">Amazon AWS</a></li></ul>"
1742
+ msgstr ""
1743
+
1744
+ #: visualcomposer/Framework/helpers.php:216
1745
+ msgid ""
1746
+ "An error occurred when extracting Visual Composer extension files. Visual "
1747
+ "Composer requires direct access to the file system of your server. Check if "
1748
+ "FS_METHOD is defined in wp-config.php and disable it."
1749
+ msgstr ""
1750
+
1751
+ #: visualcomposer/Framework/helpers.php:223
1752
+ msgid ""
1753
+ "A .zip file of Visual Composer is broken - the checksum check failed. Check "
1754
+ "your Internet connection, initiate reset under Visual Composer Settings, and "
1755
+ "try again."
1756
+ msgstr ""
1757
+
1758
+ #: visualcomposer/Framework/helpers.php:229
1759
+ msgid ""
1760
+ "We could not copy files to your server. It seems that you have run out of "
1761
+ "the disk space. Increase your server disk space and try again."
1762
+ msgstr ""
1763
+
1764
+ #: visualcomposer/Framework/helpers.php:236
1765
+ msgid ""
1766
+ "We could not create a directory for the plugin in wp-content/uploads. Check "
1767
+ "if your server has \"write\" permissions for wp-content/uploads."
1768
+ msgstr ""
1769
+
1770
+ #: visualcomposer/Framework/helpers.php:242
1771
+ msgid ""
1772
+ "We could not copy a directory for the plugin in wp-content/uploads. Check if "
1773
+ "your server has a \"write\" permissions for wp-content/uploads."
1774
+ msgstr ""
1775
+
1776
+ #: visualcomposer/Framework/helpers.php:248
1777
+ msgid ""
1778
+ "We could not copy a directory for the plugin in wp-content/uploads. Please "
1779
+ "check if your server has write permissions for wp-content/uploads."
1780
+ msgstr ""
1781
+
1782
+ #: visualcomposer/Framework/helpers.php:261
1783
+ #, php-format
1784
+ msgid "WordPress Error: %s"
1785
+ msgstr ""
1786
+
1787
+ #: visualcomposer/Framework/helpers.php:308
1788
+ msgid "A wrong response body was received."
1789
+ msgstr ""
1790
+
1791
+ #: visualcomposer/Framework/helpers.php:322
1792
+ msgid "Bad status code was received."
1793
+ msgstr ""
1794
+
1795
+ #: visualcomposer/Framework/helpers.php:338
1796
+ #, php-format
1797
+ msgid "A bad response status code %d was received."
1798
+ msgstr ""
1799
+
1800
+ #: visualcomposer/Framework/helpers.php:354
1801
+ msgid "Failed to process the action."
1802
+ msgstr ""
1803
+
1804
+ #: visualcomposer/Helpers/EditorTemplates.php:76
1805
+ msgid "My Templates"
1806
+ msgstr ""
1807
+
1808
+ #: visualcomposer/Helpers/EditorTemplates.php:80
1809
+ msgid "Hub Templates"
1810
+ msgstr ""
1811
+
1812
+ #: visualcomposer/Helpers/EditorTemplates.php:186
1813
+ msgid "Select a template"
1814
+ msgstr ""
1815
+
1816
+ #: visualcomposer/Helpers/Hub/Bundle.php:165
1817
+ #: visualcomposer/Helpers/Hub/Bundle.php:372
1818
+ msgid "Failed to read remote bundle JSON."
1819
+ msgstr ""
1820
+
1821
+ #: visualcomposer/Helpers/Hub/Download.php:27
1822
+ msgid "Editor bundle"
1823
+ msgstr ""
1824
+
1825
+ #: visualcomposer/Helpers/Hub/Download.php:30
1826
+ msgid "Categories bundle"
1827
+ msgstr ""
1828
+
1829
+ #: visualcomposer/Helpers/Hub/Download.php:33
1830
+ msgid "Library extensions"
1831
+ msgstr ""
1832
+
1833
+ #: visualcomposer/Helpers/Hub/Download.php:36
1834
+ msgid "Templates library"
1835
+ msgstr ""
1836
+
1837
+ #: visualcomposer/Helpers/Hub/Update.php:173
1838
+ #: visualcomposer/Helpers/Localizations.php:810
1839
+ msgid "Create a new page"
1840
+ msgstr ""
1841
+
1842
+ #: visualcomposer/Helpers/Hub/Update.php:188
1843
+ msgid "Create a new post"
1844
+ msgstr ""
1845
+
1846
+ #: visualcomposer/Helpers/License.php:148
1847
+ msgid "Visual Composer Website Builder license has expired."
1848
+ msgstr ""
1849
+
1850
+ #: visualcomposer/Helpers/License.php:153
1851
+ msgid "Couldn't find a valid Visual Composer Website Builder license."
1852
+ msgstr ""
1853
+
1854
+ #: visualcomposer/Helpers/License.php:160
1855
+ msgid "Visual Composer Website Builder license has been deactivated."
1856
+ msgstr ""
1857
+
1858
+ #: visualcomposer/Helpers/License.php:163
1859
+ msgid "The license key is missing, enter a valid license key."
1860
+ msgstr ""
1861
+
1862
+ #: visualcomposer/Helpers/License.php:166
1863
+ msgid "URL is missing, try again."
1864
+ msgstr ""
1865
+
1866
+ #: visualcomposer/Helpers/License.php:169
1867
+ msgid "Visual Composer Website Builder license is already activated."
1868
+ msgstr ""
1869
+
1870
+ #: visualcomposer/Helpers/License.php:172
1871
+ msgid "Activation failed, try again."
1872
+ msgstr ""
1873
+
1874
+ #: visualcomposer/Helpers/License.php:175
1875
+ msgid "The license key has reached the activation limit."
1876
+ msgstr ""
1877
+
1878
+ #: visualcomposer/Helpers/License.php:179
1879
+ msgid ""
1880
+ "The purchase code is already used, deactivate the previous site, and try "
1881
+ "again."
1882
+ msgstr ""
1883
+
1884
+ #: visualcomposer/Helpers/License.php:184
1885
+ msgid "An error occurred, try again."
1886
+ msgstr ""
1887
+
1888
+ #: visualcomposer/Helpers/Localizations.php:59
1889
+ msgid "Add Element"
1890
+ msgstr ""
1891
+
1892
+ #: visualcomposer/Helpers/Localizations.php:60
1893
+ msgid "Add Content"
1894
+ msgstr ""
1895
+
1896
+ #: visualcomposer/Helpers/Localizations.php:61
1897
+ #: visualcomposer/Modules/Settings/Pages/Hub.php:105
1898
+ msgid "Visual Composer Hub"
1899
+ msgstr ""
1900
+
1901
+ #: visualcomposer/Helpers/Localizations.php:62
1902
+ msgid "Add Template"
1903
+ msgstr ""
1904
+
1905
+ #: visualcomposer/Helpers/Localizations.php:63
1906
+ msgid "Tree View"
1907
+ msgstr ""
1908
+
1909
+ #: visualcomposer/Helpers/Localizations.php:64
1910
+ msgid "Undo"
1911
+ msgstr ""
1912
+
1913
+ #: visualcomposer/Helpers/Localizations.php:65
1914
+ msgid "Redo"
1915
+ msgstr ""
1916
+
1917
+ #: visualcomposer/Helpers/Localizations.php:66
1918
+ msgid "Responsive View"
1919
+ msgstr ""
1920
+
1921
+ #: visualcomposer/Helpers/Localizations.php:67
1922
+ msgid "Desktop"
1923
+ msgstr ""
1924
+
1925
+ #: visualcomposer/Helpers/Localizations.php:68
1926
+ msgid "Tablet Landscape"
1927
+ msgstr ""
1928
+
1929
+ #: visualcomposer/Helpers/Localizations.php:69
1930
+ msgid "Tablet Portrait"
1931
+ msgstr ""
1932
+
1933
+ #: visualcomposer/Helpers/Localizations.php:70
1934
+ msgid "Mobile Landscape"
1935
+ msgstr ""
1936
+
1937
+ #: visualcomposer/Helpers/Localizations.php:71
1938
+ msgid "Mobile Portrait"
1939
+ msgstr ""
1940
+
1941
+ #: visualcomposer/Helpers/Localizations.php:72
1942
+ #: visualcomposer/Modules/Settings/Pages/Settings.php:75
1943
+ msgid "Settings"
1944
+ msgstr ""
1945
+
1946
+ #: visualcomposer/Helpers/Localizations.php:73
1947
+ #: visualcomposer/Modules/Hub/Pages/UpdateBePage.php:101
1948
+ msgid "Update"
1949
+ msgstr ""
1950
+
1951
+ #: visualcomposer/Helpers/Localizations.php:74
1952
+ msgid "Menu"
1953
+ msgstr ""
1954
+
1955
+ #: visualcomposer/Helpers/Localizations.php:75
1956
+ msgid "View Page"
1957
+ msgstr ""
1958
+
1959
+ #: visualcomposer/Helpers/Localizations.php:76
1960
+ msgid "Back to WordPress"
1961
+ msgstr ""
1962
+
1963
+ #: visualcomposer/Helpers/Localizations.php:77
1964
+ msgid "WordPress Dashboard"
1965
+ msgstr ""
1966
+
1967
+ #: visualcomposer/Helpers/Localizations.php:78
1968
+ msgid "Publish"
1969
+ msgstr ""
1970
+
1971
+ #: visualcomposer/Helpers/Localizations.php:79
1972
+ msgid "Submit for Review"
1973
+ msgstr ""
1974
+
1975
+ #: visualcomposer/Helpers/Localizations.php:80
1976
+ msgid "Save Draft"
1977
+ msgstr ""
1978
+
1979
+ #: visualcomposer/Helpers/Localizations.php:81
1980
+ #: visualcomposer/Modules/Vendors/PluginsController.php:150
1981
+ #: visualcomposer/resources/views/license/pages/license.php:38
1982
+ #: visualcomposer/resources/views/settings/layouts/dashboard-main-layout.php:268
1983
+ #: visualcomposer/resources/views/settings/layouts/dashboard-premium-teaser.php:36
1984
+ #: visualcomposer/resources/views/vendors/dashboard.php:68
1985
+ msgid "Go Premium"
1986
+ msgstr ""
1987
+
1988
+ #: visualcomposer/Helpers/Localizations.php:82
1989
+ msgid "Get Free License"
1990
+ msgstr ""
1991
+
1992
+ #: visualcomposer/Helpers/Localizations.php:83
1993
+ msgid "Activated"
1994
+ msgstr ""
1995
+
1996
+ #: visualcomposer/Helpers/Localizations.php:84
1997
+ msgid "Close"
1998
+ msgstr ""
1999
+
2000
+ #: visualcomposer/Helpers/Localizations.php:86
2001
+ msgid ""
2002
+ "There is no content on the page - start by adding an element or template."
2003
+ msgstr ""
2004
+
2005
+ #: visualcomposer/Helpers/Localizations.php:89
2006
+ #: visualcomposer/Modules/Settings/Fields/CssEditor.php:59
2007
+ msgid "Custom CSS"
2008
+ msgstr ""
2009
+
2010
+ #: visualcomposer/Helpers/Localizations.php:90
2011
+ msgid "Local CSS"
2012
+ msgstr ""
2013
+
2014
+ #: visualcomposer/Helpers/Localizations.php:91
2015
+ msgid "Global CSS"
2016
+ msgstr ""
2017
+
2018
+ #: visualcomposer/Helpers/Localizations.php:92
2019
+ msgid "Custom JavaScript"
2020
+ msgstr ""
2021
+
2022
+ #: visualcomposer/Helpers/Localizations.php:93
2023
+ msgid "Local JavaScript"
2024
+ msgstr ""
2025
+
2026
+ #: visualcomposer/Helpers/Localizations.php:94
2027
+ msgid "Local JavaScript will be applied to this particular page only."
2028
+ msgstr ""
2029
+
2030
+ #: visualcomposer/Helpers/Localizations.php:95
2031
+ msgid "Global JavaScript"
2032
+ msgstr ""
2033
+
2034
+ #: visualcomposer/Helpers/Localizations.php:96
2035
+ msgid "Apply custom Global Javascript code sitewide."
2036
+ msgstr ""
2037
+
2038
+ #: visualcomposer/Helpers/Localizations.php:97
2039
+ msgid "Save"
2040
+ msgstr ""
2041
+
2042
+ #: visualcomposer/Helpers/Localizations.php:98
2043
+ msgid "Enter template name"
2044
+ msgstr ""
2045
+
2046
+ #: visualcomposer/Helpers/Localizations.php:99
2047
+ msgid "Enter preset name"
2048
+ msgstr ""
2049
+
2050
+ #: visualcomposer/Helpers/Localizations.php:100
2051
+ msgid "Save Template"
2052
+ msgstr ""
2053
+
2054
+ #: visualcomposer/Helpers/Localizations.php:101
2055
+ msgid "Remove Template"
2056
+ msgstr ""
2057
+
2058
+ #: visualcomposer/Helpers/Localizations.php:102
2059
+ msgid "Failed to save the template."
2060
+ msgstr ""
2061
+
2062
+ #: visualcomposer/Helpers/Localizations.php:103
2063
+ msgid "Download More Templates"
2064
+ msgstr ""
2065
+
2066
+ #: visualcomposer/Helpers/Localizations.php:104
2067
+ msgid "Get More Elements"
2068
+ msgstr ""
2069
+
2070
+ #: visualcomposer/Helpers/Localizations.php:105
2071
+ msgid "Get More Templates"
2072
+ msgstr ""
2073
+
2074
+ #: visualcomposer/Helpers/Localizations.php:108
2075
+ msgid ""
2076
+ "There are no templates yet. Save the current layout as a template or "
2077
+ "download templates from Visual Composer Hub."
2078
+ msgstr ""
2079
+
2080
+ #: visualcomposer/Helpers/Localizations.php:112
2081
+ msgid ""
2082
+ "Didn't find the right template? Check out Visual Composer Hub for more "
2083
+ "templates."
2084
+ msgstr ""
2085
+
2086
+ #: visualcomposer/Helpers/Localizations.php:116
2087
+ #: visualcomposer/Helpers/Localizations.php:452
2088
+ msgid ""
2089
+ "Access the Visual Composer Hub - download additional elements, blocks, "
2090
+ "templates, and addons."
2091
+ msgstr ""
2092
+
2093
+ #: visualcomposer/Helpers/Localizations.php:119
2094
+ msgid "Do you want to remove this template?"
2095
+ msgstr ""
2096
+
2097
+ #: visualcomposer/Helpers/Localizations.php:120
2098
+ msgid "Do you want to remove this element preset?"
2099
+ msgstr ""
2100
+
2101
+ #: visualcomposer/Helpers/Localizations.php:121
2102
+ msgid "Failed to remove the template"
2103
+ msgstr ""
2104
+
2105
+ #: visualcomposer/Helpers/Localizations.php:122
2106
+ msgid "Name Your Page, Select"
2107
+ msgstr ""
2108
+
2109
+ #: visualcomposer/Helpers/Localizations.php:123
2110
+ msgid "Name The Page"
2111
+ msgstr ""
2112
+
2113
+ #: visualcomposer/Helpers/Localizations.php:124
2114
+ msgid "Layout and Start Building"
2115
+ msgstr ""
2116
+
2117
+ #: visualcomposer/Helpers/Localizations.php:125
2118
+ msgid "Name Your "
2119
+ msgstr ""
2120
+
2121
+ #: visualcomposer/Helpers/Localizations.php:126
2122
+ msgid "and Start Building"
2123
+ msgstr ""
2124
+
2125
+ #: visualcomposer/Helpers/Localizations.php:129
2126
+ msgid ""
2127
+ "Start by adding an element to the layout or select one of the pre-defined "
2128
+ "templates."
2129
+ msgstr ""
2130
+
2131
+ #: visualcomposer/Helpers/Localizations.php:132
2132
+ msgid "Page title"
2133
+ msgstr ""
2134
+
2135
+ #: visualcomposer/Helpers/Localizations.php:135
2136
+ msgid ""
2137
+ "Didn't find a perfect template? Get a premium license to download templates "
2138
+ "from the Visual Composer Hub."
2139
+ msgstr ""
2140
+
2141
+ #: visualcomposer/Helpers/Localizations.php:140
2142
+ msgid ""
2143
+ "Didn't find an element? Get a premium license to download elements from the "
2144
+ "Visual Composer Hub."
2145
+ msgstr ""
2146
+
2147
+ #: visualcomposer/Helpers/Localizations.php:145
2148
+ msgid ""
2149
+ "Get a premium license to access Visual Composer Hub. Download professionally "
2150
+ "designed templates, more content elements, extensions, and more."
2151
+ msgstr ""
2152
+
2153
+ #: visualcomposer/Helpers/Localizations.php:148
2154
+ msgid "Add"
2155
+ msgstr ""
2156
+
2157
+ #: visualcomposer/Helpers/Localizations.php:149
2158
+ msgid "Row Layout"
2159
+ msgstr ""
2160
+
2161
+ #: visualcomposer/Helpers/Localizations.php:151
2162
+ msgid "Design Options"
2163
+ msgstr ""
2164
+
2165
+ #: visualcomposer/Helpers/Localizations.php:152
2166
+ msgid "Clone"
2167
+ msgstr ""
2168
+
2169
+ #: visualcomposer/Helpers/Localizations.php:153
2170
+ msgid "Copy"
2171
+ msgstr ""
2172
+
2173
+ #: visualcomposer/Helpers/Localizations.php:154
2174
+ msgid "Paste"
2175
+ msgstr ""
2176
+
2177
+ #: visualcomposer/Helpers/Localizations.php:155
2178
+ msgid "Paste After"
2179
+ msgstr ""
2180
+
2181
+ #: visualcomposer/Helpers/Localizations.php:156
2182
+ msgid "Remove"
2183
+ msgstr ""
2184
+
2185
+ #: visualcomposer/Helpers/Localizations.php:157
2186
+ msgid "Move"
2187
+ msgstr ""
2188
+
2189
+ #: visualcomposer/Helpers/Localizations.php:158
2190
+ msgid "Search for content elements"
2191
+ msgstr ""
2192
+
2193
+ #: visualcomposer/Helpers/Localizations.php:159
2194
+ msgid "Search for templates"
2195
+ msgstr ""
2196
+
2197
+ #: visualcomposer/Helpers/Localizations.php:160
2198
+ msgid "Search within this category"
2199
+ msgstr ""
2200
+
2201
+ #: visualcomposer/Helpers/Localizations.php:162
2202
+ msgid ""
2203
+ "A template with this name already exists. Choose a different template name."
2204
+ msgstr ""
2205
+
2206
+ #: visualcomposer/Helpers/Localizations.php:165
2207
+ msgid "There is no content on the page to be saved."
2208
+ msgstr ""
2209
+
2210
+ #: visualcomposer/Helpers/Localizations.php:166
2211
+ msgid "Enter the template name to save this page as a template."
2212
+ msgstr ""
2213
+
2214
+ #: visualcomposer/Helpers/Localizations.php:167
2215
+ msgid "Add one column"
2216
+ msgstr ""
2217
+
2218
+ #: visualcomposer/Helpers/Localizations.php:168
2219
+ msgid "Add two columns"
2220
+ msgstr ""
2221
+
2222
+ #: visualcomposer/Helpers/Localizations.php:169
2223
+ msgid "Add three columns"
2224
+ msgstr ""
2225
+
2226
+ #: visualcomposer/Helpers/Localizations.php:170
2227
+ msgid "Add four columns"
2228
+ msgstr ""
2229
+
2230
+ #: visualcomposer/Helpers/Localizations.php:171
2231
+ msgid "Add five columns"
2232
+ msgstr ""
2233
+
2234
+ #: visualcomposer/Helpers/Localizations.php:172
2235
+ msgid "Add custom row layout"
2236
+ msgstr ""
2237
+
2238
+ #: visualcomposer/Helpers/Localizations.php:173
2239
+ msgid "Add a text block"
2240
+ msgstr ""
2241
+
2242
+ #: visualcomposer/Helpers/Localizations.php:174
2243
+ #: visualcomposer/Modules/Editors/EditPostLinks/Controller.php:92
2244
+ #: visualcomposer/Modules/Editors/EditPostLinks/Controller.php:128
2245
+ #: visualcomposer/Modules/Editors/EditPostLinks/Controller.php:129
2246
+ #: visualcomposer/Modules/Editors/EditPostLinks/Controller.php:189
2247
+ msgid "Edit with Visual Composer"
2248
+ msgstr ""
2249
+
2250
+ #: visualcomposer/Helpers/Localizations.php:175
2251
+ msgid "Classic Editor"
2252
+ msgstr ""
2253
+
2254
+ #: visualcomposer/Helpers/Localizations.php:178
2255
+ msgid ""
2256
+ "You are switching to Visual Composer. Visual Composer will load the latest "
2257
+ "version of the content created with the website builder."
2258
+ msgstr ""
2259
+
2260
+ #: visualcomposer/Helpers/Localizations.php:183
2261
+ msgid ""
2262
+ "You are switching to the Classic Editor. The content created with Visual "
2263
+ "Composer will be copied to Classic Editor (style changes may apply). Any "
2264
+ "changes made in the Classic Editor will not be synced with the Visual "
2265
+ "Composer layout. Do you want to proceed?"
2266
+ msgstr ""
2267
+
2268
+ #: visualcomposer/Helpers/Localizations.php:186
2269
+ msgid "Blank Page"
2270
+ msgstr ""
2271
+
2272
+ #: visualcomposer/Helpers/Localizations.php:187
2273
+ msgid "Search for templates by name and description"
2274
+ msgstr ""
2275
+
2276
+ #: visualcomposer/Helpers/Localizations.php:188
2277
+ msgid "Open Visual Composer Hub"
2278
+ msgstr ""
2279
+
2280
+ #: visualcomposer/Helpers/Localizations.php:190
2281
+ msgid ""
2282
+ "Didn't find an element? Check the Visual Composer Hub for more elements."
2283
+ msgstr ""
2284
+
2285
+ #: visualcomposer/Helpers/Localizations.php:194
2286
+ msgid ""
2287
+ "An error occurred during the Visual Composer extension download process.\n"
2288
+ "<ul><li>- Check if your server has a connection to the Internet.</li><li>- "
2289
+ "Check if your server proxy has proper configuration settings.</li><li>- "
2290
+ "Check your server firewall settings and access to https://my.visualcomposer."
2291
+ "com</li><li>- Check if your server has access to the <a href=\"https://aws."
2292
+ "amazon.com/ru/premiumsupport/knowledge-center/s3-find-ip-address-ranges/\" "
2293
+ "target=\"_blank\" rel=\"noopener noreferrer\">Amazon AWS Region: `us-west-2` "
2294
+ "IP</a></li></ul>"
2295
+ msgstr ""
2296
+
2297
+ #: visualcomposer/Helpers/Localizations.php:199
2298
+ msgid ""
2299
+ "Already have a license? Log in to <a href=\"{link}\" class=\"vcv-activation-"
2300
+ "input-field-forgot-license-link\" target=\"_blank\" rel=\"noopener noreferrer"
2301
+ "\">My Visual Composer</a> to find it."
2302
+ msgstr ""
2303
+
2304
+ #: visualcomposer/Helpers/Localizations.php:203
2305
+ msgid "Do more with the Visual Composer Hub"
2306
+ msgstr ""
2307
+
2308
+ #: visualcomposer/Helpers/Localizations.php:206
2309
+ #: visualcomposer/Helpers/Localizations.php:234
2310
+ msgid "Nothing found"
2311
+ msgstr ""
2312
+
2313
+ #: visualcomposer/Helpers/Localizations.php:207
2314
+ msgid "Add an image"
2315
+ msgstr ""
2316
+
2317
+ #: visualcomposer/Helpers/Localizations.php:208
2318
+ msgid "Remove the image"
2319
+ msgstr ""
2320
+
2321
+ #: visualcomposer/Helpers/Localizations.php:209
2322
+ msgid "Move the image"
2323
+ msgstr ""
2324
+
2325
+ #: visualcomposer/Helpers/Localizations.php:210
2326
+ msgid "Edit or replace the image"
2327
+ msgstr ""
2328
+
2329
+ #: visualcomposer/Helpers/Localizations.php:211
2330
+ msgid "Add a video"
2331
+ msgstr ""
2332
+
2333
+ #: visualcomposer/Helpers/Localizations.php:212
2334
+ msgid "Remove the video"
2335
+ msgstr ""
2336
+
2337
+ #: visualcomposer/Helpers/Localizations.php:213
2338
+ msgid "Move the video"
2339
+ msgstr ""
2340
+
2341
+ #: visualcomposer/Helpers/Localizations.php:214
2342
+ msgid "Edit or replace the video"
2343
+ msgstr ""
2344
+
2345
+ #: visualcomposer/Helpers/Localizations.php:215
2346
+ msgid "Add a link"
2347
+ msgstr ""
2348
+
2349
+ #: visualcomposer/Helpers/Localizations.php:216
2350
+ msgid "Select a URL"
2351
+ msgstr ""
2352
+
2353
+ #: visualcomposer/Helpers/Localizations.php:217
2354
+ msgid "Insert or edit a link"
2355
+ msgstr ""
2356
+
2357
+ #: visualcomposer/Helpers/Localizations.php:218
2358
+ msgid "Or link to an existing content"
2359
+ msgstr ""
2360
+
2361
+ #: visualcomposer/Helpers/Localizations.php:219
2362
+ msgid "Search existing content"
2363
+ msgstr ""
2364
+
2365
+ #: visualcomposer/Helpers/Localizations.php:220
2366
+ msgid "Popup"
2367
+ msgstr ""
2368
+
2369
+ #: visualcomposer/Helpers/Localizations.php:221
2370
+ msgid "Select a popup template"
2371
+ msgstr ""
2372
+
2373
+ #: visualcomposer/Helpers/Localizations.php:224
2374
+ msgid "Popup on element ID"
2375
+ msgstr ""
2376
+
2377
+ #: visualcomposer/Helpers/Localizations.php:227
2378
+ msgid "The popup will open once the page is loaded."
2379
+ msgstr ""
2380
+
2381
+ #: visualcomposer/Helpers/Localizations.php:228
2382
+ msgid "The popup will load if a user tries to exit the page."
2383
+ msgstr ""
2384
+
2385
+ #: visualcomposer/Helpers/Localizations.php:230
2386
+ msgid ""
2387
+ "The popup will appear when an element with a unique Element ID will be "
2388
+ "displayed (scrolled to) on the page."
2389
+ msgstr ""
2390
+
2391
+ #: visualcomposer/Helpers/Localizations.php:233
2392
+ msgid "OnClick action"
2393
+ msgstr ""
2394
+
2395
+ #: visualcomposer/Helpers/Localizations.php:235
2396
+ msgid "Open the link in a new tab"
2397
+ msgstr ""
2398
+
2399
+ #: visualcomposer/Helpers/Localizations.php:236
2400
+ msgid "Add \"nofollow\" option to the link"
2401
+ msgstr ""
2402
+
2403
+ #: visualcomposer/Helpers/Localizations.php:237
2404
+ msgid "Enter the destination URL"
2405
+ msgstr ""
2406
+
2407
+ #: visualcomposer/Helpers/Localizations.php:238
2408
+ msgid "The title attribute will be displayed on the link hover."
2409
+ msgstr ""
2410
+
2411
+ #: visualcomposer/Helpers/Localizations.php:240
2412
+ msgid "Excerpt"
2413
+ msgstr ""
2414
+
2415
+ #: visualcomposer/Helpers/Localizations.php:241
2416
+ msgid "Visual Composer Hub update failed, try again."
2417
+ msgstr ""
2418
+
2419
+ #: visualcomposer/Helpers/Localizations.php:242
2420
+ #: visualcomposer/Modules/Editors/Settings/ItemPreviewController.php:71
2421
+ msgid "Preview"
2422
+ msgstr ""
2423
+
2424
+ #: visualcomposer/Helpers/Localizations.php:243
2425
+ msgid "Preview Changes"
2426
+ msgstr ""
2427
+
2428
+ #: visualcomposer/Helpers/Localizations.php:244
2429
+ msgid "Saving Results"
2430
+ msgstr ""
2431
+
2432
+ #: visualcomposer/Helpers/Localizations.php:245
2433
+ msgid "Hide Element"
2434
+ msgstr ""
2435
+
2436
+ #: visualcomposer/Helpers/Localizations.php:246
2437
+ msgid "Show Element"
2438
+ msgstr ""
2439
+
2440
+ #: visualcomposer/Helpers/Localizations.php:247
2441
+ msgid "Element is Hidden"
2442
+ msgstr ""
2443
+
2444
+ #: visualcomposer/Helpers/Localizations.php:248
2445
+ msgid "Element Settings"
2446
+ msgstr ""
2447
+
2448
+ #: visualcomposer/Helpers/Localizations.php:250
2449
+ msgid ""
2450
+ "Change the default parameters to create a unique element. The new element "
2451
+ "will be added to your library."
2452
+ msgstr ""
2453
+
2454
+ #: visualcomposer/Helpers/Localizations.php:253
2455
+ msgid "Save as a Preset"
2456
+ msgstr ""
2457
+
2458
+ #: visualcomposer/Helpers/Localizations.php:254
2459
+ msgid "Save as a Template"
2460
+ msgstr ""
2461
+
2462
+ #: visualcomposer/Helpers/Localizations.php:255
2463
+ msgid "Downloading initial extensions"
2464
+ msgstr ""
2465
+
2466
+ #: visualcomposer/Helpers/Localizations.php:256
2467
+ msgid "Downloading assets {i} of {cnt}: {name}"
2468
+ msgstr ""
2469
+
2470
+ #: visualcomposer/Helpers/Localizations.php:257
2471
+ msgid "Downloading"
2472
+ msgstr ""
2473
+
2474
+ #: visualcomposer/Helpers/Localizations.php:258
2475
+ msgid "Updating posts {i} in {cnt}: {name}"
2476
+ msgstr ""
2477
+
2478
+ #: visualcomposer/Helpers/Localizations.php:259
2479
+ msgid "Failed to load: {file}"
2480
+ msgstr ""
2481
+
2482
+ #: visualcomposer/Helpers/Localizations.php:263
2483
+ msgid ""
2484
+ "Double-tap on an element to open the edit window. Tap and hold to initiate "
2485
+ "drag and drop."
2486
+ msgstr ""
2487
+
2488
+ #: visualcomposer/Helpers/Localizations.php:266
2489
+ msgid "Template"
2490
+ msgstr ""
2491
+
2492
+ #: visualcomposer/Helpers/Localizations.php:267
2493
+ msgid "Theme Default"
2494
+ msgstr ""
2495
+
2496
+ #: visualcomposer/Helpers/Localizations.php:269
2497
+ msgid "To apply a template save changes and reload the page."
2498
+ msgstr ""
2499
+
2500
+ #: visualcomposer/Helpers/Localizations.php:273
2501
+ msgid "To apply title, save changes, and reload the page."
2502
+ msgstr ""
2503
+
2504
+ #: visualcomposer/Helpers/Localizations.php:277
2505
+ msgid "To apply title changes save changes and reload the page"
2506
+ msgstr ""
2507
+
2508
+ #: visualcomposer/Helpers/Localizations.php:280
2509
+ msgid "Disable the page title"
2510
+ msgstr ""
2511
+
2512
+ #: visualcomposer/Helpers/Localizations.php:282
2513
+ msgid ""
2514
+ "{name} has been successfully downloaded from the Visual Composer Hub and "
2515
+ "added to your content library."
2516
+ msgstr ""
2517
+
2518
+ #: visualcomposer/Helpers/Localizations.php:286
2519
+ msgid ""
2520
+ "{name} has been successfully downloaded from the Visual Composer Hub and "
2521
+ "added to your content library. To finish the installation process reload the "
2522
+ "page."
2523
+ msgstr ""
2524
+
2525
+ #: visualcomposer/Helpers/Localizations.php:290
2526
+ msgid ""
2527
+ "The element was copied without a unique Element ID. Adjust the Element ID by "
2528
+ "editing the element."
2529
+ msgstr ""
2530
+
2531
+ #: visualcomposer/Helpers/Localizations.php:294
2532
+ msgid ""
2533
+ "The element was cloned without a unique Element ID. Adjust the Element ID by "
2534
+ "editing the element."
2535
+ msgstr ""
2536
+
2537
+ #: visualcomposer/Helpers/Localizations.php:298
2538
+ msgid "Failed to download the element (license expired or request timed out)"
2539
+ msgstr ""
2540
+
2541
+ #: visualcomposer/Helpers/Localizations.php:301
2542
+ msgid "Failed to download the element"
2543
+ msgstr ""
2544
+
2545
+ #: visualcomposer/Helpers/Localizations.php:304
2546
+ msgid ""
2547
+ "It seems that something went wrong with loading the content. Make sure you "
2548
+ "are loading the correct content and try again."
2549
+ msgstr ""
2550
+
2551
+ #: visualcomposer/Helpers/Localizations.php:307
2552
+ #: visualcomposer/Helpers/Localizations.php:315
2553
+ #: visualcomposer/Helpers/Localizations.php:329
2554
+ msgid "Return to WordPress dashboard"
2555
+ msgstr ""
2556
+
2557
+ #: visualcomposer/Helpers/Localizations.php:308
2558
+ msgid "Try Again"
2559
+ msgstr ""
2560
+
2561
+ #: visualcomposer/Helpers/Localizations.php:309
2562
+ msgid "Report an Issue"
2563
+ msgstr ""
2564
+
2565
+ #: visualcomposer/Helpers/Localizations.php:312
2566
+ msgid ""
2567
+ "It seems you are trying to edit the archive page which displays post "
2568
+ "archives instead of content. Before the edit, make sure to convert it to a "
2569
+ "static page via your WordPress admin."
2570
+ msgstr ""
2571
+
2572
+ #: visualcomposer/Helpers/Localizations.php:317
2573
+ msgid ""
2574
+ "Replace the {elementLabel} within this element with another {elementLabel} "
2575
+ "from the Element Library."
2576
+ msgstr ""
2577
+
2578
+ #: visualcomposer/Helpers/Localizations.php:321
2579
+ msgid "Replace the element with a different element from the same category."
2580
+ msgstr ""
2581
+
2582
+ #: visualcomposer/Helpers/Localizations.php:325
2583
+ msgid ""
2584
+ "We have received your request - the ticket has been created. Our support "
2585
+ "representative will contact you shortly."
2586
+ msgstr ""
2587
+
2588
+ #: visualcomposer/Helpers/Localizations.php:333
2589
+ msgid "Thank You!"
2590
+ msgstr ""
2591
+
2592
+ #: visualcomposer/Helpers/Localizations.php:338
2593
+ #, php-format
2594
+ msgid ""
2595
+ "There is a new version of Visual Composer Website Builder available. <a href="
2596
+ "\"%s\">Update now</a> to version %s."
2597
+ msgstr ""
2598
+
2599
+ #: visualcomposer/Helpers/Localizations.php:346
2600
+ #, php-format
2601
+ msgid "Select a %s or %screate a new one%s."
2602
+ msgstr ""
2603
+
2604
+ #: visualcomposer/Helpers/Localizations.php:354
2605
+ #: visualcomposer/Modules/Editors/Settings/PageTemplatesVariablesController.php:112
2606
+ msgid "Default"
2607
+ msgstr ""
2608
+
2609
+ #: visualcomposer/Helpers/Localizations.php:358
2610
+ msgid "Global Default"
2611
+ msgstr ""
2612
+
2613
+ #: visualcomposer/Helpers/Localizations.php:362
2614
+ msgid "Layout Default"
2615
+ msgstr ""
2616
+
2617
+ #: visualcomposer/Helpers/Localizations.php:366
2618
+ msgid ""
2619
+ "Update Visual Composer plugin to the most recent version to download this "
2620
+ "content element."
2621
+ msgstr ""
2622
+
2623
+ #: visualcomposer/Helpers/Localizations.php:370
2624
+ msgid ""
2625
+ "Update Visual Composer plugin to the most recent version to download this "
2626
+ "template."
2627
+ msgstr ""
2628
+
2629
+ #: visualcomposer/Helpers/Localizations.php:374
2630
+ msgid ""
2631
+ "Update Visual Composer plugin to the most recent version to download this "
2632
+ "addon."
2633
+ msgstr ""
2634
+
2635
+ #: visualcomposer/Helpers/Localizations.php:377
2636
+ msgid "Start Building"
2637
+ msgstr ""
2638
+
2639
+ #: visualcomposer/Helpers/Localizations.php:380
2640
+ #, php-format
2641
+ msgid "%s Name"
2642
+ msgstr ""
2643
+
2644
+ #: visualcomposer/Helpers/Localizations.php:386
2645
+ msgid ""
2646
+ "WordPress theme defined layout for a specific page, post, or custom post "
2647
+ "type."
2648
+ msgstr ""
2649
+
2650
+ #: visualcomposer/Helpers/Localizations.php:390
2651
+ msgid ""
2652
+ "A blank page layout with a boxed content area in the middle of the page "
2653
+ "without header, footer, or sidebar."
2654
+ msgstr ""
2655
+
2656
+ #: visualcomposer/Helpers/Localizations.php:394
2657
+ msgid "A full-width blank page without header, footer, or sidebar."
2658
+ msgstr ""
2659
+
2660
+ #: visualcomposer/Helpers/Localizations.php:398
2661
+ msgid ""
2662
+ "A default layout for the post type created in the Visual Composer Theme "
2663
+ "Builder."
2664
+ msgstr ""
2665
+
2666
+ #: visualcomposer/Helpers/Localizations.php:402
2667
+ msgid "A default layout with custom header, content, and footer area."
2668
+ msgstr ""
2669
+
2670
+ #: visualcomposer/Helpers/Localizations.php:406
2671
+ msgid ""
2672
+ "A default layout with custom header, content, footer, and sidebar area on "
2673
+ "the right."
2674
+ msgstr ""
2675
+
2676
+ #: visualcomposer/Helpers/Localizations.php:410
2677
+ msgid ""
2678
+ "A default layout with custom header, content, footer, and sidebar area on "
2679
+ "the left."
2680
+ msgstr ""
2681
+
2682
+ #: visualcomposer/Helpers/Localizations.php:414
2683
+ msgid "Available in the Premium version."
2684
+ msgstr ""
2685
+
2686
+ #: visualcomposer/Helpers/Localizations.php:418
2687
+ msgid "Gutenberg plugin doesn't work properly. Check the Gutenberg plugin."
2688
+ msgstr ""
2689
+
2690
+ #: visualcomposer/Helpers/Localizations.php:421
2691
+ msgid "Free"
2692
+ msgstr ""
2693
+
2694
+ #: visualcomposer/Helpers/Localizations.php:422
2695
+ #: visualcomposer/Helpers/Localizations.php:442
2696
+ msgid "Premium"
2697
+ msgstr ""
2698
+
2699
+ #: visualcomposer/Helpers/Localizations.php:423
2700
+ msgid "Remove All"
2701
+ msgstr ""
2702
+
2703
+ #: visualcomposer/Helpers/Localizations.php:424
2704
+ msgid "Continue importing"
2705
+ msgstr ""
2706
+
2707
+ #: visualcomposer/Helpers/Localizations.php:425
2708
+ msgid "Back to import"
2709
+ msgstr ""
2710
+
2711
+ #: visualcomposer/Helpers/Localizations.php:426
2712
+ msgid "Starting import process..."
2713
+ msgstr ""
2714
+
2715
+ #: visualcomposer/Helpers/Localizations.php:427
2716
+ msgid "Back to parent"
2717
+ msgstr ""
2718
+
2719
+ #: visualcomposer/Helpers/Localizations.php:428
2720
+ msgid "Back"
2721
+ msgstr ""
2722
+
2723
+ #: visualcomposer/Helpers/Localizations.php:429
2724
+ msgid "Manage content in your library"
2725
+ msgstr ""
2726
+
2727
+ #: visualcomposer/Helpers/Localizations.php:430
2728
+ msgid "This element can’t be deleted"
2729
+ msgstr ""
2730
+
2731
+ #: visualcomposer/Helpers/Localizations.php:431
2732
+ msgid "Editor Settings"
2733
+ msgstr ""
2734
+
2735
+ #: visualcomposer/Helpers/Localizations.php:432
2736
+ msgid "Click to edit column value"
2737
+ msgstr ""
2738
+
2739
+ #: visualcomposer/Helpers/Localizations.php:433
2740
+ msgid "Addon"
2741
+ msgstr ""
2742
+
2743
+ #: visualcomposer/Helpers/Localizations.php:435
2744
+ msgid "Don't close this window while the download is in progress."
2745
+ msgstr ""
2746
+
2747
+ #: visualcomposer/Helpers/Localizations.php:438
2748
+ msgid "Create Your WordPress Website Today."
2749
+ msgstr ""
2750
+
2751
+ #: visualcomposer/Helpers/Localizations.php:439
2752
+ msgid "Start Easy. Build Fast."
2753
+ msgstr ""
2754
+
2755
+ #: visualcomposer/Helpers/Localizations.php:440
2756
+ msgid "Skip this post"
2757
+ msgstr ""
2758
+
2759
+ #: visualcomposer/Helpers/Localizations.php:441
2760
+ msgid "Do More With Visual Composer"
2761
+ msgstr ""
2762
+
2763
+ #: visualcomposer/Helpers/Localizations.php:443
2764
+ msgid ""
2765
+ "Get unlimited access to the Visual Composer Hub with 500+ elements, "
2766
+ "templates, addons, and integrations."
2767
+ msgstr ""
2768
+
2769
+ #: visualcomposer/Helpers/Localizations.php:444
2770
+ msgid "Get Started"
2771
+ msgstr ""
2772
+
2773
+ #: visualcomposer/Helpers/Localizations.php:445
2774
+ msgid "Sending Error Report"
2775
+ msgstr ""
2776
+
2777
+ #: visualcomposer/Helpers/Localizations.php:447
2778
+ msgid "Don't close this window while sending an error is in the process."
2779
+ msgstr ""
2780
+
2781
+ #: visualcomposer/Helpers/Localizations.php:450
2782
+ msgid "Oops ... Something Went Wrong"
2783
+ msgstr ""
2784
+
2785
+ #: visualcomposer/Helpers/Localizations.php:456
2786
+ msgid ""
2787
+ "Add custom JavaScript code to insert it locally on this page in <footer>. "
2788
+ "Insert Google Analytics, Tag Manager, Kissmetrics, or other JavaScript code "
2789
+ "snippets."
2790
+ msgstr ""
2791
+
2792
+ #: visualcomposer/Helpers/Localizations.php:460
2793
+ msgid ""
2794
+ "Add custom JavaScript code to insert it locally on this page in <header> or "
2795
+ "<footer>. Insert Google Analytics, Tag Manager, Kissmetrics, or other "
2796
+ "JavaScript code snippets."
2797
+ msgstr ""
2798
+
2799
+ #: visualcomposer/Helpers/Localizations.php:464
2800
+ msgid ""
2801
+ "Add custom JavaScript code to insert it globally on every page in <header> "
2802
+ "or <footer>. Insert Google Analytics, Tag Manager, Kissmetrics, or other "
2803
+ "JavaScript code snippets."
2804
+ msgstr ""
2805
+
2806
+ #: visualcomposer/Helpers/Localizations.php:467
2807
+ msgid "Open the Edit Form"
2808
+ msgstr ""
2809
+
2810
+ #: visualcomposer/Helpers/Localizations.php:469
2811
+ msgid "Shortcode"
2812
+ msgstr ""
2813
+
2814
+ #: visualcomposer/Helpers/Localizations.php:473
2815
+ msgid ""
2816
+ "Paste shortcode with all the parameters. The shortcode must be installed on "
2817
+ "your WordPress site via a plugin or theme."
2818
+ msgstr ""
2819
+
2820
+ #: visualcomposer/Helpers/Localizations.php:477
2821
+ #: visualcomposer/Modules/License/Pages/GoPremium.php:168
2822
+ #: visualcomposer/resources/views/license/pages/license.php:33
2823
+ msgid "Activate Premium"
2824
+ msgstr ""
2825
+
2826
+ #: visualcomposer/Helpers/Localizations.php:481
2827
+ msgid "Search for free high-resolution photos on Unsplash"
2828
+ msgstr ""
2829
+
2830
+ #: visualcomposer/Helpers/Localizations.php:485
2831
+ msgid ""
2832
+ "Download and Add Free Beautiful Photos to Your Site With Visual Composer "
2833
+ "Premium"
2834
+ msgstr ""
2835
+
2836
+ #: visualcomposer/Helpers/Localizations.php:489
2837
+ msgid "Download and Add Free Beautiful Photos to Your Site"
2838
+ msgstr ""
2839
+
2840
+ #: visualcomposer/Helpers/Localizations.php:493
2841
+ msgid "No access, check your license."
2842
+ msgstr ""
2843
+
2844
+ #: visualcomposer/Helpers/Localizations.php:497
2845
+ msgid "Could not connect to Unsplash Server."
2846
+ msgstr ""
2847
+
2848
+ #: visualcomposer/Helpers/Localizations.php:501
2849
+ msgid "The image has been downloaded to the Media Library."
2850
+ msgstr ""
2851
+
2852
+ #: visualcomposer/Helpers/Localizations.php:505
2853
+ msgid "Could not parse data from the server."
2854
+ msgstr ""
2855
+
2856
+ #: visualcomposer/Helpers/Localizations.php:509
2857
+ msgid "Small"
2858
+ msgstr ""
2859
+
2860
+ #: visualcomposer/Helpers/Localizations.php:513
2861
+ msgid "Medium"
2862
+ msgstr ""
2863
+
2864
+ #: visualcomposer/Helpers/Localizations.php:517
2865
+ msgid "Large"
2866
+ msgstr ""
2867
+
2868
+ #: visualcomposer/Helpers/Localizations.php:521
2869
+ msgid "images"
2870
+ msgstr ""
2871
+
2872
+ #: visualcomposer/Helpers/Localizations.php:525
2873
+ msgid "Download images from Unsplash to the Media Library"
2874
+ msgstr ""
2875
+
2876
+ #: visualcomposer/Helpers/Localizations.php:529
2877
+ msgid "Permalink"
2878
+ msgstr ""
2879
+
2880
+ #: visualcomposer/Helpers/Localizations.php:533
2881
+ msgid ""
2882
+ "Enjoying Visual Composer Website Builder? Let your friends know about it - "
2883
+ "spread the word."
2884
+ msgstr ""
2885
+
2886
+ #: visualcomposer/Helpers/Localizations.php:537
2887
+ msgid "Insert dynamic content"
2888
+ msgstr ""
2889
+
2890
+ #: visualcomposer/Helpers/Localizations.php:541
2891
+ msgid "Edit dynamic content"
2892
+ msgstr ""
2893
+
2894
+ #: visualcomposer/Helpers/Localizations.php:545
2895
+ msgid "Remove dynamic content"
2896
+ msgstr ""
2897
+
2898
+ #: visualcomposer/Helpers/Localizations.php:549
2899
+ msgid "Download Dynamic Content Addon"
2900
+ msgstr ""
2901
+
2902
+ #: visualcomposer/Helpers/Localizations.php:553
2903
+ msgid "Select a page, post, or custom post type as the dynamic content source."
2904
+ msgstr ""
2905
+
2906
+ #: visualcomposer/Helpers/Localizations.php:557
2907
+ msgid "By default, dynamic content is taken from the current post."
2908
+ msgstr ""
2909
+
2910
+ #: visualcomposer/Helpers/Localizations.php:561
2911
+ msgid "Set custom post source"
2912
+ msgstr ""
2913
+
2914
+ #: visualcomposer/Helpers/Localizations.php:565
2915
+ msgid "Select a custom field"
2916
+ msgstr ""
2917
+
2918
+ #: visualcomposer/Helpers/Localizations.php:569
2919
+ msgid "Dynamic Content"
2920
+ msgstr ""
2921
+
2922
+ #: visualcomposer/Helpers/Localizations.php:573
2923
+ msgid "No value set"
2924
+ msgstr ""
2925
+
2926
+ #: visualcomposer/Helpers/Localizations.php:577
2927
+ msgid "Activate Premium to Unlock Unsplash"
2928
+ msgstr ""
2929
+
2930
+ #: visualcomposer/Helpers/Localizations.php:581
2931
+ msgid "Get Access to the Visual Composer Hub"
2932
+ msgstr ""
2933
+
2934
+ #: visualcomposer/Helpers/Localizations.php:585
2935
+ msgid "Free License (Your plan)"
2936
+ msgstr ""
2937
+
2938
+ #: visualcomposer/Helpers/Localizations.php:589
2939
+ msgid "A theme builder with Header, Footer, and Sidebar editor"
2940
+ msgstr ""
2941
+
2942
+ #: visualcomposer/Helpers/Localizations.php:593
2943
+ msgid "WooCommerce compatibility"
2944
+ msgstr ""
2945
+
2946
+ #: visualcomposer/Helpers/Localizations.php:597
2947
+ msgid "Premium support and updates"
2948
+ msgstr ""
2949
+
2950
+ #: visualcomposer/Helpers/Localizations.php:601
2951
+ msgid "Premium support"
2952
+ msgstr ""
2953
+
2954
+ #: visualcomposer/Helpers/Localizations.php:605
2955
+ msgid "Regular updates"
2956
+ msgstr ""
2957
+
2958
+ #: visualcomposer/Helpers/Localizations.php:609
2959
+ msgid "I Want a Free License"
2960
+ msgstr ""
2961
+
2962
+ #: visualcomposer/Helpers/Localizations.php:613
2963
+ msgid "Premium License"
2964
+ msgstr ""
2965
+
2966
+ #: visualcomposer/Helpers/Localizations.php:617
2967
+ msgid ""
2968
+ "Unlimited access to the Visual Composer Hub of elements, templates, and "
2969
+ "addons"
2970
+ msgstr ""
2971
+
2972
+ #: visualcomposer/Helpers/Localizations.php:621
2973
+ msgid ""
2974
+ "Limited access to the Visual Composer Hub of elements, templates, and addons"
2975
+ msgstr ""
2976
+
2977
+ #: visualcomposer/Helpers/Localizations.php:625
2978
+ msgid "I want to go premium"
2979
+ msgstr ""
2980
+
2981
+ #: visualcomposer/Helpers/Localizations.php:630
2982
+ #, php-format
2983
+ msgid "%sEdit%s this %s or %screate%s a new one."
2984
+ msgstr ""
2985
+
2986
+ #: visualcomposer/Helpers/Localizations.php:641
2987
+ #, php-format
2988
+ msgid "%sCreate%s a new %s."
2989
+ msgstr ""
2990
+
2991
+ #: visualcomposer/Helpers/Localizations.php:649
2992
+ msgid "Enter your license key"
2993
+ msgstr ""
2994
+
2995
+ #: visualcomposer/Helpers/Localizations.php:653
2996
+ msgid "The element has been successfully saved."
2997
+ msgstr ""
2998
+
2999
+ #: visualcomposer/Helpers/Localizations.php:657
3000
+ msgid "The element with such a name already exists!"
3001
+ msgstr ""
3002
+
3003
+ #: visualcomposer/Helpers/Localizations.php:661
3004
+ msgid "Enter a preset name to save the element as a preset!"
3005
+ msgstr ""
3006
+
3007
+ #: visualcomposer/Helpers/Localizations.php:665
3008
+ msgid "The template has been successfully saved."
3009
+ msgstr ""
3010
+
3011
+ #: visualcomposer/Helpers/Localizations.php:669
3012
+ msgid "The template has been successfully removed."
3013
+ msgstr ""
3014
+
3015
+ #: visualcomposer/Helpers/Localizations.php:673
3016
+ msgid ""
3017
+ "Change the default parameters of the section to save it as a unique block "
3018
+ "template. The new block template will be added to your library."
3019
+ msgstr ""
3020
+
3021
+ #: visualcomposer/Helpers/Localizations.php:677
3022
+ msgid "Element preset has been removed."
3023
+ msgstr ""
3024
+
3025
+ #: visualcomposer/Helpers/Localizations.php:681
3026
+ msgid ""
3027
+ "How disappointed would you be if this product no longer existed tomorrow?"
3028
+ msgstr ""
3029
+
3030
+ #: visualcomposer/Helpers/Localizations.php:685
3031
+ msgid "Very disappointed"
3032
+ msgstr ""
3033
+
3034
+ #: visualcomposer/Helpers/Localizations.php:689
3035
+ msgid "Somewhat disappointed"
3036
+ msgstr ""
3037
+
3038
+ #: visualcomposer/Helpers/Localizations.php:693
3039
+ msgid "Not disappointed (it really isn’t that useful)"
3040
+ msgstr ""
3041
+
3042
+ #: visualcomposer/Helpers/Localizations.php:697
3043
+ msgid "Submit Your Feedback"
3044
+ msgstr ""
3045
+
3046
+ #: visualcomposer/Helpers/Localizations.php:701
3047
+ msgid "How can we become better?"
3048
+ msgstr ""
3049
+
3050
+ #: visualcomposer/Helpers/Localizations.php:705
3051
+ msgid ""
3052
+ "Thanks for your feedback. Please rate us on WordPress.org and help others to "
3053
+ "discover Visual Composer."
3054
+ msgstr ""
3055
+
3056
+ #: visualcomposer/Helpers/Localizations.php:709
3057
+ msgid "Your opinion matters. Help us to improve by taking a quick survey."
3058
+ msgstr ""
3059
+
3060
+ #: visualcomposer/Helpers/Localizations.php:713
3061
+ msgid "Write Your Review"
3062
+ msgstr ""
3063
+
3064
+ #: visualcomposer/Helpers/Localizations.php:717
3065
+ msgid "Leave Your Feedback"
3066
+ msgstr ""
3067
+
3068
+ #: visualcomposer/Helpers/Localizations.php:721
3069
+ msgid "Like"
3070
+ msgstr ""
3071
+
3072
+ #: visualcomposer/Helpers/Localizations.php:725
3073
+ msgid "Dislike"
3074
+ msgstr ""
3075
+
3076
+ #: visualcomposer/Helpers/Localizations.php:729
3077
+ msgid "The current popup will be replaced with the popup template."
3078
+ msgstr ""
3079
+
3080
+ #: visualcomposer/Helpers/Localizations.php:734
3081
+ msgid "QUICK FEEDBACK"
3082
+ msgstr ""
3083
+
3084
+ #: visualcomposer/Helpers/Localizations.php:738
3085
+ msgid ""
3086
+ "If you have a moment, please share why you are deactivating Visual Composer:"
3087
+ msgstr ""
3088
+
3089
+ #: visualcomposer/Helpers/Localizations.php:742
3090
+ msgid "I no longer need the plugin"
3091
+ msgstr ""
3092
+
3093
+ #: visualcomposer/Helpers/Localizations.php:746
3094
+ msgid "I found a better plugin"
3095
+ msgstr ""
3096
+
3097
+ #: visualcomposer/Helpers/Localizations.php:750
3098
+ msgid "Please share which plugin"
3099
+ msgstr ""
3100
+
3101
+ #: visualcomposer/Helpers/Localizations.php:754
3102
+ msgid "I couldn't get the plugin to work"
3103
+ msgstr ""
3104
+
3105
+ #: visualcomposer/Helpers/Localizations.php:758
3106
+ msgid "It's a temporary deactivation"
3107
+ msgstr ""
3108
+
3109
+ #: visualcomposer/Helpers/Localizations.php:766
3110
+ msgid "Please share the reason"
3111
+ msgstr ""
3112
+
3113
+ #: visualcomposer/Helpers/Localizations.php:770
3114
+ msgid "Submit &amp; Deactivate"
3115
+ msgstr ""
3116
+
3117
+ #: visualcomposer/Helpers/Localizations.php:774
3118
+ msgid "Skip &amp; Deactivate"
3119
+ msgstr ""
3120
+
3121
+ #: visualcomposer/Helpers/Localizations.php:778
3122
+ #: visualcomposer/resources/views/settings/layouts/dashboard-premium-teaser.php:34
3123
+ msgid "Download Addon"
3124
+ msgstr ""
3125
+
3126
+ #: visualcomposer/Helpers/Localizations.php:782
3127
+ msgid "Installed"
3128
+ msgstr ""
3129
+
3130
+ #: visualcomposer/Helpers/Localizations.php:786
3131
+ msgid "Available in Premium"
3132
+ msgstr ""
3133
+
3134
+ #: visualcomposer/Helpers/Localizations.php:790
3135
+ msgid "Don't forget to tweet about Visual Composer Website Builder. Thanks!"
3136
+ msgstr ""
3137
+
3138
+ #: visualcomposer/Helpers/Localizations.php:794
3139
+ msgid "Download"
3140
+ msgstr ""
3141
+
3142
+ #: visualcomposer/Helpers/Localizations.php:798
3143
+ msgid "Install"
3144
+ msgstr ""
3145
+
3146
+ #: visualcomposer/Helpers/Localizations.php:802
3147
+ msgid "Activate"
3148
+ msgstr ""
3149
+
3150
+ #: visualcomposer/Helpers/Localizations.php:806
3151
+ msgid "Try The Tutorial Template"
3152
+ msgstr ""
3153
+
3154
+ #: visualcomposer/Helpers/Localizations.php:814
3155
+ msgid ""
3156
+ "Build your site with the help of the drag and drop builder and without "
3157
+ "coding - it's that easy."
3158
+ msgstr ""
3159
+
3160
+ #: visualcomposer/Helpers/Localizations.php:818
3161
+ #, php-format
3162
+ msgid "Already have a Premium license? %1s or %2s."
3163
+ msgstr ""
3164
+
3165
+ #: visualcomposer/Helpers/Localizations.php:822
3166
+ msgid "Already have a Premium license?"
3167
+ msgstr ""
3168
+
3169
+ #: visualcomposer/Helpers/Localizations.php:826
3170
+ msgid "Activate here"
3171
+ msgstr ""
3172
+
3173
+ #: visualcomposer/Helpers/Localizations.php:830
3174
+ msgid "go Premium"
3175
+ msgstr ""
3176
+
3177
+ #: visualcomposer/Helpers/Localizations.php:834
3178
+ msgid ""
3179
+ "It seems that your copy of Visual Composer was bundled in a theme - use your "
3180
+ "Envato purchase key to activate Visual Composer Premium. You can also "
3181
+ "activate Visual Composer with a free or premium license."
3182
+ msgstr ""
3183
+
3184
+ #: visualcomposer/Helpers/Localizations.php:838
3185
+ msgid "Lock Element"
3186
+ msgstr ""
3187
+
3188
+ #: visualcomposer/Helpers/Localizations.php:842
3189
+ msgid "URL"
3190
+ msgstr ""
3191
+
3192
+ #: visualcomposer/Helpers/Localizations.php:846
3193
+ msgid "Open Popup"
3194
+ msgstr ""
3195
+
3196
+ #: visualcomposer/Helpers/Localizations.php:850
3197
+ msgid "Close Popup"
3198
+ msgstr ""
3199
+
3200
+ #: visualcomposer/Helpers/Localizations.php:854
3201
+ msgid "Closing the popup option will close the current popup."
3202
+ msgstr ""
3203
+
3204
+ #: visualcomposer/Helpers/Localizations.php:858
3205
+ msgid "The element has been locked by your site Administrator."
3206
+ msgstr ""
3207
+
3208
+ #: visualcomposer/Helpers/Localizations.php:862
3209
+ msgid "Element lock"
3210
+ msgstr ""
3211
+
3212
+ #: visualcomposer/Helpers/Localizations.php:866
3213
+ msgid "Lock All Elements"
3214
+ msgstr ""
3215
+
3216
+ #: visualcomposer/Helpers/Localizations.php:870
3217
+ msgid "Unlock All Elements"
3218
+ msgstr ""
3219
+
3220
+ #: visualcomposer/Helpers/Localizations.php:874
3221
+ msgid ""
3222
+ "Lock or unlock all elements on your page. Your user roles with Administrator "
3223
+ "access will be able to edit elements."
3224
+ msgstr ""
3225
+
3226
+ #: visualcomposer/Helpers/Localizations.php:878
3227
+ msgid "You can lock/unlock specific elements under the element Edit window."
3228
+ msgstr ""
3229
+
3230
+ #: visualcomposer/Helpers/Localizations.php:882
3231
+ msgid ""
3232
+ "All elements on the page have been locked. Only the Administrator role can "
3233
+ "edit the content."
3234
+ msgstr ""
3235
+
3236
+ #: visualcomposer/Helpers/Localizations.php:886
3237
+ msgid ""
3238
+ "All elements on the page have been unlocked. All users with the edit option "
3239
+ "can edit the content."
3240
+ msgstr ""
3241
+
3242
+ #: visualcomposer/Helpers/Localizations.php:890
3243
+ msgid ""
3244
+ "The element has been locked and can be edited only by the Administrator role."
3245
+ msgstr ""
3246
+
3247
+ #: visualcomposer/Helpers/Localizations.php:894
3248
+ msgid ""
3249
+ "The element has been unlocked and can be edited by all roles with the edit "
3250
+ "option."
3251
+ msgstr ""
3252
+
3253
+ #: visualcomposer/Helpers/Localizations.php:898
3254
+ msgid ""
3255
+ "The element and all inner elements have been locked and can be edited only "
3256
+ "by the Administrator role."
3257
+ msgstr ""
3258
+
3259
+ #: visualcomposer/Helpers/Localizations.php:902
3260
+ msgid ""
3261
+ "The element and all inner elements have been unlocked and can be edited by "
3262
+ "all roles with the edit option."
3263
+ msgstr ""
3264
+
3265
+ #: visualcomposer/Helpers/Localizations.php:906
3266
+ msgid "Changes may not be saved."
3267
+ msgstr ""
3268
+
3269
+ #: visualcomposer/Helpers/Localizations.php:910
3270
+ msgid "Visual Composer Insights"
3271
+ msgstr ""
3272
+
3273
+ #: visualcomposer/Helpers/Localizations.php:914
3274
+ #: visualcomposer/Helpers/PostsGridSourcePosts.php:38
3275
+ msgid "All"
3276
+ msgstr ""
3277
+
3278
+ #: visualcomposer/Helpers/Localizations.php:918
3279
+ msgid "Critical"
3280
+ msgstr ""
3281
+
3282
+ #: visualcomposer/Helpers/Localizations.php:922
3283
+ msgid "Warnings"
3284
+ msgstr ""
3285
+
3286
+ #: visualcomposer/Helpers/Localizations.php:926
3287
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:239
3288
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:247
3289
+ msgid "Success"
3290
+ msgstr ""
3291
+
3292
+ #: visualcomposer/Helpers/Localizations.php:930
3293
+ msgid "Image size exceeded"
3294
+ msgstr ""
3295
+
3296
+ #: visualcomposer/Helpers/Localizations.php:934
3297
+ msgid "Background Image size exceeded"
3298
+ msgstr ""
3299
+
3300
+ #: visualcomposer/Helpers/Localizations.php:938
3301
+ #, php-format
3302
+ msgid ""
3303
+ "The image size exceeds %s. This may impact the page's performance and SEO "
3304
+ "ranking."
3305
+ msgstr ""
3306
+
3307
+ #: visualcomposer/Helpers/Localizations.php:942
3308
+ msgid "The image ALT attribute is missing"
3309
+ msgstr ""
3310
+
3311
+ #: visualcomposer/Helpers/Localizations.php:946
3312
+ msgid ""
3313
+ "Missing the ALT attribute for the image. This may impact the SEO ranking of "
3314
+ "the page."
3315
+ msgstr ""
3316
+
3317
+ #: visualcomposer/Helpers/Localizations.php:950
3318
+ msgid "H1 title missing on the page"
3319
+ msgstr ""
3320
+
3321
+ #: visualcomposer/Helpers/Localizations.php:954
3322
+ msgid ""
3323
+ "The page is missing the H1 tag. This may impact the SEO ranking of the page."
3324
+ msgstr ""
3325
+
3326
+ #: visualcomposer/Helpers/Localizations.php:958
3327
+ msgid "H1 title exists on the page"
3328
+ msgstr ""
3329
+
3330
+ #: visualcomposer/Helpers/Localizations.php:962
3331
+ msgid "The page has an H1 tag. Great job!"
3332
+ msgstr ""
3333
+
3334
+ #: visualcomposer/Helpers/Localizations.php:966
3335
+ msgid "More than one H1 tag found"
3336
+ msgstr ""
3337
+
3338
+ #: visualcomposer/Helpers/Localizations.php:970
3339
+ msgid ""
3340
+ "You have more than one H1 tag on your page which is bad for SEO ranking. "
3341
+ "Make sure to keep only one H1 and use lower-level headings (H2, H3, etc.) to "
3342
+ "structure your content."
3343
+ msgstr ""
3344
+
3345
+ #: visualcomposer/Helpers/Localizations.php:974
3346
+ msgid "All images have ALT attributes"
3347
+ msgstr ""
3348
+
3349
+ #: visualcomposer/Helpers/Localizations.php:978
3350
+ msgid "All images have ALT attributes. Great Job!"
3351
+ msgstr ""
3352
+
3353
+ #: visualcomposer/Helpers/Localizations.php:982
3354
+ msgid "All images have optimal sizes"
3355
+ msgstr ""
3356
+
3357
+ #: visualcomposer/Helpers/Localizations.php:986
3358
+ msgid "All images have optimal sizes. Awesome!"
3359
+ msgstr ""
3360
+
3361
+ #: visualcomposer/Helpers/Localizations.php:990
3362
+ msgid "No content found"
3363
+ msgstr ""
3364
+
3365
+ #: visualcomposer/Helpers/Localizations.php:994
3366
+ msgid ""
3367
+ "It seems this page has no content. Make sure to add elements or templates."
3368
+ msgstr ""
3369
+
3370
+ #: visualcomposer/Helpers/Localizations.php:998
3371
+ msgid "No Critical Issues Found"
3372
+ msgstr ""
3373
+
3374
+ #: visualcomposer/Helpers/Localizations.php:1002
3375
+ msgid ""
3376
+ "There are no critical issues on the page. Congratulations and keep up the "
3377
+ "good work!"
3378
+ msgstr ""
3379
+
3380
+ #: visualcomposer/Helpers/Localizations.php:1006
3381
+ msgid "No Warnings Found"
3382
+ msgstr ""
3383
+
3384
+ #: visualcomposer/Helpers/Localizations.php:1010
3385
+ msgid ""
3386
+ "There are no warnings on the page. Congratulations and keep up the good work!"
3387
+ msgstr ""
3388
+
3389
+ #: visualcomposer/Helpers/Localizations.php:1014
3390
+ msgid "Paragraph length"
3391
+ msgstr ""
3392
+
3393
+ #: visualcomposer/Helpers/Localizations.php:1018
3394
+ msgid "Paragraph word count is"
3395
+ msgstr ""
3396
+
3397
+ #: visualcomposer/Helpers/Localizations.php:1022
3398
+ msgid "You set a proper length for the paragraphs. Great job!"
3399
+ msgstr ""
3400
+
3401
+ #: visualcomposer/Helpers/Localizations.php:1026
3402
+ msgid ""
3403
+ "The paragraph contains more than 150 words. This may affect readability."
3404
+ msgstr ""
3405
+
3406
+ #: visualcomposer/Helpers/Localizations.php:1030
3407
+ msgid ""
3408
+ "The paragraph contains more than 200 words. This may affect readability."
3409
+ msgstr ""
3410
+
3411
+ #: visualcomposer/Helpers/Localizations.php:1034
3412
+ msgid "The page title is too long."
3413
+ msgstr ""
3414
+
3415
+ #: visualcomposer/Helpers/Localizations.php:1038
3416
+ msgid ""
3417
+ "The page title exceeds 60 characters which are considered too long. Make "
3418
+ "sure to adjust it between 10 to 60 characters."
3419
+ msgstr ""
3420
+
3421
+ #: visualcomposer/Helpers/Localizations.php:1042
3422
+ msgid ""
3423
+ "The page title contains more than 100 characters and will be cut off by "
3424
+ "search engines. Shorten your page title!"
3425
+ msgstr ""
3426
+
3427
+ #: visualcomposer/Helpers/Localizations.php:1046
3428
+ msgid "The page title is too short."
3429
+ msgstr ""
3430
+
3431
+ #: visualcomposer/Helpers/Localizations.php:1050
3432
+ msgid ""
3433
+ "The page title is too short. Make sure to adjust the title between 10 to 60 "
3434
+ "characters."
3435
+ msgstr ""
3436
+
3437
+ #: visualcomposer/Helpers/Localizations.php:1054
3438
+ msgid "The page title length is optimal."
3439
+ msgstr ""
3440
+
3441
+ #: visualcomposer/Helpers/Localizations.php:1058
3442
+ msgid "It seems that this page is set to \"noindex\" directive."
3443
+ msgstr ""
3444
+
3445
+ #: visualcomposer/Helpers/Localizations.php:1062
3446
+ msgid ""
3447
+ "Using \"noindex\" will exclude this page from search results. If you have "
3448
+ "set \"noindex\" on purpose, ignore this warning."
3449
+ msgstr ""
3450
+
3451
+ #: visualcomposer/Helpers/Localizations.php:1066
3452
+ msgid "Google Analytics Tag is missing."
3453
+ msgstr ""
3454
+
3455
+ #: visualcomposer/Helpers/Localizations.php:1070
3456
+ msgid "Google Analytics Tag is added to the page."
3457
+ msgstr ""
3458
+
3459
+ #: visualcomposer/Helpers/Localizations.php:1074
3460
+ msgid "It seems Google Analytics Tags is not added to the page."
3461
+ msgstr ""
3462
+
3463
+ #: visualcomposer/Helpers/Localizations.php:1078
3464
+ msgid "Google Analytics Tag is added to the page. Great job!"
3465
+ msgstr ""
3466
+
3467
+ #: visualcomposer/Helpers/Localizations.php:1082
3468
+ msgid "Text length"
3469
+ msgstr ""
3470
+
3471
+ #: visualcomposer/Helpers/Localizations.php:1086
3472
+ #, php-format
3473
+ msgid ""
3474
+ "The text contains %length words. This is far below the recommended minimum "
3475
+ "of 300 words."
3476
+ msgstr ""
3477
+
3478
+ #: visualcomposer/Helpers/Localizations.php:1090
3479
+ #, php-format
3480
+ msgid "The text contains %length words. Good job!"
3481
+ msgstr ""
3482
+
3483
+ #: visualcomposer/Helpers/Localizations.php:1094
3484
+ msgid "No internal links appear on the page."
3485
+ msgstr ""
3486
+
3487
+ #: visualcomposer/Helpers/Localizations.php:1098
3488
+ msgid "There are no internal links on the page. Add some!"
3489
+ msgstr ""
3490
+
3491
+ #: visualcomposer/Helpers/Localizations.php:1102
3492
+ msgid "No external links appear on the page."
3493
+ msgstr ""
3494
+
3495
+ #: visualcomposer/Helpers/Localizations.php:1106
3496
+ msgid "There are no external links to the page. Add some!"
3497
+ msgstr ""
3498
+
3499
+ #: visualcomposer/Helpers/Localizations.php:1110
3500
+ #, php-format
3501
+ msgid "Only one %element element can be added to the page."
3502
+ msgstr ""
3503
+
3504
+ #: visualcomposer/Helpers/Localizations.php:1114
3505
+ #, php-format
3506
+ msgid "Only two %element elements can be added to the page."
3507
+ msgstr ""
3508
+
3509
+ #: visualcomposer/Helpers/Localizations.php:1118
3510
+ #, php-format
3511
+ msgid "Only three %element elements can be added to the page."
3512
+ msgstr ""
3513
+
3514
+ #: visualcomposer/Helpers/Localizations.php:1122
3515
+ #, php-format
3516
+ msgid "Only four %element elements can be added to the page."
3517
+ msgstr ""
3518
+
3519
+ #: visualcomposer/Helpers/Localizations.php:1126
3520
+ #, php-format
3521
+ msgid "Only five %element elements can be added to the page."
3522
+ msgstr ""
3523
+
3524
+ #: visualcomposer/Helpers/Localizations.php:1130
3525
+ #, php-format
3526
+ msgid "Only %count %element elements can be added to the page."
3527
+ msgstr ""
3528
+
3529
+ #: visualcomposer/Helpers/Localizations.php:1134
3530
+ msgid ""
3531
+ "This is a default WordPress content area where the post or page content will "
3532
+ "be displayed."
3533
+ msgstr ""
3534
+
3535
+ #: visualcomposer/Helpers/Localizations.php:1138
3536
+ msgid "Activate Hub"
3537
+ msgstr ""
3538
+
3539
+ #: visualcomposer/Helpers/Localizations.php:1142
3540
+ msgid "Activate Your Premium License"
3541
+ msgstr ""
3542
+
3543
+ #: visualcomposer/Helpers/Localizations.php:1146
3544
+ msgid ""
3545
+ "Make the final step! Enter your license key to activate Visual Composer "
3546
+ "Premium and get full access to the Visual Composer Hub."
3547
+ msgstr ""
3548
+
3549
+ #: visualcomposer/Helpers/Localizations.php:1150
3550
+ msgid "Define a comments area for a post or page layout."
3551
+ msgstr ""
3552
+
3553
+ #: visualcomposer/Helpers/Localizations.php:1154
3554
+ msgid ""
3555
+ "The content area is missing for your layout. Make sure to add the Content "
3556
+ "Area element to specify the place in your layout where the page or post "
3557
+ "content will be displayed."
3558
+ msgstr ""
3559
+
3560
+ #: visualcomposer/Helpers/Localizations.php:1158
3561
+ #, php-format
3562
+ msgid ""
3563
+ "The template you want to add contains %element element. You already have "
3564
+ "%element element added - remove it before adding the template."
3565
+ msgstr ""
3566
+
3567
+ #: visualcomposer/Helpers/Localizations.php:1162
3568
+ msgid ""
3569
+ "Download and Add Free Animated GIFs to Your Site With Visual Composer Premium"
3570
+ msgstr ""
3571
+
3572
+ #: visualcomposer/Helpers/Localizations.php:1166
3573
+ msgid "Download and Add Free Animated GIFs to Your Site"
3574
+ msgstr ""
3575
+
3576
+ #: visualcomposer/Helpers/Localizations.php:1170
3577
+ msgid "Could not connect to Giphy Server!"
3578
+ msgstr ""
3579
+
3580
+ #: visualcomposer/Helpers/Localizations.php:1174
3581
+ msgid "Discover the best GIF animations from Giphy."
3582
+ msgstr ""
3583
+
3584
+ #: visualcomposer/Helpers/Localizations.php:1178
3585
+ msgid "Download animations from Giphy to your Media Library"
3586
+ msgstr ""
3587
+
3588
+ #: visualcomposer/Helpers/Localizations.php:1182
3589
+ msgid "Activate Premium to Unlock Giphy Integration"
3590
+ msgstr ""
3591
+
3592
+ #: visualcomposer/Helpers/Localizations.php:1186
3593
+ msgid "GIF animations"
3594
+ msgstr ""
3595
+
3596
+ #: visualcomposer/Helpers/Localizations.php:1190
3597
+ msgid "GIF animation has been downloaded to your Media Library."
3598
+ msgstr ""
3599
+
3600
+ #: visualcomposer/Helpers/Localizations.php:1194
3601
+ msgid "Regular"
3602
+ msgstr ""
3603
+
3604
+ #: visualcomposer/Helpers/Localizations.php:1198
3605
+ msgid "Full"
3606
+ msgstr ""
3607
+
3608
+ #: visualcomposer/Helpers/Localizations.php:1202
3609
+ msgid "Powered by"
3610
+ msgstr ""
3611
+
3612
+ #: visualcomposer/Helpers/Localizations.php:1206
3613
+ msgid "Substitute Element"
3614
+ msgstr ""
3615
+
3616
+ #: visualcomposer/Helpers/Localizations.php:1210
3617
+ msgid "Manage your site menus"
3618
+ msgstr ""
3619
+
3620
+ #: visualcomposer/Helpers/Localizations.php:1214
3621
+ msgid "in the WordPress dashboard."
3622
+ msgstr ""
3623
+
3624
+ #: visualcomposer/Helpers/Localizations.php:1218
3625
+ #: visualcomposer/Modules/Editors/Settings/ItemDataCollectionController.php:57
3626
+ msgid "Share Usage Data"
3627
+ msgstr ""
3628
+
3629
+ #: visualcomposer/Helpers/Localizations.php:1222
3630
+ #: visualcomposer/Modules/Editors/Settings/ItemDataCollectionController.php:50
3631
+ msgid ""
3632
+ "Help to make Visual Composer better by sharing anonymous usage data. We "
3633
+ "appreciate your help."
3634
+ msgstr ""
3635
+
3636
+ #: visualcomposer/Helpers/Localizations.php:1226
3637
+ msgid "Read more"
3638
+ msgstr ""
3639
+
3640
+ #: visualcomposer/Helpers/Localizations.php:1230
3641
+ #: visualcomposer/Modules/Editors/Settings/ItemDataCollectionController.php:74
3642
+ msgid "Share anonymous data"
3643
+ msgstr ""
3644
+
3645
+ #: visualcomposer/Helpers/Localizations.php:1234
3646
+ msgid "Submit"
3647
+ msgstr ""
3648
+
3649
+ #: visualcomposer/Helpers/Localizations.php:1238
3650
+ msgid "New"
3651
+ msgstr ""
3652
+
3653
+ #: visualcomposer/Helpers/Localizations.php:1242
3654
+ #: visualcomposer/resources/views/settings/fields/dataCollectionTable.php:21
3655
+ msgid "Elements"
3656
+ msgstr ""
3657
+
3658
+ #: visualcomposer/Helpers/Localizations.php:1246
3659
+ #: visualcomposer/resources/views/settings/fields/dataCollectionTable.php:25
3660
+ msgid "Templates"
3661
+ msgstr ""
3662
+
3663
+ #: visualcomposer/Helpers/Localizations.php:1250
3664
+ msgid "Get full access to the Visual Composer Hub"
3665
+ msgstr ""
3666
+
3667
+ #: visualcomposer/Helpers/Localizations.php:1254
3668
+ msgid ""
3669
+ "Download all exclusive elements, templates, and extensions with Visual "
3670
+ "Composer Premium."
3671
+ msgstr ""
3672
+
3673
+ #: visualcomposer/Helpers/Localizations.php:1258
3674
+ msgid ""
3675
+ "This page can not be saved, because it is made for the demo purposes only."
3676
+ msgstr ""
3677
+
3678
+ #: visualcomposer/Helpers/Localizations.php:1262
3679
+ #: visualcomposer/Modules/Settings/Fields/FactoryResetController.php:90
3680
+ msgid "Reset"
3681
+ msgstr ""
3682
+
3683
+ #: visualcomposer/Helpers/Localizations.php:1266
3684
+ msgid "welcome"
3685
+ msgstr ""
3686
+
3687
+ #: visualcomposer/Helpers/Localizations.php:1270
3688
+ msgid ""
3689
+ "Discover visual editor that gives everything to create a website you are "
3690
+ "proud of."
3691
+ msgstr ""
3692
+
3693
+ #: visualcomposer/Helpers/Localizations.php:1274
3694
+ msgid "Done"
3695
+ msgstr ""
3696
+
3697
+ #: visualcomposer/Helpers/Localizations.php:1278
3698
+ msgid "Next Tip"
3699
+ msgstr ""
3700
+
3701
+ #: visualcomposer/Helpers/Localizations.php:1282
3702
+ msgid "Click here to skip"
3703
+ msgstr ""
3704
+
3705
+ #: visualcomposer/Helpers/Localizations.php:1286
3706
+ msgid "Element Controls"
3707
+ msgstr ""
3708
+
3709
+ #: visualcomposer/Helpers/Localizations.php:1290
3710
+ msgid "Quick Actions"
3711
+ msgstr ""
3712
+
3713
+ #: visualcomposer/Helpers/Localizations.php:1294
3714
+ msgid "Insights"
3715
+ msgstr ""
3716
+
3717
+ #: visualcomposer/Helpers/Localizations.php:1298
3718
+ msgid "On-Page Settings"
3719
+ msgstr ""
3720
+
3721
+ #: visualcomposer/Helpers/Localizations.php:1302
3722
+ msgid "Publishing Options"
3723
+ msgstr ""
3724
+
3725
+ #: visualcomposer/Helpers/Localizations.php:1306
3726
+ msgid ""
3727
+ "This is your content library. <a href=\"https://visualcomposer.com/help/"
3728
+ "content-elements-structure/add-content/?utm_source="
3729
+ msgstr ""
3730
+
3731
+ #: visualcomposer/Helpers/Localizations.php:1314
3732
+ msgid ""
3733
+ "Use <a href=\"https://visualcomposer.com/help/interface/element-controls/?"
3734
+ "utm_source="
3735
+ msgstr ""
3736
+
3737
+ #: visualcomposer/Helpers/Localizations.php:1321
3738
+ msgid ""
3739
+ "Use <a href=\"https://visualcomposer.com/help/content-elements-structure/add-"
3740
+ "content/?utm_source="
3741
+ msgstr ""
3742
+
3743
+ #: visualcomposer/Helpers/Localizations.php:1327
3744
+ msgid ""
3745
+ "<a href=\"https://visualcomposer.com/help/visual-composer-insights-"
3746
+ "assistant/?utm_source="
3747
+ msgstr ""
3748
+
3749
+ #: visualcomposer/Helpers/Localizations.php:1332
3750
+ msgid ""
3751
+ "Check how your page looks on different devices. Select the device type to <a "
3752
+ "href=\"https://visualcomposer.com/help/responsive-design/?utm_source="
3753
+ msgstr ""
3754
+
3755
+ #: visualcomposer/Helpers/Localizations.php:1338
3756
+ msgid ""
3757
+ "Access <a href=\"https://visualcomposer.com/help/visual-composer-hub/?"
3758
+ "utm_source="
3759
+ msgstr ""
3760
+
3761
+ #: visualcomposer/Helpers/Localizations.php:1343
3762
+ msgid "Change <a href=\"https://visualcomposer.com/help/settings/?utm_source="
3763
+ msgstr ""
3764
+
3765
+ #: visualcomposer/Helpers/Localizations.php:1348
3766
+ msgid "Preview, save, and publish your content."
3767
+ msgstr ""
3768
+
3769
+ #: visualcomposer/Helpers/Localizations.php:1352
3770
+ msgid ""
3771
+ "Insights is a content analysis tool that helps to improve the quality, "
3772
+ "performance, and SEO ranking of the page."
3773
+ msgstr ""
3774
+
3775
+ #: visualcomposer/Helpers/Localizations.php:1356
3776
+ msgid ""
3777
+ "<a href=\"https://visualcomposer.com/help/visual-composer-hub/?utm_source="
3778
+ msgstr ""
3779
+
3780
+ #: visualcomposer/Helpers/Localizations.php:1361
3781
+ msgid ""
3782
+ "Use the toggle to switch between light and dark background while editing the "
3783
+ "text."
3784
+ msgstr ""
3785
+
3786
+ #: visualcomposer/Helpers/Localizations.php:1365
3787
+ msgid ""
3788
+ "Replace static content with <a href=\"https://visualcomposer.com/help/theme-"
3789
+ "builder/dynamic-content/?utm_source="
3790
+ msgstr ""
3791
+
3792
+ #: visualcomposer/Helpers/Localizations.php:1371
3793
+ msgid ""
3794
+ "Use Reverse stacking toggle to stack columns from right to left on mobile "
3795
+ "devices."
3796
+ msgstr ""
3797
+
3798
+ #: visualcomposer/Helpers/Localizations.php:1375
3799
+ msgid ""
3800
+ "Enable custom responsiveness to control column width on different devices."
3801
+ msgstr ""
3802
+
3803
+ #: visualcomposer/Helpers/Localizations.php:1379
3804
+ msgid ""
3805
+ "Use the Show element toggle to hide or show elements on all or custom "
3806
+ "devices."
3807
+ msgstr ""
3808
+
3809
+ #: visualcomposer/Helpers/Localizations.php:1383
3810
+ msgid "Manage if the element appears on a particular device."
3811
+ msgstr ""
3812
+
3813
+ #: visualcomposer/Helpers/Localizations.php:1387
3814
+ msgid "Choose an event performed when clicking on the image."
3815
+ msgstr ""
3816
+
3817
+ #: visualcomposer/Helpers/Localizations.php:1391
3818
+ msgid ""
3819
+ "Modify the destination link to the page. Make sure to enable the option to "
3820
+ "set a custom permalink in WordPress Settings."
3821
+ msgstr ""
3822
+
3823
+ #: visualcomposer/Helpers/Localizations.php:1395
3824
+ msgid "Select or change the layout of the page, post, or custom post type."
3825
+ msgstr ""
3826
+
3827
+ #: visualcomposer/Helpers/Localizations.php:1399
3828
+ msgid "Excerpts are optional hand-crafted summaries of your content."
3829
+ msgstr ""
3830
+
3831
+ #: visualcomposer/Helpers/Localizations.php:1403
3832
+ msgid ""
3833
+ "Add custom JavaScript code to insert it locally or globally on every page in "
3834
+ "header or footer. Insert Google Analytics, Tag Manager, Kissmetrics, or "
3835
+ "other JavaScript code snippets."
3836
+ msgstr ""
3837
+
3838
+ #: visualcomposer/Helpers/Localizations.php:1407
3839
+ msgid ""
3840
+ "Apply custom CSS code to the whole site or to this particular page only."
3841
+ msgstr ""
3842
+
3843
+ #: visualcomposer/Helpers/Localizations.php:1411
3844
+ msgid "To preview the changes, use the Responsive View in the navigation bar."
3845
+ msgstr ""
3846
+
3847
+ #: visualcomposer/Helpers/Localizations.php:1415
3848
+ msgid "Parent Page"
3849
+ msgstr ""
3850
+
3851
+ #: visualcomposer/Helpers/Localizations.php:1419
3852
+ msgid ""
3853
+ "A popup container element allows to style the overall look of your popup."
3854
+ msgstr ""
3855
+
3856
+ #: visualcomposer/Helpers/Localizations.php:1423
3857
+ msgid "Margin top"
3858
+ msgstr ""
3859
+
3860
+ #: visualcomposer/Helpers/Localizations.php:1427
3861
+ msgid ""
3862
+ "Specify space (in pixels) from the screen top where element should stick."
3863
+ msgstr ""
3864
+
3865
+ #: visualcomposer/Helpers/Localizations.php:1431
3866
+ msgid "Z-index"
3867
+ msgstr ""
3868
+
3869
+ #: visualcomposer/Helpers/Localizations.php:1435
3870
+ msgid "Relate to parent"
3871
+ msgstr ""
3872
+
3873
+ #: visualcomposer/Helpers/Localizations.php:1439
3874
+ msgid "Limit stickiness to work only in the parent container."
3875
+ msgstr ""
3876
+
3877
+ #: visualcomposer/Helpers/Localizations.php:1443
3878
+ msgid "Show on sticky"
3879
+ msgstr ""
3880
+
3881
+ #: visualcomposer/Helpers/Localizations.php:1447
3882
+ msgid "Show only when it becomes sticky."
3883
+ msgstr ""
3884
+
3885
+ #: visualcomposer/Helpers/Localizations.php:1451
3886
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:77
3887
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:97
3888
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:117
3889
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:137
3890
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:163
3891
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:189
3892
+ msgid "Author"
3893
+ msgstr ""
3894
+
3895
+ #: visualcomposer/Helpers/Localizations.php:1455
3896
+ msgid "Page Settings"
3897
+ msgstr ""
3898
+
3899
+ #: visualcomposer/Helpers/Localizations.php:1463
3900
+ msgid "Discussion"
3901
+ msgstr ""
3902
+
3903
+ #: visualcomposer/Helpers/Localizations.php:1467
3904
+ msgid "Allow comments"
3905
+ msgstr ""
3906
+
3907
+ #: visualcomposer/Helpers/Localizations.php:1471
3908
+ msgid "Allow trackbacks and pingbacks on this page"
3909
+ msgstr ""
3910
+
3911
+ #: visualcomposer/Helpers/Localizations.php:1475
3912
+ msgid "Parallax effect"
3913
+ msgstr ""
3914
+
3915
+ #: visualcomposer/Helpers/Localizations.php:1479
3916
+ msgid "Featured image is set. Save page and reload editor to see changes."
3917
+ msgstr ""
3918
+
3919
+ #: visualcomposer/Helpers/Localizations.php:1483
3920
+ msgid "Featured image is removed. Save page and reload editor to see changes."
3921
+ msgstr ""
3922
+
3923
+ #: visualcomposer/Helpers/Localizations.php:1487
3924
+ msgid "Tags"
3925
+ msgstr ""
3926
+
3927
+ #: visualcomposer/Helpers/Localizations.php:1491
3928
+ msgid "Manage tags associated with the post."
3929
+ msgstr ""
3930
+
3931
+ #: visualcomposer/Helpers/Localizations.php:1495
3932
+ #: visualcomposer/Modules/Settings/Pages/Settings.php:76
3933
+ msgid "General"
3934
+ msgstr ""
3935
+
3936
+ #: visualcomposer/Helpers/Localizations.php:1498
3937
+ msgid "Do you want to remove this element?"
3938
+ msgstr ""
3939
+
3940
+ #: visualcomposer/Helpers/Localizations.php:1499
3941
+ msgid ""
3942
+ "The element is in use on current page. Remove all element copies from your "
3943
+ "site before deleting it."
3944
+ msgstr ""
3945
+
3946
+ #: visualcomposer/Helpers/Localizations.php:1501
3947
+ msgid "Element has been removed."
3948
+ msgstr ""
3949
+
3950
+ #: visualcomposer/Helpers/Localizations.php:1505
3951
+ msgid "Add new"
3952
+ msgstr ""
3953
+
3954
+ #: visualcomposer/Helpers/Localizations.php:1513
3955
+ msgid "Category"
3956
+ msgstr ""
3957
+
3958
+ #: visualcomposer/Helpers/Localizations.php:1517
3959
+ msgid "Parent Category"
3960
+ msgstr ""
3961
+
3962
+ #: visualcomposer/Helpers/Localizations.php:1521
3963
+ msgid "Add New Category"
3964
+ msgstr ""
3965
+
3966
+ #: visualcomposer/Helpers/Localizations.php:1525
3967
+ msgid "Select categories for the post or "
3968
+ msgstr ""
3969
+
3970
+ #: visualcomposer/Helpers/Localizations.php:1529
3971
+ msgid "add a new category"
3972
+ msgstr ""
3973
+
3974
+ #: visualcomposer/Helpers/Localizations.php:1533
3975
+ msgid "Select Parent Category"
3976
+ msgstr ""
3977
+
3978
+ #: visualcomposer/Helpers/Localizations.php:1536
3979
+ msgid "Remove `%`"
3980
+ msgstr ""
3981
+
3982
+ #: visualcomposer/Helpers/Localizations.php:1537
3983
+ msgid "Add `%`"
3984
+ msgstr ""
3985
+
3986
+ #: visualcomposer/Helpers/Localizations.php:1539
3987
+ msgid "Manage post categories or add a new category."
3988
+ msgstr ""
3989
+
3990
+ #: visualcomposer/Helpers/Localizations.php:1543
3991
+ msgid "Download Premium Icon Libraries"
3992
+ msgstr ""
3993
+
3994
+ #: visualcomposer/Helpers/Localizations.php:1547
3995
+ msgid "Download Premium Design Options"
3996
+ msgstr ""
3997
+
3998
+ #: visualcomposer/Helpers/Localizations.php:1551
3999
+ msgid "Download The Addon"
4000
+ msgstr ""
4001
+
4002
+ #: visualcomposer/Helpers/Localizations.php:1555
4003
+ msgid "Premium Popup Builder. Do More."
4004
+ msgstr ""
4005
+
4006
+ #: visualcomposer/Helpers/Localizations.php:1559
4007
+ msgid ""
4008
+ "Create engaging popups to boost your conversion rate with Visual Composer "
4009
+ "Premium Popup Builder."
4010
+ msgstr ""
4011
+
4012
+ #: visualcomposer/Helpers/Localizations.php:1563
4013
+ msgid "All layouts are available in the Premium version."
4014
+ msgstr ""
4015
+
4016
+ #: visualcomposer/Helpers/Localizations.php:1567
4017
+ msgid "Do More With Premium"
4018
+ msgstr ""
4019
+
4020
+ #: visualcomposer/Helpers/Localizations.php:1571
4021
+ msgid ""
4022
+ "Apply a layout with a header, footer, and sidebar with Visual Composer "
4023
+ "Premium."
4024
+ msgstr ""
4025
+
4026
+ #: visualcomposer/Helpers/Localizations.php:1575
4027
+ msgid ""
4028
+ "Get access to more than 200 content elements with Visual Composer Premium."
4029
+ msgstr ""
4030
+
4031
+ #: visualcomposer/Helpers/Localizations.php:1579
4032
+ msgid ""
4033
+ "Get access to more than 150 beautiful multipurpose templates and template "
4034
+ "blocks with Visual Composer Premium."
4035
+ msgstr ""
4036
+
4037
+ #: visualcomposer/Helpers/Localizations.php:1583
4038
+ msgid "Access the whole GIPHY library with Visual Composer Premium."
4039
+ msgstr ""
4040
+
4041
+ #: visualcomposer/Helpers/Localizations.php:1587
4042
+ msgid ""
4043
+ "Access the whole Unsplash stock image library with Visual Composer Premium."
4044
+ msgstr ""
4045
+
4046
+ #: visualcomposer/Helpers/Localizations.php:1591
4047
+ msgid "Unlock All Features"
4048
+ msgstr ""
4049
+
4050
+ #: visualcomposer/Helpers/Localizations.php:1595
4051
+ msgid "Width"
4052
+ msgstr ""
4053
+
4054
+ #: visualcomposer/Helpers/Localizations.php:1599
4055
+ msgid "px"
4056
+ msgstr ""
4057
+
4058
+ #: visualcomposer/Helpers/Localizations.php:1603
4059
+ msgid "You can instantly check your layout on the most popular device types."
4060
+ msgstr ""
4061
+
4062
+ #: visualcomposer/Helpers/Localizations.php:1607
4063
+ msgid "Dynamic Content is a Premium Feature"
4064
+ msgstr ""
4065
+
4066
+ #: visualcomposer/Helpers/Localizations.php:1611
4067
+ msgid ""
4068
+ "Replace static content with dynamic content from WordPress default and "
4069
+ "custom meta fields with Visual Composer Premium."
4070
+ msgstr ""
4071
+
4072
+ #: visualcomposer/Helpers/Localizations.php:1615
4073
+ msgid ""
4074
+ "Replace static content with dynamic content from WordPress default and "
4075
+ "custom meta fields with Visual Composer Premium Addon."
4076
+ msgstr ""
4077
+
4078
+ #: visualcomposer/Helpers/Localizations.php:1619
4079
+ msgid "Dynamic View"
4080
+ msgstr ""
4081
+
4082
+ #: visualcomposer/Helpers/Localizations.php:1623
4083
+ msgid "Element Lock is a Premium feature"
4084
+ msgstr ""
4085
+
4086
+ #: visualcomposer/Helpers/Localizations.php:1627
4087
+ msgid ""
4088
+ "With Visual Composer Premium, you can lock or unlock elements to manage who "
4089
+ "will be able to edit them."
4090
+ msgstr ""
4091
+
4092
+ #: visualcomposer/Helpers/Localizations.php:1631
4093
+ msgid ""
4094
+ "Lock or unlock all elements on your page. Your user roles with Administrator "
4095
+ "access will be able to edit elements. <br>You can lock/unlock specific "
4096
+ "elements under the element Edit window. <br>To get access to this feature, "
4097
+ "download the Role Manager addon from the Visual Composer Hub."
4098
+ msgstr ""
4099
+
4100
+ #: visualcomposer/Helpers/Localizations.php:1637
4101
+ msgid "Popup Builder is a Premium Feature"
4102
+ msgstr ""
4103
+
4104
+ #: visualcomposer/Helpers/Localizations.php:1641
4105
+ msgid ""
4106
+ "Build custom popups with the Visual Composer Popup Builder that is available "
4107
+ "with the premium version of the plugin."
4108
+ msgstr ""
4109
+
4110
+ #: visualcomposer/Helpers/Localizations.php:1645
4111
+ msgid ""
4112
+ "Build custom popups with the Visual Composer Popup Builder. It's available "
4113
+ "in the Visual Composer Hub."
4114
+ msgstr ""
4115
+
4116
+ #: visualcomposer/Helpers/Localizations.php:1649
4117
+ msgid "Download Popup Builder"
4118
+ msgstr ""
4119
+
4120
+ #: visualcomposer/Helpers/Localizations.php:1653
4121
+ msgid "Element Settings is a Premium Feature"
4122
+ msgstr ""
4123
+
4124
+ #: visualcomposer/Helpers/Localizations.php:1657
4125
+ msgid ""
4126
+ "With Visual Composer Premium, you can change the default parameters to "
4127
+ "create a unique element and save it to your Content Library."
4128
+ msgstr ""
4129
+
4130
+ #: visualcomposer/Helpers/Localizations.php:1661
4131
+ msgid ""
4132
+ "With the Element Presets addon, you can change the default parameters to "
4133
+ "create a unique element and save it to your Content Library."
4134
+ msgstr ""
4135
+
4136
+ #: visualcomposer/Helpers/Localizations.php:1665
4137
+ msgid ""
4138
+ "To download content from the Visual Composer Hub, read and accept our <a "
4139
+ "href=\"https://visualcomposer.com/terms-of-use/\" target=\"_blank\" rel="
4140
+ "\"noopener noreferrer\">cloud access terms</a> and <a href=\"https://"
4141
+ "visualcomposer.com/privacy-policy/\" target=\"_blank\" rel=\"noopener "
4142
+ "noreferrer\">privacy policy</a>."
4143
+ msgstr ""
4144
+
4145
+ #: visualcomposer/Helpers/Localizations.php:1669
4146
+ msgid "Yes, I agree"
4147
+ msgstr ""
4148
+
4149
+ #: visualcomposer/Helpers/Localizations.php:1673
4150
+ msgid "Hiding player controls available only for Vimeo PRO users."
4151
+ msgstr ""
4152
+
4153
+ #: visualcomposer/Helpers/Localizations.php:1677
4154
+ msgid "Vimeo video link"
4155
+ msgstr ""
4156
+
4157
+ #: visualcomposer/Helpers/Localizations.php:1682
4158
+ #, php-format
4159
+ msgid "%sCreate%s a new %s template."
4160
+ msgstr ""
4161
+
4162
+ #: visualcomposer/Helpers/Localizations.php:1691
4163
+ #, php-format
4164
+ msgid "%sEdit%s this %s template or %screate%s a new one."
4165
+ msgstr ""
4166
+
4167
+ #: visualcomposer/Helpers/LoginCategory.php:21
4168
+ msgid "Business"
4169
+ msgstr ""
4170
+
4171
+ #: visualcomposer/Helpers/LoginCategory.php:22
4172
+ #: visualcomposer/resources/views/vendors/dashboard.php:61
4173
+ msgid "Blog"
4174
+ msgstr ""
4175
+
4176
+ #: visualcomposer/Helpers/LoginCategory.php:23
4177
+ msgid "Creative Arts"
4178
+ msgstr ""
4179
+
4180
+ #: visualcomposer/Helpers/LoginCategory.php:24
4181
+ msgid "Community & Education"
4182
+ msgstr ""
4183
+
4184
+ #: visualcomposer/Helpers/LoginCategory.php:25
4185
+ msgid "Design"
4186
+ msgstr ""
4187
+
4188
+ #: visualcomposer/Helpers/LoginCategory.php:26
4189
+ msgid "Entertainment & Music"
4190
+ msgstr ""
4191
+
4192
+ #: visualcomposer/Helpers/LoginCategory.php:27
4193
+ msgid "Events"
4194
+ msgstr ""
4195
+
4196
+ #: visualcomposer/Helpers/LoginCategory.php:28
4197
+ msgid "Fashion & Beauty"
4198
+ msgstr ""
4199
+
4200
+ #: visualcomposer/Helpers/LoginCategory.php:29
4201
+ msgid "Health & Wellness"
4202
+ msgstr ""
4203
+
4204
+ #: visualcomposer/Helpers/LoginCategory.php:30
4205
+ msgid "Landing Pages"
4206
+ msgstr ""
4207
+
4208
+ #: visualcomposer/Helpers/LoginCategory.php:31
4209
+ msgid "Online Store"
4210
+ msgstr ""
4211
+
4212
+ #: visualcomposer/Helpers/LoginCategory.php:32
4213
+ msgid "Photography"
4214
+ msgstr ""
4215
+
4216
+ #: visualcomposer/Helpers/LoginCategory.php:33
4217
+ msgid "Portfolio & Personal"
4218
+ msgstr ""
4219
+
4220
+ #: visualcomposer/Helpers/LoginCategory.php:34
4221
+ msgid "Restaurants & Food"
4222
+ msgstr ""
4223
+
4224
+ #: visualcomposer/Helpers/LoginCategory.php:35
4225
+ msgid "Services"
4226
+ msgstr ""
4227
+
4228
+ #: visualcomposer/Helpers/LoginCategory.php:36
4229
+ msgid "Travel & Accommodation"
4230
+ msgstr ""
4231
+
4232
+ #: visualcomposer/Helpers/Token.php:124
4233
+ #, php-format
4234
+ msgid "Your Visual Composer Website Builder License will expire soon - %s"
4235
+ msgstr ""
4236
+
4237
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:65
4238
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:85
4239
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:105
4240
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:125
4241
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:151
4242
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:177
4243
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:203
4244
+ msgid "Post"
4245
+ msgstr ""
4246
+
4247
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:143
4248
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:169
4249
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:195
4250
+ #: visualcomposer/Modules/Editors/DataAjax/PostFieldsController.php:215
4251
+ msgid "Custom Fields"
4252
+ msgstr ""
4253
+
4254
+ #: visualcomposer/Modules/Editors/EditPostLinks/Controller.php:153
4255
+ #: visualcomposer/Modules/Editors/Frontend/MenuController.php:87
4256
+ msgid "Add New with Visual Composer"
4257
+ msgstr ""
4258
+
4259
+ #: visualcomposer/Modules/Editors/Elements/Controller.php:45
4260
+ msgid "You are not allowed to delete elements."
4261
+ msgstr ""
4262
+
4263
+ #: visualcomposer/Modules/Editors/Elements/Controller.php:53
4264
+ msgid "The default element cannot be removed"
4265
+ msgstr ""
4266
+
4267
+ #: visualcomposer/Modules/Editors/Elements/Controller.php:60
4268
+ msgid ""
4269
+ "The element is in use on one of your pages or templates. Remove all element "
4270
+ "copies from your site before deleting it."
4271
+ msgstr ""
4272
+
4273
+ #: visualcomposer/Modules/Editors/Frontend/Controller.php:98
4274
+ msgid "Cheatin&#8217; uh?"
4275
+ msgstr ""
4276
+
4277
+ #: visualcomposer/Modules/Editors/Frontend/Controller.php:99
4278
+ msgid "Sorry, you are not allowed to create posts."
4279
+ msgstr ""
4280
+
4281
+ #: visualcomposer/Modules/Editors/Frontend/MenuController.php:155
4282
+ msgid "Add New with Visual&nbsp;Composer"
4283
+ msgstr ""
4284
+
4285
+ #: visualcomposer/Modules/Editors/Frontend/MenuController.php:189
4286
+ msgid "Select your menu"
4287
+ msgstr ""
4288
+
4289
+ #: visualcomposer/Modules/Editors/Settings/EditorLayoutController.php:50
4290
+ msgid "Specify the default state for the \"Responsive View\" control."
4291
+ msgstr ""
4292
+
4293
+ #: visualcomposer/Modules/Editors/Settings/EditorLayoutController.php:57
4294
+ msgid "Default Responsive View"
4295
+ msgstr ""
4296
+
4297
+ #: visualcomposer/Modules/Editors/Settings/ItemBadgeController.php:52
4298
+ msgid ""
4299
+ "Let the world know that you are proudly using Visual Composer on your "
4300
+ "website."
4301
+ msgstr ""
4302
+
4303
+ #: visualcomposer/Modules/Editors/Settings/ItemBadgeController.php:59
4304
+ msgid "\"Created with Visual Composer\" Badge"
4305
+ msgstr ""
4306
+
4307
+ #: visualcomposer/Modules/Editors/Settings/ItemBadgeController.php:73
4308
+ msgid "Add badge"
4309
+ msgstr ""
4310
+
4311
+ #: visualcomposer/Modules/Editors/Settings/ItemInitialHelpersController.php:48
4312
+ msgid "Display an interactive help guide when you enter the editor next time."
4313
+ msgstr ""
4314
+
4315
+ #: visualcomposer/Modules/Editors/Settings/ItemInitialHelpersController.php:55
4316
+ msgid "Help Guide"
4317
+ msgstr ""
4318
+
4319
+ #: visualcomposer/Modules/Editors/Settings/ItemInitialHelpersController.php:69
4320
+ msgid "Display Help Guide"
4321
+ msgstr ""
4322
+
4323
+ #: visualcomposer/Modules/Editors/Settings/ItemPreviewController.php:50
4324
+ msgid "Enable element and template preview popup."
4325
+ msgstr ""
4326
+
4327
+ #: visualcomposer/Modules/Editors/Settings/ItemPreviewController.php:57
4328
+ msgid "Enable Preview"
4329
+ msgstr ""
4330
+
4331
+ #: visualcomposer/Modules/Editors/Settings/PageTemplatesVariablesController.php:49
4332
+ msgid "Default Layout or Select Custom"
4333
+ msgstr ""
4334
+
4335
+ #: visualcomposer/Modules/Editors/Settings/PageTemplatesVariablesController.php:53
4336
+ msgid "Blank Layout"
4337
+ msgstr ""
4338
+
4339
+ #: visualcomposer/Modules/Editors/Settings/PageTemplatesVariablesController.php:79
4340
+ #: visualcomposer/Modules/Editors/Settings/PageTemplatesVariablesController.php:92
4341
+ #: visualcomposer/Modules/Settings/MenuController.php:62
4342
+ msgid "Visual Composer"
4343
+ msgstr ""
4344
+
4345
+ #: visualcomposer/Modules/Editors/Settings/WordPressSettings/AuthorController.php:63
4346
+ #, php-format
4347
+ msgid "%1$s (%2$s)"
4348
+ msgstr ""
4349
+
4350
+ #: visualcomposer/Modules/Editors/Templates/Controller.php:171
4351
+ msgid "You are not allowed to delete templates."
4352
+ msgstr ""
4353
+
4354
+ #: visualcomposer/Modules/Editors/Templates/PostType.php:38
4355
+ msgid "Global Templates"
4356
+ msgstr ""
4357
+
4358
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:32
4359
+ msgid "Tutorial"
4360
+ msgstr ""
4361
+
4362
+ #: visualcomposer/Modules/Editors/Tutorial/PostType.php:33
4363
+ msgid "Tutorials"
4364
+ msgstr ""
4365
+
4366
+ #: visualcomposer/Modules/FrontView/PluginsInfoController.php:42
4367
+ msgid ""
4368
+ "Powered by Visual Composer Website Builder - fast and easy-to-use drag and "
4369
+ "drop visual editor for WordPress."
4370
+ msgstr ""
4371
+
4372
+ #: visualcomposer/Modules/Hub/Assets/AssetDownloadController.php:138
4373
+ msgid "Failed to update shared libraries"
4374
+ msgstr ""
4375
+
4376
+ #: visualcomposer/Modules/Hub/DownloadController.php:86
4377
+ #: visualcomposer/Modules/Hub/Traits/Action.php:73
4378
+ #, php-format
4379
+ msgid ""
4380
+ "A .zip file of the Visual Composer is broken - the checksum check failed. "
4381
+ "Check your Internet connection, initiate reset under Visual Composer "
4382
+ "Settings, and try again.\n"
4383
+ "\n"
4384
+ "If the problem still occurs, visit %smy.visualcomposer.com/support%s for "
4385
+ "technical assistance.\n"
4386
+ msgstr ""
4387
+
4388
+ #: visualcomposer/Modules/Hub/Pages/PremiumTeasers.php:45
4389
+ msgid "HEADERS AND FOOTERS ARE A PREMIUM FEATURE"
4390
+ msgstr ""
4391
+
4392
+ #: visualcomposer/Modules/Hub/Pages/PremiumTeasers.php:47
4393
+ msgid ""
4394
+ "Visual Composer Premium allows replacing the theme default header and footer "
4395
+ "with your header and footer templates created with Visual Composer."
4396
+ msgstr ""
4397
+
4398
+ #: visualcomposer/Modules/Hub/Pages/PremiumTeasers.php:56
4399
+ msgid "THEME TEMPLATES ARE A PREMIUM FEATURE"
4400
+ msgstr ""
4401
+
4402
+ #: visualcomposer/Modules/Hub/Pages/PremiumTeasers.php:58
4403
+ msgid ""
4404
+ "Visual Composer Premium allows replacing the theme default theme templates "
4405
+ "like 404 page, search page, author page, post archive with your templates "
4406
+ "created with Visual Composer."
4407
+ msgstr ""
4408
+
4409
+ #: visualcomposer/Modules/Hub/Pages/PremiumTeasers.php:67
4410
+ msgid "MAINTENANCE MODE IS A PREMIUM FEATURE"
4411
+ msgstr ""
4412
+
4413
+ #: visualcomposer/Modules/Hub/Pages/PremiumTeasers.php:69
4414
+ msgid ""
4415
+ "Visual Composer Premium allows enabling maintenance mode and selecting the "
4416
+ "page that will be displayed to the website visitors. Users with access to "
4417
+ "the admin panel will still be able to preview and edit the website."
4418
+ msgstr ""
4419
+
4420
+ #: visualcomposer/Modules/Hub/Pages/PremiumTeasers.php:78
4421
+ msgid "POPUP BUILDER IS A PREMIUM FEATURE"
4422
+ msgstr ""
4423
+
4424
+ #: visualcomposer/Modules/Hub/Pages/PremiumTeasers.php:80
4425
+ msgid ""
4426
+ "Visual Composer Premium allows specifying site-wide popups for specific "
4427
+ "events like First Page Load, Every Page Load, or Exit Intent."
4428
+ msgstr ""
4429
+
4430
+ #: visualcomposer/Modules/Hub/StockMedia/StockMediaDownloadController.php:85
4431
+ msgid "Failed to get the media's item ID, please try again."
4432
+ msgstr ""
4433
+
4434
+ #: visualcomposer/Modules/Hub/StockMedia/StockMediaDownloadController.php:93
4435
+ msgid ""
4436
+ "No access to upload files. Check your license options to make sure you are "
4437
+ "allowed to upload files."
4438
+ msgstr ""
4439
+
4440
+ #: visualcomposer/Modules/Hub/StockMedia/StockMediaDownloadController.php:144
4441
+ msgid "Wrong image extension."
4442
+ msgstr ""
4443
+
4444
+ #: visualcomposer/Modules/Hub/StockMedia/StockMediaDownloadController.php:156
4445
+ msgid ""
4446
+ "Failed to download the image. Make sure the upload folder is writable and "
4447
+ "try again."
4448
+ msgstr ""
4449
+
4450
+ #: visualcomposer/Modules/Hub/StockMedia/StockMediaDownloadController.php:165
4451
+ msgid "Unknown image format."
4452
+ msgstr ""
4453
+
4454
+ #: visualcomposer/Modules/Hub/StockMedia/StockMediaDownloadController.php:169
4455
+ msgid "Unknown image provider."
4456
+ msgstr ""
4457
+
4458
+ #: visualcomposer/Modules/License/LicenseController.php:118
4459
+ msgid "Failed to activate the license, try again."
4460
+ msgstr ""
4461
+
4462
+ #: visualcomposer/Modules/License/Pages/GettingStarted.php:125
4463
+ msgid "Getting Started"
4464
+ msgstr ""
4465
+
4466
+ #: visualcomposer/Modules/License/Pages/GoPremium.php:110
4467
+ #, php-format
4468
+ msgid ""
4469
+ "<strong>Visual Composer:</strong> <a href=\"%s\">Activate Premium</a> "
4470
+ "license to get full access to Visual Composer Hub. A place to download more "
4471
+ "content elements, templates, and addons."
4472
+ msgstr ""
4473
+
4474
+ #: visualcomposer/Modules/License/Pages/LicenseStatus.php:69
4475
+ #: visualcomposer/Modules/License/Pages/LicenseStatus.php:100
4476
+ msgid "License"
4477
+ msgstr ""
4478
+
4479
+ #: visualcomposer/Modules/License/UpdateVariablesController.php:59
4480
+ msgid ""
4481
+ "Build your site with the help of the drag and drop builder straight from the "
4482
+ "frontend editor - it's that easy."
4483
+ msgstr ""
4484
+
4485
+ #: visualcomposer/Modules/License/UpdateVariablesController.php:67
4486
+ msgid ""
4487
+ "Get more elements and templates from the Visual Composer Hub - a free online "
4488
+ "marketplace."
4489
+ msgstr ""
4490
+
4491
+ #: visualcomposer/Modules/License/UpdateVariablesController.php:76
4492
+ msgid "Next level website performance to rank higher and deliver faster."
4493
+ msgstr ""
4494
+
4495
+ #: visualcomposer/Modules/License/UpdateVariablesController.php:85
4496
+ msgid ""
4497
+ "Control every detail of your website with flexible design options and "
4498
+ "customization tools."
4499
+ msgstr ""
4500
+
4501
+ #: visualcomposer/Modules/Settings/Fields/CssEditor.php:53
4502
+ msgid "Global CSS will be applied sitewide."
4503
+ msgstr ""
4504
+
4505
+ #: visualcomposer/Modules/Settings/Fields/FactoryResetController.php:67
4506
+ msgid "Proceed with a reset?"
4507
+ msgstr ""
4508
+
4509
+ #: visualcomposer/Modules/Settings/Fields/FactoryResetController.php:68
4510
+ msgid "initiate reset"
4511
+ msgstr ""
4512
+
4513
+ #: visualcomposer/Modules/Settings/Fields/FactoryResetController.php:78
4514
+ #, php-format
4515
+ msgid ""
4516
+ "Restore default plugin state to re-download all installed bundles and auto-"
4517
+ "configure path after migration (don’t worry, the content of the site will "
4518
+ "not be affected) - %s."
4519
+ msgstr ""
4520
+
4521
+ #: visualcomposer/Modules/Settings/Fields/FactoryResetController.php:113
4522
+ msgid "Incorrect permissions."
4523
+ msgstr ""
4524
+
4525
+ #: visualcomposer/Modules/Settings/Fields/FactoryResetController.php:118
4526
+ msgid "Session expired"
4527
+ msgstr ""
4528
+
4529
+ #: visualcomposer/Modules/Settings/Fields/FactoryResetController.php:128
4530
+ msgid "Visual Composer asset reset was successful."
4531
+ msgstr ""
4532
+
4533
+ #: visualcomposer/Modules/Settings/Fields/JsEditor.php:53
4534
+ msgid ""
4535
+ "Add custom HTML or JavaScript code to insert it globally on every page in "
4536
+ "<header> and <footer>. Insert Google Analytics, Tag Manager, Kissmetrics or "
4537
+ "other JavaScript code snippets."
4538
+ msgstr ""
4539
+
4540
+ #: visualcomposer/Modules/Settings/Fields/JsEditor.php:61
4541
+ msgid "Custom HTML and JavaScript"
4542
+ msgstr ""
4543
+
4544
+ #: visualcomposer/Modules/Settings/Fields/PostTypes.php:60
4545
+ msgid ""
4546
+ "Specify post types where you want to use Visual Composer Website Builder."
4547
+ msgstr ""
4548
+
4549
+ #: visualcomposer/Modules/Settings/Fields/PostTypes.php:67
4550
+ msgid "Post Types"
4551
+ msgstr ""
4552
+
4553
+ #: visualcomposer/Modules/Settings/NoticeController.php:79
4554
+ msgid "Dismiss"
4555
+ msgstr ""
4556
+
4557
+ #: visualcomposer/Modules/Settings/Pages/CssJsSettings.php:94
4558
+ msgid "CSS, HTML & JavaScript"
4559
+ msgstr ""
4560
+
4561
+ #: visualcomposer/Modules/Settings/Pages/Settings.php:74
4562
+ msgid "Dashboard"
4563
+ msgstr ""
4564
+
4565
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:100
4566
+ #, php-format
4567
+ msgid "PHP version %s or greater (recommended 7 or greater)"
4568
+ msgstr ""
4569
+
4570
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:108
4571
+ #, php-format
4572
+ msgid "WordPress version %s or greater"
4573
+ msgstr ""
4574
+
4575
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:117
4576
+ msgid "WP_DEBUG, false"
4577
+ msgstr ""
4578
+
4579
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:117
4580
+ msgid "WP_DEBUG, true"
4581
+ msgstr ""
4582
+
4583
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:128
4584
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:142
4585
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:156
4586
+ msgid "Unlimited"
4587
+ msgstr ""
4588
+
4589
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:131
4590
+ #, php-format
4591
+ msgid "Post max size should be %sM, currently it is %s"
4592
+ msgstr ""
4593
+
4594
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:145
4595
+ #, php-format
4596
+ msgid "Memory limit should be %sM, currently it is %s"
4597
+ msgstr ""
4598
+
4599
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:159
4600
+ #, php-format
4601
+ msgid "post_max_size limit should be %sM, currently it is %s"
4602
+ msgstr ""
4603
+
4604
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:170
4605
+ #, php-format
4606
+ msgid "max_input_nesting_level should be %s, currently it is %s"
4607
+ msgstr ""
4608
+
4609
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:181
4610
+ #, php-format
4611
+ msgid "max_input_vars should be %s, currently it is %s"
4612
+ msgstr ""
4613
+
4614
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:190
4615
+ #, php-format
4616
+ msgid "Max execution time should be %sS, currently it is %sS"
4617
+ msgstr ""
4618
+
4619
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:199
4620
+ #, php-format
4621
+ msgid "File max upload size should be %sM, currently it is %s"
4622
+ msgstr ""
4623
+
4624
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:207
4625
+ msgid "Writable"
4626
+ msgstr ""
4627
+
4628
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:207
4629
+ msgid "Uploads directory is not writable"
4630
+ msgstr ""
4631
+
4632
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:215
4633
+ msgid "Direct"
4634
+ msgstr ""
4635
+
4636
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:215
4637
+ msgid "FS_METHOD should be direct"
4638
+ msgstr ""
4639
+
4640
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:223
4641
+ msgid "Enabled"
4642
+ msgstr ""
4643
+
4644
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:223
4645
+ msgid "The Zip extension is not installed."
4646
+ msgstr ""
4647
+
4648
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:231
4649
+ msgid "Curl extension is not installed"
4650
+ msgstr ""
4651
+
4652
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:239
4653
+ msgid "Connection with AWS was unsuccessful"
4654
+ msgstr ""
4655
+
4656
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:247
4657
+ msgid "Connection with Account was unsuccessful"
4658
+ msgstr ""
4659
+
4660
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:255
4661
+ #, php-format
4662
+ msgid ""
4663
+ "Incorrect plugin folder name: %s. Plugin folder name must be ‘visualcomposer’"
4664
+ msgstr ""
4665
+
4666
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:316
4667
+ msgid "System Status"
4668
+ msgstr ""
4669
+
4670
+ #: visualcomposer/Modules/Settings/Pages/SystemStatus.php:345
4671
+ #, php-format
4672
+ msgid ""
4673
+ "It seems that there is a problem with your server configuration that might "
4674
+ "affect Visual Composer. For more details, visit <a href=\"%s\">System "
4675
+ "Status</a> page."
4676
+ msgstr ""
4677
+
4678
+ #: visualcomposer/Modules/Settings/SettingsController.php:94
4679
+ msgid "Your settings are saved."
4680
+ msgstr ""
4681
+
4682
+ #: visualcomposer/Modules/Vendors/DashboardController.php:34
4683
+ msgid "Visual Composer News"
4684
+ msgstr ""
4685
+
4686
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:86
4687
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:88
4688
+ msgid "Gutenberg attrs"
4689
+ msgstr ""
4690
+
4691
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:87
4692
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:89
4693
+ msgid "Gutenberg attr"
4694
+ msgstr ""
4695
+
4696
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:90
4697
+ msgid "Add New"
4698
+ msgstr ""
4699
+
4700
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:91
4701
+ msgid "Add New Gutenberg attr"
4702
+ msgstr ""
4703
+
4704
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:92
4705
+ msgid "New Gutenberg attr"
4706
+ msgstr ""
4707
+
4708
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:93
4709
+ msgid "Edit Gutenberg attr"
4710
+ msgstr ""
4711
+
4712
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:94
4713
+ msgid "View Gutenberg attr"
4714
+ msgstr ""
4715
+
4716
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:95
4717
+ msgid "All Gutenberg attrs"
4718
+ msgstr ""
4719
+
4720
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:96
4721
+ msgid "Search Gutenberg attrs"
4722
+ msgstr ""
4723
+
4724
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:97
4725
+ msgid "Parent Gutenberg attrs:"
4726
+ msgstr ""
4727
+
4728
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:98
4729
+ msgid "No Gutenberg attrs found."
4730
+ msgstr ""
4731
+
4732
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:99
4733
+ msgid "No Gutenberg attrs found in Trash."
4734
+ msgstr ""
4735
+
4736
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:101
4737
+ msgid "Gutenberg attr Cover Image"
4738
+ msgstr ""
4739
+
4740
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:106
4741
+ msgid "Set cover image"
4742
+ msgstr ""
4743
+
4744
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:111
4745
+ msgid "Remove cover image"
4746
+ msgstr ""
4747
+
4748
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:116
4749
+ msgid "Use as a cover image"
4750
+ msgstr ""
4751
+
4752
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:121
4753
+ msgid "Gutenberg attr archives"
4754
+ msgstr ""
4755
+
4756
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:126
4757
+ msgid "Add into Gutenberg attr"
4758
+ msgstr ""
4759
+
4760
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:131
4761
+ msgid "Uploaded to this Gutenberg attr"
4762
+ msgstr ""
4763
+
4764
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:136
4765
+ msgid "Filter Gutenberg attrs list"
4766
+ msgstr ""
4767
+
4768
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:141
4769
+ msgid "Gutenberg attrs list navigation"
4770
+ msgstr ""
4771
+
4772
+ #: visualcomposer/Modules/Vendors/Gutenberg/AttributeController.php:146
4773
+ msgid "Gutenberg attrs list"
4774
+ msgstr ""
4775
+
4776
+ #: visualcomposer/Modules/Vendors/Gutenberg/SettingsController.php:73
4777
+ msgid ""
4778
+ "Enable/disable the Gutenberg editor for your WordPress site. Disabling "
4779
+ "Gutenberg editor will enable classic WordPress editor. In both cases, you "
4780
+ "can still use Visual Composer."
4781
+ msgstr ""
4782
+
4783
+ #: visualcomposer/Modules/Vendors/Gutenberg/SettingsController.php:81
4784
+ msgid "Gutenberg Editor"
4785
+ msgstr ""
4786
+
4787
+ #: visualcomposer/Modules/Vendors/Gutenberg/SettingsController.php:97
4788
+ msgid "Gutenberg"
4789
+ msgstr ""
4790
+
4791
+ #: visualcomposer/Modules/Vendors/PluginsController.php:117
4792
+ msgid "Help Center"
4793
+ msgstr ""
4794
+
4795
+ #: visualcomposer/Modules/Vendors/PluginsController.php:122
4796
+ msgid "API"
4797
+ msgstr ""
4798
+
4799
+ #: visualcomposer/Modules/Vendors/PluginsController.php:127
4800
+ msgid "Premium Support"
4801
+ msgstr ""
4802
+
4803
+ #: visualcomposer/Modules/Vendors/WooCommerceController.php:47
4804
+ msgid "Woocommerce Shop"
4805
+ msgstr ""
4806
+
4807
+ #: visualcomposer/Modules/Vendors/WooCommerceController.php:51
4808
+ msgid "Woocommerce Cart"
4809
+ msgstr ""
4810
+
4811
+ #: visualcomposer/Modules/Vendors/WooCommerceController.php:55
4812
+ msgid "Woocommerce Checkout"
4813
+ msgstr ""
4814
+
4815
+ #: visualcomposer/Modules/Vendors/WooCommerceController.php:59
4816
+ msgid "Woocommerce My Account"
4817
+ msgstr ""
4818
+
4819
+ #: visualcomposer/Modules/Vendors/WooCommerceController.php:63
4820
+ msgid "Woocommerce Product Category"
4821
+ msgstr ""
4822
+
4823
+ #: visualcomposer/Modules/Vendors/WooCommerceController.php:67
4824
+ msgid "Woocommerce Terms"
4825
+ msgstr ""
4826
+
4827
+ #: visualcomposer/Modules/Vendors/WooCommerceController.php:323
4828
+ msgid "Length:"
4829
+ msgstr ""
4830
+
4831
+ #: visualcomposer/Modules/Vendors/WooCommerceController.php:327
4832
+ msgid "Width:"
4833
+ msgstr ""
4834
+
4835
+ #: visualcomposer/Modules/Vendors/WooCommerceController.php:330
4836
+ msgid "Height:"
4837
+ msgstr ""
4838
+
4839
+ #: visualcomposer/Modules/Vendors/WordpressController.php:67
4840
+ #: visualcomposer/resources/views/settings/layouts/dashboard-main-layout.php:293
4841
+ #, php-format
4842
+ msgid ""
4843
+ "Thank you for choosing Visual Composer Website Builder. <br>Like the plugin? "
4844
+ "%sRate us on WordPress.org%s"
4845
+ msgstr ""
4846
+
4847
+ #: visualcomposer/Modules/Vendors/WpmlController.php:218
4848
+ #, php-format
4849
+ msgid ""
4850
+ "<b>Visual Composer:</b> To complete WPML Translation Manager process for the "
4851
+ "Visual Composer supported pages you will need to run automatic posts update. "
4852
+ "<a href=\"%s\">Update Posts</a>"
4853
+ msgstr ""
4854
+
4855
+ #: visualcomposer/resources/views/editor/frontend/frontend.php:33
4856
+ #, php-format
4857
+ msgid "Frontend editor: %s"
4858
+ msgstr ""
4859
+
4860
+ #: visualcomposer/resources/views/editor/pageEditable/pageEditable.php:22
4861
+ msgid "Loading..."
4862
+ msgstr ""
4863
+
4864
+ #: visualcomposer/resources/views/elements/widgets/variables.php:20
4865
+ msgid "No custom widgets found."
4866
+ msgstr ""
4867
+
4868
+ #: visualcomposer/resources/views/elements/widgets/variables.php:37
4869
+ msgid "No widgets found."
4870
+ msgstr ""
4871
+
4872
+ #: visualcomposer/resources/views/license/pages/license.php:26
4873
+ msgid ""
4874
+ "It seems you haven’t activated your Premium license to access elements, "
4875
+ "templates, and addons in the Visual Composer Hub."
4876
+ msgstr ""
4877
+
4878
+ #: visualcomposer/resources/views/license/pages/license.php:46
4879
+ msgid "License Information"
4880
+ msgstr ""
4881
+
4882
+ #: visualcomposer/resources/views/license/pages/license.php:50
4883
+ msgid ""
4884
+ "Visual Composer license information. Click refresh to check for license "
4885
+ "updates."
4886
+ msgstr ""
4887
+
4888
+ #: visualcomposer/resources/views/license/pages/license.php:56
4889
+ #: visualcomposer/resources/views/settings/pages/system-status.php:28
4890
+ msgid "Refresh"
4891
+ msgstr ""
4892
+
4893
+ #: visualcomposer/resources/views/license/pages/license.php:66
4894
+ msgid "License information"
4895
+ msgstr ""
4896
+
4897
+ #: visualcomposer/resources/views/license/pages/license.php:71
4898
+ msgid "License key"
4899
+ msgstr ""
4900
+
4901
+ #: visualcomposer/resources/views/license/pages/license.php:77
4902
+ msgid "Deactivate"
4903
+ msgstr ""
4904
+
4905
+ #: visualcomposer/resources/views/license/pages/license.php:83
4906
+ msgid "License type"
4907
+ msgstr ""
4908
+
4909
+ #: visualcomposer/resources/views/license/pages/license.php:88
4910
+ msgid "Upgrade"
4911
+ msgstr ""
4912
+
4913
+ #: visualcomposer/resources/views/license/pages/license.php:94
4914
+ msgid "License expiration date"
4915
+ msgstr ""
4916
+
4917
+ #: visualcomposer/resources/views/settings/fields/dataCollectionTable.php:11
4918
+ msgid "What kind of data will I share?"
4919
+ msgstr ""
4920
+
4921
+ #: visualcomposer/resources/views/settings/fields/dataCollectionTable.php:17
4922
+ msgid "Editor"
4923
+ msgstr ""
4924
+
4925
+ #: visualcomposer/resources/views/settings/fields/dataCollectionTable.php:18
4926
+ msgid ""
4927
+ "License type, site and page ids (de-identified), how long the editor has "
4928
+ "been used"
4929
+ msgstr ""
4930
+
4931
+ #: visualcomposer/resources/views/settings/fields/dataCollectionTable.php:22
4932
+ msgid ""
4933
+ "Which elements are used and downloaded, site and page ids (de-identified)"
4934
+ msgstr ""
4935
+
4936
+ #: visualcomposer/resources/views/settings/fields/dataCollectionTable.php:26
4937
+ msgid ""
4938
+ "Which templates are used and downloaded, site and page ids (de-identified)"
4939
+ msgstr ""
4940
+
4941
+ #: visualcomposer/resources/views/settings/fields/dataCollectionTable.php:29
4942
+ msgid "System"
4943
+ msgstr ""
4944
+
4945
+ #: visualcomposer/resources/views/settings/fields/dataCollectionTable.php:30
4946
+ msgid "Plugin version, WordPress version, Active WordPress theme, PHP version"
4947
+ msgstr ""
4948
+
4949
+ #: visualcomposer/resources/views/settings/fields/dataCollectionTable.php:35
4950
+ msgid ""
4951
+ "We will never collect any sensivite or private data such as IP addresses, "
4952
+ "email, usernames, or passwords."
4953
+ msgstr ""
4954
+
4955
+ #: visualcomposer/resources/views/settings/fields/post-types/post-types-toggle.php:22
4956
+ #: visualcomposer/resources/views/settings/fields/toggle.php:18
4957
+ msgid "on"
4958
+ msgstr ""
4959
+
4960
+ #: visualcomposer/resources/views/settings/fields/post-types/post-types-toggle.php:23
4961
+ #: visualcomposer/resources/views/settings/fields/toggle.php:19
4962
+ msgid "off"
4963
+ msgstr ""
4964
+
4965
+ #: visualcomposer/resources/views/settings/fields/yesnotoggle.php:18
4966
+ msgid "yes"
4967
+ msgstr ""
4968
+
4969
+ #: visualcomposer/resources/views/settings/fields/yesnotoggle.php:19
4970
+ msgid "no"
4971
+ msgstr ""
4972
+
4973
+ #: visualcomposer/resources/views/settings/layouts/dashboard-main-layout.php:254
4974
+ msgid "Help"
4975
+ msgstr ""
4976
+
4977
+ #: visualcomposer/resources/views/settings/layouts/dashboard-main-layout.php:259
4978
+ msgid "My Visual Composer"
4979
+ msgstr ""
4980
+
4981
+ #: visualcomposer/resources/views/settings/pages/index.php:90
4982
+ msgid "Save Changes"
4983
+ msgstr ""
4984
+
4985
+ #: visualcomposer/resources/views/settings/pages/system-status.php:27
4986
+ msgid ""
4987
+ "Check system status and WordPress configuration for compliance with Visual "
4988
+ "Composer requirements."
4989
+ msgstr ""
4990
+
4991
+ #: visualcomposer/resources/views/settings/pages/system-status.php:75
4992
+ msgid "WordPress environment"
4993
+ msgstr ""
4994
+
4995
+ #: visualcomposer/resources/views/settings/pages/system-status.php:80
4996
+ msgid "WordPress version"
4997
+ msgstr ""
4998
+
4999
+ #: visualcomposer/resources/views/settings/pages/system-status.php:84
5000
+ msgid "WordPress version currently installed on your site."
5001
+ msgstr ""
5002
+
5003
+ #: visualcomposer/resources/views/settings/pages/system-status.php:90
5004
+ msgid "PHP version"
5005
+ msgstr ""
5006
+
5007
+ #: visualcomposer/resources/views/settings/pages/system-status.php:94
5008
+ msgid "PHP version currently installed on your site."
5009
+ msgstr ""
5010
+
5011
+ #: visualcomposer/resources/views/settings/pages/system-status.php:100
5012
+ msgid "WP_DEBUG"
5013
+ msgstr ""
5014
+
5015
+ #: visualcomposer/resources/views/settings/pages/system-status.php:104
5016
+ msgid "Displays whether of not WordPress is in Debug Mode"
5017
+ msgstr ""
5018
+
5019
+ #: visualcomposer/resources/views/settings/pages/system-status.php:110
5020
+ msgid "Visual Composer version"
5021
+ msgstr ""
5022
+
5023
+ #: visualcomposer/resources/views/settings/pages/system-status.php:113
5024
+ msgid "Visual Composer version installed on your site."
5025
+ msgstr ""
5026
+
5027
+ #: visualcomposer/resources/views/settings/pages/system-status.php:126
5028
+ msgid "There is a new version of Visual Composer Website Builder available."
5029
+ msgstr ""
5030
+
5031
+ #: visualcomposer/resources/views/settings/pages/system-status.php:141
5032
+ msgid "Configurations"
5033
+ msgstr ""
5034
+
5035
+ #: visualcomposer/resources/views/settings/pages/system-status.php:146
5036
+ msgid "Plugin folder"
5037
+ msgstr ""
5038
+
5039
+ #: visualcomposer/resources/views/settings/pages/system-status.php:151
5040
+ msgid "Plugin folder must be `visualcomposer`."
5041
+ msgstr ""
5042
+
5043
+ #: visualcomposer/resources/views/settings/pages/system-status.php:159
5044
+ msgid "Memory limit"
5045
+ msgstr ""
5046
+
5047
+ #: visualcomposer/resources/views/settings/pages/system-status.php:164
5048
+ msgid "The maximum amount of memory (RAM) that your site can use at one time."
5049
+ msgstr ""
5050
+
5051
+ #: visualcomposer/resources/views/settings/pages/system-status.php:172
5052
+ msgid "Post max size"
5053
+ msgstr ""
5054
+
5055
+ #: visualcomposer/resources/views/settings/pages/system-status.php:177
5056
+ msgid ""
5057
+ "The maximum size of the post data allowed that also affects file upload."
5058
+ msgstr ""
5059
+
5060
+ #: visualcomposer/resources/views/settings/pages/system-status.php:185
5061
+ msgid "Max input nesting level"
5062
+ msgstr ""
5063
+
5064
+ #: visualcomposer/resources/views/settings/pages/system-status.php:190
5065
+ msgid "The maximum nesting depth of input variables (i.e. $_GET, $_POST.). "
5066
+ msgstr ""
5067
+
5068
+ #: visualcomposer/resources/views/settings/pages/system-status.php:198
5069
+ msgid "PHP Max Input Vars"
5070
+ msgstr ""
5071
+
5072
+ #: visualcomposer/resources/views/settings/pages/system-status.php:203
5073
+ msgid ""
5074
+ "The number of input variables that may be accepted (limit is applied to "
5075
+ "$_GET, $_POST, and $_COOKIE superglobal separately)."
5076
+ msgstr ""
5077
+
5078
+ #: visualcomposer/resources/views/settings/pages/system-status.php:211
5079
+ msgid "Timeout"
5080
+ msgstr ""
5081
+
5082
+ #: visualcomposer/resources/views/settings/pages/system-status.php:215
5083
+ msgid "The maximum execution time for PHP scripts."
5084
+ msgstr ""
5085
+
5086
+ #: visualcomposer/resources/views/settings/pages/system-status.php:221
5087
+ msgid "Max upload file size"
5088
+ msgstr ""
5089
+
5090
+ #: visualcomposer/resources/views/settings/pages/system-status.php:226
5091
+ msgid "The largest file size that can be uploaded to your WordPress site."
5092
+ msgstr ""
5093
+
5094
+ #: visualcomposer/resources/views/settings/pages/system-status.php:234
5095
+ msgid "Access to the upload folder"
5096
+ msgstr ""
5097
+
5098
+ #: visualcomposer/resources/views/settings/pages/system-status.php:239
5099
+ msgid ""
5100
+ "Visual Composer stores assets in the WordPress uploads folder. The folder "
5101
+ "must be writable for this to happen."
5102
+ msgstr ""
5103
+
5104
+ #: visualcomposer/resources/views/settings/pages/system-status.php:247
5105
+ msgid "File system method"
5106
+ msgstr ""
5107
+
5108
+ #: visualcomposer/resources/views/settings/pages/system-status.php:251
5109
+ msgid "The file system method should be direct."
5110
+ msgstr ""
5111
+
5112
+ #: visualcomposer/resources/views/settings/pages/system-status.php:262
5113
+ msgid "Extensions"
5114
+ msgstr ""
5115
+
5116
+ #: visualcomposer/resources/views/settings/pages/system-status.php:267
5117
+ msgid ".zip extension"
5118
+ msgstr ""
5119
+
5120
+ #: visualcomposer/resources/views/settings/pages/system-status.php:271
5121
+ msgid "The Zip Extension should be enabled on your server"
5122
+ msgstr ""
5123
+
5124
+ #: visualcomposer/resources/views/settings/pages/system-status.php:277
5125
+ msgid "cURL extension"
5126
+ msgstr ""
5127
+
5128
+ #: visualcomposer/resources/views/settings/pages/system-status.php:281
5129
+ msgid "The version of cURL installed on your server."
5130
+ msgstr ""
5131
+
5132
+ #: visualcomposer/resources/views/settings/pages/system-status.php:292
5133
+ msgid "Connections"
5134
+ msgstr ""
5135
+
5136
+ #: visualcomposer/resources/views/settings/pages/system-status.php:301
5137
+ msgid "Connection with your account."
5138
+ msgstr ""
5139
+
5140
+ #: visualcomposer/resources/views/settings/pages/system-status.php:307
5141
+ msgid "AWS"
5142
+ msgstr ""
5143
+
5144
+ #: visualcomposer/resources/views/settings/pages/system-status.php:311
5145
+ msgid "The connection with the AWS."
5146
+ msgstr ""
5147
+
5148
+ #: visualcomposer/resources/views/settings/pages/system-status.php:317
5149
+ msgid "Large data transfer"
5150
+ msgstr ""
5151
+
5152
+ #: visualcomposer/resources/views/settings/pages/system-status.php:322
5153
+ msgid ""
5154
+ "Ability to send large data. In case if failed - adjust your php.ini file to "
5155
+ "increase memory_limit, post_max_size and execution time."
5156
+ msgstr ""
5157
+
5158
+ #: visualcomposer/resources/views/vendors/dashboard.php:55
5159
+ msgid "No news found."
5160
+ msgstr ""
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: 35.0
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', '35.0');
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: 35.1-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', '35.1-beta.1');
50
  /**
51
  * Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
52
  */
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{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}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{background-color:transparent;-webkit-text-decoration-skip:objects}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-size:.875rem;font-family:Nunito Sans,sans-serif}*,:after,:before{box-sizing:inherit}[tabindex="-1"]:focus{outline:none!important}img{max-width:100%}a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;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;src:url(fonts/VC-Icons.ttf?ec61df100ab235d3f3942de5a0cd47c8) format("truetype"),url(fonts/VC-Icons.woff?7db51c29cddd2a76f003b62fdb742a48) format("woff"),url("data:image/svg+xml,%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %3e %3csvg xmlns='http://www.w3.org/2000/svg'%3e %3cmetadata%3eGenerated by IcoMoon%3c/metadata%3e %3cdefs%3e %3cfont id='VC-Icons' horiz-adv-x='1024'%3e %3cfont-face units-per-em='1024' ascent='960' descent='-64' /%3e %3cmissing-glyph horiz-adv-x='1024' /%3e %3cglyph unicode='&%23x20;' horiz-adv-x='512' d='' /%3e %3cglyph unicode='&%23x2261;' glyph-name='mobile-menu' d='M74.668 822.856h874.666v-124.953h-874.666v124.953zM74.668 510.495h874.666v-124.97h-874.666v124.97zM74.668 198.096h874.666v-124.953h-874.666v124.953z' /%3e %3cglyph unicode='&%23x22ee;' glyph-name='drag-dots' d='M619.59 448c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59zM619.59 820.411c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59zM619.59 75.591c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59z' /%3e %3cglyph unicode='&%23x22ef;' glyph-name='more-dots' d='M512 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59zM884.411 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59zM139.591 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59z' /%3e %3cglyph unicode='&%23x2315;' glyph-name='search' horiz-adv-x='951' d='M658.286 475.428q0 105.714-75.143 180.857t-180.857 75.143-180.857-75.143-75.143-180.857 75.143-180.857 180.857-75.143 180.857 75.143 75.143 180.857zM950.857 0q0-29.714-21.714-51.429t-51.429-21.714q-30.857 0-51.429 21.714l-196 195.429q-102.286-70.857-228-70.857-81.714 0-156.286 31.714t-128.571 85.714-85.714 128.571-31.714 156.286 31.714 156.286 85.714 128.571 128.571 85.714 156.286 31.714 156.286-31.714 128.571-85.714 85.714-128.571 31.714-156.286q0-125.714-70.857-228l196-196q21.143-21.143 21.143-51.429z' /%3e %3cglyph unicode='&%23x23f8;' glyph-name='row-layout' d='M92-32h360v960h-420v-960h60zM152 88v720h180v-720h-180zM932-32h-360v960h420v-960h-60zM872 88v720h-180v-720h180z' /%3e %3cglyph unicode='&%23x25b4;' glyph-name='arrow-up' d='M775.22 340.565l-263.22 263.22-263.22-263.22c-17.844-17.844-5.212-48.35 20.025-48.35h486.389c25.237 0 37.87 30.506 20.025 48.35z' /%3e %3cglyph unicode='&%23x25b8;' glyph-name='arrow-right' d='M404.565 184.78l263.22 263.22-263.22 263.22c-17.844 17.844-48.35 5.212-48.35-20.025v-486.389c0-25.237 30.506-37.87 48.35-20.025z' /%3e %3cglyph unicode='&%23x25be;' glyph-name='expand' d='M248.78 555.435l263.22-263.22 263.22 263.22c17.844 17.844 5.212 48.35-20.025 48.35h-486.389c-25.237 0-37.87-30.506-20.025-48.35z' /%3e %3cglyph unicode='&%23x25c4;' glyph-name='arrow-left' d='M619.435 711.22l-263.22-263.22 263.22-263.22c17.844-17.844 48.35-5.212 48.35 20.025v486.389c0 25.237-30.506 37.87-48.35 20.025z' /%3e %3cglyph unicode='&%23x2661;' glyph-name='heart-stroke' d='M739.616 768c78.624 0 143.744-58.24 154.752-134.016l-382.24-438.976-382.496 438.976c11.008 75.776 76.128 134.016 154.752 134.016 64.512 0 123.36-69.248 123.36-69.248l104.256-110.752 104.256 110.752c0 0 58.88 69.248 123.36 69.248M739.616 896c-95.488 0-176-50.496-227.616-123.008-51.616 72.512-132.128 123.008-227.616 123.008-156.896 0-284.384-127.744-284.384-284.512v-23.488l512.256-588 511.744 588v23.488c0 156.768-127.488 284.512-284.384 284.512v0z' /%3e %3cglyph unicode='&%23x270e;' glyph-name='edit' d='M320.892-0.215l639.258 639.21c25.772 25.772 31.447 56.233 5.659 81.989l-172.175 172.159c-25.74 25.756-65.886 28.488-91.673 2.716l-640.858-637.011c-28.698-27.373-22.409-27.826-22.442-45.95l-0.469-187.535c0.065-28.036 22.458-50.93 50.477-50.995l199.775 5.336c14.002-0.049 21.585 9.152 32.45 20.081zM773.893 775.89l74.664-74.697c11.932-11.948 6.289-30.477-5.691-42.442l-44.446-44.462-113.21 113.193 52.66 52.223c11.948 11.981 24.042 8.133 36.023-3.816zM237.755 53.495l-81.375 3.007c-12.984 0.032-22.976 9.442-23.055 22.458l1.778 92.935c0 6.435 0.211 9.184 13.889 22.927l0.016-0.032 453.664 450.817 113.516-113.516-463.816-463.816c-10.865-10.865-8.181-14.842-14.616-14.778z' /%3e %3cglyph unicode='&%23x2710;' glyph-name='pen-alt-fill' d='M948.992 884.992c-99.872 100-262.112 100-361.984 0l-586.016-585.984-0.992-363.008h361.984l587.008 587.008c100 100 100 261.984 0 361.984zM307.616 64h-180.992v182.016c49.984 49.984 131.008 49.984 180.992 0s50.016-132.032 0-182.016zM856.128 613.504l-180.992 180.992c49.984 49.984 131.008 49.984 180.992 0s49.984-131.008 0-180.992z' /%3e %3cglyph unicode='&%23x2714;' glyph-name='save' d='M496.783 176.777l527.215 527.237-108.612 108.589-512.011-511.989-294.788 294.788-108.589-108.589 403.376-403.42z' /%3e %3cglyph unicode='&%23x2715;' glyph-name='add-thin' d='M64 503.552h896v-111.119h-896v111.119zM456.433 896h111.104v-896h-111.104v896z' /%3e %3cglyph unicode='&%23x2716;' glyph-name='close' d='M64 135.363l760.637 760.637 135.139-135.139-760.412-760.861-135.363 135.363zM64 760.637l135.139 135.139 760.637-760.637-135.139-135.139-760.637 760.637z' /%3e %3cglyph unicode='&%23x2717;' glyph-name='close-thin' d='M861.143 0.020l-797.107 797.107 98.855 98.855 797.107-797.107-98.855-98.855zM162.845 0.032l-98.842 98.842 797.107 797.107 98.842-98.842-797.107-797.107z' /%3e %3cglyph unicode='&%23x2723;' glyph-name='move' d='M576 320v-192h128l-192-192-192 192h128v192zM448 576v192h-128l192 192 192-192h-128v-192zM384 384h-192v-128l-192 192 192 192v-128h192zM640 512h192v128l192-192-192-192v128h-192z' /%3e %3cglyph unicode='&%23x2795;' glyph-name='add' d='M32.001 533.328h959.998v-170.658h-959.998v170.658zM426.659 927.986h170.658v-959.973h-170.658v959.973z' /%3e %3cglyph unicode='&%23x2796;' glyph-name='remove' d='M32.001 533.328h959.998v-170.658h-959.998v170.658z' /%3e %3cglyph unicode='&%23x293e;' glyph-name='undo' horiz-adv-x='1022' d='M900.936 840.968c-158.614 158.582-435.332 158.71-593.85 0l-179.094-179.222v170.23h-127.992v-383.976h383.976v127.992l-160.726-0.096 174.486 174.486c110.234 110.362 302.478 110.362 412.71-0.128 55.132-55.134 85.498-128.376 85.498-206.356 0-78.076-30.366-151.35-85.498-206.644l-96.506-96.474 90.49-90.458 96.506 96.25c79.258 79.516 123 185.046 123 297.326 0 112.216-43.742 217.714-123 297.070zM590.332-64l-90.492 90.618 90.556 90.458 90.49-90.618z' /%3e %3cglyph unicode='&%23x293f;' glyph-name='redo' horiz-adv-x='1022' d='M121.064 840.968c158.614 158.582 435.332 158.71 593.85 0l179.094-179.222v170.23h127.992v-383.976h-383.976v127.992l160.726-0.096-174.486 174.486c-110.234 110.362-302.478 110.362-412.71-0.128-55.132-55.134-85.498-128.376-85.498-206.356 0-78.076 30.366-151.35 85.498-206.644l96.506-96.474-90.49-90.458-96.506 96.25c-79.258 79.516-123 185.046-123 297.326 0 112.216 43.742 217.714 123 297.070zM431.668-64l90.492 90.618-90.556 90.458-90.49-90.618z' /%3e %3cglyph unicode='&%23xe900;' glyph-name='error' horiz-adv-x='1152' d='M1139.232 79.872l-480 832c-16.608 28.736-47.68 48.128-83.232 48.128s-66.624-19.392-83.232-48.128l-480-832c-8.096-14.080-12.768-30.432-12.768-47.872 0-52.992 43.008-96 96-96h960c52.992 0 96 43.008 96 96 0 17.44-4.64 33.792-12.768 47.872zM95.936 31.904l480.128 832 479.936-831.904-960.064-0.096z' /%3e %3cglyph unicode='&%23xe901;' glyph-name='key' d='M620.291 299.094c-6.728 16.669-12.558 35.711-17.828 58.211-7.395 31.589-38.431 51.066-69.338 43.501-30.898-7.56-49.951-39.296-42.554-70.882 6.679-28.528 14.322-53.283 23.357-75.678 24.156-59.879 80.361-98.669 143.319-98.819h181.573c0.123 0 0.242 0 0.368 0 61.408 0 116.909 37.131 141.458 94.685 19.882 46.611 43.54 119.122 43.353 199.875-0.187 80.541-24.050 151.934-44.041 197.649-24.628 56.306-80.096 92.785-141.45 92.935h-179.404c-0.13 0-0.256 0-0.389 0-64.722 0-121.18-38.987-143.898-99.407-3.023-8.039-6.719-18.163-10.577-29.971h-347.892c-15.553 0-30.441-6.437-41.277-17.842l-98.822-104.055c-21.766-22.918-21.657-59.405 0.247-82.187l100.674-104.714c10.815-11.25 25.597-17.587 41.029-17.587h172.584c31.773 0 57.528 26.329 57.528 58.809s-25.755 58.809-57.528 58.809h-148.462l-44.377 46.156 42.732 44.997h366.715c26.5 0 49.572 18.507 55.877 44.821 4.654 19.427 10.496 38.108 18.941 60.567 5.571 14.808 19.551 23.994 36.642 23.994 0.040 0 0.078 0 0.115 0h179.401c16.269-0.038 30.274-8.977 36.547-23.321 15.443-35.32 33.884-90.003 34.022-149.926 0.141-60.361-18.282-116.294-33.763-152.587-6.242-14.637-20.365-24.079-36.13-24.079-0.031 0-0.063 0-0.095 0h-181.573c-15.912 0.038-30.818 10.506-37.088 26.049zM819.2 448c0-28.515-22.923-51.63-51.2-51.63s-51.2 23.115-51.2 51.63c0 28.515 22.923 51.63 51.2 51.63s51.2-23.115 51.2-51.63z' /%3e %3cglyph unicode='&%23xe902;' glyph-name='eye-on' horiz-adv-x='1336' d='M1319.57 481.22c-2.411 4.767-59.563 118.14-166.47 232.225-145.209 154.47-312.995 236.335-485.273 236.335s-340.064-81.865-485.273-236.664c-106.852-114.030-164.059-227.403-166.415-232.225-7.891-15.398-7.891-33.535 0-48.988 2.411-4.767 59.563-118.14 166.415-232.171 145.209-154.47 312.995-236.335 485.273-236.335s340.064 81.865 485.273 236.664c106.852 114.030 164.059 227.403 166.47 232.171 7.891 15.069 7.891 33.535 0 48.988zM1071.234 272.667c-125.373-132.551-260.993-199.677-403.408-199.677s-278.090 67.125-403.408 199.677c-68.495 72.605-115.4 146.579-136.99 183.895 21.59 36.987 68.166 110.962 136.99 183.895 125.318 132.551 260.938 199.677 403.408 199.677s278.090-67.125 403.408-199.677c68.495-72.933 115.4-146.579 136.99-183.895-21.918-36.987-68.495-110.962-136.99-183.895zM667.826 675.746c-120.88 0-219.184-98.304-219.184-219.184s98.304-219.184 219.184-219.184c120.88 0 219.184 98.304 219.184 219.184s-98.304 219.184-219.184 219.184zM667.826 346.97c-60.276 0-109.592 49.316-109.592 109.592s49.316 109.592 109.592 109.592c60.276 0 109.592-49.316 109.592-109.592s-49.316-109.592-109.592-109.592z' /%3e %3cglyph unicode='&%23xe903;' glyph-name='copy-icon' horiz-adv-x='853' d='M698.182 866.909h-46.545c0 51.2-41.891 93.091-93.091 93.091h-279.273c-51.2 0-93.091-41.891-93.091-93.091h-46.545c-77.079 0-139.636-62.557-139.636-139.636v-651.636c0-77.079 62.557-139.636 139.636-139.636h558.545c77.079 0 139.636 62.557 139.636 139.636v651.636c0 77.079-62.557 139.636-139.636 139.636zM279.273 866.909h279.273v-93.091h-279.273v93.091zM744.727 75.636c0-25.6-20.945-46.545-46.545-46.545h-558.545c-25.6 0-46.545 20.945-46.545 46.545v651.636c0 25.6 20.945 46.545 46.545 46.545h46.545c0-51.2 41.891-93.091 93.091-93.091h279.273c51.2 0 93.091 41.891 93.091 93.091h46.545c25.6 0 46.545-20.945 46.545-46.545v-651.636z' /%3e %3cglyph unicode='&%23xe904;' glyph-name='paste-icon' horiz-adv-x='864' d='M785.455 576h-87.273v165.818c0 24-19.636 43.636-43.636 43.636h-43.636c0-48-39.273-87.273-87.273-87.273h-261.818c-48 0-87.273 39.273-87.273 87.273h-43.636c-24 0-43.636-19.636-43.636-43.636v-610.909c0-24 19.636-43.636 43.636-43.636h93.091v-87.273h-93.091c-72.262 0-130.909 58.647-130.909 130.909v610.909c0 72.262 58.647 130.909 130.909 130.909h43.636c0 48 39.273 87.273 87.273 87.273h261.818c48 0 87.273-39.273 87.273-87.273h43.636c72.262 0 130.909-58.647 130.909-130.909v-165.818zM261.818 872.727v0.087-87.36h261.818v87.273h-261.818zM802.944 512h-471.968c-39.808 0-42.976-8.864-42.976-48.672v-478.688c0-39.776 21.28-48.64 61.056-48.64h472c39.776 0 42.944 8.864 42.944 48.64v478.688c0 39.776-21.28 48.672-61.056 48.672zM413.472 32c-30.56 0-29.472 9.792-29.472 40.384v303.2c0 30.592-3.2 40.384 27.392 40.384h327.104c30.592 0 29.504-9.792 29.504-40.384v-303.2c0-30.592 3.2-40.384-27.392-40.384h-327.136z' /%3e %3cglyph unicode='&%23xe905;' glyph-name='star' d='M512 893.44l122.266-344.166h328.294l-267.878-202.138 95.795-354.714-278.477 212.685-278.426-212.685 95.744 354.714-267.93 202.138h328.294l122.317 344.166z' /%3e %3cglyph unicode='&%23xe906;' glyph-name='lock1' horiz-adv-x='777' d='M674.877 43.6v482.997h-577.806v-482.997h577.806zM236.997 718.477v-97.071h297.955v97.071c0 81.278-67.7 148.978-148.978 148.978s-148.978-67.7-148.978-148.978v0zM674.877 621.406c51.906 0 97.071-42.902 97.071-94.808v-482.997c0-51.906-45.165-94.808-97.071-94.808h-577.806c-51.906 0-97.071 42.902-97.071 94.808v482.997c0 51.906 45.165 94.808 97.071 94.808h47.38v97.071c0 133.184 108.339 241.523 241.523 241.523s241.523-108.339 241.523-241.523v-97.071h47.38z' /%3e %3cglyph unicode='&%23xe907;' glyph-name='eye-off' horiz-adv-x='1336' d='M565.741 838.736c31.179 7.562 65.755 11.672 101.044 11.672h1.37c142.47 0 278.090-67.125 403.079-199.677 68.495-72.605 115.072-146.579 136.661-183.567-29.425-51.015-61.974-97.592-98.633-141.1-19.507-22.96-16.768-57.536 6.521-77.043 10.302-8.548 22.96-12.987 35.289-12.987 15.398 0 31.179 6.521 41.755 19.507 47.946 56.878 89.043 117.483 126.031 185.594 8.548 15.781 8.877 34.576 0.658 50.686-2.411 4.767-59.563 118.14-166.47 232.225-145.209 154.141-312.995 235.952-485.273 235.952h-1.37c-43.508 0-87.345-5.151-127.072-14.74-29.425-7.178-47.289-36.987-40.056-66.084 7.562-29.425 36.987-47.618 66.413-40.439h0.055zM1032.548 179.486c-0.329 0.329-764.404 764.404-764.404 764.404-21.206 21.206-56.166 21.206-77.427 0s-21.206-56.166 0-77.427l69.865-69.865c-98.304-84.605-180.169-186.635-243.842-303.46-8.548-15.781-8.877-34.576-1.041-50.686 2.411-4.767 59.618-118.14 166.799-232.171 145.209-154.799 312.995-236.664 485.602-236.664 115.784 2.027 224.664 34.905 318.858 96.222l80.112-80.167c10.63-10.63 24.658-16.11 38.686-16.11s28.11 5.48 38.686 16.11c21.918 21.206 21.918 56.166 0.329 77.427l-112.222 112.387zM559.604 497.303l138.689-138.689c-10.959-3.781-22.576-5.48-34.576-5.48-60.276 0-109.592 49.316-109.592 109.592 0 12 2.082 23.617 5.48 34.576zM667.826 83.264c-142.47 0-278.090 67.454-403.408 199.677-68.495 72.605-115.072 146.25-136.661 183.567 56.166 96.934 127.072 181.484 210.636 252.39l139.73-139.73c-21.59-34.576-33.535-75.016-33.535-116.441 0-120.88 98.304-219.184 219.184-219.184 41.426 0 81.865 12 116.441 33.535l127.401-127.401c-72.276-42.138-154.141-65.098-239.732-66.413h-0.055z' /%3e %3cglyph unicode='&%23xe908;' glyph-name='brush-alt' horiz-adv-x='1022' d='M384 192c0 70.752-57.376 128-128 128-70.752 0-128-57.248-128-128v-0.256c0-94.624-51.488-177.12-128-221.376l0.512-0.384c37.504-21.6 80.992-33.984 127.488-33.984 141.376 0 256 114.624 256 256v0zM986.432 922.496c-49.984 49.984-131.008 49.984-180.992 0l-483.936-484c88.256-23.616 157.504-92.736 180.992-181.12l483.936 484.128c50.016 49.984 50.016 131.008 0 180.992z' /%3e %3cglyph unicode='&%23xe909;' glyph-name='hub-shop' d='M960 64h-64v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-512v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-64c-35.392 0-64-28.672-64-64s28.608-64 64-64h896c35.392 0 64 28.672 64 64s-28.608 64-64 64zM960 960h-896c-35.392 0-64-28.672-64-64v-384c0-70.656 57.28-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128v384c0 35.328-28.608 64-64 64z' /%3e %3cglyph unicode='&%23xe90a;' glyph-name='download' horiz-adv-x='781' d='M329.007 144.021v755.267c0 33.53 27.174 60.712 60.711 60.712 33.53 0 60.711-27.196 60.711-60.712v-755.514l225.618 225.618c23.704 23.704 62.135 23.705 85.85-0.009 23.709-23.709 23.712-62.147 0.009-85.85l-329.144-329.144c-11.851-11.851-27.382-17.777-42.915-17.778-15.543 0.003-31.076 5.928-42.926 17.778l-329.144 329.144c-23.704 23.704-23.705 62.135 0.009 85.85 23.709 23.709 62.147 23.712 85.85 0.009l225.371-225.371z' /%3e %3cglyph unicode='&%23xe90b;' glyph-name='chevron-up' d='M512 758.319l-517.198-517.198 103.44-103.44 413.758 413.758 413.758-413.758 103.44 103.44z' /%3e %3cglyph unicode='&%23xe90c;' glyph-name='chevron-down' d='M512 137.681l-517.198 517.198 103.44 103.44 413.758-413.758 413.758 413.758 103.44-103.44z' /%3e %3cglyph unicode='&%23xe90d;' glyph-name='chevron-right' horiz-adv-x='658' d='M663.198 448l-517.198-517.198-103.44 103.44 413.758 413.758-413.758 413.758 103.44 103.44z' /%3e %3cglyph unicode='&%23xe90e;' glyph-name='chevron-left' horiz-adv-x='658' d='M-5.198 448l517.198-517.198 103.44 103.44-413.758 413.758 413.758 413.758-103.44 103.44z' /%3e %3cglyph unicode='&%23xe90f;' glyph-name='plug' d='M902.254 728.131l-131.542-131.148-109.502 109.814 131.192 131.148c27.988 27.978 27.988 73.093 0 101.071s-73.118 27.978-101.106 0l-131.192-131.148-48.629 48.612c-13.294 13.29-56.325 39.169-101.106 0l-204.31-204.24c-123.146-123.104-138.539-314.404-45.48-454.295l-139.589-139.891c-27.988-27.978-27.988-73.093 0-101.071s73.118-27.978 101.106 0l139.589 139.541c58.774-39.169 127.344-60.153 199.412-60.153 96.208 0 186.818 37.421 255.038 105.617l204.31 204.24c27.988 27.978 27.988 73.093 0 101.071l-48.629 48.612 131.192 131.148c27.988 27.978 27.988 73.093 0 101.071-27.638 27.978-73.118 27.978-100.756 0zM615.030 243.060c-41.282-41.268-95.858-63.65-153.932-63.65s-113 22.732-153.932 63.65c-85.013 84.984-85.013 223.126 0 307.76l153.932 153.88 307.865-307.76-153.932-153.88z' /%3e %3cglyph unicode='&%23xe910;' glyph-name='thumbs-down' horiz-adv-x='1331' d='M412.315-64c8.546 0 16.807 2.772 23.683 7.85l4.879 4.234 291.482 295.12c51.953 52.589 83.037 124.85 86.515 200.040l0.327 14.128v203.96c0 160.839-122.726 292.419-275.741 298.452l-10.98 0.216h-259.080c-42.524 0-82.188-20.541-107.778-55.362l-5.264-7.678-133.159-222.668c-17.56-27.376-27.199-59.040-27.199-90.416 0-25.074 2.054-53.867 16.13-81.321l5.862-10.223 18.962-31.792v-12.584c0-90.801 68.502-165.326 154.483-170.393l9.277-0.275 154.241-0.040 5.76-9.832-75.559-153.624c-8.321-17.168-12.641-36.168-12.641-55.208 0-64.768 48.492-117.979 109.636-122.301l8.044-0.283h18.121zM1208.32 294.4c65.050 0 118.45 51.592 122.618 116.606l0.262 8.194v416c0 66.066-50.798 120.301-114.812 124.534l-8.068 0.266h-163.841c-65.050 0-118.45-51.592-122.618-116.606l-0.262-8.194v-416c0-66.066 50.798-120.301 114.812-124.534l8.068-0.266h163.841zM1196.372 396.8h-129.708c-16.517 0-30.172 12.58-32.175 28.807l-0.253 4.127v380.532c0 16.775 12.387 30.643 28.364 32.678l4.064 0.257h129.708c16.517 0 30.172-12.58 32.175-28.807l0.253-4.127v-380.532c0-16.775-12.387-30.643-28.364-32.678l-4.064-0.257zM399.379 40.527c-18.489 0-30.002 5.142-30.002 24.86 0 3.679 0.533 7.359 1.577 10.838l1.947 5.041 72.492 151.578c13.273 27.602 15.188 68.124 0 94.562-13.886 24.274-49.81 35.842-76.017 38.259l-7.213 0.336-144.599 0.038c-40.073 0.036-73.112 32.996-76.479 74.862l-0.283 7.056v23.762c0 5.731-1.118 11.372-3.274 16.567l-2.5 5.033-24.188 41.522c-6.188 9.961-8.438 22.28-8.438 43.599 0 11.434 3.255 23.811 9.288 35.513l3.949 6.927 124.875 213.799c7.645 12.217 20.631 20.603 35.113 22.509l6.287 0.412h242.885c102.652 0 186.758-86.395 191.761-194.593l0.243-10.205v-195.805c0-51.072-18.267-100.902-50.481-138.44l-7.68-8.44-259.262-269.59z' /%3e %3cglyph unicode='&%23xe911;' glyph-name='thumbs-up' horiz-adv-x='1331' d='M918.885 960c-8.546 0-16.807-2.772-23.683-7.85l-4.879-4.234-291.482-295.12c-51.953-52.589-83.037-124.85-86.515-200.040l-0.327-14.128v-203.96c0-160.839 122.726-292.419 275.741-298.452l10.98-0.216h259.080c42.524 0 82.188 20.541 107.778 55.362l5.264 7.678 133.159 222.668c17.56 27.376 27.199 59.040 27.199 90.416 0 25.074-2.054 53.867-16.13 81.321l-5.862 10.223-18.962 31.792v12.584c0 90.801-68.502 165.326-154.483 170.393l-9.277 0.275-154.241 0.040-5.76 9.832 75.559 153.624c8.321 17.168 12.641 36.168 12.641 55.208 0 64.768-48.492 117.979-109.636 122.301l-8.044 0.283h-18.121zM122.88 601.6c-65.050 0-118.45-51.592-122.618-116.606l-0.262-8.194v-416c0-66.066 50.798-120.301 114.812-124.534l8.068-0.266h163.841c65.050 0 118.45 51.592 122.618 116.606l0.262 8.194v416c0 66.066-50.798 120.301-114.812 124.534l-8.068 0.266h-163.841zM134.828 499.2h129.708c16.517 0 30.172-12.58 32.175-28.807l0.253-4.127v-380.532c0-16.775-12.387-30.643-28.364-32.678l-4.064-0.257h-129.708c-16.517 0-30.172 12.58-32.175 28.807l-0.253 4.127v380.532c0 16.775 12.387 30.643 28.364 32.678l4.064 0.257zM931.821 855.473c18.489 0 30.002-5.142 30.002-24.86 0-3.679-0.533-7.359-1.577-10.838l-1.947-5.041-72.492-151.578c-13.273-27.602-15.188-68.124 0-94.563 13.886-24.274 49.81-35.842 76.017-38.259l7.213-0.336 144.599-0.038c40.073-0.036 73.112-32.996 76.479-74.862l0.283-7.056v-23.762c0-5.731 1.118-11.372 3.274-16.567l2.5-5.033 24.188-41.522c6.188-9.961 8.438-22.28 8.438-43.599 0-11.434-3.255-23.811-9.288-35.513l-3.949-6.927-124.875-213.799c-7.645-12.217-20.631-20.603-35.113-22.509l-6.287-0.412h-242.885c-102.652 0-186.758 86.395-191.761 194.593l-0.243 10.205v195.805c0 51.072 18.267 100.902 50.481 138.44l7.68 8.44 259.262 269.59z' /%3e %3cglyph unicode='&%23xe912;' glyph-name='unlock' horiz-adv-x='740' d='M643.294 519.901h-15.252v186.965c0 139.59-115.864 253.134-258.264 253.134s-258.264-113.545-258.264-253.134v-14.325c0-38.125 31.536-69.035 70.434-69.035s70.434 30.912 70.434 69.035v14.325c0 63.44 52.672 115.063 117.397 115.063s117.395-51.623 117.395-115.063v-186.965h-390.911c-53.17 0-96.262-42.237-96.262-94.352v-395.199c0-52.114 43.091-94.35 96.262-94.35h547.032c53.17 0 96.262 42.235 96.262 94.35v395.202c0 52.112-43.091 94.35-96.262 94.35z' /%3e %3cglyph unicode='&%23xe913;' glyph-name='lock' horiz-adv-x='740' d='M643.294 519.901h-15.252v186.965c0 139.59-115.864 253.134-258.264 253.134s-258.264-113.545-258.264-253.134v-14.325c0-38.125-38.897-386.596 0-386.596 13.343 0 130.232-59.095 140.867 0 20.367 113.173 0 361.551 0 386.596v14.325c0 63.44 52.672 115.063 117.397 115.063s117.395-51.623 117.395-115.063v-186.965h-390.911c-53.17 0-96.262-42.237-96.262-94.352v-395.199c0-52.114 43.091-94.35 96.262-94.35h547.032c53.17 0 96.262 42.235 96.262 94.35v395.202c0 52.112-43.091 94.35-96.262 94.35z' /%3e %3cglyph unicode='&%23xe914;' glyph-name='lamp' horiz-adv-x='801' d='M400.696 960c220.944 0 400.696-180.087 400.696-401.441 0-157.282-90.756-293.712-222.555-359.517l-0.054-134.875c0-32.274-39.12-60.338-96.258-74.28-13.638-31.699-45.142-53.886-81.829-53.886s-68.192 22.187-81.829 53.874c-54.323 13.267-92.359 39.286-95.976 69.553l-0.282 4.739-0.009 134.853c-131.823 65.796-222.6 202.239-222.6 359.539 0 221.354 179.752 401.441 400.696 401.441zM583.871 601.863c-17.387 0-31.757-13.21-34.032-30.347l-0.314-4.764v-47.197l-118.981-37.677c-7.285-2.307-14.728-3.767-22.214-4.386l-7.497-0.338c-7.856-0.035-15.497 0.791-22.968 2.476l-7.416 1.971-118.583 36.368v48.782c0 19.391-15.378 35.111-34.345 35.111-17.387 0-31.757-13.21-34.032-30.347l-0.314-4.764v-74.904c0-13.782 7.861-26.115 19.811-31.815l4.666-1.817 143.060-43.875 7.79-2.173 7.848-1.794 0.002-241.954c11.549-0.823 23.049-1.237 34.343-1.237 11.524 0 22.982 0.432 34.367 1.288l-0.021 242.175 7.943 1.883 7.881 2.272 143.167 45.336c12.784 4.047 21.949 15.24 23.828 28.485l0.356 5.053v73.079c0 19.391-15.378 35.111-34.345 35.111z' /%3e %3cglyph unicode='&%23xe915;' glyph-name='forward' horiz-adv-x='970' d='M942.263 678.728l-339.537 265.821c-21.924 17.109-51.804 20.299-76.735 8.12-25.029-12.083-40.938-37.408-40.938-65.15v-177.858c-274.831-46.205-485.053-284.38-485.053-571.273v-105.724c0-53.358 43.461-96.662 97.011-96.662s97.011 43.305 97.011 96.662v105.724c0 179.598 124.173 329.715 291.032 372.923v-155.433c0-27.742 15.91-53.068 40.938-65.15 10.089-4.93 20.954-7.346 31.819-7.346 16.007 0 31.916 5.22 44.916 15.466l339.537 265.821c17.656 13.726 27.842 34.798 27.842 57.031s-10.186 43.305-27.842 57.031z' /%3e %3cglyph unicode='&%23xe916;' glyph-name='swap' horiz-adv-x='740' d='M169.175 379.176c21.173 23.499 55.503 23.499 76.673 0 21.173-23.503 21.173-61.61 0-85.109v0l-60.795-67.484h488.908c29.942 0 54.216-26.945 54.216-60.182s-24.274-60.182-54.216-60.182v0h-488.908l60.795-67.484c21.173-23.503 21.173-61.61 0-85.109-21.177-23.507-55.507-23.499-76.673 0v0l-153.338 170.21c-21.365 23.683-20.866 61.995 0 85.129v0zM482.332 942.373c21.177 23.503 55.503 23.503 76.673 0v0l153.339-170.208c20.722-22.985 21.499-61.28 0-85.128v0l-153.339-170.208c-21.173-23.503-55.5-23.507-76.673 0-21.173 23.503-21.173 61.609 0 85.108v0l60.795 67.483h-488.91c-29.942 0-54.217 26.945-54.217 60.181s24.275 60.181 54.217 60.181v0h488.91l-60.795 67.483c-21.173 23.503-21.173 61.609 0 85.108z' /%3e %3cglyph unicode='&%23xe917;' glyph-name='question' d='M512 960c282.968 0 512-228.994 512-512 0-282.968-228.994-512-512-512-282.968 0-512 228.994-512 512 0 282.968 228.994 512 512 512zM512 179.81c-40.396 0-73.143-32.747-73.143-73.143s32.747-73.143 73.143-73.143c40.396 0 73.143 32.747 73.143 73.143s-32.747 73.143-73.143 73.143zM512 813.714c-120.993 0-219.429-99.998-219.429-222.912 0-30.778 24.56-55.728 54.857-55.728 29.982 0 54.345 24.432 54.849 54.768l0.023 2.8c0.971 60.611 49.808 109.616 109.7 109.616 60.496 0 109.714-49.999 109.714-111.456 0-60.842-48.238-110.455-107.903-111.441l-2.756-0.023c-29.544-0.507-53.4-24.738-53.904-54.75l-0.008-0.97v-139.32l0.008-0.96c0.504-30.336 24.867-54.768 54.849-54.768s54.345 24.432 54.849 54.768l0.008 0.96v90.644l2.829 0.763c93.1 25.793 161.743 112.454 161.743 215.096 0 122.913-98.436 222.912-219.429 222.912z' /%3e %3cglyph unicode='&%23xe918;' glyph-name='close-modern' d='M994.718 785.903l-337.903-337.903 337.903-337.903-144.815-144.815-337.903 337.903-337.903-337.903-144.815 144.815 337.951 337.951-337.951 337.854 144.815 144.815 337.951-337.854 337.854 337.854z' /%3e %3cglyph unicode='&%23xe919;' glyph-name='link-modern' d='M957.836 880.603l-34.901 30.488c-81.281 71.18-205.746 63.8-277.798-16.492l-99.882-111.282c-22.544-25.121-20.201-63.688 5.226-85.973l9.374-8.214c25.515-22.34 64.448-20.034 87.087 5.168l99.875 111.279c22.279 24.8 60.872 27.083 85.999 5.116l34.858-30.541c25.134-21.995 27.501-60.101 5.191-84.915l-218.399-243.314c-18.484-20.627-48.731-26.189-73.554-13.522-27.144 13.843-60.25 7.761-80.518-14.813l-1.703-1.898c-13.714-15.274-19.431-35.552-15.685-55.634 3.749-20.072 16.403-37.003 34.717-46.457 28.964-14.949 60.243-22.187 91.214-22.187 54.883 0 108.815 22.724 147.241 65.517l218.385 243.286c71.971 80.183 64.48 203.257-16.728 274.389zM472.991 198.6l-9.386 8.222c-25.429 22.274-64.452 19.933-86.976-5.196l-99.733-111.271c-22.266-24.794-60.791-27.094-85.871-5.14l-34.871 30.583c-25.115 21.988-27.473 60.064-5.178 84.886l218.167 243.302c18.087 20.195 47.847 25.97 72.376 14.056 28.189-13.693 62.419-7.035 83.287 16.248l0.784 0.872c13.406 14.964 19.047 34.823 15.482 54.487-3.565 19.668-15.828 36.352-33.65 45.781-80.58 42.644-179.207 25.195-239.843-42.452l-218.181-243.257c-71.907-80.185-64.427-203.258 16.682-274.363l34.864-30.531c37.357-32.743 83.905-48.827 130.298-48.827 54.339 0 108.451 22.079 147.259 65.34l99.747 111.271c22.566 25.192 20.251 63.634-5.256 85.988z' /%3e %3cglyph unicode='&%23xe91a;' glyph-name='pencil-modern' d='M971.41 821.641l-92.040 92.237c-32.867 26.357-72.318 46.121-111.763 46.121-26.295 0-52.595-13.178-72.318-32.943l-124.908-125.175-469.302-463.989c-6.572-6.592-13.15-19.765-19.723-26.351l-78.89-289.89c-6.578-19.765 0-46.121 19.723-65.886 13.15-13.178 26.295-19.765 46.023-19.765 6.572 0 13.15 0 19.723 0l289.271 79.059c13.15 0 19.723 6.592 26.295 19.765l594.204 595.756c13.15 13.173 26.295 39.524 26.295 72.467 0 39.535-19.717 79.064-52.59 118.594zM324.605 140.24l-157.786-46.121 46.017 158.124 403.557 417.868 118.341-118.594-410.129-411.276zM826.775 643.758l-118.341 118.594 65.745 65.886c6.578 0 6.578-6.586 13.15-13.178l92.040-92.237c6.578-6.586 6.578-13.178 13.15-13.178l-65.745-65.886z' /%3e %3cglyph unicode='&%23xe91b;' 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' /%3e %3cglyph unicode='&%23x1f41e;' 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' /%3e %3cglyph unicode='&%23x1f4bb;' 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' /%3e %3cglyph unicode='&%23x1f4f0;' 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' /%3e %3cglyph unicode='&%23x1f4f1;' glyph-name='mobile-portrait' 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-32h1024M772 284v505.988c0 22.112-17.906 40.012-39.994 40.012h-440.012c-22.094 0-39.994-17.914-39.994-40.012v-505.988h520zM772 184h-520v-83.988c0-22.112 17.906-40.012 39.994-40.012h440.012c22.094 0 39.994 17.914 39.994 40.012v83.988zM152 870.009c0 33.132 26.857 59.991 59.994 59.991h600.011c33.134 0 59.994-26.86 59.994-59.991v-850.017c0-33.132-26.857-59.991-59.994-59.991h-600.011c-33.134 0-59.994 26.86-59.994 59.991v850.017z' /%3e %3cglyph unicode='&%23x1f4f2;' glyph-name='mobile-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 185h505.988c22.112 0 40.012 17.906 40.012 39.994v440.012c0 22.094-17.914 39.994-40.012 39.994h-505.988v-520zM251 185v520h-83.988c-22.112 0-40.012-17.906-40.012-39.994v-440.012c0-22.094 17.914-39.994 40.012-39.994h83.988zM937.009 805c33.132 0 59.991-26.857 59.991-59.994v-600.011c0-33.134-26.86-59.994-59.991-59.994h-850.017c-33.132 0-59.991 26.857-59.991 59.994v600.011c0 33.134 26.86 59.994 59.991 59.994h850.017z' /%3e %3cglyph unicode='&%23x1f4fa;' glyph-name='desktop' 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-32h1024M462 66h-150v-100h400v100h-150v114h329.99c33.132 0 60.010 26.858 60.010 59.99v630.021c0 33.131-26.867 59.99-60.010 59.99h-759.98c-33.132 0-60.010-26.858-60.010-59.99v-630.021c0-33.131 26.867-59.99 60.010-59.99h329.99v-114zM172 790.002c0 22.090 17.926 39.998 39.998 39.998h600.003c22.091 0 39.998-17.909 39.998-39.998v-470.005c0-22.090-17.926-39.998-39.998-39.998h-600.003c-22.091 0-39.998 17.909-39.998 39.998v470.005z' /%3e %3cglyph unicode='&%23x1f512;' glyph-name='lock-stroke' horiz-adv-x='768' d='M448.128 960c-176.32 0-319.936-143.488-319.936-320v-64h-128.192v-448c0-105.76 86.24-192 191.936-192h384.064c106.016 0 192 86.24 192 192v512c0 176.512-143.488 320-319.872 320zM256.192 640c0 105.984 86.176 192 191.936 192 105.888 0 191.872-86.016 191.872-192v-64h-383.808v64zM576 64h-384.064c-35.264 0-64 28.736-64 64v320h512.064v-320c0-35.264-28.512-64-64-64zM448 256c0-35.264-28.736-64-64-64-35.488 0-64 28.736-64 64 0 35.488 28.512 64 64 64 35.264 0 64-28.512 64-64z' /%3e %3cglyph unicode='&%23x1f513;' glyph-name='unlock-stroke' horiz-adv-x='768' d='M448.128 960c-176.448 0-319.936-143.616-319.936-320h128c0 105.76 86.048 192 191.936 192s191.872-86.24 191.872-192v-64h-640v-448c0-105.984 86.112-192 191.936-192h384.064c105.888 0 192 86.016 192 192v512c0 176.384-143.488 320-319.872 320zM576 64h-384.064c-35.264 0-64 28.64-64 64v320h512.064v-320c0-35.36-28.736-64-64-64zM448 256c0-35.488-28.64-64-64-64s-64 28.512-64 64c0 35.264 28.64 64 64 64s64-28.736 64-64z' /%3e %3cglyph unicode='&%23x1f517;' glyph-name='link' d='M1005.248 941.248c-24.992 24.992-65.888 24.992-90.88 0l-130.24-130.368c-53.376 35.488-114.624 53.12-176.128 53.12-81.888 0-163.744-31.264-226.24-93.76l-192-192c-109.504-109.376-123.008-278.496-40.736-402.624l-130.24-130.368c-24.992-24.992-24.992-65.504 0-90.496 12.48-12.512 28.832-18.752 45.216-18.752s32.736 6.24 45.248 18.752l130.24 130.368c53.376-35.488 115.008-53.12 176.512-53.12 81.888 0 163.744 31.264 226.24 93.76l191.616 192c109.504 109.376 123.008 278.496 40.736 402.624l130.624 130.368c25.024 24.992 25.024 65.504 0.032 90.496zM799.616 544c0-51.264-20-99.488-56.256-135.744l-191.616-192c-36.256-36.256-84.48-56.256-135.744-56.256-28.992 0-56.736 7.136-82.24 19.264l95.488 95.488c24.992 24.992 24.992 65.504 0 90.496s-65.504 24.992-90.496 0l-95.488-95.488c-12.256 25.376-19.264 53.12-19.264 82.24 0 51.264 20 99.488 56.256 135.744l192 192c36.256 36.256 84.48 56.256 135.744 56.256 28.992 0 56.64-7.136 82.112-19.264l-97.376-97.504c-24.992-24.992-24.992-65.504 0-90.496 12.512-12.512 28.864-18.752 45.248-18.752 16.256 0 32.64 6.24 45.12 18.752l97.248 97.504c12.288-25.376 19.264-53.12 19.264-82.24z' /%3e %3cglyph unicode='&%23x1f58d;' glyph-name='eyedropper' horiz-adv-x='1022' d='M948.96 522.112c99.872 99.808 99.872 261.76 0 361.504-49.888 49.888-115.36 74.88-180.736 74.88-65.312 0-130.816-24.992-180.672-74.88l-18.88-18.88-95.168 95.264-90.24-90.304 95.264-95.2-478.528-478.816v-231.936l125.76-127.744h237.248l476.832 476.992 92-92.064 90.368 90.24-92.128 92.064 18.88 18.88zM330.24 84.256c1.504 48.512-15.264 97.12-52.128 134.016-33.888 33.984-78.112 50.624-122.624 52.128l413.408 413.536 180.576-180.448-419.232-419.232z' /%3e %3cglyph unicode='&%23x1f5a7;' glyph-name='multiple-devices' 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-32h1024M342 86h-110v-100h320v100h-110v34h250.006c33.138 0 59.994 26.859 59.994 59.99v470.019c0 33.13-26.86 59.99-59.994 59.99h-600.011c-33.138 0-59.994-26.859-59.994-59.99v-470.019c0-33.13 26.86-59.99 59.994-59.99h250.006v-34zM132 570.005c0 22.089 17.9 39.995 39.994 39.995h440.012c22.088 0 39.994-17.899 39.994-39.995v-310.010c0-22.089-17.9-39.995-39.994-39.995h-440.012c-22.088 0-39.994 17.899-39.994 39.995v310.010zM892 790.002c0 22.089-17.905 39.998-39.993 39.998h-220.015c-22.069 0-39.993-17.908-39.993-39.998v-80.002h-100v160.010c0 33.131 26.882 59.99 60.001 59.99h379.998c33.138 0 60.001-26.859 60.001-59.99v-630.021c0-33.131-26.882-59.99-60.001-59.99h-179.999v100h100.007c22.069 0 39.993 17.908 39.993 39.998v44.002h-140v100h140v326.002z' /%3e %3cglyph unicode='&%23x1f5b3;' glyph-name='tablet-portrait' 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-32h1024M852 284v505.988c0 22.112-17.908 40.012-39.998 40.012h-600.003c-22.072 0-39.998-17.914-39.998-40.012v-505.988h680zM852 184h-680v-83.988c0-22.112 17.908-40.012 39.998-40.012h600.003c22.072 0 39.998 17.914 39.998 40.012v83.988zM72 870.009c0 33.132 26.877 59.991 60.010 59.991h759.98c33.143 0 60.010-26.86 60.010-59.991v-850.017c0-33.132-26.877-59.991-60.010-59.991h-759.98c-33.143 0-60.010 26.86-60.010 59.991v850.017z' /%3e %3cglyph unicode='&%23x1f5c7;' glyph-name='copy' d='M706.943 704h-631.983c-39.792 0-42.96-8.88-42.96-48.656v-638.687c0-39.776 21.28-48.656 61.056-48.656h631.999c39.776 0 42.944 8.88 42.944 48.656v638.687c0 39.776-21.28 48.656-61.056 48.656zM644.608 64h-487.12c-30.576 0-29.488 9.808-29.488 40.4v463.2c0 30.593-3.2 40.4 27.392 40.4h487.104c30.593 0 29.504-9.808 29.504-40.4v-463.2c0-30.593 3.2-40.4-27.392-40.4zM930.943 927.999h-631.983c-39.792 0-42.96-8.88-42.96-48.656v-175.344h96v87.6c0 30.593-3.2 40.4 27.392 40.4h487.104c30.593 0 29.504-9.808 29.504-40.4v-463.2c0-30.593 3.2-40.4-27.392-40.4h-100.608v-96h181.040c39.792 0 42.96 8.88 42.96 48.656v638.687c0 39.776-21.28 48.656-61.056 48.656z' /%3e %3cglyph unicode='&%23x1f5ca;' glyph-name='paste' d='M154.384-32h712c39.776 0 69.616 14.224 69.616 54v682h-848v-682c0-39.776 26.608-54 66.384-54zM184 608h656v-498.256c0-30.624-23.472-45.744-54.064-45.744h-551.12c-30.576 0-50.816 15.12-50.816 45.744v498.256zM88 874v-266h848v266c0 39.776-29.84 54-69.632 54h-712c-39.76 0-66.368-14.224-66.368-54zM184 786.256c0 30.608 20.24 45.744 50.816 45.744h567.12c30.592 0 38.064-15.136 38.064-45.744v-82.256h-656v82.256z' /%3e %3cglyph unicode='&%23x1f5cb;' glyph-name='document-alt-stroke' horiz-adv-x='768' d='M448 960h-448v-1024h768v704.064l-320 319.936zM128 64v768h256v-256h256v-512h-512z' /%3e %3cglyph unicode='&%23x1f5d1;' glyph-name='trash' 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-32h1024M882 608h80.017c16.55 0 29.983 13.43 29.983 29.997v260.006c0 16.553-13.424 29.997-29.983 29.997h-900.034c-16.55 0-29.983-13.43-29.983-29.997v-260.006c0-16.553 13.424-29.997 29.983-29.997h80.017v-609.996c0-16.582 13.424-30.004 29.983-30.004h680.034c16.547 0 29.983 13.433 29.983 30.004v609.996zM122 818.016c0 11.037 8.962 19.984 20.015 19.984h739.969c11.054 0 20.015-8.971 20.015-19.984v-100.032c0-11.037-8.962-19.984-20.015-19.984h-739.969c-11.054 0-20.015 8.971-20.015 19.984v100.032zM232 588.019c0 11.035 8.968 19.981 19.992 19.981h104.008v-550h-104.008c-11.041 0-19.992 8.946-19.992 19.981v510.037zM668 608h104.008c11.041 0 19.992-8.946 19.992-19.981v-510.037c0-11.035-8.968-19.981-19.992-19.981h-104.008v550zM446 608h132v-550h-132v550z' /%3e %3cglyph unicode='&%23x1f5d7;' glyph-name='layers' horiz-adv-x='1022' d='M0 256l512.032-128 511.968 128v-128l-511.968-128-512.032 128zM0 512l512.032-128 511.968 128v-128l-511.968-128-512.032 128zM0 768l512.032 128 511.968-128v-128l-511.968-128-512.032 128z' /%3e %3cglyph unicode='&%23x1f6e0;' glyph-name='cog' d='M1024 384.992v128l-152.992 63.744c-4.256 12-8.736 23.616-14.24 35.008l61.76 153.76-90.528 90.496-152.384-62.752c-11.616 5.632-23.488 10.368-35.744 14.752l-64.864 152h-128l-63.264-151.488c-12.736-4.512-24.992-9.248-37.12-15.008l-152.128 61.12-90.496-90.496 62.016-150.752c-6.016-12.384-10.88-24.992-15.52-38.016l-150.496-64.352v-128l150.624-62.752c4.64-12.992 9.632-25.632 15.616-38.016l-60.864-151.744 90.496-90.496 151.136 62.24c12.128-5.76 24.512-10.368 37.248-14.752l64.736-151.488h128l63.36 152.256c12.128 4.512 24.128 9.248 35.616 14.752l153.504-61.504 90.496 90.496-63.008 152.736c5.376 11.488 9.76 23.136 14.016 35.008l153.024 65.248zM511.008 256c-105.984 0-192 86.016-192 192s86.016 192 192 192 192-86.016 192-192-86.016-192-192-192z' /%3e %3c/font%3e%3c/defs%3e%3c/svg%3e#VC-Icons") format("svg");font-weight:400;font-style:normal}.vcv-ui-icon{font-family:VC-Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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-thumbs-down:before{content:"\e910"}.vcv-ui-icon-thumbs-up:before{content:"\e911"}.vcv-ui-icon-download:before{content:"\e90a"}.vcv-ui-icon-unlock-fill:before{content:"\e912"}.vcv-ui-icon-lock-fill:before{content:"\e913"}.vcv-ui-icon-error:before{content:"\e900"}.vcv-ui-icon-hub-shop:before{content:"\e909"}.vcv-ui-icon-lock: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-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-plug:before{content:"\e90f"}.vcv-ui-icon-key:before{content:"\e901"}.vcv-ui-icon-lamp:before{content:"\e914"}.vcv-ui-icon-forward:before{content:"\e915"}.vcv-ui-icon-swap:before{content:"\e916"}.vcv-layout-container{width:100%;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout,.vcv-layout-container{height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;direction:ltr}.vcv-layout-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-content,.vcv-layout-header{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background:#282828;overflow:auto}.vcv-layout-content--devices{padding:30px 0;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-content--devices:after,.vcv-layout-content--devices:before{content:"";position:relative;min-width:30px}.vcv-content-full-size .vcv-layout-content{position:absolute;height:0;width:0}.vcv-layout-iframe-container{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;width:100%;background:#fff;margin:auto;transition:width .2s ease-in-out}.vcv-layout-iframe-container--mobile{-webkit-overflow-scrolling:touch;overflow-y:scroll}.vcv-layout-iframe-container-editor--sidebars{width:480px}.vcv-layout-iframe-overlay{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0}.vcv-layout-iframe,.vcv-layout-iframe-wrapper{width:100%;height:100%;overflow:auto;border:0;position:absolute}.vcv-layout-bar{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;z-index:1130;background:linear-gradient(180deg,#1a399d,#693bc5);box-shadow:1px 0 10px 0 rgba(0,0,0,.3)}.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{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3000;background:rgba(0,0,0,.6);transition:opacity .2s ease-in-out}.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:"";position:absolute;left:0;right:0;height:10px}.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{top:-10px;box-shadow:inset 0 -10px 10px -10px rgba(0,0,0,.3)}.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{position:absolute;top:0;left:0;width:100%;height:100%}.vcv-layout-bar-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content,.vcv-layout-bar-header{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-bar-content{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;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{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content-all>*,.vcv-layout-bar-content-start>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;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{-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content-end>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-layout-bar-content-end:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-toggle{position:absolute;left:0;top:0;height:61px;width:34px;color:#fff;transition:all .2s ease-in-out}.vcv-layout-bar-content-toggle-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-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{text-decoration:none;position:absolute;right:10px;top:0;height:61px;width:34px;color:#fff;transition:all .2s ease-in-out;cursor:pointer}.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{right:auto;left:10px}.vcv-layout-bar-content-hide-icon:before{font-size:1.2em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-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]{-webkit-flex:initial;-ms-flex:initial;flex:initial;position:relative;border-color:#f6f6f6;border-style:solid;border-radius:25px}.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{content:"";border:3px solid #dedede;border-radius:50%;position:absolute;width:38px;height: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%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='66' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23DEDEDE' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Crect x='16' y='1' width='50' height='4' rx='2'/%3E%3C/g%3E%3C/svg%3E");position:absolute;top:-36px;left:50%;-webkit-transform:translateX(-50%);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;-webkit-transform:translateY(50%);transform:translateY(50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='66' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23DEDEDE' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Crect x='16' y='1' width='50' height='4' rx='2'/%3E%3C/g%3E%3C/svg%3E");position:absolute;top:50%;left:-56px;-webkit-transform:translateY(-50%) rotate(-90deg);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%;-webkit-transform:translateX(-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;-webkit-transform:translateY(50%);transform:translateY(50%)}.vcv-layout-dock.vcv-layout-dock--top.vcv-layout-dock--unlock .vcv-layout-bar-content{position:absolute;top:100%;bottom:auto;left:0;right:0}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile{height:calc(100vh - 60px);overflow:hidden;min-width:0}.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{width:100%;min-width:0}.vcv-layout-dock.vcv-layout-dock--bottom.vcv-layout-dock--unlock .vcv-layout-bar-content{position:absolute;top:auto;bottom:100%;left:0;right:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{position:fixed}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;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{-webkit-flex-grow:1;-ms-flex-positive:1;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{width:auto!important;height:auto!important;left:auto!important;top: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{width:auto!important;height:auto!important;left:auto!important;top: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;width:400px;min-height:200px;min-width:410px}.vcv-layout-dock .vcv-layout-bar-content-start{height:20vh;width:400px;min-height:100px;min-width:383px}.vcv-layout-dock .vcv-layout-bar-content-end{min-height:200px;min-width:384px}.vcv-layout-dock .vcv-layout-bar-content-all{height:20vh;width:100%;min-height:100px;min-width:383px}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{width:400px;min-width:410px}.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{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;background:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;word-wrap:break-word}.vcv-start-blank-container.vcv-ui-state--visible .vcv-start-blank-inner{opacity:1}.vcv-start-blank-scroll-container{overflow:auto;width:100%;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-start-blank-inner{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:70px 20px;position:relative;opacity:0;transition:opacity .5s ease-in-out}.vcv-start-blank-page-heading{font-family:Montserrat,serif;line-height:normal;font-size:30px;color:#363636;letter-spacing:.045em;-webkit-font-smoothing:antialiased}.vcv-start-blank-inner .vcv-start-blank-title-input{width:90%;border:1px solid #e1e1e1;box-shadow:none;color:#000;font:normal normal 700 14px Montserrat,sans-serif;-webkit-font-smoothing:antialiased;padding:14px;letter-spacing:.077em;margin:0 0 14px}.vcv-start-blank-inner .vcv-start-blank-title-input::-webkit-input-placeholder{opacity:1;color:#bdbdbd}.vcv-start-blank-inner .vcv-start-blank-title-input:-ms-input-placeholder{opacity:1;color:#bdbdbd}.vcv-start-blank-inner .vcv-start-blank-title-input::placeholder{opacity:1;color:#bdbdbd}.vcv-start-blank-controls .vcv-start-blank-title-input{width:100%}.vcv-hfs-start-blank-form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:50px 0 0}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button{width:90%;padding:16px;background:#283aa4;color:#fff;border:none;text-transform:uppercase;font:normal normal 700 14px Montserrat,sans-serif;-webkit-font-smoothing:antialiased;letter-spacing:.077em;cursor:pointer;transition:background .2s ease-in-out}.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{margin:0 -15px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-start-blank-item-list-container,.vcv-start-blank-item-list-container .vcv-ui-item-overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-start-blank-item-list-container .vcv-ui-item-control{padding:.6em;font-size:16px;cursor:pointer;transition:color .2s ease-in-out}.vcv-start-blank-item-list-container .vcv-start-blank-item-list{margin-left:0;margin-right:0;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-start-blank-description{margin-top:42px;color:#9a9a9a;-webkit-font-smoothing:antialiased;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif}.vcv-start-blank-title-input-container{width:100%;max-width:650px;padding:0 15px}.vcv-start-blank-button-container{margin:44px -9px 0}.vcv-start-blank-button-container .vcv-ui-form-button{margin-left:9px;margin-right:9px;width:100%;max-width:220px}@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-title-input{width:390px}}@media screen and (min-width:544px){.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-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-title-input{width:430px}}.vcv-loading-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-loading-overlay{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;background:#fff;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-loading-overlay,.vcv-loading-overlay-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-loading-overlay-inner{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.vcv-loading-dots-container{width:60px;height:60px;text-align:center;-webkit-animation:vcvDotsRotate 2s linear infinite;animation:vcvDotsRotate 2s linear infinite}.vcv-loading-dots-container .vcv-loading-dot{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#eee;border-radius:100%;-webkit-animation:vcvDotsBounce 2s ease-in-out infinite;animation:vcvDotsBounce 2s ease-in-out infinite}.vcv-loading-dots-container .vcv-loading-dot-2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes vcvDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vcvDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes vcvDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes vcvDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.vcv-loading-text{position:relative;margin-top:20px;text-align:center;color:#c2c2c2;padding:0 20px}.vcv-loading-text-main{font-size:16px;margin:.6em 0;line-height:1.5}.vcv-loading-text-helper{font-style:italic;font-size:13px;margin:.6em 0;line-height:1.5}.vcv-freshdesk-iframe{height:580px;width:640px;max-height:100%;max-width:100%;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;display:none;z-index:100001;border:0}.vcv-skip-post-update-block .vcv-popup-button{color:#c2c2c2}.vcv-screen-section{position:relative;-webkit-font-smoothing:antialiased;box-sizing:border-box;text-align:center}.vcv-screen-section .vcv-logo{margin:17px 0 10px}.vcv-screen-section *{box-sizing:border-box}.vcv-screen-content{opacity:0;transition:opacity .5s;padding:20px;min-height:100vh;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-screen-content.vcv-activation-content--active,.vcv-screen-content.vcv-screen-content--active{opacity:1}.vcv-error-screen .vcv-screen-text{text-align:center;font-family:Montserrat,sans-serif;line-height:22px;letter-spacing:.56px;font-weight:600;font-size:18px;margin:31px 0 6px}.vcv-error-screen .vcv-screen-helper-text{font-family:Nunito Sans,sans-serif;font-weight:500;font-style:italic;color:#999;font-size:13px;letter-spacing:.82px;margin:0;line-height:24px}.vcv-screen-button-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px;margin-top:20px}.vcv-screen-button-container a.vcv-screen-button,.vcv-screen-button-container button.vcv-screen-button{text-decoration:none;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.92px;line-height:15px;font-size:12px;color:#fff;border:0;padding:18px 38px;border-radius:0;background:#294a82;text-transform:uppercase;min-width:210px;margin:10px 20px;outline:none;transition:background .2s ease-in-out;cursor:pointer}.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{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;z-index:1200}.vcv-popup-error-description{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.vcv-popup-error-description .vcv-logo,.vcv-popup-error-description .vcv-popup-heading{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-popup-heading{margin:55px auto 35px}.vcv-popup-error-description .vcv-popup-loading-heading{max-width:700px;line-height:1.5;margin:0 auto 70px;font-size:1em;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-button-container{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-popup-button{padding:16px 46px;color:inherit}.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{font:normal normal normal 16px Montserrat,sans-serif;letter-spacing:.077em;display:block;font-size:1em}.vcv-loading-overlay .vcv-popup-button{display:inline-block;background:transparent;font:normal normal 700 12px Montserrat,sans-serif;letter-spacing:.077em;text-transform:uppercase;border:2px solid #c2c2c2;transition:color .2s ease-in-out,border-color .2s ease-in-out;margin-bottom:10px;max-width:100%;border-radius:0}.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{cursor:pointer;color:#a0a0a0;border-color:#a0a0a0}[data-vcv-send-error-report]{margin-left:30px}.vcv-popup-error-with-button a,.vcv-popup-error-with-button button{text-transform:capitalize;padding:13px 17px;margin:0}.vcv-popup-error-with-button .vcv-error-message{display:block;margin-bottom:20px}@media screen and (min-width:768px){.vcv-popup-error-with-button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-popup-error-with-button .vcv-popup-button{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:0}.vcv-popup-error-with-button .vcv-popup-button:hover{cursor:pointer;background:#fff;border-color:#fff;color:#fa6262}.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{text-align:left;padding-right:30px;display:inline-block;margin-bottom:0}}.vcv-skip-post-update-block{position:absolute;bottom:0;left:0;right:0;-webkit-transform:translateY(120%);transform:translateY(120%);text-align:center}.vcv-skip-post-update-block.vcv-popup--hidden{display:none}.vcv-skip-post-update-block .vcv-popup-button{padding:16px 46px}.vcv-ui-resizer{position:absolute;pointer-events:all;display:none;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{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0}.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{width:100%;height:10px;left:0}.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%;width:10px;top:0}.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{width:20px;height: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{left:-13px;bottom:-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{right:-13px;bottom:-13px}.vcv-ui-resizer-layout-bar-left-top{left:-13px;top:-13px}.vcv-tooltip-container{position:relative;display:inline-block;margin-left:8px;margin-right:0;width:14px;height:14px}.rtl .vcv-tooltip-container{margin-left:0;margin-right:8px}.vcv-tooltip-box{position:absolute;z-index:99999;width:234px;padding:10px 15px;background-color:#16243f;border-radius:5px;top:25px;left:7px;font-size:12px;letter-spacing:.92px;font-family:Roboto,sans-serif;font-weight:500;font-style:italic;color:#9ea6b3;text-align:center;box-shadow:0 0 10px 0 rgba(0,0,0,.8);white-space:normal;line-height:20px;-webkit-font-smoothing:antialiased}.vcv-tooltip-box a{color:#fff;text-decoration:underline;transition:-webkit-text-decoration .05s ease-in-out;transition:text-decoration .05s ease-in-out;transition:text-decoration .05s ease-in-out,-webkit-text-decoration .05s ease-in-out}.vcv-tooltip-box a:hover{color:#fff;text-decoration:none}.vcv-tooltip-box a:focus{box-shadow:none}.vcv-tooltip-container .vcv-ui-icon-question{display:block;cursor:pointer;color:#bcbcbc;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{content:"";display:block;position:absolute;border:5px solid transparent;border-bottom-color:#16243f;left:2px;top:15px;z-index:999999}.vcv-tooltip-container--box-position--top .vcv-tooltip-box{top:-11px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vcv-tooltip-container--box-position--top .vcv-ui-icon-question.vcv-ui-icon--active:after{top:-1px;-webkit-transform:translateY(-100%);transform:translateY(-100%);border-color:#16243f transparent transparent}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.vcv-ui-editor-search-container .vcv-tooltip-container{position:absolute;top:0;right:-32px;bottom:0;margin:auto}.rtl .vcv-ui-editor-search-container .vcv-tooltip-container{right:auto;left:-32px}.vcv-ui-form-wp-tinymce .vcv-tooltip-container{margin-right:8px;vertical-align:middle}.rtl .vcv-ui-form-wp-tinymce .vcv-tooltip-container{margin-right:0;margin-left:8px}.vcv-ui-color-picker-dropdown{margin-right:4px}.rtl .vcv-ui-color-picker-dropdown{margin-right:0;margin-left:4px}.vcv-ui-sketch-picker{display:inline-block}.vcv-ui-form-dropdown-color-swatch{width:16px;height:16px;position:relative;border-radius:3px;margin:2px 0 3px}.vcv-ui-form-dropdown-color-swatch:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;border-radius:inherit;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-size:12px 12px;background-position:0 0,6px 6px;background-repeat:repeat}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--transparent:before{background-size:cover;background-color:transparent;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAG5JREFUOBFjZCATvI+MtP//9+9aRnL0wzUzMweTbACyZsHlyw+SZAC6ZpDriTYAm2aiDcClmSgD8GkmaAAhzXgNIEYzTgOI1YzVAFI0YxhAqmYUA8jRDDeAXM1gAyjRDDKACZwlgbkKlDFAAqQCAB5beZgTNEIdAAAAAElFTkSuQmCC")}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color:before{content:"-";background:none;left:0;right:0;top:0;bottom: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;height:100%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.14902);position:relative}.vcv-ui-form-dropdown-color-popover{position:relative;z-index:2;margin-top:4px}.vcv-ui-color-picker-panel{padding:10px;box-sizing:initial;background:#fff;border-radius:3px;border:1px solid #d1d1d1;margin-top:4px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:200px;direction:ltr}.vcv-media--sm .vcv-ui-color-picker-panel{width:365px}.vcv-ui-color-picker-custom-color,.vcv-ui-color-picker-presets-color{width:100%;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.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-right:1px solid #eee;border-bottom:none;padding:0 10px;width:auto}.vcv-ui-color-picker-used-stack{margin:0 0 -10px -10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-media--sm .vcv-ui-color-picker-used-stack{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-color-picker-presets-color{margin:0 0 -10px -10px;padding-top:10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.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{font-size:16px;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:1px;margin-top:0;-webkit-font-smoothing:antialiased;text-transform:capitalize}.vcv-ui-replace-element-description,.vcv-ui-section-description{font-size:13px;font-weight:500;color:#999;font-style:italic;letter-spacing:1px;margin-bottom:23px}.vcv-ui-replace-element-container{overflow:hidden;position:relative;margin-bottom:30px}.vcv-ui-replace-element-hide{position:absolute;z-index:1;top:0;right:18px;height:25px;width:25px;color:#c6c6c6;display:inline-block;cursor:pointer}.vcv-ui-replace-element-hide:before{font-size:.8em}.vcv-ui-replace-element-list{margin:0 -15px -30px;list-style:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.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{position:absolute;height:100%;width:100%;background:rgba(0,0,0,.1);transition:opacity .3s ease;opacity:0;pointer-events:none}.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:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:-20px;margin-right:-20px;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.vcv-ui-form-layout-description{color:#a9a9a8;font-style:italic;display:inline-block;margin-bottom:25px}.vcv-ui-form-layout-layouts-col{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-basis:60px;-ms-flex-preferred-size:60px;flex-basis:60px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.vcv-ui-form-layout-layouts-col>span{height:40px;border:2px solid #d1d1d1;-webkit-flex:1;-ms-flex:1;flex:1;background:#fff}.vcv-ui-form-layout-layouts-col.vcv-ui-state--active>span{border-color:#2b4b80}.vcv-ui-form-layout-layouts-col{margin-left:20px;margin-right:20px;margin-bottom: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-right:2px;margin-left:0}.vcv-ui-form-layout-custom-layout-columns{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-layout-custom-layout-columns .vcv-ui-form-layout-custom-layout-col{-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-form-layout-custom-layout-input-wrapper .vcv-ui-form-layout-custom-layout-input{width:95%}.vcv-ui-form-layout-reverse-column-toggle{margin-top:3px}.vcv-ui-form-responsiveness-settings-devices{display:-webkit-flex;display:-ms-flexbox;display:flex;background:#283aa4;color:#fff}.vcv-ui-form-responsiveness-settings-devices-item{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;text-align:center;padding:12px 0;border-right:1px solid hsla(0,0%,100%,.1)}.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{margin-bottom:0;font-size:10px}.vcv-ui-form-responsiveness-settings-hide-labels .vcv-ui-form-responsiveness-settings-devices-item-title{display:none}.vcv-ui-form-responsiveness-settings-options{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-responsiveness-settings-device-layout{border-right:1px solid #d1d1d1;-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;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{border-bottom:1px solid #d1d1d1;background:#fff;padding:5px 0;transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input,.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-radius:0;padding:0;text-align:center;border:0;box-shadow:none}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input:focus{border:0;box-shadow:none;-webkit-animation:none;animation:none}.vcv-ui-tag-list-item{display:inline-block;background-color:#283aa4;color:#fff;margin:1px 3px;border-radius:2em;padding:1px 11px;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;pointer-events:auto}.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;cursor:pointer;color:#fff;font-size:.9em;padding:2px;margin:-2px -6px -2px 6px}.rtl .vcv-ui-tag-list-item-remove{margin:-2px 6px -2px -6px}.vcv-ui-tag-list-container{position:relative}.vcv-layout-header .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input{display:block}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input{transition:none;resize:none;word-wrap:break-word;word-break:break-all}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled{position:absolute;opacity:0;pointer-events:none}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list{cursor:text;min-height:30px;padding:3px 2px}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{position:fixed;background:#fff;padding:0;z-index:1111;margin-bottom:5px;max-width:70px;transition:none;overflow:auto;overflow-x:hidden}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input>:first-child,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea>:first-child,.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-ajax-form-container input,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{display:none}}.vcv-ui-suggest-box-item{box-sizing:border-box;padding:5px 10px;display:block;cursor:pointer;transition:background-color .2s ease-in-out;border-top:1px solid #d1d1d1}.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{position:absolute;z-index:5;right:14px;top:0;bottom:0;margin:auto}.vcv-ui-tag-list-item-validating,.vcv-ui-tag-list-item-validating:hover{background-color:#c6c6c6}.vc-tags{position:relative;background:#fff;padding:6px 0 0 6px;border:1px solid #d1d1d1;border-radius:3px;font-size:12px;font-weight:400;line-height:1.5;font-family:Roboto,sans-serif;cursor:text;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;-webkit-font-smoothing:antialiased}.vc-tags.is-focused,.vc-tags:hover{border-color:#c4c4c4}.vc-tags.is-focused{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;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{display:inline-block;box-sizing:border-box;margin:0 6px 6px 0;padding:4px 6px 4px 9px;border:none;border-radius:2em;background:#283aa4;color:#fff;font-weight:700;font-size:inherit;line-height:inherit;transition:background .2s;-webkit-font-smoothing:antialiased}.vc-tags--selected-tag .vcv-ui-icon{cursor:pointer;vertical-align:middle;display:inline-block;padding:4px;margin-left:3px;font-weight:700;font-size:10px}.vc-tags--selected-tag-name{vertical-align:middle}.vc-tags--selected-tag:hover{background:#203251}.vc-tags--search{display:inline-block;padding:5px 2px;margin-bottom:6px;max-width:100%}.vc-tags--search-input{max-width:100%;margin:0;padding:0;border:0;outline:none;font-size:inherit;line-height:inherit;color:#5c5b5b}.vc-tags--search-input::-ms-clear{display:none}.vc-tags--suggestions{position:absolute;top:100%;left:0;width:100%;z-index:99999}.vc-tags--suggestions--top{top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vc-tags--suggestions ul{margin:4px -1px;padding:0;list-style:none;background:#fff;border:none;border-radius:5px;box-shadow:0 0 6px rgba(0,0,0,.15);overflow:hidden}.vc-tags--suggestions li{padding:6px 8px;margin:0;color:#70747c;font-weight:500;font-style:italic;transition:background .2s}.vc-tags--suggestions li mark{text-decoration:underline;background:none;font-weight:600;color:#37383a}.vc-tags--suggestions li:hover{cursor:pointer;background:#f0f1f2}.vc-tags--suggestions li.is-active{background:#f0f1f2}.vc-tags--suggestions li.is-disabled{opacity:.5;cursor:auto}.vc-tags--suggestion-prefix{font-weight:600;font-style:normal;-webkit-font-smoothing:antialiased}.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{padding:15px 7px 15px 5px;color:#fff;background:#203251}.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-item--dragging{z-index:10000;background:#203251;color:#fff}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:15px 20px;height:46px;border:1px dashed #000;color:#000;cursor:pointer;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{position:fixed;overflow:hidden;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:10000}.vcv-gutenberg-modal .vcv-loading-overlay{top:20px;left:20px;right:20px;bottom:20px;background:#fff;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:1}.vcv-gutenberg-modal-inner{background:#fff;position:fixed;top:20px;left:20px;right:20px;bottom:20px}.vcv-gutenberg-modal-inner iframe{width:100%;height:100%}button.vcv-gutenberg-modal-close-button{position:absolute;top:25px;right:25px;color:rgba(0,0,0,.5);background:transparent;border:0;box-shadow:none;transition:color .2s ease-in-out;font-size:16px;padding:5px;cursor:pointer;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{margin:5px 9px;width:calc(100% - 18px);cursor:text;border:1px solid #ddd;box-shadow:none;outline:none;padding:4px 4px 4px 24px;box-sizing:border-box;line-height:19px;border-radius:0;background:transparent;display:inline-block;font-size:14px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:0;margin:2px 0 0;background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2)}.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{max-height:350px;overflow-x:hidden;overflow-y:auto;margin:5px 0 0;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{display:block;padding:3px 10px;clear:both;font-weight:400;line-height:16px;height:22px;color:#333;white-space:nowrap;text-decoration:none;box-sizing:border-box;text-indent:-9999px;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;transition:box-shadow .2s,opacity .2s}.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{opacity:.7;text-decoration:none;box-shadow:0 0 0 1px #a9a9a9}.vcv-ui-tinymce-fonts-selectbox-input-box:before{content:"\2315";color:#c5c5c5;position:absolute;top:12px;left:15px;font-family:VC-Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
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:-webkit-flex;display:-ms-flexbox;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;text-decoration:none;transition:.2s;cursor:pointer}.vcv-ui-form-helper--action:hover{color:#515162;text-decoration:underline}.vcv-ui-form-helper--action:focus{outline:none;box-shadow: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;vertical-align:baseline;margin:8px}.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}@-webkit-keyframes vcv-ui-form-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}}@keyframes vcv-ui-form-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}}@-webkit-keyframes vcv-ui-form-shadow-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1);border-color:#c4c4c4}}@keyframes vcv-ui-form-shadow-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1);border-color:#c4c4c4}}.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]{width:auto;display:inline-block;vertical-align:middle}.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]{line-height:normal;height:16px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]+label{display:inline-block;margin-right:1em;margin-left:.4em;margin-bottom:.2em}.vcv-layout-header .vcv-ui-ajax-form-container .vcv-ui-wp-spinner:before{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='gray'/%3E%3C/svg%3E") 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{padding:0;margin:0;list-style:none}.vcv-ui-form-attach-image-items:after{content:" ";display:table;clear:both}.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{position:relative;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;padding:10px;border-radius:5px;transition:box-shadow .2s ease-in-out}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;outline:none;line-height:1;text-decoration:none;color:#c6cbd4;font-size:16px;height:2em;width:2em;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;cursor:pointer}.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{width:auto;height:auto;margin-left:-9px;cursor:move}.rtl .vcv-ui-form-attach-image-item-inner{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vcv-ui-form-attach-image-item-add-control{display:-webkit-flex;display:-ms-flexbox;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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;position:relative;height:50px;padding:0;border:2px solid #c6cbd4;border-radius:5px;line-height:1;font-size:18px;color:#c6cbd4;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;cursor:pointer}.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,.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{color:#ababab;text-decoration:none}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control{background:#fff}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control{border:none;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.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:0 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-right:0;margin-left:5px}.vcv-ui-form-attach-image-thumbnail{overflow:hidden;position:relative;min-height:60px;min-width:60px;margin:0;padding:0;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-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-form-attach-image-thumbnail img{max-height:100%;max-width:none;width:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:none;background-color:transparent}.vcv-ui-form-attach-image-item-view--portrait .vcv-ui-form-attach-image-thumbnail img{max-height:none;height:auto;max-width:100%}.vcv-ui-form-attach-image-item-controls{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.rtl .vcv-ui-form-attach-image-item-controls{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vcv-ui-form-attach-image-description{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 15px;overflow:hidden}.vcv-ui-form-attach-image-description span{-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;color:#5c5b5b;font-family:Roboto,sans-serif;font-weight:500;font-size:14px;line-height:19px;letter-spacing:.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-form-attach-image-description i{margin-top:-15px;font-size:12px;line-height:20px;letter-spacing:.92px;color:#999}.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{width:auto;padding:6px 8px;line-height:13px}.vcv-ui-form-attach-image-filter{color:#484848;width:80px;position:relative;text-align:center;cursor:pointer;display:block;margin:0 auto}.vcv-ui-form-attach-image-filter-toggle{margin-top:10px}.vcv-ui-form-attach-image-filter-block{border-top:1px solid #ededed;border-bottom:1px solid #ededed;padding:0 20px;margin:20px -20px;box-shadow:inset 0 -180px 150px -160px #fbfbfb,inset 0 180px 150px -160px #fbfbfb;position:relative}.vcv-ui-form-attach-image-filter-container{width:calc(100% + 20px);overflow:hidden;position:relative}.vcv-ui-form-attach-image-filter-list{list-style-type:none;padding:20px 2px 10px;margin:0;white-space:nowrap;overflow-x:auto}.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{max-height:100%;max-width:none;width:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:none;background-color:transparent}.vcv-ui-form-attach-image-filter-content{position:relative;display:block;height:80px;overflow:hidden;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-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.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{white-space:normal;display:block;margin:5px 0;color:#6f747b;font-size:12px}.vcv-ui-form-button{display:inline-block;margin:0;text-align:center;vertical-align:middle;cursor:pointer;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:3px;box-sizing:border-box;word-wrap:break-word;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;font-weight:700;line-height:1.5;padding:5px 14px;font-size:12px;transition-property:color,background,border,opacity,-webkit-transform;transition-property:color,background,border,opacity,transform;transition-property:color,background,border,opacity,transform,-webkit-transform;transition-duration:.2s;transition-timing-function:ease-in-out}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled){color:#f3f3f3;background-color:#d8d8d8;cursor:not-allowed}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled):hover{background-color:#d8d8d8}.vcv-ui-form-button .vcv-ui-icon{position:relative;width:1em;height:1em;line-height:inherit;display:inline-block;vertical-align:middle;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.vcv-ui-form-button .vcv-ui-icon+*{margin-left:1em}.vcv-ui-form-button .vcv-ui-icon:before{position:absolute;font-size:1.35em;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-form-button--large{background:#283aa4;padding:16px 34px;font-family:Montserrat,sans-serif;font-size:12px;letter-spacing:.077em;text-transform:uppercase;color:#fff;-webkit-font-smoothing:antialiased;margin-bottom:12px;max-width:100%;box-shadow:none;border:none;border-radius:0}.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{text-decoration:none;box-shadow:none;border:none}.rtl .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:1em}.vcv-ui-form-button--default{color:#707070;background-color:#fff;border-color:#d1d1d1}.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{color:#fff;background-color:#283aa4;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{width:40px;height:40px}.vcv-ui-lock-control-container .vcv-ui-wp-spinner:before{height:27px;width:27px;opacity:.5}.vcv-ui-form-buttons-group{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;border-radius:3px;overflow:hidden}.vcv-ui-form-buttons-group>.vcv-ui-form-button{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;margin-left:1px;margin-bottom:1px;border-radius:0;font-weight:700}.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{margin:0;padding:0;border:0;border-left:1px solid #d0d0d0;font-size:11px;font-weight:700;background:#fff;min-width:40px;height:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#6f747b}.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{margin:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding:14px 24px;background:#fff;border:none;border-left:1px solid #d0d0d0;color:#6f747b;border-radius:0;cursor:pointer;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;vertical-align:middle;padding-left:2em;padding-right:1em;position:relative;font-weight:700;font-size:12px;margin:0 0 10px}.vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{position:absolute;top:-1px;left:0;display:block;width:18px;height:18px;font-size:1em;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;text-align:center;color:#283aa4}.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{-webkit-animation:vcv-ui-form-blink .4s ease-out;animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-checkbox>input:checked+.vcv-ui-form-checkbox-indicator:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.vcv-ui-form-checkbox>input+.vcv-ui-form-checkbox-indicator:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;content:"";font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.85em;height:8px;width:8px;background-color:#283aa4}.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-right:2em;padding-left:1em}.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{padding:11px 14px;font-size:10px;font-weight:700;letter-spacing:.5px;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-sizing:border-box;padding:8px 14px;font-size:14px;line-height:1.5;box-shadow:none;vertical-align:middle;outline:none;margin:0 2% 0 0;width:23%;height:40px}.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{display:block;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;box-shadow:none}.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-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon{position:absolute;border:inherit;border-radius:inherit;top:-1px;bottom:-1px;left:100%;display:none;background-color:#eaeaea;color:#707070;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease-in-out}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-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-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open) .vcv-ui-icon{visibility:visible;display:block;width:40px;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-ui-color-picker .vcv-ui-form-input-group{box-sizing:border-box;width:75%;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.vcv-ui-color-picker .vcv-ui-form-input-group-button{overflow:visible}.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-ajax-form-container select,.vcv-ui-form-dropdown{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-sizing:border-box;box-shadow:none;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%;-webkit-appearance:none;appearance:none}.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{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;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){width:auto;padding:8px 2.5em 8px 14px}.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("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") left 1em center no-repeat #fff;padding:8px 14px 8px 2em}.vcv-ui-form-dropdown-style--inline{width:auto}.vcv-ui-editor-dropdown-input-container{display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:3px;margin:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-dropdown{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container textarea,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input{width:auto;border:none;padding-left:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container input:focus,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container textarea:focus,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input:focus{-webkit-animation:none;animation:none;box-shadow:none}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding-left:10px;border:1px solid #d1d1d1;border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-ui-editor-dropdown-input-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px}.vcv-ui-editor-dropdown-input-icon-container .vcv-ui-icon-dropdown-input{color:#c5c5c5;font-size:19px}.vcv-ui-editor-dropdown-input-dropdown-container{position:relative;display:inline-block;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;background-color:#fff;border-top-left-radius:3px;border-bottom-left-radius:3px;border:1px solid #d1d1d1;border-right:0}.vcv-ui-editor-dropdown-input-dropdown-container:before{content:attr(data-content);position:absolute;top:0;right:0;bottom:0;left:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:#5c5b5b;padding:8px 2em 8px 14px;line-height:normal;border-right:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat}.rtl .vcv-ui-editor-dropdown-input-dropdown-container{border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border:1px solid #d1d1d1;border-left:0}.rtl .vcv-ui-editor-dropdown-input-dropdown-container:before{padding:8px 14px 8px 2em;border-right:0;border-left:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") left 1em center no-repeat}.rtl .vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{padding-right:10px;border-radius:3px;border:1px solid #d1d1d1;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-editor-field-highlight{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;outline:none;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-check-new-form-elements{margin:3rem auto;width:50vw}.vcv-ui-iconpicker-picker-dropdown{min-height:36px}.vcv-ui-form-iconpicker-content{border-radius:3px;border:1px solid #d1d1d1;margin-top:4px;padding:0;display:none}.vcv-ui-form-iconpicker-content.vcv-ui-form-state--active{display:block}.vcv-ui-form-iconpicker-content-heading{padding:14px 14px 7px;background-color:#f5f5f5;border-bottom:1px solid #ebebeb}.vcv-ui-form-iconpicker-content-heading>*{margin-bottom:7px}.vcv-ui-form-iconpicker-options{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;max-height:300px;overflow:auto}.vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-right:0;border-bottom:0;-webkit-flex:1 1 80px;-ms-flex:1 1 80px;flex:1 1 80px;height:40px;width:80px;font-size:1rem;position:relative;margin-top:-1px;margin-left:-1px;color:#5c5b5b;background-color:#fff;cursor:pointer;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-iconpicker-option>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-form-iconpicker-option.vcv-ui-form-state--active,.vcv-ui-form-iconpicker-option:hover{color:#fff;background-color:#283aa4}.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-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;color:#5c5b5b;font-size:12px;font-weight:400;line-height:1.5;padding:5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%;height:auto;box-shadow:none;min-height:auto}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-editor-save-preset-field,.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-editor-save-template-field,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-editor-save-preset-field,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-editor-save-template-field,.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{font-size:14px}.vcv-layout-header .vcv-ui-ajax-form-container input::-ms-clear,.vcv-layout-header .vcv-ui-ajax-form-container textarea::-ms-clear,.vcv-layout-header .vcv-ui-form-input::-ms-clear{display:none}.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container input:hover,.vcv-layout-header .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea:hover,.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-form-input:focus{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;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-ajax-form-container input::-webkit-input-placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea::-webkit-input-placeholder,.vcv-layout-header .vcv-ui-form-input::-webkit-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input:-ms-input-placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea:-ms-input-placeholder,.vcv-layout-header .vcv-ui-form-input:-ms-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input::placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea::placeholder,.vcv-layout-header .vcv-ui-form-input::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input:disabled,.vcv-layout-header .vcv-ui-ajax-form-container input[disabled],.vcv-layout-header .vcv-ui-ajax-form-container input[readonly],.vcv-layout-header .vcv-ui-ajax-form-container textarea:disabled,.vcv-layout-header .vcv-ui-ajax-form-container textarea[disabled],.vcv-layout-header .vcv-ui-ajax-form-container textarea[readonly],.vcv-layout-header .vcv-ui-form-input:disabled,.vcv-layout-header .vcv-ui-form-input[disabled],.vcv-layout-header .vcv-ui-form-input[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-form-input--error,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-form-input--error,.vcv-layout-header .vcv-ui-form-input.vcv-ui-form-input--error{border-color:#f44}.vcv-layout-header textarea.vcv-ui-ajax-form-container input,.vcv-layout-header textarea.vcv-ui-ajax-form-container textarea,.vcv-layout-header textarea.vcv-ui-form-input{overflow:auto;resize:vertical;height:10em}.vcv-layout-header .vcv-ui-form-input-group{display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:50%;width:auto;position:relative;margin-left:-1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:hover,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:hover,.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-ajax-form-container input:not(:first-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:not(:first-child),.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-ajax-form-container input:not(:last-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:not(:last-child),.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-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon{background:#f5f5f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto;margin-left:-1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon: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-group-addon:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto;margin-left:-1px;position:relative}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button: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-group-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:hover{z-index:10}.vcv-ui-ajax-form-container select.vcv-ui-color-picker-dropdown,.vcv-ui-form-dropdown.vcv-ui-color-picker-dropdown{font-size:14px;font-weight:400;line-height:16px;color:#c5c5c5;font-style:italic;text-align:center}.vcv-ui-input-search{position:relative}.vcv-ui-input-search .vcv-ui-form-input-search-addon{display:block;background:transparent;color:#c5c5c5;font-size:14px;padding:8px 14px;font-weight:400;line-height:1.5;position:absolute;top:0;bottom:0;pointer-events:none}.vcv-ui-input-search .vcv-ui-form-input-search-addon>*{position:absolute;top:50%;-webkit-transform:translateY(-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-ajax-form-container input:not(:first-child),.vcv-ui-input-search .vcv-ui-ajax-form-container textarea:not(:first-child),.vcv-ui-input-search .vcv-ui-form-input:not(:first-child){padding-left:35px}.vcv-ui-input-search .vcv-ui-ajax-form-container input:not(:last-child),.vcv-ui-input-search .vcv-ui-ajax-form-container textarea:not(:last-child),.vcv-ui-input-search .vcv-ui-form-input:not(:last-child){padding-right:35px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-flex-grow:0;-ms-flex-positive: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{width:80px;background-color:#f5f5f5;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-layout-header .vcv-ui-form-input-select-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #d1d1d1;border-radius:3px;font-size:14px;margin-top:4px;padding:5px;background:#fff}.vcv-layout-header .vcv-ui-form-input-select-item{width:32%;min-height:35px;padding:5px 5px 5px 14px;margin:3px 0;cursor:pointer;border-radius:3px}.vcv-layout-header .vcv-ui-form-input-select-item span{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block}.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-ajax-form-container input,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container textarea,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-right:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-bottom-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-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-input{-webkit-flex-grow:0;-ms-flex-positive:0;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-top-right-radius:0;border-bottom-right-radius:0;padding-right:14px}.vcv-ui-form-link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-form-link .vcv-ui-form-link-data{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;width:0;font-size:13px}.vcv-ui-form-link .vcv-ui-form-link-button{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;text-transform:uppercase;font-weight:700;font-size:10px;letter-spacing:.5px;padding-top:11px;padding-bottom:11px}.vcv-ui-form-link .vcv-ui-form-link-title{color:#9a9a9a;display:inline-block;vertical-align:middle;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin:2px 0 2px 14px}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;direction:ltr}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-form-link-button{border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #d1d1d1;color:#707070;background-color:#fff;padding:6px;border-left:0;border-top-right-radius:3px;border-bottom-right-radius:3px;font-size:12px;transition-property:color,background,border,opacity;transition-duration:.2s;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;vertical-align:middle;padding-left:2em;padding-right:1em;position:relative;margin:0 0 10px;font-weight:700;font-size:12px}.vcv-ui-form-radio .vcv-ui-form-radio-indicator{position:absolute;top:-1px;left:0;display:block;width:18px;height:18px;font-size:1em;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:100%;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;text-align:center;color:#283aa4}.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{-webkit-animation:vcv-ui-form-blink .4s ease-out;animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);content:"";border-radius:inherit;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;line-height:1;height:8px;width:8px;box-sizing:border-box;font-size:.85em;background-color:#283aa4}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before,.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.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:-webkit-flex;display:-ms-flexbox;display:flex;height:30px}.vcv-ui-form-range .vcv-ui-form-range-helper{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-right:20px;line-height:30px}.vcv-ui-form-range .vcv-ui-form-range-bg{background:#283aa4;position:absolute;left:1px;top:11px;width:0;min-width:12px;max-width:99%;height:8px;border-radius:5px;z-index:1;pointer-events:none}.vcv-ui-form-range .vcv-ui-form-range-slider-bg{background:#fff;position:absolute;left:0;top:11px;width:100%;height:8px;border-radius:5px;z-index:0;pointer-events:none;border:1px solid #d3d3d3}.vcv-ui-form-range .vcv-ui-form-range-slider{-webkit-appearance:none;margin:9px 0;padding:0;width:100%;background:transparent;vertical-align:middle;position:relative;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{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-thumb{border:5px solid #283aa4;height:18px;width:18px;border-radius:50%;background:#fff;cursor:pointer;position:relative;z-index:2;box-sizing:border-box;-webkit-appearance:none;margin-top:-6px}.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{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent}.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{border:5px solid #283aa4;height:18px;width:18px;border-radius:50%;background:#fff;cursor:pointer;position:relative;z-index:2;box-sizing:border-box}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-track{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent;border-color:transparent;border-width:1px 0;color:transparent}.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{border:5px solid #283aa4;height:18px;width:18px;border-radius:50%;background:#fff;cursor:pointer;position:relative;z-index:2;box-sizing:border-box;margin-top:0}.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{width:60px;padding-left:5px;padding-right:5px;text-align:center}.rtl .vcv-ui-form-range .vcv-ui-form-range-helper{margin-right:0;margin-left:20px}.rtl .vcv-ui-form-range .vcv-ui-form-range-bg{left:auto;right:1px}.vcv-ui-editor-search-container{display:-webkit-flex;display:-ms-flexbox;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{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,.vcv-ui-editor-search-container .vcv-ui-form-input{width:auto;border:none}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input:focus,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea:focus,.vcv-ui-editor-search-container .vcv-ui-form-input:focus{-webkit-animation:none;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-ajax-form-container input,.rtl .vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,.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-top-right-radius:3px;border-bottom-right-radius:3px}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container:before{border-right:0;border-left:1px solid #d1d1d1}:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-form-input{padding-left:0}.vcv-ui-editor-search-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;background:#fff;border-radius:3px;overflow:hidden}.vcv-ui-editor-search-field-container .vcv-ui-editor-search-field{width:0;font-size:14px;padding:8px 14px}.vcv-ui-editor-search-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px;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{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-editor-search-dropdown-container{position:relative;display:inline-block;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;background-color:#eaeaea;border-top-left-radius:3px;border-bottom-left-radius:3px}.vcv-ui-editor-search-dropdown-container:before{content:attr(data-content);position:absolute;top:0;right:0;bottom:0;left:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-transform:capitalize;pointer-events:none;color:#5c5b5b;padding:8px 2em 8px 14px;line-height:1.7;border-right:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat}.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{font-size:10px;font-weight:600;text-transform:uppercase;color:#fff;position:relative;display:inline-block;vertical-align:middle;padding:1em}.vcv-ui-form-switch:hover{cursor:pointer}.vcv-ui-form-switch>input{position:absolute;z-index:-1;opacity:0}.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{display:block;box-sizing:border-box;line-height:1}.vcv-ui-form-switch .vcv-ui-form-switch-label:before{overflow:hidden;visibility:hidden;opacity:0;height:.5em}.vcv-ui-form-switch .vcv-ui-form-switch-label:after{position:absolute;top:50%;left:1em;right:1em;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition-property:opacity;transition-duration:.2s;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~.vcv-ui-form-switch-label:after{opacity:0}.vcv-ui-form-switch>input:checked~[data-vc-switch-on]:after,.vcv-ui-form-switch>input:not(:checked)~[data-vc-switch-off]:after{opacity:1}.vcv-ui-form-switch .vcv-ui-form-switch-indicator{left:0;right:0;top:0;bottom:0}.vcv-ui-form-switch .vcv-ui-form-switch-indicator,.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{position:absolute;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;border-radius:4em}.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{content:"";display:block;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:1.6em;width:1.6em;background:#fff;z-index:10}.vcv-ui-form-switch>input:checked~.vcv-ui-form-switch-indicator{background-color:#283aa4}.vcv-ui-form-switch>input:checked~.vcv-ui-form-switch-indicator:before{left:0;margin-left:1.5em}.vcv-ui-form-switch>input:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#5c5b5b}.vcv-ui-form-switch>input:not(:checked)~.vcv-ui-form-switch-indicator:before{left:100%;margin-left:-1.5em}.vcv-ui-form-switch:hover>input:checked~.vcv-ui-form-switch-indicator{background-color:#253698}.vcv-ui-form-switch:hover>input:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#545353}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-indicator:before{border:inherit}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-label{cursor:not-allowed;color:#7e7e7e}.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{width:34px;height:20px;position:relative;display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small:hover{cursor:pointer}.vcv-ui-form-switch-small>input{position:absolute;z-index:-1;opacity:0}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator{position:absolute;left:0;right:0;top:0;bottom:0;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;border-radius:4em}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator:before{content:"";display:block;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:12px;width:12px;background:#fff;border-radius:4em;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;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{width:100%;max-width:100%;color:#6f747b;border:1px solid #d1d1d1;margin:12px 0;font-size:14px;border-collapse:collapse}.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;vertical-align:top;text-align:left;padding:8px 14px;line-height:1.5}.vcv-ui-form-table>tbody>tr>td:last-child{text-align:right;font-size:12px;text-transform:uppercase;line-height:21px}.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;text-decoration:none;font-size:12px;font-weight:700}.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{color:#fff;background-color:#203251}.vcv-ui-form-table .vcv-ui-form-table-link-type{max-width:5em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;vertical-align:middle;font-size:11px;font-weight:700}.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{font-family:inherit;font-size:12px;border-radius:3px;border:none;color:#838383;box-shadow:0 0 4px 0 rgba(0,0,0,.1)}.vcv-ui-form-datepicker .react-datepicker__triangle{display:none}.vcv-ui-form-datepicker .react-datepicker__header{padding:0;background-color:#fff;border:none;text-align:left}.vcv-ui-form-datepicker .react-datepicker__current-month{padding:5px 13px 10px 0;border-bottom:2px solid #f6f6f6;margin:0 7px 0 9px}.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;width:25px;height:25px;line-height:25px;margin:5px}.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{border-radius:4em;background-color:#ededed}.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{border-radius:4em;background-color:#2a4b80;color:#fff}.vcv-ui-form-datepicker .react-datepicker__navigation{top:12px;border:2px solid #838383;height:24px;width:24px;border-radius:4em;opacity:.4;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.407L2.275.876a.843.843 0 00-1.19 1.19l2.939 2.939-2.94 2.939a.843.843 0 000 1.19.838.838 0 001.186 0l3.532-3.532a.844.844 0 00.005-1.195z' fill='%23838383' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%;background-size:10px 10px}.vcv-ui-form-datepicker .react-datepicker__navigation:hover{opacity:1;border-color:#838383}.vcv-ui-form-datepicker .react-datepicker__navigation--next{right:10px}.vcv-ui-form-datepicker .react-datepicker__navigation--previous{left:187px;-webkit-transform:rotate(180deg);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{width:100px;padding-right:10px;border-left:2px solid #f6f6f6}.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{border-radius:5px;background:silver;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:-webkit-flex;display:-ms-flexbox;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{margin:10px 10px 0 0;padding:5px 0 10px 10px;border-bottom:2px solid #f6f6f6;border-left:2px solid #f6f6f6;border-radius:0}.vcv-layout-header .vcv-ui-form-datalist{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat #fff;box-sizing:border-box;box-shadow:none;display:inline-block;padding:5px 2em 5px 14px;vertical-align:middle;-webkit-appearance:none;appearance:none;border:1px solid #d1d1d1;border-radius:3px;color:#5c5b5b;font-size:12px;font-weight:400;line-height:1.5;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%;height:auto}.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{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;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::-webkit-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist:-ms-input-placeholder{color:#c5c5c5;font-style:italic}.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 input.vcv-ui-form-field-dynamic,.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-ajax-form-container textarea.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{width:92%;margin-right:5px;display:inline-block;vertical-align:top}.vcv-ui-dynamic-field-autocomplete-container{position:relative}.vcv-ui-dynamic-field-autocomplete-container>.vcv-ui-wp-spinner{position:absolute;top:8px;right:5px}.vcv-ui-form-field-dynamic+.vcv-ui-form-link{margin-top:10px}.vcv-ui-dynamic-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 0 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:3px;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{margin-bottom:0;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.vcv-ui-dynamic-field-tag{background:#2a4b80;color:#fff;margin:1px 3px;border-radius:2em;padding:1px 11px 0;font-size:12px;word-break:break-all;cursor:pointer}.vcv-ui-dynamic-field-tag.vcv-ui-dynamic-field-tag--inactive{background:#ed5656}.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-top:8px;position:absolute;right:30px}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{margin-top:5px;display:inline-block;vertical-align:top;position:absolute;right:2px}.vcv-ui-form-wp-tinymce .wp-editor-container{border:1px solid #d1d1d1;border-bottom:0}.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{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:99;background:#fff;opacity:.6}.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{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-dynamic-field-control{display:inline-block;border:none;background:transparent;vertical-align:middle;cursor:pointer;padding:6px 0 6px 5px;font-size:16px;transition:color .2s ease-in-out}.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-ajax-form-container input.vcv-ui-form-field-dynamic-extra,.vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic-extra,.vcv-ui-form-input.vcv-ui-form-field-dynamic-extra{margin-top:10px}.vcv-ui-form-attach-image-item-dynamic-open{height:80px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.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{right:auto;left:30px}.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{right:auto;left:2px}.rtl .vcv-ui-dynamic-field-control{padding:6px 5px 6px 0}.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic,.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-right:0;margin-left:5px}.vcv-ui-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;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{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;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{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:400px}@media (min-width:0){.vcv-ui-col--xs-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--xs .vcv-ui-col--xs-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:0){.vcv-ui-col--xs-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xs .vcv-ui-col--xs-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:0){.vcv-ui-col--xs-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xs .vcv-ui-col--xs-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:0){.vcv-ui-col--xs-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--xs .vcv-ui-col--xs-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:0){.vcv-ui-col--xs-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xs .vcv-ui-col--xs-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:0){.vcv-ui-col--xs-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xs .vcv-ui-col--xs-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:0){.vcv-ui-col--xs-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--xs .vcv-ui-col--xs-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:0){.vcv-ui-col--xs-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xs .vcv-ui-col--xs-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:0){.vcv-ui-col--xs-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xs .vcv-ui-col--xs-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:0){.vcv-ui-col--xs-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--xs .vcv-ui-col--xs-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:0){.vcv-ui-col--xs-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xs .vcv-ui-col--xs-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:0){.vcv-ui-col--xs-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xs .vcv-ui-col--xs-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:400px){.vcv-ui-col--sm-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--sm .vcv-ui-col--sm-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:400px){.vcv-ui-col--sm-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--sm .vcv-ui-col--sm-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:400px){.vcv-ui-col--sm-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--sm .vcv-ui-col--sm-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:400px){.vcv-ui-col--sm-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--sm .vcv-ui-col--sm-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:400px){.vcv-ui-col--sm-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--sm .vcv-ui-col--sm-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:400px){.vcv-ui-col--sm-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--sm .vcv-ui-col--sm-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:400px){.vcv-ui-col--sm-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--sm .vcv-ui-col--sm-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:400px){.vcv-ui-col--sm-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--sm .vcv-ui-col--sm-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:400px){.vcv-ui-col--sm-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--sm .vcv-ui-col--sm-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:400px){.vcv-ui-col--sm-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--sm .vcv-ui-col--sm-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:400px){.vcv-ui-col--sm-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--sm .vcv-ui-col--sm-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:400px){.vcv-ui-col--sm-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--sm .vcv-ui-col--sm-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:800px){.vcv-ui-col--md-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--md .vcv-ui-col--md-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:800px){.vcv-ui-col--md-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--md .vcv-ui-col--md-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:800px){.vcv-ui-col--md-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--md .vcv-ui-col--md-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:800px){.vcv-ui-col--md-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--md .vcv-ui-col--md-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:800px){.vcv-ui-col--md-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--md .vcv-ui-col--md-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:800px){.vcv-ui-col--md-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--md .vcv-ui-col--md-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:800px){.vcv-ui-col--md-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--md .vcv-ui-col--md-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:800px){.vcv-ui-col--md-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--md .vcv-ui-col--md-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:800px){.vcv-ui-col--md-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--md .vcv-ui-col--md-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:800px){.vcv-ui-col--md-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--md .vcv-ui-col--md-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:800px){.vcv-ui-col--md-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--md .vcv-ui-col--md-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:800px){.vcv-ui-col--md-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--md .vcv-ui-col--md-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--lg .vcv-ui-col--lg-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:1200px){.vcv-ui-col--lg-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--lg .vcv-ui-col--lg-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--lg .vcv-ui-col--lg-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--lg .vcv-ui-col--lg-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:1200px){.vcv-ui-col--lg-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--lg .vcv-ui-col--lg-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--lg .vcv-ui-col--lg-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--lg .vcv-ui-col--lg-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:1200px){.vcv-ui-col--lg-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--lg .vcv-ui-col--lg-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--lg .vcv-ui-col--lg-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--lg .vcv-ui-col--lg-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:1200px){.vcv-ui-col--lg-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--lg .vcv-ui-col--lg-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--lg .vcv-ui-col--lg-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--xl .vcv-ui-col--xl-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:1600px){.vcv-ui-col--xl-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xl .vcv-ui-col--xl-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xl .vcv-ui-col--xl-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--xl .vcv-ui-col--xl-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:1600px){.vcv-ui-col--xl-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xl .vcv-ui-col--xl-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xl .vcv-ui-col--xl-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--xl .vcv-ui-col--xl-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:1600px){.vcv-ui-col--xl-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xl .vcv-ui-col--xl-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xl .vcv-ui-col--xl-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--xl .vcv-ui-col--xl-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:1600px){.vcv-ui-col--xl-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xl .vcv-ui-col--xl-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xl .vcv-ui-col--xl-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;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{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-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{position:relative;height:100%;width:100%;overflow:hidden;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;flex-flow:column nowrap}.vcv-ui-scroll,.vcv-ui-scroll-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap}.vcv-ui-scroll-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:scroll;overflow-scrolling:touch;flex-flow:column nowrap;direction:ltr}.vcv-ui-tree-layout-filled .vcv-ui-scroll-content{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.vcv-ui-scroll-track--horizontal,.vcv-ui-scroll-track--vertical{position:absolute;cursor:pointer;right:5px;bottom:5px;transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out;opacity:0}.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{left:5px;border-radius:5px;height:5px}.vcv-ui-scroll-track--vertical{top:5px;border-radius:5px;width:5px}.vcv-ui-scroll-thumb--horizontal,.vcv-ui-scroll-thumb--vertical{position:relative;display:block;cursor:pointer;border-radius:inherit;background-color:rgba(124,152,198,.5);z-index:9}.vcv-ui-scroll-thumb--horizontal{height:100%}.vcv-ui-scroll-thumb--vertical{width:100%}.vcv-scroll-dots{opacity:0;text-align:center;position:relative;transition:opacity .2s ease-in-out;pointer-events:none}.vcv-scroll-dots.vcv-scroll-dots--visible{opacity:1}.vcv-scroll-dots:after{content:"";position:absolute;height:30px;width:96%;left:0;bottom:0;background-image:linear-gradient(0,#f6f6f6 30%,transparent);z-index:1}.vcv-scroll-dots:before{content:"";position:absolute;color:#d4d2d2;z-index:2;width:3px;height:3px;background:#d4d2d2;border-radius:100%;box-shadow:6px 0,-6px 0}.vcv-scroll-dots--before.vcv-scroll-dots:after{bottom:auto;top:0;background-image:linear-gradient(180deg,#f6f6f6,transparent 30%)}.vcv-ui-modal-overlay{position:fixed;overflow:hidden;left:0;right:0;bottom:0;top:0;background-color:rgba(0,0,0,.5);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:2000}.vcv-ui-modal-container{overflow:auto;width:100%;pointer-events:none}.vcv-ui-modal{pointer-events:all;max-width:400px;box-sizing:border-box;margin:20px auto;background-color:#fff;word-wrap:break-word;color:#6f747b;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-modal-header{padding:15px 20px;border-bottom:1px solid #d1d1d1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-modal-content{padding:15px 20px;max-height:50vh;overflow:auto}.vcv-ui-modal-content .vcv-ui-wp-spinner{width:100%;margin-top:15px}.vcv-ui-modal-content .vcv-ui-tag-list-container .vcv-ui-wp-spinner{width:auto;margin:auto}.vcv-ui-modal-header-title{margin:0;font:normal 400 1.25rem/1 Montserrat,sans-serif}.vcv-ui-modal-close{display:block;float:right;text-align:right;cursor:pointer;position:relative;height:1.25rem;width:1.25rem;opacity:.3;transition:opacity}.vcv-ui-modal-close:hover{opacity:.6}.vcv-ui-modal-close-icon{font-size:1rem;height:1em;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.rtl .vcv-ui-modal-close{float:left;text-align:left}.rtl .vcv-ui-modal-close-icon{right:auto;left:0}.vcv-ui-modal-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;background:#283aa4;transition:background .2s}.vcv-ui-modal-actions:hover{background-color:#ffae27}.vcv-ui-modal-actions .vcv-ui-modal-action-content span{margin-left:16px;display:none}.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{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:hsla(0,0%,100%,.1);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-modal-action[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-modal-action-submit-input{display:none}.vcv-ui-modal-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-modal-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-drag-handler{cursor:move;min-height:16px;min-width:16px;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;opacity:.15}.vcv-ui-drag-handler-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-tree-view-layout.vcv-hidden{display:none}.vcv-ui-tree-layout-container{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%;font-size:.75rem;line-height:1;color:#fff;background-color:#203251;border-right:1px solid rgba(73,109,163,.15);border-bottom:1px solid rgba(73,109,163,.15);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-ui-tree-layout-container.vcv-ui-state--hidden{display:none}.vcv-ui-tree-layout{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;list-style:none;position:relative;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.rtl .vcv-ui-tree-layout{direction:rtl}.vcv-ui-tree-layout-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:auto;border-top:1px solid rgba(73,109,163,.15);margin-top:-1px}.vcv-ui-tree-layout-actions .vcv-ui-tree-layout-action-content span{margin-left:16px;display:none}.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{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;height:40px}.vcv-ui-tree-layout-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.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;opacity:.5;cursor:not-allowed}.vcv-ui-tree-layout-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-tree-layout-control-dropdown-content{display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:0;position:absolute;left:0;right:0;top:calc(100% + 1px);background:#16243f;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:40px;z-index:-5;transition:opacity .2s ease-in-out .2s,z-index .2s ease .2s;padding-right:8px}.vcv-ui-tree-layout-control-dropdown-content.vcv-ui-state--active{opacity:1;z-index:1;transition:opacity .2s ease-in-out 0s,z-index .2s ease 0s}.vcv-ui-tree-layout-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-tree-layout-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-tree-layout-messages{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:1.7;color:#7d94bb;text-align:center;font-style:italic}.vcv-ui-tree-layout-messages>*{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.vcv-ui-tree-layout-message{padding:8px 1em;margin:0;min-height:40px}.vcv-ui-tree-layout-control{border-bottom:1px solid rgba(73,109,163,.15);transition:background-color .2s ease-in-out;padding:8px 8px 8px 0;min-height:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}.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{min-height:60px;line-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{position:absolute;top:calc(100% + 1px);background:#354e73;left:0;right:0;z-index:99;text-align:center}.vcv-ui-tree-layout-control-content{white-space:nowrap;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-tree-layout-control-content>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;min-width:0}.vcv-ui-tree-layout-control-label{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:8px;padding-right:8px}.vcv-ui-tree-layout-control-label span{border:2px solid transparent;border-radius:12px;padding:5px 8px;display:block;overflow:hidden;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{-webkit-user-select:none;-ms-user-select:none;user-select:none}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label-text{position:relative}.vcv-ui-tree-layout-control-label-editable{white-space:normal;text-overflow:clip}.vcv-ui-tree-layout-control-icon{position:relative;width:1.5rem;height:1em;display:inline-block;vertical-align:middle;color:inherit}.vcv-ui-tree-layout-control-icon>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1.5rem;width:1.5rem;height:1.5rem}.vcv-ui-tree-layout-control-actions{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:right;opacity:1;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-action{position:relative;width:40px;height:1em;display:inline-block;vertical-align:middle;color:inherit;cursor:pointer}.vcv-ui-tree-layout-control-action>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1rem}.vcv-ui-tree-layout-control-action[disabled]{opacity:.5;cursor:not-allowed}.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{z-index:-999;opacity:0;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-state-container{position:absolute;right:0}.vcv-ui-tree-layout-control-state{position:relative;width:40px;height:1em;display:inline-block;vertical-align:middle;color:inherit}.vcv-ui-tree-layout-control-state>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1rem}.rtl .vcv-ui-tree-layout-control-state-container{right:auto;left:0}.vcv-ui-tree-layout-control-drag-handler{position:absolute;left:0;top:0;bottom:0;min-width:1em;min-height:1em;opacity:.2;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-drag-handler .vcv-ui-drag-handler-icon{font-size:.9em}.vcv-ui-tree-layout-control-drag-handler.vcv-ui-tree-layout-control-drag-handler-mobile{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.rtl .vcv-ui-tree-layout-control-drag-handler{left:auto;right:.9rem}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-trigger{width:60px;text-align:center}.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;padding:0;margin:0}.vcv-ui-tree-layout-node-expand-trigger{position:absolute;left:-1.25em;top:50%;margin-top:-.5em;cursor:pointer;opacity:.6;font-size:.9rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.rtl .vcv-ui-tree-layout-node-expand-trigger{left:auto;right:-1.25em;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.vcv-ui-tree-layout-node-child{position:relative;margin:0}.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{-webkit-transform:rotate(0deg);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{z-index:99999;font-size:.75rem;line-height:1;color:#fff;list-style-type:none}.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{padding:8px;min-height:40px}.vcv-ui-item-container{top:0;height:60vh;min-height:250px;max-height:calc(100% - 65px);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:.875rem;color:#fff;background-color:#203251;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{margin-bottom:30px;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-item-list{margin:0 -15px -30px;list-style:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vcv-ui-item-list,.vcv-ui-item-list-item{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-item-list-item{margin:0 15px 15px}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:before{content:"";position:absolute;top:0;right:0;border-color:#283aa4 #283aa4 transparent transparent;border-style:solid;border-width:25px;z-index:1}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:after{content:"";position:absolute;top:5px;right:5px;width:18px;height:18px;background-size:auto;background-repeat:no-repeat;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 0018 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 009 18a8.98 8.98 0 006.697-2.994zm-11.489-.973a3.664 3.664 0 013.279-2.008h3.026c1.406 0 2.66.787 3.279 2.008A6.927 6.927 0 019 15.955a6.927 6.927 0 01-4.792-1.922zM9 9.98a2.026 2.026 0 01-2.024-2.024c0-1.116.908-2.024 2.024-2.024s2.024.908 2.024 2.024A2.027 2.027 0 019 9.98zm0-7.935A6.962 6.962 0 0115.955 9a6.909 6.909 0 01-.835 3.301 5.696 5.696 0 00-2.78-2.025c.46-.658.73-1.458.73-2.32A4.074 4.074 0 009 3.886a4.074 4.074 0 00-4.07 4.07c0 .862.27 1.662.73 2.32a5.696 5.696 0 00-2.78 2.025A6.913 6.913 0 012.045 9 6.962 6.962 0 019 2.045z' fill='%23FDFDFD' fill-rule='nonzero'/%3E%3C/svg%3E");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;width:100px;position:relative;text-align:center;cursor:pointer;display:block;margin:0 auto}.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-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-item-overlay{cursor:pointer;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{position:relative;display:block;height:100px;overflow:hidden;border-radius:5px;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-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-item-element-content .vcv-ui-item-element-image{-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;display:block;position:relative}.vcv-ui-hub-item-badge{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9;height:20px;padding:1px 8px;border-radius:15px;color:#fff;font-size:12px;font-style:italic}.vcv-ui-hub-item-badge--new{background:#feb718}.vcv-ui-item-element>.vcv-ui-hub-item-badge{position:absolute;top:-9px;right:-12px;z-index:4}.vcv-ui-item-preview-caption .vcv-ui-hub-item-badge{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 0 0 25px}.vcv-hub-addon-item-content-container .vcv-ui-hub-item-badge{margin:0 0 10px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.vcv-ui-item-image,.vcv-ui-item-overlay{position:absolute;bottom:0;right:0;left:0;top:0}.vcv-ui-item-overlay{transition:opacity .2s ease-in-out;background-color:rgba(0,0,0,.5);color:#fff;overflow:hidden;opacity:0;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{line-height:100px;position:absolute;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;left:0;top:0}.vcv-ui-icon.vcv-ui-item-add,.vcv-ui-item-edit{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-item-edit{height:100px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-item-move{position:relative;cursor:move;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-item-move:before{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;left:50%;top:50%}.vcv-ui-item-remove{background-color:#f46172;line-height:30px;height:30px}.vcv-ui-item-element-name{line-height:18px;max-height:36px;position:relative;margin:10px 0;display:block}.vcv-ui-item-element-name span{line-height:18px;font-size:14px;letter-spacing:.3px;font-weight:700;color:#70757d}.vcv-ui-item-badge{position:relative}.vcv-ui-item-badge:after{left:-.75em;right:auto;top:.4em}.vcv-ui-item-preview-container{z-index:2020;pointer-events:none;position:fixed;display:block;width:520px;margin:0;visibility:hidden;opacity:0;border-radius:5px;transition:visibility 0s .2s,opacity .2s ease-in-out}.vcv-ui-item-preview-container.vcv-ui-state--visible{transition:visibility 0s,opacity .2s ease-in-out;visibility:visible;opacity:1}.vcv-ui-item-preview-addon-tag{position:absolute;top:15px;right:15px;padding:3px 9px;font-size:14px;color:#fff;background:#2b4b80;border-radius:20px}.vcv-ui-item-preview-image{max-height:240px;display:block;width:100%;border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-item-preview-caption{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background:linear-gradient(90deg,#1a399d,#693bc5);color:#fff;font-style:italic;text-align:left;padding:20px;line-height:1.43;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-ui-item-preview-text{line-height:18px;overflow:hidden}.vcv-ui-editor-get-more{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-editor-get-more-description{color:#9a9a9a;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif;text-align:center;padding:0 45px}.vcv-ui-editor-plate--addon .vcv-ui-item-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin:0}.vcv-ui-editor-plate--addon .vcv-ui-item-list-item{margin:0}.vcv-hub-addon-item-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;border-radius:5px;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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:20px 15px;background:#fff}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner{width:40px;height:40px;margin-top:auto}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner:before{height:27px;width:27px;opacity:.5}.vcv-hub-addon-name{margin:0 0 10px;font-size:16px;font-weight:600;line-height:22px;letter-spacing:1px}.vcv-hub-addon-description{margin:0 0 15px;font-size:13px;font-weight:500;font-style:italic;line-height:24px;letter-spacing:1px}.vcv-hub-addon-item-content-container .vcv-hub-addon-control{margin-top:auto;border:none;border-radius:3px;background:#283aa4;color:#fff;width:180px;height:40px;cursor:pointer;transition:background .2s ease-in-out;text-align:center;line-height:40px;text-decoration:none}.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{width:100%;vertical-align:top}.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{min-height:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container,.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-ui-editor-no-items-container{max-width:544px;margin:auto;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{margin:15px 0 12px;font-size:13px;display:inline-block;text-align:center}.vcv-ui-editor-no-items-image{margin:0 0 35px}.vcv-ui-editor-no-items-action{position:relative;min-height:50px;padding:17px 32px;border-radius:3px;border:none;background:#283aa4;color:#fff;cursor:pointer;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{background:transparent;border-radius:0;cursor:default;border:2px solid #d6d6d6;padding:16px 34px;font-family:Montserrat,sans-serif;font-weight:700;font-size:12px;letter-spacing:.077em;text-transform:uppercase;color:#d6d6d6;-webkit-font-smoothing:antialiased;max-width:100%}.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{line-height:37px;padding:12px 60px 12px 20px;font-size:16px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-panel-heading .vcv-ui-panel-heading-icon{display:inline-block;vertical-align:middle;margin-right:12px;margin-left:0}.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{text-align:left;background:#203251}.rtl .vcv-ui-panel-heading{padding:12px 20px 12px 60px}.rtl .vcv-ui-panel-heading .vcv-ui-panel-heading-icon{margin-right:0;margin-left:12px}.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{text-align:center;margin:10px 0 0}.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{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-settings-actions.vcv-ui-settings-actions-background{background-color:#203251}.vcv-ui-settings-actions .vcv-ui-settings-action-content span{margin-left:16px;display:none}.vcv-ui-settings-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.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;opacity:.5;cursor:not-allowed}.vcv-ui-settings-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-settings-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-settings-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-template-group-wrapper{overflow:hidden}.vcv-ui-template-options-wrapper{margin-right:-32px;margin-bottom:-25px}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon{display:inline-block;background-color:#fff;cursor:pointer;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{position:relative;opacity:.8;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{position:absolute;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.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{font-family:Roboto,sans-serif;font-weight:500;font-style:italic;color:#999;letter-spacing:.3px;line-height:16px;-webkit-font-smoothing:antialiased}.vcv-ui-form-group--category .vcv-ui-form-link,.vcv-ui-form-group--wp-menu .vcv-ui-form-link{display:inline;text-decoration:none;color:#586dc6;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{outline:none;box-shadow: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{font-style:italic;font-size:14px;letter-spacing:.5px;color:#797979;background:#e3e1e1;border-radius:3px;padding:4px 5px;line-height:1;margin:10px 0;display:inline-block}.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 input,.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-ajax-form-container textarea,.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;pointer-events:none;cursor:not-allowed}.vcv-ui-form-group a{text-decoration:none;color:#586dc6;transition:.2s}.vcv-ui-form-group a:hover{color:#515162;text-decoration:underline}.vcv-ui-form-group a:focus{outline:none;box-shadow:none}.vcv-ui-navigation-slider-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;direction:ltr}.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{position:absolute;top:0;bottom:0;width:9px}.vcv-ui-navigation-slider-container:before{left:0;background:linear-gradient(90deg,rgba(20,37,65,.5),transparent)}.vcv-ui-navigation-slider-container:after{right:70px;background:linear-gradient(270deg,rgba(20,37,65,.5),transparent)}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border:0;border-radius:0;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{border:0;background:transparent;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px;white-space:nowrap}.vcv-ui-navigation-slider-item:focus .vcv-ui-navigation-slider-dropdown,.vcv-ui-navigation-slider-item:hover .vcv-ui-navigation-slider-dropdown{display:-webkit-flex;display:-ms-flexbox;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{border:0;background:transparent;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px;padding:14px 24px;border-radius:0;cursor:pointer;margin:0;transition:background .2s ease-in-out}.vcv-ui-navigation-slider-controls{display:-webkit-flex;display:-ms-flexbox;display:flex;width:70px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-navigation-slider-control-button{background:transparent;border:none;border-radius:0;cursor:pointer;color:#fff;padding:0;width:50%;position:relative;font-size:18px}.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{-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-left:-5px}.vcv-ui-navigation-slider-control-button:last-child .vcv-ui-icon-expand{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin-left:-14px}.vcv-ui-navigation-slider-control-button[disabled]{color:#4c5f80;cursor:default}.vcv-ui-navigation-slider-control-button .vcv-ui-icon{position:absolute;top:50%;left:50%;margin-top:-9px;transition:opacity .2s}.vcv-ui-navigation-slider-dropdown{display:none;position:absolute;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border:0;z-index:5}.vcv-ui-navigation-slider-dropdown-item{background:#fff;text-align:left;border-radius:0;cursor:pointer;-webkit-font-smoothing:antialiased;min-width:150px;border:0;color:#fff;font-size:14px;font-weight:500;background:#1f3aa0;padding:15px 24px;letter-spacing:.5px}.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{margin:12px 0 12px 20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-add-content-panel-heading .vcv-ui-editor-search-container{margin:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.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{line-height:16px;font-size:16px;padding:6px;margin:0 2px;cursor:pointer;display:inline-block}.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{height:100%;font-size:.875rem;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-tree-view-content.vcv-ui-state--hidden{display:none}.vcv-ui-tree-content{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:1em}.vcv-ui-tree-content>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-tree-content-section{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;color:#6f747b;background-color:#f6f6f6;min-height:1em;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-ui-tree-content-section>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;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:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-ms-flex-flow:wrap;flex-flow:wrap;width:100%}.vcv-element-category-title-wrapper{width:100%;margin:0 15px 15px;position:relative}.vcv-element-category-title-wrapper>.vcv-element-category-title{line-height:18px;font-size:14px;letter-spacing:.3px;font-weight:700;color:#70757d;cursor:pointer}.vcv-element-categories-expand-button{position:absolute;right:-8px;top:0;bottom:0;border:0;background-color:transparent;color:#70757d;font-size:18px;cursor:pointer;padding:0 5px}.rtl .vcv-element-categories-expand-button{right:auto;left:-8px}.vcv-ui-tree-content-title-controls{padding-left:0;padding-right:0;font-size:1.2em;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:-8px}.vcv-ui-tree-content-title-control{position:relative;display:inline-block;vertical-align:middle;color:inherit;cursor:pointer;text-decoration:none;padding:0 10px}.vcv-ui-editor-tabs-container{margin-top:8px;padding-left:20px;padding-right:60px}.vcv-ui-editor-tabs,.vcv-ui-editor-tabs-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-editor-tabs{font-family:Nunito Sans,sans-serif;font-size:.875rem;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-editor-tabs>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-editor-tab{padding:14px 32px;color:#fff;background-color:#304568;border-radius:4px 4px 0 0;margin:0 2px 0 1px;text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;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;opacity:.5;cursor:not-allowed}.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{min-width:60px;background:none}.vcv-ui-editor-tab-content{white-space:nowrap}.vcv-ui-editor-tab-icon{font-size:1em;height:1em;width:1.25em;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-editor-tab-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-editor-tab-icon+*{margin-left:16px}.vcv-ui-add-element-content .vcv-ui-item-overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items: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{content:attr(data-letter);position:absolute;top:50%;left:50%;margin-right:-50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:50px;color:#fff;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{position:absolute;top:100%;right:0;left:0;z-index:2}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message{position:absolute;bottom:0;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#f96262;color:#fff;font-style:italic;-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;padding:15px 20px;z-index:1}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message--visible{-webkit-transform:translateY(0);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{visibility:visible;transition:visibility 0s .1s}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:2}.vcv-ui-add-template-content .vcv-ui-item-control{padding:.6em;cursor:pointer;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:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-ajax-form-container input,.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-ajax-form-container textarea,.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-form-input{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-appearance:none}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:11px 32px;margin:0 0 0 10px;min-height:auto;white-space:nowrap;font-size:12px;font-weight:700}.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-save-template-submit[disabled]{cursor:not-allowed;color:hsla(0,0%,100%,.5)}.vcv-ui-add-template-content .vcv-ui-save-template-submit[disabled]:hover{background:#304568}.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:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;margin:0}.vcv-ui-editor-tab-dropdown>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative: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{visibility:visible;opacity:1}.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{min-width:140px;position:absolute;top:100%;right:0;z-index:1020;visibility:hidden;opacity:0;transition:visibility 0s,opacity .2s ease-in-out;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);margin-right:2px;margin-left:1px}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab{text-align:left;background-color:#fff;color:#6f747b;border-radius:0;margin:0}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative: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--]{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0}[class*=vcv-ui-design-options-onion-layer--] [class*=vcv-ui-design-options-onion-control-position--]{pointer-events:all;padding-left:2px;padding-right:2px;width:36px;height:30px;text-align:center;position:absolute;z-index:1}[class*=vcv-ui-design-options-onion-layer--]:before{content:"";display:block;position:absolute;top:15px;right:20px;bottom:15px;left:20px;border:1px solid #d1d1d1}[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{position:absolute;z-index:1;pointer-events:all;right:calc(50% + 24px);max-width:95px;min-height:30px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#f6f6f6;padding:0 4px;text-align:right}.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{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--left{left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--right{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--top-left{top:0;left:0}.vcv-ui-design-options-onion-control-position--top-right{top:0;right: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{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-edit-form-actions .vcv-ui-edit-form-action-content span{margin-left:16px;display:none}.vcv-ui-edit-form-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.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;opacity:.5;cursor:not-allowed}.vcv-ui-edit-form-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-edit-form-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-edit-form-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-editor-tabs-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-editor-tabs-wrapper-state--hidden{position:absolute;visibility:hidden;opacity:0;z-index:-1}.vcv-ui-editors-header-dropdown{margin-top:-1px;margin-bottom:6px}.vcv-ui-form-dropdown-option.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 10px 10px 14px;min-height:61px}.vcv-ui-edit-form-header-image{margin:0 12px 0 0}.vcv-ui-edit-form-header-title{padding:1px 12px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none;letter-spacing:.3px;border-radius:12px;border:2px solid transparent;caret-color:hsla(0,0%,100%,.5);transition:border-color .2s ease-in-out}.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{padding:15px 10px;margin-right:35px;cursor:pointer;font-size:12px;opacity:.5;position:relative;text-align:center}.vcv-ui-icon-edit-form-header-title:before{font-size:1.25em;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-edit-form-header-control-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;font-size:1.2em}.vcv-ui-edit-form-header-control-container .vcv-ui-icon{vertical-align:top;line-height:unset;display:inline-block}.vcv-ui-edit-form-header-control-container .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-edit-form-header-control{padding:7px;cursor:pointer;color:#fff;margin:0 4px}.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{padding:5px 10px;cursor:pointer}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;padding:15px 20px 15px 18px;color:#fff;background:#203251;border-top:1px solid #263b5d;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;letter-spacing:.3px;transition:background .2s ease-in-out}.vcv-ui-edit-form-section-header:hover{background:#16243f}.vcv-ui-edit-form-section-header-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-ui-edit-form-section-header-control{width:22px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#fff;font-size:1.2em;transition:opacity .2s;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.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{width:22px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:7px;cursor:pointer;color:#fff;transition:opacity .2s;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.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{content:"";display:block;height:6px;width:6px;border-radius:50%;position:absolute;top:-5px;right:-3px}.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{display:inline-block;vertical-align:middle;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='29' viewBox='0 0 963 696' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%230584B5' d='M.6 139.7v277.8l240.6 138.9V278.6z'/%3E%3Cpath fill='%2309AEEF' d='M241.2.8L.6 139.7l240.6 138.9 240.6-138.9z'/%3E%3Cpath fill='%23AED13B' d='M722.4.8L481.8 139.7l240.6 138.9L963 139.7z'/%3E%3Cpath fill='%23B9880C' d='M481.8 139.7v277.8l240.6 138.9V278.6z'/%3E%3Cpath fill='%23B76800' d='M241.2 278.6v277.8l240.6-138.9V139.7z'/%3E%3Cpath fill='%23FDB715' d='M481.8 417.5L241.2 556.4l240.6 138.9 240.6-138.9z'/%3E%3Cpath fill='%237F9E2E' d='M722.4 278.6v277.8L963 417.5V139.7z'/%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;min-width:60px;min-height:60px;padding:16px;color:inherit;text-decoration:none;-webkit-order:-100;-ms-flex-order:-100;order:-100;cursor:pointer}.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{margin:0;padding:0;height:1em;width:1em;display:inline-block;vertical-align:middle;opacity:.7;position:relative}.vcv-ui-wp-spinner:before{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='gray'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite}.vcv-ui-wp-spinner.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-item-add-hub{cursor:pointer}.vcv-ui-item-add-hub.vcv-ui-wp-spinner-light{position:static;cursor:auto}.vcv-ui-wp-spinner-light{margin:0;padding:0;height:1em;width:1em;display:inline-block;vertical-align:middle;opacity:.7;position:relative}.vcv-ui-wp-spinner-light:before{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite}.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}@-webkit-keyframes vcv-ui-wp-spinner-animation{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes vcv-ui-wp-spinner-animation{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}#vc-navbar-container,.vcv-ui-navbar-container{-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}#vc-navbar-container,.vcv-ui-navbar,.vcv-ui-navbar-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-navbar{font-size:.875rem;color:#fff;min-height:60px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;z-index:2010}.vcv-ui-navbar>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.vcv-ui-navbar>.vcv-ui-pull-end{-webkit-order:1;-ms-flex-order:1;order:1}.rtl .vcv-ui-navbar{direction:rtl}.vcv-ui-navbar-control{padding:16px;min-width:60px;min-height:60px;color:#fff;text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:color,background-color;position:relative}.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;opacity:.5;cursor:not-allowed}.vcv-ui-navbar-control.vcv-go-premium{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;line-height:27px}.vcv-ui-navbar-control.vcv-go-premium .vcv-ui-icon-star{width:23px;height: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{white-space:nowrap;letter-spacing:.3px;font-size:14px}.vcv-ui-navbar-control-icon{font-size:1em;height:1em;width:1.25em;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-navbar-control-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-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:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-navbar-controls-group>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-navbar-sandwich .vcv-ui-navbar-controls-set:not(:last-child):after{content:"";height:1px;display:block;background-color:hsla(0,0%,100%,.1)}.rtl .vcv-ui-navbar-controls-set{direction:rtl}.vcv-ui-navbar-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;margin:0}.vcv-ui-navbar-dropdown>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-navbar-dropdown .vcv-ui-navbar-controls-group{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-navbar-dropdown.vcv-ui-navbar-dropdown--active .vcv-ui-navbar-dropdown-content{visibility:visible;opacity:1;max-height:none}.vcv-ui-navbar-dropdown.vcv-ui-navbar-dropdown--active .vcv-ui-navbar-dropdown-trigger{background-color:#203251}.vcv-ui-navbar-dropdown:hover .vcv-ui-navbar-dropdown-content{z-index:2006}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-content{visibility:hidden;opacity:0}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-trigger{background-color:transparent;opacity:.5;cursor:not-allowed}.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{width:100%;position:relative;z-index:2010}.vcv-ui-navbar-dropdown-content{background-color:#203251;min-width:200px;max-height:0;overflow:hidden;margin:0;padding:0;position:absolute;top:100%;left:0;z-index:2005;visibility:hidden;opacity:0;box-shadow:1px 0 10px 0 rgba(0,0,0,.3)}.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;opacity:.5;cursor:not-allowed}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--visible{visibility:visible;opacity:1;max-height:none;overflow:initial}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--visible .vcv-ui-navbar-control:last-child{border-top:1px solid #374763}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--visible .vcv-ui-navbar-control-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--visible .vcv-ui-navbar-control-content em{font-size:12px;color:#acb4c3;margin-left:5px}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--visible .vcv-ui-navbar-control-content>span{display:initial}.vcv-ui-navbar-control-separator{min-height:1px;min-width:1px;display:block;background-color:hsla(0,0%,100%,.1)}.vcv-ui-navbar-drag-handler{-webkit-order:-100;-ms-flex-order:-100;order:-100}.vcv-ui-navbar-controls-spacer{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.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{-webkit-flex-direction:column;-ms-flex-direction:column;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--success{background-color:#6dab3c}.vcv-ui-navbar-control.vcv-ui-state--warning{background-color:#fdb713}.vcv-ui-navbar-control.vcv-ui-state--error{background-color:#f44}.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{top:auto;bottom:100%}.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{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock--left .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content{top:auto;bottom:0;left:100%;right:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout{top:0;bottom:auto}.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{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{min-width:0;min-height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock--right #vc-navbar-container,.vcv-layout-dock--right .vcv-ui-navbar,.vcv-layout-dock--right .vcv-ui-navbar-controls-group{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock--right .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content{top:auto;bottom:0;left:auto;right:100%}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout{top:0;bottom:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{top:auto;right:100%;left: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{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{min-width:0;min-height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-navbar-is-dragging{-webkit-user-select:none;-ms-user-select:none;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{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;opacity:.2;cursor:move;z-index:2000}.vcv-ui-navbar-guideline{position:fixed;transition-property:height,width;transition-duration:.2s;transition-timing-function:ease-in-out;background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;z-index:-1}.vcv-ui-navbar-guideline-top{top:0;left:0;right:0;height:0}.vcv-ui-navbar-guideline-top.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-bottom{bottom:0;left:0;right:0;height:0}.vcv-ui-navbar-guideline-bottom.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-left{top:0;bottom:0;left:0;width:0}.vcv-ui-navbar-guideline-left.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-navbar-guideline-right{top:0;right:0;bottom:0;width:0}.vcv-ui-navbar-guideline-right.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-wpbackend-navbar-guideline{position:fixed;background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;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{text-align:left;margin-bottom:0;background:#203251}.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{border:0;background:transparent;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{text-align:center;margin:0 0 20px}.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{position:fixed;top:-9999px;left:-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{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-hub-control{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding:14px 24px;background:#fff;border:1px solid #d0d0d0;color:#6f747b;border-radius:0;cursor:pointer;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{margin:0 0 20px;display:none}.vcv-hub-banner{min-height:300px;padding:20px;margin-bottom:20px;position:relative;overflow:hidden;background:#2d3036}.vcv-hub-banner:before{content:"";position:absolute;left:0;top:0;bottom:0;right:0;background:url(https://s3-us-west-2.amazonaws.com/cdn.hub.visualcomposer.com/plugin-assets/vcwb-hub-banner-bg.png) 50%;background-size:cover}.vcv-hub-banner-content{position:relative;z-index:1;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff}.vcv-hub-banner-title{font-family:Montserrat,sans-serif;font-weight:600;font-size:24px;line-height:32px;letter-spacing:1.12px;margin:0}.vcv-hub-banner-subtitle{font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-hub-banner .vcv-hub-banner-button,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.92px;font-size:12px;width:315px;max-width:100%;background:#ffae27;text-decoration:none;padding:15px 20px;color:#fff;margin-top:26px;transition:background .2s;box-shadow:none;outline:none;text-transform:uppercase;cursor:pointer}.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{cursor:pointer;color:#fff;text-decoration:none}@media (min-width:768px){.vcv-hub-banner-title{font-size:36px;line-height:42px}}@-webkit-keyframes vcv-slide-image-left{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-2796px,0,0);transform:translate3d(-2796px,0,0)}}@keyframes vcv-slide-image-left{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-2796px,0,0);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{max-width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.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{min-height:360px;padding:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;background-size:cover;background-position:50%;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{content:"";position:absolute;top:0;left:0;right:0;height:10px;background:#ff6569}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy:after{content:"";position:absolute;bottom:0;left:0;right:0;height:10px;background:#aa39ff}.vcv-stock-media-powered-text{text-align:right;margin-top:14px;font-family:Roboto,sans-serif;color:#bbb;font-weight:500;font-style:italic;font-size:13px;letter-spacing:1px}.vcv-stock-media-powered-text a{color:#fff;text-decoration:none;transition:color .2s;outline:none}.vcv-stock-media-powered-text a:hover{color:#e4e4e4}.vcv-stock-images-inner{max-width:600px;margin:auto;width:100%}.vcv-stock-images-unsplash-logo{display:inline-block}.vcv-stock-images-unsplash-logo svg{vertical-align:bottom}.vcv-stock-images-subtitle{font-size:18px;font-family:Montserrat,sans-serif;font-weight:600;letter-spacing:.82px;line-height:28px;-webkit-font-smoothing:antialiased}.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{display:inline-block;margin-top:6px;width:auto;padding-left:40px;padding-right:40px}.vcv-stock-images-results-container{padding:10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;max-width:1600px;width:100%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;box-sizing:border-box}.vcv-stock-images-results-data{padding:20px 20px 0;color:#9a9a9a;font-size:14px;font-weight:600;-webkit-font-smoothing:antialiased;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-stock-images-column-count--1 .vcv-stock-images-col{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vcv-stock-images-column-count--2 .vcv-stock-images-col{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.vcv-stock-images-column-count--3 .vcv-stock-images-col{-webkit-flex:0 0 33.333%;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}.vcv-stock-images-column-count--4 .vcv-stock-images-col{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.vcv-stock-images-column-count--5 .vcv-stock-images-col{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.vcv-stock-image-wrapper{position:relative;padding:10px}.vcv-stock-image-wrapper:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;background-color:#e8e8e8;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{position:relative;opacity:0;transition:opacity .2s}.vcv-stock-image-inner:hover .vcv-stock-image-author,.vcv-stock-image-inner:hover .vcv-stock-image-hover-download{opacity:1}.vcv-stock-image-inner.vcv-stock-image-inner--active .vcv-stock-image-download-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-author,.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-download,.vcv-stock-image-inner.vcv-stock-image-inner--active .vcv-stock-image-author,.vcv-stock-image-inner.vcv-stock-image-inner--active .vcv-stock-image-hover-download{display:none}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-loading{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-stock-image-hover-lock .vcv-ui-icon:hover:before{content:"\e912"}.vcv-stock-image{vertical-align:top;position:absolute;left:0;right:0;bottom:0;top:0;width:100%}.vcv-ui-editor-plate--stock-images~.vcv-loading-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:5px 20px 20px}.vcv-ui-editor-plate--stock-images~.vcv-loading-dots-container{margin:auto}.vcv-stock-image-download-container{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(38,37,37,.6);display:none;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:opacity .2s}.vcv-stock-image-download-options{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding:10px 25px;height:100%;max-height:170px}.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-flex-grow:1;-ms-flex-positive:1;flex-grow:1;background:#fff;padding:5px 10px;border:none;border-bottom:1px solid #d8d8d8;cursor:pointer;font-family:Nunito Sans,sans-serif;font-weight:700;font-size:14px;color:#303030;transition:background-color .2s,color .2s,border-color .2s;-webkit-font-smoothing:antialiased;outline:none}.vcv-stock-image-download-button span{color:#9a9a9a;transition:color .2s}.vcv-stock-image-download-button:hover{background-color:#2a4c80;color:#fff;border-color:#2a4c80}.vcv-stock-image-download-button:hover span{color:#fff}.vcv-stock-image-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:none;background-color:rgba(38,37,37,.6);-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff}.vcv-stock-image-loading .vcv-ui-wp-spinner{visibility:visible}.vcv-stock-image-hover-download{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(38,37,37,.6);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .2s;cursor:pointer}.vcv-stock-image-hover-download .vcv-ui-icon-download{font-size:18px;color:#fff}.vcv-stock-image-hover-download .vcv-ui-icon-lock-fill{font-size:16px;padding:4px;color:#fff}a.vcv-stock-image-author{position:absolute;bottom:13px;left:13px;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:Nunito Sans,sans-serif;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;text-decoration:none;font-size:14px;font-weight:800;-webkit-font-smoothing:antialiased;transition:color .2s,opacity .2s;box-shadow:none;opacity:0}a.vcv-stock-image-author:hover{color:#e6e6e6}a.vcv-stock-image-author:focus{outline:none;box-shadow:none}.vcv-stock-image-author-image{border-radius:50%;margin-right:10px;width:32px}.media-frame .vcv-ui-search-container .vcv-ui-search-field{font-size:14px;border:none;box-shadow:none}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;background:#fff;border-radius:5px;height:55px}.vcv-ui-search-container .vcv-ui-search-button{background:transparent;border:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px;padding:0;cursor:pointer}.vcv-ui-search-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-search-container .vcv-ui-search-field{width:0;font-size:14px;padding:8px 14px 8px 0;background:transparent;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;border:none}.vcv-ui-search-container .vcv-ui-search-field:focus,.vcv-ui-search-container .vcv-ui-search-field:hover{box-shadow:none;-webkit-animation:none;animation: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{box-sizing:border-box;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);color:#32373c;outline:none;transition:border-color .05s ease-in-out;font-family:Consolas,Monaco,monospace;font-size:13px;width:100%;background-color:#f9f9f9;-moz-tab-size:4;-o-tab-size:4;tab-size:4;height:50vh}.vcv-start-layout-item-list{margin:30px auto 0;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-stroke{transition:stroke .2s ease;stroke:#d1d1d1}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-fill{transition:fill .2s ease;fill:#d1d1d1}.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{opacity:1;stroke:#d1d1d1}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-fill{opacity:1;fill:#d1d1d1}.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout{border:2px solid #d1d1d1;width:100px;height:100px;display:block;position:relative}.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{position:absolute;line-height:100px;width:100%;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0;display:block;text-align:center;font-size:20px;font-weight:200;color:#adadad}.vcv-ui-start-layout-list-item-icon{display:block;width:100%;height:100%;margin:0;position:relative}.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{content:"";display:block;position:absolute;width:100%;left:0;height:2px;background:#d1d1d1}.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{content:"";display:block;position:absolute;width:100%;left:0;height:2px;background:#d1d1d1}.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{position:absolute;width:2px;height:56px;background:#d1d1d1;right:25px;top:20px}.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{content:"";display:block;position:absolute;width:100%;left:0;height:2px;background:#d1d1d1}.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{position:absolute;width:2px;height:56px;background:#d1d1d1;left:25px;top:20px}.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{content:"";display:block;position:absolute;width:0;top:0;height:100%;border:1px dashed #d1d1d1}.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{background-color:#fff;background-image:none;border-radius:5px;color:#5c5b5b;font-family:Roboto,sans-serif;font-weight:500;padding:14px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;position:relative;transition:box-shadow .2s ease-in-out;-webkit-font-smoothing:antialiased}.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;line-height:19px;letter-spacing:.3px;padding:0 0 0 16px;position:relative}.vcv-insight-description,.vcv-insight-item-description{color:#999;font-size:12px;line-height:20px;letter-spacing:.92px;padding:8px 16px 0;font-style:italic;font-family:inherit}.vcv-insight-item-description{padding:0 0 0 20px;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.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{content:"";border-radius:50%;width:9px;height:9px;position:absolute;top:0;bottom:0;left:0;margin:auto}.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{cursor:pointer;border:none;background-color:transparent;padding:7px;font-size:17px;color:#c6cbd4;transition:color .2s ease-in-out}.vcv-insight-go-to-action:hover{color:#2039a0}.vcv-insight-items{margin-top:15px;border-top:1px solid #f4f4f4}.vcv-insight-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:15px 0}.vcv-insight-item .vcv-insight-item-thumbnail{width:80px;height:80px;-o-object-fit:cover;object-fit:cover}.vcv-insight-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;padding-right:20px}.vcv-insight-collapse-button{position:absolute;right:0;top:0;bottom:0;border:0;background-color:transparent;color:#d8d8d8;font-size:18px;cursor:pointer}.vcv-insight-no-issues,.vcv-ui-insights-spinner,.vcv-ui-settings-popup-panel-spinner{position:absolute;width:auto;height:auto;top:0;right:0;bottom:0;left:0}.vcv-no-issues-heading{letter-spacing:1px;margin:20px 0 10px;font:normal 600 16px/22px Montserrat,sans-serif}.vcv-insight-no-issues{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:Roboto,sans-serif}.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}.vcv-layout-popup{position:fixed;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;bottom:0;z-index:3010;color:#fff;opacity:0;width:100%;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%);transition:opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:opacity .5s ease-in-out,transform .5s ease-in-out;transition:opacity .5s ease-in-out,transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.vcv-layout-popup--full-page{z-index:999999;height:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:opacity .5s ease;-webkit-transform:translate(0);transform:translate(0)}.vcv-layout-popup--full-page.vcv-layout-popup--visible{pointer-events:unset;background:rgba(47,47,47,.7)}.vcv-layout-popup--full-page .vcv-layout-popup-inner,.vcv-layout-popup--full-page .vcv-premium-teaser{background:#fff;padding:40px;max-width:360px}.vcv-layout-popup--full-page .vcv-layout-popup-badge{width:60px;height:90px;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.444L249 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-.175l-55.233-57.948v-52.097l32.027 11.587 23.007-39.608.199-.071v138.137zm11.895-202.807l6.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.82L91.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;margin:0 auto 30px}.vcv-layout-popup--full-page .vcv-layout-popup-header{position:unset;padding-right:0}.vcv-layout-popup--full-page .vcv-layout-popup-header .vcv-layout-popup-heading{font-family:Montserrat,sans-serif;letter-spacing:1px;font-size:22px;color:#363636;text-align:center;line-height:26px}.vcv-layout-popup--full-page .vcv-layout-popup-close,.vcv-layout-popup--full-page .vcv-premium-teaser-close{top:2px;right:2px;color:#d2d2d2}.vcv-layout-popup--full-page .vcv-layout-popup-text{font-family:Roboto,sans-serif;font-size:14px;color:#999;text-align:center;line-height:22px;margin-bottom:25px}.vcv-layout-popup--full-page .vcv-layout-popup-btn{font-family:Montserrat,sans-serif;display:block;border-radius:0;background:#f7b332;font-size:12px;padding:15px;font-weight:600;letter-spacing:1px;border:none;text-transform:uppercase}.vcv-layout-popup--full-page .vcv-premium-teaser{border-radius:5px}.vcv-layout-popup-container{margin:30px;max-width:440px;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{-webkit-transform:translate(0);transform:translate(0);opacity:1}.vcv-layout-popup.vcv-layout-popup--visible.vcv-layout-popup--action-clicked{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.vcv-layout-popup-inner{position:relative;background:#283aa4;border-radius:5px;padding:20px}.vcv-layout-popup-header{position:relative;margin:0 0 16px;padding-right:20px}.vcv-layout-popup-heading{margin:0;font-size:16px;font-weight:700;text-transform:uppercase;line-height:19px;letter-spacing:1px;color:inherit}.vcv-layout-popup-close{position:absolute;margin-top:1px;top:-10px;right:-10px;padding:10px;background:transparent;border:none;color:inherit;cursor:pointer;opacity:1;transition:opacity .2s ease-in-out}.vcv-layout-popup-close:hover{opacity:.5}.vcv-layout-popup-content{margin-bottom:16px}.vcv-layout-popup-btn{display:inline-block;padding:9px 27px;background:transparent;border:2px solid #fff;border-radius:3px;line-height:normal;font-size:13px;color:inherit;text-decoration:none;text-align:center;cursor:pointer;transition:background .2s ease-in-out,border-color .2s ease-in-out}.vcv-layout-popup-btn:hover{color:inherit;background:#ffae27;border-color:#ffae27}.vcv-layout-popup-btn:disabled{cursor:not-allowed;opacity:.7;background:transparent;border-color:#fff}.vcv-layout-popup-text{margin:0 0 17px;font-size:13px;font-style:italic;line-height:24px;letter-spacing:1px;color:inherit}.vcv-layout-popup-checkbox-option-wrapper{margin:16px 0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox{margin:0 14px 0 0;border-color:#fff!important;background:#fff!important}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox-label{font-size:13px;font-style:italic;line-height:24px;letter-spacing:1px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]{border-radius:3px;width:16px;height:16px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]:before{content:"";width:8px;height:8px;border-radius:50%;margin:0;padding:0;float:none;transition:background-color .2s}.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{content:"";border-radius:50%;padding:0;float:none;transition:background-color .2s;height:8px;width:8px;margin:4px}.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{text-decoration:none;border-bottom:2px solid;color:#fff;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{color:#c3c3c3;border-bottom-color:#c3c3c3;outline:none;box-shadow:none}.vcv-helpers-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9999;overflow:hidden;background-color:rgba(0,0,0,.8);margin-top:-9px;margin-left:-9px}.vcv-helpers-container--hidden{display:none}.vcv-helpers-container .vcv-helper{position:absolute;color:#fff}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question{width:18px;height:18px;cursor:pointer;color:hsla(0,0%,100%,.5);transition:color .2s}.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{text-decoration:none;outline:none}.vcv-helpers-container .vcv-helper-box{background-color:#2a3aa6;padding:16px 20px 20px;border-radius:6px;position:absolute;-webkit-transform:translateY(calc(-50% - 14px)) translateX(40px);transform:translateY(calc(-50% - 14px)) translateX(40px);width:360px;z-index:9999}.vcv-helpers-container .vcv-helper-box:before{content:"";display:block;position:absolute;left:-20px;top:calc(50% - 10px);border:10px solid transparent;border-right-color:#2a3aa6}.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{-webkit-transform:translateY(20px) translateX(calc(-50% + 10px));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-heading{font-family:Montserrat,serif;font-weight:700;font-size:16px;line-height:22px;color:#fff;margin:0 0 10px;text-transform:uppercase;letter-spacing:1px}.vcv-helpers-container .vcv-helper-box-description{font-family:Roboto,serif;font-weight:500;font-size:13px;font-style:italic;line-height:22px;margin:0 0 15px;letter-spacing:1px}.vcv-helpers-container .vcv-helper-box-actions{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.vcv-helpers-container .vcv-helper-box-done,.vcv-helpers-container .vcv-helper-box-skip{font-family:Roboto,serif;font-weight:500;font-size:12px;font-style:italic;line-height:20px;color:#98a1b2;margin-right:4px}.vcv-helpers-container .vcv-helper-box-skip{color:#fff;text-decoration:underline;cursor:pointer;transition:.2s}.vcv-helpers-container .vcv-helper-box-skip:hover{text-decoration:none}.vcv-helpers-container .vcv-helper-box-next{float:right;background-color:transparent;color:#fff;border:2px solid #fff;border-radius:4px;padding:5px 20px;cursor:pointer;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;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-helpers-container .vcv-helper-box-image.element-controls{width:240px;height:200px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADICAYAAAGhe1zEAAAAAXNSR0IArs4c6QAAI2JJREFUeAHtXQl8FEXWf7kISUgg3Ldyi4CiCJ8IBAjKIYecC66iiKviiiIICiIQQAE5BV3BXWBXUUQFRBJAuQIBAQkgRzBAOEMg3CGE3NdXVaGbnknPTPdMd08fr/iFqa7zvf+/Xx/VVa98gIRmPaOK6a/UEDlsq03Rwoyq0V8OX9vHJtHFga/cTsXa8wu91lss3Vmar7NMLq9zm8ZA/4Rh0cBdQP/cDZI6drdxZ/X8nWVyebH7T3FR/ved1R34uDsRH3cqvf1Te1kno1gfXoPao44XDNhRSpmREQuhec2IUun2CW5DHdVjNURtGmjfnuRjtzuW3IODgh5B7aBNScnG63hev63euXL5+5UB+4tIaGBFSTDTQnhySYbK04Jun9X1K7eEGuUbud2/2x3THlPTk2w6pieXr4+0JiXdFm1av3dw9sbhUskZubdKpTlKkCaeo9oepBuv44UDdopeuXzU5njUmo6i992ggFDIykvnSfD18Yei4gL+mIt4BHXC5TiuHf5X2ClNFOuUpvs06zn1MkBxDXogNdg/0H8+aLfsSy/R2LNOpQprX46HulPr0lehhJgpQP+4ULd6OBcVPbH4TAkRvmMJZSH5SpqUYpLK8FeuHfG2lz9au3mvqQ4bsb8XOyzoIEP2SaHEw3ygf1C0LKgdCC87Obcgu7dHHVcLq8d3+mLryXxcSsRtqKuGPQjX7pyX0odoGbc19qRTKonbHYuqISPReB3bD0N0aTJUhr5uPFcrYcdUQuNBLQtXkcLG09jXxw/a1R/A6yL35HJb46LiQr5TGtl2cgU7Hvf0cpDywOf2JdOmVzcO3NbYjb5sqhivY/tBVLm3Rbc1po8+mXkZPHzfxk/j41IiXju53Hqgl6KRsIz9C4AwTxh358VAWF9KnDzd3n+RED67c5WdPeEKy7897XuuCogNb3OZ9ndTmu7pkzLXtpRf/nGeFuaUoy8zYo/3Yum0Dqc4VVT45aJp/epw7tJNKXJoVsZGYU5wYe8cCDRNDARhHaGytHzi2Sv0RzRoyapQAJ+hY5euP5SYIvtjlbARV3E92bDsq6Ur5cTylXooFWtbbprb9yW5HYmV9/ctI5asappXFF4wIBbo+21BUZ6octzTxPz+22BC1xUwv/920VE80couEvGUdgGQ4bO9ckp7EzWb+7BWgrzRbi55myuxpiW739OqW9aP5govHBgHo1Y7/3z/FvnE/6+4UUxA+igam7QaGlV9DGqXbwCF5JX4l6NLYEfSKreAwouWW7AZqJLlLlpeUXh6r3Uefy5y96TSXGH6RX9STF/2DiwcCBQqQC9aNDSt/hT7pWN0NNA5TFXK1WVxd//zykWLmzVQVFzkrtxu19P8tkQl9YaiHEKan9Jcx9761ZzhoW2iIKRMKK+v6Z+0VuyPYsrSyZIvPDGeV1wYoa+H2fl3Yc3h+exCVUxsvaAwn7xO5sOcba9BVI9VMGPLMHiGfE5rVTcSRq/pJKzuNO6Vi5ZTiVTO1MSGH6jYIlplPSQ37xOz40iHD+b8HCe5hhsFa9a7DA91/MtpTS0G4akA5MuDvHUBTqV2kKmnUUtNTmkHOHglmb8tCQfUhZIIB+KF6TTO1aFluEF4uZ9ZaDtaDsrzCtOO7ZXjFKJ5dJ6Y/ZQtYXlnitL6YkFLRbn+JZ/SIcGBUDYwgKsn6Vdswp2wov3HXmGeWnEbhp114uw7kaN6Yt+ihGW9wbCNwsJTWCiYozhXXqoNC9vxhrK0f7wtCVkwY9xSz9L0ac5SCtMzVvJtySynt9cUDg+q7hUMvaJwdfLJJKrnjzD12TVOlZYym9BpAyKZmitcs0JjuJJ+Bu7mpsOUjffna4rIBnSkQ+mgucKXb5+CT3pHw8Ro1/NogsuE8foqxTZepXlITRrR/JT2No6osLcZULt/yzFs8z6sNrpc+yPaz2PR7Pws+PqPSVyyJr+aM0yHdR6u3ob9tarTSVRJbkV4z2YjJK3dEG3EQaLmCtORDvqX6mRZnXAluvBpi35zEnPs4UA30WSvPXjQOZQzN7teW1bGvyzkFeTwwjtaFc0XcBHxmsIu5FItW/NTWjVNJDaMCksEyrDFkGHDUidRcK8wTB8+uMlnEuVUrJjmt6W6FZtBfmEec3Njf4/ltKJPWsKHDy5diV+vMOxKGS4/PLgGUP8wNNBJ5TXKN/RYZ68oLFXqtKxUoH5paPjq97EQ0cD5oJ+UdjU/palQONdSCjUKldH1Ka2QjjbNoMI2cJjwwHIMaz6mxY1n0ZOHjmZ89fs4Tc8jzRWm41lSAl1ZOmZtFylFZZXRXGEq3Y6kNbDlxDfgzHnhkt0TgK5iu5t7m3x4K3HxTBd9JF7ZA3ShyMiI+WyAT+4qNa8oLIWSU9f2l1qyR5WlDy3U8+OYtZFSmilVxitPWqWk0DDBcldpyymsyYx4Lc5YKbPupcpB7Lxo0aDdflLL67mcr9rLHbRS3tWSCjlyEO/0prF00ygih0ArlRUlmJv1LQRCbC6/WDlhHWdx+7rcMbdShKtrf8yl4680BEQJllbVcSnqNCyiVUPHBRTI0aIPBcT0ehOqEEy12p9wQXXltOhDdSVU7kCVN2F3VjfJ1VOLPuTKpMfymixY0kJxqWt1pcqi1UJmqfK4W061S7S7AmE9ZRHwPb4hyofsRqT8Igpl5cTW3ERAk8FZN2WTVU1PPlFlCa5iYToih5doFQH2dtN0RA4J9jYLKvdvOYLp7kGfkflt9OtrgF+gZHhfaD2J+SqkMyVfbzebr8fNmqROlGngZmHxBbwcsQzBdKIiXRJy9c45+O7AbLaAN78wVzL89Ek08Wo8+9twfBmbBNm2Xl9oUvVx1kZxcTE8WjsS+rQYKblNLQqqMtChheBS+6hVoQm8F7mYTRGYSfzIcYuV4y9skNoEX2753o9YnE7/JRMs4OS1eD6PRo6kbIfIRn+zSfP2gemfoid1/wH8yPZIAf6Bklahe5sQpfs3PcFKA2a09ixzDzYaMUrJiwQrhaRO20GCdUqMUmIhwUohqdN2kGCdEqOUWJYhmI5A2QexNPsywuNxXZax0ayoHqtZcs9mbwizdRk3PcF0SJIGoQtY6itEbqCkztn2KmsnatPAe9V9iCP+1dC58d/Z0CdNpCdNq7rdYUqPnyC4THl4/+n/kiW/c+R2p1h50xPsCKl+j5bsU+Uo3z592q9DYM5zmyHQPxg+eOZrPjuYbE1x+vqfZBOSki2fL94+DQeTf4VKIdUhJDAc7ualw6pDcxjZfCUNI6Yf6KAfAfx8So/ICi1aQ7w178r0BGuOqM46tOwlWmc8qCYOEqwatPpoGAnWBw+qSYEEqwatPhpGgvXBg2pSlH5/UK0r7zRMp9pM6/UzlC9bCb6IK9msemTEPMjNz4Zxv3SVJRQdyaoT3hhuZV6F+4MdsprQvLDpX5OoCxO6/WPyreM24NJ9b+OTN9h4tbUpYHdAR6zsSZ3bdzMcSomD3IJs4iqlGasR5B8CX+4eCy+RSXrzY19n88DkbDNp163Hh3iJlgih2EhWFtlLNImMYlUmo1Y0JN86CSlkR46wshVh5aFP2fClN8mlMpnegv19y8Br7WYRh0S2E+Ta1ntWku9qCpKUQDeWTbgcxxflnCDxCV6KmJ5gL+Gqm27xEq0bKtQRBAlWB1fdtIoE64YKdQRBgtXBVTetIsG6oUIdQUxPMDdlRww+OXOyhKsL+z/6rlhzukwzPcGjVkeweVIUfUoMfV8NDawIM/tstJmn5YodOuT52Y6R8M3+GdCpUckOA3SbhdYPPAvPPDQM5vffDr2bv8n6ov1wJw8d7fr7Ex/BgJbv8fO2Rnf+SrP5WqYn2BVxcvLP3jgCB5I38VUKyTysg8mboWxACEuLTlgMOWQvu7VHPmPLU2micLSLnmz0pFi2d6Jm87UsMdBBrSmDuNoOCgiGgsICKCwugBCyl60V5mVZgmDe5CwYwUu0yUk3DcHUMx25HKG/L8EJ26nxkInsEj107NL1hxJTXG/CLqisx+gTPeIhrFq626L5+Piktij30uDXur9Wep2L2616t6JPs15RhVBsfA/nSvqqfCT05QizkOxrBnKVtpFjd7/5Qek2vdWeae7BSgJIXCLVULI9b7aFBHsTfQ36RoI1ANmbXZSaNsttjiFFqOa9pkopVqqMWB+0LbENOGL3nypVX0oCNxYspayZR7RKEUwBsSeO7riyIz7JBisxkmwKuDgQ9iFsS0ioGOEumuWzzUwar6SEiCjBEuo5LVKpfAjcTM90WsbTTFd9OLNgK5GvCsEtGteEY6cuq0qyqz6sRKIzY1GFYNphoweqws2j55z17XGesz6cWbB9x2Y+GVQhOCe3APapTK6rPsxMmv0J6uxYFYLVJpcq5KoPZxZsJfJVIdjZGaVVnpVIdIapKMHC1xZnlT3Jc9SHJ69GQnnELNiKpOPOZ8KzQhDHnc8EYGBUvwjgWLR+uVFEMiRYERj124jv8AHtSrYS0a+MKJkHCOC0WQ/A02tVOrescrlagyd3X7ULL9F6ZckDueiMlOsZKXF/JG/tgBbsAZB6r0otGS1Y7yx5IB+1ZCTYAwCNUBUJNgJLHshoSYJbP9DDA8iMVdVyBNPdR5tW+z/4Z4cFspiiHy+4P2HFSd2+h8GPf8CSKperI8zSRdxSBFNyA8mm0EnXD0Njsu+vnM2cM/PusPXE9l+kfHx84QfitpCGyd1X6oJUoRCinwuFBcwSn9E7BlYenM3cDVJLnLH5ZbJTivTFiHQV/5sd5jM4voufAWM6L4G07GvsmO6fFJu0isXpJtF0H2G9BEsQPLPPBvg2fiYcT91NNohez8i9cuesLA5y8jNh8a4xrM6LrSfznmcnk/2Jacgi2+fQoCdyqTymJ3hWn03w9f7pxBnpHkbu5zvfBbnkUqCo31a6ZxINv534BkZGLIILaSfZMfcfvYxT56cFRWSHcJ0E049kDW0zBVbsn+ohudLZCitbGe7k3JBeQeWSprfgVnUioXmNtrAg9p9uWq48BvRELpXc9BYsjx7zlbbUa5L56HOtERLsGiNDl0CCDU2fa+GRYNcYGboEEmxo+lwLjwS7xsjQJZBgQ9PnWngk2DVGhi6BBBuaPtfCI8GuMTJ0CSTY0PS5Ft70HxsoBA9WegS6N325FBr/+2MyccGvrjegUp1qnGAJgutUaEI++H9M9lFI4+FtQuZl1QhrCOduHuHTnEXCg2vApO7fgZ+vP8zdNgJGd/4CxqyNdFZFF3mmJ5hb6T/osXd4wPec3UD2/ZU3rWbqsz/yezwEBZTj23IVoXO2imVMDXLVntx80xP8W+J3sOH4EhtchredYXMs5eDMjWN8sWyybzAX7DeJzs7LgOphD8BHMX3ZVjtLdo+H15/6BMaue4aroumv6QlWCs0wskW8faB7BH9CJu+lZaWy7XLo5tBfxI2Ch6u3YzM2/X0DyES92cTbuvc+u1vyKbpW+QYQ2XiwPV9OjwP8AuCRWp3YA9vYyKWsLJ3nNbrzv8jmWD3hryv7S9UvJt7Wp20cAolXD5TK0yrBe6eWwhq+/VP7YrEmezYbIXqJXr73Q7HiLtPE7ql0frWjKbjBZcrzMy5dNq5CAdNfors1fQHonzD8mbJTeCgrLvbA5Ihc2jA3nVZWJwoWNr0FK4iVIZuy5D3YkEy5KTQS7CZwRqmGBBuFKTflRILdBM4o1ZBgozDlppxIsJvAGaUaEmwUptyUEwl2EzijVEOCjcKUm3IiwW4CZ5RqSLBRmHJTTtN/bKC4BPiVhXn9tvAQ2XvK4TNMGDH9x4aJ3b4jX3Tuwr7zm+Bm5mV4qHobqE2+B2fk3mauHaRyaj8n62LaX1KrerWc6S24WmhdNpeqBiEVyNyKveei4XrGBebUjPrukBrE5mSJfRuW2p5W5SxzD04l02lS05MYue6Aaz8nK6rHaujUaAgsHBjHmqOT+9rWe44df9xrHUt75qFXiNedAHe6U6yOZQj2FDH7OVkVQ6pB7KmVsCNpDWv6VuZVcnX4hcyzzoKojYPg2Ydfh97NhxOXSvmedu1RfSRYInz2c7IokXXCm0JEw76sBUo4vU8HEY94lNTuDw+FFcT5mreD6e/BSgE8eUN/1hS9787d/g8WL+NfFkav6cziF2+fhtyCTH7uNHWGFn9ho1Ldu92O6Qm+m5tO7pXP2wBEXN0zh6Q2iRIPhHOy8gpy+FobEpaSp/U7/PH3B+fxcW9GTP+aRMEV8yrrbKKcNwlRum/TWzAFzCpkip0c+JAlhoqJ0pBgE5EppgoSLIaKidKQYBORKaYKEiyGionSkGATkSmmChIshoqJ0pBgE5EppgoSLIaKidKQYBORKaaK6YcqR7R3POj//cFPIf3e5lZi4JghzfQEJ6Tuhd1nVpfiik7hqUi+30olmHPHdCfnFvGg81yp9vSaYHqC//bYKKB/YmF+7FtiyaJpdNOrCet7srx/tJ0JS/dOKFVObI6WWBpX0VkeV8bTX9Pfgz/bMRJmbBkGVzOS+Y/xdNpsdMJyOH/zqGT8/Hz8oX7lR+FdsmfhumNfsh1HuzR5ifjC2sbaoHOz+j7yNnOnRPcypO4ThfO2Av1DoGvTV1jZSWQ7vPn9t0OjKk/A3L73p/NKFkZGQdNbsAwsnBYtLC6A5FuJUL9SM7hx9yI8Vb8n+wzJ+cDaenIVRBPiA/2CiFefr+ClNlHAzduqEFSFzfbo1Ww4BPgGwvRfB7NZnVr40DK9BTtlTWYmnYbzRdx78FidZ+DM9aPwXfynZEfTuayVoqKSnUyLoOSXJtrP29r019e8xx+tfGiZfkYHvaxmEdeDrz45DT757QVmOfQSTae0bjnxX5kU2xZ35h+LK0nnbQmn9nDp9FcLH1qWsOD3Oi2GKuVqkw0qoxm+M/soMxlOykwRR+RSQbTwoWV6C2aMWvg/S1iwhfkli3UwmBoBJNjU9NLldhhMi8ADFVtEm4bgjo0Hf2RaptxQjDw9F43tsrgPe4qeu2zzh/9du/djgGLTPFW7gYluqjRudQpqt0jWjTz0ZAnJaTtp5tA58vdC0I0W5hTEZ+jYpesPJab0Nqd6xtPqiR7xEFYtXZeCF2ZUjf5y+No+uhTOokL5ovHqi3m9Gi9FyS/0Gl7o9XW64EuwzvhAcRABWQiYZpBDltZYGBEwCQKSpmMlxExRRd3mvaaq0q6jRqXqwcnVuU1jR03ZpMfuP2VzrPYBN3tX6X6s5L5Taey81Z4kA+aE405s7tj+t1PrRixpR3ySfZbNsVRDsqmk4IEjPRzJ5chApRq4gqKzptDQlEbUuO3JMmDjqmkuyd29A6Phm+s8oNoYxoCb1q8OVcLLwfHTqXAzPdOwTCihBxqiYelXXHDDGDDV3NfXB1o0rglFRcWQcPoy3ErPUhwQLRr0VA9378CudMMLgyuE9JdvKAOm8OXkFsDhkynk17v+0z2l0hM90NA8Rd889Q1jwNduZsC5SzcNb7hK6OHuHRgN3zyGy2liGAM28nsvBzb9VUIPNEQhotaOyzJgR59ZjAahXD289bnIEa5S78Bo6I4QNE+6T7OeUcXmUcf4mkQO26prJT4ftBtXrOmIIZxKqSMyUBREQC4CaMByEcPyiICOECAG7JOqI3lQFEQAEZCBgO+n4/oOBh+Bv0wZlbEoIoAIeBcB/16dHt1FRPCL2XGkww8x8eMOJV56grjWqeFdsbB3RAARkIIAjihKQUnDMm//1B6/CmiItxG7Yj7KgsInzewVPQMNWGcMogHrjBAdi2Mqt6M6xhlFQwRUQeDCrWO98TOSKtBio4iANgigAWuDM/aCCKiCABqwKrBio4iANgjIWsygjUjYi9IIVAurB+90XAihgeFw4uoB+M+e8ZBfmKt0N9ieFxDAO7AXQNeqy+ph9dmumxO7fgMJl/eyXbD/TNkB8/pthdfbzVZFjBdbT4ZZfTZBoH+wzZ+/b4BofyMjFsJksis2DU2rP8V21+YK0lVXzWtGcIf4K4IA3oFFQDF6Uo3yDeBtYhhBZcrB8n1TICMnDd5qPxeerNeDbEydCRm5t2H9sSWqqVlMJvblFoi7O3q0diQMeXwshJQJhfScm3CHyMaFaqF1oUXNtpCQ2h5ebTuVJdPf4uIiGLO2C1cMfwUIoAELwDB6tEb5RuRR+TMoGxAMS/dMhuOpdJIdQNWwByGvKAfycnPh852j4Mqds6qqGhxQDsZ1WWbTx0+HF0Ld8IdgYMu34aOYfsRwb7D8+f23w+2s6yweUqY82fg8jMi9mxksvQMv2zuFPD3E2bSFB/cRQAO+j4VhY7UqNIGREQuI4QbBf37/CP668jvThRruqI6LSNxHE8PlAMzKvwtztr3KHfK/DSu3ZPHcgmw+raDQuW8z+iiOwTECaMCOsTFEzoSuK6BKuVrEcCdC4tW9TGZvGS7tvJj8CyF3UXuvIQmpe+Hfv78P+UW5MLNPNNB34jxiyOnZN8n1pWQoprjYdhbpj38uhOcfHwMvt5kIM7e8Aqnppw3BiZZC4lRKLdGW0JfcqZTTeq6FxCsH4fuDn0CV0Afh3U7a33ElqIVFVEIADVglYN1tVq4B1ybvlbXKNySfhfKgoCgPLt46AWnZV9ztHusZDAF8hDYYYfbipqSdAPqHwZoI4Hdga/KOWpsEATRgkxCJalgTATRga/KOWpsEATRgkxCJalgTATRga/KOWpsEATRgkxCJalgTATRga/KOWpsEATRgkxCJalgTATRga/KOWpsEATRgkxCJalgTATRga/KOWpsEAZwLbRIiqRodGgyCQY+9A1czkonnDXGPGLRc+aBKUCGoCsyPfQvO3zxKk1QLdIF+Vt4d1dq3esNowAY/A8LKVmGuc6gaYWUrMW1WHpgNWfm2RlNE3NKkZV4mK5byoXHVNsQBwDyyzF/5xWh0ne+sPhvB19cXvt7/CZy4sg/qV34UXmg1HnIKc2DO1leAeuHYdvJH2HBcPbc+BqdVsvhowJKh0mfB6b3WwMmrB2HPuRi4lJ5EfGBFkTtsZfbHSezr40fuzKMg6foRWL73Qy5Zld9X286A7IJMmBTTl2//7I0jMP235/ljYSSYuNEZ3flLqBpaBwqLCpjzveX7JrIib7SbQxzjBUHF4OoQHlKV+Pa6BasOzedd7NQnHj6GPxnFLlx0KeXKA3PhQPImYfOmj6MBm4DiC7dOwuGUbU416dZ0qNN8pTLrhDeC1DsXJDUXRHxnzeoTAz8fXQyxp1ayOuOeXl7iSTO6N4SRR/0axC3QmLWRLK9To+fhtac+hlGrI+Cpev1gSKsxMH59L/KIng6+xKvHgv6x5CJ2mnjuSJLUvxkK4SCWGVjUkQ67zkRDk6qPQ8WQWqWk8vWxvV8E+AWxMndz0/myueTdXeiCVngxuEbe7eljPzXWSiHVmfueQvJKQAN9RRi1pqOljJfqbYsoTcFgWgQeqdkO5jy3memXSQaW7pI7l9Lht8RlEHf6B/KOvRBqlK/HjJH6yUrLvAbL9k2Gi2l/3euymHimvE4erYfC6E5fwNDW45lBpqQlwYT1z5aUoT6yHLymRycsJp5HrhP/WjG8wd/MvAKLdr4DaVmpSqul2/YcwKNbeU0vmFyXOgsHxhGDWQc/H1noEBt6x5rQ9VvyeHlG9Xdgh0JghioIoAGrAqv7jco14Ja1u0C10AckdXj6xmE4c/2QpLJYyBgI4CO0MXhyKKWrwSuHFTHDFAjgIJYpaEQlrIoAGrBVmUe9TYEAGrApaEQlrIoAGrBVmUe9TYEAGrApaEQlrIoAGrBVmUe9TYEAGrApaEQlrIoAGrBVmUe9TYEAGrApaEQlrIoAGrBVmUe9TYEATqU0BY33laBL8WpWaMKW3HGp+YW5cPn2Kbbah0vDX3MggAZsAh7p2tuIBgOIq5zHoHaFhvDN/hlwI/MSr1nLWp3gg6eXwmnikeP4lT9g77n1bBE8X0DFCPrEUhFc0jSuRlIXX9mty12NVIvcbalxfr5zNJy/lQAfdl3BFrvbd3w8dR989fs4iGzyIvRqNhzeX9eN+ceyL+fpsZhPrFoVGtn4xPK0D6x/HwG8A9/HwpAx6jOKhtzCbMgnTuOmbhrkVI/c/Gy2AN7X14+4sSjxZuG0gsxMKT6xpPjBCg+uRrx6VGPeNVcfXkT8fsXD5O4riVOAKZB4ZQ+TKsCvLHzcax38QPxkHbpY4qhApriGL44GbHgK9aWAK59YUvxg1S7fgLnHoZoF+ofAnL6/wq9/rYBNiStgRPtZ5OmhO+QWZMGUHquIo77DljVeig8aMEUBg2IIUJ9YPZsNYz6xbgnew2kH1CeWQz9YIQG8DIXFhXw8nzxZUJc8QWXKwcbD/4aGlVvApO7fk9eFRKBPE0v3jOfLWjGCBmxF1lXUWYpPLKd+sIhsd7JvwafP/QpBASFQWFwAmxNX8j6k6Xv8tJ5r4aGqrWDsumdU1MQYTaMBG4Mnh1JSb4w0UN/PUoKPT8m4JfUXp1bIzr8Lc7a96rD56xnn4cPoXg7zM/MzIGrTQNH89g0GMp/XE9b3Fs23WiKOQuuMcbmj0FT85jUj4NmHX2GfkFypc+LqAfjl2BK4dPukq6KYbwAE0IB1RpI7BqwzFVAcDRHAqZQago1dIQJKI4AGrDSi2B4ioCECaMAago1dIQJKI4AGrDSi2B4ioCECaMAago1dIQJKI4AGrDSi2B4ioCECaMAago1dIQJKI4AGrDSi2B4ioCECaMAago1dIQJKI4AGrDSi2B4ioCECaMAago1dIQJKI4CrkZRGVOP2Fg6Mgxt3L0PqnfOSew4NDId6lR6GBbEj4dzNI5LrYUH9IYAGrD9OZEu0/8IW2HXmJ8n1ahM/WiMj5ksuL6fgi60nQ/MabWHKxgGsWsWQmtCRLAF8qn5PWHVwPuw597Oc5rCsCwTQgF0ApPfsf8WNJXfTFjCrzwaIOb4crmVchIEtR0LK7TOw7/wmeLDiwxDZeBAxnnmQQ9zQvNh6PBy9/DvzLXUxLVEV9YqhiLm8oY2npp+GVYdmQZsHu0Lt8EYA50q6HN52BrSo2ZatY065fRo+i/0n8+k1nfi4SklLgibVHgc/4iL37I0EcnFaB39vNY548ygDiWQ55JLd77FGHPnWeqpeP3jukTfgo5i+rE1a+KFqT8KrT06DKWSdcfWw+jD8ySgIK1uJOPbLg5UH5sKB5E0lghnsfzRggxFmL+6pa/vJSZhLkocRw4yDK+lniEubV5ghH07Zyk5QasDHSF5G7i0Y9Ni7ZC3wWTiSst2+KcWOQ8qEAX2097nn9JR61fg2/lM4mPwr62Nmn41w/uZxGL2mMzse8vgEGB25BGZvGQa0bnCZUBiztgvLWzBgBzkux3vfmN9/OwxoOQY2Hv83uWjFwM9HF0PsqZWs7Linl8MnvaNhYnRvcsHoBpOJz6xJxIgD/YPhzQ6ziaHOgZa1usCQVmNg/PpezLWur48vLOgfC5fIhSY1PYm1Y6T/0ICNxJZBZM3MuwMT1vfkpZ3S4yfo+8gI3oAD/ctCYVEBn7/q0Ew+TiOnrh3mj/MLcuEMuQtzISc/ixm5K99an8WOgBm9Y4De6RsQP1r0NeOP89HQu/mbzMdW4T2PnNSjyag1HbnmDfeLBmw4yvQtMHVAZx+oq9tJ3b4nd8f15O7Yhzza9oNRnT6HRQN3saL0Dr31xCri9+qre1Vt2ygW+P/h2r+Tcx1c+daavKE/zOu3BS7dOQffxU9nbUcnLIa07Oswk9y9qQ9rGm5mXoFFO9+BtKxUdmyk/9CAjcSWC1l9wPVXQfrIqGbgDMW+j+m/Pc8nZeWlw8zNL/HHwsiYtZHCQ3j/l242x/TxmAuufGvR91uxu+vuM6uB/pkhoEsdnbHojksd6muZOnuTapxHL+8k73tndKY5iuMOAngHdgc1ndWhXiC3nPifzqRCcbRAQN3nKS00wD4QAQsjgAZsYfJRdeMjgAasMw6J43XjDYXqDEOriEPPFTRgnbH9Qpspg8nIYsl2CzqTDcXRDwL0HLl3ruhHKJTkPgJ/JG/tsCtpzbjktIQnyHfQGvdzMGZVBOgdt2548wMdGg2Y8391n2Yf0f8fT+ISq6yQ50MAAAAASUVORK5CYII=)}.vcv-helpers-container .vcv-helper-box-image.bottom-menu{width:360px;height:110px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWgAAABuCAYAAAF9zLnqAAAAAXNSR0IArs4c6QAADsVJREFUeAHtnY1unTgQhZM0eZqoq7z/U1S76tNUbbfndk8zO7GN/7EvJ1IEGHt+vhmMMXB5/PLly8+Xl5eH0N+P7z8ePv/1+dHv+/r160+Wffv2jau35dvb24f61GHroh7LX19fP7SBDtT/9PTpf/JvG//8/c8fAz7uPS7JaZ9TJ6SJcOAc9lPOU6jyKmWINP487aWNjsHb0uiYMyoXgV0JPLLvC51EejnFfjYmL3RCitVF+XNqZ699pUYd6d2yy5tCmmMMSzA03rD7U+tTjO6dHo8clIQ8C9EIUePoDaPFUBvqwD5/UIYcog6OPZ4+PT1gHcuqP/Y2bOy3Wd6ypEy/pPOVpreYlN/2+4/vt8qe8NJGx9zb0uiYMyoXgV0J3C7d0R/mjvJK6hIK2rD7Ypld+hPMkY4pp/FcINaR1PqWXd4U0gi3P6uFxigpunbfFKN7p8efqSbrSe91kI7JxL7U/lg7X95Dhpfpt60ODN7sNkamdhvrHOBBzpbHoQdwxjaG97YXx3SjP2ytXQJtaQxcF+iBcK3op1S624ot60c67CFYq+dIR61c287qgM3+7gRnJNjGb7NcSxEQAREQgbUI3O4P4SqIg+3uV0S//IXsEXItSlwwHI1lbX27nnuZ2uLHlMtZ69SodT/NM0pPrdy7Ac2MLhkqzgzO3YCeCa0mq299M7MAfRzXYbjtt2PrOUrRlnL9IP+o/ei+/Ui/3U8Gtix3/QbTXvHkNsRVT24WwcCYDpyIbCCs/tg9X1uH6yEd/sqMQWbQ0RZlucG0OmA3Zud4Hxky2H1Brt2O+Y56h39QelipsQIMrxUB+3x7lHm7/XatvlQ72KFJpRShjvuqQdvDr6M9Q0XhEPZ2++0RBqB7qgY9wiAvk32qL99xe2nQOwKN2SzQMTKdywW6M9CYOIGOkelcvjTo1hFBzsk09tpUT86tfvS0RbJEQAREQAREQAREQAREYCcCH35jAMZjopp3N7DOuxB+PfcOSy0Q6MvVwbsdNRcHuTpa/IjenOUtGi+8xhEvY+T2jCu9GvujoGuEndkm9yGYs2xceq7jLCg1etHNpdoJdIpOx31303WUngxHnwB9jO4GNB07OhmO6suPAnc3oEcBZABbl+qjWwlmtv/zMxpIfXvmzLk7kfsoValca3uuDttm1Dr8yOES1D/jkSiv2IL3+2q3a/2gLTXt2bbW5lC7HDuol8uQHJRRFpexekdyYu1S5TGd1MWll8F2NfvR5pQuuvro89532F7Jllx3etvcW17KDw4KYzo5wxPbT9mUw20uT0loKtdSBHoTOCWheRT2dma2vKNeZLY9Xh9fMzjifbTfy23Z5tx7TCeZ0vYSXWh7SkKXGKm6IlBCQAldQkt1lyeghF4+RDKwhIASuoSW6i5PQAm9fIjiBvICKl7jentu92QxIT0LDq5uY3OIrfhb/cCkfuzq29sGXrl1fduj7ZQfXidvRFiZqOPjCZm2jl33de2+lvWUH9CZsgl6S/aPjEcLA7UVAREQAREQAREQAREQAREQAREQAREQAREQARF4+N8PwoIH5jD5VkVofhJvNoTmPu2PyVquKOebaL7cbreux+Y8/bxtqx7f/ujlK1//KtuMx2j+H3j65OQ2l7YBJ7qRoKFy34b1Y+VWRuu619EqL6c9/cupe7U6Z8Wj6tY3n2nNDdL0ozTXMNW7OwJ38zryvUQGPRsebi/tNHL9h+zVX93O9SVUTwkdonJiGc9mXI4wBQcN5K86/sdQrta2yyY0oOEhKfRWuCbAcoVA1wZyROLPlMkzE76Sg8kIbEN/6c8rXDahbeLwFFwKb2bA712XZd/SQ1ddFN47XPl3LgHb2ZRactkeuhTUrPo89fa6KEy9Pc0z0yzfZuj5kNA1FyOhGzAzjL9HHeTPZa6PvB7IrX+v9W4XRLOcs5/FbDmthOz1N3tCdXwZPyWKttY2X89v27cjZvqBXpvTbryA9bZxmwl+VA/14Y8dw1JGyzIUDzIGM+z3ZyHOvNBm31Gm9mPfrT4atxhe03bEHbYaP2gHl6W+1LZL6Tnyg/u5jMliQh3VQ/ucOjE9sfKYTNoVYscyLr1slnPp90OnLgp/UfE9gQe14zZ7wxzbS4c3OTJjddgrtzCPtYUfSugYeZVvSUAJvWXYZHSMgBI6RkblWxJQQm8Ztv2NTo3bY2PkHK+V0DmUVGcbAkrobUIlQ3MIKKFzKKnONgSU0NuESobmEFBC51BSnW0IKKG3CZUMzSGghM6hpDrbEFBCbxMqGZpDQAmdQ0l1tiGghN4mVDI0h8ClE7rlFmsOXNUpI3AUj6P90PaUuqdeZk5+7RzD8qX9rtniR23bM/xIvSNYymxk/RjTHPtjbWlvav/tncLY2wUU0GsJQ0Z9MAg21voBm9A2BcoyQCLn1rXtctdjfkAnH5CHrFQ9yzn2hgcPyFG+hOyz9sfsgu14syX2koLfz3jQn1zOqicCIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIrA9gaKP1+OzBaFPCaA89Oyr/XyCJYXnb3t/ygHP1vrnYUc952t96e2Hlb3zeuxZ59E+PSMJ7Pc1mJi+nAbiAe1Q/VCSUpbfR1k9nfP29pQdkzXCD8jkgTnjgKRvvQ/Ms+Lx4StYdFDLcwj0TqxzvDhPa3ZC1/Qa7GHY9jw399Fsh3Q579/18OyevleYndA9wEnGMYF7Sq5jb/vXuPTPGPTHKYlnE1APfXYEnH5eSLviLpucdeoibFEhSujFAmNnkBYzbYo5OKBbGCihp4QpX8mIqUBqtxfnfiqVdXZfKqEXi6Cm7doCctmLQvvNaY5bWdaGVK1rCCAGODthnI91/NfE47I9NKfHbI/IspqA9Goz+k6h9beXzT3kcNwM/1tsvGxC9wjCCBktwRxhz24yldCLRaznncIVzjileFsPaCV0KfHB9XdMwsFIisRf9qKwiJIqb0NAPfRioeKMSw+zjh5uusezgRK6R+Z0lMGr/Y4iLyXqmY94eq9j5b7eKtu72RvjVnOn8IyH6WP2n11+66FjEG25TZjYaTFWDidT+3pBsPZCpr3V20uHlWOZ2PKW9dar/BbdPduCzYyYW5uh8/YuIAMzOgGs8hnr9Au68F0OfLNj9YRBEtDu0fGgHjLhnTm8Zsd9PW2gzKvEw/oLjhxOMsYlbL0s++Rkj44D8vzrlTOO0VIdZId2R/wsM5vjNr+P9Nu4cUqdcrEvdZ2K/qakvbUL/RW2n6EACunAkcG77u+RxDN8nxkPP0JjgszIBa97BtsaHT3iEfOVHXapXb3lQT86H3Y8pfbMrF8aD/hlP6ZWkuOeM+XkHh8t7XkieobBR2eimQG4uq7Z8fCx99uKR/vxsQNT5N0OfzXHh+fvt1N++5NWSVsvF21xgsn5o9682jkSVUcEREAERKArAXXQXXFKmAiIgAj0I6AOuh9LSRIBERCBrgQu00FzTqcrPQkTgZMI+LnM1vxubX8ShkO1fm4dfpb4auecS+aQDw07qEC9l+mgD3ho92QCTMDJaqVOBLYioA56q3DJWBEQgSsRUAd9pWjLVxEQga0IqIPeKlwyVgRE4EoE1EFfKdryVQREYCsC6qC3CpeMFQERuBIBddBXirZ8FQER2IqAOuitwiVjRUAErkRAHfSVoi1fRUAEtiKgDnqrcMlYERCBKxFQB32laDtf9TafAzJxszf73vImolhWVSvT1vYAc6mPuPUAtmw2dTCs5DcKWtX535Jolbdye/jqfxOi1V4rb2bcWu0+o30vPq1yStojZ1D/9lFCfF4Fv+B/bwcNvoDAT8cgMUoAnZFItHFWPOxBDt04gSEH8CUIy60XC/C3cu89HvwCB5fkSL/9Fze4/2hpGdq6NfIgi/btMIBhDuX0Vz6/yQo+13xhiccHP31FebnLo/b0jXbvEI9c31VPBERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABETg4ZG//Ztigd+LfXt7e0SdnPqU9fr6emvD327l785yv19aHTm/hYrfLqaO3N9o/fzX55tNXvcq2yV8V7G51g787u1O8eDv9NJf/q4zt3df4piDTzwOV/TnasfHM4KSOlDQudrO8qg+ggqIoeDGAg8doWRPHbxeB3xIJZevH7JvhbIcvivY2WrDLvGI5Wyr/2pfR+Bqx4e+SViXJ2olAiIgAsMJDPkmIc5ydkRs13t6ZOViHXr1JwI9CXCk73O6p45VZOlqYZVIvNsxpIN+F681EdibgDqtveO3u/XqoHePoOwfSoAfF8UNaX+TcKjiDsL5EWjeSO8gUiImE1AHPRm41O1FIHWjei9PZO2OBHSTcMeoyWYREIFpBHAVxXsR05T+p0gj6NnEpW8rAjgwX15ebjb7KQ5OIWzl0C9j7XsNu9l+hr32YYTZ+tVBzyZ+sj6OBPBUAi/fQ2X22fQr3yi7su8np+op6u09B75YhxM0Ts7cR8Psi3Is671UB92b6OLy0DGHRn6+nHXOHD2sgNKOoHnArmBXjg0c+esmYQ6t33U4aLEtOIA542StDtpG4gLroQQMJZ4O6t/JEGJzgTSRi4sQ0E3CRQIhM0RABETAE9AI2hPRtggYAry8XfFNQo3uTaAGrp7JWR30wMBK9P4Ezjw496cnD1oJqINuJaj2d02Ad+5x09Q/Zne247yRW2OH7jHUUJvfRh30fObSuBGB0E3VjcyXqZsT0E3CzQMo80VABO6XwG0EnXrWNfQznqn6tahwE0Z/vwmM4Cu2dQTsc9B+iqNliiFkDeQj9pr3DtF5L7vS8fFnioN3q98xpNdS9WMAOZ+Xlvy+t6Q+O/iSNu+a1ltL8aW19Jnbuy1jebKSH+osV4rGuy04PnbP/3dvwms4Pv4FZDszIjrXteMAAAAASUVORK5CYII=)}.vcv-layout-guide-helper-bottom-menu,.vcv-layout-guide-helper-controls{position:absolute;top:106px;left:0;right:0;margin:auto;height:1px;width:1px}.vcv-layout-guide-helper-bottom-menu{top:0;bottom:0}.vcv-helpers-container .vcv-helpers-welcome-container{position:absolute;right:0;bottom:0;margin:40px;max-width:400px}.vcv-helpers-container .vcv-helpers-welcome-container img{position:absolute;left:-50px}.vcv-helpers-container .vcv-helpers-welcome-container--heading{font-family:Montserrat,serif;font-weight:700;font-size:44px;line-height:40px;color:#fff;margin:0 0 10px;text-transform:uppercase}.vcv-helpers-container .vcv-helpers-welcome-container--description{font-family:Roboto,serif;font-weight:500;font-size:18px;font-style:italic;line-height:26px;color:#fff;margin:0}.spinner{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;z-index:1}.vcv-premium-teaser{position:relative;max-width:500px;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 auto;padding:20px}.vcv-premium-teaser-badge{width:60px;height:90px;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.444L249 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-.175l-55.233-57.948v-52.097l32.027 11.587 23.007-39.608.199-.071v138.137zm11.895-202.807l6.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.82L91.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;margin:0 auto 30px}.vcv-agree-hub-terms-badge{width:80px;height:73px;background-size:cover;margin:0 auto 30px;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=")}.vcv-premium-teaser-header{margin:0 0 16px}.vcv-premium-teaser-heading{margin:0;font-weight:700;font-size:22px;color:#363636;line-height:26px}.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{min-width:280px;display:block;border-radius:0;background:#ffae27;font-size:12px;padding:14px;font-weight:600;border:none;line-height:22px;color:#fff;text-decoration:none;cursor:pointer;transition:background .2s ease-in-out}.vcv-premium-teaser-btn:active,.vcv-premium-teaser-btn:focus,.vcv-premium-teaser-btn:hover{color:#fff;background:#d98800}.vcv-premium-teaser-btn:disabled{cursor:not-allowed;opacity:.7;background:transparent}.vcv-premium-teaser-text{margin:0 0 25px;font-style:italic;letter-spacing:1.08px;font-family:Roboto,sans-serif;font-size:14px;color:#999;text-align:center;line-height:22px;font-weight:500;-webkit-font-smoothing:antialiased}.vcv-premium-teaser-text a{text-decoration:none;color:#2a4b81;transition:color .2s}.vcv-premium-teaser-text a:hover{color:#586dc6}.vcv-premium-teaser-close{position:absolute;margin-top:1px;top:-10px;right:-10px;padding:10px;background:transparent;border:none;color:inherit;cursor:pointer;opacity:1;transition:opacity .2s ease-in-out}.vcv-premium-teaser-close:hover{opacity:.5}.vcv-premium-teaser-action-container{position:relative;display:block}.vcv-premium-teaser-action-container .vcv-premium-teaser-btn--loading:before{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;z-index:1}.vc-v-root-element .controls{padding:10px;text-align:center}.vc-v-root-element .controls a{font-size:12px;width:12px;height:12px;cursor:pointer;display:inline-block;margin-right:4px}[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{position:absolute;pointer-events:none;box-sizing:border-box;z-index:1010;border:1px dashed hsla(0,0%,71.8%,.5)}.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%,71.8%,.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%,71.8%,.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{position:absolute;pointer-events:none;box-sizing:border-box;opacity:0;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%,71.8%,.8)}.vcv-ui-element-frame--locked{border-top:none;border-left:none;border-right: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{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right: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{visibility:visible;opacity:1;transition:visibility 0s,opacity .2s ease-in-out}.vcv-ui-outline-controls-container{position:absolute;z-index:1100;pointer-events:none}.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-top-left-radius:5px;border-bottom-left-radius:5px}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.vcv-ui-outline-controls{font-size:13px;line-height:13px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;pointer-events:all;position:absolute;left:0;bottom:100%;padding:1px 1px 2px;margin-bottom:-1px}.vcv-ui-outline-controls>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative: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{color:#fff;background-color:#203251;position:relative;width:10px}.vcv-ui-outline-control-separator:before{position:absolute;top:50%;left:50%;opacity:.3;font-size:14px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-outline-control{padding:0;overflow:hidden;min-width:40px;min-height:40px;text-decoration:none;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition:all .2s ease-in-out}.vcv-ui-outline-control[disabled]{opacity:.5;cursor:not-allowed}.vcv-ui-outline-control-content{white-space:nowrap;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-outline-control-content>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-outline-control-content>.vcv-ui-outline-control-icon{width:32px;height:32px;margin:4px}.vcv-ui-outline-control-content[disabled]{opacity:.5;cursor:not-allowed}.vcv-ui-outline-control-icon{position:relative;width:40px;height:40px;text-align:center}.vcv-ui-outline-control-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-outline-control-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;line-height:inherit;margin:0}.vcv-ui-outline-control-dropdown>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative: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{line-height:inherit;margin:0;padding:0;display:block;cursor:move}.vcv-ui-outline-control-dropdown-non-draggable .vcv-ui-outline-control-dropdown-trigger{cursor:default}.vcv-ui-outline-control-dropdown-content{display:block;line-height:inherit;margin:0;padding:0;min-width:140px;position:fixed;top:100%;left:0;z-index:1110;visibility:hidden;opacity:0;transition:visibility 0s,opacity .2s ease-in-out}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control{border-radius:5px;text-align:left;padding-left:8px;padding-right:16px}.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-top-left-radius:0;border-bottom-left-radius:0;border-bottom-right-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-outline-controls-container.vcv-ui-controls-o-controls-left .vcv-ui-outline-controls{right:auto;left:0}.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-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content{top:auto;bottom:100%;margin:0}.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{position:absolute;z-index:1020;pointer-events:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-append-control-wrapper{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.vcv-ui-append-control{background-color:#203251;color:#fff;pointer-events:all;padding:6px;border-radius:5px;cursor:pointer;transition:background-color .2s ease-in-out;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.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{pointer-events:none;position:absolute;z-index:10999;opacity:0}#vcv-dnd-frame.vcv-dnd-frame-top{border-top:2px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-dnd-frame-bottom{border-bottom:2px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-dnd-frame-left{border-left:2px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-dnd-frame-right{border-right:2px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-dnd-frame-center{border:3px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-is-shown{transition:opacity .5s;opacity:1}.vcv-layout-content #vcv-dnd-smart-line{z-index:1129}#vcv-dnd-smart-line{pointer-events:none;position:absolute;z-index:10999;background-color:rgba(70,115,189,.5);opacity:0}#vcv-dnd-smart-line.vcv-is-shown{transition:opacity .5s;opacity:1}#vcv-dnd-smart-line.vcv-smart-line-transition{-webkit-transform:scaleY(4);transform:scaleY(4);background-color:rgba(70,115,189,.75);transition:opacity .5s,background-color .5s,-webkit-transform .4s ease .5s;transition:opacity .5s,background-color .5s,transform .4s ease .5s;transition:opacity .5s,background-color .5s,transform .4s ease .5s,-webkit-transform .4s ease .5s}#vcv-dnd-smart-line.vcv-smart-line-transition.vcv-smart-line-vertical{-webkit-transform:scaleX(4);transform:scaleX(4)}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame{-webkit-transform:scale(1);transform:scale(1);border:2px solid rgba(70,115,189,.75);background-color:transparent;transition:opacity .5s}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame.vcv-smart-line-transition{box-shadow:0 0 0 2px rgba(70,115,189,.75),inset 0 0 0 2px rgba(70,115,189,.75);transition:opacity .5s,box-shadow .4s ease .5s}.vcv-dnd-dragging--start{cursor:move}.vcv-ui-smart-line-container{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.vcv-drag-helper{position:absolute;z-index:11000;background-color:#6dab3c;color:#fff;width:40px;height:40px;white-space:nowrap;display:block;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:5px;overflow:hidden;text-decoration:none;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition:background-color .4s ease,opacity .4s ease}.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{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.vcv-ui-mobile-tooltip{position:absolute;bottom:20px;left:20px;right:20px;background:rgba(0,0,0,.75);color:#fff;padding:20px;border-radius:10px;font-size:16px;opacity:1;transition:opacity .7s ease;pointer-events:all}.vcv-ui-mobile-tooltip.disabled{pointer-events:none;opacity:0}.vcv-layout-notifications{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.vcv-layout-notifications .vcv-layout-notifications-top{pointer-events:none;position:absolute;left:0;top:0;right:0;z-index:2000}.vcv-layout-notifications .vcv-layout-notifications-top .vcv-layout-notifications-position--top:last-child{border-bottom:0}.vcv-layout-notifications .vcv-layout-notifications-bottom{pointer-events:none;position:absolute;left:0;bottom:0;right:0;z-index:1140}.vcv-layout-notifications .vcv-layout-notifications-bottom .vcv-layout-notifications-position--bottom:first-child{border-top:0}.vcv-layout-notifications .vcv-layout-notifications-position--top{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2);padding:30px;font-size:14px;opacity:1;transition:opacity .7s ease;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-notifications .vcv-layout-notifications-position--top.vcv-layout-notifications-shape--rounded{margin:15px 20px 0;border-radius:10px;padding:20px;border-bottom:0}.vcv-layout-notifications .vcv-layout-notifications-position--top.vcv-layout-notifications-type--disabled{pointer-events:none;opacity:0}.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn{position:absolute;width:16px;height:16px;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn:after,.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn:before{content:"";display:block;position:absolute;background:#fff;width:2px;height:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:7px;top:-2px}.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn+.vcv-layout-notifications-text{width:calc(100% - 30px)}.vcv-layout-notifications .vcv-layout-notifications-position--bottom{color:#fff;border-top:1px solid hsla(0,0%,100%,.2);padding:30px;font-size:14px;opacity:1;transition:opacity .7s ease;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-notifications .vcv-layout-notifications-position--bottom.vcv-layout-notifications-shape--rounded{margin:0 20px 15px;border-radius:10px;padding:20px;border-top:0}.vcv-layout-notifications .vcv-layout-notifications-position--bottom.vcv-layout-notifications-type--disabled{pointer-events:none;opacity:0}.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn{position:absolute;width:16px;height:16px;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn:after,.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn:before{content:"";display:block;position:absolute;background:#fff;width:2px;height:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:7px;top:-2px}.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn+.vcv-layout-notifications-text{width:calc(100% - 30px)}.vcv-layout-notifications .vcv-layout-notifications-type--default{background:#000}.vcv-layout-notifications .vcv-layout-notifications-type--default.vcv-layout-notifications-style--transparent{background:rgba(0,0,0,.75)}.vcv-layout-notifications .vcv-layout-notifications-type--success{background:#4caf50}.vcv-layout-notifications .vcv-layout-notifications-type--success.vcv-layout-notifications-style--transparent{background:rgba(76,175,80,.75)}.vcv-layout-notifications .vcv-layout-notifications-type--warning{background:#f6c768}.vcv-layout-notifications .vcv-layout-notifications-type--warning.vcv-layout-notifications-style--transparent{background:rgba(246,199,104,.9)}.vcv-layout-notifications .vcv-layout-notifications-type--error{background:#f25855}.vcv-layout-notifications .vcv-layout-notifications-type--error.vcv-layout-notifications-style--transparent{background:rgba(242,88,85,.9)}.vcv-layout-notifications .vcv-layout-notifications-icon{margin-right:30px;font-size:1.5em}.vcv-layout-notifications .vcv-layout-notifications-icon i{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block}.vcv-layout-notifications .vcv-layout-notifications-text{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-notifications .vcv-layout-notifications-text a{color:inherit;text-decoration:underline}.vcv-layout-notifications .vcv-layout-notifications-close{width:20px;margin-left:30px}.vcv-layout-dock--left .vcv-layout-notifications .vcv-layout-notifications-bottom,.vcv-layout-dock--left .vcv-layout-notifications .vcv-layout-notifications-top{left:60px}.vcv-layout-dock--right .vcv-layout-notifications .vcv-layout-notifications-bottom,.vcv-layout-dock--right .vcv-layout-notifications .vcv-layout-notifications-top{right:60px}.vcv-layout-dock--top .vcv-layout-notifications .vcv-layout-notifications-top{top:60px}.vcv-layout-dock--bottom .vcv-layout-notifications .vcv-layout-notifications-bottom{bottom:60px}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-top{left:0;right:0;top:86px}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-bottom{left:0;right:0;bottom:60px}.vcv-layout-dock--left .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom,.vcv-layout-dock--left .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-top{left:0}.vcv-layout-dock--right .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom,.vcv-layout-dock--right .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-top{right:0}.vcv-layout-dock--bottom .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom{bottom:0}.vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-position--bottom,.vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-position--top{padding:15px 20px;border:0}.vcv-ui-tree-content-section .vcv-layout-notifications-type--default{background:#6dab3c}.rtl .vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn{left:30px;right:auto}.rtl .vcv-layout-notifications .vcv-layout-notifications-close{margin-left:0;margin-right:30px}#poststuff .vcv-wpbackend-switcher,#poststuff .vcv-wpbackend-switcher--type-classic,#poststuff .vcv-wpbackend-switcher--type-gutenberg{margin-top:10px}#poststuff .vcv-wpbackend-switcher-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#poststuff .composer-switch+.vcv-wpbackend-switcher-container .vcv-wpbackend-switcher{line-height:23px}.vcv-wpbackend-switcher-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-wpbackend-switcher{box-sizing:border-box;display:inline-block;margin-right:10px;margin-left:10px;font-size:14px;font-family:Nunito Sans,sans-serif}.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;margin-right:10px;font-size:14px}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option{padding:10px;line-height:1;border:0;border-radius:4px;background-color:#a2a6aa}.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{font:inherit;margin:0;overflow:visible;text-transform:none;cursor:pointer;display:inline-block;vertical-align:top;border:0;border-left:1px hsla(0,0%,100%,.1);border-style:solid;padding:0;transition:background-color .2s ease-in-out;border-radius:4px}.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{width:180px;height:34px;background:#2b4b80 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKEAAAAQCAMAAABJGe9UAAADAFBMVEVMaXGm4Kb///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+QmCO7iAoDhbf///////////////////////////////////////////////////////94ly93oidymy9/ni7///////////////////////////////////////////////////////8Nq+f5tBT9uhYEsPMKsfMFhbax1TwAUP8IjcDu3CnwqBHPgQb///////////////////////////////////8Glc2Any8Kr/AHndl/ni6vyzeBni8JsfPRiwmlxzi0qyKq1UCNrTEIoN2bvDay1T25kBGAni4JsPKAny+v0zyhxDeBoC8IrfCv0zuw1Dyqzj30sRT+uhXEkQ6w1Duw0zus1j7anxAJsPKjnCL4txT/thJ/oTCtzz2x1DzfohGYqiz+uhb+uhX/vBv9uBW6agH/uBX/uRb/uRex4kWwyDX+uhUGhbcFhLZDl6AKsO60pR+XdS4Nreq0wSt8jllPkpEEhrb/uBcDh7qDe0XWnBwcgJ+oniP///+5iAwFhLUJrvB/ni7+txWu0Tv/uhW3aACv0zsIsPIEib3/vhURgql9ny+Coy+8ZgC3ZgCBoC8Eg7W12j2x1TwJsvQGs/e5iQy4cQOlaxK5aAC02D3BjQy2hgwFt/25hQq6jQ4FhbYFgrN9nC61bgKLqzH/wRaSmyW13T+fcCO/cwK0ZQCpaQyqbxSv03onAAAA3HRSTlMAATQg2ibwCdJ6FK8SGeuydwsEIhbk7oR5fvZIw1/ptw9dJGhpcmFZKvT7Vj1A8lCNi7RuAt7ckIL9kaD3yUJSaoZ1ra5l+MzAtTHPnR7+Bp+Z+v7+o3/W5+1KxhFMOIeqDkUKExPnii8oWDenpYmB5ZbZXBD4/os/uKWLBf4H/v5jLDsNbLyU0NSptDP97f5Xqf7+/Qz9/bht/ex0aF39zmTT7hXl7/7f9iX9xXcnHNs7mf379t0Ta/49mgsa/tAu8/1N/f3+4bX9O1q0/sJKCf/////////////+88ziXgAABL9JREFUeNq9lGdUU1kQx4eEl0ACqSSQQAhICT2UUAMBQYoUEXWBRUpk3RUVwd511+723nvvvffe2xm6FAUXxLL27dW5LxBB1w/rOfj/kDu5M3fe782bO8Dk8uA962FEL657BM6WV75dCeeWO7qKYQK1es3w8DMf8+ZTLz059MSdt54VkoYYesEJXSwWfr3mxp79bW37h9esXv/uuoeHujv3DT1038YzgkP1sqgLThiQ1pSwOQeuWnGsjann2IovPv9jXyfT4cN3XHJGtKcHXHBC2BQ5xQ+ht/fath6q4Wdf/vnXiU/e6+7s7O6+/9e757KIzLRmenBpc5pZHVcnAYm7VJ7CwZZk760ACckmAE4nlXurxxI21MlzFJ5kqMvJFQag9E6umie32rYG2+XuHmBRJNfm2uXNQhYc5i2X6tRkSHwomCPDXBxvNbtAwORYQbZVMEko8DJA6+BPG25va/vo04GBgweOn7jl+u6bb2tvv4wnjEJcABCJWFuPyIn9kOSqzEI9IRThIojUsh1N2GnCrHC2k7gQzDJmiAwg4Xcw/Ur2WyC2uCLv0dQCGETMkplBXMCf8ii18rFlFs88pNQGx0u3trYODm74dmBg196DB1pajt/1yp6f239wEMJFmKFSZaAdfDFPGIapy7gmEwSjzAtgNhZDpjY52lRJxihhVAT6GYKW5i0QitAtNzQf8wRz/LEyN8gfsTGyEbEG3BCtkT4yLFIJ0jEjNKgCYyZxOM3A1QWCD8oiSwJj0OxB7PYQzknYOmv3Pz/uchC2zJyxp91JuFmP9fWY3sAI1RIZ7gzxhDGEIFwu8bCjH6V2EFoxqZp2BVCO2knUvItxidgfdQB1WBkAXloMJsJ4CjQgFsaihvJwImwO8Ec3yly6FI3mzEw3LFsuouyj6j3JCA8xwl9anITXzXV4y7CgAK3ACDmop/e/ONtJOB0ERm1ERMQYwgKUOs4VYz5btmM81XAbQDYmiaFag0FEqCMHF4FVjbidLL5dbDsRtSFUAoeKq0W4zEm49sPekzzh32/e9PhRB2F//9Ujd5mLQQyfP0KotFTlIIaZMLwE6Ek7VBWYERKccY4aclRDDe6gGiYAKDBRCR6LeUIjm16OGtIXmS/CFMrsa5+G0eSLttlsvpyXiC6AUx+sndW7+9DeXVdc3rXy5SNHZ87o73/gBpdRbzLiElpYH0Yl6bgqPdpK9GhctiQVzcvDsdkSlugkPN2HJurDiqzcIkwvnDOe0NGH7lrqw8J0zM/NqkCROiqpnPPVY3QCxigEUWlN4ClCE4zRV9/s/pf4ujo6ulY+feT3F+4dMwxLwtPZOKhBFBoi2BeYHQAhqcyYrrJQRWWYSh9Uh5qRu6z/j7scwsZRpRIkItxGhHyIZuHoXfY3QyifOSNAVcxWKi3d5UAYp++/6+vrYOr67dFnLx3nCgzlv/Y8bwkIYo1ShYT+2cqMi0wWGvoKeXxCTVwwRMdlqxzhhbFTpY55yEYl9YdSF7cFKEBRCmL3uFoXN0zbNCU+xTkP3akAlHmq3Idl9i0z5mSXwJzmeQ0wXhu/fr+Patj32KrnYUJlcUPv8zz6zhuv9b369nMwwSLCyed9+PVVb8GE6/8TngKjExNWYqkgpgAAAABJRU5ErkJggg==) 50% 50% no-repeat}.composer-switch{margin-right:10px}.rtl .vcv-wpbackend-switcher--type-classic{margin-left:0;margin-right:10px}#postdivrich.vcv-hidden{opacity:0;position:absolute;pointer-events:none;max-height:1px;overflow:hidden}@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;src:url(fonts/vcAttributes.ttf?6da652f7ec4c90cb9b262aac0e5f3a70) format("truetype"),url(data:application/font-woff;base64,d09GRgABAAAAABTwAAsAAAAAFKQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIdWmNtYXAAAAFoAAABDAAAAQzS08i7Z2FzcAAAAnQAAAAIAAAACAAAABBnbHlmAAACfAAADuwAAA7sYh2i/GhlYWQAABFoAAAANgAAADYW9DRZaGhlYQAAEaAAAAAkAAAAJAo+Bp1obXR4AAARxAAAAMQAAADExNQRZ2xvY2EAABKIAAAAZAAAAGRQuFR+bWF4cAAAEuwAAAAgAAAAIABCAE5uYW1lAAATDAAAAcIAAAHC51vHQHBvc3QAABTQAAAAIAAAACAAAwAAAAMEMQGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA//8DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAABgAAAAMAAAA0AAAABAAAAIQAAQADAAAANAABAAQAAACEAAMAAQAAADQAAwAKAAAAhAAEAFAAAAAQABAAAwAAAAEAIOkc6R7pIOkq//3//wAAAAAAIOkA6R7pIOki//3//wAB/+MXBBcDFwIXAQADAAEAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAIgAAAAAAAAACgAAAAAAAAABAAAAAQAAACAAAAAgAAAAAwAA6QAAAOkcAAAABAAA6R4AAOkeAAAAIQAA6SAAAOkgAAAAIgAA6SIAAOkqAAAAIwAB9LsAAfS7AAAALAAB9PEAAfTyAAAALQAB9PoAAfT6AAAALwAB9bMAAfWzAAAAMAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAMAAP/ABM0DwAADAAgADAAAEyEVIRUhFSE1ESEVIQAEzfszBM37MwTN+zMDwM3NzMz+Z80AAAAAAwAA/8AFDQPAAAMABwALAAATIRUhESEVIREhFSEABQ368wUN+vMFDfrzA8Ci/vOi/vOiAAMAAP/ABVUDwAADAAcACwAAEyEVIREhFSERIRUhAAVV+qsFVfqrBVX6qwPAcv6rcv6rcgADAAD/wAUNA8AAAwAIAAwAABMhFSEBIRUhNQEhFSEABQ368wENBAD8AP7zBQ368wPAov7zoqL+UaIAAAADAAD/wAUNA8AAAwAHAAsAABMhFSERIRUhESEVIQAC8/0NBQ368wQA/AADwKL+86L+86IACAIi/8AEAAPAAAcADwAWAB4AIgAmACoALgAABTM1IxUjFTMlFTM1IzUjFQEVIzUjNTMhMxUjFSM1MwEzFSMVMxUjATMVIxUzFSMDvESJRIn+Zs1EiQHeiUTN/maJRIlEARGJiYmJ/quJiYmJQM1EiUREiUSJA3iJRImJRM3+781EzQHezUTNAAIAAP/AAd4DwAAEAAgAABMRMxEjJyERIYnMzIkB3v4iAzf9EgLuifwAAAAACAAA/8AB3gPAAAYADgAWAB4AIgAmACsAMAAAEyMVMzUzNQU1IxUzFTM1ATUzFTMVIzUFIzUzNTMVIwEjNTM1IzUzASM1MxURIzUzFUREiUQBEc1Eif4iiUTNAZqJRIlE/u+JiYmJAVWJiYmJA8DNRIlERIlEifyIiUSJRESJRM0BEc1Ezf4izc0BEc3NAAAABAAA/8AEAAPAAAQACAANABIAABMhFSE1AyEVIRchFSE1AyEVITXbAkr9ttsEAPwA2wJK/bbbBAD8AAPAkpL+25KSkpL+25KSAAAAAAQAAP/ABAADwAADAAcACwAQAAATIRUhFSEVIRUhFSEVIRUhNQACkv1uBAD8AAKS/W4EAPwAA8CSk5KSkpOSkgAEAAD/wAQAA8AABAAIAA0AEgAAASEVITUBIRUhBSEVITUBIRUhNQFuApL9bv6SBAD8AAFuApL9bv6SBAD8AAPAkpL+25KSkpL+25KSAAAAAAIAAP/ABAADwAAEAAgAABMRIREhJyERIYkC7v0SiQQA/AADN/0SAu6J/AAAEAAA/8AGIgPAAAYADQAUABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsAABMzFSMVIzUFFSM1IzUzATM1IzUjFSU1IxUjFTMDMxUjFTMVIwEzFSMVMxUjATMVIyUzFSMlMxUjJTMVIwEzFSMlMxUjJTMVIyUzFSNEiUSJBiKIRc36IolEiQYiiEXNiIiIiIj6ZomJiYkDM83NARHNzfzNzc0BEc3NARHNzQERzc38zc3NARHNzQPAiUTNRIlEifwAiUTNRIlEiQLvzUTNAd7NRM0C74mJiYmJiYn9EomJiYmJiYkAAgAA/8AGIgPAAAQACAAAExEhESEnIREhiQUR+u+JBiL53gM3/RIC7on8AAACAAD/wAQAA8AAHAA4AAATFBceARcWMzI3PgE3NjU0Jy4BJyYjIgcOAQcGFSM0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyaSHR1jQ0JMTEJDYx0dHR1jQ0JMTEJDYx0dkigpi11dampdXosoKCgpi11dampdXosoKAHATEJDYx0dHR1jQ0JMTEJDYx0dHR1jQ0JMal1eiygoKCmLXV1qal1eiygoKCmLXV0AAgAA/8AEAAPAABAAMQAAExEUFjMhMjY1ETQmIyEiBhUjNDc+ATc2MyEyFx4BFxYVERQHDgEHBiMhIicuAScmNRGSKx8CSB8rKx/9uB8rkhERPCgoLgJILigoOxIRERE8KCgu/bguKCg7EhEC5P24HysrHwJIHysrHy4oKDsSERERPCgoLv24LigoOxIRERE8KCguAkgAAAAEAAD/wAQAA8AABAAIAA0AEQAAExEzESMnIREhJTMRIxEDIREhkpOTkgG3/kkC25OTkgG3/kkDLv0kAtyS/ACSAtz9JANu/AAAAAAAAgAA/8AEAAPAAAMACAAAEyERIRMRIREhAAQA/ACSAtz9JAPA/AADbv0kAtwAAAAAAgEl/8AC2wF3AAQACQAAASERIREXFTM1IwElAbb+SpKSkgF3/kkBt5KTkwACAiL/wAQAA8AABAAIAAAlESMRMxchESEDd8zMif4iAd5JAu79EokEAAAAAAIBJQDlAtsCmwAEAAgAAAEhESERFxUzNQElAbb+SpKSApv+SgG2kpKSAAAACAAAAeIEAAPAAAYADgAVAB0AIQAlACoALwAAATUjFTMVMwMzNSMVIxUzATMVIxUjNRE1MxUzFSM1ATUzFTM1MxUBNTMVIyE1MxUjBADNRIlERIlEifyIiUSJiUTNARHNRM3+Is3NARHNzQN8RIlE/u/NRIkB3olEzf5miUSJRAERiYmJif6riYmJiQACASUCCQLbA8AABAAIAAABIREhERcVMzUBJQG2/kqSkgPA/kkBt5KTkwAAAAIAAP/ABAABngAEAAgAADchNSEVBxEhEYkC7v0SiQQASczMiQHe/iIAAAAAAgAA/8ABtwF3AAMACAAAEyERIRMVMzUjAAG3/kmSk5MBd/5JASWTkwAAAAAIAAD/wAQAAZ4ABwAPABYAHgAiACYAKgAuAAA3FTM1IzUjFRMjFTM1MzUjASM1MzUzFREVIzUjNTMVARUjNSMVIzUBFSM1IxUjNQDNRIlERIlEiQN4iUSJiUTN/u/NRM0B3s1EzQREiUSJAZrNRIn+IolEzQGaiUSJRP7viYmJiQFViYmJiQAAAgAAAOUBtwKbAAQACAAAEyERIREXFTM1AAG3/kmSkwKb/koBtpKSkgAAAAACAAAB4gQAA8AABAAIAAABIRUhNTcRIREDd/0SAu6J/AADN8zMif4iAd4AAAIAAAIJAbcDwAADAAcAABMhESETFTM1AAG3/kmSkwPA/kkBJZOTAAACAkn/wAQAAXcAAwAIAAABIREhExUzNSMCSQG3/kmSk5MBd/5JASWTkwAAAAICSQDlBAACmwAEAAkAAAEhESERFxUzNSMCSQG3/kmSk5MCm/5KAbaSkpIAAgJJAgkEAAPAAAMACAAAASERIRMVMzUjAkkBt/5JkpOTA8D+SQElk5MAAAACAAD/wAQAA8AABAAIAAA3IREhEQMhESGSAtz9JJIEAPwAUgLc/SQDbvwAAAEAf//AAtkDoAAFAAAlIREjESEC2f4hewJaLwNx/CAAAQB//8AEUAOgAA8AABcRMwEzATMRMxEjASMBIxHyCAE5aQE4CXOQ/q0L/qyPQAL2/REC7/0KA+D8ywM1/CAAAAEARgAdAtcDuAA8AAATFhceARcWMzI3PgE3NjU0Jy4BJyYvAS4BNTQ2MzIWFzMmJy4BJyYjIgcOAQcGFRQWHwEeARUUBiMiJicjRgUZGVY6O0ZLPT1WFxcODj4xMEVcW09rWFJqDG4DGBlRNzZARjo5UhcWbXdyW1V1WV56C28BGDkuL0ESEhMSRTExPTEmJjsXFhEZF0E0Q1FNQzUtLEESEhISQi4vOF5xHx0XSjhCVlJFAAIANwAdBnwDuAAOAEsAADczEzMTMwkBIwMjAyMJASUWFx4BFxYzMjc+ATc2NTQnLgEnJi8BLgE1NDYzMhYXMyYnLgEnJiMiBw4BBwYVFBYfAR4BFRQGIyImJyM3fesK54T+1QExfewJ6YQBKv7SA7QFGRlWOjtGSz09VhcXDg4+MTBFXFtPa1hSagxuAxkYUTc3P0Y6OVIXFm13cVxVdVleewpvMgFb/qUBtwG7/qEBX/5J/kXmOS4vQRISExJFMTE9MSYmOxcWERkXQTRDUU1DNS0sQRISEhJCLi84XnEfHRdKOEJWUkUAAAAABAAA/8AEAAPAAAQACAANABEAABMRMxEjJyERISUzESMRAyERIZKTk5IBt/5JAtuTk5IBt/5JAy79JALckvwAkgEl/tsBt/23AAAAAAQAAP/ABAADwAAEAAgADQARAAATETMRIychESEBMxEjEQMhESGSk5OSAbf+SQLbk5OSAbf+SQMu/SQC3JL8AAFuAST+3AG3/bYAAAAEAAD/wAQAA8AABAAIAA0AEQAAExEzESMnIREhATMRIxEDIREhkpOTkgG3/kkC25OTkgG3/kkDLv0kAtyS/AACSQEl/tsBt/23AAAAAwAbAAUD5QN1AAoAFQAlAAAlITI2NRE0JiMhESMRIyIGFREUFjsBATIWFREUBiMhIiY1ETQ2MwFfAfoRFxcR/gZkVBEXFxFUAq4ZIyMZ/K4ZIyMZaRcRAlgRF/1YAqgXEf2oERcDDCMZ/QgZIyMZAvgZIwADAJj/2ANoA6IACQAUACUAAAERNCYjISIGFREFIRUUFjMhMjY9AQE0NjMhMhYVERQGIyEiJjURAwQXEf5IERcCCP34FxEBuBEX/ZQjGQJYGSMjGf2oGSMBHAH6ERcXEf4GZFQRFxcRVAKuGSMjGfyuGSMjGQNSAAADABsAVQPlAyUACgAVACUAACUhMjY1ETQmIyERIxEjIgYVERQWOwEBMhYVERQGIyEiJjURNDYzAV8B+hEXFxH+BmRUERcXEVQCrhkjIxn8rhkjIxm5FxEBuBEX/fgCCBcR/kgRFwJsIxn9qBkjIxkCWBkjAAIASP/eA7gDogAXACgAACUjFSE1IzUhMjY1ETQmIyEiBhURFBYzIQE0NjMhMhYVERQGIyEiJjURAc6WAZCWAUoZIyMZ/QgZIyMZAUr+3hcRAlgRFxcR/agRF0JkZHIjGQJ2GSMjGf2KGSMCYhEXFxH+KhEXFxEB1gAAAAADAEj/2AO4A6IACgAVACUAAAERNCYjISIGFREhFSEVFBYzITI2PQEBNDYzITIWFREUBiMhIiY1A1QXEf2oERcCqP1YFxECWBEX/PQjGQL4GSMjGf0IGSMBHAH6ERcXEf4GZFQRFxcRVAKuGSMjGfyuGSMjGQAAAAABAAAAAQAAeW+8e18PPPUACwQAAAAAANisd+4AAAAA2Kx37gAA/8AGfAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAarAAAAAAZ8AAEAAAAAAAAAAAAAAAAAAAAxBAAAAAAAAAAAAAAAAgAAAATNAAAFDQAABVUAAAUNAAAFDQAABAACIgQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAYiAAAGIgAABAAAAAQAAAAEAAAABAAAAAQAASUEAAIiBAABJQQAAAAEAAElBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAACSQQAAkkEAAJJBAAAAAMAAH8EgAB/AxwARgarADcEAAAABAAAAAQAAAAEAAAbBAAAmAQAABsEAABIBAAASAAAAAAACgAUAB4AOgBUAG4AjACmAOoBAAFIAW4BjgG2AcwCPgJUAqoC9gMcAzQDSgNgA3YDvAPSA+gD/gRCBFgEbgSCBJgErgTEBNoE6gUKBWQF2gYABiYGTAaGBsIG/Ac6B3YAAQAAADEATAAQAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAAcAjQABAAAAAAADAAwARQABAAAAAAAEAAwAogABAAAAAAAFAAsAJAABAAAAAAAGAAwAaQABAAAAAAAKABoAxgADAAEECQABABgADAADAAEECQACAA4AlAADAAEECQADABgAUQADAAEECQAEABgArgADAAEECQAFABYALwADAAEECQAGABgAdQADAAEECQAKADQA4HZjQXR0cmlidXRlcwB2AGMAQQB0AHQAcgBpAGIAdQB0AGUAc1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMHZjQXR0cmlidXRlcwB2AGMAQQB0AHQAcgBpAGIAdQB0AGUAc3ZjQXR0cmlidXRlcwB2AGMAQQB0AHQAcgBpAGIAdQB0AGUAc1JlZ3VsYXIAUgBlAGcAdQBsAGEAcnZjQXR0cmlidXRlcwB2AGMAQQB0AHQAcgBpAGIAdQB0AGUAc0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff"),url("data:image/svg+xml,%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %3e %3csvg xmlns='http://www.w3.org/2000/svg'%3e %3cmetadata%3eGenerated by IcoMoon%3c/metadata%3e %3cdefs%3e %3cfont id='vcAttributes' horiz-adv-x='1024'%3e %3cfont-face units-per-em='1024' ascent='960' descent='-64' /%3e %3cmissing-glyph horiz-adv-x='1024' /%3e %3cglyph unicode='&%23x20;' horiz-adv-x='512' d='' /%3e %3cglyph unicode='&%23xe900;' glyph-name='sandwich-bold' horiz-adv-x='1229' d='M0 960h1228.8v-204.8h-1228.8v204.8zM0 550.4h1228.8v-204.8h-1228.8v204.8zM0 140.8h1228.8v-204.8h-1228.8v204.8z' /%3e %3cglyph unicode='&%23xe901;' glyph-name='sandwich-regular' horiz-adv-x='1293' d='M0 960h1293.474v-161.684h-1293.474v161.684zM0 528.842h1293.474v-161.684h-1293.474v161.684zM0 97.684h1293.474v-161.684h-1293.474v161.684z' /%3e %3cglyph unicode='&%23xe902;' glyph-name='sandwich-thin' horiz-adv-x='1365' d='M0 960h1365.333v-113.778h-1365.333v113.778zM0 504.889h1365.333v-113.778h-1365.333v113.778zM0 49.778h1365.333v-113.778h-1365.333v113.778z' /%3e %3cglyph unicode='&%23xe903;' glyph-name='sandwich-right' horiz-adv-x='1293' d='M0 960h1293.474v-161.684h-1293.474v161.684zM269.474 528.842h1024v-161.684h-1024v161.684zM0 97.684h1293.474v-161.684h-1293.474v161.684z' /%3e %3cglyph unicode='&%23xe904;' glyph-name='sandwich-left' horiz-adv-x='1293' d='M0 960h754.526v-161.684h-754.526v161.684zM0 528.842h1293.474v-161.684h-1293.474v161.684zM0 97.684h1024v-161.684h-1024z' /%3e %3cglyph unicode='&%23xe905;' glyph-name='mirror-horizontally-left-path-1' d='M955.733-64h68.267v204.8h-136.533v-68.267h-68.267v-136.533h136.533zM546.133 4.267v-68.267h204.8v136.533h-68.267v68.267h-136.533v-136.533zM1024 891.733v-136.533h-136.533v68.267h-68.267v136.533h204.8v-68.267zM614.4 960h136.533v-136.533h-68.267v-68.267h-136.533v204.8h68.267zM887.467 686.933h136.533v-204.8h-136.533v204.8zM887.467 413.867h136.533v-204.8h-136.533v204.8zM546.133 686.933h136.533v-204.8h-136.533v204.8zM546.133 413.867h136.533v-204.8h-136.533v204.8z' /%3e %3cglyph unicode='&%23xe906;' glyph-name='mirror-horizontally-left-path-2' d='M136.533 823.467v-750.933h204.8v750.933h-204.8zM0 960h477.867v-1024h-477.867v1024z' /%3e %3cglyph unicode='&%23xe907;' glyph-name='mirror-horizontally-right-path-1' d='M68.267 960h-68.267v-204.8h136.533v68.267h68.267v136.533h-136.533zM477.867 891.733v68.267h-204.8v-136.533h68.267v-68.267h136.533v136.533zM0 4.267v136.533h136.533v-68.267h68.267v-136.533h-204.8v68.267zM409.6-64h-136.533v136.533h68.267v68.267h136.533v-204.8h-68.267zM136.533 209.067h-136.533v204.8h136.533v-204.8zM136.533 482.133h-136.533v204.8h136.533v-204.8zM477.867 209.067h-136.533v204.8h136.533v-204.8zM477.867 482.133h-136.533v204.8h136.533v-204.8z' /%3e %3cglyph unicode='&%23xe908;' glyph-name='alignment-center' d='M219.429 960h585.143v-146.286h-585.143v146.286zM0 667.429h1024v-146.286h-1024v146.286zM219.429 374.857h585.143v-146.286h-585.143v146.286zM0 82.286h1024v-146.286h-1024v146.286z' /%3e %3cglyph unicode='&%23xe909;' glyph-name='alignment-left' d='M0 960h658.286v-146.286h-658.286v146.286zM0 667.429h1024v-146.286h-1024v146.286zM0 374.857h658.286v-146.286h-658.286v146.286zM0 82.286h1024v-146.286h-1024v146.286z' /%3e %3cglyph unicode='&%23xe90a;' glyph-name='alignment-right' d='M365.714 960h658.286v-146.286h-658.286v146.286zM0 667.429h1024v-146.286h-1024v146.286zM365.714 374.857h658.286v-146.286h-658.286v146.286zM0 82.286h1024v-146.286h-1024v146.286z' /%3e %3cglyph unicode='&%23xe90b;' glyph-name='row-width-boxed' d='M136.533 823.467v-750.933h750.933v750.933h-750.933zM0 960h1024v-1024h-1024v1024z' /%3e %3cglyph unicode='&%23xe90c;' glyph-name='row-width-stretched' horiz-adv-x='1570' d='M68.267 960h136.533v-136.533h-68.267v-68.267h-136.533v204.8h68.267zM1570.133 891.733v-136.533h-136.533v68.267h-68.267v136.533h204.8v-68.267zM68.267-64h136.533v136.533h-68.267v68.267h-136.533v-204.8h68.267zM1570.133 4.267v136.533h-136.533v-68.267h-68.267v-136.533h204.8v68.267zM1433.6 686.933h136.533v-204.8h-136.533v204.8zM1433.6 413.867h136.533v-204.8h-136.533v204.8zM0 686.933h136.533v-204.8h-136.533v204.8zM0 413.867h136.533v-204.8h-136.533v204.8zM819.2 960h204.8v-136.533h-204.8v136.533zM1092.267 960h204.8v-136.533h-204.8v136.533zM273.067 960h204.8v-136.533h-204.8v136.533zM546.133 960h204.8v-136.533h-204.8v136.533zM819.2 72.533h204.8v-136.533h-204.8v136.533zM1092.267 72.533h204.8v-136.533h-204.8v136.533zM273.067 72.533h204.8v-136.533h-204.8v136.533zM546.133 72.533h204.8v-136.533h-204.8v136.533z' /%3e %3cglyph unicode='&%23xe90d;' glyph-name='row-width-stretched-content' horiz-adv-x='1570' d='M136.533 823.467v-750.933h1297.067v750.933h-1297.067zM0 960h1570.133v-1024h-1570.133v1024z' /%3e %3cglyph unicode='&%23xe90e;' glyph-name='shape-round' d='M146.286 448c0-201.627 163.96-365.714 365.714-365.714 201.627 0 365.714 163.96 365.714 365.714 0 201.627-163.96 365.714-365.714 365.714-201.627 0-365.714-163.96-365.714-365.714zM0 448c0 282.77 229.806 512 512 512 282.77 0 512-229.806 512-512 0-282.77-229.806-512-512-512-282.77 0-512 229.806-512 512z' /%3e %3cglyph unicode='&%23xe90f;' glyph-name='shape-rounded' d='M146.286 740.326v-584.653c0-40.623 32.783-73.388 73.388-73.388h584.653c40.623 0 73.388 32.783 73.388 73.388v584.653c0 40.623-32.783 73.388-73.388 73.388h-584.653c-40.623 0-73.388-32.783-73.388-73.388zM0 740.326c0 121.322 98.185 219.674 219.674 219.674h584.653c121.322 0 219.674-98.185 219.674-219.674v-584.653c0-121.322-98.185-219.674-219.674-219.674h-584.653c-121.322 0-219.674 98.185-219.674 219.674v584.653z' /%3e %3cglyph unicode='&%23xe910;' glyph-name='vertical-alignment-full-height' d='M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 82.286h146.286v731.429h-146.286v-731.429zM585.143 960h438.857v-1024h-438.857v1024z' /%3e %3cglyph unicode='&%23xe911;' glyph-name='background-position-full' d='M0 960h1024v-1024h-1024v1024zM146.286 813.714v-731.429h731.429v731.429h-731.429z' /%3e %3cglyph unicode='&%23xe912;' glyph-name='background-position-center-bottom' d='M292.571 374.857h438.857v-438.857h-438.857v438.857zM438.857 228.571v-146.286h146.286v146.286h-146.286z' /%3e %3cglyph unicode='&%23xe913;' glyph-name='mirror-horizontally-right-path-2' d='M887.467 72.533v750.933h-204.8v-750.933h204.8zM1024-64h-477.867v1024h477.867v-1024z' /%3e %3cglyph unicode='&%23xe914;' glyph-name='background-position-center-center' d='M292.571 667.429h438.857v-438.857h-438.857v438.857zM438.857 521.143v-146.286h146.286v146.286h-146.286z' /%3e %3cglyph unicode='&%23xe915;' glyph-name='mirror-vertically-down-path-1' d='M1024 891.733v68.267h-204.8v-136.533h68.267v-68.267h136.533v136.533zM955.733 482.133h68.267v204.8h-136.533v-68.267h-68.267v-136.533h136.533zM68.267 960h136.533v-136.533h-68.267v-68.267h-136.533v204.8h68.267zM0 550.4v136.533h136.533v-68.267h68.267v-136.533h-204.8v68.267zM273.067 823.467v136.533h204.8v-136.533h-204.8zM546.133 823.467v136.533h204.8v-136.533h-204.8zM273.067 482.133v136.533h204.8v-136.533h-204.8zM546.133 482.133v136.533h204.8v-136.533h-204.8z' /%3e %3cglyph unicode='&%23xe916;' glyph-name='background-position-center-top' d='M292.571 960h438.857v-438.857h-438.857v438.857zM438.857 813.714v-146.286h146.286v146.286h-146.286z' /%3e %3cglyph unicode='&%23xe917;' glyph-name='mirror-vertically-down-path-2' d='M136.533 72.533h750.933v204.8h-750.933v-204.8zM0-64v477.867h1024v-477.867h-1024z' /%3e %3cglyph unicode='&%23xe918;' glyph-name='background-position-left-bottom' d='M0 374.857h438.857v-438.857h-438.857v438.857zM146.286 228.571v-146.286h146.286v146.286h-146.286z' /%3e %3cglyph unicode='&%23xe919;' glyph-name='mirror-vertically-up-path-1' d='M0 4.267v-68.267h204.8v136.533h-68.267v68.267h-136.533v-136.533zM68.267 413.867h-68.267v-204.8h136.533v68.267h68.267v136.533h-136.533zM955.733-64h-136.533v136.533h68.267v68.267h136.533v-204.8h-68.267zM1024 345.6v-136.533h-136.533v68.267h-68.267v136.533h204.8v-68.267zM750.933 72.533v-136.533h-204.8v136.533h204.8zM477.867 72.533v-136.533h-204.8v136.533h204.8zM750.933 413.867v-136.533h-204.8v136.533h204.8zM477.867 413.867v-136.533h-204.8v136.533h204.8z' /%3e %3cglyph unicode='&%23xe91a;' glyph-name='background-position-left-center' d='M0 667.429h438.857v-438.857h-438.857v438.857zM146.286 521.143v-146.286h146.286v146.286h-146.286z' /%3e %3cglyph unicode='&%23xe91b;' glyph-name='mirror-vertically-up-path-2' d='M887.467 823.467h-750.933v-204.8h750.933v204.8zM1024 960v-477.867h-1024v477.867h1024z' /%3e %3cglyph unicode='&%23xe91c;' glyph-name='background-position-left-top' d='M0 960h438.857v-438.857h-438.857v438.857zM146.286 813.714v-146.286h146.286v146.286h-146.286z' /%3e %3cglyph unicode='&%23xe91e;' glyph-name='background-position-right-bottom' d='M585.143 374.857h438.857v-438.857h-438.857v438.857zM731.429 228.571v-146.286h146.286v146.286h-146.286z' /%3e %3cglyph unicode='&%23xe920;' glyph-name='background-position-right-center' d='M585.143 667.429h438.857v-438.857h-438.857v438.857zM731.429 521.143v-146.286h146.286v146.286h-146.286z' /%3e %3cglyph unicode='&%23xe922;' glyph-name='background-position-right-top' d='M585.143 960h438.857v-438.857h-438.857v438.857zM731.429 813.714v-146.286h146.286v146.286h-146.286z' /%3e %3cglyph unicode='&%23xe923;' glyph-name='shape-square' d='M146.286 82.286h731.429v731.429h-731.429v-731.429zM0 960h1024v-1024h-1024v1024z' /%3e %3cglyph unicode='&%23xe924;' glyph-name='size-l' horiz-adv-x='768' d='M728.75 47.375h-478.5v880.688h-123.75v-992.063h602.25z' /%3e %3cglyph unicode='&%23xe925;' glyph-name='size-m' horiz-adv-x='1152' d='M242-64v757.625h8.25l312.813-750.75h104.5l312.813 750.75h8.25v-757.625h115.5v992.063h-143.688l-339.625-820.875h-11l-339.625 820.875h-143.688v-992.063z' /%3e %3cglyph unicode='&%23xe926;' glyph-name='size-s' horiz-adv-x='796' d='M70.278 280.167c11.611-152.167 140.556-251.167 327.556-251.167 201.667 0 329.389 103.278 329.389 265.222 0 129.556-73.333 200.444-256.056 246.278l-92.278 24.444c-121.611 31.167-169.889 70.889-169.889 139.944 0 89.222 77.611 147.889 194.944 147.889 110 0 184.556-53.778 199.833-144.222h110.611c-9.167 142.389-136.278 243.833-306.778 243.833-186.389 0-311.667-101.444-311.667-251.167 0-125.278 69.056-197.389 228.556-237.722l113.056-29.333c121.611-30.556 176.611-78.222 176.611-153.389 0-87.389-87.389-151.556-205.944-151.556-125.278 0-213.278 58.667-226.722 150.944h-111.222z' /%3e %3cglyph unicode='&%23xe927;' glyph-name='size-xs' horiz-adv-x='1707' d='M55 49.778h124.667l235.278 347.722h9.778l231-347.722h132l-298.833 438.778 305.556 443.056h-125.278l-235.889-350.778h-9.778l-232.222 350.778h-132.611l298.222-438.167-301.889-443.667zM1003.19 280.167c11.611-152.167 140.556-251.167 327.556-251.167 201.667 0 329.389 103.278 329.389 265.222 0 129.556-73.333 200.444-256.056 246.278l-92.278 24.444c-121.611 31.167-169.889 70.889-169.889 139.944 0 89.222 77.611 147.889 194.944 147.889 110 0 184.556-53.778 199.833-144.222h110.611c-9.167 142.389-136.278 243.833-306.778 243.833-186.389 0-311.667-101.444-311.667-251.167 0-125.278 69.056-197.389 228.556-237.722l113.056-29.333c121.611-30.556 176.611-78.222 176.611-153.389 0-87.389-87.389-151.556-205.944-151.556-125.278 0-213.278 58.667-226.722 150.944h-111.222z' /%3e %3cglyph unicode='&%23xe928;' glyph-name='vertical-alignment-bottom' d='M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 82.286h146.286v292.571h-146.286v-292.571zM585.143 521.143h438.857v-585.143h-438.857v585.143z' /%3e %3cglyph unicode='&%23xe929;' glyph-name='vertical-alignment-middle' d='M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 301.714h146.286v292.571h-146.286v-292.571zM585.143 740.571h438.857v-585.143h-438.857v585.143z' /%3e %3cglyph unicode='&%23xe92a;' glyph-name='vertical-alignment-top' d='M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 521.143h146.286v292.571h-146.286v-292.571zM585.143 960h438.857v-585.143h-438.857v585.143z' /%3e %3cglyph unicode='&%23x1f4bb;' 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' /%3e %3cglyph unicode='&%23x1f4f1;' glyph-name='mobile-portrait' 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-32h1024M772 284v505.988c0 22.112-17.906 40.012-39.994 40.012h-440.012c-22.094 0-39.994-17.914-39.994-40.012v-505.988h520zM772 184h-520v-83.988c0-22.112 17.906-40.012 39.994-40.012h440.012c22.094 0 39.994 17.914 39.994 40.012v83.988zM152 870.009c0 33.132 26.857 59.991 59.994 59.991h600.011c33.134 0 59.994-26.86 59.994-59.991v-850.017c0-33.132-26.857-59.991-59.994-59.991h-600.011c-33.134 0-59.994 26.86-59.994 59.991v850.017z' /%3e %3cglyph unicode='&%23x1f4f2;' glyph-name='mobile-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 185h505.988c22.112 0 40.012 17.906 40.012 39.994v440.012c0 22.094-17.914 39.994-40.012 39.994h-505.988v-520zM251 185v520h-83.988c-22.112 0-40.012-17.906-40.012-39.994v-440.012c0-22.094 17.914-39.994 40.012-39.994h83.988zM937.009 805c33.132 0 59.991-26.857 59.991-59.994v-600.011c0-33.134-26.86-59.994-59.991-59.994h-850.017c-33.132 0-59.991 26.857-59.991 59.994v600.011c0 33.134 26.86 59.994 59.991 59.994h850.017z' /%3e %3cglyph unicode='&%23x1f4fa;' glyph-name='desktop' 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-32h1024M462 66h-150v-100h400v100h-150v114h329.99c33.132 0 60.010 26.858 60.010 59.99v630.021c0 33.131-26.867 59.99-60.010 59.99h-759.98c-33.132 0-60.010-26.858-60.010-59.99v-630.021c0-33.131 26.867-59.99 60.010-59.99h329.99v-114zM172 790.002c0 22.090 17.926 39.998 39.998 39.998h600.003c22.091 0 39.998-17.909 39.998-39.998v-470.005c0-22.090-17.926-39.998-39.998-39.998h-600.003c-22.091 0-39.998 17.909-39.998 39.998v470.005z' /%3e %3cglyph unicode='&%23x1f5b3;' glyph-name='tablet-portrait' 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-32h1024M852 284v505.988c0 22.112-17.908 40.012-39.998 40.012h-600.003c-22.072 0-39.998-17.914-39.998-40.012v-505.988h680zM852 184h-680v-83.988c0-22.112 17.908-40.012 39.998-40.012h600.003c22.072 0 39.998 17.914 39.998 40.012v83.988zM72 870.009c0 33.132 26.877 59.991 60.010 59.991h759.98c33.143 0 60.010-26.86 60.010-59.991v-850.017c0-33.132-26.877-59.991-60.010-59.991h-759.98c-33.143 0-60.010 26.86-60.010 59.991v850.017z' /%3e %3c/font%3e%3c/defs%3e%3c/svg%3e#vcAttributes") format("svg");font-weight:400;font-style:normal}.vcv-ui-icon-attribute{font-family:vcattributes!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vcv-ui-icon-attribute-background-position-center-bottom:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-center-bottom:after{content:"\e912";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-center-center:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-center-center:after{content:"\e914";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-center-top:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-center-top:after{content:"\e916";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-left-bottom:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-left-bottom:after{content:"\e918";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-left-center:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-left-center:after{content:"\e91a";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-left-top:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-left-top:after{content:"\e91c";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-right-bottom:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-right-bottom:after{content:"\e91e";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-right-center:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-right-center:after{content:"\e920";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-right-top:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-right-top:after{content:"\e922";margin-left:-1em;color:#7b7b7b}.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{content:"\e905";color:#d0d0d0}.vcv-ui-icon-attribute-mirror-horizontally-left:after{content:"\e906";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-mirror-horizontally-right:before{content:"\e907";color:#d0d0d0}.vcv-ui-icon-attribute-mirror-horizontally-right:after{content:"\e913";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-mirror-vertically-down:before{content:"\e915";color:#d0d0d0}.vcv-ui-icon-attribute-mirror-vertically-down:after{content:"\e917";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-mirror-vertically-up:before{content:"\e919";color:#d0d0d0}.vcv-ui-icon-attribute-mirror-vertically-up:after{content:"\e91b";margin-left:-1em;color:#7b7b7b}.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{box-sizing:border-box;min-height:60px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0;cursor:pointer;margin:10px 0;transition:opacity .2s ease-in-out}.vce-row:hover .vcv-row-control-container{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{box-sizing:border-box;padding:16px;min-width:60px;min-height:60px;text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;cursor:pointer;transition:background .2s ease-in-out;border-radius:3px;background:rgba(0,0,0,.15);margin:5px;font-size:14px}.vcv-row-control:active,.vcv-row-control:focus,.vcv-row-control:hover{color:#fff;background:rgba(0,0,0,.2);text-decoration:none}.vcv-row-control[disabled]{color:#fff;background:rgba(0,0,0,.15);opacity:.5;cursor:not-allowed}.vcv-row-control-content{white-space:nowrap;line-height:16px}.vcv-row-control-icon{font-size:1em;height:1.25em;width:1.25em;display:inline-block;vertical-align:middle;position:relative}.vcv-row-control-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-row-control-icon+span{margin-left:16px;vertical-align:middle;font-family:Nunito Sans,sans-serif}.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]{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;width:100%}.vce-col-inner[data-vcv-centered-control=true]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-blank-page-container{max-width:500px;margin:30px auto;padding:0 20px;font-family:Nunito Sans,sans-serif}.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:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px}.vcv-ui-element-control{position:relative;width:60px;height:60px;padding:10px;margin:10px;border:none;border-radius:3px;color:#fff;background:#2b4b80;cursor:pointer;text-decoration:none;transition:background .2s ease-in-out;vertical-align:middle;overflow:visible}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;transition:background .2s ease-in-out}.vcv-ui-element-control--template:hover{background:#fec53f}.vcv-ui-element-control--full-width{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%}.vcv-ui-element-control .vcv-ui-icon{width:50px;height:50px;font-size:1.2em}.vcv-ui-element-control .vcv-ui-icon,.vcv-ui-element-control .vcv-ui-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-element-control .vcv-ui-icon:before{font-size:23px}.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{-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.vcv-ui-element-controls--lock-width .vcv-ui-element-control{padding:0 10px;width:auto;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;font-size:1.2em;text-align:left}.vcv-ui-element-controls--lock-width .vcv-ui-element-control,.vcv-ui-element-controls--lock-width .vcv-ui-element-control-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.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{position:relative;top:auto;left:auto;-webkit-transform:initial;transform:none;font-size:medium}.vcv-blank-page-description-container{display:block;min-height:160px;margin-top:20px;font-family:Nunito Sans,sans-serif;font-size:14px;font-style:italic;line-height:1.4em;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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:50vh;position:relative}.vcv-ui-blank-row-drag-overlay{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;opacity:0;visibility:hidden;transition:all .2s}.vcv-ui-blank-row-drag-overlay svg{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;opacity:.15}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-drag-overlay{z-index:1;opacity:1;visibility:visible}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;border:1px dashed hsla(0,0%,71.8%,.8);position:relative}.vcv-ui-blank-row-controls-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:10px 0;transition:opacity .2s}.vcv-ui-blank-row-element-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100px;padding:0;margin:10px 0;border:none;cursor:pointer}.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{position:absolute;top:0;left:0;margin:0;width:100%;height:100%;min-height:80px}.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-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{position:absolute;bottom:0;left:0;right:0;-webkit-transform:translateY(100%);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:-webkit-flex;display:-ms-flexbox;display:flex;padding:16px;min-width:60px;min-height:60px}.vcv-row-placeholder{border:1px dashed hsla(0,0%,71.8%,.8);opacity:1;margin-top:10px}.vce-column-resizer.vce-column-resizer--active,.vcv-state--show-resizer .vce-column-resizer{display:block}.vce-column-resizer{position:relative;width:0;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:none}.vce-column-resizer-handler{position:absolute;right:0;top:0;bottom:0;z-index:999;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:col-resize}.vce-column-resizer-handler:before{display:block;content:"";position:absolute;border-right:1px dashed hsla(0,0%,71.8%,.8);top:0;bottom:0;left:50%;-webkit-transform:translateX(-50%);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{width:2px;-webkit-transform:translate(50%);transform:translate(50%)}.vce-column-resizer-label-container{position:relative;height:29px}.vce-column-resizer-label-container:before{z-index:99999;content:"";position:absolute;width:3px;height:3px;background:#fff;border-radius:50%;-webkit-transform:translate(-50%,13px);transform:translate(-50%,13px);box-shadow:0 5px #fff,0 -5px #fff}.vce-column-resizer-label-container.vce-column-resizer-label-container--active .vce-column-resizer-label{width:45px;opacity:1;background:#203251}.vce-column-resizer-label-container.vce-column-resizer-label-container--active .vce-column-resizer-label-percentage{opacity:1}.vce-column-resizer-label{position:absolute;top:0;width:7px;height:100%;color:#fff;font-size:12px;font-family:Nunito Sans,sans-serif;font-weight:700;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;direction:ltr;z-index:9999;background:#203251;background:rgba(0,0,0,.3);transition:width .2s ease-in-out,background .2s ease-in-out}.vce-column-resizer-label.vce-column-resizer-label-left{right:0;border-radius:7.5px 0 0 7.5px}.vce-column-resizer-label.vce-column-resizer-label-right{left:0;border-radius:0 7.5px 7.5px 0}.vce-column-resizer-label-percentage{line-height:0;opacity:0;transition:opacity .2s ease-in-out}.vce-column-wrap-blocker{width:100%;height:0;opacity:0;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}.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]{position:relative;min-height:40px}[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{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;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{position:-webkit-sticky;position:sticky;top:15px;bottom:15px;opacity:0;background:#283aa4;color:#fff;transition:opacity .2s,background .2s;font-size:14px;border:0;border-radius:3px;padding:8px 20px;font-family:Nunito Sans,sans-serif;font-weight:400;margin:0 5px;line-height:unset;text-decoration:none;box-shadow:none;z-index:100}[data-vcv-layout-zone] .vcv-zone-button:focus{outline:none;text-decoration:none;box-shadow:none;border:0}[data-vcv-layout-zone] .vcv-zone-button:hover{background-color:#ffae27;text-decoration:none;box-shadow:none;border:0;cursor:pointer}[data-vcv-layout-zone] .vcv-zone-button .vcv-ui-icon{margin-right:14px}[data-vcv-layout-zone] .vcv-zone-empty{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:background .2s}[data-vcv-layout-zone] .vcv-zone-empty .vcv-zone-empty-text{position:-webkit-sticky;position:sticky;top:15px;bottom:15px;display:inline-block;padding:6px 0;font-size:.9em;font-style:italic;font-family:Nunito Sans,sans-serif;color:#9a9a9a;font-weight:400}[data-vcv-layout-zone] .vcv-zone-button-container{position:-webkit-sticky;position:sticky;display:-webkit-flex;display:-ms-flexbox;display:flex;top:15px;bottom:15px;z-index:100}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button{position:relative;top:auto;bottom:auto}[data-vcv-layout-zone=sidebar] .vcv-zone-overlay{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}[data-vcv-layout-zone=sidebar] .vcv-zone-button{margin:5px 0}[data-vcv-layout-zone=sidebar] .vcv-zone-button-container{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-migration-notice-container{position:absolute;top:0;left:0;z-index:1150;width:100%;height:100%}.vcv-migration-notice,.vcv-migration-notice-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff}.vcv-migration-notice{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 15%;text-align:center;font:normal normal normal 12px Montserrat,sans-serif}.vcv-migration-title{width:80%;font-size:2em;line-height:1.3;color:#363636;letter-spacing:1px}.vcv-migration-description{text-align:left;font:normal normal 700 12px Nunito Sans,sans-serif}.vcv-migration-description,.vcv-migration-label{color:#717171;font-size:14px;line-height:24px;letter-spacing:1px;margin:0 0 1.5em}.vcv-migration-description.vcv-migration-description--emphasized{margin:5px 0 2em;font-style:italic;color:#a6a6a6;line-height:1.6;font-size:13px;font-weight:400}.vcv-migration-button{width:422px}.vcv-migration-label{position:relative;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:-3px;padding:0 0 0 25px}.vcv-migration-label:after,.vcv-migration-label:before{content:"";position:absolute}.vcv-migration-label:before{top:4px;left:0;width:16px;height:16px;transition:border .2s ease-in-out,background .2s ease-in-out}.vcv-migration-label:after{height:10px;width:6px;border:2px solid #fff;border-left:0;border-top:0;top:5px;left:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:border-color .2s ease-in-out}.vcv-migration-checkbox{position:absolute;top:0;left:0;margin:0;padding:0;height:16px;width:16px;opacity:0;z-index:-99}.vcv-migration-checkbox:not(:checked)+label:before{border:2px solid #d4d4d4}.vcv-migration-checkbox:checked+label:before{border:2px solid #21a1d1;background:#21a1d1}.vcv-migration-checkbox:not(:checked)+label:after{border-color:transparent}.vcv-migration-checkbox:checked+label:after{border-color:#fff}.vcv-migration-button{display:inline-block;background:transparent;color:#d6d6d6;letter-spacing:.077em;text-transform:uppercase;border:2px solid #d6d6d6;padding:16px 34px;transition:color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out;margin-bottom:20px;max-width:100%;border-radius:0;cursor:pointer;font:normal normal normal 12px Montserrat,sans-serif}.vcv-migration-button--start{border-color:#294a82;background:#294a82;color:#fff}.vcv-migration-button--start:hover{border-color:#1f3152;background:#1f3152}.vcv-migration-button--back:hover{color:#a0a0a0;border-color:#a0a0a0}.vcv-migration-notes{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.vcv-migration-note,.vcv-migration-notes{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-migration-note{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:0 0 .5em;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.vcv-migration-note:last-of-type{margin:0 0 1.5em}.vcv-migration-note .vcv-ui-icon{margin:3px 13px 0 0;font-size:17px}.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{line-height:22px;font-size:13px;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{position:absolute;top:0;left:0;width:100%;padding:12% 3%}.vcv-migration-title{width:100%;font-size:2em;margin:.4em 0}.vcv-migration-description,.vcv-migration-label{line-height:20px;font-size:13px;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;top:auto;bottom:-6px;border-width:6px 6px 0}.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;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);color:#fff;border-radius:4px;font-size:14px}.medium-editor-toolbar-actions{border-radius:inherit;overflow:hidden}.medium-editor-toolbar-actions .medium-editor-action{background-color:#2b4b80;background-image:none;border:none;color:#fff;box-sizing:border-box;cursor:pointer;max-width:100%;position:relative;text-align:center;text-decoration:none;white-space:normal;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all .2s ease-in-out;width:40px;height:40px;margin:0;padding:0;-webkit-appearance:none}.medium-editor-toolbar-actions .medium-editor-action>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-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{color:inherit;border:none;display:inline-block;vertical-align:middle;height:40px;width:40px;line-height:40px;margin:0;text-align:center;background-color:#2b4b80;padding:0}.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{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M293.582 360.73c19.375 0 34.434-15.059 34.434-34.434s-15.059-34.434-34.434-34.434h-80.714v68.868h80.714zm-80.713-206.605v68.868h68.869c19.375 0 34.434-15.059 34.434-34.434s-15.059-34.434-34.434-34.434H212.87zm129.128 97.908c30.142 13.98 49.493 44.121 49.493 78.556 0 48.414-36.592 87.165-85.007 87.165H144V96.001h144.188c51.651 0 91.457 40.885 91.457 92.536 0 23.668-15.059 48.415-37.671 63.496h.023z'/%3E%3C/svg%3E");background-position:50% 50%;background-size:16px 16px;background-repeat:no-repeat;height:inherit;width:inherit;display:block}.medium-editor-action-italic>b{visibility:hidden}.medium-editor-action-italic:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M219.48 96h184.016v68.868H338.92l-77.477 184.017h50.572v68.868H127.998v-68.868h64.576l77.477-184.017h-50.572V96z'/%3E%3C/svg%3E");background-position:50% 50%;background-size:16px 16px;background-repeat:no-repeat;height:inherit;width:inherit;display:block}.medium-editor-action-underline>b{visibility:hidden}.medium-editor-action-underline:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M112 462.931h320.674v46.279H112v-46.279zm160.325-45.178a137.32 137.32 0 01-137.737-137.737V95.999h57.023v184.017c0 44.121 36.592 79.635 80.714 79.635s80.714-35.513 80.714-79.635V95.999h57.023v184.017a137.32 137.32 0 01-137.737 137.737z'/%3E%3C/svg%3E");background-position:50% 50%;background-size:16px 16px;background-repeat:no-repeat;height:inherit;width:inherit;display:block}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-toolbar-grp{background:#203251;border-radius:5px;border:none}body:not(.vcv-wb-editor) .mce-btn-group:not(:first-child){border-left-color:hsla(0,0%,100%,.1);margin-left:0}body:not(.vcv-wb-editor) .mce-flow-layout-item.mce-first .mce-btn.mce-first{border-top-left-radius:5px;border-bottom-left-radius:5px}body:not(.vcv-wb-editor) .mce-flow-layout-item.mce-last{margin:0}body:not(.vcv-wb-editor) .mce-flow-layout-item.mce-last .mce-btn.mce-last{border-top-right-radius:5px;border-bottom-right-radius:5px}body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group{padding:0}body:not(.vcv-wb-editor) .mce-toolbar .mce-ico{color:#fff;transition:none}body:not(.vcv-wb-editor) .mce-btn-group .mce-btn{background:transparent;border:none;text-shadow:none;padding:5px 6px;cursor:pointer;margin:0}body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn.mce-active,body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn:active,body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn:focus,body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn:hover,body:not(.vcv-wb-editor) .qt-dfw.active,body:not(.vcv-wb-editor) .qt-dfw:focus,body:not(.vcv-wb-editor) .qt-dfw:hover{background-color:#16243f;border-color:transparent;box-shadow:none}body:not(.vcv-wb-editor) .mce-btn:hover .mce-caret,body:not(.vcv-wb-editor) .mce-caret{border-top-color:#fff}body:not(.vcv-wb-editor) .mce-btn button,body:not(.vcv-wb-editor) .mce-menubtn button{color:#fff;background:transparent;letter-spacing:normal;text-transform:none}body:not(.vcv-wb-editor) .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) .mce-ico.mce-i-vcv-ui-icon-edit{font-family:VC-Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.vcv-wb-editor) .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{width:100%;text-align:left;font-size:13px;font-weight:700;-webkit-font-smoothing:antialiased;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;line-height:25px}.vcv-permalink-text{color:#a2a2a2}.vcv-permalink-link{color:#a2a2a2;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-permalink-editable{outline:none;transition:box-shadow .2s,padding .2s,color .2s,margin .2s;padding:0;border-radius:12px;cursor:text;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;padding:0 9px;margin:0 3px;color:#a2a2a2}.vcv-is-no-selection{-webkit-user-select:none;-ms-user-select:none;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}#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{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}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{background-color:transparent;-webkit-text-decoration-skip:objects}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-size:.875rem;font-family:Nunito Sans,sans-serif}*,:after,:before{box-sizing:inherit}[tabindex="-1"]:focus{outline:none!important}img{max-width:100%}a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;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;src:url(fonts/VC-Icons.ttf?ec61df100ab235d3f3942de5a0cd47c8) format("truetype"),url(fonts/VC-Icons.woff?7db51c29cddd2a76f003b62fdb742a48) format("woff"),url("data:image/svg+xml,%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %3e %3csvg xmlns='http://www.w3.org/2000/svg'%3e %3cmetadata%3eGenerated by IcoMoon%3c/metadata%3e %3cdefs%3e %3cfont id='VC-Icons' horiz-adv-x='1024'%3e %3cfont-face units-per-em='1024' ascent='960' descent='-64' /%3e %3cmissing-glyph horiz-adv-x='1024' /%3e %3cglyph unicode='&%23x20;' horiz-adv-x='512' d='' /%3e %3cglyph unicode='&%23x2261;' glyph-name='mobile-menu' d='M74.668 822.856h874.666v-124.953h-874.666v124.953zM74.668 510.495h874.666v-124.97h-874.666v124.97zM74.668 198.096h874.666v-124.953h-874.666v124.953z' /%3e %3cglyph unicode='&%23x22ee;' glyph-name='drag-dots' d='M619.59 448c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59zM619.59 820.411c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59zM619.59 75.591c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59z' /%3e %3cglyph unicode='&%23x22ef;' glyph-name='more-dots' d='M512 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59zM884.411 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59zM139.591 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59z' /%3e %3cglyph unicode='&%23x2315;' glyph-name='search' horiz-adv-x='951' d='M658.286 475.428q0 105.714-75.143 180.857t-180.857 75.143-180.857-75.143-75.143-180.857 75.143-180.857 180.857-75.143 180.857 75.143 75.143 180.857zM950.857 0q0-29.714-21.714-51.429t-51.429-21.714q-30.857 0-51.429 21.714l-196 195.429q-102.286-70.857-228-70.857-81.714 0-156.286 31.714t-128.571 85.714-85.714 128.571-31.714 156.286 31.714 156.286 85.714 128.571 128.571 85.714 156.286 31.714 156.286-31.714 128.571-85.714 85.714-128.571 31.714-156.286q0-125.714-70.857-228l196-196q21.143-21.143 21.143-51.429z' /%3e %3cglyph unicode='&%23x23f8;' glyph-name='row-layout' d='M92-32h360v960h-420v-960h60zM152 88v720h180v-720h-180zM932-32h-360v960h420v-960h-60zM872 88v720h-180v-720h180z' /%3e %3cglyph unicode='&%23x25b4;' glyph-name='arrow-up' d='M775.22 340.565l-263.22 263.22-263.22-263.22c-17.844-17.844-5.212-48.35 20.025-48.35h486.389c25.237 0 37.87 30.506 20.025 48.35z' /%3e %3cglyph unicode='&%23x25b8;' glyph-name='arrow-right' d='M404.565 184.78l263.22 263.22-263.22 263.22c-17.844 17.844-48.35 5.212-48.35-20.025v-486.389c0-25.237 30.506-37.87 48.35-20.025z' /%3e %3cglyph unicode='&%23x25be;' glyph-name='expand' d='M248.78 555.435l263.22-263.22 263.22 263.22c17.844 17.844 5.212 48.35-20.025 48.35h-486.389c-25.237 0-37.87-30.506-20.025-48.35z' /%3e %3cglyph unicode='&%23x25c4;' glyph-name='arrow-left' d='M619.435 711.22l-263.22-263.22 263.22-263.22c17.844-17.844 48.35-5.212 48.35 20.025v486.389c0 25.237-30.506 37.87-48.35 20.025z' /%3e %3cglyph unicode='&%23x2661;' glyph-name='heart-stroke' d='M739.616 768c78.624 0 143.744-58.24 154.752-134.016l-382.24-438.976-382.496 438.976c11.008 75.776 76.128 134.016 154.752 134.016 64.512 0 123.36-69.248 123.36-69.248l104.256-110.752 104.256 110.752c0 0 58.88 69.248 123.36 69.248M739.616 896c-95.488 0-176-50.496-227.616-123.008-51.616 72.512-132.128 123.008-227.616 123.008-156.896 0-284.384-127.744-284.384-284.512v-23.488l512.256-588 511.744 588v23.488c0 156.768-127.488 284.512-284.384 284.512v0z' /%3e %3cglyph unicode='&%23x270e;' glyph-name='edit' d='M320.892-0.215l639.258 639.21c25.772 25.772 31.447 56.233 5.659 81.989l-172.175 172.159c-25.74 25.756-65.886 28.488-91.673 2.716l-640.858-637.011c-28.698-27.373-22.409-27.826-22.442-45.95l-0.469-187.535c0.065-28.036 22.458-50.93 50.477-50.995l199.775 5.336c14.002-0.049 21.585 9.152 32.45 20.081zM773.893 775.89l74.664-74.697c11.932-11.948 6.289-30.477-5.691-42.442l-44.446-44.462-113.21 113.193 52.66 52.223c11.948 11.981 24.042 8.133 36.023-3.816zM237.755 53.495l-81.375 3.007c-12.984 0.032-22.976 9.442-23.055 22.458l1.778 92.935c0 6.435 0.211 9.184 13.889 22.927l0.016-0.032 453.664 450.817 113.516-113.516-463.816-463.816c-10.865-10.865-8.181-14.842-14.616-14.778z' /%3e %3cglyph unicode='&%23x2710;' glyph-name='pen-alt-fill' d='M948.992 884.992c-99.872 100-262.112 100-361.984 0l-586.016-585.984-0.992-363.008h361.984l587.008 587.008c100 100 100 261.984 0 361.984zM307.616 64h-180.992v182.016c49.984 49.984 131.008 49.984 180.992 0s50.016-132.032 0-182.016zM856.128 613.504l-180.992 180.992c49.984 49.984 131.008 49.984 180.992 0s49.984-131.008 0-180.992z' /%3e %3cglyph unicode='&%23x2714;' glyph-name='save' d='M496.783 176.777l527.215 527.237-108.612 108.589-512.011-511.989-294.788 294.788-108.589-108.589 403.376-403.42z' /%3e %3cglyph unicode='&%23x2715;' glyph-name='add-thin' d='M64 503.552h896v-111.119h-896v111.119zM456.433 896h111.104v-896h-111.104v896z' /%3e %3cglyph unicode='&%23x2716;' glyph-name='close' d='M64 135.363l760.637 760.637 135.139-135.139-760.412-760.861-135.363 135.363zM64 760.637l135.139 135.139 760.637-760.637-135.139-135.139-760.637 760.637z' /%3e %3cglyph unicode='&%23x2717;' glyph-name='close-thin' d='M861.143 0.020l-797.107 797.107 98.855 98.855 797.107-797.107-98.855-98.855zM162.845 0.032l-98.842 98.842 797.107 797.107 98.842-98.842-797.107-797.107z' /%3e %3cglyph unicode='&%23x2723;' glyph-name='move' d='M576 320v-192h128l-192-192-192 192h128v192zM448 576v192h-128l192 192 192-192h-128v-192zM384 384h-192v-128l-192 192 192 192v-128h192zM640 512h192v128l192-192-192-192v128h-192z' /%3e %3cglyph unicode='&%23x2795;' glyph-name='add' d='M32.001 533.328h959.998v-170.658h-959.998v170.658zM426.659 927.986h170.658v-959.973h-170.658v959.973z' /%3e %3cglyph unicode='&%23x2796;' glyph-name='remove' d='M32.001 533.328h959.998v-170.658h-959.998v170.658z' /%3e %3cglyph unicode='&%23x293e;' glyph-name='undo' horiz-adv-x='1022' d='M900.936 840.968c-158.614 158.582-435.332 158.71-593.85 0l-179.094-179.222v170.23h-127.992v-383.976h383.976v127.992l-160.726-0.096 174.486 174.486c110.234 110.362 302.478 110.362 412.71-0.128 55.132-55.134 85.498-128.376 85.498-206.356 0-78.076-30.366-151.35-85.498-206.644l-96.506-96.474 90.49-90.458 96.506 96.25c79.258 79.516 123 185.046 123 297.326 0 112.216-43.742 217.714-123 297.070zM590.332-64l-90.492 90.618 90.556 90.458 90.49-90.618z' /%3e %3cglyph unicode='&%23x293f;' glyph-name='redo' horiz-adv-x='1022' d='M121.064 840.968c158.614 158.582 435.332 158.71 593.85 0l179.094-179.222v170.23h127.992v-383.976h-383.976v127.992l160.726-0.096-174.486 174.486c-110.234 110.362-302.478 110.362-412.71-0.128-55.132-55.134-85.498-128.376-85.498-206.356 0-78.076 30.366-151.35 85.498-206.644l96.506-96.474-90.49-90.458-96.506 96.25c-79.258 79.516-123 185.046-123 297.326 0 112.216 43.742 217.714 123 297.070zM431.668-64l90.492 90.618-90.556 90.458-90.49-90.618z' /%3e %3cglyph unicode='&%23xe900;' glyph-name='error' horiz-adv-x='1152' d='M1139.232 79.872l-480 832c-16.608 28.736-47.68 48.128-83.232 48.128s-66.624-19.392-83.232-48.128l-480-832c-8.096-14.080-12.768-30.432-12.768-47.872 0-52.992 43.008-96 96-96h960c52.992 0 96 43.008 96 96 0 17.44-4.64 33.792-12.768 47.872zM95.936 31.904l480.128 832 479.936-831.904-960.064-0.096z' /%3e %3cglyph unicode='&%23xe901;' glyph-name='key' d='M620.291 299.094c-6.728 16.669-12.558 35.711-17.828 58.211-7.395 31.589-38.431 51.066-69.338 43.501-30.898-7.56-49.951-39.296-42.554-70.882 6.679-28.528 14.322-53.283 23.357-75.678 24.156-59.879 80.361-98.669 143.319-98.819h181.573c0.123 0 0.242 0 0.368 0 61.408 0 116.909 37.131 141.458 94.685 19.882 46.611 43.54 119.122 43.353 199.875-0.187 80.541-24.050 151.934-44.041 197.649-24.628 56.306-80.096 92.785-141.45 92.935h-179.404c-0.13 0-0.256 0-0.389 0-64.722 0-121.18-38.987-143.898-99.407-3.023-8.039-6.719-18.163-10.577-29.971h-347.892c-15.553 0-30.441-6.437-41.277-17.842l-98.822-104.055c-21.766-22.918-21.657-59.405 0.247-82.187l100.674-104.714c10.815-11.25 25.597-17.587 41.029-17.587h172.584c31.773 0 57.528 26.329 57.528 58.809s-25.755 58.809-57.528 58.809h-148.462l-44.377 46.156 42.732 44.997h366.715c26.5 0 49.572 18.507 55.877 44.821 4.654 19.427 10.496 38.108 18.941 60.567 5.571 14.808 19.551 23.994 36.642 23.994 0.040 0 0.078 0 0.115 0h179.401c16.269-0.038 30.274-8.977 36.547-23.321 15.443-35.32 33.884-90.003 34.022-149.926 0.141-60.361-18.282-116.294-33.763-152.587-6.242-14.637-20.365-24.079-36.13-24.079-0.031 0-0.063 0-0.095 0h-181.573c-15.912 0.038-30.818 10.506-37.088 26.049zM819.2 448c0-28.515-22.923-51.63-51.2-51.63s-51.2 23.115-51.2 51.63c0 28.515 22.923 51.63 51.2 51.63s51.2-23.115 51.2-51.63z' /%3e %3cglyph unicode='&%23xe902;' glyph-name='eye-on' horiz-adv-x='1336' d='M1319.57 481.22c-2.411 4.767-59.563 118.14-166.47 232.225-145.209 154.47-312.995 236.335-485.273 236.335s-340.064-81.865-485.273-236.664c-106.852-114.030-164.059-227.403-166.415-232.225-7.891-15.398-7.891-33.535 0-48.988 2.411-4.767 59.563-118.14 166.415-232.171 145.209-154.47 312.995-236.335 485.273-236.335s340.064 81.865 485.273 236.664c106.852 114.030 164.059 227.403 166.47 232.171 7.891 15.069 7.891 33.535 0 48.988zM1071.234 272.667c-125.373-132.551-260.993-199.677-403.408-199.677s-278.090 67.125-403.408 199.677c-68.495 72.605-115.4 146.579-136.99 183.895 21.59 36.987 68.166 110.962 136.99 183.895 125.318 132.551 260.938 199.677 403.408 199.677s278.090-67.125 403.408-199.677c68.495-72.933 115.4-146.579 136.99-183.895-21.918-36.987-68.495-110.962-136.99-183.895zM667.826 675.746c-120.88 0-219.184-98.304-219.184-219.184s98.304-219.184 219.184-219.184c120.88 0 219.184 98.304 219.184 219.184s-98.304 219.184-219.184 219.184zM667.826 346.97c-60.276 0-109.592 49.316-109.592 109.592s49.316 109.592 109.592 109.592c60.276 0 109.592-49.316 109.592-109.592s-49.316-109.592-109.592-109.592z' /%3e %3cglyph unicode='&%23xe903;' glyph-name='copy-icon' horiz-adv-x='853' d='M698.182 866.909h-46.545c0 51.2-41.891 93.091-93.091 93.091h-279.273c-51.2 0-93.091-41.891-93.091-93.091h-46.545c-77.079 0-139.636-62.557-139.636-139.636v-651.636c0-77.079 62.557-139.636 139.636-139.636h558.545c77.079 0 139.636 62.557 139.636 139.636v651.636c0 77.079-62.557 139.636-139.636 139.636zM279.273 866.909h279.273v-93.091h-279.273v93.091zM744.727 75.636c0-25.6-20.945-46.545-46.545-46.545h-558.545c-25.6 0-46.545 20.945-46.545 46.545v651.636c0 25.6 20.945 46.545 46.545 46.545h46.545c0-51.2 41.891-93.091 93.091-93.091h279.273c51.2 0 93.091 41.891 93.091 93.091h46.545c25.6 0 46.545-20.945 46.545-46.545v-651.636z' /%3e %3cglyph unicode='&%23xe904;' glyph-name='paste-icon' horiz-adv-x='864' d='M785.455 576h-87.273v165.818c0 24-19.636 43.636-43.636 43.636h-43.636c0-48-39.273-87.273-87.273-87.273h-261.818c-48 0-87.273 39.273-87.273 87.273h-43.636c-24 0-43.636-19.636-43.636-43.636v-610.909c0-24 19.636-43.636 43.636-43.636h93.091v-87.273h-93.091c-72.262 0-130.909 58.647-130.909 130.909v610.909c0 72.262 58.647 130.909 130.909 130.909h43.636c0 48 39.273 87.273 87.273 87.273h261.818c48 0 87.273-39.273 87.273-87.273h43.636c72.262 0 130.909-58.647 130.909-130.909v-165.818zM261.818 872.727v0.087-87.36h261.818v87.273h-261.818zM802.944 512h-471.968c-39.808 0-42.976-8.864-42.976-48.672v-478.688c0-39.776 21.28-48.64 61.056-48.64h472c39.776 0 42.944 8.864 42.944 48.64v478.688c0 39.776-21.28 48.672-61.056 48.672zM413.472 32c-30.56 0-29.472 9.792-29.472 40.384v303.2c0 30.592-3.2 40.384 27.392 40.384h327.104c30.592 0 29.504-9.792 29.504-40.384v-303.2c0-30.592 3.2-40.384-27.392-40.384h-327.136z' /%3e %3cglyph unicode='&%23xe905;' glyph-name='star' d='M512 893.44l122.266-344.166h328.294l-267.878-202.138 95.795-354.714-278.477 212.685-278.426-212.685 95.744 354.714-267.93 202.138h328.294l122.317 344.166z' /%3e %3cglyph unicode='&%23xe906;' glyph-name='lock1' horiz-adv-x='777' d='M674.877 43.6v482.997h-577.806v-482.997h577.806zM236.997 718.477v-97.071h297.955v97.071c0 81.278-67.7 148.978-148.978 148.978s-148.978-67.7-148.978-148.978v0zM674.877 621.406c51.906 0 97.071-42.902 97.071-94.808v-482.997c0-51.906-45.165-94.808-97.071-94.808h-577.806c-51.906 0-97.071 42.902-97.071 94.808v482.997c0 51.906 45.165 94.808 97.071 94.808h47.38v97.071c0 133.184 108.339 241.523 241.523 241.523s241.523-108.339 241.523-241.523v-97.071h47.38z' /%3e %3cglyph unicode='&%23xe907;' glyph-name='eye-off' horiz-adv-x='1336' d='M565.741 838.736c31.179 7.562 65.755 11.672 101.044 11.672h1.37c142.47 0 278.090-67.125 403.079-199.677 68.495-72.605 115.072-146.579 136.661-183.567-29.425-51.015-61.974-97.592-98.633-141.1-19.507-22.96-16.768-57.536 6.521-77.043 10.302-8.548 22.96-12.987 35.289-12.987 15.398 0 31.179 6.521 41.755 19.507 47.946 56.878 89.043 117.483 126.031 185.594 8.548 15.781 8.877 34.576 0.658 50.686-2.411 4.767-59.563 118.14-166.47 232.225-145.209 154.141-312.995 235.952-485.273 235.952h-1.37c-43.508 0-87.345-5.151-127.072-14.74-29.425-7.178-47.289-36.987-40.056-66.084 7.562-29.425 36.987-47.618 66.413-40.439h0.055zM1032.548 179.486c-0.329 0.329-764.404 764.404-764.404 764.404-21.206 21.206-56.166 21.206-77.427 0s-21.206-56.166 0-77.427l69.865-69.865c-98.304-84.605-180.169-186.635-243.842-303.46-8.548-15.781-8.877-34.576-1.041-50.686 2.411-4.767 59.618-118.14 166.799-232.171 145.209-154.799 312.995-236.664 485.602-236.664 115.784 2.027 224.664 34.905 318.858 96.222l80.112-80.167c10.63-10.63 24.658-16.11 38.686-16.11s28.11 5.48 38.686 16.11c21.918 21.206 21.918 56.166 0.329 77.427l-112.222 112.387zM559.604 497.303l138.689-138.689c-10.959-3.781-22.576-5.48-34.576-5.48-60.276 0-109.592 49.316-109.592 109.592 0 12 2.082 23.617 5.48 34.576zM667.826 83.264c-142.47 0-278.090 67.454-403.408 199.677-68.495 72.605-115.072 146.25-136.661 183.567 56.166 96.934 127.072 181.484 210.636 252.39l139.73-139.73c-21.59-34.576-33.535-75.016-33.535-116.441 0-120.88 98.304-219.184 219.184-219.184 41.426 0 81.865 12 116.441 33.535l127.401-127.401c-72.276-42.138-154.141-65.098-239.732-66.413h-0.055z' /%3e %3cglyph unicode='&%23xe908;' glyph-name='brush-alt' horiz-adv-x='1022' d='M384 192c0 70.752-57.376 128-128 128-70.752 0-128-57.248-128-128v-0.256c0-94.624-51.488-177.12-128-221.376l0.512-0.384c37.504-21.6 80.992-33.984 127.488-33.984 141.376 0 256 114.624 256 256v0zM986.432 922.496c-49.984 49.984-131.008 49.984-180.992 0l-483.936-484c88.256-23.616 157.504-92.736 180.992-181.12l483.936 484.128c50.016 49.984 50.016 131.008 0 180.992z' /%3e %3cglyph unicode='&%23xe909;' glyph-name='hub-shop' d='M960 64h-64v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-512v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-64c-35.392 0-64-28.672-64-64s28.608-64 64-64h896c35.392 0 64 28.672 64 64s-28.608 64-64 64zM960 960h-896c-35.392 0-64-28.672-64-64v-384c0-70.656 57.28-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128v384c0 35.328-28.608 64-64 64z' /%3e %3cglyph unicode='&%23xe90a;' glyph-name='download' horiz-adv-x='781' d='M329.007 144.021v755.267c0 33.53 27.174 60.712 60.711 60.712 33.53 0 60.711-27.196 60.711-60.712v-755.514l225.618 225.618c23.704 23.704 62.135 23.705 85.85-0.009 23.709-23.709 23.712-62.147 0.009-85.85l-329.144-329.144c-11.851-11.851-27.382-17.777-42.915-17.778-15.543 0.003-31.076 5.928-42.926 17.778l-329.144 329.144c-23.704 23.704-23.705 62.135 0.009 85.85 23.709 23.709 62.147 23.712 85.85 0.009l225.371-225.371z' /%3e %3cglyph unicode='&%23xe90b;' glyph-name='chevron-up' d='M512 758.319l-517.198-517.198 103.44-103.44 413.758 413.758 413.758-413.758 103.44 103.44z' /%3e %3cglyph unicode='&%23xe90c;' glyph-name='chevron-down' d='M512 137.681l-517.198 517.198 103.44 103.44 413.758-413.758 413.758 413.758 103.44-103.44z' /%3e %3cglyph unicode='&%23xe90d;' glyph-name='chevron-right' horiz-adv-x='658' d='M663.198 448l-517.198-517.198-103.44 103.44 413.758 413.758-413.758 413.758 103.44 103.44z' /%3e %3cglyph unicode='&%23xe90e;' glyph-name='chevron-left' horiz-adv-x='658' d='M-5.198 448l517.198-517.198 103.44 103.44-413.758 413.758 413.758 413.758-103.44 103.44z' /%3e %3cglyph unicode='&%23xe90f;' glyph-name='plug' d='M902.254 728.131l-131.542-131.148-109.502 109.814 131.192 131.148c27.988 27.978 27.988 73.093 0 101.071s-73.118 27.978-101.106 0l-131.192-131.148-48.629 48.612c-13.294 13.29-56.325 39.169-101.106 0l-204.31-204.24c-123.146-123.104-138.539-314.404-45.48-454.295l-139.589-139.891c-27.988-27.978-27.988-73.093 0-101.071s73.118-27.978 101.106 0l139.589 139.541c58.774-39.169 127.344-60.153 199.412-60.153 96.208 0 186.818 37.421 255.038 105.617l204.31 204.24c27.988 27.978 27.988 73.093 0 101.071l-48.629 48.612 131.192 131.148c27.988 27.978 27.988 73.093 0 101.071-27.638 27.978-73.118 27.978-100.756 0zM615.030 243.060c-41.282-41.268-95.858-63.65-153.932-63.65s-113 22.732-153.932 63.65c-85.013 84.984-85.013 223.126 0 307.76l153.932 153.88 307.865-307.76-153.932-153.88z' /%3e %3cglyph unicode='&%23xe910;' glyph-name='thumbs-down' horiz-adv-x='1331' d='M412.315-64c8.546 0 16.807 2.772 23.683 7.85l4.879 4.234 291.482 295.12c51.953 52.589 83.037 124.85 86.515 200.040l0.327 14.128v203.96c0 160.839-122.726 292.419-275.741 298.452l-10.98 0.216h-259.080c-42.524 0-82.188-20.541-107.778-55.362l-5.264-7.678-133.159-222.668c-17.56-27.376-27.199-59.040-27.199-90.416 0-25.074 2.054-53.867 16.13-81.321l5.862-10.223 18.962-31.792v-12.584c0-90.801 68.502-165.326 154.483-170.393l9.277-0.275 154.241-0.040 5.76-9.832-75.559-153.624c-8.321-17.168-12.641-36.168-12.641-55.208 0-64.768 48.492-117.979 109.636-122.301l8.044-0.283h18.121zM1208.32 294.4c65.050 0 118.45 51.592 122.618 116.606l0.262 8.194v416c0 66.066-50.798 120.301-114.812 124.534l-8.068 0.266h-163.841c-65.050 0-118.45-51.592-122.618-116.606l-0.262-8.194v-416c0-66.066 50.798-120.301 114.812-124.534l8.068-0.266h163.841zM1196.372 396.8h-129.708c-16.517 0-30.172 12.58-32.175 28.807l-0.253 4.127v380.532c0 16.775 12.387 30.643 28.364 32.678l4.064 0.257h129.708c16.517 0 30.172-12.58 32.175-28.807l0.253-4.127v-380.532c0-16.775-12.387-30.643-28.364-32.678l-4.064-0.257zM399.379 40.527c-18.489 0-30.002 5.142-30.002 24.86 0 3.679 0.533 7.359 1.577 10.838l1.947 5.041 72.492 151.578c13.273 27.602 15.188 68.124 0 94.562-13.886 24.274-49.81 35.842-76.017 38.259l-7.213 0.336-144.599 0.038c-40.073 0.036-73.112 32.996-76.479 74.862l-0.283 7.056v23.762c0 5.731-1.118 11.372-3.274 16.567l-2.5 5.033-24.188 41.522c-6.188 9.961-8.438 22.28-8.438 43.599 0 11.434 3.255 23.811 9.288 35.513l3.949 6.927 124.875 213.799c7.645 12.217 20.631 20.603 35.113 22.509l6.287 0.412h242.885c102.652 0 186.758-86.395 191.761-194.593l0.243-10.205v-195.805c0-51.072-18.267-100.902-50.481-138.44l-7.68-8.44-259.262-269.59z' /%3e %3cglyph unicode='&%23xe911;' glyph-name='thumbs-up' horiz-adv-x='1331' d='M918.885 960c-8.546 0-16.807-2.772-23.683-7.85l-4.879-4.234-291.482-295.12c-51.953-52.589-83.037-124.85-86.515-200.040l-0.327-14.128v-203.96c0-160.839 122.726-292.419 275.741-298.452l10.98-0.216h259.080c42.524 0 82.188 20.541 107.778 55.362l5.264 7.678 133.159 222.668c17.56 27.376 27.199 59.040 27.199 90.416 0 25.074-2.054 53.867-16.13 81.321l-5.862 10.223-18.962 31.792v12.584c0 90.801-68.502 165.326-154.483 170.393l-9.277 0.275-154.241 0.040-5.76 9.832 75.559 153.624c8.321 17.168 12.641 36.168 12.641 55.208 0 64.768-48.492 117.979-109.636 122.301l-8.044 0.283h-18.121zM122.88 601.6c-65.050 0-118.45-51.592-122.618-116.606l-0.262-8.194v-416c0-66.066 50.798-120.301 114.812-124.534l8.068-0.266h163.841c65.050 0 118.45 51.592 122.618 116.606l0.262 8.194v416c0 66.066-50.798 120.301-114.812 124.534l-8.068 0.266h-163.841zM134.828 499.2h129.708c16.517 0 30.172-12.58 32.175-28.807l0.253-4.127v-380.532c0-16.775-12.387-30.643-28.364-32.678l-4.064-0.257h-129.708c-16.517 0-30.172 12.58-32.175 28.807l-0.253 4.127v380.532c0 16.775 12.387 30.643 28.364 32.678l4.064 0.257zM931.821 855.473c18.489 0 30.002-5.142 30.002-24.86 0-3.679-0.533-7.359-1.577-10.838l-1.947-5.041-72.492-151.578c-13.273-27.602-15.188-68.124 0-94.563 13.886-24.274 49.81-35.842 76.017-38.259l7.213-0.336 144.599-0.038c40.073-0.036 73.112-32.996 76.479-74.862l0.283-7.056v-23.762c0-5.731 1.118-11.372 3.274-16.567l2.5-5.033 24.188-41.522c6.188-9.961 8.438-22.28 8.438-43.599 0-11.434-3.255-23.811-9.288-35.513l-3.949-6.927-124.875-213.799c-7.645-12.217-20.631-20.603-35.113-22.509l-6.287-0.412h-242.885c-102.652 0-186.758 86.395-191.761 194.593l-0.243 10.205v195.805c0 51.072 18.267 100.902 50.481 138.44l7.68 8.44 259.262 269.59z' /%3e %3cglyph unicode='&%23xe912;' glyph-name='unlock' horiz-adv-x='740' d='M643.294 519.901h-15.252v186.965c0 139.59-115.864 253.134-258.264 253.134s-258.264-113.545-258.264-253.134v-14.325c0-38.125 31.536-69.035 70.434-69.035s70.434 30.912 70.434 69.035v14.325c0 63.44 52.672 115.063 117.397 115.063s117.395-51.623 117.395-115.063v-186.965h-390.911c-53.17 0-96.262-42.237-96.262-94.352v-395.199c0-52.114 43.091-94.35 96.262-94.35h547.032c53.17 0 96.262 42.235 96.262 94.35v395.202c0 52.112-43.091 94.35-96.262 94.35z' /%3e %3cglyph unicode='&%23xe913;' glyph-name='lock' horiz-adv-x='740' d='M643.294 519.901h-15.252v186.965c0 139.59-115.864 253.134-258.264 253.134s-258.264-113.545-258.264-253.134v-14.325c0-38.125-38.897-386.596 0-386.596 13.343 0 130.232-59.095 140.867 0 20.367 113.173 0 361.551 0 386.596v14.325c0 63.44 52.672 115.063 117.397 115.063s117.395-51.623 117.395-115.063v-186.965h-390.911c-53.17 0-96.262-42.237-96.262-94.352v-395.199c0-52.114 43.091-94.35 96.262-94.35h547.032c53.17 0 96.262 42.235 96.262 94.35v395.202c0 52.112-43.091 94.35-96.262 94.35z' /%3e %3cglyph unicode='&%23xe914;' glyph-name='lamp' horiz-adv-x='801' d='M400.696 960c220.944 0 400.696-180.087 400.696-401.441 0-157.282-90.756-293.712-222.555-359.517l-0.054-134.875c0-32.274-39.12-60.338-96.258-74.28-13.638-31.699-45.142-53.886-81.829-53.886s-68.192 22.187-81.829 53.874c-54.323 13.267-92.359 39.286-95.976 69.553l-0.282 4.739-0.009 134.853c-131.823 65.796-222.6 202.239-222.6 359.539 0 221.354 179.752 401.441 400.696 401.441zM583.871 601.863c-17.387 0-31.757-13.21-34.032-30.347l-0.314-4.764v-47.197l-118.981-37.677c-7.285-2.307-14.728-3.767-22.214-4.386l-7.497-0.338c-7.856-0.035-15.497 0.791-22.968 2.476l-7.416 1.971-118.583 36.368v48.782c0 19.391-15.378 35.111-34.345 35.111-17.387 0-31.757-13.21-34.032-30.347l-0.314-4.764v-74.904c0-13.782 7.861-26.115 19.811-31.815l4.666-1.817 143.060-43.875 7.79-2.173 7.848-1.794 0.002-241.954c11.549-0.823 23.049-1.237 34.343-1.237 11.524 0 22.982 0.432 34.367 1.288l-0.021 242.175 7.943 1.883 7.881 2.272 143.167 45.336c12.784 4.047 21.949 15.24 23.828 28.485l0.356 5.053v73.079c0 19.391-15.378 35.111-34.345 35.111z' /%3e %3cglyph unicode='&%23xe915;' glyph-name='forward' horiz-adv-x='970' d='M942.263 678.728l-339.537 265.821c-21.924 17.109-51.804 20.299-76.735 8.12-25.029-12.083-40.938-37.408-40.938-65.15v-177.858c-274.831-46.205-485.053-284.38-485.053-571.273v-105.724c0-53.358 43.461-96.662 97.011-96.662s97.011 43.305 97.011 96.662v105.724c0 179.598 124.173 329.715 291.032 372.923v-155.433c0-27.742 15.91-53.068 40.938-65.15 10.089-4.93 20.954-7.346 31.819-7.346 16.007 0 31.916 5.22 44.916 15.466l339.537 265.821c17.656 13.726 27.842 34.798 27.842 57.031s-10.186 43.305-27.842 57.031z' /%3e %3cglyph unicode='&%23xe916;' glyph-name='swap' horiz-adv-x='740' d='M169.175 379.176c21.173 23.499 55.503 23.499 76.673 0 21.173-23.503 21.173-61.61 0-85.109v0l-60.795-67.484h488.908c29.942 0 54.216-26.945 54.216-60.182s-24.274-60.182-54.216-60.182v0h-488.908l60.795-67.484c21.173-23.503 21.173-61.61 0-85.109-21.177-23.507-55.507-23.499-76.673 0v0l-153.338 170.21c-21.365 23.683-20.866 61.995 0 85.129v0zM482.332 942.373c21.177 23.503 55.503 23.503 76.673 0v0l153.339-170.208c20.722-22.985 21.499-61.28 0-85.128v0l-153.339-170.208c-21.173-23.503-55.5-23.507-76.673 0-21.173 23.503-21.173 61.609 0 85.108v0l60.795 67.483h-488.91c-29.942 0-54.217 26.945-54.217 60.181s24.275 60.181 54.217 60.181v0h488.91l-60.795 67.483c-21.173 23.503-21.173 61.609 0 85.108z' /%3e %3cglyph unicode='&%23xe917;' glyph-name='question' d='M512 960c282.968 0 512-228.994 512-512 0-282.968-228.994-512-512-512-282.968 0-512 228.994-512 512 0 282.968 228.994 512 512 512zM512 179.81c-40.396 0-73.143-32.747-73.143-73.143s32.747-73.143 73.143-73.143c40.396 0 73.143 32.747 73.143 73.143s-32.747 73.143-73.143 73.143zM512 813.714c-120.993 0-219.429-99.998-219.429-222.912 0-30.778 24.56-55.728 54.857-55.728 29.982 0 54.345 24.432 54.849 54.768l0.023 2.8c0.971 60.611 49.808 109.616 109.7 109.616 60.496 0 109.714-49.999 109.714-111.456 0-60.842-48.238-110.455-107.903-111.441l-2.756-0.023c-29.544-0.507-53.4-24.738-53.904-54.75l-0.008-0.97v-139.32l0.008-0.96c0.504-30.336 24.867-54.768 54.849-54.768s54.345 24.432 54.849 54.768l0.008 0.96v90.644l2.829 0.763c93.1 25.793 161.743 112.454 161.743 215.096 0 122.913-98.436 222.912-219.429 222.912z' /%3e %3cglyph unicode='&%23xe918;' glyph-name='close-modern' d='M994.718 785.903l-337.903-337.903 337.903-337.903-144.815-144.815-337.903 337.903-337.903-337.903-144.815 144.815 337.951 337.951-337.951 337.854 144.815 144.815 337.951-337.854 337.854 337.854z' /%3e %3cglyph unicode='&%23xe919;' glyph-name='link-modern' d='M957.836 880.603l-34.901 30.488c-81.281 71.18-205.746 63.8-277.798-16.492l-99.882-111.282c-22.544-25.121-20.201-63.688 5.226-85.973l9.374-8.214c25.515-22.34 64.448-20.034 87.087 5.168l99.875 111.279c22.279 24.8 60.872 27.083 85.999 5.116l34.858-30.541c25.134-21.995 27.501-60.101 5.191-84.915l-218.399-243.314c-18.484-20.627-48.731-26.189-73.554-13.522-27.144 13.843-60.25 7.761-80.518-14.813l-1.703-1.898c-13.714-15.274-19.431-35.552-15.685-55.634 3.749-20.072 16.403-37.003 34.717-46.457 28.964-14.949 60.243-22.187 91.214-22.187 54.883 0 108.815 22.724 147.241 65.517l218.385 243.286c71.971 80.183 64.48 203.257-16.728 274.389zM472.991 198.6l-9.386 8.222c-25.429 22.274-64.452 19.933-86.976-5.196l-99.733-111.271c-22.266-24.794-60.791-27.094-85.871-5.14l-34.871 30.583c-25.115 21.988-27.473 60.064-5.178 84.886l218.167 243.302c18.087 20.195 47.847 25.97 72.376 14.056 28.189-13.693 62.419-7.035 83.287 16.248l0.784 0.872c13.406 14.964 19.047 34.823 15.482 54.487-3.565 19.668-15.828 36.352-33.65 45.781-80.58 42.644-179.207 25.195-239.843-42.452l-218.181-243.257c-71.907-80.185-64.427-203.258 16.682-274.363l34.864-30.531c37.357-32.743 83.905-48.827 130.298-48.827 54.339 0 108.451 22.079 147.259 65.34l99.747 111.271c22.566 25.192 20.251 63.634-5.256 85.988z' /%3e %3cglyph unicode='&%23xe91a;' glyph-name='pencil-modern' d='M971.41 821.641l-92.040 92.237c-32.867 26.357-72.318 46.121-111.763 46.121-26.295 0-52.595-13.178-72.318-32.943l-124.908-125.175-469.302-463.989c-6.572-6.592-13.15-19.765-19.723-26.351l-78.89-289.89c-6.578-19.765 0-46.121 19.723-65.886 13.15-13.178 26.295-19.765 46.023-19.765 6.572 0 13.15 0 19.723 0l289.271 79.059c13.15 0 19.723 6.592 26.295 19.765l594.204 595.756c13.15 13.173 26.295 39.524 26.295 72.467 0 39.535-19.717 79.064-52.59 118.594zM324.605 140.24l-157.786-46.121 46.017 158.124 403.557 417.868 118.341-118.594-410.129-411.276zM826.775 643.758l-118.341 118.594 65.745 65.886c6.578 0 6.578-6.586 13.15-13.178l92.040-92.237c6.578-6.586 6.578-13.178 13.15-13.178l-65.745-65.886z' /%3e %3cglyph unicode='&%23xe91b;' 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' /%3e %3cglyph unicode='&%23x1f41e;' 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' /%3e %3cglyph unicode='&%23x1f4bb;' 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' /%3e %3cglyph unicode='&%23x1f4f0;' 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' /%3e %3cglyph unicode='&%23x1f4f1;' glyph-name='mobile-portrait' 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-32h1024M772 284v505.988c0 22.112-17.906 40.012-39.994 40.012h-440.012c-22.094 0-39.994-17.914-39.994-40.012v-505.988h520zM772 184h-520v-83.988c0-22.112 17.906-40.012 39.994-40.012h440.012c22.094 0 39.994 17.914 39.994 40.012v83.988zM152 870.009c0 33.132 26.857 59.991 59.994 59.991h600.011c33.134 0 59.994-26.86 59.994-59.991v-850.017c0-33.132-26.857-59.991-59.994-59.991h-600.011c-33.134 0-59.994 26.86-59.994 59.991v850.017z' /%3e %3cglyph unicode='&%23x1f4f2;' glyph-name='mobile-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 185h505.988c22.112 0 40.012 17.906 40.012 39.994v440.012c0 22.094-17.914 39.994-40.012 39.994h-505.988v-520zM251 185v520h-83.988c-22.112 0-40.012-17.906-40.012-39.994v-440.012c0-22.094 17.914-39.994 40.012-39.994h83.988zM937.009 805c33.132 0 59.991-26.857 59.991-59.994v-600.011c0-33.134-26.86-59.994-59.991-59.994h-850.017c-33.132 0-59.991 26.857-59.991 59.994v600.011c0 33.134 26.86 59.994 59.991 59.994h850.017z' /%3e %3cglyph unicode='&%23x1f4fa;' glyph-name='desktop' 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-32h1024M462 66h-150v-100h400v100h-150v114h329.99c33.132 0 60.010 26.858 60.010 59.99v630.021c0 33.131-26.867 59.99-60.010 59.99h-759.98c-33.132 0-60.010-26.858-60.010-59.99v-630.021c0-33.131 26.867-59.99 60.010-59.99h329.99v-114zM172 790.002c0 22.090 17.926 39.998 39.998 39.998h600.003c22.091 0 39.998-17.909 39.998-39.998v-470.005c0-22.090-17.926-39.998-39.998-39.998h-600.003c-22.091 0-39.998 17.909-39.998 39.998v470.005z' /%3e %3cglyph unicode='&%23x1f512;' glyph-name='lock-stroke' horiz-adv-x='768' d='M448.128 960c-176.32 0-319.936-143.488-319.936-320v-64h-128.192v-448c0-105.76 86.24-192 191.936-192h384.064c106.016 0 192 86.24 192 192v512c0 176.512-143.488 320-319.872 320zM256.192 640c0 105.984 86.176 192 191.936 192 105.888 0 191.872-86.016 191.872-192v-64h-383.808v64zM576 64h-384.064c-35.264 0-64 28.736-64 64v320h512.064v-320c0-35.264-28.512-64-64-64zM448 256c0-35.264-28.736-64-64-64-35.488 0-64 28.736-64 64 0 35.488 28.512 64 64 64 35.264 0 64-28.512 64-64z' /%3e %3cglyph unicode='&%23x1f513;' glyph-name='unlock-stroke' horiz-adv-x='768' d='M448.128 960c-176.448 0-319.936-143.616-319.936-320h128c0 105.76 86.048 192 191.936 192s191.872-86.24 191.872-192v-64h-640v-448c0-105.984 86.112-192 191.936-192h384.064c105.888 0 192 86.016 192 192v512c0 176.384-143.488 320-319.872 320zM576 64h-384.064c-35.264 0-64 28.64-64 64v320h512.064v-320c0-35.36-28.736-64-64-64zM448 256c0-35.488-28.64-64-64-64s-64 28.512-64 64c0 35.264 28.64 64 64 64s64-28.736 64-64z' /%3e %3cglyph unicode='&%23x1f517;' glyph-name='link' d='M1005.248 941.248c-24.992 24.992-65.888 24.992-90.88 0l-130.24-130.368c-53.376 35.488-114.624 53.12-176.128 53.12-81.888 0-163.744-31.264-226.24-93.76l-192-192c-109.504-109.376-123.008-278.496-40.736-402.624l-130.24-130.368c-24.992-24.992-24.992-65.504 0-90.496 12.48-12.512 28.832-18.752 45.216-18.752s32.736 6.24 45.248 18.752l130.24 130.368c53.376-35.488 115.008-53.12 176.512-53.12 81.888 0 163.744 31.264 226.24 93.76l191.616 192c109.504 109.376 123.008 278.496 40.736 402.624l130.624 130.368c25.024 24.992 25.024 65.504 0.032 90.496zM799.616 544c0-51.264-20-99.488-56.256-135.744l-191.616-192c-36.256-36.256-84.48-56.256-135.744-56.256-28.992 0-56.736 7.136-82.24 19.264l95.488 95.488c24.992 24.992 24.992 65.504 0 90.496s-65.504 24.992-90.496 0l-95.488-95.488c-12.256 25.376-19.264 53.12-19.264 82.24 0 51.264 20 99.488 56.256 135.744l192 192c36.256 36.256 84.48 56.256 135.744 56.256 28.992 0 56.64-7.136 82.112-19.264l-97.376-97.504c-24.992-24.992-24.992-65.504 0-90.496 12.512-12.512 28.864-18.752 45.248-18.752 16.256 0 32.64 6.24 45.12 18.752l97.248 97.504c12.288-25.376 19.264-53.12 19.264-82.24z' /%3e %3cglyph unicode='&%23x1f58d;' glyph-name='eyedropper' horiz-adv-x='1022' d='M948.96 522.112c99.872 99.808 99.872 261.76 0 361.504-49.888 49.888-115.36 74.88-180.736 74.88-65.312 0-130.816-24.992-180.672-74.88l-18.88-18.88-95.168 95.264-90.24-90.304 95.264-95.2-478.528-478.816v-231.936l125.76-127.744h237.248l476.832 476.992 92-92.064 90.368 90.24-92.128 92.064 18.88 18.88zM330.24 84.256c1.504 48.512-15.264 97.12-52.128 134.016-33.888 33.984-78.112 50.624-122.624 52.128l413.408 413.536 180.576-180.448-419.232-419.232z' /%3e %3cglyph unicode='&%23x1f5a7;' glyph-name='multiple-devices' 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-32h1024M342 86h-110v-100h320v100h-110v34h250.006c33.138 0 59.994 26.859 59.994 59.99v470.019c0 33.13-26.86 59.99-59.994 59.99h-600.011c-33.138 0-59.994-26.859-59.994-59.99v-470.019c0-33.13 26.86-59.99 59.994-59.99h250.006v-34zM132 570.005c0 22.089 17.9 39.995 39.994 39.995h440.012c22.088 0 39.994-17.899 39.994-39.995v-310.010c0-22.089-17.9-39.995-39.994-39.995h-440.012c-22.088 0-39.994 17.899-39.994 39.995v310.010zM892 790.002c0 22.089-17.905 39.998-39.993 39.998h-220.015c-22.069 0-39.993-17.908-39.993-39.998v-80.002h-100v160.010c0 33.131 26.882 59.99 60.001 59.99h379.998c33.138 0 60.001-26.859 60.001-59.99v-630.021c0-33.131-26.882-59.99-60.001-59.99h-179.999v100h100.007c22.069 0 39.993 17.908 39.993 39.998v44.002h-140v100h140v326.002z' /%3e %3cglyph unicode='&%23x1f5b3;' glyph-name='tablet-portrait' 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-32h1024M852 284v505.988c0 22.112-17.908 40.012-39.998 40.012h-600.003c-22.072 0-39.998-17.914-39.998-40.012v-505.988h680zM852 184h-680v-83.988c0-22.112 17.908-40.012 39.998-40.012h600.003c22.072 0 39.998 17.914 39.998 40.012v83.988zM72 870.009c0 33.132 26.877 59.991 60.010 59.991h759.98c33.143 0 60.010-26.86 60.010-59.991v-850.017c0-33.132-26.877-59.991-60.010-59.991h-759.98c-33.143 0-60.010 26.86-60.010 59.991v850.017z' /%3e %3cglyph unicode='&%23x1f5c7;' glyph-name='copy' d='M706.943 704h-631.983c-39.792 0-42.96-8.88-42.96-48.656v-638.687c0-39.776 21.28-48.656 61.056-48.656h631.999c39.776 0 42.944 8.88 42.944 48.656v638.687c0 39.776-21.28 48.656-61.056 48.656zM644.608 64h-487.12c-30.576 0-29.488 9.808-29.488 40.4v463.2c0 30.593-3.2 40.4 27.392 40.4h487.104c30.593 0 29.504-9.808 29.504-40.4v-463.2c0-30.593 3.2-40.4-27.392-40.4zM930.943 927.999h-631.983c-39.792 0-42.96-8.88-42.96-48.656v-175.344h96v87.6c0 30.593-3.2 40.4 27.392 40.4h487.104c30.593 0 29.504-9.808 29.504-40.4v-463.2c0-30.593 3.2-40.4-27.392-40.4h-100.608v-96h181.040c39.792 0 42.96 8.88 42.96 48.656v638.687c0 39.776-21.28 48.656-61.056 48.656z' /%3e %3cglyph unicode='&%23x1f5ca;' glyph-name='paste' d='M154.384-32h712c39.776 0 69.616 14.224 69.616 54v682h-848v-682c0-39.776 26.608-54 66.384-54zM184 608h656v-498.256c0-30.624-23.472-45.744-54.064-45.744h-551.12c-30.576 0-50.816 15.12-50.816 45.744v498.256zM88 874v-266h848v266c0 39.776-29.84 54-69.632 54h-712c-39.76 0-66.368-14.224-66.368-54zM184 786.256c0 30.608 20.24 45.744 50.816 45.744h567.12c30.592 0 38.064-15.136 38.064-45.744v-82.256h-656v82.256z' /%3e %3cglyph unicode='&%23x1f5cb;' glyph-name='document-alt-stroke' horiz-adv-x='768' d='M448 960h-448v-1024h768v704.064l-320 319.936zM128 64v768h256v-256h256v-512h-512z' /%3e %3cglyph unicode='&%23x1f5d1;' glyph-name='trash' 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-32h1024M882 608h80.017c16.55 0 29.983 13.43 29.983 29.997v260.006c0 16.553-13.424 29.997-29.983 29.997h-900.034c-16.55 0-29.983-13.43-29.983-29.997v-260.006c0-16.553 13.424-29.997 29.983-29.997h80.017v-609.996c0-16.582 13.424-30.004 29.983-30.004h680.034c16.547 0 29.983 13.433 29.983 30.004v609.996zM122 818.016c0 11.037 8.962 19.984 20.015 19.984h739.969c11.054 0 20.015-8.971 20.015-19.984v-100.032c0-11.037-8.962-19.984-20.015-19.984h-739.969c-11.054 0-20.015 8.971-20.015 19.984v100.032zM232 588.019c0 11.035 8.968 19.981 19.992 19.981h104.008v-550h-104.008c-11.041 0-19.992 8.946-19.992 19.981v510.037zM668 608h104.008c11.041 0 19.992-8.946 19.992-19.981v-510.037c0-11.035-8.968-19.981-19.992-19.981h-104.008v550zM446 608h132v-550h-132v550z' /%3e %3cglyph unicode='&%23x1f5d7;' glyph-name='layers' horiz-adv-x='1022' d='M0 256l512.032-128 511.968 128v-128l-511.968-128-512.032 128zM0 512l512.032-128 511.968 128v-128l-511.968-128-512.032 128zM0 768l512.032 128 511.968-128v-128l-511.968-128-512.032 128z' /%3e %3cglyph unicode='&%23x1f6e0;' glyph-name='cog' d='M1024 384.992v128l-152.992 63.744c-4.256 12-8.736 23.616-14.24 35.008l61.76 153.76-90.528 90.496-152.384-62.752c-11.616 5.632-23.488 10.368-35.744 14.752l-64.864 152h-128l-63.264-151.488c-12.736-4.512-24.992-9.248-37.12-15.008l-152.128 61.12-90.496-90.496 62.016-150.752c-6.016-12.384-10.88-24.992-15.52-38.016l-150.496-64.352v-128l150.624-62.752c4.64-12.992 9.632-25.632 15.616-38.016l-60.864-151.744 90.496-90.496 151.136 62.24c12.128-5.76 24.512-10.368 37.248-14.752l64.736-151.488h128l63.36 152.256c12.128 4.512 24.128 9.248 35.616 14.752l153.504-61.504 90.496 90.496-63.008 152.736c5.376 11.488 9.76 23.136 14.016 35.008l153.024 65.248zM511.008 256c-105.984 0-192 86.016-192 192s86.016 192 192 192 192-86.016 192-192-86.016-192-192-192z' /%3e %3c/font%3e%3c/defs%3e%3c/svg%3e#VC-Icons") format("svg");font-weight:400;font-style:normal}.vcv-ui-icon{font-family:VC-Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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-thumbs-down:before{content:"\e910"}.vcv-ui-icon-thumbs-up:before{content:"\e911"}.vcv-ui-icon-download:before{content:"\e90a"}.vcv-ui-icon-unlock-fill:before{content:"\e912"}.vcv-ui-icon-lock-fill:before{content:"\e913"}.vcv-ui-icon-error:before{content:"\e900"}.vcv-ui-icon-hub-shop:before{content:"\e909"}.vcv-ui-icon-lock: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-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-plug:before{content:"\e90f"}.vcv-ui-icon-key:before{content:"\e901"}.vcv-ui-icon-lamp:before{content:"\e914"}.vcv-ui-icon-forward:before{content:"\e915"}.vcv-ui-icon-swap:before{content:"\e916"}.vcv-layout-container{width:100%;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout,.vcv-layout-container{height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;direction:ltr}.vcv-layout-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-content,.vcv-layout-header{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background:#282828;overflow:auto}.vcv-layout-content--devices{padding:30px 0;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-content--devices:after,.vcv-layout-content--devices:before{content:"";position:relative;min-width:30px}.vcv-content-full-size .vcv-layout-content{position:absolute;height:0;width:0}.vcv-layout-iframe-container{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;width:100%;background:#fff;margin:auto}.vcv-layout-iframe-container--mobile{-webkit-overflow-scrolling:touch;overflow-y:scroll}.vcv-layout-iframe-container-editor--sidebars{width:480px}.vcv-layout-iframe-overlay{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0}.vcv-layout-iframe,.vcv-layout-iframe-wrapper{width:100%;height:100%;overflow:auto;border:0;position:absolute}.vcv-layout-bar{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;z-index:1130;background:linear-gradient(180deg,#1a399d,#693bc5);box-shadow:1px 0 10px 0 rgba(0,0,0,.3)}.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{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3000;background:rgba(0,0,0,.6);transition:opacity .2s ease-in-out}.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:"";position:absolute;left:0;right:0;height:10px}.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{top:-10px;box-shadow:inset 0 -10px 10px -10px rgba(0,0,0,.3)}.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{position:absolute;top:0;left:0;width:100%;height:100%}.vcv-layout-bar-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content,.vcv-layout-bar-header{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-bar-content{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;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{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content-all>*,.vcv-layout-bar-content-start>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;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{-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content-end>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-layout-bar-content-end:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-toggle{position:absolute;left:0;top:0;height:61px;width:34px;color:#fff;transition:all .2s ease-in-out}.vcv-layout-bar-content-toggle-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-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{text-decoration:none;position:absolute;right:10px;top:0;height:61px;width:34px;color:#fff;transition:all .2s ease-in-out;cursor:pointer}.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{right:auto;left:10px}.vcv-layout-bar-content-hide-icon:before{font-size:1.2em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-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]{-webkit-flex:initial;-ms-flex:initial;flex:initial;position:relative;border-color:#f6f6f6;border-style:solid;border-radius:25px}.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{content:"";border:3px solid #dedede;border-radius:50%;position:absolute;width:38px;height: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%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='66' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23DEDEDE' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Crect x='16' y='1' width='50' height='4' rx='2'/%3E%3C/g%3E%3C/svg%3E");position:absolute;top:-36px;left:50%;-webkit-transform:translateX(-50%);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;-webkit-transform:translateY(50%);transform:translateY(50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='66' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23DEDEDE' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Crect x='16' y='1' width='50' height='4' rx='2'/%3E%3C/g%3E%3C/svg%3E");position:absolute;top:50%;left:-56px;-webkit-transform:translateY(-50%) rotate(-90deg);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%;-webkit-transform:translateX(-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;-webkit-transform:translateY(50%);transform:translateY(50%)}.vcv-layout-dock.vcv-layout-dock--top.vcv-layout-dock--unlock .vcv-layout-bar-content{position:absolute;top:100%;bottom:auto;left:0;right:0}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile{height:calc(100vh - 60px);overflow:hidden;min-width:0}.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{width:100%;min-width:0}.vcv-layout-dock.vcv-layout-dock--bottom.vcv-layout-dock--unlock .vcv-layout-bar-content{position:absolute;top:auto;bottom:100%;left:0;right:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{position:fixed}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;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{-webkit-flex-grow:1;-ms-flex-positive:1;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{width:auto!important;height:auto!important;left:auto!important;top: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{width:auto!important;height:auto!important;left:auto!important;top: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;width:400px;min-height:200px;min-width:410px}.vcv-layout-dock .vcv-layout-bar-content-start{height:20vh;width:400px;min-height:100px;min-width:383px}.vcv-layout-dock .vcv-layout-bar-content-end{min-height:200px;min-width:384px}.vcv-layout-dock .vcv-layout-bar-content-all{height:20vh;width:100%;min-height:100px;min-width:383px}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{width:400px;min-width:410px}.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{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;background:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;word-wrap:break-word}.vcv-start-blank-container.vcv-ui-state--visible .vcv-start-blank-inner{opacity:1}.vcv-start-blank-scroll-container{overflow:auto;width:100%;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-start-blank-inner{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:70px 20px;position:relative;opacity:0;transition:opacity .5s ease-in-out}.vcv-start-blank-page-heading{font-family:Montserrat,serif;line-height:normal;font-size:30px;color:#363636;letter-spacing:.045em;-webkit-font-smoothing:antialiased}.vcv-start-blank-inner .vcv-start-blank-title-input{width:90%;border:1px solid #e1e1e1;box-shadow:none;color:#000;font:normal normal 700 14px Montserrat,sans-serif;-webkit-font-smoothing:antialiased;padding:14px;letter-spacing:.077em;margin:0 0 14px}.vcv-start-blank-inner .vcv-start-blank-title-input::-webkit-input-placeholder{opacity:1;color:#bdbdbd}.vcv-start-blank-inner .vcv-start-blank-title-input:-ms-input-placeholder{opacity:1;color:#bdbdbd}.vcv-start-blank-inner .vcv-start-blank-title-input::placeholder{opacity:1;color:#bdbdbd}.vcv-start-blank-controls .vcv-start-blank-title-input{width:100%}.vcv-hfs-start-blank-form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:50px 0 0}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button{width:90%;padding:16px;background:#283aa4;color:#fff;border:none;text-transform:uppercase;font:normal normal 700 14px Montserrat,sans-serif;-webkit-font-smoothing:antialiased;letter-spacing:.077em;cursor:pointer;transition:background .2s ease-in-out}.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{margin:0 -15px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-start-blank-item-list-container,.vcv-start-blank-item-list-container .vcv-ui-item-overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-start-blank-item-list-container .vcv-ui-item-control{padding:.6em;font-size:16px;cursor:pointer;transition:color .2s ease-in-out}.vcv-start-blank-item-list-container .vcv-start-blank-item-list{margin-left:0;margin-right:0;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-start-blank-description{margin-top:42px;color:#9a9a9a;-webkit-font-smoothing:antialiased;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif}.vcv-start-blank-title-input-container{width:100%;max-width:650px;padding:0 15px}.vcv-start-blank-button-container{margin:44px -9px 0}.vcv-start-blank-button-container .vcv-ui-form-button{margin-left:9px;margin-right:9px;width:100%;max-width:220px}@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-title-input{width:390px}}@media screen and (min-width:544px){.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-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-title-input{width:430px}}.vcv-loading-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-loading-overlay{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;background:#fff;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-loading-overlay,.vcv-loading-overlay-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-loading-overlay-inner{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.vcv-loading-dots-container{width:60px;height:60px;text-align:center;-webkit-animation:vcvDotsRotate 2s linear infinite;animation:vcvDotsRotate 2s linear infinite}.vcv-loading-dots-container .vcv-loading-dot{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#eee;border-radius:100%;-webkit-animation:vcvDotsBounce 2s ease-in-out infinite;animation:vcvDotsBounce 2s ease-in-out infinite}.vcv-loading-dots-container .vcv-loading-dot-2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes vcvDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vcvDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes vcvDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes vcvDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.vcv-loading-text{position:relative;margin-top:20px;text-align:center;color:#c2c2c2;padding:0 20px}.vcv-loading-text-main{font-size:16px;margin:.6em 0;line-height:1.5}.vcv-loading-text-helper{font-style:italic;font-size:13px;margin:.6em 0;line-height:1.5}.vcv-freshdesk-iframe{height:580px;width:640px;max-height:100%;max-width:100%;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;display:none;z-index:100001;border:0}.vcv-skip-post-update-block .vcv-popup-button{color:#c2c2c2}.vcv-screen-section{position:relative;-webkit-font-smoothing:antialiased;box-sizing:border-box;text-align:center}.vcv-screen-section .vcv-logo{margin:17px 0 10px}.vcv-screen-section *{box-sizing:border-box}.vcv-screen-content{opacity:0;transition:opacity .5s;padding:20px;min-height:100vh;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-screen-content.vcv-activation-content--active,.vcv-screen-content.vcv-screen-content--active{opacity:1}.vcv-error-screen .vcv-screen-text{text-align:center;font-family:Montserrat,sans-serif;line-height:22px;letter-spacing:.56px;font-weight:600;font-size:18px;margin:31px 0 6px}.vcv-error-screen .vcv-screen-helper-text{font-family:Nunito Sans,sans-serif;font-weight:500;font-style:italic;color:#999;font-size:13px;letter-spacing:.82px;margin:0;line-height:24px}.vcv-screen-button-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px;margin-top:20px}.vcv-screen-button-container a.vcv-screen-button,.vcv-screen-button-container button.vcv-screen-button{text-decoration:none;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.92px;line-height:15px;font-size:12px;color:#fff;border:0;padding:18px 38px;border-radius:0;background:#294a82;text-transform:uppercase;min-width:210px;margin:10px 20px;outline:none;transition:background .2s ease-in-out;cursor:pointer}.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{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;z-index:1200}.vcv-popup-error-description{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.vcv-popup-error-description .vcv-logo,.vcv-popup-error-description .vcv-popup-heading{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-popup-heading{margin:55px auto 35px}.vcv-popup-error-description .vcv-popup-loading-heading{max-width:700px;line-height:1.5;margin:0 auto 70px;font-size:1em;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-button-container{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-popup-button{padding:16px 46px;color:inherit}.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{font:normal normal normal 16px Montserrat,sans-serif;letter-spacing:.077em;display:block;font-size:1em}.vcv-loading-overlay .vcv-popup-button{display:inline-block;background:transparent;font:normal normal 700 12px Montserrat,sans-serif;letter-spacing:.077em;text-transform:uppercase;border:2px solid #c2c2c2;transition:color .2s ease-in-out,border-color .2s ease-in-out;margin-bottom:10px;max-width:100%;border-radius:0}.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{cursor:pointer;color:#a0a0a0;border-color:#a0a0a0}[data-vcv-send-error-report]{margin-left:30px}.vcv-popup-error-with-button a,.vcv-popup-error-with-button button{text-transform:capitalize;padding:13px 17px;margin:0}.vcv-popup-error-with-button .vcv-error-message{display:block;margin-bottom:20px}@media screen and (min-width:768px){.vcv-popup-error-with-button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-popup-error-with-button .vcv-popup-button{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:0}.vcv-popup-error-with-button .vcv-popup-button:hover{cursor:pointer;background:#fff;border-color:#fff;color:#fa6262}.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{text-align:left;padding-right:30px;display:inline-block;margin-bottom:0}}.vcv-skip-post-update-block{position:absolute;bottom:0;left:0;right:0;-webkit-transform:translateY(120%);transform:translateY(120%);text-align:center}.vcv-skip-post-update-block.vcv-popup--hidden{display:none}.vcv-skip-post-update-block .vcv-popup-button{padding:16px 46px}.vcv-ui-resizer{position:absolute;pointer-events:all;display:none;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{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0}.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{width:100%;height:10px;left:0}.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%;width:10px;top:0}.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{width:20px;height: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{left:-13px;bottom:-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{right:-13px;bottom:-13px}.vcv-ui-resizer-layout-bar-left-top{left:-13px;top:-13px}.vcv-tooltip-container{position:relative;display:inline-block;margin-left:8px;margin-right:0;width:14px;height:14px}.vcv-tooltip-container .vcv-tooltip-box{position:absolute;z-index:99999;width:234px;padding:10px 15px;background-color:#16243f;border-radius:5px;top:25px;left:7px;font-size:12px;letter-spacing:.92px;font-family:Roboto,sans-serif;font-weight:500;font-style:italic;color:#9ea6b3;text-align:center;box-shadow:0 0 10px 0 rgba(0,0,0,.8);white-space:normal;line-height:20px;-webkit-font-smoothing:antialiased}.vcv-tooltip-container .vcv-tooltip-box a{color:#fff;text-decoration:underline;transition:-webkit-text-decoration .05s ease-in-out;transition:text-decoration .05s ease-in-out;transition:text-decoration .05s ease-in-out,-webkit-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{display:block;cursor:pointer;color:#bcbcbc;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{content:"";display:block;position:absolute;border:5px solid transparent;border-bottom-color:#16243f;left:2px;top:15px;z-index:999999}.vcv-tooltip-container--box-position--top .vcv-tooltip-box{top:-11px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vcv-tooltip-container--box-position--top .vcv-ui-icon-question.vcv-ui-icon--active:after{top:-1px;-webkit-transform:translateY(-100%);transform:translateY(-100%);border-color:#16243f transparent transparent}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.vcv-ui-editor-search-container .vcv-tooltip-container{position:absolute;top:0;right:-32px;bottom:0;margin:auto}.rtl .vcv-ui-editor-search-container .vcv-tooltip-container{right:auto;left:-32px}.vcv-ui-form-wp-tinymce .vcv-tooltip-container{margin-right:8px;vertical-align:middle}.rtl .vcv-ui-form-wp-tinymce .vcv-tooltip-container{margin-right:0;margin-left:8px}.vcv-ui-color-picker-dropdown{margin-right:4px}.rtl .vcv-ui-color-picker-dropdown{margin-right:0;margin-left:4px}.vcv-ui-sketch-picker{display:inline-block}.vcv-ui-form-dropdown-color-swatch{width:16px;height:16px;position:relative;border-radius:3px;margin:2px 0 3px}.vcv-ui-form-dropdown-color-swatch:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;border-radius:inherit;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-size:12px 12px;background-position:0 0,6px 6px;background-repeat:repeat}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--transparent:before{background-size:cover;background-color:transparent;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAG5JREFUOBFjZCATvI+MtP//9+9aRnL0wzUzMweTbACyZsHlyw+SZAC6ZpDriTYAm2aiDcClmSgD8GkmaAAhzXgNIEYzTgOI1YzVAFI0YxhAqmYUA8jRDDeAXM1gAyjRDDKACZwlgbkKlDFAAqQCAB5beZgTNEIdAAAAAElFTkSuQmCC")}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color:before{content:"-";background:none;left:0;right:0;top:0;bottom: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;height:100%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.14902);position:relative}.vcv-ui-form-dropdown-color-popover{position:relative;z-index:2;margin-top:4px}.vcv-ui-color-picker-panel{padding:10px;box-sizing:initial;background:#fff;border-radius:3px;border:1px solid #d1d1d1;margin-top:4px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:200px;direction:ltr}.vcv-media--sm .vcv-ui-color-picker-panel{width:365px}.vcv-ui-color-picker-custom-color,.vcv-ui-color-picker-presets-color{width:100%;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.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-right:1px solid #eee;border-bottom:none;padding:0 10px;width:auto}.vcv-ui-color-picker-used-stack{margin:0 0 -10px -10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-media--sm .vcv-ui-color-picker-used-stack{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-color-picker-presets-color{margin:0 0 -10px -10px;padding-top:10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.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{font-size:16px;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:1px;margin-top:0;-webkit-font-smoothing:antialiased;text-transform:capitalize}.vcv-ui-replace-element-description,.vcv-ui-section-description{font-size:13px;font-weight:500;color:#999;font-style:italic;letter-spacing:1px;margin-bottom:23px}.vcv-ui-replace-element-container{overflow:hidden;position:relative;margin-bottom:30px}.vcv-ui-replace-element-hide{position:absolute;z-index:1;top:0;right:18px;height:25px;width:25px;color:#c6c6c6;display:inline-block;cursor:pointer}.vcv-ui-replace-element-hide:before{font-size:.8em}.vcv-ui-replace-element-list{margin:0 -15px -30px;list-style:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.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{position:absolute;height:100%;width:100%;background:rgba(0,0,0,.1);transition:opacity .3s ease;opacity:0;pointer-events:none}.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:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:-20px;margin-right:-20px;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.vcv-ui-form-layout-description{color:#a9a9a8;font-style:italic;display:inline-block;margin-bottom:25px}.vcv-ui-form-layout-layouts-col{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-basis:60px;-ms-flex-preferred-size:60px;flex-basis:60px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.vcv-ui-form-layout-layouts-col>span{height:40px;border:2px solid #d1d1d1;-webkit-flex:1;-ms-flex:1;flex:1;background:#fff}.vcv-ui-form-layout-layouts-col.vcv-ui-state--active>span{border-color:#2b4b80}.vcv-ui-form-layout-layouts-col{margin-left:20px;margin-right:20px;margin-bottom: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-right:2px;margin-left:0}.vcv-ui-form-layout-custom-layout-columns{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-layout-custom-layout-columns .vcv-ui-form-layout-custom-layout-col{-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-form-layout-custom-layout-input-wrapper .vcv-ui-form-layout-custom-layout-input{width:95%}.vcv-ui-form-layout-reverse-column-toggle{margin-top:3px}.vcv-ui-form-responsiveness-settings-devices{display:-webkit-flex;display:-ms-flexbox;display:flex;background:#283aa4;color:#fff}.vcv-ui-form-responsiveness-settings-devices-item{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;text-align:center;padding:12px 0;border-right:1px solid hsla(0,0%,100%,.1)}.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{margin-bottom:0;font-size:10px}.vcv-ui-form-responsiveness-settings-hide-labels .vcv-ui-form-responsiveness-settings-devices-item-title{display:none}.vcv-ui-form-responsiveness-settings-options{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-responsiveness-settings-device-layout{border-right:1px solid #d1d1d1;-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;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{border-bottom:1px solid #d1d1d1;background:#fff;padding:5px 0;transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input,.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-radius:0;padding:0;text-align:center;border:0;box-shadow:none}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input:focus{border:0;box-shadow:none;-webkit-animation:none;animation:none}.vcv-ui-tag-list-item{display:inline-block;background-color:#283aa4;color:#fff;margin:1px 3px;border-radius:2em;padding:1px 11px;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;pointer-events:auto}.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;cursor:pointer;color:#fff;font-size:.9em;padding:2px;margin:-2px -6px -2px 6px}.rtl .vcv-ui-tag-list-item-remove{margin:-2px 6px -2px -6px}.vcv-ui-tag-list-container{position:relative}.vcv-layout-header .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input{display:block}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input{transition:none;resize:none;word-wrap:break-word;word-break:break-all}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled{position:absolute;opacity:0;pointer-events:none}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list{cursor:text;min-height:30px;padding:3px 2px}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{position:fixed;background:#fff;padding:0;z-index:1111;margin-bottom:5px;max-width:70px;transition:none;overflow:auto;overflow-x:hidden}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input>:first-child,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea>:first-child,.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-ajax-form-container input,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{display:none}}.vcv-ui-suggest-box-item{box-sizing:border-box;padding:5px 10px;display:block;cursor:pointer;transition:background-color .2s ease-in-out;border-top:1px solid #d1d1d1}.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{position:absolute;z-index:5;right:14px;top:0;bottom:0;margin:auto}.vcv-ui-tag-list-item-validating,.vcv-ui-tag-list-item-validating:hover{background-color:#c6c6c6}.vc-tags{position:relative;background:#fff;padding:6px 0 0 6px;border:1px solid #d1d1d1;border-radius:3px;font-size:12px;font-weight:400;line-height:1.5;font-family:Roboto,sans-serif;cursor:text;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;-webkit-font-smoothing:antialiased}.vc-tags.is-focused,.vc-tags:hover{border-color:#c4c4c4}.vc-tags.is-focused{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;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{display:inline-block;box-sizing:border-box;margin:0 6px 6px 0;padding:1px 3px 1px 6px;border-radius:2em;background:#283aa4;color:#fff;font-weight:700;font-size:inherit;line-height:inherit;transition:all .2s;-webkit-font-smoothing:antialiased;border:3px solid #283aa4;position:relative}.vc-tags--selected-tag .vcv-ui-icon{cursor:pointer;vertical-align:middle;display:inline-block;padding:4px;margin-left:3px;font-weight:700;font-size:10px}.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{vertical-align:middle;outline:none}.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;padding:5px 2px;margin-bottom:6px;max-width:100%}.vc-tags--search-input{max-width:100%;margin:0;padding:0;border:0;outline:none;font-size:inherit;line-height:inherit;color:#5c5b5b}.vc-tags--search-input::-ms-clear{display:none}.vc-tags--suggestions{position:absolute;top:100%;left:0;width:100%;z-index:99999;margin:4px 0}.vc-tags--suggestions--top{top:0;-webkit-transform:translateY(-100%);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{margin:0;padding:0;list-style:none;background:#fff;border:none;width:100%;inset:auto!important;max-height:120px;border-radius:5px;box-shadow:0 0 6px rgba(0,0,0,.15)}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-content::-webkit-scrollbar{display:none}.vc-tags--suggestions .vc-tags--suggestion{padding:6px 8px;margin:0;color:#70747c;font-weight:500;font-style:italic;transition:background .2s}.vc-tags--suggestions .vc-tags--suggestion mark{text-decoration:underline;background:none;font-weight:600;color:#37383a}.vc-tags--suggestions .vc-tags--suggestion:hover{cursor:pointer;background:#f0f1f2}.vc-tags--suggestions .vc-tags--suggestion.is-active{background:#f0f1f2}.vc-tags--suggestions .vc-tags--suggestion.is-disabled{opacity:.5;cursor:auto}.vc-tags--suggestion-prefix{font-weight:600;font-style:normal;-webkit-font-smoothing:antialiased}.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{padding:15px 7px 15px 5px;color:#fff;background:#203251}.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-item--dragging{z-index:10000;background:#203251;color:#fff}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:15px 20px;height:46px;border:1px dashed #000;color:#000;cursor:pointer;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{position:fixed;overflow:hidden;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:10000}.vcv-gutenberg-modal .vcv-loading-overlay{top:20px;left:20px;right:20px;bottom:20px;background:#fff;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:1}.vcv-gutenberg-modal-inner{background:#fff;position:fixed;top:20px;left:20px;right:20px;bottom:20px}.vcv-gutenberg-modal-inner iframe{width:100%;height:100%}button.vcv-gutenberg-modal-close-button{position:absolute;top:25px;right:25px;color:rgba(0,0,0,.5);background:transparent;border:0;box-shadow:none;transition:color .2s ease-in-out;font-size:16px;padding:5px;cursor:pointer;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{margin:5px 9px;width:calc(100% - 18px);cursor:text;border:1px solid #ddd;box-shadow:none;outline:none;padding:4px 4px 4px 24px;box-sizing:border-box;line-height:19px;border-radius:0;background:transparent;display:inline-block;font-size:14px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:0;margin:2px 0 0;background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2)}.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{max-height:350px;overflow-x:hidden;overflow-y:auto;margin:5px 0 0;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{display:block;padding:3px 10px;clear:both;font-weight:400;line-height:16px;height:22px;color:#333;white-space:nowrap;text-decoration:none;box-sizing:border-box;text-indent:-9999px;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;transition:box-shadow .2s,opacity .2s}.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{opacity:.7;text-decoration:none;box-shadow:0 0 0 1px #a9a9a9}.vcv-ui-tinymce-fonts-selectbox-input-box:before{content:"\2315";color:#c5c5c5;position:absolute;top:12px;left:15px;font-family:VC-Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
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:-webkit-flex;display:-ms-flexbox;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;text-decoration:none;transition:.2s;cursor:pointer}.vcv-ui-form-helper--action:hover{color:#515162;text-decoration:underline}.vcv-ui-form-helper--action:focus{outline:none;box-shadow: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;vertical-align:baseline;margin:8px}.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}@-webkit-keyframes vcv-ui-form-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}}@keyframes vcv-ui-form-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}}@-webkit-keyframes vcv-ui-form-shadow-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1);border-color:#c4c4c4}}@keyframes vcv-ui-form-shadow-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1);border-color:#c4c4c4}}.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]{width:auto;display:inline-block;vertical-align:middle}.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]{line-height:normal;height:16px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]+label{display:inline-block;margin-right:1em;margin-left:.4em;margin-bottom:.2em}.vcv-layout-header .vcv-ui-ajax-form-container .vcv-ui-wp-spinner:before{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='gray'/%3E%3C/svg%3E") 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{padding:0;margin:0;list-style:none}.vcv-ui-form-attach-image-items:after{content:" ";display:table;clear:both}.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{position:relative;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;padding:10px;border-radius:5px;transition:box-shadow .2s ease-in-out}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;outline:none;line-height:1;text-decoration:none;color:#c6cbd4;font-size:16px;height:2em;width:2em;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;cursor:pointer}.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{width:auto;height:auto;margin-left:-9px;cursor:move}.rtl .vcv-ui-form-attach-image-item-inner{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vcv-ui-form-attach-image-item-add-control{display:-webkit-flex;display:-ms-flexbox;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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;position:relative;height:50px;padding:0;border:2px solid #c6cbd4;border-radius:5px;line-height:1;font-size:18px;color:#c6cbd4;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;cursor:pointer}.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,.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{color:#ababab;text-decoration:none}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control{background:#fff}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control{border:none;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.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:0 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-right:0;margin-left:5px}.vcv-ui-form-attach-image-thumbnail{overflow:hidden;position:relative;min-height:60px;min-width:60px;margin:0;padding:0;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-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-form-attach-image-thumbnail img{max-height:100%;max-width:none;width:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:none;background-color:transparent}.vcv-ui-form-attach-image-item-view--portrait .vcv-ui-form-attach-image-thumbnail img{max-height:none;height:auto;max-width:100%}.vcv-ui-form-attach-image-item-controls{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.rtl .vcv-ui-form-attach-image-item-controls{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vcv-ui-form-attach-image-description{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 15px;overflow:hidden}.vcv-ui-form-attach-image-description span{-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;color:#5c5b5b;font-family:Roboto,sans-serif;font-weight:500;font-size:14px;line-height:19px;letter-spacing:.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-form-attach-image-description i{margin-top:-15px;font-size:12px;line-height:20px;letter-spacing:.92px;color:#999}.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{width:auto;padding:6px 8px;line-height:13px}.vcv-ui-form-attach-image-filter{color:#484848;width:80px;position:relative;text-align:center;cursor:pointer;display:block;margin:0 auto}.vcv-ui-form-attach-image-filter-toggle{margin-top:10px}.vcv-ui-form-attach-image-filter-block{border-top:1px solid #ededed;border-bottom:1px solid #ededed;padding:0 20px;margin:20px -20px;box-shadow:inset 0 -180px 150px -160px #fbfbfb,inset 0 180px 150px -160px #fbfbfb;position:relative}.vcv-ui-form-attach-image-filter-container{width:calc(100% + 20px);overflow:hidden;position:relative}.vcv-ui-form-attach-image-filter-list{list-style-type:none;padding:20px 2px 10px;margin:0;white-space:nowrap;overflow-x:auto}.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{max-height:100%;max-width:none;width:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:none;background-color:transparent}.vcv-ui-form-attach-image-filter-content{position:relative;display:block;height:80px;overflow:hidden;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-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.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{white-space:normal;display:block;margin:5px 0;color:#6f747b;font-size:12px}.vcv-ui-form-button{display:inline-block;margin:0;text-align:center;vertical-align:middle;cursor:pointer;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:3px;box-sizing:border-box;word-wrap:break-word;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;font-weight:700;line-height:1.5;padding:5px 14px;font-size:12px;transition-property:color,background,border,opacity,-webkit-transform;transition-property:color,background,border,opacity,transform;transition-property:color,background,border,opacity,transform,-webkit-transform;transition-duration:.2s;transition-timing-function:ease-in-out}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled){color:#f3f3f3;background-color:#d8d8d8;cursor:not-allowed}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled):hover{background-color:#d8d8d8}.vcv-ui-form-button .vcv-ui-icon{position:relative;width:1em;height:1em;line-height:inherit;display:inline-block;vertical-align:middle;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.vcv-ui-form-button .vcv-ui-icon+*{margin-left:1em}.vcv-ui-form-button .vcv-ui-icon:before{position:absolute;font-size:1.35em;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-form-button--large{background:#283aa4;padding:16px 34px;font-family:Montserrat,sans-serif;font-size:12px;letter-spacing:.077em;text-transform:uppercase;color:#fff;-webkit-font-smoothing:antialiased;margin-bottom:12px;max-width:100%;box-shadow:none;border:none;border-radius:0}.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{text-decoration:none;box-shadow:none;border:none}.rtl .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:1em}.vcv-ui-form-button--default{color:#707070;background-color:#fff;border-color:#d1d1d1}.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{color:#fff;background-color:#283aa4;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{width:40px;height:40px}.vcv-ui-lock-control-container .vcv-ui-wp-spinner:before{height:27px;width:27px;opacity:.5}.vcv-ui-form-buttons-group{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;border-radius:3px;overflow:hidden}.vcv-ui-form-buttons-group>.vcv-ui-form-button{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;margin-left:1px;margin-bottom:1px;border-radius:0;font-weight:700}.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{margin:0;padding:0;border:0;border-left:1px solid #d0d0d0;font-size:11px;font-weight:700;background:#fff;min-width:40px;height:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#6f747b}.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{margin:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding:14px 24px;background:#fff;border:none;border-left:1px solid #d0d0d0;color:#6f747b;border-radius:0;cursor:pointer;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;vertical-align:middle;padding-left:2em;padding-right:1em;position:relative;font-weight:700;font-size:12px;margin:0 0 10px}.vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{position:absolute;top:-1px;left:0;display:block;width:18px;height:18px;font-size:1em;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;text-align:center;color:#283aa4}.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{-webkit-animation:vcv-ui-form-blink .4s ease-out;animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-checkbox>input:checked+.vcv-ui-form-checkbox-indicator:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.vcv-ui-form-checkbox>input+.vcv-ui-form-checkbox-indicator:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;content:"";font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.85em;height:8px;width:8px;background-color:#283aa4}.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-right:2em;padding-left:1em}.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{padding:11px 14px;font-size:10px;font-weight:700;letter-spacing:.5px;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-sizing:border-box;padding:8px 14px;font-size:14px;line-height:1.5;box-shadow:none;vertical-align:middle;outline:none;margin:0 2% 0 0;width:23%;height:40px}.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{display:block;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;box-shadow:none}.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-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon{position:absolute;border:inherit;border-radius:inherit;top:-1px;bottom:-1px;left:100%;display:none;background-color:#eaeaea;color:#707070;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease-in-out}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-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-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open) .vcv-ui-icon{visibility:visible;display:block;width:40px;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-ui-color-picker .vcv-ui-form-input-group{box-sizing:border-box;width:75%;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.vcv-ui-color-picker .vcv-ui-form-input-group-button{overflow:visible}.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-ajax-form-container select,.vcv-ui-form-dropdown{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-sizing:border-box;box-shadow:none;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%;-webkit-appearance:none;appearance:none}.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{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;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){width:auto;padding:8px 2.5em 8px 14px}.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("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") left 1em center no-repeat #fff;padding:8px 14px 8px 2em}.vcv-ui-form-dropdown-style--inline{width:auto}.vcv-ui-editor-dropdown-input-container{display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:3px;margin:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-dropdown{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container textarea,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input{width:auto;border:none;padding-left:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container input:focus,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container textarea:focus,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input:focus{-webkit-animation:none;animation:none;box-shadow:none}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding-left:10px;border:1px solid #d1d1d1;border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-ui-editor-dropdown-input-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px}.vcv-ui-editor-dropdown-input-icon-container .vcv-ui-icon-dropdown-input{color:#c5c5c5;font-size:19px}.vcv-ui-editor-dropdown-input-dropdown-container{position:relative;display:inline-block;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;background-color:#fff;border-top-left-radius:3px;border-bottom-left-radius:3px;border:1px solid #d1d1d1;border-right:0}.vcv-ui-editor-dropdown-input-dropdown-container:before{content:attr(data-content);position:absolute;top:0;right:0;bottom:0;left:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:#5c5b5b;padding:8px 2em 8px 14px;line-height:normal;border-right:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat}.rtl .vcv-ui-editor-dropdown-input-dropdown-container{border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border:1px solid #d1d1d1;border-left:0}.rtl .vcv-ui-editor-dropdown-input-dropdown-container:before{padding:8px 14px 8px 2em;border-right:0;border-left:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") left 1em center no-repeat}.rtl .vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{padding-right:10px;border-radius:3px;border:1px solid #d1d1d1;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-editor-field-highlight{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;outline:none;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-check-new-form-elements{margin:3rem auto;width:50vw}.vcv-ui-iconpicker-picker-dropdown{min-height:36px}.vcv-ui-form-iconpicker-content{border-radius:3px;border:1px solid #d1d1d1;margin-top:4px;padding:0;display:none}.vcv-ui-form-iconpicker-content.vcv-ui-form-state--active{display:block}.vcv-ui-form-iconpicker-content-heading{padding:14px 14px 7px;background-color:#f5f5f5;border-bottom:1px solid #ebebeb}.vcv-ui-form-iconpicker-content-heading>*{margin-bottom:7px}.vcv-ui-form-iconpicker-options{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;max-height:300px;overflow:auto}.vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-right:0;border-bottom:0;-webkit-flex:1 1 80px;-ms-flex:1 1 80px;flex:1 1 80px;height:40px;width:80px;font-size:1rem;position:relative;margin-top:-1px;margin-left:-1px;color:#5c5b5b;background-color:#fff;cursor:pointer;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-iconpicker-option>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-form-iconpicker-option.vcv-ui-form-state--active,.vcv-ui-form-iconpicker-option:hover{color:#fff;background-color:#283aa4}.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-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;color:#5c5b5b;font-size:12px;font-weight:400;line-height:1.5;padding:5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%;height:auto;box-shadow:none;min-height:auto}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-editor-save-preset-field,.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-editor-save-template-field,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-editor-save-preset-field,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-editor-save-template-field,.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{font-size:14px}.vcv-layout-header .vcv-ui-ajax-form-container input::-ms-clear,.vcv-layout-header .vcv-ui-ajax-form-container textarea::-ms-clear,.vcv-layout-header .vcv-ui-form-input::-ms-clear{display:none}.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container input:hover,.vcv-layout-header .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea:hover,.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-form-input:focus{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;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-ajax-form-container input::-webkit-input-placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea::-webkit-input-placeholder,.vcv-layout-header .vcv-ui-form-input::-webkit-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input:-ms-input-placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea:-ms-input-placeholder,.vcv-layout-header .vcv-ui-form-input:-ms-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input::placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea::placeholder,.vcv-layout-header .vcv-ui-form-input::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input:disabled,.vcv-layout-header .vcv-ui-ajax-form-container input[disabled],.vcv-layout-header .vcv-ui-ajax-form-container input[readonly],.vcv-layout-header .vcv-ui-ajax-form-container textarea:disabled,.vcv-layout-header .vcv-ui-ajax-form-container textarea[disabled],.vcv-layout-header .vcv-ui-ajax-form-container textarea[readonly],.vcv-layout-header .vcv-ui-form-input:disabled,.vcv-layout-header .vcv-ui-form-input[disabled],.vcv-layout-header .vcv-ui-form-input[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-form-input--error,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-form-input--error,.vcv-layout-header .vcv-ui-form-input.vcv-ui-form-input--error{border-color:#f44}.vcv-layout-header textarea.vcv-ui-ajax-form-container input,.vcv-layout-header textarea.vcv-ui-ajax-form-container textarea,.vcv-layout-header textarea.vcv-ui-form-input{overflow:auto;resize:vertical;height:10em}.vcv-layout-header .vcv-ui-form-input-group{display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:50%;width:auto;position:relative;margin-left:-1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:hover,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:hover,.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-ajax-form-container input:not(:first-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:not(:first-child),.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-ajax-form-container input:not(:last-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:not(:last-child),.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-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon{background:#f5f5f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto;margin-left:-1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon: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-group-addon:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto;margin-left:-1px;position:relative}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button: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-group-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:hover{z-index:10}.vcv-ui-ajax-form-container select.vcv-ui-color-picker-dropdown,.vcv-ui-form-dropdown.vcv-ui-color-picker-dropdown{font-size:14px;font-weight:400;line-height:16px;color:#c5c5c5;font-style:italic;text-align:center}.vcv-ui-input-search{position:relative}.vcv-ui-input-search .vcv-ui-form-input-search-addon{display:block;background:transparent;color:#c5c5c5;font-size:14px;padding:8px 14px;font-weight:400;line-height:1.5;position:absolute;top:0;bottom:0;pointer-events:none}.vcv-ui-input-search .vcv-ui-form-input-search-addon>*{position:absolute;top:50%;-webkit-transform:translateY(-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-ajax-form-container input:not(:first-child),.vcv-ui-input-search .vcv-ui-ajax-form-container textarea:not(:first-child),.vcv-ui-input-search .vcv-ui-form-input:not(:first-child){padding-left:35px}.vcv-ui-input-search .vcv-ui-ajax-form-container input:not(:last-child),.vcv-ui-input-search .vcv-ui-ajax-form-container textarea:not(:last-child),.vcv-ui-input-search .vcv-ui-form-input:not(:last-child){padding-right:35px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-flex-grow:0;-ms-flex-positive: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{width:80px;background-color:#f5f5f5;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-layout-header .vcv-ui-form-input-select-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #d1d1d1;border-radius:3px;font-size:14px;margin-top:4px;padding:5px;background:#fff}.vcv-layout-header .vcv-ui-form-input-select-item{width:32%;min-height:35px;padding:5px 5px 5px 14px;margin:3px 0;cursor:pointer;border-radius:3px}.vcv-layout-header .vcv-ui-form-input-select-item span{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block}.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-ajax-form-container input,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container textarea,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-right:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-bottom-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-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-input{-webkit-flex-grow:0;-ms-flex-positive:0;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-top-right-radius:0;border-bottom-right-radius:0;padding-right:14px}.vcv-ui-form-link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-form-link .vcv-ui-form-link-data{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;width:0;font-size:13px}.vcv-ui-form-link .vcv-ui-form-link-button{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;text-transform:uppercase;font-weight:700;font-size:10px;letter-spacing:.5px;padding-top:11px;padding-bottom:11px}.vcv-ui-form-link .vcv-ui-form-link-title{color:#9a9a9a;display:inline-block;vertical-align:middle;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin:2px 0 2px 14px}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;direction:ltr}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-form-link-button{border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #d1d1d1;color:#707070;background-color:#fff;padding:6px;border-left:0;border-top-right-radius:3px;border-bottom-right-radius:3px;font-size:12px;transition-property:color,background,border,opacity;transition-duration:.2s;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;vertical-align:middle;padding-left:2em;padding-right:1em;position:relative;margin:0 0 10px;font-weight:700;font-size:12px}.vcv-ui-form-radio .vcv-ui-form-radio-indicator{position:absolute;top:-1px;left:0;display:block;width:18px;height:18px;font-size:1em;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:100%;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;text-align:center;color:#283aa4}.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{-webkit-animation:vcv-ui-form-blink .4s ease-out;animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);content:"";border-radius:inherit;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;line-height:1;height:8px;width:8px;box-sizing:border-box;font-size:.85em;background-color:#283aa4}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before,.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.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:-webkit-flex;display:-ms-flexbox;display:flex;height:30px}.vcv-ui-form-range .vcv-ui-form-range-helper{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-right:20px;line-height:30px}.vcv-ui-form-range .vcv-ui-form-range-bg{background:#283aa4;position:absolute;left:1px;top:11px;width:0;min-width:12px;max-width:99%;height:8px;border-radius:5px;z-index:1;pointer-events:none}.vcv-ui-form-range .vcv-ui-form-range-slider-bg{background:#fff;position:absolute;left:0;top:11px;width:100%;height:8px;border-radius:5px;z-index:0;pointer-events:none;border:1px solid #d3d3d3}.vcv-ui-form-range .vcv-ui-form-range-slider{-webkit-appearance:none;margin:9px 0;padding:0;width:100%;background:transparent;vertical-align:middle;position:relative;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{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-thumb{border:5px solid #283aa4;height:18px;width:18px;border-radius:50%;background:#fff;cursor:pointer;position:relative;z-index:2;box-sizing:border-box;-webkit-appearance:none;margin-top:-6px}.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{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent}.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{border:5px solid #283aa4;height:18px;width:18px;border-radius:50%;background:#fff;cursor:pointer;position:relative;z-index:2;box-sizing:border-box}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-track{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent;border-color:transparent;border-width:1px 0;color:transparent}.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{border:5px solid #283aa4;height:18px;width:18px;border-radius:50%;background:#fff;cursor:pointer;position:relative;z-index:2;box-sizing:border-box;margin-top:0}.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{width:60px;padding-left:5px;padding-right:5px;text-align:center}.rtl .vcv-ui-form-range .vcv-ui-form-range-helper{margin-right:0;margin-left:20px}.rtl .vcv-ui-form-range .vcv-ui-form-range-bg{left:auto;right:1px}.vcv-ui-editor-search-container{display:-webkit-flex;display:-ms-flexbox;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{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,.vcv-ui-editor-search-container .vcv-ui-form-input{width:auto;border:none}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input:focus,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea:focus,.vcv-ui-editor-search-container .vcv-ui-form-input:focus{-webkit-animation:none;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-ajax-form-container input,.rtl .vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,.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-top-right-radius:3px;border-bottom-right-radius:3px}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container:before{border-right:0;border-left:1px solid #d1d1d1}:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-form-input{padding-left:0}.vcv-ui-editor-search-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;background:#fff;border-radius:3px;overflow:hidden}.vcv-ui-editor-search-field-container .vcv-ui-editor-search-field{width:0;font-size:14px;padding:8px 14px}.vcv-ui-editor-search-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px;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{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-editor-search-dropdown-container{position:relative;display:inline-block;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;background-color:#eaeaea;border-top-left-radius:3px;border-bottom-left-radius:3px}.vcv-ui-editor-search-dropdown-container:before{content:attr(data-content);position:absolute;top:0;right:0;bottom:0;left:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-transform:capitalize;pointer-events:none;color:#5c5b5b;padding:8px 2em 8px 14px;line-height:1.7;border-right:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat}.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{font-size:10px;font-weight:600;text-transform:uppercase;color:#fff;position:relative;display:inline-block;vertical-align:middle;padding:1em}.vcv-ui-form-switch:hover{cursor:pointer}.vcv-ui-form-switch>input{position:absolute;z-index:-1;opacity:0}.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{display:block;box-sizing:border-box;line-height:1}.vcv-ui-form-switch .vcv-ui-form-switch-label:before{overflow:hidden;visibility:hidden;opacity:0;height:.5em}.vcv-ui-form-switch .vcv-ui-form-switch-label:after{position:absolute;top:50%;left:1em;right:1em;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition-property:opacity;transition-duration:.2s;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~.vcv-ui-form-switch-label:after{opacity:0}.vcv-ui-form-switch>input:checked~[data-vc-switch-on]:after,.vcv-ui-form-switch>input:not(:checked)~[data-vc-switch-off]:after{opacity:1}.vcv-ui-form-switch .vcv-ui-form-switch-indicator{left:0;right:0;top:0;bottom:0}.vcv-ui-form-switch .vcv-ui-form-switch-indicator,.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{position:absolute;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;border-radius:4em}.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{content:"";display:block;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:1.6em;width:1.6em;background:#fff;z-index:10}.vcv-ui-form-switch>input:checked~.vcv-ui-form-switch-indicator{background-color:#283aa4}.vcv-ui-form-switch>input:checked~.vcv-ui-form-switch-indicator:before{left:0;margin-left:1.5em}.vcv-ui-form-switch>input:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#5c5b5b}.vcv-ui-form-switch>input:not(:checked)~.vcv-ui-form-switch-indicator:before{left:100%;margin-left:-1.5em}.vcv-ui-form-switch:hover>input:checked~.vcv-ui-form-switch-indicator{background-color:#253698}.vcv-ui-form-switch:hover>input:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#545353}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-indicator:before{border:inherit}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-label{cursor:not-allowed;color:#7e7e7e}.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{width:34px;height:20px;position:relative;display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small:hover{cursor:pointer}.vcv-ui-form-switch-small>input{position:absolute;z-index:-1;opacity:0}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator{position:absolute;left:0;right:0;top:0;bottom:0;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;border-radius:4em}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator:before{content:"";display:block;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:12px;width:12px;background:#fff;border-radius:4em;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;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{width:100%;max-width:100%;color:#6f747b;border:1px solid #d1d1d1;margin:12px 0;font-size:14px;border-collapse:collapse}.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;vertical-align:top;text-align:left;padding:8px 14px;line-height:1.5}.vcv-ui-form-table>tbody>tr>td:last-child{text-align:right;font-size:12px;text-transform:uppercase;line-height:21px}.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;text-decoration:none;font-size:12px;font-weight:700}.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{color:#fff;background-color:#203251}.vcv-ui-form-table .vcv-ui-form-table-link-type{max-width:5em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;vertical-align:middle;font-size:11px;font-weight:700}.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{font-family:inherit;font-size:12px;border-radius:3px;border:none;color:#838383;box-shadow:0 0 4px 0 rgba(0,0,0,.1)}.vcv-ui-form-datepicker .react-datepicker__triangle{display:none}.vcv-ui-form-datepicker .react-datepicker__header{padding:0;background-color:#fff;border:none;text-align:left}.vcv-ui-form-datepicker .react-datepicker__current-month{padding:5px 13px 10px 0;border-bottom:2px solid #f6f6f6;margin:0 7px 0 9px}.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;width:25px;height:25px;line-height:25px;margin:5px}.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{border-radius:4em;background-color:#ededed}.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{border-radius:4em;background-color:#2a4b80;color:#fff}.vcv-ui-form-datepicker .react-datepicker__navigation{top:12px;border:2px solid #838383;height:24px;width:24px;border-radius:4em;opacity:.4;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.407L2.275.876a.843.843 0 00-1.19 1.19l2.939 2.939-2.94 2.939a.843.843 0 000 1.19.838.838 0 001.186 0l3.532-3.532a.844.844 0 00.005-1.195z' fill='%23838383' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%;background-size:10px 10px}.vcv-ui-form-datepicker .react-datepicker__navigation:hover{opacity:1;border-color:#838383}.vcv-ui-form-datepicker .react-datepicker__navigation--next{right:10px}.vcv-ui-form-datepicker .react-datepicker__navigation--previous{left:187px;-webkit-transform:rotate(180deg);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{width:100px;padding-right:10px;border-left:2px solid #f6f6f6}.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{border-radius:5px;background:silver;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:-webkit-flex;display:-ms-flexbox;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{margin:10px 10px 0 0;padding:5px 0 10px 10px;border-bottom:2px solid #f6f6f6;border-left:2px solid #f6f6f6;border-radius:0}.vcv-layout-header .vcv-ui-form-datalist{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat #fff;box-sizing:border-box;box-shadow:none;display:inline-block;padding:5px 2em 5px 14px;vertical-align:middle;-webkit-appearance:none;appearance:none;border:1px solid #d1d1d1;border-radius:3px;color:#5c5b5b;font-size:12px;font-weight:400;line-height:1.5;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%;height:auto}.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{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;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::-webkit-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist:-ms-input-placeholder{color:#c5c5c5;font-style:italic}.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 input.vcv-ui-form-field-dynamic,.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-ajax-form-container textarea.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{width:92%;margin-right:5px;display:inline-block;vertical-align:top}.vcv-ui-dynamic-field-autocomplete-container{position:relative}.vcv-ui-dynamic-field-autocomplete-container>.vcv-ui-wp-spinner{position:absolute;top:8px;right:5px}.vcv-ui-form-field-dynamic+.vcv-ui-form-link{margin-top:10px}.vcv-ui-dynamic-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 0 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:3px;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{margin-bottom:0;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.vcv-ui-dynamic-field-tag{background:#2a4b80;color:#fff;margin:1px 3px;border-radius:2em;padding:1px 11px 0;font-size:12px;word-break:break-all;cursor:pointer}.vcv-ui-dynamic-field-tag.vcv-ui-dynamic-field-tag--inactive{background:#ed5656}.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{margin-top:5px;display:inline-block;vertical-align:top;position:absolute;right:2px}.vcv-ui-form-wp-tinymce .wp-editor-container{border:1px solid #d1d1d1;border-bottom:0}.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{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:99;background:#fff;opacity:.6}.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{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-dynamic-field-control{display:inline-block;border:none;background:transparent;vertical-align:middle;cursor:pointer;padding:6px 0 6px 5px;font-size:16px;transition:color .2s ease-in-out}.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-ajax-form-container input.vcv-ui-form-field-dynamic-extra,.vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic-extra,.vcv-ui-form-input.vcv-ui-form-field-dynamic-extra{margin-top:10px}.vcv-ui-form-attach-image-item-dynamic-open{height:80px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.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{right:auto;left:30px}.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{right:auto;left:2px}.rtl .vcv-ui-dynamic-field-control{padding:6px 5px 6px 0}.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic,.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-right:0;margin-left:5px}.vcv-ui-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;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{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;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{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:400px}@media (min-width:0){.vcv-ui-col--xs-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--xs .vcv-ui-col--xs-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:0){.vcv-ui-col--xs-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xs .vcv-ui-col--xs-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:0){.vcv-ui-col--xs-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xs .vcv-ui-col--xs-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:0){.vcv-ui-col--xs-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--xs .vcv-ui-col--xs-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:0){.vcv-ui-col--xs-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xs .vcv-ui-col--xs-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:0){.vcv-ui-col--xs-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xs .vcv-ui-col--xs-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:0){.vcv-ui-col--xs-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--xs .vcv-ui-col--xs-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:0){.vcv-ui-col--xs-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xs .vcv-ui-col--xs-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:0){.vcv-ui-col--xs-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xs .vcv-ui-col--xs-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:0){.vcv-ui-col--xs-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--xs .vcv-ui-col--xs-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:0){.vcv-ui-col--xs-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xs .vcv-ui-col--xs-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:0){.vcv-ui-col--xs-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xs .vcv-ui-col--xs-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:400px){.vcv-ui-col--sm-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--sm .vcv-ui-col--sm-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:400px){.vcv-ui-col--sm-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--sm .vcv-ui-col--sm-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:400px){.vcv-ui-col--sm-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--sm .vcv-ui-col--sm-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:400px){.vcv-ui-col--sm-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--sm .vcv-ui-col--sm-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:400px){.vcv-ui-col--sm-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--sm .vcv-ui-col--sm-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:400px){.vcv-ui-col--sm-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--sm .vcv-ui-col--sm-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:400px){.vcv-ui-col--sm-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--sm .vcv-ui-col--sm-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:400px){.vcv-ui-col--sm-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--sm .vcv-ui-col--sm-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:400px){.vcv-ui-col--sm-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--sm .vcv-ui-col--sm-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:400px){.vcv-ui-col--sm-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--sm .vcv-ui-col--sm-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:400px){.vcv-ui-col--sm-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--sm .vcv-ui-col--sm-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:400px){.vcv-ui-col--sm-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--sm .vcv-ui-col--sm-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:800px){.vcv-ui-col--md-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--md .vcv-ui-col--md-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:800px){.vcv-ui-col--md-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--md .vcv-ui-col--md-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:800px){.vcv-ui-col--md-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--md .vcv-ui-col--md-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:800px){.vcv-ui-col--md-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--md .vcv-ui-col--md-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:800px){.vcv-ui-col--md-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--md .vcv-ui-col--md-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:800px){.vcv-ui-col--md-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--md .vcv-ui-col--md-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:800px){.vcv-ui-col--md-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--md .vcv-ui-col--md-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:800px){.vcv-ui-col--md-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--md .vcv-ui-col--md-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:800px){.vcv-ui-col--md-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--md .vcv-ui-col--md-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:800px){.vcv-ui-col--md-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--md .vcv-ui-col--md-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:800px){.vcv-ui-col--md-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--md .vcv-ui-col--md-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:800px){.vcv-ui-col--md-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--md .vcv-ui-col--md-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--lg .vcv-ui-col--lg-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:1200px){.vcv-ui-col--lg-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--lg .vcv-ui-col--lg-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--lg .vcv-ui-col--lg-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--lg .vcv-ui-col--lg-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:1200px){.vcv-ui-col--lg-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--lg .vcv-ui-col--lg-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--lg .vcv-ui-col--lg-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--lg .vcv-ui-col--lg-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:1200px){.vcv-ui-col--lg-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--lg .vcv-ui-col--lg-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--lg .vcv-ui-col--lg-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--lg .vcv-ui-col--lg-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:1200px){.vcv-ui-col--lg-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--lg .vcv-ui-col--lg-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--lg .vcv-ui-col--lg-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--xl .vcv-ui-col--xl-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:1600px){.vcv-ui-col--xl-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xl .vcv-ui-col--xl-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xl .vcv-ui-col--xl-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--xl .vcv-ui-col--xl-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:1600px){.vcv-ui-col--xl-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xl .vcv-ui-col--xl-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xl .vcv-ui-col--xl-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--xl .vcv-ui-col--xl-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:1600px){.vcv-ui-col--xl-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xl .vcv-ui-col--xl-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xl .vcv-ui-col--xl-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--xl .vcv-ui-col--xl-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:1600px){.vcv-ui-col--xl-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xl .vcv-ui-col--xl-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xl .vcv-ui-col--xl-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;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{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-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{position:relative;height:100%;width:100%;overflow:hidden;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;flex-flow:column nowrap}.vcv-ui-scroll,.vcv-ui-scroll-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap}.vcv-ui-scroll-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:scroll;overflow-scrolling:touch;flex-flow:column nowrap;direction:ltr}.vcv-ui-tree-layout-filled .vcv-ui-scroll-content{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.vcv-ui-scroll-track--horizontal,.vcv-ui-scroll-track--vertical{position:absolute;cursor:pointer;right:5px;bottom:5px;transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out;opacity:0}.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{left:5px;border-radius:5px;height:5px}.vcv-ui-scroll-track--vertical{top:5px;border-radius:5px;width:5px}.vcv-ui-scroll-thumb--horizontal,.vcv-ui-scroll-thumb--vertical{position:relative;display:block;cursor:pointer;border-radius:inherit;background-color:rgba(124,152,198,.5);z-index:9}.vcv-ui-scroll-thumb--horizontal{height:100%}.vcv-ui-scroll-thumb--vertical{width:100%}.vcv-scroll-dots{opacity:0;text-align:center;position:relative;transition:opacity .2s ease-in-out;pointer-events:none}.vcv-scroll-dots.vcv-scroll-dots--visible{opacity:1}.vcv-scroll-dots:after{content:"";position:absolute;height:30px;width:96%;left:0;bottom:0;background-image:linear-gradient(0,#f6f6f6 30%,transparent);z-index:1}.vcv-scroll-dots:before{content:"";position:absolute;color:#d4d2d2;z-index:2;width:3px;height:3px;background:#d4d2d2;border-radius:100%;box-shadow:6px 0,-6px 0}.vcv-scroll-dots--before.vcv-scroll-dots:after{bottom:auto;top:0;background-image:linear-gradient(180deg,#f6f6f6,transparent 30%)}.vcv-ui-modal-overlay{position:fixed;overflow:hidden;left:0;right:0;bottom:0;top:0;background-color:rgba(0,0,0,.5);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:2000}.vcv-ui-modal-container{overflow:auto;width:100%;pointer-events:none}.vcv-ui-modal{pointer-events:all;max-width:400px;box-sizing:border-box;margin:20px auto;background-color:#fff;word-wrap:break-word;color:#6f747b;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-modal-header{padding:15px 20px;border-bottom:1px solid #d1d1d1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-modal-content{padding:15px 20px;max-height:50vh;overflow:auto}.vcv-ui-modal-content .vcv-ui-wp-spinner{width:100%;margin-top:15px}.vcv-ui-modal-content .vcv-ui-tag-list-container .vcv-ui-wp-spinner{width:auto;margin:auto}.vcv-ui-modal-header-title{margin:0;font:normal 400 1.25rem/1 Montserrat,sans-serif}.vcv-ui-modal-close{display:block;float:right;text-align:right;cursor:pointer;position:relative;height:1.25rem;width:1.25rem;opacity:.3;transition:opacity}.vcv-ui-modal-close:hover{opacity:.6}.vcv-ui-modal-close-icon{font-size:1rem;height:1em;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.rtl .vcv-ui-modal-close{float:left;text-align:left}.rtl .vcv-ui-modal-close-icon{right:auto;left:0}.vcv-ui-modal-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;background:#283aa4;transition:background .2s}.vcv-ui-modal-actions:hover{background-color:#ffae27}.vcv-ui-modal-actions .vcv-ui-modal-action-content span{margin-left:16px;display:none}.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{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:hsla(0,0%,100%,.1);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-modal-action[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-modal-action-submit-input{display:none}.vcv-ui-modal-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-modal-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-drag-handler{cursor:move;min-height:16px;min-width:16px;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;opacity:.15}.vcv-ui-drag-handler-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-tree-view-layout.vcv-hidden{display:none}.vcv-ui-tree-layout-container{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%;font-size:.75rem;line-height:1;color:#fff;background-color:#203251;border-right:1px solid rgba(73,109,163,.15);border-bottom:1px solid rgba(73,109,163,.15);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-ui-tree-layout-container.vcv-ui-state--hidden{display:none}.vcv-ui-tree-layout{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;list-style:none;position:relative;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.rtl .vcv-ui-tree-layout{direction:rtl}.vcv-ui-tree-layout-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:auto;border-top:1px solid rgba(73,109,163,.15);margin-top:-1px}.vcv-ui-tree-layout-actions .vcv-ui-tree-layout-action-content span{margin-left:16px;display:none}.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{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;height:40px}.vcv-ui-tree-layout-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.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;opacity:.5;cursor:not-allowed}.vcv-ui-tree-layout-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-tree-layout-control-dropdown-content{display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:0;position:absolute;left:0;right:0;top:calc(100% + 1px);background:#16243f;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:40px;z-index:-5;transition:opacity .2s ease-in-out .2s,z-index .2s ease .2s;padding-right:8px}.vcv-ui-tree-layout-control-dropdown-content.vcv-ui-state--active{opacity:1;z-index:1;transition:opacity .2s ease-in-out 0s,z-index .2s ease 0s}.vcv-ui-tree-layout-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-tree-layout-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-tree-layout-messages{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:1.7;color:#7d94bb;text-align:center;font-style:italic}.vcv-ui-tree-layout-messages>*{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.vcv-ui-tree-layout-message{padding:8px 1em;margin:0;min-height:40px}.vcv-ui-tree-layout-control{border-bottom:1px solid rgba(73,109,163,.15);transition:background-color .2s ease-in-out;padding:8px 8px 8px 0;min-height:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}.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{min-height:60px;line-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{position:absolute;top:calc(100% + 1px);background:#354e73;left:0;right:0;z-index:99;text-align:center}.vcv-ui-tree-layout-control-content{white-space:nowrap;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-tree-layout-control-content>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;min-width:0}.vcv-ui-tree-layout-control-label{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:8px;padding-right:8px}.vcv-ui-tree-layout-control-label span{border:2px solid transparent;border-radius:12px;padding:5px 8px;display:block;overflow:hidden;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{-webkit-user-select:none;-ms-user-select:none;user-select:none}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label-text{position:relative}.vcv-ui-tree-layout-control-label-editable{white-space:normal;text-overflow:clip}.vcv-ui-tree-layout-control-icon{position:relative;width:1.5rem;height:1em;display:inline-block;vertical-align:middle;color:inherit}.vcv-ui-tree-layout-control-icon>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1.5rem;width:1.5rem;height:1.5rem}.vcv-ui-tree-layout-control-actions{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:right;opacity:1;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-action{position:relative;width:40px;height:1em;display:inline-block;vertical-align:middle;color:inherit;cursor:pointer}.vcv-ui-tree-layout-control-action>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1rem}.vcv-ui-tree-layout-control-action[disabled]{opacity:.5;cursor:not-allowed}.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{z-index:-999;opacity:0;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-state-container{position:absolute;right:0}.vcv-ui-tree-layout-control-state{position:relative;width:40px;height:1em;display:inline-block;vertical-align:middle;color:inherit}.vcv-ui-tree-layout-control-state>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1rem}.rtl .vcv-ui-tree-layout-control-state-container{right:auto;left:0}.vcv-ui-tree-layout-control-drag-handler{position:absolute;left:0;top:0;bottom:0;min-width:1em;min-height:1em;opacity:.2;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-drag-handler .vcv-ui-drag-handler-icon{font-size:.9em}.vcv-ui-tree-layout-control-drag-handler.vcv-ui-tree-layout-control-drag-handler-mobile{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.rtl .vcv-ui-tree-layout-control-drag-handler{left:auto;right:.9rem}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-trigger{width:60px;text-align:center}.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;padding:0;margin:0}.vcv-ui-tree-layout-node-expand-trigger{position:absolute;left:-1.25em;top:50%;margin-top:-.5em;cursor:pointer;opacity:.6;font-size:.9rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.rtl .vcv-ui-tree-layout-node-expand-trigger{left:auto;right:-1.25em;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.vcv-ui-tree-layout-node-child{position:relative;margin:0}.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{-webkit-transform:rotate(0deg);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{z-index:99999;font-size:.75rem;line-height:1;color:#fff;list-style-type:none}.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{padding:8px;min-height:40px}.vcv-ui-item-container{top:0;height:60vh;min-height:250px;max-height:calc(100% - 65px);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:.875rem;color:#fff;background-color:#203251;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{margin-bottom:30px;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-item-list{margin:0 -15px -30px;list-style:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vcv-ui-item-list,.vcv-ui-item-list-item{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-item-list-item{margin:0 15px 15px}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:before{content:"";position:absolute;top:0;right:0;border-color:#283aa4 #283aa4 transparent transparent;border-style:solid;border-width:25px;z-index:1}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:after{content:"";position:absolute;top:5px;right:5px;width:18px;height:18px;background-size:auto;background-repeat:no-repeat;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 0018 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 009 18a8.98 8.98 0 006.697-2.994zm-11.489-.973a3.664 3.664 0 013.279-2.008h3.026c1.406 0 2.66.787 3.279 2.008A6.927 6.927 0 019 15.955a6.927 6.927 0 01-4.792-1.922zM9 9.98a2.026 2.026 0 01-2.024-2.024c0-1.116.908-2.024 2.024-2.024s2.024.908 2.024 2.024A2.027 2.027 0 019 9.98zm0-7.935A6.962 6.962 0 0115.955 9a6.909 6.909 0 01-.835 3.301 5.696 5.696 0 00-2.78-2.025c.46-.658.73-1.458.73-2.32A4.074 4.074 0 009 3.886a4.074 4.074 0 00-4.07 4.07c0 .862.27 1.662.73 2.32a5.696 5.696 0 00-2.78 2.025A6.913 6.913 0 012.045 9 6.962 6.962 0 019 2.045z' fill='%23FDFDFD' fill-rule='nonzero'/%3E%3C/svg%3E");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;width:100px;position:relative;text-align:center;cursor:pointer;display:block;margin:0 auto}.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-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-item-overlay{cursor:pointer;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{position:relative;display:block;height:100px;overflow:hidden;border-radius:5px;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-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-item-element-content .vcv-ui-item-element-image{-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;display:block;position:relative}.vcv-ui-hub-item-badge{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9;height:20px;padding:1px 8px;border-radius:15px;color:#fff;font-size:12px;font-style:italic}.vcv-ui-hub-item-badge--new{background:#feb718}.vcv-ui-item-element>.vcv-ui-hub-item-badge{position:absolute;top:-9px;right:-12px;z-index:4}.vcv-ui-item-preview-caption .vcv-ui-hub-item-badge{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 0 0 25px}.vcv-hub-addon-item-content-container .vcv-ui-hub-item-badge{margin:0 0 10px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.vcv-ui-item-image,.vcv-ui-item-overlay{position:absolute;bottom:0;right:0;left:0;top:0}.vcv-ui-item-overlay{transition:opacity .2s ease-in-out;background-color:rgba(0,0,0,.5);color:#fff;overflow:hidden;opacity:0;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{line-height:100px;position:absolute;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;left:0;top:0}.vcv-ui-icon.vcv-ui-item-add,.vcv-ui-item-edit{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-item-edit{height:100px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-item-move{position:relative;cursor:move;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-item-move:before{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;left:50%;top:50%}.vcv-ui-item-remove{background-color:#f46172;line-height:30px;height:30px}.vcv-ui-item-element-name{line-height:18px;max-height:36px;position:relative;margin:10px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vcv-ui-item-element-name span{line-height:18px;font-size:14px;letter-spacing:.3px;font-weight:700;color:#70757d}.vcv-ui-item-badge{position:relative}.vcv-ui-item-badge:after{left:-.75em;right:auto;top:.4em}.vcv-ui-item-preview-container{z-index:2020;pointer-events:none;position:fixed;display:block;width:520px;margin:0;visibility:hidden;opacity:0;border-radius:5px;transition:visibility 0s .2s,opacity .2s ease-in-out}.vcv-ui-item-preview-container.vcv-ui-state--visible{transition:visibility 0s,opacity .2s ease-in-out;visibility:visible;opacity:1}.vcv-ui-item-preview-addon-tag{position:absolute;top:15px;right:15px;padding:3px 9px;font-size:14px;color:#fff;background:#2b4b80;border-radius:20px}.vcv-ui-item-preview-image{max-height:240px;display:block;width:100%;border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-item-preview-caption{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background:linear-gradient(90deg,#1a399d,#693bc5);color:#fff;font-style:italic;text-align:left;padding:20px;line-height:1.43;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-ui-item-preview-text{line-height:18px;overflow:hidden}.vcv-ui-editor-get-more{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-editor-get-more-description{color:#9a9a9a;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif;text-align:center;padding:0 45px}.vcv-ui-editor-plate--addon .vcv-ui-item-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin:0}.vcv-ui-editor-plate--addon .vcv-ui-item-list-item{margin:0}.vcv-hub-addon-item-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;border-radius:5px;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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:20px 15px;background:#fff}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner{width:40px;height:40px;margin-top:auto}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner:before{height:27px;width:27px;opacity:.5}.vcv-hub-addon-name{margin:0 0 10px;font-size:16px;font-weight:600;line-height:22px;letter-spacing:1px}.vcv-hub-addon-description{margin:0 0 15px;font-size:13px;font-weight:500;font-style:italic;line-height:24px;letter-spacing:1px}.vcv-hub-addon-item-content-container .vcv-hub-addon-control{margin-top:auto;border:none;border-radius:3px;background:#283aa4;color:#fff;width:180px;height:40px;cursor:pointer;transition:background .2s ease-in-out;text-align:center;line-height:40px;text-decoration:none}.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{width:100%;vertical-align:top}.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{min-height:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container,.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-ui-editor-no-items-container{max-width:544px;margin:auto;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{margin:15px 0 12px;font-size:13px;display:inline-block;text-align:center}.vcv-ui-editor-no-items-image{margin:0 0 35px}.vcv-ui-editor-no-items-action{position:relative;min-height:50px;padding:17px 32px;border-radius:3px;border:none;background:#283aa4;color:#fff;cursor:pointer;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{background:transparent;border-radius:0;cursor:default;border:2px solid #d6d6d6;padding:16px 34px;font-family:Montserrat,sans-serif;font-weight:700;font-size:12px;letter-spacing:.077em;text-transform:uppercase;color:#d6d6d6;-webkit-font-smoothing:antialiased;max-width:100%}.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{line-height:37px;padding:12px 60px 12px 20px;font-size:16px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-panel-heading .vcv-ui-panel-heading-icon{display:inline-block;vertical-align:middle;margin-right:12px;margin-left:0}.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{text-align:left;background:#203251}.rtl .vcv-ui-panel-heading{padding:12px 20px 12px 60px}.rtl .vcv-ui-panel-heading .vcv-ui-panel-heading-icon{margin-right:0;margin-left:12px}.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{text-align:center;margin:10px 0 0}.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{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-settings-actions.vcv-ui-settings-actions-background{background-color:#203251}.vcv-ui-settings-actions .vcv-ui-settings-action-content span{margin-left:16px;display:none}.vcv-ui-settings-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.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;opacity:.5;cursor:not-allowed}.vcv-ui-settings-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-settings-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-settings-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-template-group-wrapper{overflow:hidden}.vcv-ui-template-options-wrapper{margin-right:-32px;margin-bottom:-25px}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon{display:inline-block;background-color:#fff;cursor:pointer;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{position:relative;opacity:.8;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{position:absolute;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.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{font-family:Roboto,sans-serif;font-weight:500;font-style:italic;color:#999;letter-spacing:.3px;line-height:16px;-webkit-font-smoothing:antialiased}.vcv-ui-form-group--category .vcv-ui-form-link,.vcv-ui-form-group--wp-menu .vcv-ui-form-link{display:inline;text-decoration:none;color:#586dc6;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{outline:none;box-shadow: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{font-style:italic;font-size:14px;letter-spacing:.5px;color:#797979;background:#e3e1e1;border-radius:3px;padding:4px 5px;line-height:1;margin:10px 0;display:inline-block}.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 input,.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-ajax-form-container textarea,.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;pointer-events:none;cursor:not-allowed}.vcv-ui-form-group a{text-decoration:none;color:#586dc6;transition:.2s}.vcv-ui-form-group a:hover{color:#515162;text-decoration:underline}.vcv-ui-form-group a:focus{outline:none;box-shadow:none}.vcv-ui-navigation-slider-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;direction:ltr}.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{position:absolute;top:0;bottom:0;width:9px}.vcv-ui-navigation-slider-container:before{left:0;background:linear-gradient(90deg,rgba(20,37,65,.5),transparent)}.vcv-ui-navigation-slider-container:after{right:70px;background:linear-gradient(270deg,rgba(20,37,65,.5),transparent)}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border:0;border-radius:0;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{border:0;background:transparent;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px;white-space:nowrap}.vcv-ui-navigation-slider-item:focus .vcv-ui-navigation-slider-dropdown,.vcv-ui-navigation-slider-item:hover .vcv-ui-navigation-slider-dropdown{display:-webkit-flex;display:-ms-flexbox;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{border:0;background:transparent;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px;padding:14px 24px;border-radius:0;cursor:pointer;margin:0;transition:background .2s ease-in-out}.vcv-ui-navigation-slider-controls{display:-webkit-flex;display:-ms-flexbox;display:flex;width:70px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-navigation-slider-control-button{background:transparent;border:none;border-radius:0;cursor:pointer;color:#fff;padding:0;width:50%;position:relative;font-size:18px}.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{-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-left:-5px}.vcv-ui-navigation-slider-control-button:last-child .vcv-ui-icon-expand{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin-left:-14px}.vcv-ui-navigation-slider-control-button[disabled]{color:#4c5f80;cursor:default}.vcv-ui-navigation-slider-control-button .vcv-ui-icon{position:absolute;top:50%;left:50%;margin-top:-9px;transition:opacity .2s}.vcv-ui-navigation-slider-dropdown{display:none;position:absolute;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border:0;z-index:5}.vcv-ui-navigation-slider-dropdown-item{background:#fff;text-align:left;border-radius:0;cursor:pointer;-webkit-font-smoothing:antialiased;min-width:150px;border:0;color:#fff;font-size:14px;font-weight:500;background:#1f3aa0;padding:15px 24px;letter-spacing:.5px}.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{margin:12px 0 12px 20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-add-content-panel-heading .vcv-ui-editor-search-container{margin:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.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{line-height:16px;font-size:16px;padding:6px;margin:0 2px;cursor:pointer;display:inline-block}.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{height:100%;font-size:.875rem;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-tree-view-content.vcv-ui-state--hidden{display:none}.vcv-ui-tree-content{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:1em}.vcv-ui-tree-content>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-tree-content-section{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;color:#6f747b;background-color:#f6f6f6;min-height:1em;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-ui-tree-content-section>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;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:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-ms-flex-flow:wrap;flex-flow:wrap;width:100%}.vcv-element-category-title-wrapper{width:100%;margin:0 15px 15px;position:relative}.vcv-element-category-title-wrapper>.vcv-element-category-title{line-height:18px;font-size:14px;letter-spacing:.3px;font-weight:700;color:#70757d;cursor:pointer}.vcv-element-categories-expand-button{position:absolute;right:-8px;top:0;bottom:0;border:0;background-color:transparent;color:#70757d;font-size:18px;cursor:pointer;padding:0 5px}.rtl .vcv-element-categories-expand-button{right:auto;left:-8px}.vcv-ui-tree-content-title-controls{padding-left:0;padding-right:0;font-size:1.2em;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:-8px}.vcv-ui-tree-content-title-control{position:relative;display:inline-block;vertical-align:middle;color:inherit;cursor:pointer;text-decoration:none;padding:0 10px}.vcv-ui-editor-tabs-container{margin-top:8px;padding-left:20px;padding-right:60px}.vcv-ui-editor-tabs,.vcv-ui-editor-tabs-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-editor-tabs{font-family:Nunito Sans,sans-serif;font-size:.875rem;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-editor-tabs>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-editor-tab{padding:14px 32px;color:#fff;background-color:#304568;border-radius:4px 4px 0 0;margin:0 2px 0 1px;text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;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;opacity:.5;cursor:not-allowed}.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{min-width:60px;background:none}.vcv-ui-editor-tab-content{white-space:nowrap}.vcv-ui-editor-tab-icon{font-size:1em;height:1em;width:1.25em;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-editor-tab-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-editor-tab-icon+*{margin-left:16px}.vcv-ui-add-element-content .vcv-ui-item-overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items: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{content:attr(data-letter);position:absolute;top:50%;left:50%;margin-right:-50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:50px;color:#fff;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{position:absolute;top:100%;right:0;left:0;z-index:2}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message{position:absolute;bottom:0;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#f96262;color:#fff;font-style:italic;-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;padding:15px 20px;z-index:1}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message--visible{-webkit-transform:translateY(0);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{visibility:visible;transition:visibility 0s .1s}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:2}.vcv-ui-add-template-content .vcv-ui-item-control{padding:.6em;cursor:pointer;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:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-ajax-form-container input,.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-ajax-form-container textarea,.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-form-input{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-appearance:none}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:11px 32px;margin:0 0 0 10px;min-height:auto;white-space:nowrap;font-size:12px;font-weight:700}.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-save-template-submit[disabled]{cursor:not-allowed;color:hsla(0,0%,100%,.5)}.vcv-ui-add-template-content .vcv-ui-save-template-submit[disabled]:hover{background:#304568}.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:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;margin:0}.vcv-ui-editor-tab-dropdown>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative: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{visibility:visible;opacity:1}.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{min-width:140px;position:absolute;top:100%;right:0;z-index:1020;visibility:hidden;opacity:0;transition:visibility 0s,opacity .2s ease-in-out;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);margin-right:2px;margin-left:1px}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab{text-align:left;background-color:#fff;color:#6f747b;border-radius:0;margin:0}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative: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--]{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0}[class*=vcv-ui-design-options-onion-layer--] [class*=vcv-ui-design-options-onion-control-position--]{pointer-events:all;padding-left:2px;padding-right:2px;width:36px;height:30px;text-align:center;position:absolute;z-index:1}[class*=vcv-ui-design-options-onion-layer--]:before{content:"";display:block;position:absolute;top:15px;right:20px;bottom:15px;left:20px;border:1px solid #d1d1d1}[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{position:absolute;z-index:1;pointer-events:all;right:calc(50% + 24px);max-width:95px;min-height:30px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#f6f6f6;padding:0 4px;text-align:right}.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{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--left{left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--right{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--top-left{top:0;left:0}.vcv-ui-design-options-onion-control-position--top-right{top:0;right: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{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-edit-form-actions .vcv-ui-edit-form-action-content span{margin-left:16px;display:none}.vcv-ui-edit-form-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.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;opacity:.5;cursor:not-allowed}.vcv-ui-edit-form-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-edit-form-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-edit-form-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-editor-tabs-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-editor-tabs-wrapper-state--hidden{position:absolute;visibility:hidden;opacity:0;z-index:-1}.vcv-ui-editors-header-dropdown{margin-top:-1px;margin-bottom:6px}.vcv-ui-form-dropdown-option.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 10px 10px 14px;min-height:61px}.vcv-ui-edit-form-header-image{margin:0 12px 0 0}.vcv-ui-edit-form-header-title{padding:1px 12px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none;letter-spacing:.3px;border-radius:12px;border:2px solid transparent;caret-color:hsla(0,0%,100%,.5);transition:border-color .2s ease-in-out}.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{padding:15px 10px;margin-right:35px;cursor:pointer;font-size:12px;opacity:.5;position:relative;text-align:center}.vcv-ui-icon-edit-form-header-title:before{font-size:1.25em;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-edit-form-header-control-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;font-size:1.2em}.vcv-ui-edit-form-header-control-container .vcv-ui-icon{vertical-align:top;line-height:unset;display:inline-block}.vcv-ui-edit-form-header-control-container .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-edit-form-header-control{padding:7px;cursor:pointer;color:#fff;margin:0 4px}.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{padding:5px 10px;cursor:pointer}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;padding:15px 20px 15px 18px;color:#fff;background:#203251;border-top:1px solid #263b5d;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;letter-spacing:.3px;transition:background .2s ease-in-out}.vcv-ui-edit-form-section-header:hover{background:#16243f}.vcv-ui-edit-form-section-header-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-ui-edit-form-section-header-control{width:22px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#fff;font-size:1.2em;transition:opacity .2s;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.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{width:22px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:7px;cursor:pointer;color:#fff;transition:opacity .2s;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.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{content:"";display:block;height:6px;width:6px;border-radius:50%;position:absolute;top:-5px;right:-3px}.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{display:inline-block;vertical-align:middle;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='29' viewBox='0 0 963 696' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%230584B5' d='M.6 139.7v277.8l240.6 138.9V278.6z'/%3E%3Cpath fill='%2309AEEF' d='M241.2.8L.6 139.7l240.6 138.9 240.6-138.9z'/%3E%3Cpath fill='%23AED13B' d='M722.4.8L481.8 139.7l240.6 138.9L963 139.7z'/%3E%3Cpath fill='%23B9880C' d='M481.8 139.7v277.8l240.6 138.9V278.6z'/%3E%3Cpath fill='%23B76800' d='M241.2 278.6v277.8l240.6-138.9V139.7z'/%3E%3Cpath fill='%23FDB715' d='M481.8 417.5L241.2 556.4l240.6 138.9 240.6-138.9z'/%3E%3Cpath fill='%237F9E2E' d='M722.4 278.6v277.8L963 417.5V139.7z'/%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;min-width:60px;min-height:60px;padding:16px;color:inherit;text-decoration:none;-webkit-order:-100;-ms-flex-order:-100;order:-100;cursor:pointer}.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{margin:0;padding:0;height:1em;width:1em;display:inline-block;vertical-align:middle;opacity:.7;position:relative}.vcv-ui-wp-spinner:before{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='gray'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite}.vcv-ui-wp-spinner.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-item-add-hub{cursor:pointer}.vcv-ui-item-add-hub.vcv-ui-wp-spinner-light{position:static;cursor:auto}.vcv-ui-wp-spinner-light{margin:0;padding:0;height:1em;width:1em;display:inline-block;vertical-align:middle;opacity:.7;position:relative}.vcv-ui-wp-spinner-light:before{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite}.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}@-webkit-keyframes vcv-ui-wp-spinner-animation{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes vcv-ui-wp-spinner-animation{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}#vc-navbar-container,.vcv-ui-navbar-container{-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}#vc-navbar-container,.vcv-ui-navbar,.vcv-ui-navbar-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-navbar{font-size:.875rem;color:#fff;min-height:60px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;z-index:2010}.vcv-ui-navbar>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.vcv-ui-navbar>.vcv-ui-pull-end{-webkit-order:1;-ms-flex-order:1;order:1}.rtl .vcv-ui-navbar{direction:rtl}.vcv-ui-navbar-control{padding:16px;min-width:60px;min-height:60px;color:#fff;text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:color,background-color;position:relative}.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;opacity:.5;cursor:not-allowed}.vcv-ui-navbar-control.vcv-go-premium{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;line-height:27px}.vcv-ui-navbar-control.vcv-go-premium .vcv-ui-icon-star{width:23px;height: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{white-space:nowrap;letter-spacing:.3px;font-size:14px}.vcv-ui-navbar-control-icon{font-size:1em;height:1em;width:1.25em;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-navbar-control-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-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:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-navbar-controls-group>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-navbar-sandwich .vcv-ui-navbar-controls-set:not(:last-child):after{content:"";height:1px;display:block;background-color:hsla(0,0%,100%,.1)}.rtl .vcv-ui-navbar-controls-set{direction:rtl}.vcv-ui-navbar-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;margin:0}.vcv-ui-navbar-dropdown>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-navbar-dropdown .vcv-ui-navbar-controls-group{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-navbar-dropdown:hover .vcv-ui-navbar-dropdown-trigger{background-color:#203251}.vcv-ui-navbar-dropdown:hover .vcv-ui-navbar-dropdown-content{z-index:2006;visibility:visible;opacity:1;max-height:none;overflow:initial}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-content{visibility:hidden;opacity:0}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-trigger{background-color:transparent;opacity:.5;cursor:not-allowed}.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{width:100%;position:relative;z-index:2010}.vcv-ui-navbar-dropdown-content{background-color:#203251;min-width:200px;max-height:0;overflow:hidden;margin:0;padding:0;position:absolute;top:100%;left:0;z-index:2005;visibility:hidden;opacity:0;box-shadow:1px 0 10px 0 rgba(0,0,0,.3)}.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;opacity:.5;cursor:not-allowed}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content em{font-size:12px;color:#acb4c3;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{min-height:1px;min-width:1px;display:block;background-color:hsla(0,0%,100%,.1)}.vcv-ui-navbar-drag-handler{-webkit-order:-100;-ms-flex-order:-100;order:-100}.vcv-ui-navbar-controls-spacer{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.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{-webkit-flex-direction:column;-ms-flex-direction:column;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--success{background-color:#6dab3c}.vcv-ui-navbar-control.vcv-ui-state--warning{background-color:#fdb713}.vcv-ui-navbar-control.vcv-ui-state--error{background-color:#f44}.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{top:auto;bottom:100%}.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{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock--left .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content{top:auto;bottom:0;left:100%;right: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--save{top:0;bottom:auto}.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{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{min-width:0;min-height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock--right #vc-navbar-container,.vcv-layout-dock--right .vcv-ui-navbar,.vcv-layout-dock--right .vcv-ui-navbar-controls-group{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock--right .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content{top:auto;bottom:0;left:auto;right:100%}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout{top:0;bottom:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{top:auto;right:100%;left: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{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{min-width:0;min-height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-navbar-is-dragging{-webkit-user-select:none;-ms-user-select:none;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{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;opacity:.2;cursor:move;z-index:2000}.vcv-ui-navbar-guideline{position:fixed;transition-property:height,width;transition-duration:.2s;transition-timing-function:ease-in-out;background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;z-index:-1}.vcv-ui-navbar-guideline-top{top:0;left:0;right:0;height:0}.vcv-ui-navbar-guideline-top.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-bottom{bottom:0;left:0;right:0;height:0}.vcv-ui-navbar-guideline-bottom.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-left{top:0;bottom:0;left:0;width:0}.vcv-ui-navbar-guideline-left.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-navbar-guideline-right{top:0;right:0;bottom:0;width:0}.vcv-ui-navbar-guideline-right.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-wpbackend-navbar-guideline{position:fixed;background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;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{text-align:left;margin-bottom:0;background:#203251}.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{border:0;background:transparent;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{text-align:center;margin:0 0 20px}.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{position:fixed;top:-9999px;left:-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{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-hub-control{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding:14px 24px;background:#fff;border:1px solid #d0d0d0;color:#6f747b;border-radius:0;cursor:pointer;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{margin:0 0 20px;display:none}.vcv-hub-banner{min-height:300px;padding:20px;margin-bottom:20px;position:relative;overflow:hidden;background:#2d3036}.vcv-hub-banner:before{content:"";position:absolute;left:0;top:0;bottom:0;right:0;background:url(https://s3-us-west-2.amazonaws.com/cdn.hub.visualcomposer.com/plugin-assets/vcwb-hub-banner-bg.png) 50%;background-size:cover}.vcv-hub-banner-content{position:relative;z-index:1;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff}.vcv-hub-banner-title{font-family:Montserrat,sans-serif;font-weight:600;font-size:24px;line-height:32px;letter-spacing:1.12px;margin:0}.vcv-hub-banner-subtitle{font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-hub-banner .vcv-hub-banner-button,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.92px;font-size:12px;width:315px;max-width:100%;background:#ffae27;text-decoration:none;padding:15px 20px;color:#fff;margin-top:26px;transition:background .2s;box-shadow:none;outline:none;text-transform:uppercase;cursor:pointer}.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{cursor:pointer;color:#fff;text-decoration:none}@media (min-width:768px){.vcv-hub-banner-title{font-size:36px;line-height:42px}}@-webkit-keyframes vcv-slide-image-left{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-2796px,0,0);transform:translate3d(-2796px,0,0)}}@keyframes vcv-slide-image-left{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-2796px,0,0);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{max-width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.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{min-height:360px;padding:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;background-size:cover;background-position:50%;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{content:"";position:absolute;top:0;left:0;right:0;height:10px;background:#ff6569}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy:after{content:"";position:absolute;bottom:0;left:0;right:0;height:10px;background:#aa39ff}.vcv-stock-media-powered-text{text-align:right;margin-top:14px;font-family:Roboto,sans-serif;color:#bbb;font-weight:500;font-style:italic;font-size:13px;letter-spacing:1px}.vcv-stock-media-powered-text a{color:#fff;text-decoration:none;transition:color .2s;outline:none}.vcv-stock-media-powered-text a:hover{color:#e4e4e4}.vcv-stock-images-inner{max-width:600px;margin:auto;width:100%}.vcv-stock-images-unsplash-logo{display:inline-block}.vcv-stock-images-unsplash-logo svg{vertical-align:bottom}.vcv-stock-images-subtitle{font-size:18px;font-family:Montserrat,sans-serif;font-weight:600;letter-spacing:.82px;line-height:28px;-webkit-font-smoothing:antialiased}.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{display:inline-block;margin-top:6px;width:auto;padding-left:40px;padding-right:40px}.vcv-stock-images-results-container{padding:10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;max-width:1600px;width:100%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;box-sizing:border-box}.vcv-stock-images-results-data{padding:20px 20px 0;color:#9a9a9a;font-size:14px;font-weight:600;-webkit-font-smoothing:antialiased;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-stock-images-column-count--1 .vcv-stock-images-col{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vcv-stock-images-column-count--2 .vcv-stock-images-col{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.vcv-stock-images-column-count--3 .vcv-stock-images-col{-webkit-flex:0 0 33.333%;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}.vcv-stock-images-column-count--4 .vcv-stock-images-col{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.vcv-stock-images-column-count--5 .vcv-stock-images-col{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.vcv-stock-image-wrapper{position:relative;padding:10px}.vcv-stock-image-wrapper:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;background-color:#e8e8e8;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{position:relative;opacity:0;transition:opacity .2s}.vcv-stock-image-inner:hover .vcv-stock-image-download-container,.vcv-stock-image-inner:hover .vcv-stock-image-hover-lock{opacity:1;box-shadow:0 0 15px 0 rgba(0,0,0,.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:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-stock-image-hover-lock .vcv-ui-icon:hover:before{content:"\e912"}.vcv-stock-image{vertical-align:top;position:absolute;left:0;right:0;bottom:0;top:0;width:100%}.vcv-ui-editor-plate--stock-images~.vcv-loading-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:5px 20px 20px}.vcv-ui-editor-plate--stock-images~.vcv-loading-dots-container{margin:auto}.vcv-stock-image-download-container{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;background-color:rgba(38,37,37,.6);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:opacity .2s}.vcv-stock-image-download-options{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding:10px 25px;height:100%;max-height:170px}.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-flex-grow:1;-ms-flex-positive:1;flex-grow:1;background:#fff;padding:5px 10px;border:none;border-bottom:1px solid #d8d8d8;cursor:pointer;font-family:Nunito Sans,sans-serif;font-weight:700;font-size:14px;color:#303030;transition:background-color .2s,color .2s,border-color .2s;-webkit-font-smoothing:antialiased;outline:none}.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;color:#fff;border-color:#2a4c80}.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{position:absolute;top:0;right:0;bottom:0;left:0;display:none;background-color:rgba(38,37,37,.6);-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff}.vcv-stock-image-loading .vcv-ui-wp-spinner{visibility:visible}.vcv-stock-image-hover-lock{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(38,37,37,.6);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .2s;cursor:pointer}.vcv-stock-image-hover-lock .vcv-ui-icon-download{font-size:18px;color:#fff}.vcv-stock-image-hover-lock .vcv-ui-icon-lock-fill{font-size:16px;padding:4px;color:#fff}a.vcv-stock-image-author{display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:Nunito Sans,sans-serif;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none;font-size:14px;font-weight:800;-webkit-font-smoothing:antialiased;transition:color .2s;box-shadow:none}a.vcv-stock-image-author:hover{color:#e6e6e6}a.vcv-stock-image-author:focus{outline:none;box-shadow:none}.vcv-stock-image-author-image{border-radius:50%;margin-right:10px;width:32px}.media-frame .vcv-ui-search-container .vcv-ui-search-field{font-size:14px;border:none;box-shadow:none}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;background:#fff;border-radius:5px;height:55px}.vcv-ui-search-container .vcv-ui-search-button{background:transparent;border:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px;padding:0;cursor:pointer}.vcv-ui-search-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-search-container .vcv-ui-ajax-form-container input.vcv-ui-search-field,.vcv-ui-search-container .vcv-ui-ajax-form-container textarea.vcv-ui-search-field,.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field{width:0;font-size:14px;padding:8px 14px 8px 0;background:transparent;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;border:none}.vcv-ui-search-container .vcv-ui-ajax-form-container input.vcv-ui-search-field:focus,.vcv-ui-search-container .vcv-ui-ajax-form-container input.vcv-ui-search-field:hover,.vcv-ui-search-container .vcv-ui-ajax-form-container textarea.vcv-ui-search-field:focus,.vcv-ui-search-container .vcv-ui-ajax-form-container textarea.vcv-ui-search-field:hover,.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{border:none;outline:none;box-shadow:none;-webkit-animation:none;animation: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{box-sizing:border-box;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);color:#32373c;outline:none;transition:border-color .05s ease-in-out;font-family:Consolas,Monaco,monospace;font-size:13px;width:100%;background-color:#f9f9f9;-moz-tab-size:4;-o-tab-size:4;tab-size:4;height:50vh}.vcv-start-layout-item-list{margin:30px auto 0;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-stroke{transition:stroke .2s ease;stroke:#d1d1d1}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-fill{transition:fill .2s ease;fill:#d1d1d1}.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{opacity:1;stroke:#d1d1d1}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-fill{opacity:1;fill:#d1d1d1}.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout{border:2px solid #d1d1d1;width:100px;height:100px;display:block;position:relative}.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{position:absolute;line-height:100px;width:100%;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0;display:block;text-align:center;font-size:20px;font-weight:200;color:#adadad}.vcv-ui-start-layout-list-item-icon{display:block;width:100%;height:100%;margin:0;position:relative}.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{content:"";display:block;position:absolute;width:100%;left:0;height:2px;background:#d1d1d1}.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{content:"";display:block;position:absolute;width:100%;left:0;height:2px;background:#d1d1d1}.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{position:absolute;width:2px;height:56px;background:#d1d1d1;right:25px;top:20px}.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{content:"";display:block;position:absolute;width:100%;left:0;height:2px;background:#d1d1d1}.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{position:absolute;width:2px;height:56px;background:#d1d1d1;left:25px;top:20px}.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{content:"";display:block;position:absolute;width:0;top:0;height:100%;border:1px dashed #d1d1d1}.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{background-color:#fff;background-image:none;border-radius:5px;color:#5c5b5b;font-family:Roboto,sans-serif;font-weight:500;padding:14px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;position:relative;transition:box-shadow .2s ease-in-out;-webkit-font-smoothing:antialiased}.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;line-height:19px;letter-spacing:.3px;padding:0 0 0 16px;position:relative}.vcv-insight-description,.vcv-insight-item-description{color:#999;font-size:12px;line-height:20px;letter-spacing:.92px;padding:8px 16px 0;font-style:italic;font-family:inherit}.vcv-insight-item-description{padding:0 0 0 20px;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.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{content:"";border-radius:50%;width:9px;height:9px;position:absolute;top:0;bottom:0;left:0;margin:auto}.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{cursor:pointer;border:none;background-color:transparent;padding:7px;font-size:17px;color:#c6cbd4;transition:color .2s ease-in-out}.vcv-insight-go-to-action:hover{color:#2039a0}.vcv-insight-items{margin-top:15px;border-top:1px solid #f4f4f4}.vcv-insight-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:15px 0}.vcv-insight-item .vcv-insight-item-thumbnail{width:80px;height:80px;-o-object-fit:cover;object-fit:cover}.vcv-insight-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;padding-right:20px}.vcv-insight-collapse-button{position:absolute;right:0;top:0;bottom:0;border:0;background-color:transparent;color:#d8d8d8;font-size:18px;cursor:pointer}.vcv-insight-no-issues,.vcv-ui-insights-spinner,.vcv-ui-settings-popup-panel-spinner{position:absolute;width:auto;height:auto;top:0;right:0;bottom:0;left:0}.vcv-no-issues-heading{letter-spacing:1px;margin:20px 0 10px;font:normal 600 16px/22px Montserrat,sans-serif}.vcv-insight-no-issues{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:Roboto,sans-serif}.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}.vcv-layout-popup{position:fixed;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;bottom:0;z-index:3010;color:#fff;opacity:0;width:100%;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%);transition:opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:opacity .5s ease-in-out,transform .5s ease-in-out;transition:opacity .5s ease-in-out,transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.vcv-layout-popup--full-page{z-index:999999;height:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:opacity .5s ease;-webkit-transform:translate(0);transform:translate(0)}.vcv-layout-popup--full-page.vcv-layout-popup--visible{pointer-events:unset;background:rgba(47,47,47,.7)}.vcv-layout-popup--full-page .vcv-layout-popup-inner,.vcv-layout-popup--full-page .vcv-premium-teaser{background:#fff;padding:40px;max-width:360px}.vcv-layout-popup--full-page .vcv-layout-popup-badge{width:60px;height:90px;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.444L249 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-.175l-55.233-57.948v-52.097l32.027 11.587 23.007-39.608.199-.071v138.137zm11.895-202.807l6.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.82L91.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;margin:0 auto 30px}.vcv-layout-popup--full-page .vcv-layout-popup-header{position:unset;padding-right:0}.vcv-layout-popup--full-page .vcv-layout-popup-header .vcv-layout-popup-heading{font-family:Montserrat,sans-serif;letter-spacing:1px;font-size:22px;color:#363636;text-align:center;line-height:26px}.vcv-layout-popup--full-page .vcv-layout-popup-close,.vcv-layout-popup--full-page .vcv-premium-teaser-close{top:2px;right:2px;color:#d2d2d2}.vcv-layout-popup--full-page .vcv-layout-popup-text{font-family:Roboto,sans-serif;font-size:14px;color:#999;text-align:center;line-height:22px;margin-bottom:25px}.vcv-layout-popup--full-page .vcv-layout-popup-btn{font-family:Montserrat,sans-serif;display:block;border-radius:0;background:#f7b332;font-size:12px;padding:15px;font-weight:600;letter-spacing:1px;border:none;text-transform:uppercase}.vcv-layout-popup--full-page .vcv-premium-teaser{border-radius:5px}.vcv-layout-popup-container{margin:30px;max-width:440px;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{-webkit-transform:translate(0);transform:translate(0);opacity:1}.vcv-layout-popup.vcv-layout-popup--visible.vcv-layout-popup--action-clicked{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.vcv-layout-popup-inner{position:relative;background:#283aa4;border-radius:5px;padding:20px}.vcv-layout-popup-header{position:relative;margin:0 0 16px;padding-right:20px}.vcv-layout-popup-heading{margin:0;font-size:16px;font-weight:700;text-transform:uppercase;line-height:19px;letter-spacing:1px;color:inherit}.vcv-layout-popup-close{position:absolute;margin-top:1px;top:-10px;right:-10px;padding:10px;background:transparent;border:none;color:inherit;cursor:pointer;opacity:1;transition:opacity .2s ease-in-out}.vcv-layout-popup-close:hover{opacity:.5}.vcv-layout-popup-content{margin-bottom:16px}.vcv-layout-popup-btn{display:inline-block;padding:9px 27px;background:transparent;border:2px solid #fff;border-radius:3px;line-height:normal;font-size:13px;color:inherit;text-decoration:none;text-align:center;cursor:pointer;transition:background .2s ease-in-out,border-color .2s ease-in-out}.vcv-layout-popup-btn:hover{color:inherit;background:#ffae27;border-color:#ffae27}.vcv-layout-popup-btn:disabled{cursor:not-allowed;opacity:.7;background:transparent;border-color:#fff}.vcv-layout-popup-text{margin:0 0 17px;font-size:13px;font-style:italic;line-height:24px;letter-spacing:1px;color:inherit}.vcv-layout-popup-checkbox-option-wrapper{margin:16px 0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox{margin:0 14px 0 0;border-color:#fff!important;background:#fff!important}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox-label{font-size:13px;font-style:italic;line-height:24px;letter-spacing:1px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]{border-radius:3px;width:16px;height:16px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]:before{content:"";width:8px;height:8px;border-radius:50%;margin:0;padding:0;float:none;transition:background-color .2s}.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{content:"";border-radius:50%;padding:0;float:none;transition:background-color .2s;height:8px;width:8px;margin:4px}.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{text-decoration:none;border-bottom:2px solid;color:#fff;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{color:#c3c3c3;border-bottom-color:#c3c3c3;outline:none;box-shadow:none}.vcv-helpers-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9999;overflow:hidden;background-color:rgba(0,0,0,.8);margin-top:-9px;margin-left:-9px}.vcv-helpers-container--hidden{display:none}.vcv-helpers-container .vcv-helper{position:absolute;color:#fff}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question{width:18px;height:18px;cursor:pointer;color:hsla(0,0%,100%,.5);transition:color .2s}.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{text-decoration:none;outline:none}.vcv-helpers-container .vcv-helper-box{background-color:#2a3aa6;padding:16px 20px 20px;border-radius:6px;position:absolute;-webkit-transform:translateY(calc(-50% - 14px)) translateX(40px);transform:translateY(calc(-50% - 14px)) translateX(40px);width:360px;z-index:9999}.vcv-helpers-container .vcv-helper-box:before{content:"";display:block;position:absolute;left:-20px;top:calc(50% - 10px);border:10px solid transparent;border-right-color:#2a3aa6}.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{-webkit-transform:translateY(20px) translateX(calc(-50% + 10px));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-heading{font-family:Montserrat,serif;font-weight:700;font-size:16px;line-height:22px;color:#fff;margin:0 0 10px;text-transform:uppercase;letter-spacing:1px}.vcv-helpers-container .vcv-helper-box-description{font-family:Roboto,serif;font-weight:500;font-size:13px;font-style:italic;line-height:22px;margin:0 0 15px;letter-spacing:1px}.vcv-helpers-container .vcv-helper-box-actions{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.vcv-helpers-container .vcv-helper-box-done,.vcv-helpers-container .vcv-helper-box-skip{font-family:Roboto,serif;font-weight:500;font-size:12px;font-style:italic;line-height:20px;color:#98a1b2;margin-right:4px}.vcv-helpers-container .vcv-helper-box-skip{color:#fff;text-decoration:underline;cursor:pointer;transition:.2s}.vcv-helpers-container .vcv-helper-box-skip:hover{text-decoration:none}.vcv-helpers-container .vcv-helper-box-next{float:right;background-color:transparent;color:#fff;border:2px solid #fff;border-radius:4px;padding:5px 20px;cursor:pointer;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;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-helpers-container .vcv-helper-box-image.element-controls{width:240px;height:200px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADICAYAAAGhe1zEAAAAAXNSR0IArs4c6QAAI2JJREFUeAHtXQl8FEXWf7kISUgg3Ldyi4CiCJ8IBAjKIYecC66iiKviiiIICiIQQAE5BV3BXWBXUUQFRBJAuQIBAQkgRzBAOEMg3CGE3NdXVaGbnknPTPdMd08fr/iFqa7zvf+/Xx/VVa98gIRmPaOK6a/UEDlsq03Rwoyq0V8OX9vHJtHFga/cTsXa8wu91lss3Vmar7NMLq9zm8ZA/4Rh0cBdQP/cDZI6drdxZ/X8nWVyebH7T3FR/ved1R34uDsRH3cqvf1Te1kno1gfXoPao44XDNhRSpmREQuhec2IUun2CW5DHdVjNURtGmjfnuRjtzuW3IODgh5B7aBNScnG63hev63euXL5+5UB+4tIaGBFSTDTQnhySYbK04Jun9X1K7eEGuUbud2/2x3THlPTk2w6pieXr4+0JiXdFm1av3dw9sbhUskZubdKpTlKkCaeo9oepBuv44UDdopeuXzU5njUmo6i992ggFDIykvnSfD18Yei4gL+mIt4BHXC5TiuHf5X2ClNFOuUpvs06zn1MkBxDXogNdg/0H8+aLfsSy/R2LNOpQprX46HulPr0lehhJgpQP+4ULd6OBcVPbH4TAkRvmMJZSH5SpqUYpLK8FeuHfG2lz9au3mvqQ4bsb8XOyzoIEP2SaHEw3ygf1C0LKgdCC87Obcgu7dHHVcLq8d3+mLryXxcSsRtqKuGPQjX7pyX0odoGbc19qRTKonbHYuqISPReB3bD0N0aTJUhr5uPFcrYcdUQuNBLQtXkcLG09jXxw/a1R/A6yL35HJb46LiQr5TGtl2cgU7Hvf0cpDywOf2JdOmVzcO3NbYjb5sqhivY/tBVLm3Rbc1po8+mXkZPHzfxk/j41IiXju53Hqgl6KRsIz9C4AwTxh358VAWF9KnDzd3n+RED67c5WdPeEKy7897XuuCogNb3OZ9ndTmu7pkzLXtpRf/nGeFuaUoy8zYo/3Yum0Dqc4VVT45aJp/epw7tJNKXJoVsZGYU5wYe8cCDRNDARhHaGytHzi2Sv0RzRoyapQAJ+hY5euP5SYIvtjlbARV3E92bDsq6Ur5cTylXooFWtbbprb9yW5HYmV9/ctI5asappXFF4wIBbo+21BUZ6octzTxPz+22BC1xUwv/920VE80couEvGUdgGQ4bO9ckp7EzWb+7BWgrzRbi55myuxpiW739OqW9aP5govHBgHo1Y7/3z/FvnE/6+4UUxA+igam7QaGlV9DGqXbwCF5JX4l6NLYEfSKreAwouWW7AZqJLlLlpeUXh6r3Uefy5y96TSXGH6RX9STF/2DiwcCBQqQC9aNDSt/hT7pWN0NNA5TFXK1WVxd//zykWLmzVQVFzkrtxu19P8tkQl9YaiHEKan9Jcx9761ZzhoW2iIKRMKK+v6Z+0VuyPYsrSyZIvPDGeV1wYoa+H2fl3Yc3h+exCVUxsvaAwn7xO5sOcba9BVI9VMGPLMHiGfE5rVTcSRq/pJKzuNO6Vi5ZTiVTO1MSGH6jYIlplPSQ37xOz40iHD+b8HCe5hhsFa9a7DA91/MtpTS0G4akA5MuDvHUBTqV2kKmnUUtNTmkHOHglmb8tCQfUhZIIB+KF6TTO1aFluEF4uZ9ZaDtaDsrzCtOO7ZXjFKJ5dJ6Y/ZQtYXlnitL6YkFLRbn+JZ/SIcGBUDYwgKsn6Vdswp2wov3HXmGeWnEbhp114uw7kaN6Yt+ihGW9wbCNwsJTWCiYozhXXqoNC9vxhrK0f7wtCVkwY9xSz9L0ac5SCtMzVvJtySynt9cUDg+q7hUMvaJwdfLJJKrnjzD12TVOlZYym9BpAyKZmitcs0JjuJJ+Bu7mpsOUjffna4rIBnSkQ+mgucKXb5+CT3pHw8Ro1/NogsuE8foqxTZepXlITRrR/JT2No6osLcZULt/yzFs8z6sNrpc+yPaz2PR7Pws+PqPSVyyJr+aM0yHdR6u3ob9tarTSVRJbkV4z2YjJK3dEG3EQaLmCtORDvqX6mRZnXAluvBpi35zEnPs4UA30WSvPXjQOZQzN7teW1bGvyzkFeTwwjtaFc0XcBHxmsIu5FItW/NTWjVNJDaMCksEyrDFkGHDUidRcK8wTB8+uMlnEuVUrJjmt6W6FZtBfmEec3Njf4/ltKJPWsKHDy5diV+vMOxKGS4/PLgGUP8wNNBJ5TXKN/RYZ68oLFXqtKxUoH5paPjq97EQ0cD5oJ+UdjU/palQONdSCjUKldH1Ka2QjjbNoMI2cJjwwHIMaz6mxY1n0ZOHjmZ89fs4Tc8jzRWm41lSAl1ZOmZtFylFZZXRXGEq3Y6kNbDlxDfgzHnhkt0TgK5iu5t7m3x4K3HxTBd9JF7ZA3ShyMiI+WyAT+4qNa8oLIWSU9f2l1qyR5WlDy3U8+OYtZFSmilVxitPWqWk0DDBcldpyymsyYx4Lc5YKbPupcpB7Lxo0aDdflLL67mcr9rLHbRS3tWSCjlyEO/0prF00ygih0ArlRUlmJv1LQRCbC6/WDlhHWdx+7rcMbdShKtrf8yl4680BEQJllbVcSnqNCyiVUPHBRTI0aIPBcT0ehOqEEy12p9wQXXltOhDdSVU7kCVN2F3VjfJ1VOLPuTKpMfymixY0kJxqWt1pcqi1UJmqfK4W061S7S7AmE9ZRHwPb4hyofsRqT8Igpl5cTW3ERAk8FZN2WTVU1PPlFlCa5iYToih5doFQH2dtN0RA4J9jYLKvdvOYLp7kGfkflt9OtrgF+gZHhfaD2J+SqkMyVfbzebr8fNmqROlGngZmHxBbwcsQzBdKIiXRJy9c45+O7AbLaAN78wVzL89Ek08Wo8+9twfBmbBNm2Xl9oUvVx1kZxcTE8WjsS+rQYKblNLQqqMtChheBS+6hVoQm8F7mYTRGYSfzIcYuV4y9skNoEX2753o9YnE7/JRMs4OS1eD6PRo6kbIfIRn+zSfP2gemfoid1/wH8yPZIAf6Bklahe5sQpfs3PcFKA2a09ixzDzYaMUrJiwQrhaRO20GCdUqMUmIhwUohqdN2kGCdEqOUWJYhmI5A2QexNPsywuNxXZax0ayoHqtZcs9mbwizdRk3PcF0SJIGoQtY6itEbqCkztn2KmsnatPAe9V9iCP+1dC58d/Z0CdNpCdNq7rdYUqPnyC4THl4/+n/kiW/c+R2p1h50xPsCKl+j5bsU+Uo3z592q9DYM5zmyHQPxg+eOZrPjuYbE1x+vqfZBOSki2fL94+DQeTf4VKIdUhJDAc7ualw6pDcxjZfCUNI6Yf6KAfAfx8So/ICi1aQ7w178r0BGuOqM46tOwlWmc8qCYOEqwatPpoGAnWBw+qSYEEqwatPhpGgvXBg2pSlH5/UK0r7zRMp9pM6/UzlC9bCb6IK9msemTEPMjNz4Zxv3SVJRQdyaoT3hhuZV6F+4MdsprQvLDpX5OoCxO6/WPyreM24NJ9b+OTN9h4tbUpYHdAR6zsSZ3bdzMcSomD3IJs4iqlGasR5B8CX+4eCy+RSXrzY19n88DkbDNp163Hh3iJlgih2EhWFtlLNImMYlUmo1Y0JN86CSlkR46wshVh5aFP2fClN8mlMpnegv19y8Br7WYRh0S2E+Ta1ntWku9qCpKUQDeWTbgcxxflnCDxCV6KmJ5gL+Gqm27xEq0bKtQRBAlWB1fdtIoE64YKdQRBgtXBVTetIsG6oUIdQUxPMDdlRww+OXOyhKsL+z/6rlhzukwzPcGjVkeweVIUfUoMfV8NDawIM/tstJmn5YodOuT52Y6R8M3+GdCpUckOA3SbhdYPPAvPPDQM5vffDr2bv8n6ov1wJw8d7fr7Ex/BgJbv8fO2Rnf+SrP5WqYn2BVxcvLP3jgCB5I38VUKyTysg8mboWxACEuLTlgMOWQvu7VHPmPLU2micLSLnmz0pFi2d6Jm87UsMdBBrSmDuNoOCgiGgsICKCwugBCyl60V5mVZgmDe5CwYwUu0yUk3DcHUMx25HKG/L8EJ26nxkInsEj107NL1hxJTXG/CLqisx+gTPeIhrFq626L5+Piktij30uDXur9Wep2L2616t6JPs15RhVBsfA/nSvqqfCT05QizkOxrBnKVtpFjd7/5Qek2vdWeae7BSgJIXCLVULI9b7aFBHsTfQ36RoI1ANmbXZSaNsttjiFFqOa9pkopVqqMWB+0LbENOGL3nypVX0oCNxYspayZR7RKEUwBsSeO7riyIz7JBisxkmwKuDgQ9iFsS0ioGOEumuWzzUwar6SEiCjBEuo5LVKpfAjcTM90WsbTTFd9OLNgK5GvCsEtGteEY6cuq0qyqz6sRKIzY1GFYNphoweqws2j55z17XGesz6cWbB9x2Y+GVQhOCe3APapTK6rPsxMmv0J6uxYFYLVJpcq5KoPZxZsJfJVIdjZGaVVnpVIdIapKMHC1xZnlT3Jc9SHJ69GQnnELNiKpOPOZ8KzQhDHnc8EYGBUvwjgWLR+uVFEMiRYERj124jv8AHtSrYS0a+MKJkHCOC0WQ/A02tVOrescrlagyd3X7ULL9F6ZckDueiMlOsZKXF/JG/tgBbsAZB6r0otGS1Y7yx5IB+1ZCTYAwCNUBUJNgJLHshoSYJbP9DDA8iMVdVyBNPdR5tW+z/4Z4cFspiiHy+4P2HFSd2+h8GPf8CSKperI8zSRdxSBFNyA8mm0EnXD0Njsu+vnM2cM/PusPXE9l+kfHx84QfitpCGyd1X6oJUoRCinwuFBcwSn9E7BlYenM3cDVJLnLH5ZbJTivTFiHQV/5sd5jM4voufAWM6L4G07GvsmO6fFJu0isXpJtF0H2G9BEsQPLPPBvg2fiYcT91NNohez8i9cuesLA5y8jNh8a4xrM6LrSfznmcnk/2Jacgi2+fQoCdyqTymJ3hWn03w9f7pxBnpHkbu5zvfBbnkUqCo31a6ZxINv534BkZGLIILaSfZMfcfvYxT56cFRWSHcJ0E049kDW0zBVbsn+ohudLZCitbGe7k3JBeQeWSprfgVnUioXmNtrAg9p9uWq48BvRELpXc9BYsjx7zlbbUa5L56HOtERLsGiNDl0CCDU2fa+GRYNcYGboEEmxo+lwLjwS7xsjQJZBgQ9PnWngk2DVGhi6BBBuaPtfCI8GuMTJ0CSTY0PS5Ft70HxsoBA9WegS6N325FBr/+2MyccGvrjegUp1qnGAJgutUaEI++H9M9lFI4+FtQuZl1QhrCOduHuHTnEXCg2vApO7fgZ+vP8zdNgJGd/4CxqyNdFZFF3mmJ5hb6T/osXd4wPec3UD2/ZU3rWbqsz/yezwEBZTj23IVoXO2imVMDXLVntx80xP8W+J3sOH4EhtchredYXMs5eDMjWN8sWyybzAX7DeJzs7LgOphD8BHMX3ZVjtLdo+H15/6BMaue4aroumv6QlWCs0wskW8faB7BH9CJu+lZaWy7XLo5tBfxI2Ch6u3YzM2/X0DyES92cTbuvc+u1vyKbpW+QYQ2XiwPV9OjwP8AuCRWp3YA9vYyKWsLJ3nNbrzv8jmWD3hryv7S9UvJt7Wp20cAolXD5TK0yrBe6eWwhq+/VP7YrEmezYbIXqJXr73Q7HiLtPE7ql0frWjKbjBZcrzMy5dNq5CAdNfors1fQHonzD8mbJTeCgrLvbA5Ihc2jA3nVZWJwoWNr0FK4iVIZuy5D3YkEy5KTQS7CZwRqmGBBuFKTflRILdBM4o1ZBgozDlppxIsJvAGaUaEmwUptyUEwl2EzijVEOCjcKUm3IiwW4CZ5RqSLBRmHJTTtN/bKC4BPiVhXn9tvAQ2XvK4TNMGDH9x4aJ3b4jX3Tuwr7zm+Bm5mV4qHobqE2+B2fk3mauHaRyaj8n62LaX1KrerWc6S24WmhdNpeqBiEVyNyKveei4XrGBebUjPrukBrE5mSJfRuW2p5W5SxzD04l02lS05MYue6Aaz8nK6rHaujUaAgsHBjHmqOT+9rWe44df9xrHUt75qFXiNedAHe6U6yOZQj2FDH7OVkVQ6pB7KmVsCNpDWv6VuZVcnX4hcyzzoKojYPg2Ydfh97NhxOXSvmedu1RfSRYInz2c7IokXXCm0JEw76sBUo4vU8HEY94lNTuDw+FFcT5mreD6e/BSgE8eUN/1hS9787d/g8WL+NfFkav6cziF2+fhtyCTH7uNHWGFn9ho1Ldu92O6Qm+m5tO7pXP2wBEXN0zh6Q2iRIPhHOy8gpy+FobEpaSp/U7/PH3B+fxcW9GTP+aRMEV8yrrbKKcNwlRum/TWzAFzCpkip0c+JAlhoqJ0pBgE5EppgoSLIaKidKQYBORKaYKEiyGionSkGATkSmmChIshoqJ0pBgE5EppgoSLIaKidKQYBORKaaK6YcqR7R3POj//cFPIf3e5lZi4JghzfQEJ6Tuhd1nVpfiik7hqUi+30olmHPHdCfnFvGg81yp9vSaYHqC//bYKKB/YmF+7FtiyaJpdNOrCet7srx/tJ0JS/dOKFVObI6WWBpX0VkeV8bTX9Pfgz/bMRJmbBkGVzOS+Y/xdNpsdMJyOH/zqGT8/Hz8oX7lR+FdsmfhumNfsh1HuzR5ifjC2sbaoHOz+j7yNnOnRPcypO4ThfO2Av1DoGvTV1jZSWQ7vPn9t0OjKk/A3L73p/NKFkZGQdNbsAwsnBYtLC6A5FuJUL9SM7hx9yI8Vb8n+wzJ+cDaenIVRBPiA/2CiFefr+ClNlHAzduqEFSFzfbo1Ww4BPgGwvRfB7NZnVr40DK9BTtlTWYmnYbzRdx78FidZ+DM9aPwXfynZEfTuayVoqKSnUyLoOSXJtrP29r019e8xx+tfGiZfkYHvaxmEdeDrz45DT757QVmOfQSTae0bjnxX5kU2xZ35h+LK0nnbQmn9nDp9FcLH1qWsOD3Oi2GKuVqkw0qoxm+M/soMxlOykwRR+RSQbTwoWV6C2aMWvg/S1iwhfkli3UwmBoBJNjU9NLldhhMi8ADFVtEm4bgjo0Hf2RaptxQjDw9F43tsrgPe4qeu2zzh/9du/djgGLTPFW7gYluqjRudQpqt0jWjTz0ZAnJaTtp5tA58vdC0I0W5hTEZ+jYpesPJab0Nqd6xtPqiR7xEFYtXZeCF2ZUjf5y+No+uhTOokL5ovHqi3m9Gi9FyS/0Gl7o9XW64EuwzvhAcRABWQiYZpBDltZYGBEwCQKSpmMlxExRRd3mvaaq0q6jRqXqwcnVuU1jR03ZpMfuP2VzrPYBN3tX6X6s5L5Taey81Z4kA+aE405s7tj+t1PrRixpR3ySfZbNsVRDsqmk4IEjPRzJ5chApRq4gqKzptDQlEbUuO3JMmDjqmkuyd29A6Phm+s8oNoYxoCb1q8OVcLLwfHTqXAzPdOwTCihBxqiYelXXHDDGDDV3NfXB1o0rglFRcWQcPoy3ErPUhwQLRr0VA9378CudMMLgyuE9JdvKAOm8OXkFsDhkynk17v+0z2l0hM90NA8Rd889Q1jwNduZsC5SzcNb7hK6OHuHRgN3zyGy2liGAM28nsvBzb9VUIPNEQhotaOyzJgR59ZjAahXD289bnIEa5S78Bo6I4QNE+6T7OeUcXmUcf4mkQO26prJT4ftBtXrOmIIZxKqSMyUBREQC4CaMByEcPyiICOECAG7JOqI3lQFEQAEZCBgO+n4/oOBh+Bv0wZlbEoIoAIeBcB/16dHt1FRPCL2XGkww8x8eMOJV56grjWqeFdsbB3RAARkIIAjihKQUnDMm//1B6/CmiItxG7Yj7KgsInzewVPQMNWGcMogHrjBAdi2Mqt6M6xhlFQwRUQeDCrWO98TOSKtBio4iANgigAWuDM/aCCKiCABqwKrBio4iANgjIWsygjUjYi9IIVAurB+90XAihgeFw4uoB+M+e8ZBfmKt0N9ieFxDAO7AXQNeqy+ph9dmumxO7fgMJl/eyXbD/TNkB8/pthdfbzVZFjBdbT4ZZfTZBoH+wzZ+/b4BofyMjFsJksis2DU2rP8V21+YK0lVXzWtGcIf4K4IA3oFFQDF6Uo3yDeBtYhhBZcrB8n1TICMnDd5qPxeerNeDbEydCRm5t2H9sSWqqVlMJvblFoi7O3q0diQMeXwshJQJhfScm3CHyMaFaqF1oUXNtpCQ2h5ebTuVJdPf4uIiGLO2C1cMfwUIoAELwDB6tEb5RuRR+TMoGxAMS/dMhuOpdJIdQNWwByGvKAfycnPh852j4Mqds6qqGhxQDsZ1WWbTx0+HF0Ld8IdgYMu34aOYfsRwb7D8+f23w+2s6yweUqY82fg8jMi9mxksvQMv2zuFPD3E2bSFB/cRQAO+j4VhY7UqNIGREQuI4QbBf37/CP668jvThRruqI6LSNxHE8PlAMzKvwtztr3KHfK/DSu3ZPHcgmw+raDQuW8z+iiOwTECaMCOsTFEzoSuK6BKuVrEcCdC4tW9TGZvGS7tvJj8CyF3UXuvIQmpe+Hfv78P+UW5MLNPNNB34jxiyOnZN8n1pWQoprjYdhbpj38uhOcfHwMvt5kIM7e8Aqnppw3BiZZC4lRKLdGW0JfcqZTTeq6FxCsH4fuDn0CV0Afh3U7a33ElqIVFVEIADVglYN1tVq4B1ybvlbXKNySfhfKgoCgPLt46AWnZV9ztHusZDAF8hDYYYfbipqSdAPqHwZoI4Hdga/KOWpsEATRgkxCJalgTATRga/KOWpsEATRgkxCJalgTATRga/KOWpsEATRgkxCJalgTATRga/KOWpsEATRgkxCJalgTATRga/KOWpsEATRgkxCJalgTATRga/KOWpsEAZwLbRIiqRodGgyCQY+9A1czkonnDXGPGLRc+aBKUCGoCsyPfQvO3zxKk1QLdIF+Vt4d1dq3esNowAY/A8LKVmGuc6gaYWUrMW1WHpgNWfm2RlNE3NKkZV4mK5byoXHVNsQBwDyyzF/5xWh0ne+sPhvB19cXvt7/CZy4sg/qV34UXmg1HnIKc2DO1leAeuHYdvJH2HBcPbc+BqdVsvhowJKh0mfB6b3WwMmrB2HPuRi4lJ5EfGBFkTtsZfbHSezr40fuzKMg6foRWL73Qy5Zld9X286A7IJMmBTTl2//7I0jMP235/ljYSSYuNEZ3flLqBpaBwqLCpjzveX7JrIib7SbQxzjBUHF4OoQHlKV+Pa6BasOzedd7NQnHj6GPxnFLlx0KeXKA3PhQPImYfOmj6MBm4DiC7dOwuGUbU416dZ0qNN8pTLrhDeC1DsXJDUXRHxnzeoTAz8fXQyxp1ayOuOeXl7iSTO6N4SRR/0axC3QmLWRLK9To+fhtac+hlGrI+Cpev1gSKsxMH59L/KIng6+xKvHgv6x5CJ2mnjuSJLUvxkK4SCWGVjUkQ67zkRDk6qPQ8WQWqWk8vWxvV8E+AWxMndz0/myueTdXeiCVngxuEbe7eljPzXWSiHVmfueQvJKQAN9RRi1pqOljJfqbYsoTcFgWgQeqdkO5jy3memXSQaW7pI7l9Lht8RlEHf6B/KOvRBqlK/HjJH6yUrLvAbL9k2Gi2l/3euymHimvE4erYfC6E5fwNDW45lBpqQlwYT1z5aUoT6yHLymRycsJp5HrhP/WjG8wd/MvAKLdr4DaVmpSqul2/YcwKNbeU0vmFyXOgsHxhGDWQc/H1noEBt6x5rQ9VvyeHlG9Xdgh0JghioIoAGrAqv7jco14Ja1u0C10AckdXj6xmE4c/2QpLJYyBgI4CO0MXhyKKWrwSuHFTHDFAjgIJYpaEQlrIoAGrBVmUe9TYEAGrApaEQlrIoAGrBVmUe9TYEAGrApaEQlrIoAGrBVmUe9TYEAGrApaEQlrIoAGrBVmUe9TYEAGrApaEQlrIoAGrBVmUe9TYEATqU0BY33laBL8WpWaMKW3HGp+YW5cPn2Kbbah0vDX3MggAZsAh7p2tuIBgOIq5zHoHaFhvDN/hlwI/MSr1nLWp3gg6eXwmnikeP4lT9g77n1bBE8X0DFCPrEUhFc0jSuRlIXX9mty12NVIvcbalxfr5zNJy/lQAfdl3BFrvbd3w8dR989fs4iGzyIvRqNhzeX9eN+ceyL+fpsZhPrFoVGtn4xPK0D6x/HwG8A9/HwpAx6jOKhtzCbMgnTuOmbhrkVI/c/Gy2AN7X14+4sSjxZuG0gsxMKT6xpPjBCg+uRrx6VGPeNVcfXkT8fsXD5O4riVOAKZB4ZQ+TKsCvLHzcax38QPxkHbpY4qhApriGL44GbHgK9aWAK59YUvxg1S7fgLnHoZoF+ofAnL6/wq9/rYBNiStgRPtZ5OmhO+QWZMGUHquIo77DljVeig8aMEUBg2IIUJ9YPZsNYz6xbgnew2kH1CeWQz9YIQG8DIXFhXw8nzxZUJc8QWXKwcbD/4aGlVvApO7fk9eFRKBPE0v3jOfLWjGCBmxF1lXUWYpPLKd+sIhsd7JvwafP/QpBASFQWFwAmxNX8j6k6Xv8tJ5r4aGqrWDsumdU1MQYTaMBG4Mnh1JSb4w0UN/PUoKPT8m4JfUXp1bIzr8Lc7a96rD56xnn4cPoXg7zM/MzIGrTQNH89g0GMp/XE9b3Fs23WiKOQuuMcbmj0FT85jUj4NmHX2GfkFypc+LqAfjl2BK4dPukq6KYbwAE0IB1RpI7BqwzFVAcDRHAqZQago1dIQJKI4AGrDSi2B4ioCECaMAago1dIQJKI4AGrDSi2B4ioCECaMAago1dIQJKI4AGrDSi2B4ioCECaMAago1dIQJKI4AGrDSi2B4ioCECaMAago1dIQJKI4AGrDSi2B4ioCECaMAago1dIQJKI4CrkZRGVOP2Fg6Mgxt3L0PqnfOSew4NDId6lR6GBbEj4dzNI5LrYUH9IYAGrD9OZEu0/8IW2HXmJ8n1ahM/WiMj5ksuL6fgi60nQ/MabWHKxgGsWsWQmtCRLAF8qn5PWHVwPuw597Oc5rCsCwTQgF0ApPfsf8WNJXfTFjCrzwaIOb4crmVchIEtR0LK7TOw7/wmeLDiwxDZeBAxnnmQQ9zQvNh6PBy9/DvzLXUxLVEV9YqhiLm8oY2npp+GVYdmQZsHu0Lt8EYA50q6HN52BrSo2ZatY065fRo+i/0n8+k1nfi4SklLgibVHgc/4iL37I0EcnFaB39vNY548ygDiWQ55JLd77FGHPnWeqpeP3jukTfgo5i+rE1a+KFqT8KrT06DKWSdcfWw+jD8ySgIK1uJOPbLg5UH5sKB5E0lghnsfzRggxFmL+6pa/vJSZhLkocRw4yDK+lniEubV5ghH07Zyk5QasDHSF5G7i0Y9Ni7ZC3wWTiSst2+KcWOQ8qEAX2097nn9JR61fg2/lM4mPwr62Nmn41w/uZxGL2mMzse8vgEGB25BGZvGQa0bnCZUBiztgvLWzBgBzkux3vfmN9/OwxoOQY2Hv83uWjFwM9HF0PsqZWs7Linl8MnvaNhYnRvcsHoBpOJz6xJxIgD/YPhzQ6ziaHOgZa1usCQVmNg/PpezLWur48vLOgfC5fIhSY1PYm1Y6T/0ICNxJZBZM3MuwMT1vfkpZ3S4yfo+8gI3oAD/ctCYVEBn7/q0Ew+TiOnrh3mj/MLcuEMuQtzISc/ixm5K99an8WOgBm9Y4De6RsQP1r0NeOP89HQu/mbzMdW4T2PnNSjyag1HbnmDfeLBmw4yvQtMHVAZx+oq9tJ3b4nd8f15O7Yhzza9oNRnT6HRQN3saL0Dr31xCri9+qre1Vt2ygW+P/h2r+Tcx1c+daavKE/zOu3BS7dOQffxU9nbUcnLIa07Oswk9y9qQ9rGm5mXoFFO9+BtKxUdmyk/9CAjcSWC1l9wPVXQfrIqGbgDMW+j+m/Pc8nZeWlw8zNL/HHwsiYtZHCQ3j/l242x/TxmAuufGvR91uxu+vuM6uB/pkhoEsdnbHojksd6muZOnuTapxHL+8k73tndKY5iuMOAngHdgc1ndWhXiC3nPifzqRCcbRAQN3nKS00wD4QAQsjgAZsYfJRdeMjgAasMw6J43XjDYXqDEOriEPPFTRgnbH9Qpspg8nIYsl2CzqTDcXRDwL0HLl3ruhHKJTkPgJ/JG/tsCtpzbjktIQnyHfQGvdzMGZVBOgdt2548wMdGg2Y8391n2Yf0f8fT+ISq6yQ50MAAAAASUVORK5CYII=)}.vcv-helpers-container .vcv-helper-box-image.bottom-menu{width:360px;height:110px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWgAAABuCAYAAAF9zLnqAAAAAXNSR0IArs4c6QAADsVJREFUeAHtnY1unTgQhZM0eZqoq7z/U1S76tNUbbfndk8zO7GN/7EvJ1IEGHt+vhmMMXB5/PLly8+Xl5eH0N+P7z8ePv/1+dHv+/r160+Wffv2jau35dvb24f61GHroh7LX19fP7SBDtT/9PTpf/JvG//8/c8fAz7uPS7JaZ9TJ6SJcOAc9lPOU6jyKmWINP487aWNjsHb0uiYMyoXgV0JPLLvC51EejnFfjYmL3RCitVF+XNqZ699pUYd6d2yy5tCmmMMSzA03rD7U+tTjO6dHo8clIQ8C9EIUePoDaPFUBvqwD5/UIYcog6OPZ4+PT1gHcuqP/Y2bOy3Wd6ypEy/pPOVpreYlN/2+4/vt8qe8NJGx9zb0uiYMyoXgV0J3C7d0R/mjvJK6hIK2rD7Ypld+hPMkY4pp/FcINaR1PqWXd4U0gi3P6uFxigpunbfFKN7p8efqSbrSe91kI7JxL7U/lg7X95Dhpfpt60ODN7sNkamdhvrHOBBzpbHoQdwxjaG97YXx3SjP2ytXQJtaQxcF+iBcK3op1S624ot60c67CFYq+dIR61c287qgM3+7gRnJNjGb7NcSxEQAREQgbUI3O4P4SqIg+3uV0S//IXsEXItSlwwHI1lbX27nnuZ2uLHlMtZ69SodT/NM0pPrdy7Ac2MLhkqzgzO3YCeCa0mq299M7MAfRzXYbjtt2PrOUrRlnL9IP+o/ei+/Ui/3U8Gtix3/QbTXvHkNsRVT24WwcCYDpyIbCCs/tg9X1uH6yEd/sqMQWbQ0RZlucG0OmA3Zud4Hxky2H1Brt2O+Y56h39QelipsQIMrxUB+3x7lHm7/XatvlQ72KFJpRShjvuqQdvDr6M9Q0XhEPZ2++0RBqB7qgY9wiAvk32qL99xe2nQOwKN2SzQMTKdywW6M9CYOIGOkelcvjTo1hFBzsk09tpUT86tfvS0RbJEQAREQAREQAREQAREYCcCH35jAMZjopp3N7DOuxB+PfcOSy0Q6MvVwbsdNRcHuTpa/IjenOUtGi+8xhEvY+T2jCu9GvujoGuEndkm9yGYs2xceq7jLCg1etHNpdoJdIpOx31303WUngxHnwB9jO4GNB07OhmO6suPAnc3oEcBZABbl+qjWwlmtv/zMxpIfXvmzLk7kfsoValca3uuDttm1Dr8yOES1D/jkSiv2IL3+2q3a/2gLTXt2bbW5lC7HDuol8uQHJRRFpexekdyYu1S5TGd1MWll8F2NfvR5pQuuvro89532F7Jllx3etvcW17KDw4KYzo5wxPbT9mUw20uT0loKtdSBHoTOCWheRT2dma2vKNeZLY9Xh9fMzjifbTfy23Z5tx7TCeZ0vYSXWh7SkKXGKm6IlBCQAldQkt1lyeghF4+RDKwhIASuoSW6i5PQAm9fIjiBvICKl7jentu92QxIT0LDq5uY3OIrfhb/cCkfuzq29sGXrl1fduj7ZQfXidvRFiZqOPjCZm2jl33de2+lvWUH9CZsgl6S/aPjEcLA7UVAREQAREQAREQAREQAREQAREQAREQAREQARF4+N8PwoIH5jD5VkVofhJvNoTmPu2PyVquKOebaL7cbreux+Y8/bxtqx7f/ujlK1//KtuMx2j+H3j65OQ2l7YBJ7qRoKFy34b1Y+VWRuu619EqL6c9/cupe7U6Z8Wj6tY3n2nNDdL0ozTXMNW7OwJ38zryvUQGPRsebi/tNHL9h+zVX93O9SVUTwkdonJiGc9mXI4wBQcN5K86/sdQrta2yyY0oOEhKfRWuCbAcoVA1wZyROLPlMkzE76Sg8kIbEN/6c8rXDahbeLwFFwKb2bA712XZd/SQ1ddFN47XPl3LgHb2ZRactkeuhTUrPo89fa6KEy9Pc0z0yzfZuj5kNA1FyOhGzAzjL9HHeTPZa6PvB7IrX+v9W4XRLOcs5/FbDmthOz1N3tCdXwZPyWKttY2X89v27cjZvqBXpvTbryA9bZxmwl+VA/14Y8dw1JGyzIUDzIGM+z3ZyHOvNBm31Gm9mPfrT4atxhe03bEHbYaP2gHl6W+1LZL6Tnyg/u5jMliQh3VQ/ucOjE9sfKYTNoVYscyLr1slnPp90OnLgp/UfE9gQe14zZ7wxzbS4c3OTJjddgrtzCPtYUfSugYeZVvSUAJvWXYZHSMgBI6RkblWxJQQm8Ztv2NTo3bY2PkHK+V0DmUVGcbAkrobUIlQ3MIKKFzKKnONgSU0NuESobmEFBC51BSnW0IKKG3CZUMzSGghM6hpDrbEFBCbxMqGZpDQAmdQ0l1tiGghN4mVDI0h8ClE7rlFmsOXNUpI3AUj6P90PaUuqdeZk5+7RzD8qX9rtniR23bM/xIvSNYymxk/RjTHPtjbWlvav/tncLY2wUU0GsJQ0Z9MAg21voBm9A2BcoyQCLn1rXtctdjfkAnH5CHrFQ9yzn2hgcPyFG+hOyz9sfsgu14syX2koLfz3jQn1zOqicCIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIiACIrA9gaKP1+OzBaFPCaA89Oyr/XyCJYXnb3t/ygHP1vrnYUc952t96e2Hlb3zeuxZ59E+PSMJ7Pc1mJi+nAbiAe1Q/VCSUpbfR1k9nfP29pQdkzXCD8jkgTnjgKRvvQ/Ms+Lx4StYdFDLcwj0TqxzvDhPa3ZC1/Qa7GHY9jw399Fsh3Q579/18OyevleYndA9wEnGMYF7Sq5jb/vXuPTPGPTHKYlnE1APfXYEnH5eSLviLpucdeoibFEhSujFAmNnkBYzbYo5OKBbGCihp4QpX8mIqUBqtxfnfiqVdXZfKqEXi6Cm7doCctmLQvvNaY5bWdaGVK1rCCAGODthnI91/NfE47I9NKfHbI/IspqA9Goz+k6h9beXzT3kcNwM/1tsvGxC9wjCCBktwRxhz24yldCLRaznncIVzjileFsPaCV0KfHB9XdMwsFIisRf9qKwiJIqb0NAPfRioeKMSw+zjh5uusezgRK6R+Z0lMGr/Y4iLyXqmY94eq9j5b7eKtu72RvjVnOn8IyH6WP2n11+66FjEG25TZjYaTFWDidT+3pBsPZCpr3V20uHlWOZ2PKW9dar/BbdPduCzYyYW5uh8/YuIAMzOgGs8hnr9Au68F0OfLNj9YRBEtDu0fGgHjLhnTm8Zsd9PW2gzKvEw/oLjhxOMsYlbL0s++Rkj44D8vzrlTOO0VIdZId2R/wsM5vjNr+P9Nu4cUqdcrEvdZ2K/qakvbUL/RW2n6EACunAkcG77u+RxDN8nxkPP0JjgszIBa97BtsaHT3iEfOVHXapXb3lQT86H3Y8pfbMrF8aD/hlP6ZWkuOeM+XkHh8t7XkieobBR2eimQG4uq7Z8fCx99uKR/vxsQNT5N0OfzXHh+fvt1N++5NWSVsvF21xgsn5o9682jkSVUcEREAERKArAXXQXXFKmAiIgAj0I6AOuh9LSRIBERCBrgQu00FzTqcrPQkTgZMI+LnM1vxubX8ShkO1fm4dfpb4auecS+aQDw07qEC9l+mgD3ho92QCTMDJaqVOBLYioA56q3DJWBEQgSsRUAd9pWjLVxEQga0IqIPeKlwyVgRE4EoE1EFfKdryVQREYCsC6qC3CpeMFQERuBIBddBXirZ8FQER2IqAOuitwiVjRUAErkRAHfSVoi1fRUAEtiKgDnqrcMlYERCBKxFQB32laDtf9TafAzJxszf73vImolhWVSvT1vYAc6mPuPUAtmw2dTCs5DcKWtX535Jolbdye/jqfxOi1V4rb2bcWu0+o30vPq1yStojZ1D/9lFCfF4Fv+B/bwcNvoDAT8cgMUoAnZFItHFWPOxBDt04gSEH8CUIy60XC/C3cu89HvwCB5fkSL/9Fze4/2hpGdq6NfIgi/btMIBhDuX0Vz6/yQo+13xhiccHP31FebnLo/b0jXbvEI9c31VPBERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABERABETg4ZG//Ztigd+LfXt7e0SdnPqU9fr6emvD327l785yv19aHTm/hYrfLqaO3N9o/fzX55tNXvcq2yV8V7G51g787u1O8eDv9NJf/q4zt3df4piDTzwOV/TnasfHM4KSOlDQudrO8qg+ggqIoeDGAg8doWRPHbxeB3xIJZevH7JvhbIcvivY2WrDLvGI5Wyr/2pfR+Bqx4e+SViXJ2olAiIgAsMJDPkmIc5ydkRs13t6ZOViHXr1JwI9CXCk73O6p45VZOlqYZVIvNsxpIN+F681EdibgDqtveO3u/XqoHePoOwfSoAfF8UNaX+TcKjiDsL5EWjeSO8gUiImE1AHPRm41O1FIHWjei9PZO2OBHSTcMeoyWYREIFpBHAVxXsR05T+p0gj6NnEpW8rAjgwX15ebjb7KQ5OIWzl0C9j7XsNu9l+hr32YYTZ+tVBzyZ+sj6OBPBUAi/fQ2X22fQr3yi7su8np+op6u09B75YhxM0Ts7cR8Psi3Is671UB92b6OLy0DGHRn6+nHXOHD2sgNKOoHnArmBXjg0c+esmYQ6t33U4aLEtOIA542StDtpG4gLroQQMJZ4O6t/JEGJzgTSRi4sQ0E3CRQIhM0RABETAE9AI2hPRtggYAry8XfFNQo3uTaAGrp7JWR30wMBK9P4Ezjw496cnD1oJqINuJaj2d02Ad+5x09Q/Zne247yRW2OH7jHUUJvfRh30fObSuBGB0E3VjcyXqZsT0E3CzQMo80VABO6XwG0EnXrWNfQznqn6tahwE0Z/vwmM4Cu2dQTsc9B+iqNliiFkDeQj9pr3DtF5L7vS8fFnioN3q98xpNdS9WMAOZ+Xlvy+t6Q+O/iSNu+a1ltL8aW19Jnbuy1jebKSH+osV4rGuy04PnbP/3dvwms4Pv4FZDszIjrXteMAAAAASUVORK5CYII=)}.vcv-layout-guide-helper-bottom-menu,.vcv-layout-guide-helper-controls{position:absolute;top:106px;left:0;right:0;margin:auto;height:1px;width:1px}.vcv-layout-guide-helper-bottom-menu{top:0;bottom:0}.vcv-helpers-container .vcv-helpers-welcome-container{position:absolute;right:0;bottom:0;margin:40px;max-width:400px}.vcv-helpers-container .vcv-helpers-welcome-container img{position:absolute;left:-50px}.vcv-helpers-container .vcv-helpers-welcome-container--heading{font-family:Montserrat,serif;font-weight:700;font-size:44px;line-height:40px;color:#fff;margin:0 0 10px;text-transform:uppercase}.vcv-helpers-container .vcv-helpers-welcome-container--description{font-family:Roboto,serif;font-weight:500;font-size:18px;font-style:italic;line-height:26px;color:#fff;margin:0}.spinner{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;z-index:1}.vcv-premium-teaser{position:relative;max-width:500px;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 auto;padding:20px}.vcv-premium-teaser-badge{width:60px;height:90px;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.444L249 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-.175l-55.233-57.948v-52.097l32.027 11.587 23.007-39.608.199-.071v138.137zm11.895-202.807l6.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.82L91.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;margin:0 auto 30px}.vcv-agree-hub-terms-badge{width:80px;height:73px;background-size:cover;margin:0 auto 30px;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=")}.vcv-premium-teaser-header{margin:0 0 16px}.vcv-premium-teaser-heading{margin:0;font-weight:700;font-size:22px;color:#363636;line-height:26px}.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{min-width:280px;display:block;border-radius:0;background:#ffae27;font-size:12px;padding:14px;font-weight:600;border:none;line-height:22px;color:#fff;text-decoration:none;cursor:pointer;transition:background .2s ease-in-out}.vcv-premium-teaser-btn:active,.vcv-premium-teaser-btn:focus,.vcv-premium-teaser-btn:hover{color:#fff;background:#d98800}.vcv-premium-teaser-btn:disabled{cursor:not-allowed;opacity:.7;background:transparent}.vcv-premium-teaser-text{margin:0 0 25px;font-style:italic;letter-spacing:1.08px;font-family:Roboto,sans-serif;font-size:14px;color:#999;text-align:center;line-height:22px;font-weight:500;-webkit-font-smoothing:antialiased}.vcv-premium-teaser-text a{text-decoration:none;color:#586dc6;transition:color .2s}.vcv-premium-teaser-text a:hover{color:#515162;text-decoration:underline}.vcv-premium-teaser-close{position:absolute;margin-top:1px;top:-10px;right:-10px;padding:10px;background:transparent;border:none;color:inherit;cursor:pointer;opacity:1;transition:opacity .2s ease-in-out}.vcv-premium-teaser-close:hover{opacity:.5}.vcv-premium-teaser-action-container{position:relative;display:block}.vcv-premium-teaser-action-container .vcv-premium-teaser-btn--loading:before{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;z-index:1}.vc-v-root-element .controls{padding:10px;text-align:center}.vc-v-root-element .controls a{font-size:12px;width:12px;height:12px;cursor:pointer;display:inline-block;margin-right:4px}[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{position:absolute;pointer-events:none;box-sizing:border-box;z-index:1010;border:1px dashed hsla(0,0%,71.8%,.5)}.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%,71.8%,.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%,71.8%,.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{position:absolute;pointer-events:none;box-sizing:border-box;opacity:0;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%,71.8%,.8)}.vcv-ui-element-frame--locked{border-top:none;border-left:none;border-right: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{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right: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{visibility:visible;opacity:1;transition:visibility 0s,opacity .2s ease-in-out}.vcv-ui-outline-controls-container{position:absolute;z-index:1100;pointer-events:none}.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-top-left-radius:5px;border-bottom-left-radius:5px}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.vcv-ui-outline-controls{font-size:13px;line-height:13px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;pointer-events:all;position:absolute;left:0;bottom:100%;padding:1px 1px 2px;margin-bottom:-1px}.vcv-ui-outline-controls>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative: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{color:#fff;background-color:#203251;position:relative;width:10px}.vcv-ui-outline-control-separator:before{position:absolute;top:50%;left:50%;opacity:.3;font-size:14px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-outline-control{padding:0;overflow:hidden;min-width:40px;min-height:40px;text-decoration:none;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition:all .2s ease-in-out}.vcv-ui-outline-control[disabled]{opacity:.5;cursor:not-allowed}.vcv-ui-outline-control-content{white-space:nowrap;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-outline-control-content>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-outline-control-content>.vcv-ui-outline-control-icon{width:32px;height:32px;margin:4px}.vcv-ui-outline-control-content[disabled]{opacity:.5;cursor:not-allowed}.vcv-ui-outline-control-icon{position:relative;width:40px;height:40px;text-align:center}.vcv-ui-outline-control-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-outline-control-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;line-height:inherit;margin:0}.vcv-ui-outline-control-dropdown>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative: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{line-height:inherit;margin:0;padding:0;display:block;cursor:move}.vcv-ui-outline-control-dropdown-non-draggable .vcv-ui-outline-control-dropdown-trigger{cursor:default}.vcv-ui-outline-control-dropdown-content{display:block;line-height:inherit;margin:0;padding:0;min-width:140px;position:fixed;top:100%;left:0;z-index:1110;visibility:hidden;opacity:0;transition:visibility 0s,opacity .2s ease-in-out}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control{border-radius:5px;text-align:left;padding-left:8px;padding-right:16px}.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-top-left-radius:0;border-bottom-left-radius:0;border-bottom-right-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-outline-controls-container.vcv-ui-controls-o-controls-left .vcv-ui-outline-controls{right:auto;left:0}.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-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content{top:auto;bottom:100%;margin:0}.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{position:absolute;z-index:1020;pointer-events:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-append-control-wrapper{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.vcv-ui-append-control{background-color:#203251;color:#fff;pointer-events:all;padding:6px;border-radius:5px;cursor:pointer;transition:background-color .2s ease-in-out;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.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{pointer-events:none;position:absolute;z-index:10999;opacity:0}#vcv-dnd