Visual Composer Website Builder - Version 29.0-beta.1

Version Description

Download this release

Release Info

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

Code changes from version 28.0 to 29.0-beta.1

cache/autoload.php CHANGED
@@ -384,115 +384,10 @@ return array (
384
  ),
385
  'modules' =>
386
  array (
387
- 'MigrationsAssets22Migration' =>
388
- array (
389
- 'name' => 'MigrationsAssets22Migration',
390
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
391
- 'make' => true,
392
- 'singleton' => true,
393
- ),
394
- 'MigrationsCustomTemplatesUpdate24Migration' =>
395
- array (
396
- 'name' => 'MigrationsCustomTemplatesUpdate24Migration',
397
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesUpdate24Migration',
398
- 'make' => true,
399
- 'singleton' => true,
400
- ),
401
- 'MigrationsDefaultElementsMigration' =>
402
- array (
403
- 'name' => 'MigrationsDefaultElementsMigration',
404
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
405
- 'make' => true,
406
- 'singleton' => true,
407
- ),
408
- 'MigrationsFixPredefinedTemplateUpdate' =>
409
- array (
410
- 'name' => 'MigrationsFixPredefinedTemplateUpdate',
411
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\FixPredefinedTemplateUpdate',
412
- 'make' => true,
413
- 'singleton' => true,
414
- ),
415
- 'MigrationsGlobalJavascriptMigration' =>
416
- array (
417
- 'name' => 'MigrationsGlobalJavascriptMigration',
418
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
419
- 'make' => true,
420
- 'singleton' => true,
421
- ),
422
- 'MigrationsLicenseMigration' =>
423
- array (
424
- 'name' => 'MigrationsLicenseMigration',
425
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
426
- 'make' => true,
427
- 'singleton' => true,
428
- ),
429
- 'MigrationsPredefinedTemplateMigration' =>
430
- array (
431
- 'name' => 'MigrationsPredefinedTemplateMigration',
432
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
433
- 'make' => true,
434
- 'singleton' => true,
435
- ),
436
- 'MigrationsSettingsMigration' =>
437
- array (
438
- 'name' => 'MigrationsSettingsMigration',
439
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
440
- 'make' => true,
441
- 'singleton' => true,
442
- ),
443
- 'MigrationsTemplates114Migration' =>
444
- array (
445
- 'name' => 'MigrationsTemplates114Migration',
446
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
447
- 'make' => true,
448
- 'singleton' => true,
449
- ),
450
- 'MigrationsUpdateGlobalElementsMigration' =>
451
- array (
452
- 'name' => 'MigrationsUpdateGlobalElementsMigration',
453
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
454
- 'make' => true,
455
- 'singleton' => true,
456
- ),
457
- 'UtmUtm' =>
458
- array (
459
- 'name' => 'UtmUtm',
460
- 'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
461
- 'make' => true,
462
- 'singleton' => true,
463
- ),
464
- 'SystemCacheCacheController' =>
465
- array (
466
- 'name' => 'SystemCacheCacheController',
467
- 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
468
- 'make' => true,
469
- 'singleton' => true,
470
- ),
471
- 'SystemTextDomainController' =>
472
- array (
473
- 'name' => 'SystemTextDomainController',
474
- 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
475
- 'make' => true,
476
- 'singleton' => true,
477
- ),
478
- 'SystemActivationController' =>
479
- array (
480
- 'name' => 'SystemActivationController',
481
- 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
482
- 'make' => true,
483
- 'singleton' => true,
484
- ),
485
- 'SystemAjaxAdminController' =>
486
- array (
487
- 'name' => 'SystemAjaxAdminController',
488
- 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
489
- 'make' => true,
490
- 'singleton' => true,
491
- ),
492
- 'SystemAjaxController' =>
493
  array (
494
- 'name' => 'SystemAjaxController',
495
- 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
496
  'make' => true,
497
  'singleton' => true,
498
  ),
@@ -510,227 +405,206 @@ return array (
510
  'make' => true,
511
  'singleton' => true,
512
  ),
513
- 'EditorsEnvController' =>
514
- array (
515
- 'name' => 'EditorsEnvController',
516
- 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
517
- 'make' => true,
518
- 'singleton' => true,
519
- ),
520
- 'EditorsMediaSizesController' =>
521
- array (
522
- 'name' => 'EditorsMediaSizesController',
523
- 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
524
- 'make' => true,
525
- 'singleton' => true,
526
- ),
527
- 'EditorsBackendEditorController' =>
528
- array (
529
- 'name' => 'EditorsBackendEditorController',
530
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
531
- 'make' => true,
532
- 'singleton' => true,
533
- ),
534
- 'EditorsBackendSaveSetEditorController' =>
535
  array (
536
- 'name' => 'EditorsBackendSaveSetEditorController',
537
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
538
  'make' => true,
539
  'singleton' => true,
540
  ),
541
- 'EditorsAttributesWpEditor' =>
542
  array (
543
- 'name' => 'EditorsAttributesWpEditor',
544
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
545
  'make' => true,
546
  'singleton' => true,
547
  ),
548
- 'EditorsAttributesAutoCompleteController' =>
549
  array (
550
- 'name' => 'EditorsAttributesAutoCompleteController',
551
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
552
  'make' => true,
553
  'singleton' => true,
554
  ),
555
- 'EditorsAttributesAjaxFormController' =>
556
  array (
557
- 'name' => 'EditorsAttributesAjaxFormController',
558
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
559
  'make' => true,
560
  'singleton' => true,
561
  ),
562
- 'EditorsAttributesIconPickerController' =>
563
  array (
564
- 'name' => 'EditorsAttributesIconPickerController',
565
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
566
  'make' => true,
567
  'singleton' => true,
568
  ),
569
- 'EditorsAttributesUrlController' =>
570
  array (
571
- 'name' => 'EditorsAttributesUrlController',
572
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
573
  'make' => true,
574
  'singleton' => true,
575
  ),
576
- 'EditorsAttributesCodeMirrorCodeMirrorController' =>
577
  array (
578
- 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
579
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
580
  'make' => true,
581
  'singleton' => true,
582
  ),
583
- 'EditorsDataAjaxController' =>
584
  array (
585
- 'name' => 'EditorsDataAjaxController',
586
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
587
  'make' => true,
588
  'singleton' => true,
589
  ),
590
- 'EditorsDataAjaxPostDataController' =>
591
  array (
592
- 'name' => 'EditorsDataAjaxPostDataController',
593
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
594
  'make' => true,
595
  'singleton' => true,
596
  ),
597
- 'EditorsDataAjaxPostFieldsController' =>
598
  array (
599
- 'name' => 'EditorsDataAjaxPostFieldsController',
600
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
601
  'make' => true,
602
  'singleton' => true,
603
  ),
604
- 'EditorsDataAjaxRevisionController' =>
605
  array (
606
- 'name' => 'EditorsDataAjaxRevisionController',
607
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
608
  'make' => true,
609
  'singleton' => true,
610
  ),
611
- 'EditorsSettingsItemPreviewController' =>
612
  array (
613
- 'name' => 'EditorsSettingsItemPreviewController',
614
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
615
  'make' => true,
616
  'singleton' => true,
617
  ),
618
- 'EditorsSettingsPageEditableTemplatesController' =>
619
  array (
620
- 'name' => 'EditorsSettingsPageEditableTemplatesController',
621
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
622
  'make' => true,
623
  'singleton' => true,
624
  ),
625
- 'EditorsSettingsPageTemplatesController' =>
626
  array (
627
- 'name' => 'EditorsSettingsPageTemplatesController',
628
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
629
  'make' => true,
630
  'singleton' => true,
631
  ),
632
- 'EditorsSettingsPageTemplatesSaveController' =>
633
  array (
634
- 'name' => 'EditorsSettingsPageTemplatesSaveController',
635
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
636
  'make' => true,
637
  'singleton' => true,
638
  ),
639
- 'EditorsSettingsPageTemplatesVariablesController' =>
640
  array (
641
- 'name' => 'EditorsSettingsPageTemplatesVariablesController',
642
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
643
  'make' => true,
644
  'singleton' => true,
645
  ),
646
- 'EditorsSettingsSlugController' =>
647
  array (
648
- 'name' => 'EditorsSettingsSlugController',
649
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
650
  'make' => true,
651
  'singleton' => true,
652
  ),
653
- 'EditorsSettingsTitleController' =>
654
  array (
655
- 'name' => 'EditorsSettingsTitleController',
656
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
657
  'make' => true,
658
  'singleton' => true,
659
  ),
660
- 'EditorsEditPostLinksController' =>
661
  array (
662
- 'name' => 'EditorsEditPostLinksController',
663
- 'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
664
  'make' => true,
665
  'singleton' => true,
666
  ),
667
- 'EditorsFrontendLayoutSwitcherBundleController' =>
668
  array (
669
- 'name' => 'EditorsFrontendLayoutSwitcherBundleController',
670
- 'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
671
  'make' => true,
672
  'singleton' => true,
673
  ),
674
- 'EditorsFrontendBundleController' =>
675
  array (
676
- 'name' => 'EditorsFrontendBundleController',
677
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
678
  'make' => true,
679
  'singleton' => true,
680
  ),
681
- 'EditorsFrontendController' =>
682
  array (
683
- 'name' => 'EditorsFrontendController',
684
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
685
  'make' => true,
686
  'singleton' => true,
687
  ),
688
- 'EditorsFrontendHeartbeatController' =>
689
  array (
690
- 'name' => 'EditorsFrontendHeartbeatController',
691
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
692
  'make' => true,
693
  'singleton' => true,
694
  ),
695
- 'EditorsFrontendMenuController' =>
696
  array (
697
- 'name' => 'EditorsFrontendMenuController',
698
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
699
  'make' => true,
700
  'singleton' => true,
701
  ),
702
- 'EditorsFrontendVariablesController' =>
703
  array (
704
- 'name' => 'EditorsFrontendVariablesController',
705
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
706
  'make' => true,
707
  'singleton' => true,
708
  ),
709
- 'EditorsPageEditableController' =>
710
  array (
711
- 'name' => 'EditorsPageEditableController',
712
- 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
713
  'make' => true,
714
  'singleton' => true,
715
  ),
716
- 'EditorsTemplatesController' =>
717
  array (
718
- 'name' => 'EditorsTemplatesController',
719
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
720
  'make' => true,
721
  'singleton' => true,
722
  ),
723
- 'EditorsTemplatesPostType' =>
724
  array (
725
- 'name' => 'EditorsTemplatesPostType',
726
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
727
  'make' => true,
728
  'singleton' => true,
729
  ),
730
- 'UpdatesUpdatesController' =>
731
  array (
732
- 'name' => 'UpdatesUpdatesController',
733
- 'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
734
  'make' => true,
735
  'singleton' => true,
736
  ),
@@ -846,171 +720,269 @@ return array (
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
- 'SettingsMenuController' =>
850
  array (
851
- 'name' => 'SettingsMenuController',
852
- 'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
- 'SettingsNoticeController' =>
857
  array (
858
- 'name' => 'SettingsNoticeController',
859
- 'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
- 'SettingsSettingsController' =>
864
  array (
865
- 'name' => 'SettingsSettingsController',
866
- 'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
- 'SettingsFieldsCssEditor' =>
871
  array (
872
- 'name' => 'SettingsFieldsCssEditor',
873
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
- 'SettingsFieldsFactoryResetController' =>
878
  array (
879
- 'name' => 'SettingsFieldsFactoryResetController',
880
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
- 'SettingsFieldsJsEditor' =>
885
  array (
886
- 'name' => 'SettingsFieldsJsEditor',
887
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
888
  'make' => true,
889
  'singleton' => true,
890
  ),
891
- 'SettingsFieldsPostTypes' =>
892
  array (
893
- 'name' => 'SettingsFieldsPostTypes',
894
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\PostTypes',
895
  'make' => true,
896
  'singleton' => true,
897
  ),
898
- 'SettingsPagesAbout' =>
899
  array (
900
- 'name' => 'SettingsPagesAbout',
901
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\About',
902
  'make' => true,
903
  'singleton' => true,
904
  ),
905
- 'SettingsPagesCssJsSettings' =>
906
  array (
907
- 'name' => 'SettingsPagesCssJsSettings',
908
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
909
  'make' => true,
910
  'singleton' => true,
911
  ),
912
- 'SettingsPagesHub' =>
913
  array (
914
- 'name' => 'SettingsPagesHub',
915
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Hub',
916
  'make' => true,
917
  'singleton' => true,
918
  ),
919
- 'SettingsPagesSettings' =>
920
  array (
921
- 'name' => 'SettingsPagesSettings',
922
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
923
  'make' => true,
924
  'singleton' => true,
925
  ),
926
- 'SettingsPagesSystemStatus' =>
927
  array (
928
- 'name' => 'SettingsPagesSystemStatus',
929
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
930
  'make' => true,
931
  'singleton' => true,
932
  ),
933
- 'SettingsAjaxSystemStatusController' =>
934
  array (
935
- 'name' => 'SettingsAjaxSystemStatusController',
936
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
937
  'make' => true,
938
  'singleton' => true,
939
  ),
940
- 'LicenseActivationRedirectController' =>
941
  array (
942
- 'name' => 'LicenseActivationRedirectController',
943
- 'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
944
  'make' => true,
945
  'singleton' => true,
946
  ),
947
- 'LicenseDeactivationController' =>
948
  array (
949
- 'name' => 'LicenseDeactivationController',
950
- 'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
951
  'make' => true,
952
  'singleton' => true,
953
  ),
954
- 'LicenseEditorVariablesController' =>
955
  array (
956
- 'name' => 'LicenseEditorVariablesController',
957
- 'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
958
  'make' => true,
959
  'singleton' => true,
960
  ),
961
- 'LicenseErrorReportingController' =>
962
  array (
963
- 'name' => 'LicenseErrorReportingController',
964
- 'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
965
  'make' => true,
966
  'singleton' => true,
967
  ),
968
- 'LicenseFeedbackController' =>
969
  array (
970
- 'name' => 'LicenseFeedbackController',
971
- 'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
972
  'make' => true,
973
  'singleton' => true,
974
  ),
975
- 'LicenseLicenseController' =>
976
  array (
977
- 'name' => 'LicenseLicenseController',
978
- 'abstract' => 'VisualComposer\\Modules\\License\\LicenseController',
979
  'make' => true,
980
  'singleton' => true,
981
  ),
982
- 'LicenseUpdateVariablesController' =>
983
  array (
984
- 'name' => 'LicenseUpdateVariablesController',
985
- 'abstract' => 'VisualComposer\\Modules\\License\\UpdateVariablesController',
986
  'make' => true,
987
  'singleton' => true,
988
  ),
989
- 'LicensePagesGettingStarted' =>
990
  array (
991
- 'name' => 'LicensePagesGettingStarted',
992
- 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GettingStarted',
993
  'make' => true,
994
  'singleton' => true,
995
  ),
996
- 'LicensePagesGoPremium' =>
997
  array (
998
- 'name' => 'LicensePagesGoPremium',
999
- 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GoPremium',
1000
  'make' => true,
1001
  'singleton' => true,
1002
  ),
1003
- 'LicensePagesLicenseStatus' =>
1004
  array (
1005
- 'name' => 'LicensePagesLicenseStatus',
1006
- 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\LicenseStatus',
1007
  'make' => true,
1008
  'singleton' => true,
1009
  ),
1010
- 'ApiFactory' =>
1011
  array (
1012
- 'name' => 'ApiFactory',
1013
- 'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1014
  'make' => true,
1015
  'singleton' => true,
1016
  ),
@@ -1035,38 +1007,24 @@ return array (
1035
  'make' => true,
1036
  'singleton' => true,
1037
  ),
1038
- 'HubAddonsAddonDownloadController' =>
1039
- array (
1040
- 'name' => 'HubAddonsAddonDownloadController',
1041
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
1042
- 'make' => true,
1043
- 'singleton' => true,
1044
- ),
1045
- 'HubAddonsAddons' =>
1046
- array (
1047
- 'name' => 'HubAddonsAddons',
1048
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
1049
- 'make' => true,
1050
- 'singleton' => true,
1051
- ),
1052
- 'HubAddonsAddonsUpdater' =>
1053
  array (
1054
- 'name' => 'HubAddonsAddonsUpdater',
1055
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
1056
  'make' => true,
1057
  'singleton' => true,
1058
  ),
1059
- 'HubAddonsTeasersTeasersController' =>
1060
  array (
1061
- 'name' => 'HubAddonsTeasersTeasersController',
1062
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
1063
  'make' => true,
1064
  'singleton' => true,
1065
  ),
1066
- 'HubAddonsTeasersTeasersDownloadController' =>
1067
  array (
1068
- 'name' => 'HubAddonsTeasersTeasersDownloadController',
1069
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
1070
  'make' => true,
1071
  'singleton' => true,
1072
  ),
@@ -1098,66 +1056,45 @@ return array (
1098
  'make' => true,
1099
  'singleton' => true,
1100
  ),
1101
- 'HubUnsplashUnsplashDownloadController' =>
1102
- array (
1103
- 'name' => 'HubUnsplashUnsplashDownloadController',
1104
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Unsplash\\UnsplashDownloadController',
1105
- 'make' => true,
1106
- 'singleton' => true,
1107
- ),
1108
- 'HubActionsPostUpdateAction' =>
1109
- array (
1110
- 'name' => 'HubActionsPostUpdateAction',
1111
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
1112
- 'make' => true,
1113
- 'singleton' => true,
1114
- ),
1115
- 'HubPagesUpdateBePage' =>
1116
- array (
1117
- 'name' => 'HubPagesUpdateBePage',
1118
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
1119
- 'make' => true,
1120
- 'singleton' => true,
1121
- ),
1122
- 'HubPagesUpdateFePage' =>
1123
  array (
1124
- 'name' => 'HubPagesUpdateFePage',
1125
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
1126
  'make' => true,
1127
  'singleton' => true,
1128
  ),
1129
- 'HubElementsElementDownloadController' =>
1130
  array (
1131
- 'name' => 'HubElementsElementDownloadController',
1132
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
1133
  'make' => true,
1134
  'singleton' => true,
1135
  ),
1136
- 'HubElementsElements' =>
1137
  array (
1138
- 'name' => 'HubElementsElements',
1139
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
1140
  'make' => true,
1141
  'singleton' => true,
1142
  ),
1143
- 'HubElementsElementsUpdater' =>
1144
  array (
1145
- 'name' => 'HubElementsElementsUpdater',
1146
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
1147
  'make' => true,
1148
  'singleton' => true,
1149
  ),
1150
- 'HubElementsTeasersTeasersController' =>
1151
  array (
1152
- 'name' => 'HubElementsTeasersTeasersController',
1153
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
1154
  'make' => true,
1155
  'singleton' => true,
1156
  ),
1157
- 'HubElementsTeasersTeasersDownloadController' =>
1158
  array (
1159
- 'name' => 'HubElementsTeasersTeasersDownloadController',
1160
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
1161
  'make' => true,
1162
  'singleton' => true,
1163
  ),
@@ -1196,115 +1133,108 @@ return array (
1196
  'make' => true,
1197
  'singleton' => true,
1198
  ),
1199
- 'ElementsApiController' =>
1200
- array (
1201
- 'name' => 'ElementsApiController',
1202
- 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
1203
- 'make' => true,
1204
- 'singleton' => true,
1205
- ),
1206
- 'ElementsController' =>
1207
  array (
1208
- 'name' => 'ElementsController',
1209
- 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
1210
  'make' => true,
1211
  'singleton' => true,
1212
  ),
1213
- 'ElementsWpWidgetsWpWidgetsController' =>
1214
  array (
1215
- 'name' => 'ElementsWpWidgetsWpWidgetsController',
1216
- 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
1217
  'make' => true,
1218
  'singleton' => true,
1219
  ),
1220
- 'ElementsWpWidgetsWpWidgetsShortcodes' =>
1221
  array (
1222
- 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
1223
- 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
1224
  'make' => true,
1225
  'singleton' => true,
1226
  ),
1227
- 'ElementsAjaxImageControllerController' =>
1228
  array (
1229
- 'name' => 'ElementsAjaxImageControllerController',
1230
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
1231
  'make' => true,
1232
  'singleton' => true,
1233
  ),
1234
- 'ElementsEncodedShortcodeController' =>
1235
  array (
1236
- 'name' => 'ElementsEncodedShortcodeController',
1237
- 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
1238
  'make' => true,
1239
  'singleton' => true,
1240
  ),
1241
- 'ElementsGlobalVariablesController' =>
1242
  array (
1243
- 'name' => 'ElementsGlobalVariablesController',
1244
- 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
- 'ElementsAssetShortcodeController' =>
1249
  array (
1250
- 'name' => 'ElementsAssetShortcodeController',
1251
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
- 'ElementsAjaxShortcodeController' =>
1256
  array (
1257
- 'name' => 'ElementsAjaxShortcodeController',
1258
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
- 'InternationalizationLocale' =>
1263
  array (
1264
- 'name' => 'InternationalizationLocale',
1265
- 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
- 'FrontViewAssetResetController' =>
1270
  array (
1271
- 'name' => 'FrontViewAssetResetController',
1272
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
- 'FrontViewAssetUrlReplaceController' =>
1277
  array (
1278
- 'name' => 'FrontViewAssetUrlReplaceController',
1279
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
- 'FrontViewContentUrlReplaceController' =>
1284
  array (
1285
- 'name' => 'FrontViewContentUrlReplaceController',
1286
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
- 'FrontViewFrontVariablesController' =>
1291
  array (
1292
- 'name' => 'FrontViewFrontVariablesController',
1293
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
- 'FrontViewFrontViewController' =>
1298
  array (
1299
- 'name' => 'FrontViewFrontViewController',
1300
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
- 'FrontViewPluginsInfoController' =>
1305
  array (
1306
- 'name' => 'FrontViewPluginsInfoController',
1307
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
@@ -1392,5 +1322,75 @@ return array (
1392
  'make' => true,
1393
  'singleton' => true,
1394
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1395
  ),
1396
  );
384
  ),
385
  'modules' =>
386
  array (
387
+ 'UpdatesUpdatesController' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
388
  array (
389
+ 'name' => 'UpdatesUpdatesController',
390
+ 'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
391
  'make' => true,
392
  'singleton' => true,
393
  ),
405
  'make' => true,
406
  'singleton' => true,
407
  ),
408
+ 'ApiFactory' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
409
  array (
410
+ 'name' => 'ApiFactory',
411
+ 'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
412
  'make' => true,
413
  'singleton' => true,
414
  ),
415
+ 'SystemAjaxAdminController' =>
416
  array (
417
+ 'name' => 'SystemAjaxAdminController',
418
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
419
  'make' => true,
420
  'singleton' => true,
421
  ),
422
+ 'SystemAjaxController' =>
423
  array (
424
+ 'name' => 'SystemAjaxController',
425
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
426
  'make' => true,
427
  'singleton' => true,
428
  ),
429
+ 'SystemActivationController' =>
430
  array (
431
+ 'name' => 'SystemActivationController',
432
+ 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
433
  'make' => true,
434
  'singleton' => true,
435
  ),
436
+ 'SystemCacheCacheController' =>
437
  array (
438
+ 'name' => 'SystemCacheCacheController',
439
+ 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
440
  'make' => true,
441
  'singleton' => true,
442
  ),
443
+ 'SystemTextDomainController' =>
444
  array (
445
+ 'name' => 'SystemTextDomainController',
446
+ 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
447
  'make' => true,
448
  'singleton' => true,
449
  ),
450
+ 'SettingsMenuController' =>
451
  array (
452
+ 'name' => 'SettingsMenuController',
453
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
454
  'make' => true,
455
  'singleton' => true,
456
  ),
457
+ 'SettingsNoticeController' =>
458
  array (
459
+ 'name' => 'SettingsNoticeController',
460
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
461
  'make' => true,
462
  'singleton' => true,
463
  ),
464
+ 'SettingsSettingsController' =>
465
  array (
466
+ 'name' => 'SettingsSettingsController',
467
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
468
  'make' => true,
469
  'singleton' => true,
470
  ),
471
+ 'SettingsAjaxSystemStatusController' =>
472
  array (
473
+ 'name' => 'SettingsAjaxSystemStatusController',
474
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
475
  'make' => true,
476
  'singleton' => true,
477
  ),
478
+ 'SettingsPagesAbout' =>
479
  array (
480
+ 'name' => 'SettingsPagesAbout',
481
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\About',
482
  'make' => true,
483
  'singleton' => true,
484
  ),
485
+ 'SettingsPagesCssJsSettings' =>
486
  array (
487
+ 'name' => 'SettingsPagesCssJsSettings',
488
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
489
  'make' => true,
490
  'singleton' => true,
491
  ),
492
+ 'SettingsPagesHub' =>
493
  array (
494
+ 'name' => 'SettingsPagesHub',
495
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Hub',
496
  'make' => true,
497
  'singleton' => true,
498
  ),
499
+ 'SettingsPagesSettings' =>
500
  array (
501
+ 'name' => 'SettingsPagesSettings',
502
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
503
  'make' => true,
504
  'singleton' => true,
505
  ),
506
+ 'SettingsPagesSystemStatus' =>
507
  array (
508
+ 'name' => 'SettingsPagesSystemStatus',
509
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
510
  'make' => true,
511
  'singleton' => true,
512
  ),
513
+ 'SettingsFieldsCssEditor' =>
514
  array (
515
+ 'name' => 'SettingsFieldsCssEditor',
516
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
517
  'make' => true,
518
  'singleton' => true,
519
  ),
520
+ 'SettingsFieldsFactoryResetController' =>
521
  array (
522
+ 'name' => 'SettingsFieldsFactoryResetController',
523
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
524
  'make' => true,
525
  'singleton' => true,
526
  ),
527
+ 'SettingsFieldsJsEditor' =>
528
  array (
529
+ 'name' => 'SettingsFieldsJsEditor',
530
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
531
  'make' => true,
532
  'singleton' => true,
533
  ),
534
+ 'SettingsFieldsPostTypes' =>
535
  array (
536
+ 'name' => 'SettingsFieldsPostTypes',
537
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\PostTypes',
538
  'make' => true,
539
  'singleton' => true,
540
  ),
541
+ 'LicenseActivationRedirectController' =>
542
  array (
543
+ 'name' => 'LicenseActivationRedirectController',
544
+ 'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
545
  'make' => true,
546
  'singleton' => true,
547
  ),
548
+ 'LicenseDeactivationController' =>
549
  array (
550
+ 'name' => 'LicenseDeactivationController',
551
+ 'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
552
  'make' => true,
553
  'singleton' => true,
554
  ),
555
+ 'LicenseEditorVariablesController' =>
556
  array (
557
+ 'name' => 'LicenseEditorVariablesController',
558
+ 'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
559
  'make' => true,
560
  'singleton' => true,
561
  ),
562
+ 'LicenseErrorReportingController' =>
563
  array (
564
+ 'name' => 'LicenseErrorReportingController',
565
+ 'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
566
  'make' => true,
567
  'singleton' => true,
568
  ),
569
+ 'LicenseFeedbackController' =>
570
  array (
571
+ 'name' => 'LicenseFeedbackController',
572
+ 'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
573
  'make' => true,
574
  'singleton' => true,
575
  ),
576
+ 'LicenseLicenseController' =>
577
  array (
578
+ 'name' => 'LicenseLicenseController',
579
+ 'abstract' => 'VisualComposer\\Modules\\License\\LicenseController',
580
  'make' => true,
581
  'singleton' => true,
582
  ),
583
+ 'LicenseUpdateVariablesController' =>
584
  array (
585
+ 'name' => 'LicenseUpdateVariablesController',
586
+ 'abstract' => 'VisualComposer\\Modules\\License\\UpdateVariablesController',
587
  'make' => true,
588
  'singleton' => true,
589
  ),
590
+ 'LicensePagesGettingStarted' =>
591
  array (
592
+ 'name' => 'LicensePagesGettingStarted',
593
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GettingStarted',
594
  'make' => true,
595
  'singleton' => true,
596
  ),
597
+ 'LicensePagesGoPremium' =>
598
  array (
599
+ 'name' => 'LicensePagesGoPremium',
600
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GoPremium',
601
  'make' => true,
602
  'singleton' => true,
603
  ),
604
+ 'LicensePagesLicenseStatus' =>
605
  array (
606
+ 'name' => 'LicensePagesLicenseStatus',
607
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\LicenseStatus',
608
  'make' => true,
609
  'singleton' => true,
610
  ),
720
  'make' => true,
721
  'singleton' => true,
722
  ),
723
+ 'InternationalizationLocale' =>
724
  array (
725
+ 'name' => 'InternationalizationLocale',
726
+ 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
727
  'make' => true,
728
  'singleton' => true,
729
  ),
730
+ 'FrontViewAssetResetController' =>
731
  array (
732
+ 'name' => 'FrontViewAssetResetController',
733
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
734
  'make' => true,
735
  'singleton' => true,
736
  ),
737
+ 'FrontViewAssetUrlReplaceController' =>
738
  array (
739
+ 'name' => 'FrontViewAssetUrlReplaceController',
740
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
741
  'make' => true,
742
  'singleton' => true,
743
  ),
744
+ 'FrontViewContentUrlReplaceController' =>
745
  array (
746
+ 'name' => 'FrontViewContentUrlReplaceController',
747
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
748
  'make' => true,
749
  'singleton' => true,
750
  ),
751
+ 'FrontViewFrontVariablesController' =>
752
  array (
753
+ 'name' => 'FrontViewFrontVariablesController',
754
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
755
  'make' => true,
756
  'singleton' => true,
757
  ),
758
+ 'FrontViewFrontViewController' =>
759
  array (
760
+ 'name' => 'FrontViewFrontViewController',
761
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
762
  'make' => true,
763
  'singleton' => true,
764
  ),
765
+ 'FrontViewPluginsInfoController' =>
766
  array (
767
+ 'name' => 'FrontViewPluginsInfoController',
768
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
769
  'make' => true,
770
  'singleton' => true,
771
  ),
772
+ 'EditorsEnvController' =>
773
  array (
774
+ 'name' => 'EditorsEnvController',
775
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
776
  'make' => true,
777
  'singleton' => true,
778
  ),
779
+ 'EditorsMediaSizesController' =>
780
  array (
781
+ 'name' => 'EditorsMediaSizesController',
782
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
783
  'make' => true,
784
  'singleton' => true,
785
  ),
786
+ 'EditorsEditPostLinksController' =>
787
  array (
788
+ 'name' => 'EditorsEditPostLinksController',
789
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
790
  'make' => true,
791
  'singleton' => true,
792
  ),
793
+ 'EditorsFrontendBundleController' =>
794
  array (
795
+ 'name' => 'EditorsFrontendBundleController',
796
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
797
  'make' => true,
798
  'singleton' => true,
799
  ),
800
+ 'EditorsFrontendController' =>
801
  array (
802
+ 'name' => 'EditorsFrontendController',
803
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
804
  'make' => true,
805
  'singleton' => true,
806
  ),
807
+ 'EditorsFrontendHeartbeatController' =>
808
  array (
809
+ 'name' => 'EditorsFrontendHeartbeatController',
810
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
811
  'make' => true,
812
  'singleton' => true,
813
  ),
814
+ 'EditorsFrontendMenuController' =>
815
  array (
816
+ 'name' => 'EditorsFrontendMenuController',
817
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
818
  'make' => true,
819
  'singleton' => true,
820
  ),
821
+ 'EditorsFrontendVariablesController' =>
822
  array (
823
+ 'name' => 'EditorsFrontendVariablesController',
824
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
825
  'make' => true,
826
  'singleton' => true,
827
  ),
828
+ 'EditorsBackendEditorController' =>
829
  array (
830
+ 'name' => 'EditorsBackendEditorController',
831
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
832
  'make' => true,
833
  'singleton' => true,
834
  ),
835
+ 'EditorsBackendSaveSetEditorController' =>
836
  array (
837
+ 'name' => 'EditorsBackendSaveSetEditorController',
838
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
839
  'make' => true,
840
  'singleton' => true,
841
  ),
842
+ 'EditorsDataAjaxController' =>
843
  array (
844
+ 'name' => 'EditorsDataAjaxController',
845
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
+ 'EditorsDataAjaxPostDataController' =>
850
  array (
851
+ 'name' => 'EditorsDataAjaxPostDataController',
852
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
+ 'EditorsDataAjaxPostFieldsController' =>
857
  array (
858
+ 'name' => 'EditorsDataAjaxPostFieldsController',
859
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
+ 'EditorsDataAjaxRevisionController' =>
864
  array (
865
+ 'name' => 'EditorsDataAjaxRevisionController',
866
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
+ 'EditorsSettingsItemPreviewController' =>
871
  array (
872
+ 'name' => 'EditorsSettingsItemPreviewController',
873
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
+ 'EditorsSettingsPageEditableTemplatesController' =>
878
  array (
879
+ 'name' => 'EditorsSettingsPageEditableTemplatesController',
880
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
+ 'EditorsSettingsPageTemplatesController' =>
885
  array (
886
+ 'name' => 'EditorsSettingsPageTemplatesController',
887
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
888
+ 'make' => true,
889
+ 'singleton' => true,
890
+ ),
891
+ 'EditorsSettingsPageTemplatesSaveController' =>
892
+ array (
893
+ 'name' => 'EditorsSettingsPageTemplatesSaveController',
894
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
895
+ 'make' => true,
896
+ 'singleton' => true,
897
+ ),
898
+ 'EditorsSettingsPageTemplatesVariablesController' =>
899
+ array (
900
+ 'name' => 'EditorsSettingsPageTemplatesVariablesController',
901
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
902
+ 'make' => true,
903
+ 'singleton' => true,
904
+ ),
905
+ 'EditorsSettingsSlugController' =>
906
+ array (
907
+ 'name' => 'EditorsSettingsSlugController',
908
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
909
+ 'make' => true,
910
+ 'singleton' => true,
911
+ ),
912
+ 'EditorsSettingsTitleController' =>
913
+ array (
914
+ 'name' => 'EditorsSettingsTitleController',
915
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
916
+ 'make' => true,
917
+ 'singleton' => true,
918
+ ),
919
+ 'EditorsFrontendLayoutSwitcherBundleController' =>
920
+ array (
921
+ 'name' => 'EditorsFrontendLayoutSwitcherBundleController',
922
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
923
+ 'make' => true,
924
+ 'singleton' => true,
925
+ ),
926
+ 'EditorsPageEditableController' =>
927
+ array (
928
+ 'name' => 'EditorsPageEditableController',
929
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
930
+ 'make' => true,
931
+ 'singleton' => true,
932
+ ),
933
+ 'EditorsTemplatesController' =>
934
+ array (
935
+ 'name' => 'EditorsTemplatesController',
936
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
937
+ 'make' => true,
938
+ 'singleton' => true,
939
+ ),
940
+ 'EditorsTemplatesPostType' =>
941
+ array (
942
+ 'name' => 'EditorsTemplatesPostType',
943
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
944
+ 'make' => true,
945
+ 'singleton' => true,
946
+ ),
947
+ 'EditorsAttributesWpEditor' =>
948
+ array (
949
+ 'name' => 'EditorsAttributesWpEditor',
950
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
951
+ 'make' => true,
952
+ 'singleton' => true,
953
+ ),
954
+ 'EditorsAttributesIconPickerController' =>
955
+ array (
956
+ 'name' => 'EditorsAttributesIconPickerController',
957
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
958
+ 'make' => true,
959
+ 'singleton' => true,
960
+ ),
961
+ 'EditorsAttributesAutoCompleteController' =>
962
+ array (
963
+ 'name' => 'EditorsAttributesAutoCompleteController',
964
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
965
+ 'make' => true,
966
+ 'singleton' => true,
967
+ ),
968
+ 'EditorsAttributesUrlController' =>
969
+ array (
970
+ 'name' => 'EditorsAttributesUrlController',
971
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
972
+ 'make' => true,
973
+ 'singleton' => true,
974
+ ),
975
+ 'EditorsAttributesAjaxFormController' =>
976
+ array (
977
+ 'name' => 'EditorsAttributesAjaxFormController',
978
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
979
+ 'make' => true,
980
+ 'singleton' => true,
981
+ ),
982
+ 'EditorsAttributesCodeMirrorCodeMirrorController' =>
983
+ array (
984
+ 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
985
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
986
  'make' => true,
987
  'singleton' => true,
988
  ),
1007
  'make' => true,
1008
  'singleton' => true,
1009
  ),
1010
+ 'HubUnsplashUnsplashDownloadController' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1011
  array (
1012
+ 'name' => 'HubUnsplashUnsplashDownloadController',
1013
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Unsplash\\UnsplashDownloadController',
1014
  'make' => true,
1015
  'singleton' => true,
1016
  ),
1017
+ 'HubPagesUpdateBePage' =>
1018
  array (
1019
+ 'name' => 'HubPagesUpdateBePage',
1020
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
1021
  'make' => true,
1022
  'singleton' => true,
1023
  ),
1024
+ 'HubPagesUpdateFePage' =>
1025
  array (
1026
+ 'name' => 'HubPagesUpdateFePage',
1027
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
1028
  'make' => true,
1029
  'singleton' => true,
1030
  ),
1056
  'make' => true,
1057
  'singleton' => true,
1058
  ),
1059
+ 'HubAddonsAddonDownloadController' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1060
  array (
1061
+ 'name' => 'HubAddonsAddonDownloadController',
1062
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
1063
  'make' => true,
1064
  'singleton' => true,
1065
  ),
1066
+ 'HubAddonsAddons' =>
1067
  array (
1068
+ 'name' => 'HubAddonsAddons',
1069
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
1070
  'make' => true,
1071
  'singleton' => true,
1072
  ),
1073
+ 'HubAddonsAddonsUpdater' =>
1074
  array (
1075
+ 'name' => 'HubAddonsAddonsUpdater',
1076
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
1077
  'make' => true,
1078
  'singleton' => true,
1079
  ),
1080
+ 'HubAddonsTeasersTeasersController' =>
1081
  array (
1082
+ 'name' => 'HubAddonsTeasersTeasersController',
1083
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
1084
  'make' => true,
1085
  'singleton' => true,
1086
  ),
1087
+ 'HubAddonsTeasersTeasersDownloadController' =>
1088
  array (
1089
+ 'name' => 'HubAddonsTeasersTeasersDownloadController',
1090
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
1091
  'make' => true,
1092
  'singleton' => true,
1093
  ),
1094
+ 'HubActionsPostUpdateAction' =>
1095
  array (
1096
+ 'name' => 'HubActionsPostUpdateAction',
1097
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
1098
  'make' => true,
1099
  'singleton' => true,
1100
  ),
1133
  'make' => true,
1134
  'singleton' => true,
1135
  ),
1136
+ 'HubElementsElementDownloadController' =>
 
 
 
 
 
 
 
1137
  array (
1138
+ 'name' => 'HubElementsElementDownloadController',
1139
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
1140
  'make' => true,
1141
  'singleton' => true,
1142
  ),
1143
+ 'HubElementsElements' =>
1144
  array (
1145
+ 'name' => 'HubElementsElements',
1146
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
1147
  'make' => true,
1148
  'singleton' => true,
1149
  ),
1150
+ 'HubElementsElementsUpdater' =>
1151
  array (
1152
+ 'name' => 'HubElementsElementsUpdater',
1153
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
1154
  'make' => true,
1155
  'singleton' => true,
1156
  ),
1157
+ 'HubElementsTeasersTeasersController' =>
1158
  array (
1159
+ 'name' => 'HubElementsTeasersTeasersController',
1160
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
1161
  'make' => true,
1162
  'singleton' => true,
1163
  ),
1164
+ 'HubElementsTeasersTeasersDownloadController' =>
1165
  array (
1166
+ 'name' => 'HubElementsTeasersTeasersDownloadController',
1167
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
1168
  'make' => true,
1169
  'singleton' => true,
1170
  ),
1171
+ 'MigrationsAssets22Migration' =>
1172
  array (
1173
+ 'name' => 'MigrationsAssets22Migration',
1174
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
1175
  'make' => true,
1176
  'singleton' => true,
1177
  ),
1178
+ 'MigrationsCustomTemplatesUpdate24Migration' =>
1179
  array (
1180
+ 'name' => 'MigrationsCustomTemplatesUpdate24Migration',
1181
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesUpdate24Migration',
1182
  'make' => true,
1183
  'singleton' => true,
1184
  ),
1185
+ 'MigrationsDefaultElementsMigration' =>
1186
  array (
1187
+ 'name' => 'MigrationsDefaultElementsMigration',
1188
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
1189
  'make' => true,
1190
  'singleton' => true,
1191
  ),
1192
+ 'MigrationsFixPredefinedTemplateUpdate' =>
1193
  array (
1194
+ 'name' => 'MigrationsFixPredefinedTemplateUpdate',
1195
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\FixPredefinedTemplateUpdate',
1196
  'make' => true,
1197
  'singleton' => true,
1198
  ),
1199
+ 'MigrationsGlobalJavascriptMigration' =>
1200
  array (
1201
+ 'name' => 'MigrationsGlobalJavascriptMigration',
1202
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
1203
  'make' => true,
1204
  'singleton' => true,
1205
  ),
1206
+ 'MigrationsLicenseMigration' =>
1207
  array (
1208
+ 'name' => 'MigrationsLicenseMigration',
1209
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
1210
  'make' => true,
1211
  'singleton' => true,
1212
  ),
1213
+ 'MigrationsPredefinedTemplateMigration' =>
1214
  array (
1215
+ 'name' => 'MigrationsPredefinedTemplateMigration',
1216
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
1217
  'make' => true,
1218
  'singleton' => true,
1219
  ),
1220
+ 'MigrationsSettingsMigration' =>
1221
  array (
1222
+ 'name' => 'MigrationsSettingsMigration',
1223
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
1224
  'make' => true,
1225
  'singleton' => true,
1226
  ),
1227
+ 'MigrationsTemplates114Migration' =>
1228
  array (
1229
+ 'name' => 'MigrationsTemplates114Migration',
1230
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
1231
  'make' => true,
1232
  'singleton' => true,
1233
  ),
1234
+ 'MigrationsUpdateGlobalElementsMigration' =>
1235
  array (
1236
+ 'name' => 'MigrationsUpdateGlobalElementsMigration',
1237
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
1238
  'make' => true,
1239
  'singleton' => true,
1240
  ),
1322
  'make' => true,
1323
  'singleton' => true,
1324
  ),
1325
+ 'ElementsApiController' =>
1326
+ array (
1327
+ 'name' => 'ElementsApiController',
1328
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
1329
+ 'make' => true,
1330
+ 'singleton' => true,
1331
+ ),
1332
+ 'ElementsController' =>
1333
+ array (
1334
+ 'name' => 'ElementsController',
1335
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
1336
+ 'make' => true,
1337
+ 'singleton' => true,
1338
+ ),
1339
+ 'ElementsAssetShortcodeController' =>
1340
+ array (
1341
+ 'name' => 'ElementsAssetShortcodeController',
1342
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
1343
+ 'make' => true,
1344
+ 'singleton' => true,
1345
+ ),
1346
+ 'ElementsEncodedShortcodeController' =>
1347
+ array (
1348
+ 'name' => 'ElementsEncodedShortcodeController',
1349
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
1350
+ 'make' => true,
1351
+ 'singleton' => true,
1352
+ ),
1353
+ 'ElementsAjaxShortcodeController' =>
1354
+ array (
1355
+ 'name' => 'ElementsAjaxShortcodeController',
1356
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
1357
+ 'make' => true,
1358
+ 'singleton' => true,
1359
+ ),
1360
+ 'ElementsGlobalVariablesController' =>
1361
+ array (
1362
+ 'name' => 'ElementsGlobalVariablesController',
1363
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
1364
+ 'make' => true,
1365
+ 'singleton' => true,
1366
+ ),
1367
+ 'ElementsAjaxImageControllerController' =>
1368
+ array (
1369
+ 'name' => 'ElementsAjaxImageControllerController',
1370
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
1371
+ 'make' => true,
1372
+ 'singleton' => true,
1373
+ ),
1374
+ 'ElementsWpWidgetsWpWidgetsController' =>
1375
+ array (
1376
+ 'name' => 'ElementsWpWidgetsWpWidgetsController',
1377
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
1378
+ 'make' => true,
1379
+ 'singleton' => true,
1380
+ ),
1381
+ 'ElementsWpWidgetsWpWidgetsShortcodes' =>
1382
+ array (
1383
+ 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
1384
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
1385
+ 'make' => true,
1386
+ 'singleton' => true,
1387
+ ),
1388
+ 'UtmUtm' =>
1389
+ array (
1390
+ 'name' => 'UtmUtm',
1391
+ 'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
1392
+ 'make' => true,
1393
+ 'singleton' => true,
1394
+ ),
1395
  ),
1396
  );
elements/basicButton/public/dist/element.bundle.js CHANGED
@@ -1 +1 @@
1
- (window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./basicButton/index.js":function(e,t,n){"use strict";n.r(t);var o=n("./node_modules/vc-cake/index.js"),s=n.n(o),a=n("./node_modules/@babel/runtime/helpers/extends.js"),c=n.n(a),r=n("./node_modules/@babel/runtime/helpers/classCallCheck.js"),l=n.n(r),i=n("./node_modules/@babel/runtime/helpers/createClass.js"),u=n.n(i),b=n("./node_modules/@babel/runtime/helpers/inherits.js"),d=n.n(b),p=n("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),v=n.n(p),y=n("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),g=n.n(y),m=n("./node_modules/react/index.js"),h=n.n(m);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=g()(e);if(t){var s=g()(this).constructor;n=Reflect.construct(o,arguments,s)}else n=o.apply(this,arguments);return v()(this,n)}}var x=function(e){d()(n,e);var t=f(n);function n(){return l()(this,n),t.apply(this,arguments)}return u()(n,[{key:"render",value:function(){var e=this.props,t=e.id,n=e.atts,o=e.editor,s=n.buttonUrl,a=n.buttonText,r=n.shape,l=n.alignment,i=n.customClass,u=n.toggleCustomHover,b=n.metaCustomId,d=n.size,p=n.toggleStretchButton,v="vce-button--style-basic-container",y="vce-button--style-basic-wrapper vce",g="vce-button--style-basic",m=a,f={},x="button";s&&s.url&&(x="a",f={href:s.url,title:s.title,target:s.targetBlank?"_blank":void 0,rel:s.relNofollow?"nofollow":void 0});"string"==typeof i&&i&&(v+=" "+i),r&&(g+=" vce-button--style-basic--border-".concat(r)),l&&(v+=" vce-button--style-basic-container--align-".concat(l)),d&&(g+=" vce-button--style-basic--size-".concat(d)),p&&(y+=" vce-button--style-basic-wrapper--stretched");var C=this.getMixinData("basicColor");C&&(g+=" vce-button--style-basic--color-".concat(C.selector)),u&&(C=this.getMixinData("basicHoverColor"))&&(g+=" vce-button--style-basic--hover-color-".concat(C.selector)),b&&(f.id=b);var k=this.applyDO("margin"),w=this.applyDO("padding border background animation");return h.a.createElement("div",c()({className:v},o),h.a.createElement("span",c()({className:y,id:"el-"+t},k),h.a.createElement(x,c()({className:g},f,w),m)))}}]),n}(s.a.getService("api").elementComponent);(0,s.a.getService("cook").add)(n("./basicButton/settings.json"),(function(e){e.add(x)}),{css:n("./node_modules/raw-loader/index.js!./basicButton/styles.css"),editorCss:n("./node_modules/raw-loader/index.js!./basicButton/editor.css"),mixins:{basicColor:{mixin:n("./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicColor.pcss")},basicHoverColor:{mixin:n("./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicHoverColor.pcss")}}},"")},"./basicButton/settings.json":function(e){e.exports=JSON.parse('{"groups":{"type":"string","access":"protected","value":"Buttons"},"buttonUrl":{"type":"url","access":"public","value":{"url":"","title":"","targetBlank":false,"relNofollow":false},"options":{"label":"Link selection","dynamicField":true}},"toggleCustomHover":{"type":"toggle","access":"public","value":false,"options":{"label":"Custom hover colors"}},"hoverColor":{"type":"color","access":"public","value":"#fff","options":{"label":"Title hover color","cssMixin":{"mixin":"basicHoverColor","property":"hoverColor","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"toggleCustomHover":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"hoverBackground":{"type":"color","access":"public","value":"#4d70ac","options":{"label":"Background hover color","cssMixin":{"mixin":"basicHoverColor","property":"hoverBackground","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"toggleCustomHover":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"buttonText":{"type":"string","access":"public","value":"Apply Now","options":{"label":"Button text","dynamicField":true}},"color":{"type":"color","access":"public","value":"#fff","options":{"label":"Title color","cssMixin":{"mixin":"basicColor","property":"color","namePattern":"[\\\\da-f]+"}}},"background":{"type":"color","access":"public","value":"#557cbf","options":{"label":"Background color","cssMixin":{"mixin":"basicColor","property":"background","namePattern":"[\\\\da-f]+"}}},"shape":{"type":"buttonGroup","access":"public","value":"square","options":{"label":"Shape","values":[{"label":"Square","value":"square","icon":"vcv-ui-icon-attribute-shape-square"},{"label":"Rounded","value":"rounded","icon":"vcv-ui-icon-attribute-shape-rounded"},{"label":"Round","value":"round","icon":"vcv-ui-icon-attribute-shape-round"}]}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["buttonText","buttonUrl","alignment","shape","size","toggleStretchButton","color","background","toggleCustomHover","hoverColor","hoverBackground","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General","Buttons"]},"assetsLibrary":{"access":"public","type":"string","value":["animate"]},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"size":{"type":"buttonGroup","access":"public","value":"medium","options":{"label":"Size","values":[{"label":"Small","value":"small","text":"S"},{"label":"Medium","value":"medium","text":"M"},{"label":"Large","value":"large","text":"L"}]}},"toggleStretchButton":{"type":"toggle","access":"public","value":false,"options":{"label":"Stretch button"}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from Custom CSS option."}},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["buttonText","buttonUrl","background","shape"]}]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply unique Id to element to link directly to it by using #your_id (for element id use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"basicButton"}}')},"./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicColor.pcss":function(e,t){e.exports=".vce-button--style-basic.vce-button--style-basic--color-$selector {\n a&,\n button& {\n @if $color != false {\n color: $color;\n }\n @if $background != false {\n background-color: $background;\n }\n &:hover {\n @if $color != false {\n color: $color;\n }\n @if $background != false {\n background-color: color($background shade(10%));\n }\n }\n &:focus {\n @if $color != false {\n color: $color;\n }\n }\n }\n}\n"},"./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicHoverColor.pcss":function(e,t){e.exports=".vce-button--style-basic-container a.vce-button--style-basic.vce-button--style-basic--hover-color-$selector {\n &:hover {\n @if $hoverColor != false {\n color: $hoverColor;\n }\n @if $hoverBackground != false {\n background-color: $hoverBackground;\n }\n }\n}\n\n.vce-button--style-basic-container button.vce-button--style-basic.vce-button--style-basic--hover-color-$selector {\n &:hover {\n @if $hoverColor != false {\n color: $hoverColor;\n }\n @if $hoverBackground != false {\n background-color: $hoverBackground;\n }\n }\n}\n"},"./node_modules/raw-loader/index.js!./basicButton/editor.css":function(e,t){e.exports=".vce-button--style-basic-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./basicButton/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * Basic Button\n * ---------------------------------------------- */\n.vce-button--style-basic-container--align-left {\n text-align: left;\n}\n.vce-button--style-basic-container--align-right {\n text-align: right;\n}\n.vce-button--style-basic-container--align-center {\n text-align: center;\n}\n.vce-button--style-basic-wrapper {\n display: inline-block;\n vertical-align: top;\n max-width: 100%;\n}\n.vce-button--style-basic-wrapper .vce-button--style-basic {\n box-shadow: none;\n}\n.vce-button--style-basic-wrapper .vce-button--style-basic:hover,\n.vce-button--style-basic-wrapper .vce-button--style-basic:focus,\n.vce-button--style-basic-wrapper .vce-button--style-basic:link {\n box-shadow: none;\n}\n.vce-button--style-basic-wrapper--stretched {\n width: 100%;\n}\n.vce-button--style-basic-wrapper--stretched .vce-button--style-basic {\n width: 100%;\n}\na.vce-button--style-basic,\nbutton.vce-button--style-basic {\n background-color: transparent;\n background-image: none;\n border: none;\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n margin: 0;\n max-width: 100%;\n position: relative;\n text-align: center;\n text-decoration: none;\n vertical-align: middle;\n white-space: normal;\n -ms-touch-action: manipulation;\n touch-action: manipulation;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n line-height: normal;\n border-radius: 0;\n transition: all 0.2s ease-in-out;\n}\na.vce-button--style-basic:hover,\nbutton.vce-button--style-basic:hover,\na.vce-button--style-basic:focus,\nbutton.vce-button--style-basic:focus {\n text-decoration: none;\n outline: none;\n}\nbutton.vce-button--style-basic {\n -webkit-appearance: none;\n}\n.vce-button--style-basic.vce-button--style-basic--size-small {\n font-size: 11px;\n padding: 10px 30px;\n}\n.vce-button--style-basic.vce-button--style-basic--size-medium {\n font-size: 16px;\n padding: 15px 43px;\n}\n.vce-button--style-basic.vce-button--style-basic--size-large {\n font-size: 21px;\n padding: 20px 56px;\n}\na.vce-button--style-basic--border-rounded,\na.vce-button--style-basic--border-round,\na.vce-button--style-basic--border-square,\nbutton.vce-button--style-basic--border-rounded,\nbutton.vce-button--style-basic--border-round,\nbutton.vce-button--style-basic--border-square {\n position: relative;\n overflow: hidden;\n}\n.vce-button--style-basic--border-rounded,\na.vce-button--style-basic--border-rounded,\nbutton.vce-button--style-basic--border-rounded {\n border-radius: 5px;\n}\n.vce-button--style-basic--border-round,\na.vce-button--style-basic--border-round,\nbutton.vce-button--style-basic--border-round {\n border-radius: 4em;\n}\n.vce-button--style-basic--border-square,\na.vce-button--style-basic--border-square,\nbutton.vce-button--style-basic--border-square {\n border-radius: 0;\n}\n.rtl.vce-button--style-basic,\n[dir="rlt"].vce-button--style-basic,\n.rtl .vce-button--style-basic,\n[dir="rlt"] .vce-button--style-basic {\n direction: rtl;\n unicode-bidi: embed;\n}\n.ltr.vce-button--style-basic,\n[dir="ltr"].vce-button--style-basic,\n.ltr .vce-button--style-basic,\n[dir="ltr"] .vce-button--style-basic {\n direction: ltr;\n unicode-bidi: normal;\n}\n'}},[["./basicButton/index.js"]]]);
1
+ (window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./basicButton/index.js":function(e,t,n){"use strict";n.r(t);var o=n("./node_modules/vc-cake/index.js"),s=n.n(o),a=n("./node_modules/@babel/runtime/helpers/extends.js"),c=n.n(a),r=n("./node_modules/@babel/runtime/helpers/classCallCheck.js"),i=n.n(r),l=n("./node_modules/@babel/runtime/helpers/createClass.js"),u=n.n(l),b=n("./node_modules/@babel/runtime/helpers/inherits.js"),d=n.n(b),p=n("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),v=n.n(p),y=n("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),g=n.n(y),m=n("./node_modules/react/index.js"),h=n.n(m);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=g()(e);if(t){var s=g()(this).constructor;n=Reflect.construct(o,arguments,s)}else n=o.apply(this,arguments);return v()(this,n)}}var x=function(e){d()(n,e);var t=f(n);function n(){return i()(this,n),t.apply(this,arguments)}return u()(n,[{key:"render",value:function(){var e=this.props,t=e.id,n=e.atts,o=e.editor,s=n.buttonUrl,a=n.buttonText,r=n.shape,i=n.alignment,l=n.customClass,u=n.toggleCustomHover,b=n.metaCustomId,d=n.size,p=n.toggleStretchButton,v="vce-button--style-basic-container",y="vce-button--style-basic-wrapper vce",g="vce-button--style-basic",m=a,f={},x="button";s&&s.url&&(x="a",f={href:s.url,title:s.title,target:s.targetBlank?"_blank":void 0,rel:s.relNofollow?"nofollow":void 0});"string"==typeof l&&l&&(v+=" "+l),r&&(g+=" vce-button--style-basic--border-".concat(r)),i&&(v+=" vce-button--style-basic-container--align-".concat(i)),d&&(g+=" vce-button--style-basic--size-".concat(d)),p&&(y+=" vce-button--style-basic-wrapper--stretched");var k=this.getMixinData("basicColor");k&&(g+=" vce-button--style-basic--color-".concat(k.selector)),u&&(k=this.getMixinData("basicHoverColor"))&&(g+=" vce-button--style-basic--hover-color-".concat(k.selector)),b&&(f.id=b);var C=this.applyDO("margin"),w=this.applyDO("padding border background animation");return h.a.createElement("div",c()({className:v},o),h.a.createElement("span",c()({className:y,id:"el-"+t},C),h.a.createElement(x,c()({className:g},f,w),m)))}}]),n}(s.a.getService("api").elementComponent);(0,s.a.getService("cook").add)(n("./basicButton/settings.json"),(function(e){e.add(x)}),{css:n("./node_modules/raw-loader/index.js!./basicButton/styles.css"),editorCss:n("./node_modules/raw-loader/index.js!./basicButton/editor.css"),mixins:{basicColor:{mixin:n("./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicColor.pcss")},basicHoverColor:{mixin:n("./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicHoverColor.pcss")}}},"")},"./basicButton/settings.json":function(e){e.exports=JSON.parse('{"groups":{"type":"string","access":"protected","value":"Buttons"},"buttonUrl":{"type":"url","access":"public","value":{"url":"","title":"","targetBlank":false,"relNofollow":false},"options":{"label":"Link selection","dynamicField":true}},"toggleCustomHover":{"type":"toggle","access":"public","value":false,"options":{"label":"Custom hover colors"}},"hoverColor":{"type":"color","access":"public","value":"#fff","options":{"label":"Title hover color","cssMixin":{"mixin":"basicHoverColor","property":"hoverColor","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"toggleCustomHover":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"hoverBackground":{"type":"color","access":"public","value":"#4d70ac","options":{"label":"Background hover color","cssMixin":{"mixin":"basicHoverColor","property":"hoverBackground","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"toggleCustomHover":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"buttonText":{"type":"string","access":"public","value":"Apply Now","options":{"label":"Button text","dynamicField":true}},"color":{"type":"color","access":"public","value":"#fff","options":{"label":"Title color","cssMixin":{"mixin":"basicColor","property":"color","namePattern":"[\\\\da-f]+"}}},"background":{"type":"color","access":"public","value":"#557cbf","options":{"label":"Background color","cssMixin":{"mixin":"basicColor","property":"background","namePattern":"[\\\\da-f]+"}}},"shape":{"type":"buttonGroup","access":"public","value":"square","options":{"label":"Shape","values":[{"label":"Square","value":"square","icon":"vcv-ui-icon-attribute-shape-square"},{"label":"Rounded","value":"rounded","icon":"vcv-ui-icon-attribute-shape-rounded"},{"label":"Round","value":"round","icon":"vcv-ui-icon-attribute-shape-round"}]}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["buttonText","buttonUrl","alignment","shape","size","toggleStretchButton","color","background","toggleCustomHover","hoverColor","hoverBackground","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General","Buttons"]},"assetsLibrary":{"access":"public","type":"string","value":["animate"]},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"size":{"type":"buttonGroup","access":"public","value":"medium","options":{"label":"Size","values":[{"label":"Small","value":"small","text":"S"},{"label":"Medium","value":"medium","text":"M"},{"label":"Large","value":"large","text":"L"}]}},"toggleStretchButton":{"type":"toggle","access":"public","value":false,"options":{"label":"Stretch button"}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from Custom CSS option."}},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["buttonText","buttonUrl","background","shape"]}]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply unique Id to element to link directly to it by using #your_id (for element id use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"basicButton"}}')},"./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicColor.pcss":function(e,t){e.exports=".vce-button--style-basic.vce-button--style-basic--color-$selector {\n a&,\n button& {\n @if $color != false {\n color: $color;\n }\n @if $background != false {\n background-color: $background;\n }\n &:hover {\n @if $color != false {\n color: $color;\n }\n @if $background != false {\n background-color: color($background shade(10%));\n }\n }\n &:focus {\n @if $color != false {\n color: $color;\n }\n }\n }\n}\n"},"./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicHoverColor.pcss":function(e,t){e.exports=".vce-button--style-basic-container a.vce-button--style-basic.vce-button--style-basic--hover-color-$selector {\n &:hover {\n @if $hoverColor != false {\n color: $hoverColor;\n }\n @if $hoverBackground != false {\n background-color: $hoverBackground;\n }\n }\n}\n\n.vce-button--style-basic-container button.vce-button--style-basic.vce-button--style-basic--hover-color-$selector {\n &:hover {\n @if $hoverColor != false {\n color: $hoverColor;\n }\n @if $hoverBackground != false {\n background-color: $hoverBackground;\n }\n }\n}\n"},"./node_modules/raw-loader/index.js!./basicButton/editor.css":function(e,t){e.exports=".vce-button--style-basic-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./basicButton/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * Basic Button\n * ---------------------------------------------- */\n.vce-button--style-basic-container--align-left {\n text-align: left;\n}\n.vce-button--style-basic-container--align-right {\n text-align: right;\n}\n.vce-button--style-basic-container--align-center {\n text-align: center;\n}\n.vce-button--style-basic-wrapper {\n display: inline-block;\n vertical-align: top;\n max-width: 100%;\n}\n.vce-button--style-basic-wrapper .vce-button--style-basic {\n box-shadow: none;\n}\n.vce-button--style-basic-wrapper .vce-button--style-basic:hover,\n.vce-button--style-basic-wrapper .vce-button--style-basic:focus,\n.vce-button--style-basic-wrapper .vce-button--style-basic:link {\n box-shadow: none;\n}\n.vce-button--style-basic-wrapper--stretched {\n width: 100%;\n}\n.vce-button--style-basic-wrapper--stretched .vce-button--style-basic {\n width: 100%;\n}\na.vce-button--style-basic,\nbutton.vce-button--style-basic {\n background-color: transparent;\n background-image: none;\n border: none;\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n margin: 0;\n max-width: 100%;\n position: relative;\n text-align: center;\n text-decoration: none;\n text-transform: none;\n font-weight: normal;\n letter-spacing: normal;\n -webkit-font-smoothing: antialiased;\n vertical-align: middle;\n white-space: normal;\n -ms-touch-action: manipulation;\n touch-action: manipulation;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n line-height: normal;\n border-radius: 0;\n transition: all 0.2s ease-in-out;\n}\na.vce-button--style-basic:hover,\nbutton.vce-button--style-basic:hover,\na.vce-button--style-basic:focus,\nbutton.vce-button--style-basic:focus {\n text-decoration: none;\n outline: none;\n}\nbutton.vce-button--style-basic {\n -webkit-appearance: none;\n}\n.vce-button--style-basic.vce-button--style-basic--size-small {\n font-size: 11px;\n padding: 10px 30px;\n}\n.vce-button--style-basic.vce-button--style-basic--size-medium {\n font-size: 16px;\n padding: 15px 43px;\n}\n.vce-button--style-basic.vce-button--style-basic--size-large {\n font-size: 21px;\n padding: 20px 56px;\n}\na.vce-button--style-basic--border-rounded,\na.vce-button--style-basic--border-round,\na.vce-button--style-basic--border-square,\nbutton.vce-button--style-basic--border-rounded,\nbutton.vce-button--style-basic--border-round,\nbutton.vce-button--style-basic--border-square {\n position: relative;\n overflow: hidden;\n}\n.vce-button--style-basic--border-rounded,\na.vce-button--style-basic--border-rounded,\nbutton.vce-button--style-basic--border-rounded {\n border-radius: 5px;\n}\n.vce-button--style-basic--border-round,\na.vce-button--style-basic--border-round,\nbutton.vce-button--style-basic--border-round {\n border-radius: 4em;\n}\n.vce-button--style-basic--border-square,\na.vce-button--style-basic--border-square,\nbutton.vce-button--style-basic--border-square {\n border-radius: 0;\n}\n.rtl.vce-button--style-basic,\n[dir="rlt"].vce-button--style-basic,\n.rtl .vce-button--style-basic,\n[dir="rlt"] .vce-button--style-basic {\n direction: rtl;\n unicode-bidi: embed;\n}\n.ltr.vce-button--style-basic,\n[dir="ltr"].vce-button--style-basic,\n.ltr .vce-button--style-basic,\n[dir="ltr"] .vce-button--style-basic {\n direction: ltr;\n unicode-bidi: normal;\n}\n'}},[["./basicButton/index.js"]]]);
elements/outlineButton/public/dist/element.bundle.js CHANGED
@@ -1 +1 @@
1
- (window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/backgroundColor.pcss":function(e,t){e.exports=".vce-button {\n &--style-outline-animated--background-color-$selector,\n &--style-outline-animated-slidein--background-color-$selector{\n a&,\n button& {\n &:after {\n background-color: $hoverBackground;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/borderColor.pcss":function(e,t){e.exports=".vce-button {\n &--style-outline--border-color-$selector {\n a&,\n button& {\n &:hover, &:active, &:focus {\n &:before {\n border-color: $hoverBorder;\n }\n }\n }\n }\n\n &--style-outline--border-color-$selector,\n &--style-outline-animated--border-color-$selector,\n &--style-outline-animated-slidein--border-color-$selector {\n a&,\n button& {\n &:before {\n border-color: $borderColor;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/color.pcss":function(e,t){e.exports=".vce-button {\n &--style-outline--color-$selector {\n a&,\n button& {\n color: $color;\n &:hover {\n color: $color;\n }\n\n &:hover, &:active, &:focus {\n color: $hoverColorOutline;\n }\n }\n }\n\n &--style-outline-animated--color-$selector,\n &--style-outline-animated-slidein--color-$selector {\n a&,\n button& {\n color: $color;\n &:hover {\n color: $color;\n }\n\n &:hover, &:active, &:focus {\n color: $hoverColorAnimated;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/designOptions.pcss":function(e,t){e.exports="a, button {\n &.vce-button--style-outline--background-color-$selector,\n &.vce-button--style-outline-animated--background-color-$selector,\n &.vce-button--style-outline-animated-slidein--background-color-$selector {\n @each $device in (all, xs, sm, md, lg, xl) {\n @media (--$(device)-only) {\n @if $($(device)) != false {\n @if $($(device)backgroundColor) != false {\n &, &:focus, &:link, &:visited, &:active {\n &::after {\n background-color: $($(device)backgroundColor);\n }\n\n &::before {\n border-color: $($(device)backgroundColor);\n }\n }\n\n &:hover {\n &::after {\n background-color: color($($(device)backgroundColor) shade(10%)) !important;\n }\n\n &::before {\n border-color: color($($(device)backgroundColor) shade(10%));\n }\n }\n }\n }\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/editor.css":function(e,t){e.exports=".vce-button--style-outline-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./outlineButton/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * Outline button\n * ---------------------------------------------- */\n.vce-button--style-outline-container--align-left {\n text-align: left;\n}\n.vce-button--style-outline-container--align-right {\n text-align: right;\n}\n.vce-button--style-outline-container--align-center {\n text-align: center;\n}\n.vce-button--style-outline-wrapper {\n display: inline-block;\n vertical-align: top;\n max-width: 100%;\n}\n.vce-button--style-outline-wrapper .vce-button--style-outline,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein {\n box-shadow: none;\n}\n.vce-button--style-outline-wrapper .vce-button--style-outline:hover,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated:hover,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein:hover,\n.vce-button--style-outline-wrapper .vce-button--style-outline:focus,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated:focus,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein:focus,\n.vce-button--style-outline-wrapper .vce-button--style-outline:link,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated:link,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein:link {\n box-shadow: none;\n}\n.vce-button--style-outline-wrapper--stretched {\n width: 100%;\n}\n.vce-button--style-outline-wrapper--stretched .vce-button--style-outline,\n.vce-button--style-outline-wrapper--stretched .vce-button--style-outline-animated,\n.vce-button--style-outline-wrapper--stretched .vce-button--style-outline-animated-slidein {\n width: 100%;\n}\nbutton.vce-button--style-outline {\n -webkit-appearance: none;\n}\n.vce-button--style-outline.vce-button--style-outline--size-small {\n font-size: 11px;\n padding: 10px 30px;\n}\n.vce-button--style-outline.vce-button--style-outline--size-medium {\n font-size: 16px;\n padding: 15px 43px;\n}\n.vce-button--style-outline.vce-button--style-outline--size-large {\n font-size: 21px;\n padding: 20px 56px;\n}\na.vce-button--style-outline,\nbutton.vce-button--style-outline {\n background-color: transparent;\n background-image: none;\n border: none;\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n margin-bottom: 0;\n max-width: 100%;\n position: relative;\n text-align: center;\n text-decoration: none;\n vertical-align: middle;\n white-space: normal;\n -ms-touch-action: manipulation;\n touch-action: manipulation;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n line-height: normal;\n transition: all 0.2s ease-in-out;\n z-index: 1;\n border-radius: 0;\n}\na.vce-button--style-outline .vce-button--style-outline-text,\nbutton.vce-button--style-outline .vce-button--style-outline-text {\n transition: none;\n position: relative;\n z-index: 1;\n}\na.vce-button--style-outline:hover,\nbutton.vce-button--style-outline:hover,\na.vce-button--style-outline:focus,\nbutton.vce-button--style-outline:focus {\n text-decoration: none;\n outline: none;\n}\na.vce-button--style-outline::before,\nbutton.vce-button--style-outline::before,\na.vce-button--style-outline::after,\nbutton.vce-button--style-outline::after {\n border-radius: inherit;\n box-sizing: border-box;\n content: "";\n position: absolute;\n height: initial;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n transition: all 0.2s ease-in-out;\n}\na.vce-button--style-outline::before,\nbutton.vce-button--style-outline::before {\n box-sizing: border-box;\n border-width: 2px;\n border-style: solid;\n transition: border-color 0.2s ease-in-out;\n top: 1px;\n left: 1px;\n bottom: 1px;\n right: 1px;\n width: initial;\n}\na.vce-button--style-outline::after,\nbutton.vce-button--style-outline::after {\n opacity: 0;\n transition: opacity 0.2s ease-in-out;\n width: 100%;\n}\na.vce-button--style-outline:hover::before,\nbutton.vce-button--style-outline:hover::before,\na.vce-button--style-outline:active::before,\nbutton.vce-button--style-outline:active::before,\na.vce-button--style-outline:focus::before,\nbutton.vce-button--style-outline:focus::before {\n border-color: #119944;\n}\na.vce-button--style-outline:hover::after,\nbutton.vce-button--style-outline:hover::after,\na.vce-button--style-outline:active::after,\nbutton.vce-button--style-outline:active::after,\na.vce-button--style-outline:focus::after,\nbutton.vce-button--style-outline:focus::after {\n opacity: 1;\n}\nbutton.vce-button--style-outline-animated,\nbutton.vce-button--style-outline-animated-slidein {\n -webkit-appearance: none;\n}\n.vce-button--style-outline-animated.vce-button--style-outline--size-small,\n.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-small {\n font-size: 11px;\n padding: 10px 30px;\n}\n.vce-button--style-outline-animated.vce-button--style-outline--size-medium,\n.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-medium {\n font-size: 16px;\n padding: 15px 43px;\n}\n.vce-button--style-outline-animated.vce-button--style-outline--size-large,\n.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-large {\n font-size: 21px;\n padding: 20px 56px;\n}\na.vce-button--style-outline-animated,\na.vce-button--style-outline-animated-slidein,\nbutton.vce-button--style-outline-animated,\nbutton.vce-button--style-outline-animated-slidein {\n background-color: transparent;\n background-image: none;\n border: none;\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n margin-bottom: 0;\n max-width: 100%;\n position: relative;\n text-align: center;\n text-decoration: none;\n vertical-align: middle;\n white-space: normal;\n -ms-touch-action: manipulation;\n touch-action: manipulation;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n line-height: normal;\n transition: all 0.2s ease-in-out;\n z-index: 1;\n border-radius: 0;\n}\na.vce-button--style-outline-animated .vce-button--style-outline-text,\na.vce-button--style-outline-animated-slidein .vce-button--style-outline-text,\nbutton.vce-button--style-outline-animated .vce-button--style-outline-text,\nbutton.vce-button--style-outline-animated-slidein .vce-button--style-outline-text {\n position: relative;\n z-index: 1;\n}\na.vce-button--style-outline-animated:hover,\na.vce-button--style-outline-animated-slidein:hover,\nbutton.vce-button--style-outline-animated:hover,\nbutton.vce-button--style-outline-animated-slidein:hover,\na.vce-button--style-outline-animated:focus,\na.vce-button--style-outline-animated-slidein:focus,\nbutton.vce-button--style-outline-animated:focus,\nbutton.vce-button--style-outline-animated-slidein:focus {\n text-decoration: none;\n outline: none;\n}\na.vce-button--style-outline-animated::before,\na.vce-button--style-outline-animated-slidein::before,\nbutton.vce-button--style-outline-animated::before,\nbutton.vce-button--style-outline-animated-slidein::before,\na.vce-button--style-outline-animated::after,\na.vce-button--style-outline-animated-slidein::after,\nbutton.vce-button--style-outline-animated::after,\nbutton.vce-button--style-outline-animated-slidein::after {\n border-radius: inherit;\n box-sizing: border-box;\n content: "";\n position: absolute;\n height: initial;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n transition: all 0.2s ease-in-out;\n}\na.vce-button--style-outline-animated::before,\na.vce-button--style-outline-animated-slidein::before,\nbutton.vce-button--style-outline-animated::before,\nbutton.vce-button--style-outline-animated-slidein::before {\n box-sizing: border-box;\n border-width: 2px;\n border-style: solid;\n top: 1px;\n left: 1px;\n bottom: 1px;\n right: 1px;\n width: initial;\n}\n.vce-button--style-outline-animated-slidein::after {\n transition: width 0.2s ease-in-out;\n width: 0;\n}\n.vce-button--style-outline-animated-slidein:hover::after,\n.vce-button--style-outline-animated-slidein:active::after,\n.vce-button--style-outline-animated-slidein:focus::after {\n width: 100%;\n}\n.vce-button--style-outline-animated::after {\n transition: opacity 0.2s ease-in-out;\n width: 100%;\n opacity: 0;\n}\n.vce-button--style-outline-animated:hover::after,\n.vce-button--style-outline-animated:active::after,\n.vce-button--style-outline-animated:focus::after {\n opacity: 1;\n}\na.vce-button--style-outline--border-rounded,\na.vce-button--style-outline--border-round,\na.vce-button--style-outline--border-square,\nbutton.vce-button--style-outline--border-rounded,\nbutton.vce-button--style-outline--border-round,\nbutton.vce-button--style-outline--border-square {\n position: relative;\n overflow: hidden;\n}\na.vce-button--style-outline--border-rounded,\nbutton.vce-button--style-outline--border-rounded {\n border-radius: 5px;\n}\na.vce-button--style-outline--border-round,\nbutton.vce-button--style-outline--border-round {\n border-radius: 4em;\n}\na.vce-button--style-outline--border-square,\nbutton.vce-button--style-outline--border-square {\n border-radius: 0;\n}\n.rtl.vce-button--style-outline,\n[dir="rlt"].vce-button--style-outline,\n.rtl .vce-button--style-outline,\n[dir="rlt"] .vce-button--style-outline {\n direction: rtl;\n unicode-bidi: embed;\n}\n.ltr.vce-button--style-outline,\n[dir="ltr"].vce-button--style-outline,\n.ltr .vce-button--style-outline,\n[dir="ltr"] .vce-button--style-outline {\n direction: ltr;\n unicode-bidi: normal;\n}\n'},"./outlineButton/index.js":function(e,t,n){"use strict";n.r(t);var o=n("./node_modules/vc-cake/index.js"),l=n.n(o),i=n("./node_modules/@babel/runtime/helpers/extends.js"),u=n.n(i),r=n("./node_modules/@babel/runtime/helpers/classCallCheck.js"),a=n.n(r),s=n("./node_modules/@babel/runtime/helpers/createClass.js"),c=n.n(s),d=n("./node_modules/@babel/runtime/helpers/inherits.js"),b=n.n(d),v=n("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),p=n.n(v),y=n("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),m=n.n(y),g=n("./node_modules/react/index.js"),h=n.n(g);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=m()(e);if(t){var l=m()(this).constructor;n=Reflect.construct(o,arguments,l)}else n=o.apply(this,arguments);return p()(this,n)}}var x=function(e){b()(n,e);var t=f(n);function n(){return a()(this,n),t.apply(this,arguments)}return c()(n,[{key:"render",value:function(){var e=this.props,t=e.id,n=e.atts,o=e.editor,l=n.buttonUrl,i=n.buttonText,r=n.shape,a=n.alignment,s=n.customClass,c=n.buttonType,d=n.metaCustomId,b=n.size,v=n.toggleStretchButton,p=["vce-button--style-outline-wrapper","vce"],y=["vce-button--style-outline-container"],m=[],g=i,f={},x="button",w=c?"vce-button--style-".concat(c):"vce-button--style-outline";(m.push(w),l&&l.url)&&(x="a",f={href:l.url,title:l.title,target:l.targetBlank?"_blank":void 0,rel:l.relNofollow?"nofollow":void 0});"string"==typeof s&&s&&y.push(s),r&&m.push("vce-button--style-outline--border-".concat(r)),a&&y.push("vce-button--style-outline-container--align-".concat(a)),b&&m.push("vce-button--style-outline--size-".concat(b)),v&&p.push("vce-button--style-outline-wrapper--stretched");var k=this.getMixinData("color");k&&m.push("".concat(w,"--color-").concat(k.selector)),(k=this.getMixinData("borderColor"))&&m.push("".concat(w,"--border-color-").concat(k.selector)),(k=this.getMixinData("backgroundColor"))&&m.push("".concat(w,"--background-color-").concat(k.selector)),(k=this.getMixinData("designOptions"))&&m.push("".concat(w,"--background-color-").concat(k.selector)),d&&(f.id=d);var C=this.applyDO("margin"),B=this.applyDO("padding border background animation");return h.a.createElement("div",u()({className:y.join(" ")},o),h.a.createElement("span",u()({className:p.join(" "),id:"el-"+t},C),h.a.createElement(x,u()({className:m.join(" ")},f,B),h.a.createElement("span",{className:"vce-button--style-outline-text"},g))))}}]),n}(l.a.getService("api").elementComponent);(0,l.a.getService("cook").add)(n("./outlineButton/settings.json"),(function(e){e.add(x)}),{css:n("./node_modules/raw-loader/index.js!./outlineButton/styles.css"),editorCss:n("./node_modules/raw-loader/index.js!./outlineButton/editor.css"),mixins:{color:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/color.pcss")},borderColor:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/borderColor.pcss")},backgroundColor:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/backgroundColor.pcss")},designOptions:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/designOptions.pcss")}}},"")},"./outlineButton/settings.json":function(e){e.exports=JSON.parse('{"groups":{"type":"string","access":"protected","value":"Buttons"},"buttonUrl":{"type":"url","access":"public","value":{"url":"","title":"","targetBlank":false,"relNofollow":false},"options":{"label":"Link selection","dynamicField":true}},"buttonText":{"type":"string","access":"public","value":"Apply Now","options":{"label":"Button text","dynamicField":true}},"color":{"type":"color","access":"public","value":"#e3e3e3","options":{"label":"Title color","cssMixin":{"mixin":"color","property":"color","namePattern":"[\\\\da-f]+"}}},"borderColor":{"type":"color","access":"public","value":"#e3e3e3","options":{"label":"Border color","cssMixin":{"mixin":"borderColor","property":"borderColor","namePattern":"[\\\\da-f]+"}}},"hoverColorOutline":{"type":"color","access":"public","value":"#3d3d3d","options":{"label":"Title hover color","cssMixin":{"mixin":"color","property":"hoverColorOutline","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"value","options":{"value":"outline"}}},"actions":[{"action":"toggleVisibility"}]}}},"hoverColorAnimated":{"type":"color","access":"public","value":"#fff","options":{"label":"Title hover color","cssMixin":{"mixin":"color","property":"hoverColorAnimated","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"valueIn","options":{"values":["outline-animated","outline-animated-slidein"]}}},"actions":[{"action":"toggleVisibility"}]}}},"hoverBorder":{"type":"color","access":"public","value":"#3d3d3d","options":{"label":"Border hover color","cssMixin":{"mixin":"borderColor","property":"hoverBorder","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"value","options":{"value":"outline"}}},"actions":[{"action":"toggleVisibility"}]}}},"hoverBackground":{"type":"color","access":"public","value":"#3d3d3d","options":{"label":"Background hover color","cssMixin":{"mixin":"backgroundColor","property":"hoverBackground","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"valueIn","options":{"values":["outline-animated","outline-animated-slidein"]}}},"actions":[{"action":"toggleVisibility"}]}}},"shape":{"type":"buttonGroup","access":"public","value":"square","options":{"label":"Shape","values":[{"label":"Square","value":"square","icon":"vcv-ui-icon-attribute-shape-square"},{"label":"Rounded","value":"rounded","icon":"vcv-ui-icon-attribute-shape-rounded"},{"label":"Round","value":"round","icon":"vcv-ui-icon-attribute-shape-round"}]}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options","cssMixin":{"mixin":"designOptions","property":"backgroundColor","selector":"do-background-color"}}},"editFormTab1":{"type":"group","access":"protected","value":["buttonText","buttonUrl","alignment","shape","size","toggleStretchButton","buttonType","color","borderColor","hoverColorOutline","hoverColorAnimated","hoverBorder","hoverBackground","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General","Buttons"]},"assetsLibrary":{"access":"public","type":"string","value":["animate"]},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"size":{"type":"buttonGroup","access":"public","value":"medium","options":{"label":"Size","values":[{"label":"Small","value":"small","text":"S"},{"label":"Medium","value":"medium","text":"M"},{"label":"Large","value":"large","text":"L"}]}},"toggleStretchButton":{"type":"toggle","access":"public","value":false,"options":{"label":"Stretch button"}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from Custom CSS option."}},"buttonType":{"type":"dropdown","access":"public","value":"outline-animated","options":{"label":"Hover effect","values":[{"label":"Simple Outline","value":"outline"},{"label":"FadeIn","value":"outline-animated"},{"label":"SlideIn","value":"outline-animated-slidein"}]}},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["buttonText","buttonUrl","shape","borderColor"]}]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply unique Id to element to link directly to it by using #your_id (for element id use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"outlineButton"}}')}},[["./outlineButton/index.js"]]]);
1
+ (window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/backgroundColor.pcss":function(e,t){e.exports=".vce-button {\n &--style-outline-animated--background-color-$selector,\n &--style-outline-animated-slidein--background-color-$selector{\n a&,\n button& {\n &:after {\n background-color: $hoverBackground;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/borderColor.pcss":function(e,t){e.exports=".vce-button {\n &--style-outline--border-color-$selector {\n a&,\n button& {\n &:hover, &:active, &:focus {\n &:before {\n border-color: $hoverBorder;\n }\n }\n }\n }\n\n &--style-outline--border-color-$selector,\n &--style-outline-animated--border-color-$selector,\n &--style-outline-animated-slidein--border-color-$selector {\n a&,\n button& {\n &:before {\n border-color: $borderColor;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/color.pcss":function(e,t){e.exports=".vce-button {\n &--style-outline--color-$selector {\n a&,\n button& {\n color: $color;\n &:hover {\n color: $color;\n }\n\n &:hover, &:active, &:focus {\n color: $hoverColorOutline;\n }\n }\n }\n\n &--style-outline-animated--color-$selector,\n &--style-outline-animated-slidein--color-$selector {\n a&,\n button& {\n color: $color;\n &:hover {\n color: $color;\n }\n\n &:hover, &:active, &:focus {\n color: $hoverColorAnimated;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/designOptions.pcss":function(e,t){e.exports="a, button {\n &.vce-button--style-outline--background-color-$selector,\n &.vce-button--style-outline-animated--background-color-$selector,\n &.vce-button--style-outline-animated-slidein--background-color-$selector {\n @each $device in (all, xs, sm, md, lg, xl) {\n @media (--$(device)-only) {\n @if $($(device)) != false {\n @if $($(device)backgroundColor) != false {\n &, &:focus, &:link, &:visited, &:active {\n &::after {\n background-color: $($(device)backgroundColor);\n }\n\n &::before {\n border-color: $($(device)backgroundColor);\n }\n }\n\n &:hover {\n &::after {\n background-color: color($($(device)backgroundColor) shade(10%)) !important;\n }\n\n &::before {\n border-color: color($($(device)backgroundColor) shade(10%));\n }\n }\n }\n }\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/editor.css":function(e,t){e.exports=".vce-button--style-outline-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./outlineButton/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * Outline button\n * ---------------------------------------------- */\n.vce-button--style-outline-container--align-left {\n text-align: left;\n}\n.vce-button--style-outline-container--align-right {\n text-align: right;\n}\n.vce-button--style-outline-container--align-center {\n text-align: center;\n}\n.vce-button--style-outline-wrapper {\n display: inline-block;\n vertical-align: top;\n max-width: 100%;\n}\n.vce-button--style-outline-wrapper .vce-button--style-outline,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein {\n box-shadow: none;\n}\n.vce-button--style-outline-wrapper .vce-button--style-outline:hover,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated:hover,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein:hover,\n.vce-button--style-outline-wrapper .vce-button--style-outline:focus,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated:focus,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein:focus,\n.vce-button--style-outline-wrapper .vce-button--style-outline:link,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated:link,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein:link {\n box-shadow: none;\n}\n.vce-button--style-outline-wrapper--stretched {\n width: 100%;\n}\n.vce-button--style-outline-wrapper--stretched .vce-button--style-outline,\n.vce-button--style-outline-wrapper--stretched .vce-button--style-outline-animated,\n.vce-button--style-outline-wrapper--stretched .vce-button--style-outline-animated-slidein {\n width: 100%;\n}\nbutton.vce-button--style-outline {\n -webkit-appearance: none;\n}\n.vce-button--style-outline.vce-button--style-outline--size-small {\n font-size: 11px;\n padding: 10px 30px;\n}\n.vce-button--style-outline.vce-button--style-outline--size-medium {\n font-size: 16px;\n padding: 15px 43px;\n}\n.vce-button--style-outline.vce-button--style-outline--size-large {\n font-size: 21px;\n padding: 20px 56px;\n}\na.vce-button--style-outline,\nbutton.vce-button--style-outline {\n background-color: transparent;\n background-image: none;\n border: none;\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n margin-bottom: 0;\n max-width: 100%;\n position: relative;\n text-align: center;\n text-decoration: none;\n vertical-align: middle;\n white-space: normal;\n -ms-touch-action: manipulation;\n touch-action: manipulation;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n line-height: normal;\n transition: all 0.2s ease-in-out;\n z-index: 1;\n border-radius: 0;\n}\na.vce-button--style-outline .vce-button--style-outline-text,\nbutton.vce-button--style-outline .vce-button--style-outline-text {\n transition: none;\n position: relative;\n z-index: 1;\n text-decoration: none;\n text-transform: none;\n font-weight: normal;\n letter-spacing: normal;\n -webkit-font-smoothing: antialiased;\n}\na.vce-button--style-outline:hover,\nbutton.vce-button--style-outline:hover,\na.vce-button--style-outline:focus,\nbutton.vce-button--style-outline:focus {\n text-decoration: none;\n outline: none;\n}\na.vce-button--style-outline::before,\nbutton.vce-button--style-outline::before,\na.vce-button--style-outline::after,\nbutton.vce-button--style-outline::after {\n border-radius: inherit;\n box-sizing: border-box;\n content: "";\n position: absolute;\n height: initial;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n transition: all 0.2s ease-in-out;\n}\na.vce-button--style-outline::before,\nbutton.vce-button--style-outline::before {\n box-sizing: border-box;\n border-width: 2px;\n border-style: solid;\n transition: border-color 0.2s ease-in-out;\n top: 1px;\n left: 1px;\n bottom: 1px;\n right: 1px;\n width: initial;\n}\na.vce-button--style-outline::after,\nbutton.vce-button--style-outline::after {\n opacity: 0;\n transition: opacity 0.2s ease-in-out;\n width: 100%;\n}\na.vce-button--style-outline:hover::before,\nbutton.vce-button--style-outline:hover::before,\na.vce-button--style-outline:active::before,\nbutton.vce-button--style-outline:active::before,\na.vce-button--style-outline:focus::before,\nbutton.vce-button--style-outline:focus::before {\n border-color: #119944;\n}\na.vce-button--style-outline:hover::after,\nbutton.vce-button--style-outline:hover::after,\na.vce-button--style-outline:active::after,\nbutton.vce-button--style-outline:active::after,\na.vce-button--style-outline:focus::after,\nbutton.vce-button--style-outline:focus::after {\n opacity: 1;\n}\nbutton.vce-button--style-outline-animated,\nbutton.vce-button--style-outline-animated-slidein {\n -webkit-appearance: none;\n}\n.vce-button--style-outline-animated.vce-button--style-outline--size-small,\n.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-small {\n font-size: 11px;\n padding: 10px 30px;\n}\n.vce-button--style-outline-animated.vce-button--style-outline--size-medium,\n.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-medium {\n font-size: 16px;\n padding: 15px 43px;\n}\n.vce-button--style-outline-animated.vce-button--style-outline--size-large,\n.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-large {\n font-size: 21px;\n padding: 20px 56px;\n}\na.vce-button--style-outline-animated,\na.vce-button--style-outline-animated-slidein,\nbutton.vce-button--style-outline-animated,\nbutton.vce-button--style-outline-animated-slidein {\n background-color: transparent;\n background-image: none;\n border: none;\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n margin-bottom: 0;\n max-width: 100%;\n position: relative;\n text-align: center;\n text-decoration: none;\n vertical-align: middle;\n white-space: normal;\n -ms-touch-action: manipulation;\n touch-action: manipulation;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n line-height: normal;\n transition: all 0.2s ease-in-out;\n z-index: 1;\n border-radius: 0;\n}\na.vce-button--style-outline-animated .vce-button--style-outline-text,\na.vce-button--style-outline-animated-slidein .vce-button--style-outline-text,\nbutton.vce-button--style-outline-animated .vce-button--style-outline-text,\nbutton.vce-button--style-outline-animated-slidein .vce-button--style-outline-text {\n position: relative;\n z-index: 1;\n}\na.vce-button--style-outline-animated:hover,\na.vce-button--style-outline-animated-slidein:hover,\nbutton.vce-button--style-outline-animated:hover,\nbutton.vce-button--style-outline-animated-slidein:hover,\na.vce-button--style-outline-animated:focus,\na.vce-button--style-outline-animated-slidein:focus,\nbutton.vce-button--style-outline-animated:focus,\nbutton.vce-button--style-outline-animated-slidein:focus {\n text-decoration: none;\n outline: none;\n}\na.vce-button--style-outline-animated::before,\na.vce-button--style-outline-animated-slidein::before,\nbutton.vce-button--style-outline-animated::before,\nbutton.vce-button--style-outline-animated-slidein::before,\na.vce-button--style-outline-animated::after,\na.vce-button--style-outline-animated-slidein::after,\nbutton.vce-button--style-outline-animated::after,\nbutton.vce-button--style-outline-animated-slidein::after {\n border-radius: inherit;\n box-sizing: border-box;\n content: "";\n position: absolute;\n height: initial;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n transition: all 0.2s ease-in-out;\n}\na.vce-button--style-outline-animated::before,\na.vce-button--style-outline-animated-slidein::before,\nbutton.vce-button--style-outline-animated::before,\nbutton.vce-button--style-outline-animated-slidein::before {\n box-sizing: border-box;\n border-width: 2px;\n border-style: solid;\n top: 1px;\n left: 1px;\n bottom: 1px;\n right: 1px;\n width: initial;\n}\n.vce-button--style-outline-animated-slidein::after {\n transition: width 0.2s ease-in-out;\n width: 0;\n}\n.vce-button--style-outline-animated-slidein:hover::after,\n.vce-button--style-outline-animated-slidein:active::after,\n.vce-button--style-outline-animated-slidein:focus::after {\n width: 100%;\n}\n.vce-button--style-outline-animated::after {\n transition: opacity 0.2s ease-in-out;\n width: 100%;\n opacity: 0;\n}\n.vce-button--style-outline-animated:hover::after,\n.vce-button--style-outline-animated:active::after,\n.vce-button--style-outline-animated:focus::after {\n opacity: 1;\n}\na.vce-button--style-outline--border-rounded,\na.vce-button--style-outline--border-round,\na.vce-button--style-outline--border-square,\nbutton.vce-button--style-outline--border-rounded,\nbutton.vce-button--style-outline--border-round,\nbutton.vce-button--style-outline--border-square {\n position: relative;\n overflow: hidden;\n}\na.vce-button--style-outline--border-rounded,\nbutton.vce-button--style-outline--border-rounded {\n border-radius: 5px;\n}\na.vce-button--style-outline--border-round,\nbutton.vce-button--style-outline--border-round {\n border-radius: 4em;\n}\na.vce-button--style-outline--border-square,\nbutton.vce-button--style-outline--border-square {\n border-radius: 0;\n}\n.rtl.vce-button--style-outline,\n[dir="rlt"].vce-button--style-outline,\n.rtl .vce-button--style-outline,\n[dir="rlt"] .vce-button--style-outline {\n direction: rtl;\n unicode-bidi: embed;\n}\n.ltr.vce-button--style-outline,\n[dir="ltr"].vce-button--style-outline,\n.ltr .vce-button--style-outline,\n[dir="ltr"] .vce-button--style-outline {\n direction: ltr;\n unicode-bidi: normal;\n}\n'},"./outlineButton/index.js":function(e,t,n){"use strict";n.r(t);var o=n("./node_modules/vc-cake/index.js"),l=n.n(o),i=n("./node_modules/@babel/runtime/helpers/extends.js"),u=n.n(i),r=n("./node_modules/@babel/runtime/helpers/classCallCheck.js"),a=n.n(r),s=n("./node_modules/@babel/runtime/helpers/createClass.js"),c=n.n(s),d=n("./node_modules/@babel/runtime/helpers/inherits.js"),b=n.n(d),v=n("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),p=n.n(v),y=n("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),m=n.n(y),g=n("./node_modules/react/index.js"),h=n.n(g);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=m()(e);if(t){var l=m()(this).constructor;n=Reflect.construct(o,arguments,l)}else n=o.apply(this,arguments);return p()(this,n)}}var x=function(e){b()(n,e);var t=f(n);function n(){return a()(this,n),t.apply(this,arguments)}return c()(n,[{key:"render",value:function(){var e=this.props,t=e.id,n=e.atts,o=e.editor,l=n.buttonUrl,i=n.buttonText,r=n.shape,a=n.alignment,s=n.customClass,c=n.buttonType,d=n.metaCustomId,b=n.size,v=n.toggleStretchButton,p=["vce-button--style-outline-wrapper","vce"],y=["vce-button--style-outline-container"],m=[],g=i,f={},x="button",w=c?"vce-button--style-".concat(c):"vce-button--style-outline";(m.push(w),l&&l.url)&&(x="a",f={href:l.url,title:l.title,target:l.targetBlank?"_blank":void 0,rel:l.relNofollow?"nofollow":void 0});"string"==typeof s&&s&&y.push(s),r&&m.push("vce-button--style-outline--border-".concat(r)),a&&y.push("vce-button--style-outline-container--align-".concat(a)),b&&m.push("vce-button--style-outline--size-".concat(b)),v&&p.push("vce-button--style-outline-wrapper--stretched");var k=this.getMixinData("color");k&&m.push("".concat(w,"--color-").concat(k.selector)),(k=this.getMixinData("borderColor"))&&m.push("".concat(w,"--border-color-").concat(k.selector)),(k=this.getMixinData("backgroundColor"))&&m.push("".concat(w,"--background-color-").concat(k.selector)),(k=this.getMixinData("designOptions"))&&m.push("".concat(w,"--background-color-").concat(k.selector)),d&&(f.id=d);var C=this.applyDO("margin"),B=this.applyDO("padding border background animation");return h.a.createElement("div",u()({className:y.join(" ")},o),h.a.createElement("span",u()({className:p.join(" "),id:"el-"+t},C),h.a.createElement(x,u()({className:m.join(" ")},f,B),h.a.createElement("span",{className:"vce-button--style-outline-text"},g))))}}]),n}(l.a.getService("api").elementComponent);(0,l.a.getService("cook").add)(n("./outlineButton/settings.json"),(function(e){e.add(x)}),{css:n("./node_modules/raw-loader/index.js!./outlineButton/styles.css"),editorCss:n("./node_modules/raw-loader/index.js!./outlineButton/editor.css"),mixins:{color:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/color.pcss")},borderColor:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/borderColor.pcss")},backgroundColor:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/backgroundColor.pcss")},designOptions:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/designOptions.pcss")}}},"")},"./outlineButton/settings.json":function(e){e.exports=JSON.parse('{"groups":{"type":"string","access":"protected","value":"Buttons"},"buttonUrl":{"type":"url","access":"public","value":{"url":"","title":"","targetBlank":false,"relNofollow":false},"options":{"label":"Link selection","dynamicField":true}},"buttonText":{"type":"string","access":"public","value":"Apply Now","options":{"label":"Button text","dynamicField":true}},"color":{"type":"color","access":"public","value":"#e3e3e3","options":{"label":"Title color","cssMixin":{"mixin":"color","property":"color","namePattern":"[\\\\da-f]+"}}},"borderColor":{"type":"color","access":"public","value":"#e3e3e3","options":{"label":"Border color","cssMixin":{"mixin":"borderColor","property":"borderColor","namePattern":"[\\\\da-f]+"}}},"hoverColorOutline":{"type":"color","access":"public","value":"#3d3d3d","options":{"label":"Title hover color","cssMixin":{"mixin":"color","property":"hoverColorOutline","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"value","options":{"value":"outline"}}},"actions":[{"action":"toggleVisibility"}]}}},"hoverColorAnimated":{"type":"color","access":"public","value":"#fff","options":{"label":"Title hover color","cssMixin":{"mixin":"color","property":"hoverColorAnimated","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"valueIn","options":{"values":["outline-animated","outline-animated-slidein"]}}},"actions":[{"action":"toggleVisibility"}]}}},"hoverBorder":{"type":"color","access":"public","value":"#3d3d3d","options":{"label":"Border hover color","cssMixin":{"mixin":"borderColor","property":"hoverBorder","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"value","options":{"value":"outline"}}},"actions":[{"action":"toggleVisibility"}]}}},"hoverBackground":{"type":"color","access":"public","value":"#3d3d3d","options":{"label":"Background hover color","cssMixin":{"mixin":"backgroundColor","property":"hoverBackground","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"valueIn","options":{"values":["outline-animated","outline-animated-slidein"]}}},"actions":[{"action":"toggleVisibility"}]}}},"shape":{"type":"buttonGroup","access":"public","value":"square","options":{"label":"Shape","values":[{"label":"Square","value":"square","icon":"vcv-ui-icon-attribute-shape-square"},{"label":"Rounded","value":"rounded","icon":"vcv-ui-icon-attribute-shape-rounded"},{"label":"Round","value":"round","icon":"vcv-ui-icon-attribute-shape-round"}]}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options","cssMixin":{"mixin":"designOptions","property":"backgroundColor","selector":"do-background-color"}}},"editFormTab1":{"type":"group","access":"protected","value":["buttonText","buttonUrl","alignment","shape","size","toggleStretchButton","buttonType","color","borderColor","hoverColorOutline","hoverColorAnimated","hoverBorder","hoverBackground","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General","Buttons"]},"assetsLibrary":{"access":"public","type":"string","value":["animate"]},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"size":{"type":"buttonGroup","access":"public","value":"medium","options":{"label":"Size","values":[{"label":"Small","value":"small","text":"S"},{"label":"Medium","value":"medium","text":"M"},{"label":"Large","value":"large","text":"L"}]}},"toggleStretchButton":{"type":"toggle","access":"public","value":false,"options":{"label":"Stretch button"}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from Custom CSS option."}},"buttonType":{"type":"dropdown","access":"public","value":"outline-animated","options":{"label":"Hover effect","values":[{"label":"Simple Outline","value":"outline"},{"label":"FadeIn","value":"outline-animated"},{"label":"SlideIn","value":"outline-animated-slidein"}]}},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["buttonText","buttonUrl","shape","borderColor"]}]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply unique Id to element to link directly to it by using #your_id (for element id use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"outlineButton"}}')}},[["./outlineButton/index.js"]]]);
elements/singleImage/public/dist/element.bundle.js CHANGED
@@ -1 +1 @@
1
- (window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./singleImage/editor.css":function(e,t){e.exports=".vce-single-image-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./singleImage/styles.css":function(e,t){e.exports='a.vce-single-image-inner {\n color: transparent;\n border-bottom: 0;\n text-decoration: none;\n box-shadow: none;\n}\n\na.vce-single-image-inner:hover,\na.vce-single-image-inner:focus {\n text-decoration: none;\n box-shadow: none;\n border-bottom: 0;\n}\n\n.vce-single-image-inner {\n display: inline-block;\n vertical-align: top;\n line-height: 1;\n max-width: 100%;\n position: relative;\n}\n\n.vce-single-image-wrapper {\n display: inline-block;\n max-width: 100%;\n overflow: hidden;\n vertical-align: top;\n}\n\n.vce-single-image-wrapper img {\n vertical-align: top;\n max-width: 100%;\n}\n\n.vce-single-image--border-rounded {\n border-radius: 5px;\n overflow: hidden;\n}\n\n.vce-single-image--border-round {\n border-radius: 50%;\n overflow: hidden;\n}\n\n.vce-single-image--align-center {\n text-align: center;\n}\n\n.vce-single-image--align-right {\n text-align: right;\n}\n\n.vce-single-image--align-left {\n text-align: left;\n}\n\n.vce-single-image-wrapper figure {\n margin: 0;\n}\n\n.vce-single-image-wrapper figcaption {\n font-style: italic;\n margin-top: 10px;\n}\n\n.vce-single-image-wrapper figcaption[hidden] {\n display: none;\n}\n\n.vce-single-image-inner.vce-single-image--absolute .vce-single-image:not([data-dynamic-natural-size="true"]) {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n object-fit: cover;\n height: 100%;\n}\n\n.vce-single-image-container .vce-single-image-inner .vce-single-image {\n box-shadow: none;\n}\n'},"./singleImage/index.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a.n(i),s=a("./node_modules/@babel/runtime/helpers/extends.js"),l=a.n(s),r=a("./node_modules/@babel/runtime/helpers/typeof.js"),o=a.n(r),c=a("./node_modules/@babel/runtime/helpers/classCallCheck.js"),g=a.n(c),u=a("./node_modules/@babel/runtime/helpers/createClass.js"),p=a.n(u),d=a("./node_modules/@babel/runtime/helpers/assertThisInitialized.js"),m=a.n(d),h=a("./node_modules/@babel/runtime/helpers/inherits.js"),v=a.n(h),b=a("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),f=a.n(b),w=a("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),y=a.n(w),I=a("./node_modules/@babel/runtime/helpers/defineProperty.js"),x=a.n(I),S=a("./node_modules/react/index.js"),k=a.n(S);function z(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=y()(e);if(t){var n=y()(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return f()(this,a)}}var E=Object(i.getService)("api"),j=Object(i.getService)("renderProcessor"),C=Object(i.getService)("utils"),O=C.getBlockRegexp,_=C.parseDynamicBlock,L=O(),R=function(e){v()(a,e);var t=z(a);function a(e){var i;return g()(this,a),i=t.call(this,e),x()(m()(i),"promise",null),i.state={imgElement:null,parsedWidth:null,parsedHeight:null,naturalWidth:null,naturalHeight:null},i.setImage=i.setImage.bind(m()(i)),i.setImageState=i.setImageState.bind(m()(i)),i.setError=i.setError.bind(m()(i)),i}return p()(a,[{key:"componentDidMount",value:function(){var e=this;this.promise=new window.Promise((function(t,a){e.resolve=t,e.setImage(e.props)})),j.add(this.promise)}},{key:"componentWillUnmount",value:function(){this.resolve&&this.resolve(!0),a.image&&a.image.removeEventListener("load",this.setImageState),a.image&&a.image.removeEventListener("error",this.setError)}},{key:"componentDidUpdate",value:function(e,t){e.atts.image!==this.props.atts.image?this.setImage(this.props):(e.atts.size!==this.props.atts.size||e.atts.shape!==this.props.atts.shape)&&this.resetImageSizeState()}},{key:"parseSize",value:function(e,t,a,i){var n=!0;"string"==typeof e?e=e.replace(/\s/g,"").replace(/px/g,"").toLowerCase().split("x"):"object"===o()(e)&&(n=e.crop,e=[e.width,e.height]),a=parseInt(a),i=parseInt(i);var s=parseInt(e[0])<a,l=parseInt(e[1])<i;if(n)e[0]=parseInt(e[0])<a?parseInt(e[0]):a,e[1]=parseInt(e[1])<i?parseInt(e[1]):i;else{if(e[0]=s?parseInt(e[0]):a,e[1]=l?parseInt(e[1]):i,s&&!l){var r=e[0]/a;e[1]=parseInt(i*r)}if(l&&!s){var c=e[1]/i;e[0]=parseInt(a*c)}if(l&&s)if(i<a){var g=e[0]/a;e[1]=parseInt(i*g)}else{var u=e[1]/i;e[0]=parseInt(a*u)}}if(t){var p=e[0]>=e[1]?e[1]:e[0];e={width:p,height:p}}else e={width:e[0],height:e[1]};return e}},{key:"checkRelatedSize",value:function(e){var t=null;return window.vcvImageSizes&&window.vcvImageSizes[e]&&(t=window.vcvImageSizes[e]),t}},{key:"getSizes",value:function(e,t){var a=e.size,i=e.shape,n="";return{width:(n=(a=a.replace(/\s/g,"").replace(/px/g,"").toLowerCase()).match(/\d+(x)\d+/)?this.parseSize(a,"round"===i,t.width,t.height):(n=this.checkRelatedSize(a))?this.parseSize(n,"round"===i,t.width,t.height):this.parseSize({width:t.width,height:t.height},"round"===i,t.width,t.height)).width,height:n.height}}},{key:"setImage",value:function(e){var t=this.getImageUrl(e.atts.image);a.image&&a.image.removeEventListener("load",this.setImageState),a.image&&a.image.removeEventListener("error",this.setError),a.image=new window.Image,a.image.addEventListener("load",this.setImageState),a.image.addEventListener("error",this.setError),t?a.image.src=t:this.setError(),t||this.setState({imgElement:null,parsedWidth:null,parsedHeight:null,naturalWidth:null,naturalHeight:null})}},{key:"setImageState",value:function(e){var t=this,a=e.currentTarget,i=this.getSizes(this.props.atts,a);this.setState({imgElement:a,parsedWidth:i.width,parsedHeight:i.height,naturalWidth:a.width,naturalHeight:a.height},(function(){t.resolve&&t.resolve(!0)}))}},{key:"resetImageSizeState",value:function(){var e=this.getSizes(this.props.atts,this.state.imgElement);this.setState({parsedWidth:e.width,parsedHeight:e.height})}},{key:"setError",value:function(){this.resolve&&this.resolve(!1)}},{key:"getImageShortcode",value:function(e){var t=e.props,a=e.classes,i=e.isDefaultImage,n=e.src,s=e.isDynamicImage,l=e.naturalSizes,r='[vcvSingleImage class="'.concat(a,'" data-width="').concat(this.state.parsedWidth||0,'" data-height="').concat(this.state.parsedHeight||0,'" src="').concat(n,'" data-img-src="').concat(t["data-img-src"],'"'),o=t.alt,c=t.title;if(i&&(r+=' data-default-image="true"'),s){var g=_(this.props.rawAtts.image.full);r+=' data-dynamic="'.concat(g.blockAtts.value,'"');var u=new URL(g.blockAtts.currentValue),p=new URLSearchParams(u.search);o=p.get("alt"),c=p.get("title"),l&&(r+=' data-dynamic-natural-size="true"')}return r+=' alt="'.concat(o,'" title="').concat(c,'" ]')}},{key:"render",value:function(){var e=this.props,t=e.id,a=e.atts,i=e.editor,n=a.shape,s=a.clickableOptions,r=a.showCaption,o=a.customClass,c=a.size,g=a.alignment,u=a.metaCustomId,p=a.image,d="vce-single-image-container",m="vce-single-image-inner vce-single-image--absolute",h={},v={},b={},f="div",w={},y=this.getImageUrl(p),I=this.props.rawAtts.image&&this.props.rawAtts.image.full,x=Array.isArray("string"==typeof I&&I.match(L));w["data-img-src"]=y,w.alt=p&&p.alt?p.alt:"",w.title=p&&p.title?p.title:"";var S=p.caption;if(x){var z=new URL(p.full),E=new URLSearchParams(z.search);w.alt=E.get("alt")?E.get("alt"):"",w.title=E.get("title")?E.get("title"):"",S=E.get("caption")?E.get("caption"):""}if("string"==typeof o&&o&&(d+=" "+o),"url"===s&&p&&p.link&&p.link.url){f="a";var j=p.link;h={href:j.url,title:j.title,target:j.targetBlank?"_blank":void 0,rel:j.relNofollow?"nofollow":void 0}}else"imageNewTab"===s?(f="a",h={href:y,target:"_blank"}):"lightbox"===s?(f="a",h={href:y,"data-lightbox":"lightbox-".concat(t)}):"zoom"===s?m+=" vce-single-image-zoom-container":"photoswipe"===s&&(f="a",h={href:y,"data-photoswipe-image":t,"data-photoswipe-index":0},b["data-photoswipe-item"]="photoswipe-".concat(t),r&&(h["data-photoswipe-caption"]=p.caption),v["data-photoswipe-gallery"]=t);g&&(d+=" vce-single-image--align-".concat(g)),"rounded"===n&&(m+=" vce-single-image--border-rounded"),"round"===n&&(m+=" vce-single-image--border-round"),u&&(v.id=u);var C=this.applyDO("all"),O=!S,_=k.a.createElement("figcaption",{hidden:O},S),R=p&&p.urls&&p.urls.length?p.urls[0]:p;R&&R.filter&&"normal"!==R.filter&&(m+=" vce-image-filter--".concat(R.filter));var W="",D=!1;x&&(1===this.state.naturalWidth&&1===this.state.naturalHeight||(!c||"full"===c)&&"round"!==n)&&(h["data-vce-delete-attr"]="style",D=!0);var N={props:w,classes:"vce-single-image",isDefaultImage:!(p&&p.id),src:y,isDynamicImage:x,naturalSizes:D};return y&&(W=k.a.createElement("img",l()({className:"".concat("vce-single-image"," vcvhelper"),src:y},w,{"data-vcvs-html":this.getImageShortcode(N)}))),c&&"full"!==c||"round"===n||x||(W=k.a.createElement("img",l()({className:"vce-single-image",src:y},w))),k.a.createElement("div",l()({className:d},i,v),k.a.createElement("div",l()({className:"vce vce-single-image-wrapper"},b,{id:"el-"+t},C),k.a.createElement("figure",null,k.a.createElement(f,l()({},h,{className:m,ref:"imageContainer",style:{paddingBottom:"".concat(this.state.parsedHeight/this.state.parsedWidth*100,"%"),width:this.state.parsedWidth}}),W),_)))}}]),a}(E.elementComponent);x()(R,"image",null),(0,n.a.getService("cook").add)(a("./singleImage/settings.json"),(function(e){e.add(R)}),{css:a("./node_modules/raw-loader/index.js!./singleImage/styles.css"),editorCss:a("./node_modules/raw-loader/index.js!./singleImage/editor.css")},"")},"./singleImage/settings.json":function(e){e.exports=JSON.parse('{"image":{"type":"attachimage","access":"public","value":"single-image.jpg","options":{"label":"Image","multiple":false,"dynamicField":true,"defaultValue":"single-image.jpg","onChange":{"rules":{"clickableOptions":{"rule":"value","options":{"value":"url"}}},"actions":[{"action":"attachImageUrls"}]},"url":false,"imageFilter":true}},"shape":{"type":"buttonGroup","access":"public","value":"square","options":{"label":"Shape","values":[{"label":"Square","value":"square","icon":"vcv-ui-icon-attribute-shape-square"},{"label":"Rounded","value":"rounded","icon":"vcv-ui-icon-attribute-shape-rounded"},{"label":"Round","value":"round","icon":"vcv-ui-icon-attribute-shape-round"}]}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["clickableOptions","showCaption","image","shape","size","alignment","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"metaOrder":{"type":"number","access":"protected","value":4},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from Custom CSS option."}},"size":{"type":"string","access":"public","value":"large","options":{"label":"Size","description":"Enter image size (Example: \'thumbnail\', \'medium\', \'large\', \'full\' or other sizes defined by theme). Alternatively enter size in pixels (Example: 200x100 (Width x Height))."}},"clickableOptions":{"type":"dropdown","access":"public","value":"","options":{"label":"OnClick action","values":[{"label":"None","value":""},{"label":"Lightbox","value":"lightbox"},{"label":"PhotoSwipe","value":"photoswipe"},{"label":"Zoom","value":"zoom"},{"label":"Open Image in New Tab","value":"imageNewTab"},{"label":"Link selector","value":"url"}]}},"showCaption":{"type":"toggle","access":"public","value":false,"options":{"label":"Show image caption in gallery view","onChange":{"rules":{"clickableOptions":{"rule":"value","options":{"value":"photoswipe"}}},"actions":[{"action":"toggleVisibility"}]}}},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply unique ID to element to link directly to it by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"singleImage"},"metaPublicJs":{"access":"protected","type":"string","value":{"libraries":[{"rules":{"clickableOptions":{"rule":"value","options":{"value":"zoom"}}},"libPaths":["public/dist/singleImage.min.js"]}]}},"sharedAssetsLibrary":{"access":"protected","type":"string","value":{"libraries":[{"rules":{"clickableOptions":{"rule":"value","options":{"value":"lightbox"}}},"libsNames":["lightbox"]},{"rules":{"clickableOptions":{"rule":"value","options":{"value":"zoom"}}},"libsNames":["zoom"]},{"rules":{"clickableOptions":{"rule":"value","options":{"value":"photoswipe"}}},"libsNames":["photoswipe"]}]}}}')}},[["./singleImage/index.js"]]]);
1
+ (window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./singleImage/editor.css":function(e,t){e.exports=".vce-single-image-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./singleImage/styles.css":function(e,t){e.exports='a.vce-single-image-inner {\n color: transparent;\n border-bottom: 0;\n text-decoration: none;\n box-shadow: none;\n}\n\na.vce-single-image-inner:hover,\na.vce-single-image-inner:focus {\n text-decoration: none;\n box-shadow: none;\n border-bottom: 0;\n}\n\n.vce-single-image-inner {\n display: inline-block;\n vertical-align: top;\n line-height: 1;\n max-width: 100%;\n position: relative;\n}\n\n.vce-single-image-wrapper {\n display: inline-block;\n max-width: 100%;\n overflow: hidden;\n vertical-align: top;\n}\n\n.vce-single-image-wrapper img {\n vertical-align: top;\n max-width: 100%;\n}\n\n.vce-single-image--border-rounded {\n border-radius: 5px;\n overflow: hidden;\n}\n\n.vce-single-image--border-round {\n border-radius: 50%;\n overflow: hidden;\n}\n\n.vce-single-image--align-center {\n text-align: center;\n}\n\n.vce-single-image--align-right {\n text-align: right;\n}\n\n.vce-single-image--align-left {\n text-align: left;\n}\n\n.vce-single-image-wrapper figure {\n margin: 0;\n}\n\n.vce-single-image-wrapper figcaption {\n font-style: italic;\n margin-top: 10px;\n}\n\n.vce-single-image-wrapper figcaption[hidden] {\n display: none;\n}\n\n.vce-single-image-inner.vce-single-image--absolute .vce-single-image:not([data-dynamic-natural-size="true"]) {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n object-fit: cover;\n height: 100%;\n}\n\n.vce-single-image-container .vce-single-image-inner .vce-single-image {\n box-shadow: none;\n}\n'},"./singleImage/index.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a.n(i),s=a("./node_modules/@babel/runtime/helpers/extends.js"),l=a.n(s),r=a("./node_modules/@babel/runtime/helpers/typeof.js"),o=a.n(r),c=a("./node_modules/@babel/runtime/helpers/classCallCheck.js"),g=a.n(c),u=a("./node_modules/@babel/runtime/helpers/createClass.js"),p=a.n(u),d=a("./node_modules/@babel/runtime/helpers/assertThisInitialized.js"),m=a.n(d),h=a("./node_modules/@babel/runtime/helpers/inherits.js"),v=a.n(h),b=a("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),f=a.n(b),w=a("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),y=a.n(w),I=a("./node_modules/@babel/runtime/helpers/defineProperty.js"),x=a.n(I),S=a("./node_modules/react/index.js"),k=a.n(S);function z(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=y()(e);if(t){var n=y()(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return f()(this,a)}}var E=Object(i.getService)("api"),j=Object(i.getService)("renderProcessor"),C=Object(i.getService)("utils"),O=C.getBlockRegexp,_=C.parseDynamicBlock,L=O(),R=function(e){v()(a,e);var t=z(a);function a(e){var i;return g()(this,a),i=t.call(this,e),x()(m()(i),"promise",null),i.state={imgElement:null,parsedWidth:null,parsedHeight:null,naturalWidth:null,naturalHeight:null},i.setImage=i.setImage.bind(m()(i)),i.setImageState=i.setImageState.bind(m()(i)),i.setError=i.setError.bind(m()(i)),i}return p()(a,[{key:"componentDidMount",value:function(){var e=this;this.promise=new window.Promise((function(t,a){e.resolve=t,e.setImage(e.props)})),j.add(this.promise)}},{key:"componentWillUnmount",value:function(){this.resolve&&this.resolve(!0),a.image&&a.image.removeEventListener("load",this.setImageState),a.image&&a.image.removeEventListener("error",this.setError)}},{key:"componentDidUpdate",value:function(e,t){e.atts.image!==this.props.atts.image?this.setImage(this.props):(e.atts.size!==this.props.atts.size||e.atts.shape!==this.props.atts.shape)&&this.resetImageSizeState()}},{key:"parseSize",value:function(e,t,a,i){var n=!0;"string"==typeof e?e=e.replace(/\s/g,"").replace(/px/g,"").toLowerCase().split("x"):"object"===o()(e)&&(n=e.crop,e=[e.width,e.height]),a=parseInt(a),i=parseInt(i);var s=parseInt(e[0])<a,l=parseInt(e[1])<i;if(n)e[0]=parseInt(e[0])<a?parseInt(e[0]):a,e[1]=parseInt(e[1])<i?parseInt(e[1]):i;else{if(e[0]=s?parseInt(e[0]):a,e[1]=l?parseInt(e[1]):i,s&&!l){var r=e[0]/a;e[1]=parseInt(i*r)}if(l&&!s){var c=e[1]/i;e[0]=parseInt(a*c)}if(l&&s)if(i<a){var g=e[0]/a;e[1]=parseInt(i*g)}else{var u=e[1]/i;e[0]=parseInt(a*u)}}if(t){var p=e[0]>=e[1]?e[1]:e[0];e={width:p,height:p}}else e={width:e[0],height:e[1]};return e}},{key:"checkRelatedSize",value:function(e){var t=null;return window.vcvImageSizes&&window.vcvImageSizes[e]&&(t=window.vcvImageSizes[e]),t}},{key:"getSizes",value:function(e,t){var a=e.size,i=e.shape,n="";return{width:(n=(a=a.replace(/\s/g,"").replace(/px/g,"").toLowerCase()).match(/\d+(x)\d+/)?this.parseSize(a,"round"===i,t.width,t.height):(n=this.checkRelatedSize(a))?this.parseSize(n,"round"===i,t.width,t.height):this.parseSize({width:t.width,height:t.height},"round"===i,t.width,t.height)).width,height:n.height}}},{key:"setImage",value:function(e){var t=this.getImageUrl(e.atts.image);a.image&&a.image.removeEventListener("load",this.setImageState),a.image&&a.image.removeEventListener("error",this.setError),a.image=new window.Image,a.image.addEventListener("load",this.setImageState),a.image.addEventListener("error",this.setError),t?a.image.src=t:this.setError(),t||this.setState({imgElement:null,parsedWidth:null,parsedHeight:null,naturalWidth:null,naturalHeight:null})}},{key:"setImageState",value:function(e){var t=this,a=e.currentTarget,i=this.getSizes(this.props.atts,a);this.setState({imgElement:a,parsedWidth:i.width,parsedHeight:i.height,naturalWidth:a.width,naturalHeight:a.height},(function(){t.resolve&&t.resolve(!0)}))}},{key:"resetImageSizeState",value:function(){var e=this.getSizes(this.props.atts,this.state.imgElement);this.setState({parsedWidth:e.width,parsedHeight:e.height})}},{key:"setError",value:function(){this.resolve&&this.resolve(!1)}},{key:"getImageShortcode",value:function(e){var t=e.props,a=e.classes,i=e.isDefaultImage,n=e.src,s=e.isDynamicImage,l=e.naturalSizes,r='[vcvSingleImage class="'.concat(a,'" data-width="').concat(this.state.parsedWidth||0,'" data-height="').concat(this.state.parsedHeight||0,'" src="').concat(n,'" data-img-src="').concat(t["data-img-src"],'"'),o=t.alt,c=t.title;if(i&&(r+=' data-default-image="true"'),s){var g=_(this.props.rawAtts.image.full);r+=' data-dynamic="'.concat(g.blockAtts.value,'"');var u=new URL(g.blockAtts.currentValue),p=new URLSearchParams(u.search);p.get("alt")&&(o=p.get("alt")),p.get("title")&&(c=p.get("title")),l&&(r+=' data-dynamic-natural-size="true"')}return r+=' alt="'.concat(o,'" title="').concat(c,'" ]')}},{key:"render",value:function(){var e=this.props,t=e.id,a=e.atts,i=e.editor,n=a.shape,s=a.clickableOptions,r=a.showCaption,o=a.customClass,c=a.size,g=a.alignment,u=a.metaCustomId,p=a.image,d="vce-single-image-container",m="vce-single-image-inner vce-single-image--absolute",h={},v={},b={},f="div",w={},y=this.getImageUrl(p),I=this.props.rawAtts.image&&this.props.rawAtts.image.full,x=Array.isArray("string"==typeof I&&I.match(L));w["data-img-src"]=y,w.alt=p&&p.alt?p.alt:"",w.title=p&&p.title?p.title:"";var S=p.caption;if(x){var z=new URL(p.full),E=new URLSearchParams(z.search);w.alt=E.get("alt")?E.get("alt"):"",w.title=E.get("title")?E.get("title"):"",S=E.get("caption")?E.get("caption"):""}if("string"==typeof o&&o&&(d+=" "+o),"url"===s&&p&&p.link&&p.link.url){f="a";var j=p.link;h={href:j.url,title:j.title,target:j.targetBlank?"_blank":void 0,rel:j.relNofollow?"nofollow":void 0}}else"imageNewTab"===s?(f="a",h={href:y,target:"_blank"}):"lightbox"===s?(f="a",h={href:y,"data-lightbox":"lightbox-".concat(t)}):"zoom"===s?m+=" vce-single-image-zoom-container":"photoswipe"===s&&(f="a",h={href:y,"data-photoswipe-image":t,"data-photoswipe-index":0},b["data-photoswipe-item"]="photoswipe-".concat(t),r&&(h["data-photoswipe-caption"]=p.caption),v["data-photoswipe-gallery"]=t);g&&(d+=" vce-single-image--align-".concat(g)),"rounded"===n&&(m+=" vce-single-image--border-rounded"),"round"===n&&(m+=" vce-single-image--border-round"),u&&(v.id=u);var C=this.applyDO("all"),O=!S,_=k.a.createElement("figcaption",{hidden:O},S),R=p&&p.urls&&p.urls.length?p.urls[0]:p;R&&R.filter&&"normal"!==R.filter&&(m+=" vce-image-filter--".concat(R.filter));var W="",D=!1;x&&(1===this.state.naturalWidth&&1===this.state.naturalHeight||(!c||"full"===c)&&"round"!==n)&&(h["data-vce-delete-attr"]="style",D=!0);var N={props:w,classes:"vce-single-image",isDefaultImage:!(p&&p.id),src:y,isDynamicImage:x,naturalSizes:D};return y&&(W=k.a.createElement("img",l()({className:"".concat("vce-single-image"," vcvhelper"),src:y},w,{"data-vcvs-html":this.getImageShortcode(N)}))),c&&"full"!==c||"round"===n||x||(W=k.a.createElement("img",l()({className:"vce-single-image",src:y},w))),k.a.createElement("div",l()({className:d},i,v),k.a.createElement("div",l()({className:"vce vce-single-image-wrapper"},b,{id:"el-"+t},C),k.a.createElement("figure",null,k.a.createElement(f,l()({},h,{className:m,ref:"imageContainer",style:{paddingBottom:"".concat(this.state.parsedHeight/this.state.parsedWidth*100,"%"),width:this.state.parsedWidth}}),W),_)))}}]),a}(E.elementComponent);x()(R,"image",null),(0,n.a.getService("cook").add)(a("./singleImage/settings.json"),(function(e){e.add(R)}),{css:a("./node_modules/raw-loader/index.js!./singleImage/styles.css"),editorCss:a("./node_modules/raw-loader/index.js!./singleImage/editor.css")},"")},"./singleImage/settings.json":function(e){e.exports=JSON.parse('{"image":{"type":"attachimage","access":"public","value":"single-image.jpg","options":{"label":"Image","multiple":false,"dynamicField":true,"defaultValue":"single-image.jpg","onChange":{"rules":{"clickableOptions":{"rule":"value","options":{"value":"url"}}},"actions":[{"action":"attachImageUrls"}]},"url":false,"imageFilter":true}},"shape":{"type":"buttonGroup","access":"public","value":"square","options":{"label":"Shape","values":[{"label":"Square","value":"square","icon":"vcv-ui-icon-attribute-shape-square"},{"label":"Rounded","value":"rounded","icon":"vcv-ui-icon-attribute-shape-rounded"},{"label":"Round","value":"round","icon":"vcv-ui-icon-attribute-shape-round"}]}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["clickableOptions","showCaption","image","shape","size","alignment","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"metaOrder":{"type":"number","access":"protected","value":4},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from Custom CSS option."}},"size":{"type":"string","access":"public","value":"large","options":{"label":"Size","description":"Enter image size (Example: \'thumbnail\', \'medium\', \'large\', \'full\' or other sizes defined by theme). Alternatively enter size in pixels (Example: 200x100 (Width x Height))."}},"clickableOptions":{"type":"dropdown","access":"public","value":"","options":{"label":"OnClick action","values":[{"label":"None","value":""},{"label":"Lightbox","value":"lightbox"},{"label":"PhotoSwipe","value":"photoswipe"},{"label":"Zoom","value":"zoom"},{"label":"Open Image in New Tab","value":"imageNewTab"},{"label":"Link selector","value":"url"}]}},"showCaption":{"type":"toggle","access":"public","value":false,"options":{"label":"Show image caption in gallery view","onChange":{"rules":{"clickableOptions":{"rule":"value","options":{"value":"photoswipe"}}},"actions":[{"action":"toggleVisibility"}]}}},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply unique ID to element to link directly to it by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"singleImage"},"metaPublicJs":{"access":"protected","type":"string","value":{"libraries":[{"rules":{"clickableOptions":{"rule":"value","options":{"value":"zoom"}}},"libPaths":["public/dist/singleImage.min.js"]}]}},"sharedAssetsLibrary":{"access":"protected","type":"string","value":{"libraries":[{"rules":{"clickableOptions":{"rule":"value","options":{"value":"lightbox"}}},"libsNames":["lightbox"]},{"rules":{"clickableOptions":{"rule":"value","options":{"value":"zoom"}}},"libsNames":["zoom"]},{"rules":{"clickableOptions":{"rule":"value","options":{"value":"photoswipe"}}},"libsNames":["photoswipe"]}]}}}')}},[["./singleImage/index.js"]]]);
env.php CHANGED
@@ -148,5 +148,10 @@ if (!VcvEnv::has('VCV_FT_DASHBOARD_HUB')) {
148
  }
149
 
150
  if (!VcvEnv::has('VCV_FT_INSIGHTS')) {
151
- VcvEnv::set('VCV_FT_INSIGHTS', false);
152
  }
 
 
 
 
 
148
  }
149
 
150
  if (!VcvEnv::has('VCV_FT_INSIGHTS')) {
151
+ VcvEnv::set('VCV_FT_INSIGHTS', true);
152
  }
153
+
154
+ if (!VcvEnv::has('VCV_FT_DYNAMIC_ARCHIVE_FIELDS')) {
155
+ VcvEnv::set('VCV_FT_DYNAMIC_ARCHIVE_FIELDS', true);
156
+ }
157
+
plugin-wordpress.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Visual Composer
4
  * Plugin URI: https://visualcomposer.com/premium/?utm_medium=wp-dashboard&utm_source=plugins-page&utm_campaign=vcwb&utm_content=plugin-link
5
  * Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
6
- * Version: 28.0
7
  * Author: visualcomposer.com
8
  * Author URI: https://visualcomposer.com/?utm_medium=wp-dashboard&utm_source=plugins-page&utm_campaign=vcwb&utm_content=author-link
9
  * Copyright: (c) 2017 TechMill Ltd.
@@ -45,7 +45,7 @@ if (defined('VCV_VERSION')) {
45
  /**
46
  * Plugin version constant
47
  */
48
- define('VCV_VERSION', '28.0');
49
  /**
50
  * Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
51
  */
3
  * Plugin Name: Visual Composer
4
  * Plugin URI: https://visualcomposer.com/premium/?utm_medium=wp-dashboard&utm_source=plugins-page&utm_campaign=vcwb&utm_content=plugin-link
5
  * Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
6
+ * Version: 29.0-beta.1
7
  * Author: visualcomposer.com
8
  * Author URI: https://visualcomposer.com/?utm_medium=wp-dashboard&utm_source=plugins-page&utm_campaign=vcwb&utm_content=author-link
9
  * Copyright: (c) 2017 TechMill Ltd.
45
  /**
46
  * Plugin version constant
47
  */
48
+ define('VCV_VERSION', '29.0-beta.1');
49
  /**
50
  * Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
51
  */
public/dist/fonts/VC-Icons.svg CHANGED
@@ -49,7 +49,7 @@
49
  <glyph unicode="&#xe912;" 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" />
50
  <glyph unicode="&#xe913;" 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" />
51
  <glyph unicode="&#x1f41e;" glyph-name="bug" horiz-adv-x="951" d="M932.571 402.286q0-14.857-10.857-25.714t-25.714-10.857h-128q0-97.714-38.286-165.714l118.857-119.429q10.857-10.857 10.857-25.714t-10.857-25.714q-10.286-10.857-25.714-10.857t-25.714 10.857l-113.143 112.571q-2.857-2.857-8.571-7.429t-24-16.286-37.143-20.857-46.857-16.571-55.429-7.429v512h-73.143v-512q-29.143 0-58 7.714t-49.714 18.857-37.714 22.286-24.857 18.571l-8.571 8-104.571-118.286q-11.429-12-27.429-12-13.714 0-24.571 9.143-10.857 10.286-11.714 25.429t8.857 26.571l115.429 129.714q-33.143 65.143-33.143 156.571h-128q-14.857 0-25.714 10.857t-10.857 25.714 10.857 25.714 25.714 10.857h128v168l-98.857 98.857q-10.857 10.857-10.857 25.714t10.857 25.714 25.714 10.857 25.714-10.857l98.857-98.857h482.286l98.857 98.857q10.857 10.857 25.714 10.857t25.714-10.857 10.857-25.714-10.857-25.714l-98.857-98.857v-168h128q14.857 0 25.714-10.857t10.857-25.714zM658.286 731.428h-365.714q0 76 53.429 129.429t129.429 53.429 129.429-53.429 53.429-129.429z" />
52
- <glyph unicode="&#xe914;" glyph-name="lamp" horiz-adv-x="819" d="M311.659 948.501c125.030 29.778 253.746 1.089 352.42-78.727 98.583-79.816 155.121-199.109 155.121-327.329 0-111.407-42.492-216.195-119.653-295.014-39.195-40.060-61.883-100.152-62.394-159.982l-0.009-2.063v-10.152c0-76.009-60.031-137.984-134.287-139.216l-2.255-0.019h-45.514v379.084c103.744 21.563 182.056 115.305 182.056 227.361 0 25.653-20.357 46.412-45.514 46.412-24.839 0-44.998-20.236-45.504-45.44l-0.010-0.972c0-76.777-61.25-139.235-136.542-139.235-74.539 0-135.315 61.215-136.523 136.936l-0.018 2.299c0 25.653-20.357 46.412-45.514 46.412s-45.514-20.758-45.514-46.412c0-110.936 76.753-203.922 178.951-226.693l3.105-0.668v-379.084h-45.514c-74.539 0-135.315 61.215-136.523 136.936l-0.018 2.299v9.972c0 60.76-21.113 120.026-57.926 157.715l-1.276 1.291c-104.852 104.788-146.012 255.852-110.053 404.106 35.871 147.713 153.167 265.555 298.908 300.181z" />
53
  <glyph unicode="&#xe915;" 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" />
54
  <glyph unicode="&#x1f4bb;" glyph-name="tablet-landscape" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 105h505.988c22.112 0 40.012 17.908 40.012 39.998v600.003c0 22.072-17.914 39.998-40.012 39.998h-505.988v-680zM251 105v680h-83.988c-22.112 0-40.012-17.908-40.012-39.998v-600.003c0-22.072 17.914-39.998 40.012-39.998h83.988zM937.009 885c33.132 0 59.991-26.877 59.991-60.010v-759.98c0-33.143-26.86-60.010-59.991-60.010h-850.017c-33.132 0-59.991 26.877-59.991 60.010v759.98c0 33.143 26.86 60.010 59.991 60.010h850.017z" />
55
  <glyph unicode="&#x1f4f0;" glyph-name="template" d="M861.584 928h-696c-39.743 0-73.583-38.232-73.583-78.001v-258.001h840v258.001c0 39.768-30.624 78.001-70.417 78.001zM836 688.001h-648.001v98.257c0 30.6 27.456 45.744 58.032 45.744h535.128c30.577 0 54.84-15.144 54.84-45.744v-98.257zM162.392-32h696c39.768 0 73.608 38.232 73.608 78.001v450h-840v-450c0-39.768 30.6-78.001 70.393-78.001zM188 400h648.001v-290.256c0-30.6-27.48-45.744-58.056-45.744h-535.128c-30.577 0-54.816 15.144-54.816 45.744v290.256z" />
49
  <glyph unicode="&#xe912;" 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" />
50
  <glyph unicode="&#xe913;" 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" />
51
  <glyph unicode="&#x1f41e;" glyph-name="bug" horiz-adv-x="951" d="M932.571 402.286q0-14.857-10.857-25.714t-25.714-10.857h-128q0-97.714-38.286-165.714l118.857-119.429q10.857-10.857 10.857-25.714t-10.857-25.714q-10.286-10.857-25.714-10.857t-25.714 10.857l-113.143 112.571q-2.857-2.857-8.571-7.429t-24-16.286-37.143-20.857-46.857-16.571-55.429-7.429v512h-73.143v-512q-29.143 0-58 7.714t-49.714 18.857-37.714 22.286-24.857 18.571l-8.571 8-104.571-118.286q-11.429-12-27.429-12-13.714 0-24.571 9.143-10.857 10.286-11.714 25.429t8.857 26.571l115.429 129.714q-33.143 65.143-33.143 156.571h-128q-14.857 0-25.714 10.857t-10.857 25.714 10.857 25.714 25.714 10.857h128v168l-98.857 98.857q-10.857 10.857-10.857 25.714t10.857 25.714 25.714 10.857 25.714-10.857l98.857-98.857h482.286l98.857 98.857q10.857 10.857 25.714 10.857t25.714-10.857 10.857-25.714-10.857-25.714l-98.857-98.857v-168h128q14.857 0 25.714-10.857t10.857-25.714zM658.286 731.428h-365.714q0 76 53.429 129.429t129.429 53.429 129.429-53.429 53.429-129.429z" />
52
+ <glyph unicode="&#xe914;" 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" />
53
  <glyph unicode="&#xe915;" 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" />
54
  <glyph unicode="&#x1f4bb;" glyph-name="tablet-landscape" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 105h505.988c22.112 0 40.012 17.908 40.012 39.998v600.003c0 22.072-17.914 39.998-40.012 39.998h-505.988v-680zM251 105v680h-83.988c-22.112 0-40.012-17.908-40.012-39.998v-600.003c0-22.072 17.914-39.998 40.012-39.998h83.988zM937.009 885c33.132 0 59.991-26.877 59.991-60.010v-759.98c0-33.143-26.86-60.010-59.991-60.010h-850.017c-33.132 0-59.991 26.877-59.991 60.010v759.98c0 33.143 26.86 60.010 59.991 60.010h850.017z" />
55
  <glyph unicode="&#x1f4f0;" glyph-name="template" d="M861.584 928h-696c-39.743 0-73.583-38.232-73.583-78.001v-258.001h840v258.001c0 39.768-30.624 78.001-70.417 78.001zM836 688.001h-648.001v98.257c0 30.6 27.456 45.744 58.032 45.744h535.128c30.577 0 54.84-15.144 54.84-45.744v-98.257zM162.392-32h696c39.768 0 73.608 38.232 73.608 78.001v450h-840v-450c0-39.768 30.6-78.001 70.393-78.001zM188 400h648.001v-290.256c0-30.6-27.48-45.744-58.056-45.744h-535.128c-30.577 0-54.816 15.144-54.816 45.744v290.256z" />
public/dist/fonts/VC-Icons.ttf CHANGED
Binary file
public/dist/fonts/VC-Icons.woff CHANGED
Binary file
public/dist/hub.bundle.css CHANGED
@@ -1 +1 @@
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);#vc_v-editor .navbar-fixed-top{top:32px}/*! 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}template,[hidden]{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}b,strong{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:-0.25em}sup{top:-0.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:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;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}/*! 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}*,*::before,*::after{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?1f229a9350bf9549f1fe97b9ead11943) format('truetype'),url(./fonts/VC-Icons.woff?bb7c71d9fc3367a81e9606d6937a79aa) format('woff'),url(./fonts/VC-Icons.svg?55d648de30f6b9baefdf142062f08c54#VC-Icons) format('svg');font-weight:normal;font-style:normal}.vcv-ui-icon{font-family:'VC-Icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vcv-ui-icon-unlock-fill:before{content:"\e912"}.vcv-ui-icon-lock-fill:before{content:"\e913"}.vcv-ui-icon-thumbs-down:before{content:"\e910"}.vcv-ui-icon-thumbs-up:before{content:"\e911"}.vcv-ui-icon-download:before{content:"\e90a"}.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-layout-container{height:100%;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout{-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;direction:ltr}.vcv-layout-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-content{-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;background:#282828;overflow:auto}.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:0 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-wrapper{width:100%;height:100%;overflow:auto;border:0;position:absolute}.vcv-layout-iframe{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;position:relative;z-index:1130;background:linear-gradient(to bottom, #1a399d, #693bc5);box-shadow:rgba(0,0,0,0.3) 1px 0 10px 0}.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-header::after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-start::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-all::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3000;background:rgba(0,0,0,0.6);transition:opacity .2s ease-in-out}.vcv-layout-dock--detached .vcv-layout-bar,.vcv-layout-dock--top .vcv-layout-bar,.vcv-layout-dock--bottom .vcv-layout-bar{background:linear-gradient(to right, #1a399d, #693bc5)}.vcv-layout-dock--detached .vcv-ui-tree-view-content,.vcv-layout-dock--top .vcv-ui-tree-view-content,.vcv-layout-dock--bottom .vcv-ui-tree-view-content{background:linear-gradient(to right, #1a399d, #693bc5)}.vcv-layout-dock--top .vcv-layout-bar-content:before,.vcv-layout-dock--bottom .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:0 10px 10px -10px inset rgba(0,0,0,0.3)}.vcv-layout-dock--bottom .vcv-layout-bar-content:not(.vcv-content-full-size):before{top:-10px;box-shadow:0 -10px 10px -10px inset rgba(0,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 rgba(255,255,255,0.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;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{display:-webkit-flex;display:-ms-flexbox;display:flex;-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-start,.vcv-layout-bar-content-all{-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-start>*,.vcv-layout-bar-content-all>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible),.vcv-layout-bar-content-all: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:60px;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:0;top:0;height:61px;width:60px;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:0}.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-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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.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-start,.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-all{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{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.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{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.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{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.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{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:fixed}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.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--top .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar{width:auto !important;height:auto !important;left:auto !important;top:auto !important}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content{width:auto !important}@media (min-width:768px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start,.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--bottom .vcv-layout-bar-content-all{height:auto !important}}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start,.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--bottom .vcv-layout-bar-content-all{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--left .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all{width:100% !important}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-all{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-top,.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-top,.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-right-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-bottom{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-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-bar{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-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,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-bottom{display:none}.vcv-layout-dock--bottom .vcv-ui-content-start--visible .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-end-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{display:none}.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{display:none}.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 70px;position:relative;opacity:0;transition:opacity .5s ease-in-out}.vcv-start-blank-close{position:absolute;right:0;top:0;height:60px;width:60px;color:#E0E0E0;transition:all .2s ease-in-out;text-decoration:none}.vcv-start-blank-close-icon::before{font-size:1.2em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.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-controls{margin:65px auto 0;max-width:700px}.vcv-start-blank-controls-layout{max-width:750px}.vcv-start-blank-content{position:relative;display:block;height:100px;overflow:hidden}.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-item-list-container{margin:0 -15px;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-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}.vcv-start-blank-item-list-container .vcv-ui-item-blank-page{background:transparent}.vcv-start-blank-item-list-container .vcv-ui-item-blank-page::before{content:'';position:absolute;top:0;bottom:0;right:0;left:0;opacity:.15;transition:opacity .2s ease-in-out;border-color:#000;border-width:2px;border-style:solid}.vcv-start-blank-item-list-container .vcv-ui-item-blank-page:hover::before{opacity:.3}.vcv-start-blank-item-list-container .vcv-ui-item-blank-page .vcv-ui-item-overlay{display:none}.vcv-start-blank-item-list-container .vcv-ui-item-blank-page-icon{position:absolute;overflow:hidden;bottom:0;right:0;left:0;top: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;padding:.6em;font-size:16px;color:#000;opacity:.15;transition:opacity .2s ease-in-out}.vcv-start-blank-item-list-container .vcv-ui-item-blank-page-icon:hover{opacity:.3}.vcv-start-blank-controls-layout .vcv-start-blank-item-list{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-start-blank-button-container{margin:44px -9px 0}.vcv-start-blank-button-container .vcv-start-blank-button{margin-left:9px;margin-right:9px;width:100%;max-width:220px}.vcv-start-blank-button{background:#2b4b80;padding:16px 34px;font-family:'Montserrat',sans-serif;font-weight:bold;font-size:12px;letter-spacing:.077em;text-transform:uppercase;color:#fff;-webkit-font-smoothing:antialiased;margin-bottom:12px;max-width:100%;display:inline-block;text-decoration:none;box-shadow:none;transition:all .2s ease-in-out;cursor:pointer;border:none}.vcv-start-blank-button:hover,.vcv-start-blank-button:focus{background:#274473;color:#fff}.vcv-start-blank-button:hover,.vcv-start-blank-button:focus,.vcv-start-blank-button:visited,.vcv-start-blank-button:active{text-decoration:none;box-shadow:none;border:none}.vcv-start-blank-helper{color:#A6A6A6;font-size:12px;letter-spacing:.077em;font-style:italic;font-weight:500;-webkit-font-smoothing:antialiased}.vcv-layout-start-blank--active>.vcv-wpbackend-layout-content-container{min-height:1090px}.vcv-start-blank-title-input-container{width:100%;max-width:650px;padding:0 15px}.vcv-start-blank-inner .vcv-start-blank-title-input{width:90%;border:1px solid #e1e1e1;box-shadow:none;color:#000;font:normal normal bold 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::-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-start-blank-controls .vcv-permalink-container{max-width:650px;padding:0 15px 35px}.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:#2a4a82;color:#fff;border:none;text-transform:uppercase;font:normal normal bold 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:#172948}@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 100px}.vcv-hfs-start-blank-container .vcv-start-blank-title-input,.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button{width:390px}}@media screen and (min-width:768px){.vcv-hfs-start-blank-container .vcv-start-blank-title-input,.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button{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;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}.vcv-loading-overlay-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-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 infinite linear;animation:vcvDotsRotate 2s infinite linear}.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 infinite ease-in-out;animation:vcvDotsBounce 2s infinite ease-in-out}.vcv-loading-dots-container .vcv-loading-dot-2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes vcvDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes vcvDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes vcvDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes vcvDotsBounce{0%,100%{-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{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;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-screen-content--active,.vcv-screen-content.vcv-activation-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:hover,.vcv-screen-button-container button.vcv-screen-button:hover,.vcv-screen-button-container a.vcv-screen-button:focus,.vcv-screen-button-container button.vcv-screen-button:focus{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:hover,.vcv-screen-button-container button.vcv-screen-button--dark:hover,.vcv-screen-button-container a.vcv-screen-button--dark:focus,.vcv-screen-button-container button.vcv-screen-button--dark:focus{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{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-popup-heading{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;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 bold 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:hover,.vcv-popup-error-with-button .vcv-popup-button:focus{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-start-top,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-layout-bar-top,.vcv-ui-resizer-layout-bar-bottom{width:100%;height:10px;left:0}.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-layout-bar-left,.vcv-ui-resizer-layout-bar-right{height:100%;width:10px;top:0}.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-layout-bar-top{top:-7px}.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-layout-bar-left{left:-7px}.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-layout-bar-right{right:-7px}.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-layout-bar-bottom{bottom:-7px}.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-layout-bar-left-top,.vcv-ui-resizer-layout-bar-left-bottom,.vcv-ui-resizer-layout-bar-right-top,.vcv-ui-resizer-layout-bar-right-bottom{width:20px;height:20px;z-index:20}.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-layout-bar-left-bottom{left:-13px;bottom:-13px}.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-layout-bar-right-top{right:-13px;top:-13px}.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-content-all-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-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 25%, transparent 75%, #eee 75%, #eee),linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #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:rgba(0,0,0,0.14902) 0 0 0 1px inset;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 0;padding-top:0}.rtl .vcv-ui-color-picker-presets-color{direction:rtl}.vcv-ui-replace-element-block{border-bottom:1px solid #ededed;padding:0 20px 20px;margin:0 -20px 20px;box-shadow:inset 0 -180px 150px -160px #fbfbfb;position:relative}.vcv-ui-replace-element-block .vcv-ui-form-button{padding:11px 24px}.vcv-ui-replace-element-container{width:calc(100% + 20px);overflow:hidden;position:relative}.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{list-style-type:none;padding:40px 2px 0;margin:0;white-space:nowrap;overflow-x:auto}.vcv-ui-replace-element-list .vcv-ui-item-list-item{display:inline-block;margin:0 7px;vertical-align:top}.vcv-ui-replace-element-list .vcv-ui-item-list-item:first-child{margin-left:0}.vcv-ui-replace-element-list .vcv-ui-item-list-item-content--active{border:solid 1px rgba(70,115,189,0.8);box-shadow:0 0 0 1px rgba(70,115,189,0.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,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:#2b4b80;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 rgba(255,255,255,0.1)}.vcv-ui-form-responsiveness-settings-devices-item:first-child{border-left:1px solid #2b4b80}.vcv-ui-form-responsiveness-settings-devices-item:last-child{border-right:1px solid #2b4b80}.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-form-input.vcv-ui-tag-list-input,.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{transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active{background:#eee}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active .vcv-ui-tag-list-input{background:#eee}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover{background:#eee}.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:#2b4b80;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:hover,.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active{background-color:#203251}.vcv-ui-tag-list-item:hover::before,.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active::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-form-input,.vcv-layout-header .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea{display:block}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input,.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{transition:none;resize:none;word-wrap:break-word;word-break:break-all}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.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{position:absolute;opacity:0;pointer-events:none}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list,.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{cursor:text;min-height:30px;padding:3px 2px}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input,.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{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-form-input>:first-child,.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{border-top:none}@media (max-width:400px){.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input,.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{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:hover{background-color:#ddd}.vcv-ui-suggest-box-item.vcv-selected{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{background-color:#c6c6c6}.vcv-ui-tag-list-item-validating:hover{background-color:#c6c6c6}.vcv-ui-form-params-group{margin:0 -20px}.vcv-ui-form-params-group .vcv-ui-icon-arrow-right{color:rgba(255,255,255,0.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:rgba(38,59,93,0.9)}.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:rgba(255,255,255,0.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,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,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:hover,button.vcv-gutenberg-modal-close-button:focus{background:transparent;border:0;box-shadow:none;color:rgba(0,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,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 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:normal;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/fonts.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:hover,.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:focus{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:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}/*! media breakpoints */.vcv-ui-form-group{border:0;margin:0 0 20px 0}.vcv-ui-form-group.vcv-ui-form-group--has-inner-fields{margin-bottom:0}.vcv-ui-form-group-heading,.vcv-ui-ajax-form-container label{display:block;font-size:12px;font-weight:700;margin:0 0 3px}.vcv-ui-form-helper,.vcv-ui-form-message,.vcv-ui-ajax-form-container small{clear:both;color:#9a9a9a;display:block;font-size:.9em;font-style:italic;line-height:normal;margin:8px 0 12px}.vcv-ui-form-message{padding-top:24px;text-align:center}.vcv-ui-element-lock-container .vcv-ui-form-helper,.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small{margin:0 0 20px}.vcv-ui-element-lock-container .vcv-ui-form-helper:last-of-type,.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small:last-of-type{margin:0 0 30px}.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading,.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label{display:inline-block;vertical-align:baseline;margin:8px}.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading:first-child,.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label: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}100%{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}100%{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 rgba(0,0,0,0);border-color:#8cabdd}100%{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,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 rgba(0,0,0,0);border-color:#8cabdd}100%{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,0.1);border-color:#c4c4c4}}.vcv-ui-ajax-form-container .vcv-ui-form-group-heading,.vcv-ui-ajax-form-container .vcv-ui-ajax-form-container label{margin-top:20px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container input[type=radio],.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="text"],.vcv-layout-header .vcv-ui-ajax-form-container label input[type="search"],.vcv-layout-header .vcv-ui-ajax-form-container label input[type="number"],.vcv-layout-header .vcv-ui-ajax-form-container label input[type="email"]{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(./fonts/spinner.svg?c5f1e937c8fad955dc62e2de928c2ee8) 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:hover,.vcv-layout-header .vcv-ui-ajax-form-container a:active{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{margin:0 -5px}.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-form-link-button-group{width:100%}.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{margin:5px;overflow:hidden;float:left;list-style:none}.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item--dragging{z-index:9999999}.rtl .vcv-ui-form-attach-image-item{float:right}.vcv-ui-form-attach-image-item-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-form-attach-image-item-inner{position:relative}.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-item-inner{margin-right:5px}.rtl .vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-item-inner{margin-right:0;margin-left:5px}.vcv-ui-form-attach-image-item-add-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.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}.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;height:80px;width:80px;margin:0;padding:0;background-color:#fefefe;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee),linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #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{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.8);transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out;opacity:0;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}.vcv-ui-form-attach-image-item-controls:hover,.vcv-ui-form-attach-image-item-controls:focus{opacity:1}.vcv-ui-form-attach-image-item-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;outline:none;line-height:1;text-decoration:none;color:#fff;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-control:hover{color:#ededed}.vcv-ui-form-attach-image-item-control-state--danger{color:#fb7978}.vcv-ui-form-attach-image-item-control-state--danger:hover{color:#fa5755}.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;position:relative;height:80px;width:80px;border:1px dashed;line-height:1;font-size:18px;color:#d1d1d1;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;cursor:pointer;background:#fff}.vcv-ui-form-attach-image-control:hover,.vcv-ui-form-attach-image-control:focus{color:#bfbfbf}.vcv-ui-form-attach-image-item .vcv-ui-form-link .vcv-ui-form-link-button{padding:6px 0;width:100%;font-size:9px}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link,.vcv-ui-form-attach-image .vcv-ui-form-link{max-width:80px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-form-link-button-group,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-form-link-button-group{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-container,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-container{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;background:transparent;padding:0;border:none}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls{direction:ltr;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon{background:#fff;font-size:12px;padding:6px;color:#6f747b;transition:background .2s;border:1px solid #d0d0d0;border-radius:0;border-left:none}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:hover,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:hover{background:#ddd}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:first-child,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left:1px solid #d0d0d0}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:last-child,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon-close,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon-close{font-size:13px}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-form-link-button-group,.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button,.vcv-ui-form-attach-image-item .vcv-ui-form-link-button-group .vcv-ui-form-link-button{width:auto;padding:6px 8px;line-height:13px}.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button .vcv-ui-icon,.vcv-ui-form-attach-image-item .vcv-ui-form-link-button-group .vcv-ui-form-link-button .vcv-ui-icon{vertical-align:middle;font-size:9px}.vcv-ui-form-attach-image-url-dynamic.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default,.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default{background-color:#ddd}.vcv-ui-form-attach-image-url-dynamic.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-attach-image-url-dynamic.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default:hover,.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default:hover{background-color:#fff}.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-attach-image-item .vcv-ui-form-link{margin-top:6px;margin-bottom:6px}.vcv-ui-form-attach-image-item .vcv-ui-form-link .vcv-ui-form-link-title{display:none}.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 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 25%, transparent 75%, #eee 75%, #eee),linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #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,0.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;position:relative;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%)}.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:#2b4b80;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:#203251}.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-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{border:1px solid #d0d0d0;direction:ltr}.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:bold;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{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{background:#ddd}.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;border:none;padding:14px 24px;background:#fff;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-button-group--large .vcv-ui-form-button-group-item:hover .vcv-ui-form-button-group-dropdown,.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:focus .vcv-ui-form-button-group-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown{display:none;position:absolute;z-index:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border:1px solid #d0d0d0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item{border:none;background:#fff;text-align:left;border-radius:0;cursor:pointer;border-bottom:1px solid #d0d0d0;color:#73747A;font-size:12px;font-weight:500;-webkit-font-smoothing:antialiased;min-width:150px;padding:10px 15px}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item:last-child{border-bottom:0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item.vcv-ui-form-button-group-dropdown-item--active,.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item:hover{background:#ddd}.vcv-ui-form-checkboxes{margin:8px 0 12px}.vcv-ui-form-checkboxes--list .vcv-ui-form-checkbox{display:block}.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:#294a82}.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, 1);transform:translate(-50%, -50%) scale(1, 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, 0);transform:translate(-50%, -50%) scale(0, 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:normal;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:#294a82}.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-form-helper,.vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small{margin-left:2em}.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-form-helper,.rtl .vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small{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:hover,.vcv-ui-color-picker .wp-color-result:focus{border-color:#c4c4c4}.vcv-ui-color-picker .wp-color-result::before,.vcv-ui-color-picker .wp-color-result::after{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 25%, transparent 75%, #eee 75%, #eee),linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #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-input-wrap,.vcv-ui-color-picker .wp-picker-holder{position:relative}.vcv-ui-color-picker .wp-color-result.wp-picker-open,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-input-wrap,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-holder{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{display:none}.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-form-dropdown,.vcv-ui-ajax-form-container select{background:url(./fonts/triangle-up-down.svg?cf723a9a302efe681c103e509fd737e8) 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 14px;padding-right:2em;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vcv-ui-form-dropdown:hover,.vcv-ui-form-dropdown:focus,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:hover,.vcv-ui-ajax-form-container select:focus,.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus{border-color:#c4c4c4}.vcv-ui-form-dropdown:focus,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-ajax-form-container select.vcv-ui-form-state--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,0.1)}.vcv-ui-form-dropdown::-ms-expand,.vcv-ui-ajax-form-container select::-ms-expand{display:none}.vcv-ui-form-dropdown:disabled,.vcv-ui-form-dropdown[disabled],.vcv-ui-ajax-form-container select:disabled,.vcv-ui-ajax-form-container select[disabled]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-dropdown:not(select),.vcv-ui-ajax-form-container select:not(select){width:auto;padding:8px 14px;padding-right:2.5em}.vcv-ui-form-dropdown.vcv-ui-form-input-select,.vcv-ui-ajax-form-container select.vcv-ui-form-input-select{padding:5px 14px}.rtl .vcv-ui-form-dropdown,.rtl .vcv-ui-ajax-form-container select{background:url(./fonts/triangle-up-down.svg?cf723a9a302efe681c103e509fd737e8) left 1em center no-repeat #fff;padding:8px 14px;padding-left: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-form-dropdown,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container select{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container textarea{width:auto;border:none;padding-left:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input:focus,.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{-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(./fonts/triangle-up-down.svg?cf723a9a302efe681c103e509fd737e8) 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(./fonts/triangle-up-down.svg?cf723a9a302efe681c103e509fd737e8) 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:1px solid #d1d1d1;border-radius:3px;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,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:hover,.vcv-ui-form-iconpicker-option.vcv-ui-form-state--active{color:#fff;background-color:#294a82}.vcv-ui-form-iconpicker-error{padding:7px 14px}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled{color:#eee;cursor:not-allowed;pointer-events:none}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled:hover{background-color:#fff}.rtl .vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-left:0;margin-left:0;margin-right:-1px;text-align:left}.vcv-layout-header .vcv-ui-form-input,.vcv-layout-header .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea{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:initial;box-shadow:none}.vcv-layout-header .vcv-ui-form-input::-ms-clear,.vcv-layout-header .vcv-ui-ajax-form-container input::-ms-clear,.vcv-layout-header .vcv-ui-ajax-form-container textarea::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-input:hover,.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-ajax-form-container input:hover,.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea:hover,.vcv-layout-header .vcv-ui-ajax-form-container textarea:focus{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea: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,0.1)}.vcv-layout-header .vcv-ui-form-input::-webkit-input-placeholder, .vcv-layout-header .vcv-ui-ajax-form-container input::-webkit-input-placeholder, .vcv-layout-header .vcv-ui-ajax-form-container textarea::-webkit-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-input:-ms-input-placeholder, .vcv-layout-header .vcv-ui-ajax-form-container input:-ms-input-placeholder, .vcv-layout-header .vcv-ui-ajax-form-container textarea:-ms-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-input::-ms-input-placeholder, .vcv-layout-header .vcv-ui-ajax-form-container input::-ms-input-placeholder, .vcv-layout-header .vcv-ui-ajax-form-container textarea::-ms-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-input::placeholder,.vcv-layout-header .vcv-ui-ajax-form-container input::placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-input:disabled,.vcv-layout-header .vcv-ui-form-input[disabled],.vcv-layout-header .vcv-ui-form-input[readonly],.vcv-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]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-input.vcv-ui-form-input--error,.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{border-color:#ff4444}.vcv-layout-header textarea.vcv-ui-form-input,.vcv-layout-header textarea.vcv-ui-ajax-form-container input,.vcv-layout-header textarea.vcv-ui-ajax-form-container textarea{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-form-input,.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{-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-form-input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:hover,.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{z-index:10}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:first-child),.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){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:last-child),.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){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:hover,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:focus{z-index:10}.vcv-ui-form-dropdown.vcv-ui-color-picker-dropdown,.vcv-ui-ajax-form-container select.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-form-input:not(:first-child),.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){padding-left:35px}.vcv-ui-input-search .vcv-ui-form-input:not(:last-child),.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){padding-right:35px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input,.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{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-form-dropdown,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select{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:hover{background:#eaeaea}.vcv-layout-header .vcv-ui-form-input-select-item-active{background:#eaeaea}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input,.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{border-left:0;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-form-dropdown,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select{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-form-input,.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{-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:#294a82}.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, 0);transform:translate(-50%, -50%) scale(0, 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:'';border-radius:inherit;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;speak:none;line-height:1;height:8px;width:8px;box-sizing:border-box;font-size:.85em;background-color:#294a82}.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator::before{-webkit-transform:translate(-50%, -50%) scale(1, 1);transform:translate(-50%, -50%) scale(1, 1);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: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-form-helper,.vcv-ui-form-radio+.vcv-ui-ajax-form-container small{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:#2b4b80;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:0px;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 #2b4b80;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 #2b4b80;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 #2b4b80;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}.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;background:#fff;border-radius:3px;margin:12px 60px 12px 20px}.vcv-ui-editor-search-container .vcv-ui-form-dropdown,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container select{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-search-container .vcv-ui-form-input,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea{width:auto;border:none}.vcv-ui-editor-search-container .vcv-ui-form-input:focus,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input:focus,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea:focus{-webkit-animation:none;animation:none;box-shadow:none}.rtl .vcv-ui-editor-search-container{margin:12px 20px 12px 60px}.rtl .vcv-ui-editor-search-container .vcv-ui-form-input,.rtl .vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,.rtl .vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea{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-form-input,: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{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}.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}.vcv-ui-editor-search-icon-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.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(./fonts/triangle-up-down.svg?cf723a9a302efe681c103e509fd737e8) right 1em center no-repeat}.vcv-ui-form-switch-container{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-trigger-label{display:inline-block;vertical-align:middle;font-size:12px;font-weight:700;margin:8px}.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::before,.vcv-ui-form-switch .vcv-ui-form-switch-label::after{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]::before,.vcv-ui-form-switch [data-vc-switch-on]::after{content:attr(data-vc-switch-on);margin-left:2em}.vcv-ui-form-switch [data-vc-switch-off]::before,.vcv-ui-form-switch [data-vc-switch-off]::after{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{opacity:1}.vcv-ui-form-switch>input:not(:checked)~[data-vc-switch-off]::after{opacity:1}.vcv-ui-form-switch .vcv-ui-form-switch-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 .vcv-ui-form-switch-indicator::before{content:'';display:block;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);height:1.6em;width:1.6em;background:#ffffff;border-radius:4em;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;z-index:10}.vcv-ui-form-switch>input:checked~.vcv-ui-form-switch-indicator{background-color:#2b4b80}.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:#274475}.vcv-ui-form-switch:hover>input:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#545353}.vcv-ui-form-switch>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:hover>input[disabled]~.vcv-ui-form-switch-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch>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:hover>input[disabled]~.vcv-ui-form-switch-indicator::before{border:inherit}.vcv-ui-form-switch>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:hover>input[disabled]~.vcv-ui-form-switch-label{cursor:not-allowed;color:#7e7e7e}.vcv-ui-form-switch-small-container{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small-trigger-label{display:inline-block;vertical-align:middle;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:#ffffff;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>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:hover>input[disabled]~.vcv-ui-form-switch-small-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch-small>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:hover>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(even){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,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__current-month,.vcv-ui-form-datepicker .react-datepicker-time__header{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-name,.vcv-ui-form-datepicker .react-datepicker__day,.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:#c0c0c0}.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--selected,.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected:hover,.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,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='6px' height='10px' viewBox='0 0 6 10'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Calendar-Open' transform='translate(-341.000000, -153.000000)' fill='%23838383'%3E%3Cg id='Calendar' transform='translate(80.000000, 131.000000)'%3E%3Cg id='next' transform='translate(252.000000, 15.000000)'%3E%3Cpath d='M14.8065306,11.4073469 L11.275102,7.87591837 C10.9469388,7.5477551 10.4130612,7.5477551 10.084898,7.87591837 C9.75673469,8.20408163 9.75673469,8.73795918 10.084898,9.06612245 L13.0236735,12.004898 L10.084898,14.9436735 C9.75673469,15.2718367 9.75673469,15.8057143 10.084898,16.1338776 C10.2465306,16.2955102 10.4620408,16.3787755 10.677551,16.3787755 C10.8930612,16.3787755 11.1085714,16.2955102 11.2702041,16.1338776 L14.8016327,12.602449 C15.1346939,12.2644898 15.1346939,11.7355102 14.8065306,11.4073469 Z' id='Path'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;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:#c0c0c0;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(./fonts/triangle-up-down.svg?cf723a9a302efe681c103e509fd737e8) 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;-moz-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:initial}.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:hover,.vcv-layout-header .vcv-ui-form-datalist:focus{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,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::-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-form-dropdown.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,.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-ajax-form-container input.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-ajax-form-container select.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-form-attach-image.vcv-ui-form-field-dynamic{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-ui-form-attach-image.vcv-ui-form-field-dynamic .vcv-ui-form-attach-image-items{margin-right:5px}.vcv-ui-form-attach-image.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-form-switch-small-container{display:none}.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-ajax-form-container small{display:none}.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:#2A4B80}.vcv-ui-dynamic-field-inner{padding:5px 0 20px}.vcv-ui-form-input.vcv-ui-form-field-dynamic-extra,.vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic-extra,.vcv-ui-ajax-form-container textarea.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-form-input.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-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{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-ui-col,.vcv-media--xs .vcv-ui-col,.vcv-media--sm .vcv-ui-col,.vcv-media--md .vcv-ui-col,.vcv-media--lg .vcv-ui-col,.vcv-media--xl .vcv-ui-col{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.vcv-ui-col--fixed-width,.vcv-media--xs .vcv-ui-col--fixed-width,.vcv-media--sm .vcv-ui-col--fixed-width,.vcv-media--md .vcv-ui-col--fixed-width,.vcv-media--lg .vcv-ui-col--fixed-width,.vcv-media--xl .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-ui-visibility--hidden,.vcv-ui-visibility--hidden-xs,.vcv-media--xs .vcv-ui-visibility--hidden-xs,.vcv-media--sm .vcv-ui-visibility--hidden-sm,.vcv-media--md .vcv-ui-visibility--hidden-md,.vcv-media--lg .vcv-ui-visibility--hidden-lg,.vcv-media--xl .vcv-ui-visibility--hidden-xl,.vcv-media--xs:not(.vcv-media--sm) .vcv-ui-visibility--hidden-xs-only,.vcv-media--sm:not(.vcv-media--md) .vcv-ui-visibility--hidden-sm-only,.vcv-media--md:not(.vcv-media--lg) .vcv-ui-visibility--hidden-md-only,.vcv-media--lg:not(.vcv-media--xl) .vcv-ui-visibility--hidden-lg-only,.vcv-media--xl .vcv-ui-visibility--hidden-xl-only{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%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-ui-scroll-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:scroll;overflow-scrolling:touch;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;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,0.5)}.vcv-ui-scroll-thumb--horizontal{height:100%}.vcv-ui-scroll-thumb--vertical{width:100%}.vcv-ui-modal-overlay{position:fixed;overflow:hidden;left:0;right:0;bottom:0;top:0;background-color:rgba(0,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}.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-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:#203251}.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-width:0 1px 1px 0;border-style:solid;border-color:rgba(255,255,255,0.1)}.vcv-ui-modal-action:hover{background-color:rgba(124,173,222,0.16)}.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,0.15);border-bottom:1px solid rgba(73,109,163,0.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,0.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-width:0 1px 1px 0;border-style:solid;border-color:rgba(73,109,163,0.15)}.vcv-ui-tree-layout-action.vcv-ui-state--active,.vcv-ui-tree-layout-action:hover{background-color:rgba(124,173,222,0.16)}.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:#31486a;-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,0.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:rgba(124,173,222,0.16)}.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}.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:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:13px;padding-right:8px}.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:initial}.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{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: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-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:-0.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-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content{opacity:.5}.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% - 60px - 5px);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 -15px;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-item-list-item{margin:0 15px 15px;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content::before{content:'';position:absolute;top:0;right:0;border:25px solid;border-color:#2b4b81 #2b4b81 transparent transparent;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,%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Element-Preset-Icon' transform='translate(-76.000000, -7.000000)' fill='%23FDFDFD' fill-rule='nonzero'%3E%3Cg id='Profile' transform='translate(76.000000, 7.000000)'%3E%3Cpath d='M15.6968661,15.0061257 C15.738015,14.966575 15.7755682,14.9242276 15.809526,14.8786843 C17.1738281,13.3006481 18,11.245206 18,9 C18,4.03737566 13.9626243,0 9,0 C4.03737576,0 0,4.03737566 0,9 C0,11.2440074 0.825772398,13.29905 2.18887609,14.8766868 C2.22363286,14.9238281 2.26278409,14.9673739 2.30513144,15.0081232 C3.95387959,16.8434392 6.34410511,18 9,18 C11.6566939,18 14.0477184,16.8426403 15.6968661,15.0061257 Z M4.20836298,14.0329368 C4.82679338,12.8120562 6.08083282,12.025435 7.48668324,12.025435 L10.5133168,12.025435 C11.9191673,12.025435 13.1728073,12.8120562 13.7916371,14.0329368 C12.5431908,15.2222568 10.8560903,15.9545455 9,15.9545455 C7.14390985,15.9545455 5.45680933,15.2222568 4.20836298,14.0329368 L4.20836298,14.0329368 Z M9,9.97998044 C7.88378911,9.97998044 6.97611866,9.07191051 6.97611866,7.95569952 C6.97611866,6.83988811 7.88378911,5.93181818 9,5.93181818 C10.116211,5.93181818 11.0242809,6.83988811 11.0242809,7.95569952 C11.0242809,9.07191051 10.116211,9.97998044 9,9.97998044 Z M9,2.04545455 C12.8348278,2.04545455 15.9545455,5.1651722 15.9545455,9 C15.9545455,10.1937145 15.6521218,11.318315 15.1195846,12.301092 C14.42405,11.3562677 13.4536577,10.6491477 12.3402432,10.2764116 C12.7992721,9.61763134 13.0697355,8.8178267 13.0697355,7.95569952 C13.0697355,5.71209157 11.2440074,3.88636364 9,3.88636364 C6.75599257,3.88636364 4.93066411,5.71209157 4.93066411,7.95569952 C4.93066411,8.8178267 5.20072803,9.61763134 5.65975677,10.2764116 C4.54634233,10.6491477 3.57594995,11.3562677 2.88041553,12.301092 C2.34827775,11.318315 2.04545455,10.1937145 2.04545455,9 C2.04545455,5.1651722 5.1651722,2.04545455 9,2.04545455 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%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:hover .vcv-ui-item-overlay,.vcv-ui-item-element:focus .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element-content{position:relative;display:block;height:100px;overflow:hidden;background-color:#fefefe;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee),linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #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-item-image{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,0.5);color:#fff;position:absolute;overflow:hidden;opacity:0;bottom:0;right:0;left:0;top:0;z-index:3}.vcv-ui-item-downloading{opacity:1}.vcv-ui-icon.vcv-ui-item-add{line-height:100px}.vcv-ui-item-edit{height:100px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-flex;display:-ms-flexbox;display:flex}.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:-0.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;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:#ffffff;background:#2b4b80;border-radius:20px}.vcv-ui-item-preview-image{max-height:240px;display:block;width:100%}.vcv-ui-item-preview-caption{background:linear-gradient(to right, #1a399d, #693bc5);color:#fff;font-style:italic;text-align:left;padding:20px;line-height:1.43}.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,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:#ffffff}.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-control{margin-top:auto;border:none;border-radius:3px;background:#2B4B81;color:#ffffff;width:180px;height:40px;cursor:pointer;transition:background .2s ease-in-out}.vcv-hub-addon-control:hover{background:#FFAE27}.vcv-hub-addon-control--locked{background:#C6CBD4;pointer-events:none}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;min-height:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-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-editor-no-items-container{max-width:544px;margin:auto;text-align:center}.vcv-ui-editor-no-items-container .vcv-ui-form-helper,.vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small{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:#304568;color:#fff;cursor:pointer;transition:background .2s ease-in-out}.vcv-ui-editor-no-items-action:hover{background:#203251}.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:bold;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}.vcv-ui-panel-heading .vcv-ui-panel-heading-icon{display:inline-block;vertical-align:middle;margin-right:12px}.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-controls-container.vcv-is-hidden .vcv-ui-form-buttons-group{position:fixed;top:-9999px;left:-9999px;z-index:-9999}.vcv-ui-panel-dropdown-container{margin:6px 60px 12px 20px}.vcv-ui-panel-controls-container{text-align:left;margin-bottom:0;background:#203251}.vcv-ui-panel-controls-container .vcv-ui-form-button-group--large{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border:0;border-radius:0}.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button{width:100%;border:0;background:transparent;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#1F3AA0}.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-style-control-container,.vcv-ui-script-control-container{text-align:center;margin:10px 0 0}.vcv-ui-style-editor-container,.vcv-ui-script-editor-container{margin:25px 0 0}.vcv-ui-style-editor .CodeMirror-wrap,.vcv-ui-script-editor .CodeMirror-wrap,.vcv-row-html-editor-container+.CodeMirror-wrap{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-style-editor:not(.vcv-ui-state--active),.vcv-ui-script-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-width:0 1px 1px 0;border-style:solid;border-color:rgba(73,109,163,0.15)}.vcv-ui-settings-action.vcv-ui-state--active,.vcv-ui-settings-action:hover{background-color:rgba(124,173,222,0.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-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-form-helper,.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-ajax-form-container small{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-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-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-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;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:20px;padding-right:60px}.vcv-ui-editor-tabs{font-family:'Nunito Sans',sans-serif;font-size:.875rem;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-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-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-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-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:rgba(0,0,0,0.3) 1px 0 10px 0;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:hover,.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab.vcv-ui-state--active{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-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-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 100ms}.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;font-size:16px;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-form-input,.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{-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-form-helper,.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small{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:rgba(255,255,255,0.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:rgba(0,0,0,0.3) 1px 0 10px 0;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:hover,.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab.vcv-ui-state--active{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-form-group-heading,[class*='vcv-ui-design-options-onion-layer--'] .vcv-ui-ajax-form-container label{position:absolute;z-index:1;pointer-events:all;right:calc(50% + 20px + 4px);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-form-group-heading,.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-ajax-form-container label{right:calc(40px + 4px)}.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-width:0 1px 1px 0;border-style:solid;border-color:rgba(73,109,163,0.15)}.vcv-ui-edit-form-action.vcv-ui-state--active,.vcv-ui-edit-form-action:hover{background-color:rgba(124,173,222,0.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-width:2px;border-style:solid;border-radius:12px;border-color:transparent;caret-color:rgba(255,255,255,0.5);transition:border-color .2s ease-in-out}.vcv-ui-edit-form-header-title:hover,.vcv-ui-edit-form-header-title:focus{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:hover .vcv-ui-icon:before,.vcv-ui-edit-form-header-control:focus .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{position:relative;padding:15px 40px 15px 18px;color:#fff;background:#203251;border-top:1px solid #263b5d;white-space:nowrap;overflow:hidden;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-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:#ff4444}.vcv-ui-navbar-logo{display:inline-block;vertical-align:middle;background:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2240px%22%20height%3D%2229px%22%20viewBox%3D%220%200%20963%20696%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%230584B5%22%20points%3D%220.6%20139.7%200.6%20417.5%20241.2%20556.4%20241.2%20278.6%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%2309AEEF%22%20points%3D%22241.2%200.8%200.6%20139.7%20241.2%20278.6%20481.8%20139.7%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%23AED13B%22%20points%3D%22722.4%200.8%20481.8%20139.7%20722.4%20278.6%20963%20139.7%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(241.000000%2C%20139.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%23B9880C%22%20points%3D%22240.8%200.7%20240.8%20278.5%20481.4%20417.4%20481.4%20139.6%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%23B76800%22%20points%3D%220.2%20139.6%200.2%20417.4%20240.8%20278.5%20240.8%200.7%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%23FDB715%22%20points%3D%22240.8%20278.5%200.2%20417.4%20240.8%20556.3%20481.4%20417.4%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%237F9E2E%22%20points%3D%22722.4%20278.6%20722.4%20556.4%20963%20417.5%20963%20139.7%22%20%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%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(./fonts/spinner.svg?c5f1e937c8fad955dc62e2de928c2ee8) 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(./fonts/spinner-light.svg?cd64195f90bef61e81ee173457f6ee3b) 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}@-webkit-keyframes vcv-ui-wp-spinner-animation{from{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}to{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@keyframes vcv-ui-wp-spinner-animation{from{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}to{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}#vc-navbar-container,.vcv-ui-navbar-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-navbar{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;font-size:.875rem;color:#fff;min-height:60px;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;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:hover{background-color:#203251}.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:rgba(255,255,255,0.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:not(.vcv-ui-navbar-sandwich):hover .vcv-ui-navbar-dropdown-content,.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:not(.vcv-ui-navbar-sandwich):hover .vcv-ui-navbar-dropdown-trigger,.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:rgba(0,0,0,0.3) 1px 0 10px 0}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control:hover,.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control.vcv-ui-state--active{background-color:#693bc5}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-navbar-control-separator{min-height:1px;min-width:1px;display:block;background-color:rgba(255,255,255,0.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:#ff4444}.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--left #vc-navbar-container,.vcv-layout-dock--left .vcv-ui-navbar{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.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:0;bottom:auto;left:100%;right:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{top:auto;bottom:0;left:100%;right: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}.vcv-layout-dock--right #vc-navbar-container,.vcv-layout-dock--right .vcv-ui-navbar{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.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:0;bottom:auto;left:auto;right:100%}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{top:auto;bottom:0;right:100%;left: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}.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-form-dropdown,.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-ajax-form-container select{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-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown{border:0;z-index:4}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item{border:0;color:#fff;font-size:14px;font-weight:500;background:#1F3AA0;padding:15px 24px;letter-spacing:.5px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item:hover{background:#693bc5}.vcv-ui-editor-plate--teaser .vcv-ui-item-element-inactive,.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots{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{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;width:8388px;opacity:.3;background:url('https://cdn.hub.visualcomposer.com/plugin-assets/hub-banner.png');-webkit-animation:vcv-slide-image-left infinite 140s linear;animation:vcv-slide-image-left infinite 140s linear}.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-ui-editor-plate--stock-images .vcv-stock-images-button,.vcv-hub-banner .vcv-hub-banner-button{font-family:'Montserrat',sans-serif;font-weight:700;letter-spacing:.92px;font-size:12px;width:315px;max-width:100%;background:#ebaf4b;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-ui-editor-plate--stock-images .vcv-stock-images-button:hover,.vcv-hub-banner .vcv-hub-banner-button:hover{background:#bb8c3d}@media (min-width:768px){.vcv-hub-banner-title{font-size:36px;line-height:42px}}@-webkit-keyframes vcv-slide-image-left{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-2796px, 0, 0);transform:translate3d(-2796px, 0, 0)}}@keyframes vcv-slide-image-left{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-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{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:center;position:relative}.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;background:#2a4b80;margin-top:6px;width:auto;padding-left:40px;padding-right:40px}.vcv-ui-editor-plate--stock-images .vcv-stock-images-button:hover{background:#1a4080}.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-hover-download,.vcv-stock-image-inner:hover .vcv-stock-image-author{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-inner--active .vcv-stock-image-hover-download,.vcv-stock-image-inner.vcv-stock-image-inner--active .vcv-stock-image-author{display:none}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-hover-download,.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-download-container,.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-author{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{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,0.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;border:none;padding:5px 10px;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,0.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,0.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-stock-image-hover-lock{cursor:not-allowed}.vcv-stock-image-hover-download .vcv-ui-icon-download{font-size:18px;color:#fff}.vcv-stock-image-hover-download .vcv-ui-icon-lock{font-size:18px;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}.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{margin-top:50px}.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{color:transparent}.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-ui-script-ace-container,.vcv-ui-style-ace-container,.vcv-row-html-editor-container{box-sizing:border-box;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,0.07);color:#32373c;outline:none;transition:.05s border-color ease-in-out;font-family:Consolas, Monaco, monospace;font-size:13px;width:100%;background-color:#f9f9f9;-moz-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:#294A82}.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:#294A82}.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-stroke,.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-fill{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::before,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer::after{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::before,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar::after{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::before,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar::after{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::before,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank::after{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-feedback{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:#ffffff;opacity:0;width:100%;pointer-events:none;-webkit-transform:translate(0, 100%);transform:translate(0, 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-feedback-container{margin:30px;max-width:440px;pointer-events:all}.vcv-feedback.vcv-feedback--visible{-webkit-transform:translate(0, 0%);transform:translate(0, 0%);opacity:1}.vcv-feedback.vcv-feedback--visible.vcv-feedback--voted{-webkit-transform:translate(0, -100%);transform:translate(0, -100%);opacity:0}.vcv-layout-dock--right .vcv-feedback-container{margin-right:calc(60px + 30px)}.vcv-layout-dock--left .vcv-feedback-container{margin-left:calc(60px + 30px)}.vcv-layout-dock--bottom .vcv-feedback-container{margin-bottom:calc(60px + 30px)}.vcv-feedback-vote{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:9px 20px;background:#2B4B81;border-radius:93px}.vcv-feedback-vote-text{margin:0 10px 0 0;font-style:italic;font-size:13px;line-height:24px;font-weight:bolder;letter-spacing:1px;color:inherit}.vcv-feedback-vote-control{padding:0;min-width:42px;height:42px;-webkit-appearance:none;border:none;background:transparent;border-radius:50%;cursor:pointer;color:inherit;font-size:20px;transition:background .2s ease-in-out}.vcv-feedback-vote-control:hover{background:#203251}.vcv-feedback-vote-control::before{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.vcv-feedback-vote-control.vcv-ui-icon-thumbs-up::before{margin:0 0 5px}.vcv-feedback-review{position:relative;background:#2B4B81;border-radius:5px;padding:20px}.vcv-feedback-review-header{position:relative;margin:0 0 16px;padding-right:20px}.vcv-feedback-review-heading{margin:0;font-size:16px;font-weight:bold;text-transform:uppercase;line-height:19px;letter-spacing:1px;color:inherit}.vcv-feedback-review-text{margin:0 0 17px;font-size:13px;font-style:italic;line-height:24px;letter-spacing:1px;color:inherit}.vcv-feedback-review-btn{display:inline-block;padding:9px 27px;background:transparent;border:2px solid #ffffff;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-feedback-review-btn:hover{color:inherit;background:#FFAE27;border-color:#FFAE27}.vcv-feedback-review-close{position:absolute;top:calc(-20px/2);right:calc(-20px/2);padding:calc(20px/2);background:transparent;border:none;color:inherit;cursor:pointer;opacity:1;transition:opacity .2s ease-in-out}.vcv-feedback-review-close:hover{opacity:.5}.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,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-left:16px;position:relative}.vcv-insight-description,.vcv-insight-item-description{color:#999999;font-size:12px;line-height:20px;letter-spacing:.92px;padding:8px 0 0 16px;font-style:italic}.vcv-insight-item-description{padding:0 0 0 20px;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.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;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}.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:yellow}[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 1px 2px 1px dashed rgba(183,183,183,0.5)}.vcv-ui-outline.vcv-ui-outline-element{border:1px 1px 2px 1px dashed transparent}.vcv-ui-outline-type-base.vcv-ui-outline{border:1px 1px 2px 1px dashed #2b4b80}.vcv-ui-outline-type-section.vcv-ui-outline{border:1px 1px 2px 1px dashed #2b4b80}.vcv-ui-outline-type-row.vcv-ui-outline{border:1px 1px 2px 1px dashed rgba(183,183,183,0.5)}.vcv-ui-outline-type-column.vcv-ui-outline{border:1px 1px 2px 1px dashed rgba(183,183,183,0.5)}.vcv-ui-outline-type-element.vcv-ui-outline{border:1px 1px 2px 1px dashed rgba(183,183,183,0.5)}.vcv-ui-outline-type-index-0.vcv-ui-outline{border:1px 1px 2px 1px dashed rgba(183,183,183,0.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 1px 2px 1px dashed rgba(183,183,183,0.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 1px 2px 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,0.8)}.vcv-ui-element-outline,.vcv-ui-element-frame{position:absolute;pointer-events:none;box-sizing:border-box;opacity:0;transition:opacity .2s ease-in-out;z-index:1010}.vcv-ui-element-outline.vcv-state--visible,.vcv-ui-element-frame.vcv-state--visible{opacity:1}.vcv-ui-element-outline{border:solid 1px rgba(70,115,189,0.8);box-shadow:0 0 0 1px rgba(70,115,189,0.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:solid 1px rgba(70,115,189,0.8);box-shadow:0 0 0 1px rgba(70,115,189,0.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-1{border:solid 1px rgba(254,197,63,0.8);box-shadow:0 0 0 1px rgba(254,197,63,0.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-2{border:solid 1px rgba(109,171,60,0.8);box-shadow:0 0 0 1px rgba(109,171,60,0.8)}.vcv-ui-element-frame{border:1px dashed rgba(183,183,183,0.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{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.vcv-ui-element-outline-container{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.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:#2b4b80}.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 1px;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:#2b4b80;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:#223b65}.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:hover{background-color:#2b4b80}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#2b4b80}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#4673bd}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#fec53f}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#6dab3c}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#4673bd}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#fec53f}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#6dab3c}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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-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{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:#2b4b80;color:#fff;pointer-events:all;padding:6px;border-radius:5px;cursor:pointer;transition:background-color ease-in-out .2s;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,0.5)}#vcv-dnd-frame.vcv-dnd-frame-bottom{border-bottom:2px solid rgba(70,115,189,0.5)}#vcv-dnd-frame.vcv-dnd-frame-left{border-left:2px solid rgba(70,115,189,0.5)}#vcv-dnd-frame.vcv-dnd-frame-right{border-right:2px solid rgba(70,115,189,0.5)}#vcv-dnd-frame.vcv-dnd-frame-center{border:3px solid rgba(70,115,189,0.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,0.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:scale(1, 4);transform:scale(1, 4);background-color:rgba(70,115,189,0.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:scale(4, 1);transform:scale(4, 1)}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame{-webkit-transform:scale(1);transform:scale(1);border:2px solid rgba(70,115,189,0.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,0.75),inset 0 0 0 2px rgba(70,115,189,0.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,0.75);color:#fff;padding:20px;border-radius:10px;font-size:16px;opacity:1;transition:opacity 700ms 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 rgba(255,255,255,0.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::before,.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn::after{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 rgba(255,255,255,0.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::before,.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn::after{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,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,0.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,0.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,0.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-top,.vcv-layout-dock--left .vcv-layout-notifications .vcv-layout-notifications-bottom{left:60px}.vcv-layout-dock--right .vcv-layout-notifications .vcv-layout-notifications-top,.vcv-layout-dock--right .vcv-layout-notifications .vcv-layout-notifications-bottom{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-top,.vcv-layout-dock--left .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom{left:0}.vcv-layout-dock--right .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-top,.vcv-layout-dock--right .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom{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--top,.vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-position--bottom{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;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;border-style:none;cursor:pointer;display:inline-block;vertical-align:top;color:#ffffff;border:0;border-style:solid;border-left-width:1px;border-left-color:rgba(255,255,255,0.1);padding:0;transition:background-color .2s ease-in-out;text-decoration:none;border-radius:4px}.vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher-option:active,.vcv-wpbackend-switcher-option:focus,.vcv-wpbackend-switcher-option:visited{color:#ffffff;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?b9c2269fa2c9acc0476f96aba1e6541e) 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(./fonts/vcAttributes.svg?cf1bbd0985fcb16dec445222be51ec7c#vcAttributes) format('svg');font-weight:normal;font-style:normal}.vcv-ui-icon-attribute{font-family:'vcattributes' !important;speak:none;font-style:normal;font-weight:normal;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;transition:opacity .2s ease-in-out;cursor:pointer;margin:10px 0}.vcv-row-control-container:hover{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,0.15);margin:5px;font-size:14px}.vcv-row-control:hover,.vcv-row-control:active,.vcv-row-control:focus{color:#fff;background:rgba(0,0,0,0.2);text-decoration:none}.vcv-row-control[disabled]{color:#fff;background:rgba(0,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-row.vce-element--has-background>.vce-row-content>.vce-col>.vce-col-content>.vcv-row-control-container{margin-bottom:35px;padding:0}.vce-col.vce-element--has-background>.vce-col-content>.vcv-row-control-container{margin-bottom:35px;padding:0}.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;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:1.2em}.vcv-ui-element-control .vcv-ui-icon::before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);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;display:-webkit-flex;display:-ms-flexbox;display:flex;-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;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:1.2em;text-align:left}.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:initial;left:initial;-webkit-transform:initial;transform:initial;font-size:initial}.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 rgba(183,183,183,0.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;background:transparent;cursor:pointer;box-shadow:none}.vcv-ui-blank-row-element-control:active,.vcv-ui-blank-row-element-control:focus,.vcv-ui-blank-row-element-control:hover{background:transparent;box-shadow:none}.vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.3}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon svg{vertical-align:top}.vcv-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_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_footers .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_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_footers .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_headers .vcv-ui-blank-row,.single-vcv_footers .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"] p,[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"] div{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 rgba(183,183,183,0.8);opacity:1;margin-top:10px}.vce-column-resizer{position:relative;width:0;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:block}.vce-column-resizer-handler{position:absolute;right:0;top:0;bottom:0;z-index:999;cursor:col-resize}.vce-column-resizer-handler:before{display:none;content:"";position:absolute;border-right:1px dashed rgba(183,183,183,0.8);top:0;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vce-column-resizer-handler:hover::before{display:block}.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:absolute;left:0;right:0}.vce-column-resizer-label{color:#fff;font-size:12px;font-family:'Nunito Sans',sans-serif;font-weight:bold;position:relative;margin-top:-12px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-user-select:none;-ms-user-select:none;user-select:none;direction:ltr;z-index:9999}.vce-column-resizer-label.vce-column-resizer-label-left{float:left;margin-left:-55px}.vce-column-resizer-label.vce-column-resizer-label-right{float:right;margin-right:-55px}.vce-column-resizer-label-background{height:23px;line-height:23px;background:rgba(40,40,40,0.5);text-align:center;min-width:34px;padding:0 2px}.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-last+.vce-column-resizer,.vce-col--all-hide+.vce-column-resizer{display:none}@media (min-width:0) and (max-width:543px){.vce-col--xs-visible+.vce-column-resizer{display:block}.vce-col--xs-last+.vce-column-resizer,.vce-col--xs-hide+.vce-column-resizer{display:none}}@media (min-width:544px) and (max-width:767px){.vce-col--sm-visible+.vce-column-resizer{display:block}.vce-col--sm-last+.vce-column-resizer,.vce-col--sm-hide+.vce-column-resizer{display:none}}@media (min-width:768px) and (max-width:991px){.vce-col--md-visible+.vce-column-resizer{display:block}.vce-col--md-last+.vce-column-resizer,.vce-col--md-hide+.vce-column-resizer{display:none}}@media (min-width:992px) and (max-width:1199px){.vce-col--lg-visible+.vce-column-resizer{display:block}.vce-col--lg-last+.vce-column-resizer,.vce-col--lg-hide+.vce-column-resizer{display:none}}@media (min-width:1200px){.vce-col--xl-visible+.vce-column-resizer{display:block}.vce-col--xl-last+.vce-column-resizer,.vce-col--xl-hide+.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:rgba(255,255,255,0.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:#2B4B80;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:#203251;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%;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:#ffffff}.vcv-migration-notice{background:#ffffff;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;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::before,.vcv-migration-label::after{content:'';position:absolute}.vcv-migration-label::before{top:4px;left:0px;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:#ffffff}.vcv-migration-button--start:hover{border-color:#1f3152;background:#1f3152}.vcv-migration-button--back:hover{color:#a0a0a0;border-color:#a0a0a0}.vcv-migration-notes{display:-webkit-flex;display:-ms-flexbox;display:flex;-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{display:-webkit-flex;display:-ms-flexbox;display:flex;-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 transparent;top:auto;bottom:-6px;border-width:6px 6px 0}.medium-toolbar-arrow-over:before{border-color:transparent transparent #2b4b80 transparent;border-width:0 6px 6px;top:-6px}.medium-editor-toolbar{background-color:#2b4b80;border:none;box-shadow:rgba(0,0,0,0.3) 1px 0 10px 0;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:hover,.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active{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::-webkit-input-placeholder,.medium-editor-toolbar-input:-moz-placeholder,.medium-editor-toolbar-input::-moz-placeholder,.medium-editor-toolbar-input:-ms-input-placeholder{color:rgba(255,255,255,0.8)}.medium-editor-action-bold>b{visibility:hidden}.medium-editor-action-bold::before{content:'';background-image:url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M293.582%20360.73c19.375%200%2034.434-15.059%2034.434-34.434s-15.059-34.434-34.434-34.434h-80.714v68.868l80.714-0zM212.869%20154.125v68.868h68.869c19.375%200%2034.434-15.059%2034.434-34.434s-15.059-34.434-34.434-34.434l-68.868-0zM341.997%20252.033c30.142%2013.98%2049.493%2044.121%2049.493%2078.556%200%2048.414-36.592%2087.165-85.007%2087.165h-162.483v-321.753h144.188c51.651%200%2091.457%2040.885%2091.457%2092.536%200%2023.668-15.059%2048.415-37.671%2063.496h0.023z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");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,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M219.48%2096h184.016v68.868h-64.576l-77.477%20184.017h50.572v68.868h-184.017v-68.868h64.576l77.477-184.017h-50.572v-68.868z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");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,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M112%20462.931h320.674v46.279h-320.674v-46.279zM272.325%20417.753c-76.398%200-137.737-61.339-137.737-137.737v-184.017h57.023v184.017c0%2044.121%2036.592%2079.635%2080.714%2079.635s80.714-35.513%2080.714-79.635v-184.017h57.023v184.017c0%2076.398-61.339%20137.737-137.737%20137.737v0z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");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:#2A4B80;border-radius:5px;border:none}body:not(.vcv-wb-editor) .mce-btn-group:not(:first-child){border-left-color:rgba(255,255,255,0.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:focus,body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn:hover,body:not(.vcv-wb-editor) .qt-dfw:focus,body:not(.vcv-wb-editor) .qt-dfw:hover,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) .qt-dfw.active{background-color:#203251;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 rgba(255,255,255,0.1)}body:not(.vcv-wb-editor) .mce-ico.mce-i-vcv-ui-icon-more-dots{font-family:'VC-Icons' !important;speak:none;font-style:normal;font-weight:normal;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-more-dots:before{content:"\22ef"}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:bold;-webkit-font-smoothing:antialiased;display:-webkit-flex;display:-ms-flexbox;display:flex;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:#2A4B80}.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-permalink-container--editable .vcv-permalink-editable:focus,.vcv-permalink-container--editable .vcv-permalink-editable:hover{padding:0 9px;margin:0 3px;box-shadow:0 0 0 2px #D1D1D1;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;border:none}.vcvhelper{border:none}.vcv-is-disabled-outline: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,.vcv-is-disabled-outline [tabindex]:focus{outline:none}
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);#vc_v-editor .navbar-fixed-top{top:32px}/*! 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}template,[hidden]{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}b,strong{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:-0.25em}sup{top:-0.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:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;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}/*! 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}*,*::before,*::after{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?3a67830cd3070ff9b54077551ff25a2e) format('truetype'),url(./fonts/VC-Icons.woff?67fb903a18a6708eecd523c9fc4eee68) format('woff'),url(./fonts/VC-Icons.svg?a1322ba18dddd50a52477fa407dfa2e9#VC-Icons) format('svg');font-weight:normal;font-style:normal}.vcv-ui-icon{font-family:'VC-Icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vcv-ui-icon-unlock-fill:before{content:"\e912"}.vcv-ui-icon-lock-fill:before{content:"\e913"}.vcv-ui-icon-thumbs-down:before{content:"\e910"}.vcv-ui-icon-thumbs-up:before{content:"\e911"}.vcv-ui-icon-download:before{content:"\e90a"}.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-layout-container{height:100%;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout{-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;direction:ltr}.vcv-layout-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-content{-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;background:#282828;overflow:auto}.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:0 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-wrapper{width:100%;height:100%;overflow:auto;border:0;position:absolute}.vcv-layout-iframe{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;position:relative;z-index:1130;background:linear-gradient(to bottom, #1a399d, #693bc5);box-shadow:rgba(0,0,0,0.3) 1px 0 10px 0}.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-header::after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-start::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-all::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3000;background:rgba(0,0,0,0.6);transition:opacity .2s ease-in-out}.vcv-layout-dock--detached .vcv-layout-bar,.vcv-layout-dock--top .vcv-layout-bar,.vcv-layout-dock--bottom .vcv-layout-bar{background:linear-gradient(to right, #1a399d, #693bc5)}.vcv-layout-dock--detached .vcv-ui-tree-view-content,.vcv-layout-dock--top .vcv-ui-tree-view-content,.vcv-layout-dock--bottom .vcv-ui-tree-view-content{background:linear-gradient(to right, #1a399d, #693bc5)}.vcv-layout-dock--top .vcv-layout-bar-content:before,.vcv-layout-dock--bottom .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:0 10px 10px -10px inset rgba(0,0,0,0.3)}.vcv-layout-dock--bottom .vcv-layout-bar-content:not(.vcv-content-full-size):before{top:-10px;box-shadow:0 -10px 10px -10px inset rgba(0,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 rgba(255,255,255,0.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;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{display:-webkit-flex;display:-ms-flexbox;display:flex;-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-start,.vcv-layout-bar-content-all{-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-start>*,.vcv-layout-bar-content-all>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible),.vcv-layout-bar-content-all: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:60px;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:0;top:0;height:61px;width:60px;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:0}.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-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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.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-start,.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-all{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{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.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{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.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{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.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{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:fixed}.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{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.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--top .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar{width:auto !important;height:auto !important;left:auto !important;top:auto !important}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content{width:auto !important}@media (min-width:768px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start,.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--bottom .vcv-layout-bar-content-all{height:auto !important}}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start,.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--bottom .vcv-layout-bar-content-all{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--left .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all{width:100% !important}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-all{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-top,.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-top,.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-right-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-bottom{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-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-bar{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-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,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-bottom{display:none}.vcv-layout-dock--bottom .vcv-ui-content-start--visible .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-end-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{display:none}.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{display:none}.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 70px;position:relative;opacity:0;transition:opacity .5s ease-in-out}.vcv-start-blank-close{position:absolute;right:0;top:0;height:60px;width:60px;color:#E0E0E0;transition:all .2s ease-in-out;text-decoration:none}.vcv-start-blank-close-icon::before{font-size:1.2em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.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-controls{margin:65px auto 0;max-width:700px}.vcv-start-blank-controls-layout{max-width:750px}.vcv-start-blank-content{position:relative;display:block;height:100px;overflow:hidden}.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-item-list-container{margin:0 -15px;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-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}.vcv-start-blank-item-list-container .vcv-ui-item-blank-page{background:transparent}.vcv-start-blank-item-list-container .vcv-ui-item-blank-page::before{content:'';position:absolute;top:0;bottom:0;right:0;left:0;opacity:.15;transition:opacity .2s ease-in-out;border-color:#000;border-width:2px;border-style:solid}.vcv-start-blank-item-list-container .vcv-ui-item-blank-page:hover::before{opacity:.3}.vcv-start-blank-item-list-container .vcv-ui-item-blank-page .vcv-ui-item-overlay{display:none}.vcv-start-blank-item-list-container .vcv-ui-item-blank-page-icon{position:absolute;overflow:hidden;bottom:0;right:0;left:0;top: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;padding:.6em;font-size:16px;color:#000;opacity:.15;transition:opacity .2s ease-in-out}.vcv-start-blank-item-list-container .vcv-ui-item-blank-page-icon:hover{opacity:.3}.vcv-start-blank-controls-layout .vcv-start-blank-item-list{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-start-blank-button-container{margin:44px -9px 0}.vcv-start-blank-button-container .vcv-start-blank-button{margin-left:9px;margin-right:9px;width:100%;max-width:220px}.vcv-start-blank-button{background:#2b4b80;padding:16px 34px;font-family:'Montserrat',sans-serif;font-weight:bold;font-size:12px;letter-spacing:.077em;text-transform:uppercase;color:#fff;-webkit-font-smoothing:antialiased;margin-bottom:12px;max-width:100%;display:inline-block;text-decoration:none;box-shadow:none;transition:all .2s ease-in-out;cursor:pointer;border:none}.vcv-start-blank-button:hover,.vcv-start-blank-button:focus{background:#274473;color:#fff}.vcv-start-blank-button:hover,.vcv-start-blank-button:focus,.vcv-start-blank-button:visited,.vcv-start-blank-button:active{text-decoration:none;box-shadow:none;border:none}.vcv-start-blank-helper{color:#A6A6A6;font-size:12px;letter-spacing:.077em;font-style:italic;font-weight:500;-webkit-font-smoothing:antialiased}.vcv-layout-start-blank--active>.vcv-wpbackend-layout-content-container{min-height:1090px}.vcv-start-blank-title-input-container{width:100%;max-width:650px;padding:0 15px}.vcv-start-blank-inner .vcv-start-blank-title-input{width:90%;border:1px solid #e1e1e1;box-shadow:none;color:#000;font:normal normal bold 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::-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-start-blank-controls .vcv-permalink-container{max-width:650px;padding:0 15px 35px}.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:#2a4a82;color:#fff;border:none;text-transform:uppercase;font:normal normal bold 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:#172948}@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 100px}.vcv-hfs-start-blank-container .vcv-start-blank-title-input,.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button{width:390px}}@media screen and (min-width:768px){.vcv-hfs-start-blank-container .vcv-start-blank-title-input,.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button{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;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}.vcv-loading-overlay-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-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 infinite linear;animation:vcvDotsRotate 2s infinite linear}.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 infinite ease-in-out;animation:vcvDotsBounce 2s infinite ease-in-out}.vcv-loading-dots-container .vcv-loading-dot-2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes vcvDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes vcvDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes vcvDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes vcvDotsBounce{0%,100%{-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{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;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-screen-content--active,.vcv-screen-content.vcv-activation-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:hover,.vcv-screen-button-container button.vcv-screen-button:hover,.vcv-screen-button-container a.vcv-screen-button:focus,.vcv-screen-button-container button.vcv-screen-button:focus{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:hover,.vcv-screen-button-container button.vcv-screen-button--dark:hover,.vcv-screen-button-container a.vcv-screen-button--dark:focus,.vcv-screen-button-container button.vcv-screen-button--dark:focus{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{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-popup-heading{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;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 bold 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:hover,.vcv-popup-error-with-button .vcv-popup-button:focus{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-start-top,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-layout-bar-top,.vcv-ui-resizer-layout-bar-bottom{width:100%;height:10px;left:0}.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-layout-bar-left,.vcv-ui-resizer-layout-bar-right{height:100%;width:10px;top:0}.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-layout-bar-top{top:-7px}.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-layout-bar-left{left:-7px}.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-layout-bar-right{right:-7px}.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-layout-bar-bottom{bottom:-7px}.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-layout-bar-left-top,.vcv-ui-resizer-layout-bar-left-bottom,.vcv-ui-resizer-layout-bar-right-top,.vcv-ui-resizer-layout-bar-right-bottom{width:20px;height:20px;z-index:20}.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-layout-bar-left-bottom{left:-13px;bottom:-13px}.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-layout-bar-right-top{right:-13px;top:-13px}.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-content-all-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-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 25%, transparent 75%, #eee 75%, #eee),linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #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:rgba(0,0,0,0.14902) 0 0 0 1px inset;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 0;padding-top:0}.rtl .vcv-ui-color-picker-presets-color{direction:rtl}.vcv-ui-replace-element-block{border-bottom:1px solid #ededed;padding:0 20px 20px;margin:0 -20px 20px;box-shadow:inset 0 -180px 150px -160px #fbfbfb;position:relative}.vcv-ui-replace-element-block .vcv-ui-form-button{padding:11px 24px}.vcv-ui-replace-element-container{width:calc(100% + 20px);overflow:hidden;position:relative}.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{list-style-type:none;padding:40px 2px 0;margin:0;white-space:nowrap;overflow-x:auto}.vcv-ui-replace-element-list .vcv-ui-item-list-item{display:inline-block;margin:0 7px;vertical-align:top}.vcv-ui-replace-element-list .vcv-ui-item-list-item:first-child{margin-left:0}.vcv-ui-replace-element-list .vcv-ui-item-list-item-content--active{border:solid 1px rgba(70,115,189,0.8);box-shadow:0 0 0 1px rgba(70,115,189,0.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,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:#2b4b80;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 rgba(255,255,255,0.1)}.vcv-ui-form-responsiveness-settings-devices-item:first-child{border-left:1px solid #2b4b80}.vcv-ui-form-responsiveness-settings-devices-item:last-child{border-right:1px solid #2b4b80}.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-form-input.vcv-ui-tag-list-input,.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{transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active{background:#eee}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active .vcv-ui-tag-list-input{background:#eee}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover{background:#eee}.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:#2b4b80;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:hover,.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active{background-color:#203251}.vcv-ui-tag-list-item:hover::before,.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active::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-form-input,.vcv-layout-header .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea{display:block}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input,.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{transition:none;resize:none;word-wrap:break-word;word-break:break-all}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.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{position:absolute;opacity:0;pointer-events:none}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list,.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{cursor:text;min-height:30px;padding:3px 2px}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input,.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{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-form-input>:first-child,.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{border-top:none}@media (max-width:400px){.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input,.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{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:hover{background-color:#ddd}.vcv-ui-suggest-box-item.vcv-selected{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{background-color:#c6c6c6}.vcv-ui-tag-list-item-validating:hover{background-color:#c6c6c6}.vcv-ui-form-params-group{margin:0 -20px}.vcv-ui-form-params-group .vcv-ui-icon-arrow-right{color:rgba(255,255,255,0.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:rgba(38,59,93,0.9)}.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:rgba(255,255,255,0.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,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,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:hover,button.vcv-gutenberg-modal-close-button:focus{background:transparent;border:0;box-shadow:none;color:rgba(0,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,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 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:normal;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/fonts.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:hover,.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:focus{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:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}/*! media breakpoints */.vcv-ui-form-group{border:0;margin:0 0 20px 0}.vcv-ui-form-group.vcv-ui-form-group--has-inner-fields{margin-bottom:0}.vcv-ui-form-group-heading,.vcv-ui-ajax-form-container label{display:block;font-size:12px;font-weight:700;margin:0 0 3px}.vcv-ui-form-helper,.vcv-ui-form-message,.vcv-ui-ajax-form-container small{clear:both;color:#9a9a9a;display:block;font-size:.9em;font-style:italic;line-height:normal;margin:8px 0 12px}.vcv-ui-form-message{padding-top:24px;text-align:center}.vcv-ui-element-lock-container .vcv-ui-form-helper,.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small{margin:0 0 20px}.vcv-ui-element-lock-container .vcv-ui-form-helper:last-of-type,.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small:last-of-type{margin:0 0 30px}.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading,.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label{display:inline-block;vertical-align:baseline;margin:8px}.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading:first-child,.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label: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}100%{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}100%{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 rgba(0,0,0,0);border-color:#8cabdd}100%{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,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 rgba(0,0,0,0);border-color:#8cabdd}100%{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,0.1);border-color:#c4c4c4}}.vcv-ui-ajax-form-container .vcv-ui-form-group-heading,.vcv-ui-ajax-form-container .vcv-ui-ajax-form-container label{margin-top:20px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container input[type=radio],.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="text"],.vcv-layout-header .vcv-ui-ajax-form-container label input[type="search"],.vcv-layout-header .vcv-ui-ajax-form-container label input[type="number"],.vcv-layout-header .vcv-ui-ajax-form-container label input[type="email"]{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(./fonts/spinner.svg?c5f1e937c8fad955dc62e2de928c2ee8) 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:hover,.vcv-layout-header .vcv-ui-ajax-form-container a:active{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{margin:0 -5px}.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-form-link-button-group{width:100%}.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{margin:5px;overflow:hidden;float:left;list-style:none}.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item--dragging{z-index:9999999}.rtl .vcv-ui-form-attach-image-item{float:right}.vcv-ui-form-attach-image-item-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-form-attach-image-item-inner{position:relative}.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-item-inner{margin-right:5px}.rtl .vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-item-inner{margin-right:0;margin-left:5px}.vcv-ui-form-attach-image-item-add-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.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}.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;height:80px;width:80px;margin:0;padding:0;background-color:#fefefe;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee),linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #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{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.8);transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out;opacity:0;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}.vcv-ui-form-attach-image-item-controls:hover,.vcv-ui-form-attach-image-item-controls:focus{opacity:1}.vcv-ui-form-attach-image-item-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;outline:none;line-height:1;text-decoration:none;color:#fff;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-control:hover{color:#ededed}.vcv-ui-form-attach-image-item-control-state--danger{color:#fb7978}.vcv-ui-form-attach-image-item-control-state--danger:hover{color:#fa5755}.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;position:relative;height:80px;width:80px;border:1px dashed;line-height:1;font-size:18px;color:#d1d1d1;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;cursor:pointer;background:#fff}.vcv-ui-form-attach-image-control:hover,.vcv-ui-form-attach-image-control:focus{color:#bfbfbf}.vcv-ui-form-attach-image-item .vcv-ui-form-link .vcv-ui-form-link-button{padding:6px 0;width:100%;font-size:9px}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link,.vcv-ui-form-attach-image .vcv-ui-form-link{max-width:80px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-form-link-button-group,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-form-link-button-group{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-container,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-container{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;background:transparent;padding:0;border:none}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls{direction:ltr;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon{background:#fff;font-size:12px;padding:6px;color:#6f747b;transition:background .2s;border:1px solid #d0d0d0;border-radius:0;border-left:none}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:hover,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:hover{background:#ddd}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:first-child,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left:1px solid #d0d0d0}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:last-child,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon-close,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon-close{font-size:13px}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-form-link-button-group,.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button,.vcv-ui-form-attach-image-item .vcv-ui-form-link-button-group .vcv-ui-form-link-button{width:auto;padding:6px 8px;line-height:13px}.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button .vcv-ui-icon,.vcv-ui-form-attach-image-item .vcv-ui-form-link-button-group .vcv-ui-form-link-button .vcv-ui-icon{vertical-align:middle;font-size:9px}.vcv-ui-form-attach-image-url-dynamic.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default,.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default{background-color:#ddd}.vcv-ui-form-attach-image-url-dynamic.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-attach-image-url-dynamic.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default:hover,.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default:hover{background-color:#fff}.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-attach-image-item .vcv-ui-form-link{margin-top:6px;margin-bottom:6px}.vcv-ui-form-attach-image-item .vcv-ui-form-link .vcv-ui-form-link-title{display:none}.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 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 25%, transparent 75%, #eee 75%, #eee),linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #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,0.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;position:relative;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%)}.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:#2b4b80;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:#203251}.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-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{border:1px solid #d0d0d0;direction:ltr}.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:bold;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{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{background:#ddd}.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;border:none;padding:14px 24px;background:#fff;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-button-group--large .vcv-ui-form-button-group-item:hover .vcv-ui-form-button-group-dropdown,.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:focus .vcv-ui-form-button-group-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown{display:none;position:absolute;z-index:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border:1px solid #d0d0d0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item{border:none;background:#fff;text-align:left;border-radius:0;cursor:pointer;border-bottom:1px solid #d0d0d0;color:#73747A;font-size:12px;font-weight:500;-webkit-font-smoothing:antialiased;min-width:150px;padding:10px 15px}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item:last-child{border-bottom:0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item.vcv-ui-form-button-group-dropdown-item--active,.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item:hover{background:#ddd}.vcv-ui-form-checkboxes{margin:8px 0 12px}.vcv-ui-form-checkboxes--list .vcv-ui-form-checkbox{display:block}.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:#294a82}.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, 1);transform:translate(-50%, -50%) scale(1, 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, 0);transform:translate(-50%, -50%) scale(0, 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:normal;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:#294a82}.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-form-helper,.vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small{margin-left:2em}.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-form-helper,.rtl .vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small{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:hover,.vcv-ui-color-picker .wp-color-result:focus{border-color:#c4c4c4}.vcv-ui-color-picker .wp-color-result::before,.vcv-ui-color-picker .wp-color-result::after{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 25%, transparent 75%, #eee 75%, #eee),linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #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-input-wrap,.vcv-ui-color-picker .wp-picker-holder{position:relative}.vcv-ui-color-picker .wp-color-result.wp-picker-open,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-input-wrap,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-holder{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{display:none}.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-form-dropdown,.vcv-ui-ajax-form-container select{background:url(./fonts/triangle-up-down.svg?cf723a9a302efe681c103e509fd737e8) 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 14px;padding-right:2em;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vcv-ui-form-dropdown:hover,.vcv-ui-form-dropdown:focus,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:hover,.vcv-ui-ajax-form-container select:focus,.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus{border-color:#c4c4c4}.vcv-ui-form-dropdown:focus,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-ajax-form-container select.vcv-ui-form-state--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,0.1)}.vcv-ui-form-dropdown::-ms-expand,.vcv-ui-ajax-form-container select::-ms-expand{display:none}.vcv-ui-form-dropdown:disabled,.vcv-ui-form-dropdown[disabled],.vcv-ui-ajax-form-container select:disabled,.vcv-ui-ajax-form-container select[disabled]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-dropdown:not(select),.vcv-ui-ajax-form-container select:not(select){width:auto;padding:8px 14px;padding-right:2.5em}.vcv-ui-form-dropdown.vcv-ui-form-input-select,.vcv-ui-ajax-form-container select.vcv-ui-form-input-select{padding:5px 14px}.rtl .vcv-ui-form-dropdown,.rtl .vcv-ui-ajax-form-container select{background:url(./fonts/triangle-up-down.svg?cf723a9a302efe681c103e509fd737e8) left 1em center no-repeat #fff;padding:8px 14px;padding-left: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-form-dropdown,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container select{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container textarea{width:auto;border:none;padding-left:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input:focus,.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{-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(./fonts/triangle-up-down.svg?cf723a9a302efe681c103e509fd737e8) 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(./fonts/triangle-up-down.svg?cf723a9a302efe681c103e509fd737e8) 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:1px solid #d1d1d1;border-radius:3px;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,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:hover,.vcv-ui-form-iconpicker-option.vcv-ui-form-state--active{color:#fff;background-color:#294a82}.vcv-ui-form-iconpicker-error{padding:7px 14px}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled{color:#eee;cursor:not-allowed;pointer-events:none}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled:hover{background-color:#fff}.rtl .vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-left:0;margin-left:0;margin-right:-1px;text-align:left}.vcv-layout-header .vcv-ui-form-input,.vcv-layout-header .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea{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:initial;box-shadow:none}.vcv-layout-header .vcv-ui-form-input::-ms-clear,.vcv-layout-header .vcv-ui-ajax-form-container input::-ms-clear,.vcv-layout-header .vcv-ui-ajax-form-container textarea::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-input:hover,.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-ajax-form-container input:hover,.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea:hover,.vcv-layout-header .vcv-ui-ajax-form-container textarea:focus{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea: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,0.1)}.vcv-layout-header .vcv-ui-form-input::-webkit-input-placeholder, .vcv-layout-header .vcv-ui-ajax-form-container input::-webkit-input-placeholder, .vcv-layout-header .vcv-ui-ajax-form-container textarea::-webkit-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-input:-ms-input-placeholder, .vcv-layout-header .vcv-ui-ajax-form-container input:-ms-input-placeholder, .vcv-layout-header .vcv-ui-ajax-form-container textarea:-ms-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-input::-ms-input-placeholder, .vcv-layout-header .vcv-ui-ajax-form-container input::-ms-input-placeholder, .vcv-layout-header .vcv-ui-ajax-form-container textarea::-ms-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-input::placeholder,.vcv-layout-header .vcv-ui-ajax-form-container input::placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-input:disabled,.vcv-layout-header .vcv-ui-form-input[disabled],.vcv-layout-header .vcv-ui-form-input[readonly],.vcv-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]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-input.vcv-ui-form-input--error,.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{border-color:#ff4444}.vcv-layout-header textarea.vcv-ui-form-input,.vcv-layout-header textarea.vcv-ui-ajax-form-container input,.vcv-layout-header textarea.vcv-ui-ajax-form-container textarea{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-form-input,.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{-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-form-input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:hover,.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{z-index:10}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:first-child),.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){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:last-child),.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){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:hover,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:focus{z-index:10}.vcv-ui-form-dropdown.vcv-ui-color-picker-dropdown,.vcv-ui-ajax-form-container select.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-form-input:not(:first-child),.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){padding-left:35px}.vcv-ui-input-search .vcv-ui-form-input:not(:last-child),.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){padding-right:35px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input,.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{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-form-dropdown,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select{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:hover{background:#eaeaea}.vcv-layout-header .vcv-ui-form-input-select-item-active{background:#eaeaea}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input,.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{border-left:0;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-form-dropdown,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select{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-form-input,.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{-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:#294a82}.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, 0);transform:translate(-50%, -50%) scale(0, 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:'';border-radius:inherit;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;speak:none;line-height:1;height:8px;width:8px;box-sizing:border-box;font-size:.85em;background-color:#294a82}.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator::before{-webkit-transform:translate(-50%, -50%) scale(1, 1);transform:translate(-50%, -50%) scale(1, 1);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: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-form-helper,.vcv-ui-form-radio+.vcv-ui-ajax-form-container small{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:#2b4b80;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:0px;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 #2b4b80;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 #2b4b80;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 #2b4b80;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}.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;background:#fff;border-radius:3px;margin:12px 60px 12px 20px}.vcv-ui-editor-search-container .vcv-ui-form-dropdown,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container select{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-search-container .vcv-ui-form-input,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea{width:auto;border:none}.vcv-ui-editor-search-container .vcv-ui-form-input:focus,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input:focus,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea:focus{-webkit-animation:none;animation:none;box-shadow:none}.rtl .vcv-ui-editor-search-container{margin:12px 20px 12px 60px}.rtl .vcv-ui-editor-search-container .vcv-ui-form-input,.rtl .vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,.rtl .vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea{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-form-input,: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{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}.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}.vcv-ui-editor-search-icon-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.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(./fonts/triangle-up-down.svg?cf723a9a302efe681c103e509fd737e8) right 1em center no-repeat}.vcv-ui-form-switch-container{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-trigger-label{display:inline-block;vertical-align:middle;font-size:12px;font-weight:700;margin:8px}.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::before,.vcv-ui-form-switch .vcv-ui-form-switch-label::after{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]::before,.vcv-ui-form-switch [data-vc-switch-on]::after{content:attr(data-vc-switch-on);margin-left:2em}.vcv-ui-form-switch [data-vc-switch-off]::before,.vcv-ui-form-switch [data-vc-switch-off]::after{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{opacity:1}.vcv-ui-form-switch>input:not(:checked)~[data-vc-switch-off]::after{opacity:1}.vcv-ui-form-switch .vcv-ui-form-switch-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 .vcv-ui-form-switch-indicator::before{content:'';display:block;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);height:1.6em;width:1.6em;background:#ffffff;border-radius:4em;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;z-index:10}.vcv-ui-form-switch>input:checked~.vcv-ui-form-switch-indicator{background-color:#2b4b80}.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:#274475}.vcv-ui-form-switch:hover>input:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#545353}.vcv-ui-form-switch>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:hover>input[disabled]~.vcv-ui-form-switch-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch>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:hover>input[disabled]~.vcv-ui-form-switch-indicator::before{border:inherit}.vcv-ui-form-switch>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:hover>input[disabled]~.vcv-ui-form-switch-label{cursor:not-allowed;color:#7e7e7e}.vcv-ui-form-switch-small-container{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small-trigger-label{display:inline-block;vertical-align:middle;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:#ffffff;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>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:hover>input[disabled]~.vcv-ui-form-switch-small-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch-small>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:hover>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(even){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,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__current-month,.vcv-ui-form-datepicker .react-datepicker-time__header{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-name,.vcv-ui-form-datepicker .react-datepicker__day,.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:#c0c0c0}.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--selected,.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected:hover,.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,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='6px' height='10px' viewBox='0 0 6 10'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Calendar-Open' transform='translate(-341.000000, -153.000000)' fill='%23838383'%3E%3Cg id='Calendar' transform='translate(80.000000, 131.000000)'%3E%3Cg id='next' transform='translate(252.000000, 15.000000)'%3E%3Cpath d='M14.8065306,11.4073469 L11.275102,7.87591837 C10.9469388,7.5477551 10.4130612,7.5477551 10.084898,7.87591837 C9.75673469,8.20408163 9.75673469,8.73795918 10.084898,9.06612245 L13.0236735,12.004898 L10.084898,14.9436735 C9.75673469,15.2718367 9.75673469,15.8057143 10.084898,16.1338776 C10.2465306,16.2955102 10.4620408,16.3787755 10.677551,16.3787755 C10.8930612,16.3787755 11.1085714,16.2955102 11.2702041,16.1338776 L14.8016327,12.602449 C15.1346939,12.2644898 15.1346939,11.7355102 14.8065306,11.4073469 Z' id='Path'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;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:#c0c0c0;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(./fonts/triangle-up-down.svg?cf723a9a302efe681c103e509fd737e8) 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;-moz-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:initial}.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:hover,.vcv-layout-header .vcv-ui-form-datalist:focus{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,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::-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-form-dropdown.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,.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-ajax-form-container input.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-ajax-form-container select.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-form-attach-image.vcv-ui-form-field-dynamic{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-ui-form-attach-image.vcv-ui-form-field-dynamic .vcv-ui-form-attach-image-items{margin-right:5px}.vcv-ui-form-attach-image.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-form-switch-small-container{display:none}.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-ajax-form-container small{display:none}.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:#2A4B80}.vcv-ui-dynamic-field-inner{padding:5px 0 20px}.vcv-ui-form-input.vcv-ui-form-field-dynamic-extra,.vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic-extra,.vcv-ui-ajax-form-container textarea.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-form-input.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-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{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-ui-col,.vcv-media--xs .vcv-ui-col,.vcv-media--sm .vcv-ui-col,.vcv-media--md .vcv-ui-col,.vcv-media--lg .vcv-ui-col,.vcv-media--xl .vcv-ui-col{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.vcv-ui-col--fixed-width,.vcv-media--xs .vcv-ui-col--fixed-width,.vcv-media--sm .vcv-ui-col--fixed-width,.vcv-media--md .vcv-ui-col--fixed-width,.vcv-media--lg .vcv-ui-col--fixed-width,.vcv-media--xl .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-ui-visibility--hidden,.vcv-ui-visibility--hidden-xs,.vcv-media--xs .vcv-ui-visibility--hidden-xs,.vcv-media--sm .vcv-ui-visibility--hidden-sm,.vcv-media--md .vcv-ui-visibility--hidden-md,.vcv-media--lg .vcv-ui-visibility--hidden-lg,.vcv-media--xl .vcv-ui-visibility--hidden-xl,.vcv-media--xs:not(.vcv-media--sm) .vcv-ui-visibility--hidden-xs-only,.vcv-media--sm:not(.vcv-media--md) .vcv-ui-visibility--hidden-sm-only,.vcv-media--md:not(.vcv-media--lg) .vcv-ui-visibility--hidden-md-only,.vcv-media--lg:not(.vcv-media--xl) .vcv-ui-visibility--hidden-lg-only,.vcv-media--xl .vcv-ui-visibility--hidden-xl-only{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%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-ui-scroll-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:scroll;overflow-scrolling:touch;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;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,0.5)}.vcv-ui-scroll-thumb--horizontal{height:100%}.vcv-ui-scroll-thumb--vertical{width:100%}.vcv-ui-modal-overlay{position:fixed;overflow:hidden;left:0;right:0;bottom:0;top:0;background-color:rgba(0,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}.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:#203251}.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-width:0 1px 1px 0;border-style:solid;border-color:rgba(255,255,255,0.1)}.vcv-ui-modal-action:hover{background-color:rgba(124,173,222,0.16)}.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,0.15);border-bottom:1px solid rgba(73,109,163,0.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,0.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-width:0 1px 1px 0;border-style:solid;border-color:rgba(73,109,163,0.15)}.vcv-ui-tree-layout-action.vcv-ui-state--active,.vcv-ui-tree-layout-action:hover{background-color:rgba(124,173,222,0.16)}.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:#31486a;-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,0.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:rgba(124,173,222,0.16)}.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}.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:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:13px;padding-right:8px}.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:initial}.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{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:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-layout-control-action .vcv-ui-icon-lock-fill: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:-0.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-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content{opacity:.5}.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-control-is-locked .vcv-ui-tree-layout-control-content{opacity:.5}.vcv-ui-tree-layout-control-is-locked .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% - 60px - 5px);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 -15px;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-item-list-item{margin:0 15px 15px;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content::before{content:'';position:absolute;top:0;right:0;border:25px solid;border-color:#2b4b81 #2b4b81 transparent transparent;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,%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Element-Preset-Icon' transform='translate(-76.000000, -7.000000)' fill='%23FDFDFD' fill-rule='nonzero'%3E%3Cg id='Profile' transform='translate(76.000000, 7.000000)'%3E%3Cpath d='M15.6968661,15.0061257 C15.738015,14.966575 15.7755682,14.9242276 15.809526,14.8786843 C17.1738281,13.3006481 18,11.245206 18,9 C18,4.03737566 13.9626243,0 9,0 C4.03737576,0 0,4.03737566 0,9 C0,11.2440074 0.825772398,13.29905 2.18887609,14.8766868 C2.22363286,14.9238281 2.26278409,14.9673739 2.30513144,15.0081232 C3.95387959,16.8434392 6.34410511,18 9,18 C11.6566939,18 14.0477184,16.8426403 15.6968661,15.0061257 Z M4.20836298,14.0329368 C4.82679338,12.8120562 6.08083282,12.025435 7.48668324,12.025435 L10.5133168,12.025435 C11.9191673,12.025435 13.1728073,12.8120562 13.7916371,14.0329368 C12.5431908,15.2222568 10.8560903,15.9545455 9,15.9545455 C7.14390985,15.9545455 5.45680933,15.2222568 4.20836298,14.0329368 L4.20836298,14.0329368 Z M9,9.97998044 C7.88378911,9.97998044 6.97611866,9.07191051 6.97611866,7.95569952 C6.97611866,6.83988811 7.88378911,5.93181818 9,5.93181818 C10.116211,5.93181818 11.0242809,6.83988811 11.0242809,7.95569952 C11.0242809,9.07191051 10.116211,9.97998044 9,9.97998044 Z M9,2.04545455 C12.8348278,2.04545455 15.9545455,5.1651722 15.9545455,9 C15.9545455,10.1937145 15.6521218,11.318315 15.1195846,12.301092 C14.42405,11.3562677 13.4536577,10.6491477 12.3402432,10.2764116 C12.7992721,9.61763134 13.0697355,8.8178267 13.0697355,7.95569952 C13.0697355,5.71209157 11.2440074,3.88636364 9,3.88636364 C6.75599257,3.88636364 4.93066411,5.71209157 4.93066411,7.95569952 C4.93066411,8.8178267 5.20072803,9.61763134 5.65975677,10.2764116 C4.54634233,10.6491477 3.57594995,11.3562677 2.88041553,12.301092 C2.34827775,11.318315 2.04545455,10.1937145 2.04545455,9 C2.04545455,5.1651722 5.1651722,2.04545455 9,2.04545455 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%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:hover .vcv-ui-item-overlay,.vcv-ui-item-element:focus .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element-content{position:relative;display:block;height:100px;overflow:hidden;background-color:#fefefe;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee),linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #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-item-image{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,0.5);color:#fff;position:absolute;overflow:hidden;opacity:0;bottom:0;right:0;left:0;top:0;z-index:3}.vcv-ui-item-downloading{opacity:1}.vcv-ui-icon.vcv-ui-item-add{line-height:100px}.vcv-ui-item-edit{height:100px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-flex;display:-ms-flexbox;display:flex}.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:-0.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;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:#ffffff;background:#2b4b80;border-radius:20px}.vcv-ui-item-preview-image{max-height:240px;display:block;width:100%}.vcv-ui-item-preview-caption{background:linear-gradient(to right, #1a399d, #693bc5);color:#fff;font-style:italic;text-align:left;padding:20px;line-height:1.43}.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,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:#ffffff}.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-control{margin-top:auto;border:none;border-radius:3px;background:#2B4B81;color:#ffffff;width:180px;height:40px;cursor:pointer;transition:background .2s ease-in-out}.vcv-hub-addon-control:hover{background:#FFAE27}.vcv-hub-addon-control--locked{background:#C6CBD4;pointer-events:none}.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{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;min-height:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-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-editor-no-items-container{max-width:544px;margin:auto;text-align:center}.vcv-ui-editor-no-items-container .vcv-ui-form-helper,.vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small{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:#304568;color:#fff;cursor:pointer;transition:background .2s ease-in-out}.vcv-ui-editor-no-items-action:hover{background:#203251}.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:bold;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}.vcv-ui-panel-heading .vcv-ui-panel-heading-icon{display:inline-block;vertical-align:middle;margin-right:12px}.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-controls-container.vcv-is-hidden .vcv-ui-form-buttons-group{position:fixed;top:-9999px;left:-9999px;z-index:-9999}.vcv-ui-panel-dropdown-container{margin:6px 60px 12px 20px}.vcv-ui-panel-controls-container{text-align:left;margin-bottom:0;background:#203251}.vcv-ui-panel-controls-container .vcv-ui-form-button-group--large{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border:0;border-radius:0}.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button{width:100%;border:0;background:transparent;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#1F3AA0}.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-style-control-container,.vcv-ui-script-control-container{text-align:center;margin:10px 0 0}.vcv-ui-style-editor-container,.vcv-ui-script-editor-container{margin:25px 0 0}.vcv-ui-style-editor .CodeMirror-wrap,.vcv-ui-script-editor .CodeMirror-wrap,.vcv-row-html-editor-container+.CodeMirror-wrap{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-style-editor:not(.vcv-ui-state--active),.vcv-ui-script-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-width:0 1px 1px 0;border-style:solid;border-color:rgba(73,109,163,0.15)}.vcv-ui-settings-action.vcv-ui-state--active,.vcv-ui-settings-action:hover{background-color:rgba(124,173,222,0.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-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-form-helper,.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-ajax-form-container small{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-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-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-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;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:20px;padding-right:60px}.vcv-ui-editor-tabs{font-family:'Nunito Sans',sans-serif;font-size:.875rem;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-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-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-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-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:rgba(0,0,0,0.3) 1px 0 10px 0;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:hover,.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab.vcv-ui-state--active{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-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-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 100ms}.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;font-size:16px;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-form-input,.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{-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-form-helper,.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small{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:rgba(255,255,255,0.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:rgba(0,0,0,0.3) 1px 0 10px 0;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:hover,.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab.vcv-ui-state--active{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-form-group-heading,[class*='vcv-ui-design-options-onion-layer--'] .vcv-ui-ajax-form-container label{position:absolute;z-index:1;pointer-events:all;right:calc(50% + 20px + 4px);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-form-group-heading,.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-ajax-form-container label{right:calc(40px + 4px)}.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-width:0 1px 1px 0;border-style:solid;border-color:rgba(73,109,163,0.15)}.vcv-ui-edit-form-action.vcv-ui-state--active,.vcv-ui-edit-form-action:hover{background-color:rgba(124,173,222,0.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-width:2px;border-style:solid;border-radius:12px;border-color:transparent;caret-color:rgba(255,255,255,0.5);transition:border-color .2s ease-in-out}.vcv-ui-edit-form-header-title:hover,.vcv-ui-edit-form-header-title:focus{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:hover .vcv-ui-icon:before,.vcv-ui-edit-form-header-control:focus .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{position:relative;padding:15px 40px 15px 18px;color:#fff;background:#203251;border-top:1px solid #263b5d;white-space:nowrap;overflow:hidden;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-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:#ff4444}.vcv-ui-navbar-logo{display:inline-block;vertical-align:middle;background:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2240px%22%20height%3D%2229px%22%20viewBox%3D%220%200%20963%20696%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%230584B5%22%20points%3D%220.6%20139.7%200.6%20417.5%20241.2%20556.4%20241.2%20278.6%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%2309AEEF%22%20points%3D%22241.2%200.8%200.6%20139.7%20241.2%20278.6%20481.8%20139.7%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%23AED13B%22%20points%3D%22722.4%200.8%20481.8%20139.7%20722.4%20278.6%20963%20139.7%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(241.000000%2C%20139.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%23B9880C%22%20points%3D%22240.8%200.7%20240.8%20278.5%20481.4%20417.4%20481.4%20139.6%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%23B76800%22%20points%3D%220.2%20139.6%200.2%20417.4%20240.8%20278.5%20240.8%200.7%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%23FDB715%22%20points%3D%22240.8%20278.5%200.2%20417.4%20240.8%20556.3%20481.4%20417.4%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%237F9E2E%22%20points%3D%22722.4%20278.6%20722.4%20556.4%20963%20417.5%20963%20139.7%22%20%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%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(./fonts/spinner.svg?c5f1e937c8fad955dc62e2de928c2ee8) 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(./fonts/spinner-light.svg?cd64195f90bef61e81ee173457f6ee3b) 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}@-webkit-keyframes vcv-ui-wp-spinner-animation{from{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}to{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@keyframes vcv-ui-wp-spinner-animation{from{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}to{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}#vc-navbar-container,.vcv-ui-navbar-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-navbar{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;font-size:.875rem;color:#fff;min-height:60px;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;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:hover{background-color:#203251}.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:rgba(255,255,255,0.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:not(.vcv-ui-navbar-sandwich):hover .vcv-ui-navbar-dropdown-content,.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:not(.vcv-ui-navbar-sandwich):hover .vcv-ui-navbar-dropdown-trigger,.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:rgba(0,0,0,0.3) 1px 0 10px 0}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control:hover,.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control.vcv-ui-state--active{background-color:#693bc5}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-navbar-control-separator{min-height:1px;min-width:1px;display:block;background-color:rgba(255,255,255,0.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:#ff4444}.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--left #vc-navbar-container,.vcv-layout-dock--left .vcv-ui-navbar{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.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:0;bottom:auto;left:100%;right:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{top:auto;bottom:0;left:100%;right: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}.vcv-layout-dock--right #vc-navbar-container,.vcv-layout-dock--right .vcv-ui-navbar{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.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:0;bottom:auto;left:auto;right:100%}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{top:auto;bottom:0;right:100%;left: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}.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-form-dropdown,.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-ajax-form-container select{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-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown{border:0;z-index:4}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item{border:0;color:#fff;font-size:14px;font-weight:500;background:#1F3AA0;padding:15px 24px;letter-spacing:.5px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item:hover{background:#693bc5}.vcv-ui-editor-plate--teaser .vcv-ui-item-element-inactive,.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots{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{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;width:8388px;opacity:.3;background:url('https://cdn.hub.visualcomposer.com/plugin-assets/hub-banner.png');-webkit-animation:vcv-slide-image-left infinite 140s linear;animation:vcv-slide-image-left infinite 140s linear}.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-ui-editor-plate--stock-images .vcv-stock-images-button,.vcv-hub-banner .vcv-hub-banner-button{font-family:'Montserrat',sans-serif;font-weight:700;letter-spacing:.92px;font-size:12px;width:315px;max-width:100%;background:#ebaf4b;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-ui-editor-plate--stock-images .vcv-stock-images-button:hover,.vcv-hub-banner .vcv-hub-banner-button:hover{background:#bb8c3d}@media (min-width:768px){.vcv-hub-banner-title{font-size:36px;line-height:42px}}@-webkit-keyframes vcv-slide-image-left{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-2796px, 0, 0);transform:translate3d(-2796px, 0, 0)}}@keyframes vcv-slide-image-left{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-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{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:center;position:relative}.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;background:#2a4b80;margin-top:6px;width:auto;padding-left:40px;padding-right:40px}.vcv-ui-editor-plate--stock-images .vcv-stock-images-button:hover{background:#1a4080}.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-hover-download,.vcv-stock-image-inner:hover .vcv-stock-image-author{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-inner--active .vcv-stock-image-hover-download,.vcv-stock-image-inner.vcv-stock-image-inner--active .vcv-stock-image-author{display:none}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-hover-download,.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-download-container,.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-author{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{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,0.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;border:none;padding:5px 10px;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,0.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,0.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-stock-image-hover-lock{cursor:not-allowed}.vcv-stock-image-hover-download .vcv-ui-icon-download{font-size:18px;color:#fff}.vcv-stock-image-hover-download .vcv-ui-icon-lock{font-size:18px;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}.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{margin-top:50px}.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{color:transparent}.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-ui-script-ace-container,.vcv-ui-style-ace-container,.vcv-row-html-editor-container{box-sizing:border-box;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,0.07);color:#32373c;outline:none;transition:.05s border-color ease-in-out;font-family:Consolas, Monaco, monospace;font-size:13px;width:100%;background-color:#f9f9f9;-moz-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:#294A82}.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:#294A82}.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-stroke,.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-fill{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::before,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer::after{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::before,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar::after{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::before,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar::after{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::before,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank::after{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-feedback{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:#ffffff;opacity:0;width:100%;pointer-events:none;-webkit-transform:translate(0, 100%);transform:translate(0, 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-feedback-container{margin:30px;max-width:440px;pointer-events:all}.vcv-feedback.vcv-feedback--visible{-webkit-transform:translate(0, 0%);transform:translate(0, 0%);opacity:1}.vcv-feedback.vcv-feedback--visible.vcv-feedback--voted{-webkit-transform:translate(0, -100%);transform:translate(0, -100%);opacity:0}.vcv-layout-dock--right .vcv-feedback-container{margin-right:calc(60px + 30px)}.vcv-layout-dock--left .vcv-feedback-container{margin-left:calc(60px + 30px)}.vcv-layout-dock--bottom .vcv-feedback-container{margin-bottom:calc(60px + 30px)}.vcv-feedback-review,.vcv-feedback-vote{position:relative;background:#2B4B81;border-radius:5px;padding:20px}.vcv-feedback-review-header,.vcv-feedback-vote-header{position:relative;margin:0 0 16px;padding-right:20px}.vcv-feedback-review-heading,.vcv-feedback-vote-heading{margin:0;font-size:16px;font-weight:bold;text-transform:uppercase;line-height:19px;letter-spacing:1px;color:inherit}.vcv-feedback-review-text{margin:0 0 17px;font-size:13px;font-style:italic;line-height:24px;letter-spacing:1px;color:inherit}.vcv-feedback-review-btn,.vcv-feedback-vote-btn{display:inline-block;padding:9px 27px;background:transparent;border:2px solid #ffffff;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-feedback-review-btn:hover,.vcv-feedback-vote-btn:hover{color:inherit;background:#FFAE27;border-color:#FFAE27}.vcv-feedback-review-close,.vcv-feedback-vote-close{position:absolute;top:calc(-20px/2);right:calc(-20px/2);padding:calc(20px/2);background:transparent;border:none;color:inherit;cursor:pointer;opacity:1;transition:opacity .2s ease-in-out}.vcv-feedback-review-close:hover,.vcv-feedback-vote-close:hover{opacity:.5}.vcv-feedback-vote-control-wrapper{margin:16px 0}.vcv-feedback-vote-control-wrapper .vcv-feedback-vote-control{margin:0 14px 0 0;border-color:#fff}.vcv-feedback-vote-control-wrapper .vcv-feedback-vote-control:focus{border-color:#fff;box-shadow:none}.vcv-feedback-vote-control-wrapper .vcv-feedback-vote-control:checked::before{background-color:#FFAE27}.vcv-feedback-vote-control-wrapper .vcv-feedback-vote-control-label{font-size:13px;font-style:italic;line-height:24px;letter-spacing:1px}.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,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-left:16px;position:relative}.vcv-insight-description,.vcv-insight-item-description{color:#999999;font-size:12px;line-height:20px;letter-spacing:.92px;padding:8px 16px 0 16px;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;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-ui-insights-spinner,.vcv-ui-settings-popup-panel-spinner,.vcv-insight-no-issues{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}.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:yellow}[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 1px 2px 1px dashed rgba(183,183,183,0.5)}.vcv-ui-outline.vcv-ui-outline-element{border:1px 1px 2px 1px dashed transparent}.vcv-ui-outline-type-base.vcv-ui-outline{border:1px 1px 2px 1px dashed #2b4b80}.vcv-ui-outline-type-section.vcv-ui-outline{border:1px 1px 2px 1px dashed #2b4b80}.vcv-ui-outline-type-row.vcv-ui-outline{border:1px 1px 2px 1px dashed rgba(183,183,183,0.5)}.vcv-ui-outline-type-column.vcv-ui-outline{border:1px 1px 2px 1px dashed rgba(183,183,183,0.5)}.vcv-ui-outline-type-element.vcv-ui-outline{border:1px 1px 2px 1px dashed rgba(183,183,183,0.5)}.vcv-ui-outline-type-index-0.vcv-ui-outline{border:1px 1px 2px 1px dashed rgba(183,183,183,0.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 1px 2px 1px dashed rgba(183,183,183,0.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 1px 2px 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,0.8)}.vcv-ui-element-outline,.vcv-ui-element-frame{position:absolute;pointer-events:none;box-sizing:border-box;opacity:0;transition:opacity .2s ease-in-out;z-index:1010}.vcv-ui-element-outline.vcv-state--visible,.vcv-ui-element-frame.vcv-state--visible{opacity:1}.vcv-ui-element-outline{border:solid 1px rgba(70,115,189,0.8);box-shadow:0 0 0 1px rgba(70,115,189,0.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:solid 1px rgba(70,115,189,0.8);box-shadow:0 0 0 1px rgba(70,115,189,0.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-1{border:solid 1px rgba(254,197,63,0.8);box-shadow:0 0 0 1px rgba(254,197,63,0.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-2{border:solid 1px rgba(109,171,60,0.8);box-shadow:0 0 0 1px rgba(109,171,60,0.8)}.vcv-ui-element-frame{border:1px dashed rgba(183,183,183,0.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{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.vcv-ui-element-outline-container{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.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:#2b4b80}.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 1px;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:#2b4b80;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:#223b65}.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:hover{background-color:#2b4b80}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#2b4b80}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#4673bd}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#fec53f}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#6dab3c}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#4673bd}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#fec53f}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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:hover{background-color:#6dab3c}.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:hover .vcv-ui-outline-control,.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-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control{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-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{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:#2b4b80;color:#fff;pointer-events:all;padding:6px;border-radius:5px;cursor:pointer;transition:background-color ease-in-out .2s;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,0.5)}#vcv-dnd-frame.vcv-dnd-frame-bottom{border-bottom:2px solid rgba(70,115,189,0.5)}#vcv-dnd-frame.vcv-dnd-frame-left{border-left:2px solid rgba(70,115,189,0.5)}#vcv-dnd-frame.vcv-dnd-frame-right{border-right:2px solid rgba(70,115,189,0.5)}#vcv-dnd-frame.vcv-dnd-frame-center{border:3px solid rgba(70,115,189,0.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,0.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:scale(1, 4);transform:scale(1, 4);background-color:rgba(70,115,189,0.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:scale(4, 1);transform:scale(4, 1)}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame{-webkit-transform:scale(1);transform:scale(1);border:2px solid rgba(70,115,189,0.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,0.75),inset 0 0 0 2px rgba(70,115,189,0.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,0.75);color:#fff;padding:20px;border-radius:10px;font-size:16px;opacity:1;transition:opacity 700ms 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 rgba(255,255,255,0.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::before,.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn::after{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 rgba(255,255,255,0.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::before,.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn::after{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,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,0.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,0.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,0.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-top,.vcv-layout-dock--left .vcv-layout-notifications .vcv-layout-notifications-bottom{left:60px}.vcv-layout-dock--right .vcv-layout-notifications .vcv-layout-notifications-top,.vcv-layout-dock--right .vcv-layout-notifications .vcv-layout-notifications-bottom{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-top,.vcv-layout-dock--left .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom{left:0}.vcv-layout-dock--right .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-top,.vcv-layout-dock--right .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom{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--top,.vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-position--bottom{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;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;border-style:none;cursor:pointer;display:inline-block;vertical-align:top;color:#ffffff;border:0;border-style:solid;border-left-width:1px;border-left-color:rgba(255,255,255,0.1);padding:0;transition:background-color .2s ease-in-out;text-decoration:none;border-radius:4px}.vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher-option:active,.vcv-wpbackend-switcher-option:focus,.vcv-wpbackend-switcher-option:visited{color:#ffffff;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?b9c2269fa2c9acc0476f96aba1e6541e) 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(./fonts/vcAttributes.svg?cf1bbd0985fcb16dec445222be51ec7c#vcAttributes) format('svg');font-weight:normal;font-style:normal}.vcv-ui-icon-attribute{font-family:'vcattributes' !important;speak:none;font-style:normal;font-weight:normal;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;transition:opacity .2s ease-in-out;cursor:pointer;margin:10px 0}.vcv-row-control-container:hover{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,0.15);margin:5px;font-size:14px}.vcv-row-control:hover,.vcv-row-control:active,.vcv-row-control:focus{color:#fff;background:rgba(0,0,0,0.2);text-decoration:none}.vcv-row-control[disabled]{color:#fff;background:rgba(0,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-row.vce-element--has-background>.vce-row-content>.vce-col>.vce-col-content>.vcv-row-control-container{margin-bottom:35px;padding:0}.vce-col.vce-element--has-background>.vce-col-content>.vcv-row-control-container{margin-bottom:35px;padding:0}.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;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:1.2em}.vcv-ui-element-control .vcv-ui-icon::before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);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;display:-webkit-flex;display:-ms-flexbox;display:flex;-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;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:1.2em;text-align:left}.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:initial;left:initial;-webkit-transform:initial;transform:initial;font-size:initial}.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 rgba(183,183,183,0.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;background:transparent;cursor:pointer;box-shadow:none}.vcv-ui-blank-row-element-control:active,.vcv-ui-blank-row-element-control:focus,.vcv-ui-blank-row-element-control:hover{background:transparent;box-shadow:none}.vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.3}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon svg{vertical-align:top}.vcv-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_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_footers .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_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_footers .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_headers .vcv-ui-blank-row,.single-vcv_footers .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"] p,[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"] div{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 rgba(183,183,183,0.8);opacity:1;margin-top:10px}.vce-column-resizer{position:relative;width:0;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:block}.vce-column-resizer-handler{position:absolute;right:0;top:0;bottom:0;z-index:999;cursor:col-resize}.vce-column-resizer-handler:before{display:none;content:"";position:absolute;border-right:1px dashed rgba(183,183,183,0.8);top:0;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vce-column-resizer-handler:hover::before{display:block}.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:absolute;left:0;right:0}.vce-column-resizer-label{color:#fff;font-size:12px;font-family:'Nunito Sans',sans-serif;font-weight:bold;position:relative;margin-top:-12px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-user-select:none;-ms-user-select:none;user-select:none;direction:ltr;z-index:9999}.vce-column-resizer-label.vce-column-resizer-label-left{float:left;margin-left:-55px}.vce-column-resizer-label.vce-column-resizer-label-right{float:right;margin-right:-55px}.vce-column-resizer-label-background{height:23px;line-height:23px;background:rgba(40,40,40,0.5);text-align:center;min-width:34px;padding:0 2px}.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-last+.vce-column-resizer,.vce-col--all-hide+.vce-column-resizer{display:none}@media (min-width:0) and (max-width:543px){.vce-col--xs-visible+.vce-column-resizer{display:block}.vce-col--xs-last+.vce-column-resizer,.vce-col--xs-hide+.vce-column-resizer{display:none}}@media (min-width:544px) and (max-width:767px){.vce-col--sm-visible+.vce-column-resizer{display:block}.vce-col--sm-last+.vce-column-resizer,.vce-col--sm-hide+.vce-column-resizer{display:none}}@media (min-width:768px) and (max-width:991px){.vce-col--md-visible+.vce-column-resizer{display:block}.vce-col--md-last+.vce-column-resizer,.vce-col--md-hide+.vce-column-resizer{display:none}}@media (min-width:992px) and (max-width:1199px){.vce-col--lg-visible+.vce-column-resizer{display:block}.vce-col--lg-last+.vce-column-resizer,.vce-col--lg-hide+.vce-column-resizer{display:none}}@media (min-width:1200px){.vce-col--xl-visible+.vce-column-resizer{display:block}.vce-col--xl-last+.vce-column-resizer,.vce-col--xl-hide+.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:rgba(255,255,255,0.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:#2B4B80;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:#203251;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%;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:#ffffff}.vcv-migration-notice{background:#ffffff;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;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::before,.vcv-migration-label::after{content:'';position:absolute}.vcv-migration-label::before{top:4px;left:0px;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:#ffffff}.vcv-migration-button--start:hover{border-color:#1f3152;background:#1f3152}.vcv-migration-button--back:hover{color:#a0a0a0;border-color:#a0a0a0}.vcv-migration-notes{display:-webkit-flex;display:-ms-flexbox;display:flex;-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{display:-webkit-flex;display:-ms-flexbox;display:flex;-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 transparent;top:auto;bottom:-6px;border-width:6px 6px 0}.medium-toolbar-arrow-over:before{border-color:transparent transparent #2b4b80 transparent;border-width:0 6px 6px;top:-6px}.medium-editor-toolbar{background-color:#2b4b80;border:none;box-shadow:rgba(0,0,0,0.3) 1px 0 10px 0;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:hover,.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active{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::-webkit-input-placeholder,.medium-editor-toolbar-input:-moz-placeholder,.medium-editor-toolbar-input::-moz-placeholder,.medium-editor-toolbar-input:-ms-input-placeholder{color:rgba(255,255,255,0.8)}.medium-editor-action-bold>b{visibility:hidden}.medium-editor-action-bold::before{content:'';background-image:url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M293.582%20360.73c19.375%200%2034.434-15.059%2034.434-34.434s-15.059-34.434-34.434-34.434h-80.714v68.868l80.714-0zM212.869%20154.125v68.868h68.869c19.375%200%2034.434-15.059%2034.434-34.434s-15.059-34.434-34.434-34.434l-68.868-0zM341.997%20252.033c30.142%2013.98%2049.493%2044.121%2049.493%2078.556%200%2048.414-36.592%2087.165-85.007%2087.165h-162.483v-321.753h144.188c51.651%200%2091.457%2040.885%2091.457%2092.536%200%2023.668-15.059%2048.415-37.671%2063.496h0.023z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");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,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M219.48%2096h184.016v68.868h-64.576l-77.477%20184.017h50.572v68.868h-184.017v-68.868h64.576l77.477-184.017h-50.572v-68.868z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");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,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M112%20462.931h320.674v46.279h-320.674v-46.279zM272.325%20417.753c-76.398%200-137.737-61.339-137.737-137.737v-184.017h57.023v184.017c0%2044.121%2036.592%2079.635%2080.714%2079.635s80.714-35.513%2080.714-79.635v-184.017h57.023v184.017c0%2076.398-61.339%20137.737-137.737%20137.737v0z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");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:#2A4B80;border-radius:5px;border:none}body:not(.vcv-wb-editor) .mce-btn-group:not(:first-child){border-left-color:rgba(255,255,255,0.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:focus,body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn:hover,body:not(.vcv-wb-editor) .qt-dfw:focus,body:not(.vcv-wb-editor) .qt-dfw:hover,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) .qt-dfw.active{background-color:#203251;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 rgba(255,255,255,0.1)}body:not(.vcv-wb-editor) .mce-ico.mce-i-vcv-ui-icon-more-dots{font-family:'VC-Icons' !important;speak:none;font-style:normal;font-weight:normal;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-more-dots:before{content:"\22ef"}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:bold;-webkit-font-smoothing:antialiased;display:-webkit-flex;display:-ms-flexbox;display:flex;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:#2A4B80}.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-permalink-container--editable .vcv-permalink-editable:focus,.vcv-permalink-container--editable .vcv-permalink-editable:hover{padding:0 9px;margin:0 3px;box-shadow:0 0 0 2px #D1D1D1;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;border:none}.vcvhelper{border:none}.vcv-is-disabled-outline: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,.vcv-is-disabled-outline [tabindex]:focus{outline:none}
public/dist/hub.bundle.js CHANGED
@@ -1,2 +1,2 @@
1
  /*! For license information please see hub.bundle.js.LICENSE */
2
- (window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([["hub"],{"./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js":function(e,t,n){var r=n("./node_modules/@babel/runtime/helpers/arrayLikeToArray.js");e.exports=function(e){if(Array.isArray(e))return r(e)}},"./node_modules/@babel/runtime/helpers/iterableToArray.js":function(e,t){e.exports=function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}},"./node_modules/@babel/runtime/helpers/nonIterableSpread.js":function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},"./node_modules/@babel/runtime/helpers/objectWithoutProperties.js":function(e,t,n){var r=n("./node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js");e.exports=function(e,t){if(null==e)return{};var n,i,a=r(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(i=0;i<s.length;i++)n=s[i],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}},"./node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js":function(e,t){e.exports=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}},"./node_modules/@babel/runtime/helpers/toConsumableArray.js":function(e,t,n){var r=n("./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"),i=n("./node_modules/@babel/runtime/helpers/iterableToArray.js"),a=n("./node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"),s=n("./node_modules/@babel/runtime/helpers/nonIterableSpread.js");e.exports=function(e){return r(e)||i(e)||a(e)||s()}},"./node_modules/@csstools/sass-import-resolve/index.js":function(e,t,n){"use strict";(function(r){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=Object.assign({cache:{},cwd:r.cwd(),readFile:!1},t);(function(e){return/^\//.test(e)})(e)&&(n.cwd="");var i=(0,a.join)(n.cwd,e),c=(0,a.basename)(i),u=(0,a.dirname)(i),d=[];(function(e){return/\.s[ac]ss$/i.test(e)})(c)||l(c)?(d.push(s(i,n)),o(c)||d.push(s((0,a.join)(u,"_"+c),n))):(d.push(s((0,a.join)(u,c+".scss"),n),s((0,a.join)(u,c+".sass"),n),s((0,a.join)(u,c+".css"),n)),o(c)||d.push(s((0,a.join)(u,"_"+c+".scss"),n),s((0,a.join)(u,"_"+c+".sass"),n),s((0,a.join)(u,"_"+c+".css"),n)));return Promise.all(d).then((function(e){return e.filter((function(e){return e}))})).then((function(e){if(1===e.length)return e[0];if(e.length>1)throw new Error("It's not clear which file to import");if(!l(c))throw new Error("File to import not found or unreadable")}))};var i=n("./node_modules/node-libs-browser/mock/empty.js"),a=n("./node_modules/path-browserify/index.js");function s(e,t){return t.cache[e]=t.cache[e]||new Promise((function(n){t.readFile?(0,i.readFile)(e,"utf8",(function(t,r){n(!t&&{file:e,contents:r})})):(0,i.stat)(e,(function(t,r){t||!r.isFile()?n(!1):n({file:e})}))})),t.cache[e]}function o(e){return/^_/.test(e)}function l(e){return/\.css$/i.test(e)}e.exports=t.default}).call(this,n("./node_modules/process/browser.js"))},"./node_modules/add-px-to-style/index.js":function(e,t){var n={animationIterationCount:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridColumn:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,stopOpacity:!0,strokeDashoffset:!0,strokeOpacity:!0,strokeWidth:!0};e.exports=function(e,t){return"number"!=typeof t||n[e]?t:t+"px"}},"./node_modules/asn1.js/lib/asn1.js":function(e,t,n){var r=t;r.bignum=n("./node_modules/bn.js/lib/bn.js"),r.define=n("./node_modules/asn1.js/lib/asn1/api.js").define,r.base=n("./node_modules/asn1.js/lib/asn1/base/index.js"),r.constants=n("./node_modules/asn1.js/lib/asn1/constants/index.js"),r.decoders=n("./node_modules/asn1.js/lib/asn1/decoders/index.js"),r.encoders=n("./node_modules/asn1.js/lib/asn1/encoders/index.js")},"./node_modules/asn1.js/lib/asn1/api.js":function(e,t,n){var r=n("./node_modules/asn1.js/lib/asn1.js"),i=n("./node_modules/inherits/inherits_browser.js");function a(e,t){this.name=e,this.body=t,this.decoders={},this.encoders={}}t.define=function(e,t){return new a(e,t)},a.prototype._createNamed=function(e){var t;try{t=n("./node_modules/vm-browserify/index.js").runInThisContext("(function "+this.name+"(entity) {\n this._initNamed(entity);\n})")}catch(r){t=function(e){this._initNamed(e)}}return i(t,e),t.prototype._initNamed=function(t){e.call(this,t)},new t(this)},a.prototype._getDecoder=function(e){return e=e||"der",this.decoders.hasOwnProperty(e)||(this.decoders[e]=this._createNamed(r.decoders[e])),this.decoders[e]},a.prototype.decode=function(e,t,n){return this._getDecoder(t).decode(e,n)},a.prototype._getEncoder=function(e){return e=e||"der",this.encoders.hasOwnProperty(e)||(this.encoders[e]=this._createNamed(r.encoders[e])),this.encoders[e]},a.prototype.encode=function(e,t,n){return this._getEncoder(t).encode(e,n)}},"./node_modules/asn1.js/lib/asn1/base/buffer.js":function(e,t,n){var r=n("./node_modules/inherits/inherits_browser.js"),i=n("./node_modules/asn1.js/lib/asn1/base/index.js").Reporter,a=n("./node_modules/buffer/index.js").Buffer;function s(e,t){i.call(this,t),a.isBuffer(e)?(this.base=e,this.offset=0,this.length=e.length):this.error("Input not Buffer")}function o(e,t){if(Array.isArray(e))this.length=0,this.value=e.map((function(e){return e instanceof o||(e=new o(e,t)),this.length+=e.length,e}),this);else if("number"==typeof e){if(!(0<=e&&e<=255))return t.error("non-byte EncoderBuffer value");this.value=e,this.length=1}else if("string"==typeof e)this.value=e,this.length=a.byteLength(e);else{if(!a.isBuffer(e))return t.error("Unsupported type: "+typeof e);this.value=e,this.length=e.length}}r(s,i),t.DecoderBuffer=s,s.prototype.save=function(){return{offset:this.offset,reporter:i.prototype.save.call(this)}},s.prototype.restore=function(e){var t=new s(this.base);return t.offset=e.offset,t.length=this.offset,this.offset=e.offset,i.prototype.restore.call(this,e.reporter),t},s.prototype.isEmpty=function(){return this.offset===this.length},s.prototype.readUInt8=function(e){return this.offset+1<=this.length?this.base.readUInt8(this.offset++,!0):this.error(e||"DecoderBuffer overrun")},s.prototype.skip=function(e,t){if(!(this.offset+e<=this.length))return this.error(t||"DecoderBuffer overrun");var n=new s(this.base);return n._reporterState=this._reporterState,n.offset=this.offset,n.length=this.offset+e,this.offset+=e,n},s.prototype.raw=function(e){return this.base.slice(e?e.offset:this.offset,this.length)},t.EncoderBuffer=o,o.prototype.join=function(e,t){return e||(e=new a(this.length)),t||(t=0),0===this.length||(Array.isArray(this.value)?this.value.forEach((function(n){n.join(e,t),t+=n.length})):("number"==typeof this.value?e[t]=this.value:"string"==typeof this.value?e.write(this.value,t):a.isBuffer(this.value)&&this.value.copy(e,t),t+=this.length)),e}},"./node_modules/asn1.js/lib/asn1/base/index.js":function(e,t,n){var r=t;r.Reporter=n("./node_modules/asn1.js/lib/asn1/base/reporter.js").Reporter,r.DecoderBuffer=n("./node_modules/asn1.js/lib/asn1/base/buffer.js").DecoderBuffer,r.EncoderBuffer=n("./node_modules/asn1.js/lib/asn1/base/buffer.js").EncoderBuffer,r.Node=n("./node_modules/asn1.js/lib/asn1/base/node.js")},"./node_modules/asn1.js/lib/asn1/base/node.js":function(e,t,n){var r=n("./node_modules/asn1.js/lib/asn1/base/index.js").Reporter,i=n("./node_modules/asn1.js/lib/asn1/base/index.js").EncoderBuffer,a=n("./node_modules/asn1.js/lib/asn1/base/index.js").DecoderBuffer,s=n("./node_modules/minimalistic-assert/index.js"),o=["seq","seqof","set","setof","objid","bool","gentime","utctime","null_","enum","int","objDesc","bitstr","bmpstr","charstr","genstr","graphstr","ia5str","iso646str","numstr","octstr","printstr","t61str","unistr","utf8str","videostr"],l=["key","obj","use","optional","explicit","implicit","def","choice","any","contains"].concat(o);function c(e,t){var n={};this._baseState=n,n.enc=e,n.parent=t||null,n.children=null,n.tag=null,n.args=null,n.reverseArgs=null,n.choice=null,n.optional=!1,n.any=!1,n.obj=!1,n.use=null,n.useDecoder=null,n.key=null,n.default=null,n.explicit=null,n.implicit=null,n.contains=null,n.parent||(n.children=[],this._wrap())}e.exports=c;var u=["enc","parent","children","tag","args","reverseArgs","choice","optional","any","obj","use","alteredUse","key","default","explicit","implicit","contains"];c.prototype.clone=function(){var e=this._baseState,t={};u.forEach((function(n){t[n]=e[n]}));var n=new this.constructor(t.parent);return n._baseState=t,n},c.prototype._wrap=function(){var e=this._baseState;l.forEach((function(t){this[t]=function(){var n=new this.constructor(this);return e.children.push(n),n[t].apply(n,arguments)}}),this)},c.prototype._init=function(e){var t=this._baseState;s(null===t.parent),e.call(this),t.children=t.children.filter((function(e){return e._baseState.parent===this}),this),s.equal(t.children.length,1,"Root node can have only one child")},c.prototype._useArgs=function(e){var t=this._baseState,n=e.filter((function(e){return e instanceof this.constructor}),this);e=e.filter((function(e){return!(e instanceof this.constructor)}),this),0!==n.length&&(s(null===t.children),t.children=n,n.forEach((function(e){e._baseState.parent=this}),this)),0!==e.length&&(s(null===t.args),t.args=e,t.reverseArgs=e.map((function(e){if("object"!=typeof e||e.constructor!==Object)return e;var t={};return Object.keys(e).forEach((function(n){n==(0|n)&&(n|=0);var r=e[n];t[r]=n})),t})))},["_peekTag","_decodeTag","_use","_decodeStr","_decodeObjid","_decodeTime","_decodeNull","_decodeInt","_decodeBool","_decodeList","_encodeComposite","_encodeStr","_encodeObjid","_encodeTime","_encodeNull","_encodeInt","_encodeBool"].forEach((function(e){c.prototype[e]=function(){var t=this._baseState;throw new Error(e+" not implemented for encoding: "+t.enc)}})),o.forEach((function(e){c.prototype[e]=function(){var t=this._baseState,n=Array.prototype.slice.call(arguments);return s(null===t.tag),t.tag=e,this._useArgs(n),this}})),c.prototype.use=function(e){s(e);var t=this._baseState;return s(null===t.use),t.use=e,this},c.prototype.optional=function(){return this._baseState.optional=!0,this},c.prototype.def=function(e){var t=this._baseState;return s(null===t.default),t.default=e,t.optional=!0,this},c.prototype.explicit=function(e){var t=this._baseState;return s(null===t.explicit&&null===t.implicit),t.explicit=e,this},c.prototype.implicit=function(e){var t=this._baseState;return s(null===t.explicit&&null===t.implicit),t.implicit=e,this},c.prototype.obj=function(){var e=this._baseState,t=Array.prototype.slice.call(arguments);return e.obj=!0,0!==t.length&&this._useArgs(t),this},c.prototype.key=function(e){var t=this._baseState;return s(null===t.key),t.key=e,this},c.prototype.any=function(){return this._baseState.any=!0,this},c.prototype.choice=function(e){var t=this._baseState;return s(null===t.choice),t.choice=e,this._useArgs(Object.keys(e).map((function(t){return e[t]}))),this},c.prototype.contains=function(e){var t=this._baseState;return s(null===t.use),t.contains=e,this},c.prototype._decode=function(e,t){var n=this._baseState;if(null===n.parent)return e.wrapResult(n.children[0]._decode(e,t));var r,i=n.default,s=!0,o=null;if(null!==n.key&&(o=e.enterKey(n.key)),n.optional){var l=null;if(null!==n.explicit?l=n.explicit:null!==n.implicit?l=n.implicit:null!==n.tag&&(l=n.tag),null!==l||n.any){if(s=this._peekTag(e,l,n.any),e.isError(s))return s}else{var c=e.save();try{null===n.choice?this._decodeGeneric(n.tag,e,t):this._decodeChoice(e,t),s=!0}catch(p){s=!1}e.restore(c)}}if(n.obj&&s&&(r=e.enterObject()),s){if(null!==n.explicit){var u=this._decodeTag(e,n.explicit);if(e.isError(u))return u;e=u}var d=e.offset;if(null===n.use&&null===n.choice){if(n.any)c=e.save();var f=this._decodeTag(e,null!==n.implicit?n.implicit:n.tag,n.any);if(e.isError(f))return f;n.any?i=e.raw(c):e=f}if(t&&t.track&&null!==n.tag&&t.track(e.path(),d,e.length,"tagged"),t&&t.track&&null!==n.tag&&t.track(e.path(),e.offset,e.length,"content"),i=n.any?i:null===n.choice?this._decodeGeneric(n.tag,e,t):this._decodeChoice(e,t),e.isError(i))return i;if(n.any||null!==n.choice||null===n.children||n.children.forEach((function(n){n._decode(e,t)})),n.contains&&("octstr"===n.tag||"bitstr"===n.tag)){var h=new a(i);i=this._getUse(n.contains,e._reporterState.obj)._decode(h,t)}}return n.obj&&s&&(i=e.leaveObject(r)),null===n.key||null===i&&!0!==s?null!==o&&e.exitKey(o):e.leaveKey(o,n.key,i),i},c.prototype._decodeGeneric=function(e,t,n){var r=this._baseState;return"seq"===e||"set"===e?null:"seqof"===e||"setof"===e?this._decodeList(t,e,r.args[0],n):/str$/.test(e)?this._decodeStr(t,e,n):"objid"===e&&r.args?this._decodeObjid(t,r.args[0],r.args[1],n):"objid"===e?this._decodeObjid(t,null,null,n):"gentime"===e||"utctime"===e?this._decodeTime(t,e,n):"null_"===e?this._decodeNull(t,n):"bool"===e?this._decodeBool(t,n):"objDesc"===e?this._decodeStr(t,e,n):"int"===e||"enum"===e?this._decodeInt(t,r.args&&r.args[0],n):null!==r.use?this._getUse(r.use,t._reporterState.obj)._decode(t,n):t.error("unknown tag: "+e)},c.prototype._getUse=function(e,t){var n=this._baseState;return n.useDecoder=this._use(e,t),s(null===n.useDecoder._baseState.parent),n.useDecoder=n.useDecoder._baseState.children[0],n.implicit!==n.useDecoder._baseState.implicit&&(n.useDecoder=n.useDecoder.clone(),n.useDecoder._baseState.implicit=n.implicit),n.useDecoder},c.prototype._decodeChoice=function(e,t){var n=this._baseState,r=null,i=!1;return Object.keys(n.choice).some((function(a){var s=e.save(),o=n.choice[a];try{var l=o._decode(e,t);if(e.isError(l))return!1;r={type:a,value:l},i=!0}catch(c){return e.restore(s),!1}return!0}),this),i?r:e.error("Choice not matched")},c.prototype._createEncoderBuffer=function(e){return new i(e,this.reporter)},c.prototype._encode=function(e,t,n){var r=this._baseState;if(null===r.default||r.default!==e){var i=this._encodeValue(e,t,n);if(void 0!==i&&!this._skipDefault(i,t,n))return i}},c.prototype._encodeValue=function(e,t,n){var i=this._baseState;if(null===i.parent)return i.children[0]._encode(e,t||new r);var a=null;if(this.reporter=t,i.optional&&void 0===e){if(null===i.default)return;e=i.default}var s=null,o=!1;if(i.any)a=this._createEncoderBuffer(e);else if(i.choice)a=this._encodeChoice(e,t);else if(i.contains)s=this._getUse(i.contains,n)._encode(e,t),o=!0;else if(i.children)s=i.children.map((function(n){if("null_"===n._baseState.tag)return n._encode(null,t,e);if(null===n._baseState.key)return t.error("Child should have a key");var r=t.enterKey(n._baseState.key);if("object"!=typeof e)return t.error("Child expected, but input is not object");var i=n._encode(e[n._baseState.key],t,e);return t.leaveKey(r),i}),this).filter((function(e){return e})),s=this._createEncoderBuffer(s);else if("seqof"===i.tag||"setof"===i.tag){if(!i.args||1!==i.args.length)return t.error("Too many args for : "+i.tag);if(!Array.isArray(e))return t.error("seqof/setof, but data is not Array");var l=this.clone();l._baseState.implicit=null,s=this._createEncoderBuffer(e.map((function(n){var r=this._baseState;return this._getUse(r.args[0],e)._encode(n,t)}),l))}else null!==i.use?a=this._getUse(i.use,n)._encode(e,t):(s=this._encodePrimitive(i.tag,e),o=!0);if(!i.any&&null===i.choice){var c=null!==i.implicit?i.implicit:i.tag,u=null===i.implicit?"universal":"context";null===c?null===i.use&&t.error("Tag could be omitted only for .use()"):null===i.use&&(a=this._encodeComposite(c,o,u,s))}return null!==i.explicit&&(a=this._encodeComposite(i.explicit,!1,"context",a)),a},c.prototype._encodeChoice=function(e,t){var n=this._baseState,r=n.choice[e.type];return r||s(!1,e.type+" not found in "+JSON.stringify(Object.keys(n.choice))),r._encode(e.value,t)},c.prototype._encodePrimitive=function(e,t){var n=this._baseState;if(/str$/.test(e))return this._encodeStr(t,e);if("objid"===e&&n.args)return this._encodeObjid(t,n.reverseArgs[0],n.args[1]);if("objid"===e)return this._encodeObjid(t,null,null);if("gentime"===e||"utctime"===e)return this._encodeTime(t,e);if("null_"===e)return this._encodeNull();if("int"===e||"enum"===e)return this._encodeInt(t,n.args&&n.reverseArgs[0]);if("bool"===e)return this._encodeBool(t);if("objDesc"===e)return this._encodeStr(t,e);throw new Error("Unsupported tag: "+e)},c.prototype._isNumstr=function(e){return/^[0-9 ]*$/.test(e)},c.prototype._isPrintstr=function(e){return/^[A-Za-z0-9 '\(\)\+,\-\.\/:=\?]*$/.test(e)}},"./node_modules/asn1.js/lib/asn1/base/reporter.js":function(e,t,n){var r=n("./node_modules/inherits/inherits_browser.js");function i(e){this._reporterState={obj:null,path:[],options:e||{},errors:[]}}function a(e,t){this.path=e,this.rethrow(t)}t.Reporter=i,i.prototype.isError=function(e){return e instanceof a},i.prototype.save=function(){var e=this._reporterState;return{obj:e.obj,pathLen:e.path.length}},i.prototype.restore=function(e){var t=this._reporterState;t.obj=e.obj,t.path=t.path.slice(0,e.pathLen)},i.prototype.enterKey=function(e){return this._reporterState.path.push(e)},i.prototype.exitKey=function(e){var t=this._reporterState;t.path=t.path.slice(0,e-1)},i.prototype.leaveKey=function(e,t,n){var r=this._reporterState;this.exitKey(e),null!==r.obj&&(r.obj[t]=n)},i.prototype.path=function(){return this._reporterState.path.join("/")},i.prototype.enterObject=function(){var e=this._reporterState,t=e.obj;return e.obj={},t},i.prototype.leaveObject=function(e){var t=this._reporterState,n=t.obj;return t.obj=e,n},i.prototype.error=function(e){var t,n=this._reporterState,r=e instanceof a;if(t=r?e:new a(n.path.map((function(e){return"["+JSON.stringify(e)+"]"})).join(""),e.message||e,e.stack),!n.options.partial)throw t;return r||n.errors.push(t),t},i.prototype.wrapResult=function(e){var t=this._reporterState;return t.options.partial?{result:this.isError(e)?null:e,errors:t.errors}:e},r(a,Error),a.prototype.rethrow=function(e){if(this.message=e+" at: "+(this.path||"(shallow)"),Error.captureStackTrace&&Error.captureStackTrace(this,a),!this.stack)try{throw new Error(this.message)}catch(t){this.stack=t.stack}return this}},"./node_modules/asn1.js/lib/asn1/constants/der.js":function(e,t,n){var r=n("./node_modules/asn1.js/lib/asn1/constants/index.js");t.tagClass={0:"universal",1:"application",2:"context",3:"private"},t.tagClassByName=r._reverse(t.tagClass),t.tag={0:"end",1:"bool",2:"int",3:"bitstr",4:"octstr",5:"null_",6:"objid",7:"objDesc",8:"external",9:"real",10:"enum",11:"embed",12:"utf8str",13:"relativeOid",16:"seq",17:"set",18:"numstr",19:"printstr",20:"t61str",21:"videostr",22:"ia5str",23:"utctime",24:"gentime",25:"graphstr",26:"iso646str",27:"genstr",28:"unistr",29:"charstr",30:"bmpstr"},t.tagByName=r._reverse(t.tag)},"./node_modules/asn1.js/lib/asn1/constants/index.js":function(e,t,n){var r=t;r._reverse=function(e){var t={};return Object.keys(e).forEach((function(n){(0|n)==n&&(n|=0);var r=e[n];t[r]=n})),t},r.der=n("./node_modules/asn1.js/lib/asn1/constants/der.js")},"./node_modules/asn1.js/lib/asn1/decoders/der.js":function(e,t,n){var r=n("./node_modules/inherits/inherits_browser.js"),i=n("./node_modules/asn1.js/lib/asn1.js"),a=i.base,s=i.bignum,o=i.constants.der;function l(e){this.enc="der",this.name=e.name,this.entity=e,this.tree=new c,this.tree._init(e.body)}function c(e){a.Node.call(this,"der",e)}function u(e,t){var n=e.readUInt8(t);if(e.isError(n))return n;var r=o.tagClass[n>>6],i=0==(32&n);if(31==(31&n)){var a=n;for(n=0;128==(128&a);){if(a=e.readUInt8(t),e.isError(a))return a;n<<=7,n|=127&a}}else n&=31;return{cls:r,primitive:i,tag:n,tagStr:o.tag[n]}}function d(e,t,n){var r=e.readUInt8(n);if(e.isError(r))return r;if(!t&&128===r)return null;if(0==(128&r))return r;var i=127&r;if(i>4)return e.error("length octect is too long");r=0;for(var a=0;a<i;a++){r<<=8;var s=e.readUInt8(n);if(e.isError(s))return s;r|=s}return r}e.exports=l,l.prototype.decode=function(e,t){return e instanceof a.DecoderBuffer||(e=new a.DecoderBuffer(e,t)),this.tree._decode(e,t)},r(c,a.Node),c.prototype._peekTag=function(e,t,n){if(e.isEmpty())return!1;var r=e.save(),i=u(e,'Failed to peek tag: "'+t+'"');return e.isError(i)?i:(e.restore(r),i.tag===t||i.tagStr===t||i.tagStr+"of"===t||n)},c.prototype._decodeTag=function(e,t,n){var r=u(e,'Failed to decode tag of "'+t+'"');if(e.isError(r))return r;var i=d(e,r.primitive,'Failed to get length of "'+t+'"');if(e.isError(i))return i;if(!n&&r.tag!==t&&r.tagStr!==t&&r.tagStr+"of"!==t)return e.error('Failed to match tag: "'+t+'"');if(r.primitive||null!==i)return e.skip(i,'Failed to match body of: "'+t+'"');var a=e.save(),s=this._skipUntilEnd(e,'Failed to skip indefinite length body: "'+this.tag+'"');return e.isError(s)?s:(i=e.offset-a.offset,e.restore(a),e.skip(i,'Failed to match body of: "'+t+'"'))},c.prototype._skipUntilEnd=function(e,t){for(;;){var n=u(e,t);if(e.isError(n))return n;var r,i=d(e,n.primitive,t);if(e.isError(i))return i;if(r=n.primitive||null!==i?e.skip(i):this._skipUntilEnd(e,t),e.isError(r))return r;if("end"===n.tagStr)break}},c.prototype._decodeList=function(e,t,n,r){for(var i=[];!e.isEmpty();){var a=this._peekTag(e,"end");if(e.isError(a))return a;var s=n.decode(e,"der",r);if(e.isError(s)&&a)break;i.push(s)}return i},c.prototype._decodeStr=function(e,t){if("bitstr"===t){var n=e.readUInt8();return e.isError(n)?n:{unused:n,data:e.raw()}}if("bmpstr"===t){var r=e.raw();if(r.length%2==1)return e.error("Decoding of string type: bmpstr length mismatch");for(var i="",a=0;a<r.length/2;a++)i+=String.fromCharCode(r.readUInt16BE(2*a));return i}if("numstr"===t){var s=e.raw().toString("ascii");return this._isNumstr(s)?s:e.error("Decoding of string type: numstr unsupported characters")}if("octstr"===t)return e.raw();if("objDesc"===t)return e.raw();if("printstr"===t){var o=e.raw().toString("ascii");return this._isPrintstr(o)?o:e.error("Decoding of string type: printstr unsupported characters")}return/str$/.test(t)?e.raw().toString():e.error("Decoding of string type: "+t+" unsupported")},c.prototype._decodeObjid=function(e,t,n){for(var r,i=[],a=0;!e.isEmpty();){var s=e.readUInt8();a<<=7,a|=127&s,0==(128&s)&&(i.push(a),a=0)}128&s&&i.push(a);var o=i[0]/40|0,l=i[0]%40;if(r=n?i:[o,l].concat(i.slice(1)),t){var c=t[r.join(" ")];void 0===c&&(c=t[r.join(".")]),void 0!==c&&(r=c)}return r},c.prototype._decodeTime=function(e,t){var n=e.raw().toString();if("gentime"===t)var r=0|n.slice(0,4),i=0|n.slice(4,6),a=0|n.slice(6,8),s=0|n.slice(8,10),o=0|n.slice(10,12),l=0|n.slice(12,14);else{if("utctime"!==t)return e.error("Decoding "+t+" time is not supported yet");r=0|n.slice(0,2),i=0|n.slice(2,4),a=0|n.slice(4,6),s=0|n.slice(6,8),o=0|n.slice(8,10),l=0|n.slice(10,12);r=r<70?2e3+r:1900+r}return Date.UTC(r,i-1,a,s,o,l,0)},c.prototype._decodeNull=function(e){return null},c.prototype._decodeBool=function(e){var t=e.readUInt8();return e.isError(t)?t:0!==t},c.prototype._decodeInt=function(e,t){var n=e.raw(),r=new s(n);return t&&(r=t[r.toString(10)]||r),r},c.prototype._use=function(e,t){return"function"==typeof e&&(e=e(t)),e._getDecoder("der").tree}},"./node_modules/asn1.js/lib/asn1/decoders/index.js":function(e,t,n){var r=t;r.der=n("./node_modules/asn1.js/lib/asn1/decoders/der.js"),r.pem=n("./node_modules/asn1.js/lib/asn1/decoders/pem.js")},"./node_modules/asn1.js/lib/asn1/decoders/pem.js":function(e,t,n){var r=n("./node_modules/inherits/inherits_browser.js"),i=n("./node_modules/buffer/index.js").Buffer,a=n("./node_modules/asn1.js/lib/asn1/decoders/der.js");function s(e){a.call(this,e),this.enc="pem"}r(s,a),e.exports=s,s.prototype.decode=function(e,t){for(var n=e.toString().split(/[\r\n]+/g),r=t.label.toUpperCase(),s=/^-----(BEGIN|END) ([^-]+)-----$/,o=-1,l=-1,c=0;c<n.length;c++){var u=n[c].match(s);if(null!==u&&u[2]===r){if(-1!==o){if("END"!==u[1])break;l=c;break}if("BEGIN"!==u[1])break;o=c}}if(-1===o||-1===l)throw new Error("PEM section not found for: "+r);var d=n.slice(o+1,l).join("");d.replace(/[^a-z0-9\+\/=]+/gi,"");var f=new i(d,"base64");return a.prototype.decode.call(this,f,t)}},"./node_modules/asn1.js/lib/asn1/encoders/der.js":function(e,t,n){var r=n("./node_modules/inherits/inherits_browser.js"),i=n("./node_modules/buffer/index.js").Buffer,a=n("./node_modules/asn1.js/lib/asn1.js"),s=a.base,o=a.constants.der;function l(e){this.enc="der",this.name=e.name,this.entity=e,this.tree=new c,this.tree._init(e.body)}function c(e){s.Node.call(this,"der",e)}function u(e){return e<10?"0"+e:e}e.exports=l,l.prototype.encode=function(e,t){return this.tree._encode(e,t).join()},r(c,s.Node),c.prototype._encodeComposite=function(e,t,n,r){var a,s=function(e,t,n,r){var i;"seqof"===e?e="seq":"setof"===e&&(e="set");if(o.tagByName.hasOwnProperty(e))i=o.tagByName[e];else{if("number"!=typeof e||(0|e)!==e)return r.error("Unknown tag: "+e);i=e}if(i>=31)return r.error("Multi-octet tag encoding unsupported");t||(i|=32);return i|=o.tagClassByName[n||"universal"]<<6}(e,t,n,this.reporter);if(r.length<128)return(a=new i(2))[0]=s,a[1]=r.length,this._createEncoderBuffer([a,r]);for(var l=1,c=r.length;c>=256;c>>=8)l++;(a=new i(2+l))[0]=s,a[1]=128|l;c=1+l;for(var u=r.length;u>0;c--,u>>=8)a[c]=255&u;return this._createEncoderBuffer([a,r])},c.prototype._encodeStr=function(e,t){if("bitstr"===t)return this._createEncoderBuffer([0|e.unused,e.data]);if("bmpstr"===t){for(var n=new i(2*e.length),r=0;r<e.length;r++)n.writeUInt16BE(e.charCodeAt(r),2*r);return this._createEncoderBuffer(n)}return"numstr"===t?this._isNumstr(e)?this._createEncoderBuffer(e):this.reporter.error("Encoding of string type: numstr supports only digits and space"):"printstr"===t?this._isPrintstr(e)?this._createEncoderBuffer(e):this.reporter.error("Encoding of string type: printstr supports only latin upper and lower case letters, digits, space, apostrophe, left and rigth parenthesis, plus sign, comma, hyphen, dot, slash, colon, equal sign, question mark"):/str$/.test(t)||"objDesc"===t?this._createEncoderBuffer(e):this.reporter.error("Encoding of string type: "+t+" unsupported")},c.prototype._encodeObjid=function(e,t,n){if("string"==typeof e){if(!t)return this.reporter.error("string objid given, but no values map found");if(!t.hasOwnProperty(e))return this.reporter.error("objid not found in values map");e=t[e].split(/[\s\.]+/g);for(var r=0;r<e.length;r++)e[r]|=0}else if(Array.isArray(e)){e=e.slice();for(r=0;r<e.length;r++)e[r]|=0}if(!Array.isArray(e))return this.reporter.error("objid() should be either array or string, got: "+JSON.stringify(e));if(!n){if(e[1]>=40)return this.reporter.error("Second objid identifier OOB");e.splice(0,2,40*e[0]+e[1])}var a=0;for(r=0;r<e.length;r++){var s=e[r];for(a++;s>=128;s>>=7)a++}var o=new i(a),l=o.length-1;for(r=e.length-1;r>=0;r--){s=e[r];for(o[l--]=127&s;(s>>=7)>0;)o[l--]=128|127&s}return this._createEncoderBuffer(o)},c.prototype._encodeTime=function(e,t){var n,r=new Date(e);return"gentime"===t?n=[u(r.getFullYear()),u(r.getUTCMonth()+1),u(r.getUTCDate()),u(r.getUTCHours()),u(r.getUTCMinutes()),u(r.getUTCSeconds()),"Z"].join(""):"utctime"===t?n=[u(r.getFullYear()%100),u(r.getUTCMonth()+1),u(r.getUTCDate()),u(r.getUTCHours()),u(r.getUTCMinutes()),u(r.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+t+" time is not supported yet"),this._encodeStr(n,"octstr")},c.prototype._encodeNull=function(){return this._createEncoderBuffer("")},c.prototype._encodeInt=function(e,t){if("string"==typeof e){if(!t)return this.reporter.error("String int or enum given, but no values map");if(!t.hasOwnProperty(e))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(e));e=t[e]}if("number"!=typeof e&&!i.isBuffer(e)){var n=e.toArray();!e.sign&&128&n[0]&&n.unshift(0),e=new i(n)}if(i.isBuffer(e)){var r=e.length;0===e.length&&r++;var a=new i(r);return e.copy(a),0===e.length&&(a[0]=0),this._createEncoderBuffer(a)}if(e<128)return this._createEncoderBuffer(e);if(e<256)return this._createEncoderBuffer([0,e]);r=1;for(var s=e;s>=256;s>>=8)r++;for(s=(a=new Array(r)).length-1;s>=0;s--)a[s]=255&e,e>>=8;return 128&a[0]&&a.unshift(0),this._createEncoderBuffer(new i(a))},c.prototype._encodeBool=function(e){return this._createEncoderBuffer(e?255:0)},c.prototype._use=function(e,t){return"function"==typeof e&&(e=e(t)),e._getEncoder("der").tree},c.prototype._skipDefault=function(e,t,n){var r,i=this._baseState;if(null===i.default)return!1;var a=e.join();if(void 0===i.defaultBuffer&&(i.defaultBuffer=this._encodeValue(i.default,t,n).join()),a.length!==i.defaultBuffer.length)return!1;for(r=0;r<a.length;r++)if(a[r]!==i.defaultBuffer[r])return!1;return!0}},"./node_modules/asn1.js/lib/asn1/encoders/index.js":function(e,t,n){var r=t;r.der=n("./node_modules/asn1.js/lib/asn1/encoders/der.js"),r.pem=n("./node_modules/asn1.js/lib/asn1/encoders/pem.js")},"./node_modules/asn1.js/lib/asn1/encoders/pem.js":function(e,t,n){var r=n("./node_modules/inherits/inherits_browser.js"),i=n("./node_modules/asn1.js/lib/asn1/encoders/der.js");function a(e){i.call(this,e),this.enc="pem"}r(a,i),e.exports=a,a.prototype.encode=function(e,t){for(var n=i.prototype.encode.call(this,e).toString("base64"),r=["-----BEGIN "+t.label+"-----"],a=0;a<n.length;a+=64)r.push(n.slice(a,a+64));return r.push("-----END "+t.label+"-----"),r.join("\n")}},"./node_modules/brorand/index.js":function(e,t,n){var r;function i(e){this.rand=e}if(e.exports=function(e){return r||(r=new i(null)),r.generate(e)},e.exports.Rand=i,i.prototype.generate=function(e){return this._rand(e)},i.prototype._rand=function(e){if(this.rand.getBytes)return this.rand.getBytes(e);for(var t=new Uint8Array(e),n=0;n<t.length;n++)t[n]=this.rand.getByte();return t},"object"==typeof self)self.crypto&&self.crypto.getRandomValues?i.prototype._rand=function(e){var t=new Uint8Array(e);return self.crypto.getRandomValues(t),t}:self.msCrypto&&self.msCrypto.getRandomValues?i.prototype._rand=function(e){var t=new Uint8Array(e);return self.msCrypto.getRandomValues(t),t}:"object"==typeof window&&(i.prototype._rand=function(){throw new Error("Not implemented yet")});else try{var a=n(9);if("function"!=typeof a.randomBytes)throw new Error("Not supported");i.prototype._rand=function(e){return a.randomBytes(e)}}catch(s){}},"./node_modules/browserify-aes/aes.js":function(e,t,n){var r=n("./node_modules/safe-buffer/index.js").Buffer;function i(e){r.isBuffer(e)||(e=r.from(e));for(var t=e.length/4|0,n=new Array(t),i=0;i<t;i++)n[i]=e.readUInt32BE(4*i);return n}function a(e){for(;0<e.length;e++)e[0]=0}function s(e,t,n,r,i){for(var a,s,o,l,c=n[0],u=n[1],d=n[2],f=n[3],h=e[0]^t[0],p=e[1]^t[1],m=e[2]^t[2],b=e[3]^t[3],v=4,g=1;g<i;g++)a=c[h>>>24]^u[p>>>16&255]^d[m>>>8&255]^f[255&b]^t[v++],s=c[p>>>24]^u[m>>>16&255]^d[b>>>8&255]^f[255&h]^t[v++],o=c[m>>>24]^u[b>>>16&255]^d[h>>>8&255]^f[255&p]^t[v++],l=c[b>>>24]^u[h>>>16&255]^d[p>>>8&255]^f[255&m]^t[v++],h=a,p=s,m=o,b=l;return a=(r[h>>>24]<<24|r[p>>>16&255]<<16|r[m>>>8&255]<<8|r[255&b])^t[v++],s=(r[p>>>24]<<24|r[m>>>16&255]<<16|r[b>>>8&255]<<8|r[255&h])^t[v++],o=(r[m>>>24]<<24|r[b>>>16&255]<<16|r[h>>>8&255]<<8|r[255&p])^t[v++],l=(r[b>>>24]<<24|r[h>>>16&255]<<16|r[p>>>8&255]<<8|r[255&m])^t[v++],[a>>>=0,s>>>=0,o>>>=0,l>>>=0]}var o=[0,1,2,4,8,16,32,64,128,27,54],l=function(){for(var e=new Array(256),t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;for(var n=[],r=[],i=[[],[],[],[]],a=[[],[],[],[]],s=0,o=0,l=0;l<256;++l){var c=o^o<<1^o<<2^o<<3^o<<4;c=c>>>8^255&c^99,n[s]=c,r[c]=s;var u=e[s],d=e[u],f=e[d],h=257*e[c]^16843008*c;i[0][s]=h<<24|h>>>8,i[1][s]=h<<16|h>>>16,i[2][s]=h<<8|h>>>24,i[3][s]=h,h=16843009*f^65537*d^257*u^16843008*s,a[0][c]=h<<24|h>>>8,a[1][c]=h<<16|h>>>16,a[2][c]=h<<8|h>>>24,a[3][c]=h,0===s?s=o=1:(s=u^e[e[e[f^u]]],o^=e[e[o]])}return{SBOX:n,INV_SBOX:r,SUB_MIX:i,INV_SUB_MIX:a}}();function c(e){this._key=i(e),this._reset()}c.blockSize=16,c.keySize=32,c.prototype.blockSize=c.blockSize,c.prototype.keySize=c.keySize,c.prototype._reset=function(){for(var e=this._key,t=e.length,n=t+6,r=4*(n+1),i=[],a=0;a<t;a++)i[a]=e[a];for(a=t;a<r;a++){var s=i[a-1];a%t==0?(s=s<<8|s>>>24,s=l.SBOX[s>>>24]<<24|l.SBOX[s>>>16&255]<<16|l.SBOX[s>>>8&255]<<8|l.SBOX[255&s],s^=o[a/t|0]<<24):t>6&&a%t==4&&(s=l.SBOX[s>>>24]<<24|l.SBOX[s>>>16&255]<<16|l.SBOX[s>>>8&255]<<8|l.SBOX[255&s]),i[a]=i[a-t]^s}for(var c=[],u=0;u<r;u++){var d=r-u,f=i[d-(u%4?0:4)];c[u]=u<4||d<=4?f:l.INV_SUB_MIX[0][l.SBOX[f>>>24]]^l.INV_SUB_MIX[1][l.SBOX[f>>>16&255]]^l.INV_SUB_MIX[2][l.SBOX[f>>>8&255]]^l.INV_SUB_MIX[3][l.SBOX[255&f]]}this._nRounds=n,this._keySchedule=i,this._invKeySchedule=c},c.prototype.encryptBlockRaw=function(e){return s(e=i(e),this._keySchedule,l.SUB_MIX,l.SBOX,this._nRounds)},c.prototype.encryptBlock=function(e){var t=this.encryptBlockRaw(e),n=r.allocUnsafe(16);return n.writeUInt32BE(t[0],0),n.writeUInt32BE(t[1],4),n.writeUInt32BE(t[2],8),n.writeUInt32BE(t[3],12),n},c.prototype.decryptBlock=function(e){var t=(e=i(e))[1];e[1]=e[3],e[3]=t;var n=s(e,this._invKeySchedule,l.INV_SUB_MIX,l.INV_SBOX,this._nRounds),a=r.allocUnsafe(16);return a.writeUInt32BE(n[0],0),a.writeUInt32BE(n[3],4),a.writeUInt32BE(n[2],8),a.writeUInt32BE(n[1],12),a},c.prototype.scrub=function(){a(this._keySchedule),a(this._invKeySchedule),a(this._key)},e.exports.AES=c},"./node_modules/browserify-aes/authCipher.js":function(e,t,n){var r=n("./node_modules/browserify-aes/aes.js"),i=n("./node_modules/safe-buffer/index.js").Buffer,a=n("./node_modules/cipher-base/index.js"),s=n("./node_modules/inherits/inherits_browser.js"),o=n("./node_modules/browserify-aes/ghash.js"),l=n("./node_modules/buffer-xor/index.js"),c=n("./node_modules/browserify-aes/incr32.js");function u(e,t,n,s){a.call(this);var l=i.alloc(4,0);this._cipher=new r.AES(t);var u=this._cipher.encryptBlock(l);this._ghash=new o(u),n=function(e,t,n){if(12===t.length)return e._finID=i.concat([t,i.from([0,0,0,1])]),i.concat([t,i.from([0,0,0,2])]);var r=new o(n),a=t.length,s=a%16;r.update(t),s&&(s=16-s,r.update(i.alloc(s,0))),r.update(i.alloc(8,0));var l=8*a,u=i.alloc(8);u.writeUIntBE(l,0,8),r.update(u),e._finID=r.state;var d=i.from(e._finID);return c(d),d}(this,n,u),this._prev=i.from(n),this._cache=i.allocUnsafe(0),this._secCache=i.allocUnsafe(0),this._decrypt=s,this._alen=0,this._len=0,this._mode=e,this._authTag=null,this._called=!1}s(u,a),u.prototype._update=function(e){if(!this._called&&this._alen){var t=16-this._alen%16;t<16&&(t=i.alloc(t,0),this._ghash.update(t))}this._called=!0;var n=this._mode.encrypt(this,e);return this._decrypt?this._ghash.update(e):this._ghash.update(n),this._len+=e.length,n},u.prototype._final=function(){if(this._decrypt&&!this._authTag)throw new Error("Unsupported state or unable to authenticate data");var e=l(this._ghash.final(8*this._alen,8*this._len),this._cipher.encryptBlock(this._finID));if(this._decrypt&&function(e,t){var n=0;e.length!==t.length&&n++;for(var r=Math.min(e.length,t.length),i=0;i<r;++i)n+=e[i]^t[i];return n}(e,this._authTag))throw new Error("Unsupported state or unable to authenticate data");this._authTag=e,this._cipher.scrub()},u.prototype.getAuthTag=function(){if(this._decrypt||!i.isBuffer(this._authTag))throw new Error("Attempting to get auth tag in unsupported state");return this._authTag},u.prototype.setAuthTag=function(e){if(!this._decrypt)throw new Error("Attempting to set auth tag in unsupported state");this._authTag=e},u.prototype.setAAD=function(e){if(this._called)throw new Error("Attempting to set AAD in unsupported state");this._ghash.update(e),this._alen+=e.length},e.exports=u},"./node_modules/browserify-aes/browser.js":function(e,t,n){var r=n("./node_modules/browserify-aes/encrypter.js"),i=n("./node_modules/browserify-aes/decrypter.js"),a=n("./node_modules/browserify-aes/modes/list.json");t.createCipher=t.Cipher=r.createCipher,t.createCipheriv=t.Cipheriv=r.createCipheriv,t.createDecipher=t.Decipher=i.createDecipher,t.createDecipheriv=t.Decipheriv=i.createDecipheriv,t.listCiphers=t.getCiphers=function(){return Object.keys(a)}},"./node_modules/browserify-aes/decrypter.js":function(e,t,n){var r=n("./node_modules/browserify-aes/authCipher.js"),i=n("./node_modules/safe-buffer/index.js").Buffer,a=n("./node_modules/browserify-aes/modes/index.js"),s=n("./node_modules/browserify-aes/streamCipher.js"),o=n("./node_modules/cipher-base/index.js"),l=n("./node_modules/browserify-aes/aes.js"),c=n("./node_modules/evp_bytestokey/index.js");function u(e,t,n){o.call(this),this._cache=new d,this._last=void 0,this._cipher=new l.AES(t),this._prev=i.from(n),this._mode=e,this._autopadding=!0}function d(){this.cache=i.allocUnsafe(0)}function f(e,t,n){var o=a[e.toLowerCase()];if(!o)throw new TypeError("invalid suite type");if("string"==typeof n&&(n=i.from(n)),"GCM"!==o.mode&&n.length!==o.iv)throw new TypeError("invalid iv length "+n.length);if("string"==typeof t&&(t=i.from(t)),t.length!==o.key/8)throw new TypeError("invalid key length "+t.length);return"stream"===o.type?new s(o.module,t,n,!0):"auth"===o.type?new r(o.module,t,n,!0):new u(o.module,t,n)}n("./node_modules/inherits/inherits_browser.js")(u,o),u.prototype._update=function(e){var t,n;this._cache.add(e);for(var r=[];t=this._cache.get(this._autopadding);)n=this._mode.decrypt(this,t),r.push(n);return i.concat(r)},u.prototype._final=function(){var e=this._cache.flush();if(this._autopadding)return function(e){var t=e[15];if(t<1||t>16)throw new Error("unable to decrypt data");var n=-1;for(;++n<t;)if(e[n+(16-t)]!==t)throw new Error("unable to decrypt data");if(16===t)return;return e.slice(0,16-t)}(this._mode.decrypt(this,e));if(e)throw new Error("data not multiple of block length")},u.prototype.setAutoPadding=function(e){return this._autopadding=!!e,this},d.prototype.add=function(e){this.cache=i.concat([this.cache,e])},d.prototype.get=function(e){var t;if(e){if(this.cache.length>16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t}else if(this.cache.length>=16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t;return null},d.prototype.flush=function(){if(this.cache.length)return this.cache},t.createDecipher=function(e,t){var n=a[e.toLowerCase()];if(!n)throw new TypeError("invalid suite type");var r=c(t,!1,n.key,n.iv);return f(e,r.key,r.iv)},t.createDecipheriv=f},"./node_modules/browserify-aes/encrypter.js":function(e,t,n){var r=n("./node_modules/browserify-aes/modes/index.js"),i=n("./node_modules/browserify-aes/authCipher.js"),a=n("./node_modules/safe-buffer/index.js").Buffer,s=n("./node_modules/browserify-aes/streamCipher.js"),o=n("./node_modules/cipher-base/index.js"),l=n("./node_modules/browserify-aes/aes.js"),c=n("./node_modules/evp_bytestokey/index.js");function u(e,t,n){o.call(this),this._cache=new f,this._cipher=new l.AES(t),this._prev=a.from(n),this._mode=e,this._autopadding=!0}n("./node_modules/inherits/inherits_browser.js")(u,o),u.prototype._update=function(e){var t,n;this._cache.add(e);for(var r=[];t=this._cache.get();)n=this._mode.encrypt(this,t),r.push(n);return a.concat(r)};var d=a.alloc(16,16);function f(){this.cache=a.allocUnsafe(0)}function h(e,t,n){var o=r[e.toLowerCase()];if(!o)throw new TypeError("invalid suite type");if("string"==typeof t&&(t=a.from(t)),t.length!==o.key/8)throw new TypeError("invalid key length "+t.length);if("string"==typeof n&&(n=a.from(n)),"GCM"!==o.mode&&n.length!==o.iv)throw new TypeError("invalid iv length "+n.length);return"stream"===o.type?new s(o.module,t,n):"auth"===o.type?new i(o.module,t,n):new u(o.module,t,n)}u.prototype._final=function(){var e=this._cache.flush();if(this._autopadding)return e=this._mode.encrypt(this,e),this._cipher.scrub(),e;if(!e.equals(d))throw this._cipher.scrub(),new Error("data not multiple of block length")},u.prototype.setAutoPadding=function(e){return this._autopadding=!!e,this},f.prototype.add=function(e){this.cache=a.concat([this.cache,e])},f.prototype.get=function(){if(this.cache.length>15){var e=this.cache.slice(0,16);return this.cache=this.cache.slice(16),e}return null},f.prototype.flush=function(){for(var e=16-this.cache.length,t=a.allocUnsafe(e),n=-1;++n<e;)t.writeUInt8(e,n);return a.concat([this.cache,t])},t.createCipheriv=h,t.createCipher=function(e,t){var n=r[e.toLowerCase()];if(!n)throw new TypeError("invalid suite type");var i=c(t,!1,n.key,n.iv);return h(e,i.key,i.iv)}},"./node_modules/browserify-aes/ghash.js":function(e,t,n){var r=n("./node_modules/safe-buffer/index.js").Buffer,i=r.alloc(16,0);function a(e){var t=r.allocUnsafe(16);return t.writeUInt32BE(e[0]>>>0,0),t.writeUInt32BE(e[1]>>>0,4),t.writeUInt32BE(e[2]>>>0,8),t.writeUInt32BE(e[3]>>>0,12),t}function s(e){this.h=e,this.state=r.alloc(16,0),this.cache=r.allocUnsafe(0)}s.prototype.ghash=function(e){for(var t=-1;++t<e.length;)this.state[t]^=e[t];this._multiply()},s.prototype._multiply=function(){for(var e,t,n,r=[(e=this.h).readUInt32BE(0),e.readUInt32BE(4),e.readUInt32BE(8),e.readUInt32BE(12)],i=[0,0,0,0],s=-1;++s<128;){for(0!=(this.state[~~(s/8)]&1<<7-s%8)&&(i[0]^=r[0],i[1]^=r[1],i[2]^=r[2],i[3]^=r[3]),n=0!=(1&r[3]),t=3;t>0;t--)r[t]=r[t]>>>1|(1&r[t-1])<<31;r[0]=r[0]>>>1,n&&(r[0]=r[0]^225<<24)}this.state=a(i)},s.prototype.update=function(e){var t;for(this.cache=r.concat([this.cache,e]);this.cache.length>=16;)t=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(t)},s.prototype.final=function(e,t){return this.cache.length&&this.ghash(r.concat([this.cache,i],16)),this.ghash(a([0,e,0,t])),this.state},e.exports=s},"./node_modules/browserify-aes/incr32.js":function(e,t){e.exports=function(e){for(var t,n=e.length;n--;){if(255!==(t=e.readUInt8(n))){t++,e.writeUInt8(t,n);break}e.writeUInt8(0,n)}}},"./node_modules/browserify-aes/modes/cbc.js":function(e,t,n){var r=n("./node_modules/buffer-xor/index.js");t.encrypt=function(e,t){var n=r(t,e._prev);return e._prev=e._cipher.encryptBlock(n),e._prev},t.decrypt=function(e,t){var n=e._prev;e._prev=t;var i=e._cipher.decryptBlock(t);return r(i,n)}},"./node_modules/browserify-aes/modes/cfb.js":function(e,t,n){var r=n("./node_modules/safe-buffer/index.js").Buffer,i=n("./node_modules/buffer-xor/index.js");function a(e,t,n){var a=t.length,s=i(t,e._cache);return e._cache=e._cache.slice(a),e._prev=r.concat([e._prev,n?t:s]),s}t.encrypt=function(e,t,n){for(var i,s=r.allocUnsafe(0);t.length;){if(0===e._cache.length&&(e._cache=e._cipher.encryptBlock(e._prev),e._prev=r.allocUnsafe(0)),!(e._cache.length<=t.length)){s=r.concat([s,a(e,t,n)]);break}i=e._cache.length,s=r.concat([s,a(e,t.slice(0,i),n)]),t=t.slice(i)}return s}},"./node_modules/browserify-aes/modes/cfb1.js":function(e,t,n){var r=n("./node_modules/safe-buffer/index.js").Buffer;function i(e,t,n){for(var r,i,s=-1,o=0;++s<8;)r=t&1<<7-s?128:0,o+=(128&(i=e._cipher.encryptBlock(e._prev)[0]^r))>>s%8,e._prev=a(e._prev,n?r:i);return o}function a(e,t){var n=e.length,i=-1,a=r.allocUnsafe(e.length);for(e=r.concat([e,r.from([t])]);++i<n;)a[i]=e[i]<<1|e[i+1]>>7;return a}t.encrypt=function(e,t,n){for(var a=t.length,s=r.allocUnsafe(a),o=-1;++o<a;)s[o]=i(e,t[o],n);return s}},"./node_modules/browserify-aes/modes/cfb8.js":function(e,t,n){var r=n("./node_modules/safe-buffer/index.js").Buffer;function i(e,t,n){var i=e._cipher.encryptBlock(e._prev)[0]^t;return e._prev=r.concat([e._prev.slice(1),r.from([n?t:i])]),i}t.encrypt=function(e,t,n){for(var a=t.length,s=r.allocUnsafe(a),o=-1;++o<a;)s[o]=i(e,t[o],n);return s}},"./node_modules/browserify-aes/modes/ctr.js":function(e,t,n){var r=n("./node_modules/buffer-xor/index.js"),i=n("./node_modules/safe-buffer/index.js").Buffer,a=n("./node_modules/browserify-aes/incr32.js");function s(e){var t=e._cipher.encryptBlockRaw(e._prev);return a(e._prev),t}t.encrypt=function(e,t){var n=Math.ceil(t.length/16),a=e._cache.length;e._cache=i.concat([e._cache,i.allocUnsafe(16*n)]);for(var o=0;o<n;o++){var l=s(e),c=a+16*o;e._cache.writeUInt32BE(l[0],c+0),e._cache.writeUInt32BE(l[1],c+4),e._cache.writeUInt32BE(l[2],c+8),e._cache.writeUInt32BE(l[3],c+12)}var u=e._cache.slice(0,t.length);return e._cache=e._cache.slice(t.length),r(t,u)}},"./node_modules/browserify-aes/modes/ecb.js":function(e,t){t.encrypt=function(e,t){return e._cipher.encryptBlock(t)},t.decrypt=function(e,t){return e._cipher.decryptBlock(t)}},"./node_modules/browserify-aes/modes/index.js":function(e,t,n){var r={ECB:n("./node_modules/browserify-aes/modes/ecb.js"),CBC:n("./node_modules/browserify-aes/modes/cbc.js"),CFB:n("./node_modules/browserify-aes/modes/cfb.js"),CFB8:n("./node_modules/browserify-aes/modes/cfb8.js"),CFB1:n("./node_modules/browserify-aes/modes/cfb1.js"),OFB:n("./node_modules/browserify-aes/modes/ofb.js"),CTR:n("./node_modules/browserify-aes/modes/ctr.js"),GCM:n("./node_modules/browserify-aes/modes/ctr.js")},i=n("./node_modules/browserify-aes/modes/list.json");for(var a in i)i[a].module=r[i[a].mode];e.exports=i},"./node_modules/browserify-aes/modes/list.json":function(e){e.exports=JSON.parse('{"aes-128-ecb":{"cipher":"AES","key":128,"iv":0,"mode":"ECB","type":"block"},"aes-192-ecb":{"cipher":"AES","key":192,"iv":0,"mode":"ECB","type":"block"},"aes-256-ecb":{"cipher":"AES","key":256,"iv":0,"mode":"ECB","type":"block"},"aes-128-cbc":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes-192-cbc":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes-256-cbc":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes128":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes192":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes256":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes-128-cfb":{"cipher":"AES","key":128,"iv":16,"mode":"CFB","type":"stream"},"aes-192-cfb":{"cipher":"AES","key":192,"iv":16,"mode":"CFB","type":"stream"},"aes-256-cfb":{"cipher":"AES","key":256,"iv":16,"mode":"CFB","type":"stream"},"aes-128-cfb8":{"cipher":"AES","key":128,"iv":16,"mode":"CFB8","type":"stream"},"aes-192-cfb8":{"cipher":"AES","key":192,"iv":16,"mode":"CFB8","type":"stream"},"aes-256-cfb8":{"cipher":"AES","key":256,"iv":16,"mode":"CFB8","type":"stream"},"aes-128-cfb1":{"cipher":"AES","key":128,"iv":16,"mode":"CFB1","type":"stream"},"aes-192-cfb1":{"cipher":"AES","key":192,"iv":16,"mode":"CFB1","type":"stream"},"aes-256-cfb1":{"cipher":"AES","key":256,"iv":16,"mode":"CFB1","type":"stream"},"aes-128-ofb":{"cipher":"AES","key":128,"iv":16,"mode":"OFB","type":"stream"},"aes-192-ofb":{"cipher":"AES","key":192,"iv":16,"mode":"OFB","type":"stream"},"aes-256-ofb":{"cipher":"AES","key":256,"iv":16,"mode":"OFB","type":"stream"},"aes-128-ctr":{"cipher":"AES","key":128,"iv":16,"mode":"CTR","type":"stream"},"aes-192-ctr":{"cipher":"AES","key":192,"iv":16,"mode":"CTR","type":"stream"},"aes-256-ctr":{"cipher":"AES","key":256,"iv":16,"mode":"CTR","type":"stream"},"aes-128-gcm":{"cipher":"AES","key":128,"iv":12,"mode":"GCM","type":"auth"},"aes-192-gcm":{"cipher":"AES","key":192,"iv":12,"mode":"GCM","type":"auth"},"aes-256-gcm":{"cipher":"AES","key":256,"iv":12,"mode":"GCM","type":"auth"}}')},"./node_modules/browserify-aes/modes/ofb.js":function(e,t,n){(function(e){var r=n("./node_modules/buffer-xor/index.js");function i(e){return e._prev=e._cipher.encryptBlock(e._prev),e._prev}t.encrypt=function(t,n){for(;t._cache.length<n.length;)t._cache=e.concat([t._cache,i(t)]);var a=t._cache.slice(0,n.length);return t._cache=t._cache.slice(n.length),r(n,a)}}).call(this,n("./node_modules/buffer/index.js").Buffer)},"./node_modules/browserify-aes/streamCipher.js":function(e,t,n){var r=n("./node_modules/browserify-aes/aes.js"),i=n("./node_modules/safe-buffer/index.js").Buffer,a=n("./node_modules/cipher-base/index.js");function s(e,t,n,s){a.call(this),this._cipher=new r.AES(t),this._prev=i.from(n),this._cache=i.allocUnsafe(0),this._secCache=i.allocUnsafe(0),this._decrypt=s,this._mode=e}n("./node_modules/inherits/inherits_browser.js")(s,a),s.prototype._update=function(e){return this._mode.encrypt(this,e,this._decrypt)},s.prototype._final=function(){this._cipher.scrub()},e.exports=s},"./node_modules/browserify-cipher/browser.js":function(e,t,n){var r=n("./node_modules/browserify-des/index.js"),i=n("./node_modules/browserify-aes/browser.js"),a=n("./node_modules/browserify-aes/modes/index.js"),s=n("./node_modules/browserify-des/modes.js"),o=n("./node_modules/evp_bytestokey/index.js");function l(e,t,n){if(e=e.toLowerCase(),a[e])return i.createCipheriv(e,t,n);if(s[e])return new r({key:t,iv:n,mode:e});throw new TypeError("invalid suite type")}function c(e,t,n){if(e=e.toLowerCase(),a[e])return i.createDecipheriv(e,t,n);if(s[e])return new r({key:t,iv:n,mode:e,decrypt:!0});throw new TypeError("invalid suite type")}t.createCipher=t.Cipher=function(e,t){var n,r;if(e=e.toLowerCase(),a[e])n=a[e].key,r=a[e].iv;else{if(!s[e])throw new TypeError("invalid suite type");n=8*s[e].key,r=s[e].iv}var i=o(t,!1,n,r);return l(e,i.key,i.iv)},t.createCipheriv=t.Cipheriv=l,t.createDecipher=t.Decipher=function(e,t){var n,r;if(e=e.toLowerCase(),a[e])n=a[e].key,r=a[e].iv;else{if(!s[e])throw new TypeError("invalid suite type");n=8*s[e].key,r=s[e].iv}var i=o(t,!1,n,r);return c(e,i.key,i.iv)},t.createDecipheriv=t.Decipheriv=c,t.listCiphers=t.getCiphers=function(){return Object.keys(s).concat(i.getCiphers())}},"./node_modules/browserify-des/index.js":function(e,t,n){var r=n("./node_modules/cipher-base/index.js"),i=n("./node_modules/des.js/lib/des.js"),a=n("./node_modules/inherits/inherits_browser.js"),s=n("./node_modules/safe-buffer/index.js").Buffer,o={"des-ede3-cbc":i.CBC.instantiate(i.EDE),"des-ede3":i.EDE,"des-ede-cbc":i.CBC.instantiate(i.EDE),"des-ede":i.EDE,"des-cbc":i.CBC.instantiate(i.DES),"des-ecb":i.DES};function l(e){r.call(this);var t,n=e.mode.toLowerCase(),i=o[n];t=e.decrypt?"decrypt":"encrypt";var a=e.key;s.isBuffer(a)||(a=s.from(a)),"des-ede"!==n&&"des-ede-cbc"!==n||(a=s.concat([a,a.slice(0,8)]));var l=e.iv;s.isBuffer(l)||(l=s.from(l)),this._des=i.create({key:a,iv:l,type:t})}o.des=o["des-cbc"],o.des3=o["des-ede3-cbc"],e.exports=l,a(l,r),l.prototype._update=function(e){return s.from(this._des.update(e))},l.prototype._final=function(){return s.from(this._des.final())}},"./node_modules/browserify-des/modes.js":function(e,t){t["des-ecb"]={key:8,iv:0},t["des-cbc"]=t.des={key:8,iv:8},t["des-ede3-cbc"]=t.des3={key:24,iv:8},t["des-ede3"]={key:24,iv:0},t["des-ede-cbc"]={key:16,iv:8},t["des-ede"]={key:16,iv:0}},"./node_modules/browserify-rsa/index.js":function(e,t,n){(function(t){var r=n("./node_modules/bn.js/lib/bn.js"),i=n("./node_modules/randombytes/browser.js");function a(e,n){var i=function(e){var t=s(e);return{blinder:t.toRed(r.mont(e.modulus)).redPow(new r(e.publicExponent)).fromRed(),unblinder:t.invm(e.modulus)}}(n),a=n.modulus.byteLength(),o=(r.mont(n.modulus),new r(e).mul(i.blinder).umod(n.modulus)),l=o.toRed(r.mont(n.prime1)),c=o.toRed(r.mont(n.prime2)),u=n.coefficient,d=n.prime1,f=n.prime2,h=l.redPow(n.exponent1),p=c.redPow(n.exponent2);h=h.fromRed(),p=p.fromRed();var m=h.isub(p).imul(u).umod(d);return m.imul(f),p.iadd(m),new t(p.imul(i.unblinder).umod(n.modulus).toArray(!1,a))}function s(e){for(var t=e.modulus.byteLength(),n=new r(i(t));n.cmp(e.modulus)>=0||!n.umod(e.prime1)||!n.umod(e.prime2);)n=new r(i(t));return n}e.exports=a,a.getr=s}).call(this,n("./node_modules/buffer/index.js").Buffer)},"./node_modules/browserify-sign/algos.js":function(e,t,n){e.exports=n("./node_modules/browserify-sign/browser/algorithms.json")},"./node_modules/browserify-sign/browser/algorithms.json":function(e){e.exports=JSON.parse('{"sha224WithRSAEncryption":{"sign":"rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"RSA-SHA224":{"sign":"ecdsa/rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"sha256WithRSAEncryption":{"sign":"rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"RSA-SHA256":{"sign":"ecdsa/rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"sha384WithRSAEncryption":{"sign":"rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"RSA-SHA384":{"sign":"ecdsa/rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"sha512WithRSAEncryption":{"sign":"rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA512":{"sign":"ecdsa/rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA1":{"sign":"rsa","hash":"sha1","id":"3021300906052b0e03021a05000414"},"ecdsa-with-SHA1":{"sign":"ecdsa","hash":"sha1","id":""},"sha256":{"sign":"ecdsa","hash":"sha256","id":""},"sha224":{"sign":"ecdsa","hash":"sha224","id":""},"sha384":{"sign":"ecdsa","hash":"sha384","id":""},"sha512":{"sign":"ecdsa","hash":"sha512","id":""},"DSA-SHA":{"sign":"dsa","hash":"sha1","id":""},"DSA-SHA1":{"sign":"dsa","hash":"sha1","id":""},"DSA":{"sign":"dsa","hash":"sha1","id":""},"DSA-WITH-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-WITH-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-WITH-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-WITH-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-RIPEMD160":{"sign":"dsa","hash":"rmd160","id":""},"ripemd160WithRSA":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"RSA-RIPEMD160":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"md5WithRSAEncryption":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"},"RSA-MD5":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"}}')},"./node_modules/browserify-sign/browser/curves.json":function(e){e.exports=JSON.parse('{"1.3.132.0.10":"secp256k1","1.3.132.0.33":"p224","1.2.840.10045.3.1.1":"p192","1.2.840.10045.3.1.7":"p256","1.3.132.0.34":"p384","1.3.132.0.35":"p521"}')},"./node_modules/browserify-sign/browser/index.js":function(e,t,n){var r=n("./node_modules/safe-buffer/index.js").Buffer,i=n("./node_modules/create-hash/browser.js"),a=n("./node_modules/browserify-sign/node_modules/readable-stream/readable-browser.js"),s=n("./node_modules/inherits/inherits_browser.js"),o=n("./node_modules/browserify-sign/browser/sign.js"),l=n("./node_modules/browserify-sign/browser/verify.js"),c=n("./node_modules/browserify-sign/browser/algorithms.json");function u(e){a.Writable.call(this);var t=c[e];if(!t)throw new Error("Unknown message digest");this._hashType=t.hash,this._hash=i(t.hash),this._tag=t.id,this._signType=t.sign}function d(e){a.Writable.call(this);var t=c[e];if(!t)throw new Error("Unknown message digest");this._hash=i(t.hash),this._tag=t.id,this._signType=t.sign}function f(e){return new u(e)}function h(e){return new d(e)}Object.keys(c).forEach((function(e){c[e].id=r.from(c[e].id,"hex"),c[e.toLowerCase()]=c[e]})),s(u,a.Writable),u.prototype._write=function(e,t,n){this._hash.update(e),n()},u.prototype.update=function(e,t){return"string"==typeof e&&(e=r.from(e,t)),this._hash.update(e),this},u.prototype.sign=function(e,t){this.end();var n=this._hash.digest(),r=o(n,e,this._hashType,this._signType,this._tag);return t?r.toString(t):r},s(d,a.Writable),d.prototype._write=function(e,t,n){this._hash.update(e),n()},d.prototype.update=function(e,t){return"string"==typeof e&&(e=r.from(e,t)),this._hash.update(e),this},d.prototype.verify=function(e,t,n){"string"==typeof t&&(t=r.from(t,n)),this.end();var i=this._hash.digest();return l(t,i,e,this._signType,this._tag)},e.exports={Sign:f,Verify:h,createSign:f,createVerify:h}},"./node_modules/browserify-sign/browser/sign.js":function(e,t,n){var r=n("./node_modules/safe-buffer/index.js").Buffer,i=n("./node_modules/create-hmac/browser.js"),a=n("./node_modules/browserify-rsa/index.js"),s=n("./node_modules/elliptic/lib/elliptic.js").ec,o=n("./node_modules/browserify-sign/node_modules/bn.js/lib/bn.js"),l=n("./node_modules/parse-asn1/index.js"),c=n("./node_modules/browserify-sign/browser/curves.json");function u(e,t,n,a){if((e=r.from(e.toArray())).length<t.byteLength()){var s=r.alloc(t.byteLength()-e.length);e=r.concat([s,e])}var o=n.length,l=function(e,t){e=(e=d(e,t)).mod(t);var n=r.from(e.toArray());if(n.length<t.byteLength()){var i=r.alloc(t.byteLength()-n.length);n=r.concat([i,n])}return n}(n,t),c=r.alloc(o);c.fill(1);var u=r.alloc(o);return u=i(a,u).update(c).update(r.from([0])).update(e).update(l).digest(),c=i(a,u).update(c).digest(),{k:u=i(a,u).update(c).update(r.from([1])).update(e).update(l).digest(),v:c=i(a,u).update(c).digest()}}function d(e,t){var n=new o(e),r=(e.length<<3)-t.bitLength();return r>0&&n.ishrn(r),n}function f(e,t,n){var a,s;do{for(a=r.alloc(0);8*a.length<e.bitLength();)t.v=i(n,t.k).update(t.v).digest(),a=r.concat([a,t.v]);s=d(a,e),t.k=i(n,t.k).update(t.v).update(r.from([0])).digest(),t.v=i(n,t.k).update(t.v).digest()}while(-1!==s.cmp(e));return s}function h(e,t,n,r){return e.toRed(o.mont(n)).redPow(t).fromRed().mod(r)}e.exports=function(e,t,n,i,p){var m=l(t);if(m.curve){if("ecdsa"!==i&&"ecdsa/rsa"!==i)throw new Error("wrong private key type");return function(e,t){var n=c[t.curve.join(".")];if(!n)throw new Error("unknown curve "+t.curve.join("."));var i=new s(n).keyFromPrivate(t.privateKey).sign(e);return r.from(i.toDER())}(e,m)}if("dsa"===m.type){if("dsa"!==i)throw new Error("wrong private key type");return function(e,t,n){var i,a=t.params.priv_key,s=t.params.p,l=t.params.q,c=t.params.g,p=new o(0),m=d(e,l).mod(l),b=!1,v=u(a,l,e,n);for(;!1===b;)i=f(l,v,n),p=h(c,i,s,l),0===(b=i.invm(l).imul(m.add(a.mul(p))).mod(l)).cmpn(0)&&(b=!1,p=new o(0));return function(e,t){e=e.toArray(),t=t.toArray(),128&e[0]&&(e=[0].concat(e));128&t[0]&&(t=[0].concat(t));var n=[48,e.length+t.length+4,2,e.length];return n=n.concat(e,[2,t.length],t),r.from(n)}(p,b)}(e,m,n)}if("rsa"!==i&&"ecdsa/rsa"!==i)throw new Error("wrong private key type");e=r.concat([p,e]);for(var b=m.modulus.byteLength(),v=[0,1];e.length+v.length+1<b;)v.push(255);v.push(0);for(var g=-1;++g<e.length;)v.push(e[g]);return a(v,m)},e.exports.getKey=u,e.exports.makeKey=f},"./node_modules/browserify-sign/browser/verify.js":function(e,t,n){var r=n("./node_modules/safe-buffer/index.js").Buffer,i=n("./node_modules/browserify-sign/node_modules/bn.js/lib/bn.js"),a=n("./node_modules/elliptic/lib/elliptic.js").ec,s=n("./node_modules/parse-asn1/index.js"),o=n("./node_modules/browserify-sign/browser/curves.json");function l(e,t){if(e.cmpn(0)<=0)throw new Error("invalid sig");if(e.cmp(t)>=t)throw new Error("invalid sig")}e.exports=function(e,t,n,c,u){var d=s(n);if("ec"===d.type){if("ecdsa"!==c&&"ecdsa/rsa"!==c)throw new Error("wrong public key type");return function(e,t,n){var r=o[n.data.algorithm.curve.join(".")];if(!r)throw new Error("unknown curve "+n.data.algorithm.curve.join("."));var i=new a(r),s=n.data.subjectPrivateKey.data;return i.verify(t,e,s)}(e,t,d)}if("dsa"===d.type){if("dsa"!==c)throw new Error("wrong public key type");return function(e,t,n){var r=n.data.p,a=n.data.q,o=n.data.g,c=n.data.pub_key,u=s.signature.decode(e,"der"),d=u.s,f=u.r;l(d,a),l(f,a);var h=i.mont(r),p=d.invm(a);return 0===o.toRed(h).redPow(new i(t).mul(p).mod(a)).fromRed().mul(c.toRed(h).redPow(f.mul(p).mod(a)).fromRed()).mod(r).mod(a).cmp(f)}(e,t,d)}if("rsa"!==c&&"ecdsa/rsa"!==c)throw new Error("wrong public key type");t=r.concat([u,t]);for(var f=d.modulus.byteLength(),h=[1],p=0;t.length+h.length+2<f;)h.push(255),p++;h.push(0);for(var m=-1;++m<t.length;)h.push(t[m]);h=r.from(h);var b=i.mont(d.modulus);e=(e=new i(e).toRed(b)).redPow(new i(d.publicExponent)),e=r.from(e.fromRed().toArray());var v=p<8?1:0;for(f=Math.min(e.length,h.length),e.length!==h.length&&(v=1),m=-1;++m<f;)v|=e[m]^h[m];return 0===v}},"./node_modules/browserify-sign/node_modules/bn.js/lib/bn.js":function(e,t,n){(function(e){!function(e,t){"use strict";function r(e,t){if(!e)throw new Error(t||"Assertion failed")}function i(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}function a(e,t,n){if(a.isBN(e))return e;this.negative=0,this.words=null,this.length=0,this.red=null,null!==e&&("le"!==t&&"be"!==t||(n=t,t=10),this._init(e||0,t||10,n||"be"))}var s;"object"==typeof e?e.exports=a:t.BN=a,a.BN=a,a.wordSize=26;try{s=n(12).Buffer}catch(j){}function o(e,t,n){for(var i=0,a=Math.min(e.length,n),s=0,o=t;o<a;o++){var l,c=e.charCodeAt(o)-48;i<<=4,i|=l=c>=49&&c<=54?c-49+10:c>=17&&c<=22?c-17+10:c,s|=l}return r(!(240&s),"Invalid character in "+e),i}function l(e,t,n,i){for(var a=0,s=0,o=Math.min(e.length,n),l=t;l<o;l++){var c=e.charCodeAt(l)-48;a*=i,s=c>=49?c-49+10:c>=17?c-17+10:c,r(c>=0&&s<i,"Invalid character"),a+=s}return a}function c(e,t){e.words=t.words,e.length=t.length,e.negative=t.negative,e.red=t.red}function u(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}a.isBN=function(e){return e instanceof a||null!==e&&"object"==typeof e&&e.constructor.wordSize===a.wordSize&&Array.isArray(e.words)},a.max=function(e,t){return e.cmp(t)>0?e:t},a.min=function(e,t){return e.cmp(t)<0?e:t},a.prototype._init=function(e,t,n){if("number"==typeof e)return this._initNumber(e,t,n);if("object"==typeof e)return this._initArray(e,t,n);"hex"===t&&(t=16),r(t===(0|t)&&t>=2&&t<=36);var i=0;"-"===(e=e.toString().replace(/\s+/g,""))[0]&&i++,16===t?this._parseHex(e,i):this._parseBase(e,t,i),"-"===e[0]&&(this.negative=1),this._strip(),"le"===n&&this._initArray(this.toArray(),t,n)},a.prototype._initNumber=function(e,t,n){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[67108863&e],this.length=1):e<4503599627370496?(this.words=[67108863&e,e/67108864&67108863],this.length=2):(r(e<9007199254740992),this.words=[67108863&e,e/67108864&67108863,1],this.length=3),"le"===n&&this._initArray(this.toArray(),t,n)},a.prototype._initArray=function(e,t,n){if(r("number"==typeof e.length),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var i=0;i<this.length;i++)this.words[i]=0;var a,s,o=0;if("be"===n)for(i=e.length-1,a=0;i>=0;i-=3)s=e[i]|e[i-1]<<8|e[i-2]<<16,this.words[a]|=s<<o&67108863,this.words[a+1]=s>>>26-o&67108863,(o+=24)>=26&&(o-=26,a++);else if("le"===n)for(i=0,a=0;i<e.length;i+=3)s=e[i]|e[i+1]<<8|e[i+2]<<16,this.words[a]|=s<<o&67108863,this.words[a+1]=s>>>26-o&67108863,(o+=24)>=26&&(o-=26,a++);return this._strip()},a.prototype._parseHex=function(e,t){this.length=Math.ceil((e.length-t)/6),this.words=new Array(this.length);for(var n=0;n<this.length;n++)this.words[n]=0;var r,i,a=0;for(n=e.length-6,r=0;n>=t;n-=6)i=o(e,n,n+6),this.words[r]|=i<<a&67108863,this.words[r+1]|=i>>>26-a&4194303,(a+=24)>=26&&(a-=26,r++);n+6!==t&&(i=o(e,t,n+6),this.words[r]|=i<<a&67108863,this.words[r+1]|=i>>>26-a&4194303),this._strip()},a.prototype._parseBase=function(e,t,n){this.words=[0],this.length=1;for(var r=0,i=1;i<=67108863;i*=t)r++;r--,i=i/t|0;for(var a=e.length-n,s=a%r,o=Math.min(a,a-s)+n,c=0,u=n;u<o;u+=r)c=l(e,u,u+r,t),this.imuln(i),this.words[0]+c<67108864?this.words[0]+=c:this._iaddn(c);if(0!==s){var d=1;for(c=l(e,u,e.length,t),u=0;u<s;u++)d*=t;this.imuln(d),this.words[0]+c<67108864?this.words[0]+=c:this._iaddn(c)}},a.prototype.copy=function(e){e.words=new Array(this.length);for(var t=0;t<this.length;t++)e.words[t]=this.words[t];e.length=this.length,e.negative=this.negative,e.red=this.red},a.prototype._move=function(e){c(e,this)},a.prototype.clone=function(){var e=new a(null);return this.copy(e),e},a.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},a.prototype._strip=function(){for(;this.length>1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},"undefined"!=typeof Symbol&&"function"==typeof Symbol.for?a.prototype[Symbol.for("nodejs.util.inspect.custom")]=u:a.prototype.inspect=u;var d=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],f=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],h=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];a.prototype.toString=function(e,t){var n;if(t=0|t||1,16===(e=e||10)||"hex"===e){n="";for(var i=0,a=0,s=0;s<this.length;s++){var o=this.words[s],l=(16777215&(o<<i|a)).toString(16);n=0!==(a=o>>>24-i&16777215)||s!==this.length-1?d[6-l.length]+l+n:l+n,(i+=2)>=26&&(i-=26,s--)}for(0!==a&&(n=a.toString(16)+n);n.length%t!=0;)n="0"+n;return 0!==this.negative&&(n="-"+n),n}if(e===(0|e)&&e>=2&&e<=36){var c=f[e],u=h[e];n="";var p=this.clone();for(p.negative=0;!p.isZero();){var m=p.modrn(u).toString(e);n=(p=p.idivn(u)).isZero()?m+n:d[c-m.length]+m+n}for(this.isZero()&&(n="0"+n);n.length%t!=0;)n="0"+n;return 0!==this.negative&&(n="-"+n),n}r(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var e=this.words[0];return 2===this.length?e+=67108864*this.words[1]:3===this.length&&1===this.words[2]?e+=4503599627370496+67108864*this.words[1]:this.length>2&&r(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},a.prototype.toJSON=function(){return this.toString(16,2)},s&&(a.prototype.toBuffer=function(e,t){return this.toArrayLike(s,e,t)}),a.prototype.toArray=function(e,t){return this.toArrayLike(Array,e,t)};function p(e,t,n){n.negative=t.negative^e.negative;var r=e.length+t.length|0;n.length=r,r=r-1|0;var i=0|e.words[0],a=0|t.words[0],s=i*a,o=67108863&s,l=s/67108864|0;n.words[0]=o;for(var c=1;c<r;c++){for(var u=l>>>26,d=67108863&l,f=Math.min(c,t.length-1),h=Math.max(0,c-e.length+1);h<=f;h++){var p=c-h|0;u+=(s=(i=0|e.words[p])*(a=0|t.words[h])+d)/67108864|0,d=67108863&s}n.words[c]=0|d,l=0|u}return 0!==l?n.words[c]=0|l:n.length--,n._strip()}a.prototype.toArrayLike=function(e,t,n){this._strip();var i=this.byteLength(),a=n||Math.max(1,i);r(i<=a,"byte array longer than desired length"),r(a>0,"Requested array length <= 0");var s=function(e,t){return e.allocUnsafe?e.allocUnsafe(t):new e(t)}(e,a);return this["_toArrayLike"+("le"===t?"LE":"BE")](s,i),s},a.prototype._toArrayLikeLE=function(e,t){for(var n=0,r=0,i=0,a=0;i<this.length;i++){var s=this.words[i]<<a|r;e[n++]=255&s,n<e.length&&(e[n++]=s>>8&255),n<e.length&&(e[n++]=s>>16&255),6===a?(n<e.length&&(e[n++]=s>>24&255),r=0,a=0):(r=s>>>24,a+=2)}if(n<e.length)for(e[n++]=r;n<e.length;)e[n++]=0},a.prototype._toArrayLikeBE=function(e,t){for(var n=e.length-1,r=0,i=0,a=0;i<this.length;i++){var s=this.words[i]<<a|r;e[n--]=255&s,n>=0&&(e[n--]=s>>8&255),n>=0&&(e[n--]=s>>16&255),6===a?(n>=0&&(e[n--]=s>>24&255),r=0,a=0):(r=s>>>24,a+=2)}if(n>=0)for(e[n--]=r;n>=0;)e[n--]=0},Math.clz32?a.prototype._countBits=function(e){return 32-Math.clz32(e)}:a.prototype._countBits=function(e){var t=e,n=0;return t>=4096&&(n+=13,t>>>=13),t>=64&&(n+=7,t>>>=7),t>=8&&(n+=4,t>>>=4),t>=2&&(n+=2,t>>>=2),n+t},a.prototype._zeroBits=function(e){if(0===e)return 26;var t=e,n=0;return 0==(8191&t)&&(n+=13,t>>>=13),0==(127&t)&&(n+=7,t>>>=7),0==(15&t)&&(n+=4,t>>>=4),0==(3&t)&&(n+=2,t>>>=2),0==(1&t)&&n++,n},a.prototype.bitLength=function(){var e=this.words[this.length-1],t=this._countBits(e);return 26*(this.length-1)+t},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,t=0;t<this.length;t++){var n=this._zeroBits(this.words[t]);if(e+=n,26!==n)break}return e},a.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},a.prototype.toTwos=function(e){return 0!==this.negative?this.abs().inotn(e).iaddn(1):this.clone()},a.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},a.prototype.isNeg=function(){return 0!==this.negative},a.prototype.neg=function(){return this.clone().ineg()},a.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},a.prototype.iuor=function(e){for(;this.length<e.length;)this.words[this.length++]=0;for(var t=0;t<e.length;t++)this.words[t]=this.words[t]|e.words[t];return this._strip()},a.prototype.ior=function(e){return r(0==(this.negative|e.negative)),this.iuor(e)},a.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},a.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},a.prototype.iuand=function(e){var t;t=this.length>e.length?e:this;for(var n=0;n<t.length;n++)this.words[n]=this.words[n]&e.words[n];return this.length=t.length,this._strip()},a.prototype.iand=function(e){return r(0==(this.negative|e.negative)),this.iuand(e)},a.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},a.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},a.prototype.iuxor=function(e){var t,n;this.length>e.length?(t=this,n=e):(t=e,n=this);for(var r=0;r<n.length;r++)this.words[r]=t.words[r]^n.words[r];if(this!==t)for(;r<t.length;r++)this.words[r]=t.words[r];return this.length=t.length,this._strip()},a.prototype.ixor=function(e){return r(0==(this.negative|e.negative)),this.iuxor(e)},a.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},a.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},a.prototype.inotn=function(e){r("number"==typeof e&&e>=0);var t=0|Math.ceil(e/26),n=e%26;this._expand(t),n>0&&t--;for(var i=0;i<t;i++)this.words[i]=67108863&~this.words[i];return n>0&&(this.words[i]=~this.words[i]&67108863>>26-n),this._strip()},a.prototype.notn=function(e){return this.clone().inotn(e)},a.prototype.setn=function(e,t){r("number"==typeof e&&e>=0);var n=e/26|0,i=e%26;return this._expand(n+1),this.words[n]=t?this.words[n]|1<<i:this.words[n]&~(1<<i),this._strip()},a.prototype.iadd=function(e){var t,n,r;if(0!==this.negative&&0===e.negative)return this.negative=0,t=this.isub(e),this.negative^=1,this._normSign();if(0===this.negative&&0!==e.negative)return e.negative=0,t=this.isub(e),e.negative=1,t._normSign();this.length>e.length?(n=this,r=e):(n=e,r=this);for(var i=0,a=0;a<r.length;a++)t=(0|n.words[a])+(0|r.words[a])+i,this.words[a]=67108863&t,i=t>>>26;for(;0!==i&&a<n.length;a++)t=(0|n.words[a])+i,this.words[a]=67108863&t,i=t>>>26;if(this.length=n.length,0!==i)this.words[this.length]=i,this.length++;else if(n!==this)for(;a<n.length;a++)this.words[a]=n.words[a];return this},a.prototype.add=function(e){var t;return 0!==e.negative&&0===this.negative?(e.negative=0,t=this.sub(e),e.negative^=1,t):0===e.negative&&0!==this.negative?(this.negative=0,t=e.sub(this),this.negative=1,t):this.length>e.length?this.clone().iadd(e):e.clone().iadd(this)},a.prototype.isub=function(e){if(0!==e.negative){e.negative=0;var t=this.iadd(e);return e.negative=1,t._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var n,r,i=this.cmp(e);if(0===i)return this.negative=0,this.length=1,this.words[0]=0,this;i>0?(n=this,r=e):(n=e,r=this);for(var a=0,s=0;s<r.length;s++)a=(t=(0|n.words[s])-(0|r.words[s])+a)>>26,this.words[s]=67108863&t;for(;0!==a&&s<n.length;s++)a=(t=(0|n.words[s])+a)>>26,this.words[s]=67108863&t;if(0===a&&s<n.length&&n!==this)for(;s<n.length;s++)this.words[s]=n.words[s];return this.length=Math.max(this.length,s),n!==this&&(this.negative=1),this._strip()},a.prototype.sub=function(e){return this.clone().isub(e)};var m=function(e,t,n){var r,i,a,s=e.words,o=t.words,l=n.words,c=0,u=0|s[0],d=8191&u,f=u>>>13,h=0|s[1],p=8191&h,m=h>>>13,b=0|s[2],v=8191&b,g=b>>>13,y=0|s[3],w=8191&y,C=y>>>13,_=0|s[4],S=8191&_,x=_>>>13,k=0|s[5],T=8191&k,j=k>>>13,E=0|s[6],M=8191&E,A=E>>>13,L=0|s[7],P=8191&L,O=L>>>13,I=0|s[8],B=8191&I,D=I>>>13,R=0|s[9],N=8191&R,H=R>>>13,G=0|o[0],F=8191&G,V=G>>>13,U=0|o[1],z=8191&U,W=U>>>13,q=0|o[2],K=8191&q,Z=q>>>13,X=0|o[3],$=8191&X,J=X>>>13,Y=0|o[4],Q=8191&Y,ee=Y>>>13,te=0|o[5],ne=8191&te,re=te>>>13,ie=0|o[6],ae=8191&ie,se=ie>>>13,oe=0|o[7],le=8191&oe,ce=oe>>>13,ue=0|o[8],de=8191&ue,fe=ue>>>13,he=0|o[9],pe=8191&he,me=he>>>13;n.negative=e.negative^t.negative,n.length=19;var be=(c+(r=Math.imul(d,F))|0)+((8191&(i=(i=Math.imul(d,V))+Math.imul(f,F)|0))<<13)|0;c=((a=Math.imul(f,V))+(i>>>13)|0)+(be>>>26)|0,be&=67108863,r=Math.imul(p,F),i=(i=Math.imul(p,V))+Math.imul(m,F)|0,a=Math.imul(m,V);var ve=(c+(r=r+Math.imul(d,z)|0)|0)+((8191&(i=(i=i+Math.imul(d,W)|0)+Math.imul(f,z)|0))<<13)|0;c=((a=a+Math.imul(f,W)|0)+(i>>>13)|0)+(ve>>>26)|0,ve&=67108863,r=Math.imul(v,F),i=(i=Math.imul(v,V))+Math.imul(g,F)|0,a=Math.imul(g,V),r=r+Math.imul(p,z)|0,i=(i=i+Math.imul(p,W)|0)+Math.imul(m,z)|0,a=a+Math.imul(m,W)|0;var ge=(c+(r=r+Math.imul(d,K)|0)|0)+((8191&(i=(i=i+Math.imul(d,Z)|0)+Math.imul(f,K)|0))<<13)|0;c=((a=a+Math.imul(f,Z)|0)+(i>>>13)|0)+(ge>>>26)|0,ge&=67108863,r=Math.imul(w,F),i=(i=Math.imul(w,V))+Math.imul(C,F)|0,a=Math.imul(C,V),r=r+Math.imul(v,z)|0,i=(i=i+Math.imul(v,W)|0)+Math.imul(g,z)|0,a=a+Math.imul(g,W)|0,r=r+Math.imul(p,K)|0,i=(i=i+Math.imul(p,Z)|0)+Math.imul(m,K)|0,a=a+Math.imul(m,Z)|0;var ye=(c+(r=r+Math.imul(d,$)|0)|0)+((8191&(i=(i=i+Math.imul(d,J)|0)+Math.imul(f,$)|0))<<13)|0;c=((a=a+Math.imul(f,J)|0)+(i>>>13)|0)+(ye>>>26)|0,ye&=67108863,r=Math.imul(S,F),i=(i=Math.imul(S,V))+Math.imul(x,F)|0,a=Math.imul(x,V),r=r+Math.imul(w,z)|0,i=(i=i+Math.imul(w,W)|0)+Math.imul(C,z)|0,a=a+Math.imul(C,W)|0,r=r+Math.imul(v,K)|0,i=(i=i+Math.imul(v,Z)|0)+Math.imul(g,K)|0,a=a+Math.imul(g,Z)|0,r=r+Math.imul(p,$)|0,i=(i=i+Math.imul(p,J)|0)+Math.imul(m,$)|0,a=a+Math.imul(m,J)|0;var we=(c+(r=r+Math.imul(d,Q)|0)|0)+((8191&(i=(i=i+Math.imul(d,ee)|0)+Math.imul(f,Q)|0))<<13)|0;c=((a=a+Math.imul(f,ee)|0)+(i>>>13)|0)+(we>>>26)|0,we&=67108863,r=Math.imul(T,F),i=(i=Math.imul(T,V))+Math.imul(j,F)|0,a=Math.imul(j,V),r=r+Math.imul(S,z)|0,i=(i=i+Math.imul(S,W)|0)+Math.imul(x,z)|0,a=a+Math.imul(x,W)|0,r=r+Math.imul(w,K)|0,i=(i=i+Math.imul(w,Z)|0)+Math.imul(C,K)|0,a=a+Math.imul(C,Z)|0,r=r+Math.imul(v,$)|0,i=(i=i+Math.imul(v,J)|0)+Math.imul(g,$)|0,a=a+Math.imul(g,J)|0,r=r+Math.imul(p,Q)|0,i=(i=i+Math.imul(p,ee)|0)+Math.imul(m,Q)|0,a=a+Math.imul(m,ee)|0;var Ce=(c+(r=r+Math.imul(d,ne)|0)|0)+((8191&(i=(i=i+Math.imul(d,re)|0)+Math.imul(f,ne)|0))<<13)|0;c=((a=a+Math.imul(f,re)|0)+(i>>>13)|0)+(Ce>>>26)|0,Ce&=67108863,r=Math.imul(M,F),i=(i=Math.imul(M,V))+Math.imul(A,F)|0,a=Math.imul(A,V),r=r+Math.imul(T,z)|0,i=(i=i+Math.imul(T,W)|0)+Math.imul(j,z)|0,a=a+Math.imul(j,W)|0,r=r+Math.imul(S,K)|0,i=(i=i+Math.imul(S,Z)|0)+Math.imul(x,K)|0,a=a+Math.imul(x,Z)|0,r=r+Math.imul(w,$)|0,i=(i=i+Math.imul(w,J)|0)+Math.imul(C,$)|0,a=a+Math.imul(C,J)|0,r=r+Math.imul(v,Q)|0,i=(i=i+Math.imul(v,ee)|0)+Math.imul(g,Q)|0,a=a+Math.imul(g,ee)|0,r=r+Math.imul(p,ne)|0,i=(i=i+Math.imul(p,re)|0)+Math.imul(m,ne)|0,a=a+Math.imul(m,re)|0;var _e=(c+(r=r+Math.imul(d,ae)|0)|0)+((8191&(i=(i=i+Math.imul(d,se)|0)+Math.imul(f,ae)|0))<<13)|0;c=((a=a+Math.imul(f,se)|0)+(i>>>13)|0)+(_e>>>26)|0,_e&=67108863,r=Math.imul(P,F),i=(i=Math.imul(P,V))+Math.imul(O,F)|0,a=Math.imul(O,V),r=r+Math.imul(M,z)|0,i=(i=i+Math.imul(M,W)|0)+Math.imul(A,z)|0,a=a+Math.imul(A,W)|0,r=r+Math.imul(T,K)|0,i=(i=i+Math.imul(T,Z)|0)+Math.imul(j,K)|0,a=a+Math.imul(j,Z)|0,r=r+Math.imul(S,$)|0,i=(i=i+Math.imul(S,J)|0)+Math.imul(x,$)|0,a=a+Math.imul(x,J)|0,r=r+Math.imul(w,Q)|0,i=(i=i+Math.imul(w,ee)|0)+Math.imul(C,Q)|0,a=a+Math.imul(C,ee)|0,r=r+Math.imul(v,ne)|0,i=(i=i+Math.imul(v,re)|0)+Math.imul(g,ne)|0,a=a+Math.imul(g,re)|0,r=r+Math.imul(p,ae)|0,i=(i=i+Math.imul(p,se)|0)+Math.imul(m,ae)|0,a=a+Math.imul(m,se)|0;var Se=(c+(r=r+Math.imul(d,le)|0)|0)+((8191&(i=(i=i+Math.imul(d,ce)|0)+Math.imul(f,le)|0))<<13)|0;c=((a=a+Math.imul(f,ce)|0)+(i>>>13)|0)+(Se>>>26)|0,Se&=67108863,r=Math.imul(B,F),i=(i=Math.imul(B,V))+Math.imul(D,F)|0,a=Math.imul(D,V),r=r+Math.imul(P,z)|0,i=(i=i+Math.imul(P,W)|0)+Math.imul(O,z)|0,a=a+Math.imul(O,W)|0,r=r+Math.imul(M,K)|0,i=(i=i+Math.imul(M,Z)|0)+Math.imul(A,K)|0,a=a+Math.imul(A,Z)|0,r=r+Math.imul(T,$)|0,i=(i=i+Math.imul(T,J)|0)+Math.imul(j,$)|0,a=a+Math.imul(j,J)|0,r=r+Math.imul(S,Q)|0,i=(i=i+Math.imul(S,ee)|0)+Math.imul(x,Q)|0,a=a+Math.imul(x,ee)|0,r=r+Math.imul(w,ne)|0,i=(i=i+Math.imul(w,re)|0)+Math.imul(C,ne)|0,a=a+Math.imul(C,re)|0,r=r+Math.imul(v,ae)|0,i=(i=i+Math.imul(v,se)|0)+Math.imul(g,ae)|0,a=a+Math.imul(g,se)|0,r=r+Math.imul(p,le)|0,i=(i=i+Math.imul(p,ce)|0)+Math.imul(m,le)|0,a=a+Math.imul(m,ce)|0;var xe=(c+(r=r+Math.imul(d,de)|0)|0)+((8191&(i=(i=i+Math.imul(d,fe)|0)+Math.imul(f,de)|0))<<13)|0;c=((a=a+Math.imul(f,fe)|0)+(i>>>13)|0)+(xe>>>26)|0,xe&=67108863,r=Math.imul(N,F),i=(i=Math.imul(N,V))+Math.imul(H,F)|0,a=Math.imul(H,V),r=r+Math.imul(B,z)|0,i=(i=i+Math.imul(B,W)|0)+Math.imul(D,z)|0,a=a+Math.imul(D,W)|0,r=r+Math.imul(P,K)|0,i=(i=i+Math.imul(P,Z)|0)+Math.imul(O,K)|0,a=a+Math.imul(O,Z)|0,r=r+Math.imul(M,$)|0,i=(i=i+Math.imul(M,J)|0)+Math.imul(A,$)|0,a=a+Math.imul(A,J)|0,r=r+Math.imul(T,Q)|0,i=(i=i+Math.imul(T,ee)|0)+Math.imul(j,Q)|0,a=a+Math.imul(j,ee)|0,r=r+Math.imul(S,ne)|0,i=(i=i+Math.imul(S,re)|0)+Math.imul(x,ne)|0,a=a+Math.imul(x,re)|0,r=r+Math.imul(w,ae)|0,i=(i=i+Math.imul(w,se)|0)+Math.imul(C,ae)|0,a=a+Math.imul(C,se)|0,r=r+Math.imul(v,le)|0,i=(i=i+Math.imul(v,ce)|0)+Math.imul(g,le)|0,a=a+Math.imul(g,ce)|0,r=r+Math.imul(p,de)|0,i=(i=i+Math.imul(p,fe)|0)+Math.imul(m,de)|0,a=a+Math.imul(m,fe)|0;var ke=(c+(r=r+Math.imul(d,pe)|0)|0)+((8191&(i=(i=i+Math.imul(d,me)|0)+Math.imul(f,pe)|0))<<13)|0;c=((a=a+Math.imul(f,me)|0)+(i>>>13)|0)+(ke>>>26)|0,ke&=67108863,r=Math.imul(N,z),i=(i=Math.imul(N,W))+Math.imul(H,z)|0,a=Math.imul(H,W),r=r+Math.imul(B,K)|0,i=(i=i+Math.imul(B,Z)|0)+Math.imul(D,K)|0,a=a+Math.imul(D,Z)|0,r=r+Math.imul(P,$)|0,i=(i=i+Math.imul(P,J)|0)+Math.imul(O,$)|0,a=a+Math.imul(O,J)|0,r=r+Math.imul(M,Q)|0,i=(i=i+Math.imul(M,ee)|0)+Math.imul(A,Q)|0,a=a+Math.imul(A,ee)|0,r=r+Math.imul(T,ne)|0,i=(i=i+Math.imul(T,re)|0)+Math.imul(j,ne)|0,a=a+Math.imul(j,re)|0,r=r+Math.imul(S,ae)|0,i=(i=i+Math.imul(S,se)|0)+Math.imul(x,ae)|0,a=a+Math.imul(x,se)|0,r=r+Math.imul(w,le)|0,i=(i=i+Math.imul(w,ce)|0)+Math.imul(C,le)|0,a=a+Math.imul(C,ce)|0,r=r+Math.imul(v,de)|0,i=(i=i+Math.imul(v,fe)|0)+Math.imul(g,de)|0,a=a+Math.imul(g,fe)|0;var Te=(c+(r=r+Math.imul(p,pe)|0)|0)+((8191&(i=(i=i+Math.imul(p,me)|0)+Math.imul(m,pe)|0))<<13)|0;c=((a=a+Math.imul(m,me)|0)+(i>>>13)|0)+(Te>>>26)|0,Te&=67108863,r=Math.imul(N,K),i=(i=Math.imul(N,Z))+Math.imul(H,K)|0,a=Math.imul(H,Z),r=r+Math.imul(B,$)|0,i=(i=i+Math.imul(B,J)|0)+Math.imul(D,$)|0,a=a+Math.imul(D,J)|0,r=r+Math.imul(P,Q)|0,i=(i=i+Math.imul(P,ee)|0)+Math.imul(O,Q)|0,a=a+Math.imul(O,ee)|0,r=r+Math.imul(M,ne)|0,i=(i=i+Math.imul(M,re)|0)+Math.imul(A,ne)|0,a=a+Math.imul(A,re)|0,r=r+Math.imul(T,ae)|0,i=(i=i+Math.imul(T,se)|0)+Math.imul(j,ae)|0,a=a+Math.imul(j,se)|0,r=r+Math.imul(S,le)|0,i=(i=i+Math.imul(S,ce)|0)+Math.imul(x,le)|0,a=a+Math.imul(x,ce)|0,r=r+Math.imul(w,de)|0,i=(i=i+Math.imul(w,fe)|0)+Math.imul(C,de)|0,a=a+Math.imul(C,fe)|0;var je=(c+(r=r+Math.imul(v,pe)|0)|0)+((8191&(i=(i=i+Math.imul(v,me)|0)+Math.imul(g,pe)|0))<<13)|0;c=((a=a+Math.imul(g,me)|0)+(i>>>13)|0)+(je>>>26)|0,je&=67108863,r=Math.imul(N,$),i=(i=Math.imul(N,J))+Math.imul(H,$)|0,a=Math.imul(H,J),r=r+Math.imul(B,Q)|0,i=(i=i+Math.imul(B,ee)|0)+Math.imul(D,Q)|0,a=a+Math.imul(D,ee)|0,r=r+Math.imul(P,ne)|0,i=(i=i+Math.imul(P,re)|0)+Math.imul(O,ne)|0,a=a+Math.imul(O,re)|0,r=r+Math.imul(M,ae)|0,i=(i=i+Math.imul(M,se)|0)+Math.imul(A,ae)|0,a=a+Math.imul(A,se)|0,r=r+Math.imul(T,le)|0,i=(i=i+Math.imul(T,ce)|0)+Math.imul(j,le)|0,a=a+Math.imul(j,ce)|0,r=r+Math.imul(S,de)|0,i=(i=i+Math.imul(S,fe)|0)+Math.imul(x,de)|0,a=a+Math.imul(x,fe)|0;var Ee=(c+(r=r+Math.imul(w,pe)|0)|0)+((8191&(i=(i=i+Math.imul(w,me)|0)+Math.imul(C,pe)|0))<<13)|0;c=((a=a+Math.imul(C,me)|0)+(i>>>13)|0)+(Ee>>>26)|0,Ee&=67108863,r=Math.imul(N,Q),i=(i=Math.imul(N,ee))+Math.imul(H,Q)|0,a=Math.imul(H,ee),r=r+Math.imul(B,ne)|0,i=(i=i+Math.imul(B,re)|0)+Math.imul(D,ne)|0,a=a+Math.imul(D,re)|0,r=r+Math.imul(P,ae)|0,i=(i=i+Math.imul(P,se)|0)+Math.imul(O,ae)|0,a=a+Math.imul(O,se)|0,r=r+Math.imul(M,le)|0,i=(i=i+Math.imul(M,ce)|0)+Math.imul(A,le)|0,a=a+Math.imul(A,ce)|0,r=r+Math.imul(T,de)|0,i=(i=i+Math.imul(T,fe)|0)+Math.imul(j,de)|0,a=a+Math.imul(j,fe)|0;var Me=(c+(r=r+Math.imul(S,pe)|0)|0)+((8191&(i=(i=i+Math.imul(S,me)|0)+Math.imul(x,pe)|0))<<13)|0;c=((a=a+Math.imul(x,me)|0)+(i>>>13)|0)+(Me>>>26)|0,Me&=67108863,r=Math.imul(N,ne),i=(i=Math.imul(N,re))+Math.imul(H,ne)|0,a=Math.imul(H,re),r=r+Math.imul(B,ae)|0,i=(i=i+Math.imul(B,se)|0)+Math.imul(D,ae)|0,a=a+Math.imul(D,se)|0,r=r+Math.imul(P,le)|0,i=(i=i+Math.imul(P,ce)|0)+Math.imul(O,le)|0,a=a+Math.imul(O,ce)|0,r=r+Math.imul(M,de)|0,i=(i=i+Math.imul(M,fe)|0)+Math.imul(A,de)|0,a=a+Math.imul(A,fe)|0;var Ae=(c+(r=r+Math.imul(T,pe)|0)|0)+((8191&(i=(i=i+Math.imul(T,me)|0)+Math.imul(j,pe)|0))<<13)|0;c=((a=a+Math.imul(j,me)|0)+(i>>>13)|0)+(Ae>>>26)|0,Ae&=67108863,r=Math.imul(N,ae),i=(i=Math.imul(N,se))+Math.imul(H,ae)|0,a=Math.imul(H,se),r=r+Math.imul(B,le)|0,i=(i=i+Math.imul(B,ce)|0)+Math.imul(D,le)|0,a=a+Math.imul(D,ce)|0,r=r+Math.imul(P,de)|0,i=(i=i+Math.imul(P,fe)|0)+Math.imul(O,de)|0,a=a+Math.imul(O,fe)|0;var Le=(c+(r=r+Math.imul(M,pe)|0)|0)+((8191&(i=(i=i+Math.imul(M,me)|0)+Math.imul(A,pe)|0))<<13)|0;c=((a=a+Math.imul(A,me)|0)+(i>>>13)|0)+(Le>>>26)|0,Le&=67108863,r=Math.imul(N,le),i=(i=Math.imul(N,ce))+Math.imul(H,le)|0,a=Math.imul(H,ce),r=r+Math.imul(B,de)|0,i=(i=i+Math.imul(B,fe)|0)+Math.imul(D,de)|0,a=a+Math.imul(D,fe)|0;var Pe=(c+(r=r+Math.imul(P,pe)|0)|0)+((8191&(i=(i=i+Math.imul(P,me)|0)+Math.imul(O,pe)|0))<<13)|0;c=((a=a+Math.imul(O,me)|0)+(i>>>13)|0)+(Pe>>>26)|0,Pe&=67108863,r=Math.imul(N,de),i=(i=Math.imul(N,fe))+Math.imul(H,de)|0,a=Math.imul(H,fe);var Oe=(c+(r=r+Math.imul(B,pe)|0)|0)+((8191&(i=(i=i+Math.imul(B,me)|0)+Math.imul(D,pe)|0))<<13)|0;c=((a=a+Math.imul(D,me)|0)+(i>>>13)|0)+(Oe>>>26)|0,Oe&=67108863;var Ie=(c+(r=Math.imul(N,pe))|0)+((8191&(i=(i=Math.imul(N,me))+Math.imul(H,pe)|0))<<13)|0;return c=((a=Math.imul(H,me))+(i>>>13)|0)+(Ie>>>26)|0,Ie&=67108863,l[0]=be,l[1]=ve,l[2]=ge,l[3]=ye,l[4]=we,l[5]=Ce,l[6]=_e,l[7]=Se,l[8]=xe,l[9]=ke,l[10]=Te,l[11]=je,l[12]=Ee,l[13]=Me,l[14]=Ae,l[15]=Le,l[16]=Pe,l[17]=Oe,l[18]=Ie,0!==c&&(l[19]=c,n.length++),n};function b(e,t,n){n.negative=t.negative^e.negative,n.length=e.length+t.length;for(var r=0,i=0,a=0;a<n.length-1;a++){var s=i;i=0;for(var o=67108863&r,l=Math.min(a,t.length-1),c=Math.max(0,a-e.length+1);c<=l;c++){var u=a-c,d=(0|e.words[u])*(0|t.words[c]),f=67108863&d;o=67108863&(f=f+o|0),i+=(s=(s=s+(d/67108864|0)|0)+(f>>>26)|0)>>>26,s&=67108863}n.words[a]=o,r=s,s=i}return 0!==r?n.words[a]=r:n.length--,n._strip()}function v(e,t,n){return b(e,t,n)}function g(e,t){this.x=e,this.y=t}Math.imul||(m=p),a.prototype.mulTo=function(e,t){var n=this.length+e.length;return 10===this.length&&10===e.length?m(this,e,t):n<63?p(this,e,t):n<1024?b(this,e,t):v(this,e,t)},g.prototype.makeRBT=function(e){for(var t=new Array(e),n=a.prototype._countBits(e)-1,r=0;r<e;r++)t[r]=this.revBin(r,n,e);return t},g.prototype.revBin=function(e,t,n){if(0===e||e===n-1)return e;for(var r=0,i=0;i<t;i++)r|=(1&e)<<t-i-1,e>>=1;return r},g.prototype.permute=function(e,t,n,r,i,a){for(var s=0;s<a;s++)r[s]=t[e[s]],i[s]=n[e[s]]},g.prototype.transform=function(e,t,n,r,i,a){this.permute(a,e,t,n,r,i);for(var s=1;s<i;s<<=1)for(var o=s<<1,l=Math.cos(2*Math.PI/o),c=Math.sin(2*Math.PI/o),u=0;u<i;u+=o)for(var d=l,f=c,h=0;h<s;h++){var p=n[u+h],m=r[u+h],b=n[u+h+s],v=r[u+h+s],g=d*b-f*v;v=d*v+f*b,b=g,n[u+h]=p+b,r[u+h]=m+v,n[u+h+s]=p-b,r[u+h+s]=m-v,h!==o&&(g=l*d-c*f,f=l*f+c*d,d=g)}},g.prototype.guessLen13b=function(e,t){var n=1|Math.max(t,e),r=1&n,i=0;for(n=n/2|0;n;n>>>=1)i++;return 1<<i+1+r},g.prototype.conjugate=function(e,t,n){if(!(n<=1))for(var r=0;r<n/2;r++){var i=e[r];e[r]=e[n-r-1],e[n-r-1]=i,i=t[r],t[r]=-t[n-r-1],t[n-r-1]=-i}},g.prototype.normalize13b=function(e,t){for(var n=0,r=0;r<t/2;r++){var i=8192*Math.round(e[2*r+1]/t)+Math.round(e[2*r]/t)+n;e[r]=67108863&i,n=i<67108864?0:i/67108864|0}return e},g.prototype.convert13b=function(e,t,n,i){for(var a=0,s=0;s<t;s++)a+=0|e[s],n[2*s]=8191&a,a>>>=13,n[2*s+1]=8191&a,a>>>=13;for(s=2*t;s<i;++s)n[s]=0;r(0===a),r(0==(-8192&a))},g.prototype.stub=function(e){for(var t=new Array(e),n=0;n<e;n++)t[n]=0;return t},g.prototype.mulp=function(e,t,n){var r=2*this.guessLen13b(e.length,t.length),i=this.makeRBT(r),a=this.stub(r),s=new Array(r),o=new Array(r),l=new Array(r),c=new Array(r),u=new Array(r),d=new Array(r),f=n.words;f.length=r,this.convert13b(e.words,e.length,s,r),this.convert13b(t.words,t.length,c,r),this.transform(s,a,o,l,r,i),this.transform(c,a,u,d,r,i);for(var h=0;h<r;h++){var p=o[h]*u[h]-l[h]*d[h];l[h]=o[h]*d[h]+l[h]*u[h],o[h]=p}return this.conjugate(o,l,r),this.transform(o,l,f,a,r,i),this.conjugate(f,a,r),this.normalize13b(f,r),n.negative=e.negative^t.negative,n.length=e.length+t.length,n._strip()},a.prototype.mul=function(e){var t=new a(null);return t.words=new Array(this.length+e.length),this.mulTo(e,t)},a.prototype.mulf=function(e){var t=new a(null);return t.words=new Array(this.length+e.length),v(this,e,t)},a.prototype.imul=function(e){return this.clone().mulTo(e,this)},a.prototype.imuln=function(e){var t=e<0;t&&(e=-e),r("number"==typeof e),r(e<67108864);for(var n=0,i=0;i<this.length;i++){var a=(0|this.words[i])*e,s=(67108863&a)+(67108863&n);n>>=26,n+=a/67108864|0,n+=s>>>26,this.words[i]=67108863&s}return 0!==n&&(this.words[i]=n,this.length++),t?this.ineg():this},a.prototype.muln=function(e){return this.clone().imuln(e)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(e){var t=function(e){for(var t=new Array(e.bitLength()),n=0;n<t.length;n++){var r=n/26|0,i=n%26;t[n]=e.words[r]>>>i&1}return t}(e);if(0===t.length)return new a(1);for(var n=this,r=0;r<t.length&&0===t[r];r++,n=n.sqr());if(++r<t.length)for(var i=n.sqr();r<t.length;r++,i=i.sqr())0!==t[r]&&(n=n.mul(i));return n},a.prototype.iushln=function(e){r("number"==typeof e&&e>=0);var t,n=e%26,i=(e-n)/26,a=67108863>>>26-n<<26-n;if(0!==n){var s=0;for(t=0;t<this.length;t++){var o=this.words[t]&a,l=(0|this.words[t])-o<<n;this.words[t]=l|s,s=o>>>26-n}s&&(this.words[t]=s,this.length++)}if(0!==i){for(t=this.length-1;t>=0;t--)this.words[t+i]=this.words[t];for(t=0;t<i;t++)this.words[t]=0;this.length+=i}return this._strip()},a.prototype.ishln=function(e){return r(0===this.negative),this.iushln(e)},a.prototype.iushrn=function(e,t,n){var i;r("number"==typeof e&&e>=0),i=t?(t-t%26)/26:0;var a=e%26,s=Math.min((e-a)/26,this.length),o=67108863^67108863>>>a<<a,l=n;if(i-=s,i=Math.max(0,i),l){for(var c=0;c<s;c++)l.words[c]=this.words[c];l.length=s}if(0===s);else if(this.length>s)for(this.length-=s,c=0;c<this.length;c++)this.words[c]=this.words[c+s];else this.words[0]=0,this.length=1;var u=0;for(c=this.length-1;c>=0&&(0!==u||c>=i);c--){var d=0|this.words[c];this.words[c]=u<<26-a|d>>>a,u=d&o}return l&&0!==u&&(l.words[l.length++]=u),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},a.prototype.ishrn=function(e,t,n){return r(0===this.negative),this.iushrn(e,t,n)},a.prototype.shln=function(e){return this.clone().ishln(e)},a.prototype.ushln=function(e){return this.clone().iushln(e)},a.prototype.shrn=function(e){return this.clone().ishrn(e)},a.prototype.ushrn=function(e){return this.clone().iushrn(e)},a.prototype.testn=function(e){r("number"==typeof e&&e>=0);var t=e%26,n=(e-t)/26,i=1<<t;return!(this.length<=n)&&!!(this.words[n]&i)},a.prototype.imaskn=function(e){r("number"==typeof e&&e>=0);var t=e%26,n=(e-t)/26;if(r(0===this.negative,"imaskn works only with positive numbers"),this.length<=n)return this;if(0!==t&&n++,this.length=Math.min(n,this.length),0!==t){var i=67108863^67108863>>>t<<t;this.words[this.length-1]&=i}return this._strip()},a.prototype.maskn=function(e){return this.clone().imaskn(e)},a.prototype.iaddn=function(e){return r("number"==typeof e),r(e<67108864),e<0?this.isubn(-e):0!==this.negative?1===this.length&&(0|this.words[0])<=e?(this.words[0]=e-(0|this.words[0]),this.negative=0,this):(this.negative=0,this.isubn(e),this.negative=1,this):this._iaddn(e)},a.prototype._iaddn=function(e){this.words[0]+=e;for(var t=0;t<this.length&&this.words[t]>=67108864;t++)this.words[t]-=67108864,t===this.length-1?this.words[t+1]=1:this.words[t+1]++;return this.length=Math.max(this.length,t+1),this},a.prototype.isubn=function(e){if(r("number"==typeof e),r(e<67108864),e<0)return this.iaddn(-e);if(0!==this.negative)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var t=0;t<this.length&&this.words[t]<0;t++)this.words[t]+=67108864,this.words[t+1]-=1;return this._strip()},a.prototype.addn=function(e){return this.clone().iaddn(e)},a.prototype.subn=function(e){return this.clone().isubn(e)},a.prototype.iabs=function(){return this.negative=0,this},a.prototype.abs=function(){return this.clone().iabs()},a.prototype._ishlnsubmul=function(e,t,n){var i,a,s=e.length+n;this._expand(s);var o=0;for(i=0;i<e.length;i++){a=(0|this.words[i+n])+o;var l=(0|e.words[i])*t;o=((a-=67108863&l)>>26)-(l/67108864|0),this.words[i+n]=67108863&a}for(;i<this.length-n;i++)o=(a=(0|this.words[i+n])+o)>>26,this.words[i+n]=67108863&a;if(0===o)return this._strip();for(r(-1===o),o=0,i=0;i<this.length;i++)o=(a=-(0|this.words[i])+o)>>26,this.words[i]=67108863&a;return this.negative=1,this._strip()},a.prototype._wordDiv=function(e,t){var n=(this.length,e.length),r=this.clone(),i=e,s=0|i.words[i.length-1];0!==(n=26-this._countBits(s))&&(i=i.ushln(n),r.iushln(n),s=0|i.words[i.length-1]);var o,l=r.length-i.length;if("mod"!==t){(o=new a(null)).length=l+1,o.words=new Array(o.length);for(var c=0;c<o.length;c++)o.words[c]=0}var u=r.clone()._ishlnsubmul(i,1,l);0===u.negative&&(r=u,o&&(o.words[l]=1));for(var d=l-1;d>=0;d--){var f=67108864*(0|r.words[i.length+d])+(0|r.words[i.length+d-1]);for(f=Math.min(f/s|0,67108863),r._ishlnsubmul(i,f,d);0!==r.negative;)f--,r.negative=0,r._ishlnsubmul(i,1,d),r.isZero()||(r.negative^=1);o&&(o.words[d]=f)}return o&&o._strip(),r._strip(),"div"!==t&&0!==n&&r.iushrn(n),{div:o||null,mod:r}},a.prototype.divmod=function(e,t,n){return r(!e.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===e.negative?(o=this.neg().divmod(e,t),"mod"!==t&&(i=o.div.neg()),"div"!==t&&(s=o.mod.neg(),n&&0!==s.negative&&s.iadd(e)),{div:i,mod:s}):0===this.negative&&0!==e.negative?(o=this.divmod(e.neg(),t),"mod"!==t&&(i=o.div.neg()),{div:i,mod:o.mod}):0!=(this.negative&e.negative)?(o=this.neg().divmod(e.neg(),t),"div"!==t&&(s=o.mod.neg(),n&&0!==s.negative&&s.isub(e)),{div:o.div,mod:s}):e.length>this.length||this.cmp(e)<0?{div:new a(0),mod:this}:1===e.length?"div"===t?{div:this.divn(e.words[0]),mod:null}:"mod"===t?{div:null,mod:new a(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new a(this.modrn(e.words[0]))}:this._wordDiv(e,t);var i,s,o},a.prototype.div=function(e){return this.divmod(e,"div",!1).div},a.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},a.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},a.prototype.divRound=function(e){var t=this.divmod(e);if(t.mod.isZero())return t.div;var n=0!==t.div.negative?t.mod.isub(e):t.mod,r=e.ushrn(1),i=e.andln(1),a=n.cmp(r);return a<0||1===i&&0===a?t.div:0!==t.div.negative?t.div.isubn(1):t.div.iaddn(1)},a.prototype.modrn=function(e){var t=e<0;t&&(e=-e),r(e<=67108863);for(var n=(1<<26)%e,i=0,a=this.length-1;a>=0;a--)i=(n*i+(0|this.words[a]))%e;return t?-i:i},a.prototype.modn=function(e){return this.modrn(e)},a.prototype.idivn=function(e){var t=e<0;t&&(e=-e),r(e<=67108863);for(var n=0,i=this.length-1;i>=0;i--){var a=(0|this.words[i])+67108864*n;this.words[i]=a/e|0,n=a%e}return this._strip(),t?this.ineg():this},a.prototype.divn=function(e){return this.clone().idivn(e)},a.prototype.egcd=function(e){r(0===e.negative),r(!e.isZero());var t=this,n=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i=new a(1),s=new a(0),o=new a(0),l=new a(1),c=0;t.isEven()&&n.isEven();)t.iushrn(1),n.iushrn(1),++c;for(var u=n.clone(),d=t.clone();!t.isZero();){for(var f=0,h=1;0==(t.words[0]&h)&&f<26;++f,h<<=1);if(f>0)for(t.iushrn(f);f-- >0;)(i.isOdd()||s.isOdd())&&(i.iadd(u),s.isub(d)),i.iushrn(1),s.iushrn(1);for(var p=0,m=1;0==(n.words[0]&m)&&p<26;++p,m<<=1);if(p>0)for(n.iushrn(p);p-- >0;)(o.isOdd()||l.isOdd())&&(o.iadd(u),l.isub(d)),o.iushrn(1),l.iushrn(1);t.cmp(n)>=0?(t.isub(n),i.isub(o),s.isub(l)):(n.isub(t),o.isub(i),l.isub(s))}return{a:o,b:l,gcd:n.iushln(c)}},a.prototype._invmp=function(e){r(0===e.negative),r(!e.isZero());var t=this,n=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i,s=new a(1),o=new a(0),l=n.clone();t.cmpn(1)>0&&n.cmpn(1)>0;){for(var c=0,u=1;0==(t.words[0]&u)&&c<26;++c,u<<=1);if(c>0)for(t.iushrn(c);c-- >0;)s.isOdd()&&s.iadd(l),s.iushrn(1);for(var d=0,f=1;0==(n.words[0]&f)&&d<26;++d,f<<=1);if(d>0)for(n.iushrn(d);d-- >0;)o.isOdd()&&o.iadd(l),o.iushrn(1);t.cmp(n)>=0?(t.isub(n),s.isub(o)):(n.isub(t),o.isub(s))}return(i=0===t.cmpn(1)?s:o).cmpn(0)<0&&i.iadd(e),i},a.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var t=this.clone(),n=e.clone();t.negative=0,n.negative=0;for(var r=0;t.isEven()&&n.isEven();r++)t.iushrn(1),n.iushrn(1);for(;;){for(;t.isEven();)t.iushrn(1);for(;n.isEven();)n.iushrn(1);var i=t.cmp(n);if(i<0){var a=t;t=n,n=a}else if(0===i||0===n.cmpn(1))break;t.isub(n)}return n.iushln(r)},a.prototype.invm=function(e){return this.egcd(e).a.umod(e)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(e){return this.words[0]&e},a.prototype.bincn=function(e){r("number"==typeof e);var t=e%26,n=(e-t)/26,i=1<<t;if(this.length<=n)return this._expand(n+1),this.words[n]|=i,this;for(var a=i,s=n;0!==a&&s<this.length;s++){var o=0|this.words[s];a=(o+=a)>>>26,o&=67108863,this.words[s]=o}return 0!==a&&(this.words[s]=a,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(e){var t,n=e<0;if(0!==this.negative&&!n)return-1;if(0===this.negative&&n)return 1;if(this._strip(),this.length>1)t=1;else{n&&(e=-e),r(e<=67108863,"Number is too big");var i=0|this.words[0];t=i===e?0:i<e?-1:1}return 0!==this.negative?0|-t:t},a.prototype.cmp=function(e){if(0!==this.negative&&0===e.negative)return-1;if(0===this.negative&&0!==e.negative)return 1;var t=this.ucmp(e);return 0!==this.negative?0|-t:t},a.prototype.ucmp=function(e){if(this.length>e.length)return 1;if(this.length<e.length)return-1;for(var t=0,n=this.length-1;n>=0;n--){var r=0|this.words[n],i=0|e.words[n];if(r!==i){r<i?t=-1:r>i&&(t=1);break}}return t},a.prototype.gtn=function(e){return 1===this.cmpn(e)},a.prototype.gt=function(e){return 1===this.cmp(e)},a.prototype.gten=function(e){return this.cmpn(e)>=0},a.prototype.gte=function(e){return this.cmp(e)>=0},a.prototype.ltn=function(e){return-1===this.cmpn(e)},a.prototype.lt=function(e){return-1===this.cmp(e)},a.prototype.lten=function(e){return this.cmpn(e)<=0},a.prototype.lte=function(e){return this.cmp(e)<=0},a.prototype.eqn=function(e){return 0===this.cmpn(e)},a.prototype.eq=function(e){return 0===this.cmp(e)},a.red=function(e){return new k(e)},a.prototype.toRed=function(e){return r(!this.red,"Already a number in reduction context"),r(0===this.negative,"red works only with positives"),e.convertTo(this)._forceRed(e)},a.prototype.fromRed=function(){return r(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(e){return this.red=e,this},a.prototype.forceRed=function(e){return r(!this.red,"Already a number in reduction context"),this._forceRed(e)},a.prototype.redAdd=function(e){return r(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},a.prototype.redIAdd=function(e){return r(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},a.prototype.redSub=function(e){return r(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},a.prototype.redISub=function(e){return r(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},a.prototype.redShl=function(e){return r(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},a.prototype.redMul=function(e){return r(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},a.prototype.redIMul=function(e){return r(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},a.prototype.redSqr=function(){return r(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return r(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return r(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return r(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return r(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(e){return r(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var y={k256:null,p224:null,p192:null,p25519:null};function w(e,t){this.name=e,this.p=new a(t,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function C(){w.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function _(){w.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function S(){w.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function x(){w.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function k(e){if("string"==typeof e){var t=a._prime(e);this.m=t.p,this.prime=t}else r(e.gtn(1),"modulus must be greater than 1"),this.m=e,this.prime=null}function T(e){k.call(this,e),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}w.prototype._tmp=function(){var e=new a(null);return e.words=new Array(Math.ceil(this.n/13)),e},w.prototype.ireduce=function(e){var t,n=e;do{this.split(n,this.tmp),t=(n=(n=this.imulK(n)).iadd(this.tmp)).bitLength()}while(t>this.n);var r=t<this.n?-1:n.ucmp(this.p);return 0===r?(n.words[0]=0,n.length=1):r>0?n.isub(this.p):void 0!==n.strip?n.strip():n._strip(),n},w.prototype.split=function(e,t){e.iushrn(this.n,0,t)},w.prototype.imulK=function(e){return e.imul(this.k)},i(C,w),C.prototype.split=function(e,t){for(var n=Math.min(e.length,9),r=0;r<n;r++)t.words[r]=e.words[r];if(t.length=n,e.length<=9)return e.words[0]=0,void(e.length=1);var i=e.words[9];for(t.words[t.length++]=4194303&i,r=10;r<e.length;r++){var a=0|e.words[r];e.words[r-10]=(4194303&a)<<4|i>>>22,i=a}i>>>=22,e.words[r-10]=i,0===i&&e.length>10?e.length-=10:e.length-=9},C.prototype.imulK=function(e){e.words[e.length]=0,e.words[e.length+1]=0,e.length+=2;for(var t=0,n=0;n<e.length;n++){var r=0|e.words[n];t+=977*r,e.words[n]=67108863&t,t=64*r+(t/67108864|0)}return 0===e.words[e.length-1]&&(e.length--,0===e.words[e.length-1]&&e.length--),e},i(_,w),i(S,w),i(x,w),x.prototype.imulK=function(e){for(var t=0,n=0;n<e.length;n++){var r=19*(0|e.words[n])+t,i=67108863&r;r>>>=26,e.words[n]=i,t=r}return 0!==t&&(e.words[e.length++]=t),e},a._prime=function(e){if(y[e])return y[e];var t;if("k256"===e)t=new C;else if("p224"===e)t=new _;else if("p192"===e)t=new S;else{if("p25519"!==e)throw new Error("Unknown prime "+e);t=new x}return y[e]=t,t},k.prototype._verify1=function(e){r(0===e.negative,"red works only with positives"),r(e.red,"red works only with red numbers")},k.prototype._verify2=function(e,t){r(0==(e.negative|t.negative),"red works only with positives"),r(e.red&&e.red===t.red,"red works only with red numbers")},k.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(c(e,e.umod(this.m)._forceRed(this)),e)},k.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},k.prototype.add=function(e,t){this._verify2(e,t);var n=e.add(t);return n.cmp(this.m)>=0&&n.isub(this.m),n._forceRed(this)},k.prototype.iadd=function(e,t){this._verify2(e,t);var n=e.iadd(t);return n.cmp(this.m)>=0&&n.isub(this.m),n},k.prototype.sub=function(e,t){this._verify2(e,t);var n=e.sub(t);return n.cmpn(0)<0&&n.iadd(this.m),n._forceRed(this)},k.prototype.isub=function(e,t){this._verify2(e,t);var n=e.isub(t);return n.cmpn(0)<0&&n.iadd(this.m),n},k.prototype.shl=function(e,t){return this._verify1(e),this.imod(e.ushln(t))},k.prototype.imul=function(e,t){return this._verify2(e,t),this.imod(e.imul(t))},k.prototype.mul=function(e,t){return this._verify2(e,t),this.imod(e.mul(t))},k.prototype.isqr=function(e){return this.imul(e,e.clone())},k.prototype.sqr=function(e){return this.mul(e,e)},k.prototype.sqrt=function(e){if(e.isZero())return e.clone();var t=this.m.andln(3);if(r(t%2==1),3===t){var n=this.m.add(new a(1)).iushrn(2);return this.pow(e,n)}for(var i=this.m.subn(1),s=0;!i.isZero()&&0===i.andln(1);)s++,i.iushrn(1);r(!i.isZero());var o=new a(1).toRed(this),l=o.redNeg(),c=this.m.subn(1).iushrn(1),u=this.m.bitLength();for(u=new a(2*u*u).toRed(this);0!==this.pow(u,c).cmp(l);)u.redIAdd(l);for(var d=this.pow(u,i),f=this.pow(e,i.addn(1).iushrn(1)),h=this.pow(e,i),p=s;0!==h.cmp(o);){for(var m=h,b=0;0!==m.cmp(o);b++)m=m.redSqr();r(b<p);var v=this.pow(d,new a(1).iushln(p-b-1));f=f.redMul(v),d=v.redSqr(),h=h.redMul(d),p=b}return f},k.prototype.invm=function(e){var t=e._invmp(this.m);return 0!==t.negative?(t.negative=0,this.imod(t).redNeg()):this.imod(t)},k.prototype.pow=function(e,t){if(t.isZero())return new a(1).toRed(this);if(0===t.cmpn(1))return e.clone();var n=new Array(16);n[0]=new a(1).toRed(this),n[1]=e;for(var r=2;r<n.length;r++)n[r]=this.mul(n[r-1],e);var i=n[0],s=0,o=0,l=t.bitLength()%26;for(0===l&&(l=26),r=t.length-1;r>=0;r--){for(var c=t.words[r],u=l-1;u>=0;u--){var d=c>>u&1;i!==n[0]&&(i=this.sqr(i)),0!==d||0!==s?(s<<=1,s|=d,(4===++o||0===r&&0===u)&&(i=this.mul(i,n[s]),o=0,s=0)):o=0}l=26}return i},k.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},k.prototype.convertFrom=function(e){var t=e.clone();return t.red=null,t},a.mont=function(e){return new T(e)},i(T,k),T.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},T.prototype.convertFrom=function(e){var t=this.imod(e.mul(this.rinv));return t.red=null,t},T.prototype.imul=function(e,t){if(e.isZero()||t.isZero())return e.words[0]=0,e.length=1,e;var n=e.imul(t),r=n.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=n.isub(r).iushrn(this.shift),a=i;return i.cmp(this.m)>=0?a=i.isub(this.m):i.cmpn(0)<0&&(a=i.iadd(this.m)),a._forceRed(this)},T.prototype.mul=function(e,t){if(e.isZero()||t.isZero())return new a(0)._forceRed(this);var n=e.mul(t),r=n.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=n.isub(r).iushrn(this.shift),s=i;return i.cmp(this.m)>=0?s=i.isub(this.m):i.cmpn(0)<0&&(s=i.iadd(this.m)),s._forceRed(this)},T.prototype.invm=function(e){return this.imod(e._invmp(this.m).mul(this.r2))._forceRed(this)}}(e,this)}).call(this,n("./node_modules/webpack/buildin/module.js")(e))},"./node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js":function(e,t,n){"use strict";var r={};function i(e,t,n){n||(n=Error);var i=function(e){var n,r;function i(n,r,i){return e.call(this,function(e,n,r){return"string"==typeof t?t:t(e,n,r)}(n,r,i))||this}return r=e,(n=i).prototype=Object.create(r.prototype),n.prototype.constructor=n,n.__proto__=r,i}(n);i.prototype.name=n.name,i.prototype.code=e,r[e]=i}function a(e,t){if(Array.isArray(e)){var n=e.length;return e=e.map((function(e){return String(e)})),n>2?"one of ".concat(t," ").concat(e.slice(0,n-1).join(", "),", or ")+e[n-1]:2===n?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}i("ERR_INVALID_OPT_VALUE",(function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'}),TypeError),i("ERR_INVALID_ARG_TYPE",(function(e,t,n){var r,i,s,o;if("string"==typeof t&&(i="not ",t.substr(!s||s<0?0:+s,i.length)===i)?(r="must not be",t=t.replace(/^not /,"")):r="must be",function(e,t,n){return(void 0===n||n>e.length)&&(n=e.length),e.substring(n-t.length,n)===t}(e," argument"))o="The ".concat(e," ").concat(r," ").concat(a(t,"type"));else{var l=function(e,t,n){return"number"!=typeof n&&(n=0),!(n+t.length>e.length)&&-1!==e.indexOf(t,n)}(e,".")?"property":"argument";o='The "'.concat(e,'" ').concat(l," ").concat(r," ").concat(a(t,"type"))}return o+=". Received type ".concat(typeof n)}),TypeError),i("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),i("ERR_METHOD_NOT_IMPLEMENTED",(function(e){return"The "+e+" method is not implemented"})),i("ERR_STREAM_PREMATURE_CLOSE","Premature close"),i("ERR_STREAM_DESTROYED",(function(e){return"Cannot call "+e+" after a stream was destroyed"})),i("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),i("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),i("ERR_STREAM_WRITE_AFTER_END","write after end"),i("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),i("ERR_UNKNOWN_ENCODING",(function(e){return"Unknown encoding: "+e}),TypeError),i("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),e.exports.codes=r},"./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js":function(e,t,n){"use strict";(function(t){var r=Object.keys||function(e){var t=[];for(var n in e)t.push(n);return t};e.exports=c;var i=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_readable.js"),a=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_writable.js");n("./node_modules/inherits/inherits_browser.js")(c,i);for(var s=r(a.prototype),o=0;o<s.length;o++){var l=s[o];c.prototype[l]||(c.prototype[l]=a.prototype[l])}function c(e){if(!(this instanceof c))return new c(e);i.call(this,e),a.call(this,e),this.allowHalfOpen=!0,e&&(!1===e.readable&&(this.readable=!1),!1===e.writable&&(this.writable=!1),!1===e.allowHalfOpen&&(this.allowHalfOpen=!1,this.once("end",u)))}function u(){this._writableState.ended||t.nextTick(d,this)}function d(e){e.end()}Object.defineProperty(c.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(c.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(c.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(c.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed&&this._writableState.destroyed)},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}})}).call(this,n("./node_modules/process/browser.js"))},"./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_passthrough.js":function(e,t,n){"use strict";e.exports=i;var r=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_transform.js");function i(e){if(!(this instanceof i))return new i(e);r.call(this,e)}n("./node_modules/inherits/inherits_browser.js")(i,r),i.prototype._transform=function(e,t,n){n(null,e)}},"./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_readable.js":function(e,t,n){"use strict";(function(t,r){var i;e.exports=k,k.ReadableState=x;n("./node_modules/events/events.js").EventEmitter;var a=function(e,t){return e.listeners(t).length},s=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/stream-browser.js"),o=n("./node_modules/buffer/index.js").Buffer,l=t.Uint8Array||function(){};var c,u=n(10);c=u&&u.debuglog?u.debuglog("stream"):function(){};var d,f,h,p=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/buffer_list.js"),m=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/destroy.js"),b=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/state.js").getHighWaterMark,v=n("./node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js").codes,g=v.ERR_INVALID_ARG_TYPE,y=v.ERR_STREAM_PUSH_AFTER_EOF,w=v.ERR_METHOD_NOT_IMPLEMENTED,C=v.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;n("./node_modules/inherits/inherits_browser.js")(k,s);var _=m.errorOrDestroy,S=["error","close","destroy","pause","resume"];function x(e,t,r){i=i||n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js"),e=e||{},"boolean"!=typeof r&&(r=t instanceof i),this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=b(this,e,"readableHighWaterMark",r),this.buffer=new p,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(d||(d=n("./node_modules/string_decoder/lib/string_decoder.js").StringDecoder),this.decoder=new d(e.encoding),this.encoding=e.encoding)}function k(e){if(i=i||n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js"),!(this instanceof k))return new k(e);var t=this instanceof i;this._readableState=new x(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),s.call(this)}function T(e,t,n,r,i){c("readableAddChunk",t);var a,s=e._readableState;if(null===t)s.reading=!1,function(e,t){if(c("onEofChunk"),t.ended)return;if(t.decoder){var n=t.decoder.end();n&&n.length&&(t.buffer.push(n),t.length+=t.objectMode?1:n.length)}t.ended=!0,t.sync?M(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,A(e)))}(e,s);else if(i||(a=function(e,t){var n;r=t,o.isBuffer(r)||r instanceof l||"string"==typeof t||void 0===t||e.objectMode||(n=new g("chunk",["string","Buffer","Uint8Array"],t));var r;return n}(s,t)),a)_(e,a);else if(s.objectMode||t&&t.length>0)if("string"==typeof t||s.objectMode||Object.getPrototypeOf(t)===o.prototype||(t=function(e){return o.from(e)}(t)),r)s.endEmitted?_(e,new C):j(e,s,t,!0);else if(s.ended)_(e,new y);else{if(s.destroyed)return!1;s.reading=!1,s.decoder&&!n?(t=s.decoder.write(t),s.objectMode||0!==t.length?j(e,s,t,!1):L(e,s)):j(e,s,t,!1)}else r||(s.reading=!1,L(e,s));return!s.ended&&(s.length<s.highWaterMark||0===s.length)}function j(e,t,n,r){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",n)):(t.length+=t.objectMode?1:n.length,r?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&M(e)),L(e,t)}Object.defineProperty(k.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),k.prototype.destroy=m.destroy,k.prototype._undestroy=m.undestroy,k.prototype._destroy=function(e,t){t(e)},k.prototype.push=function(e,t){var n,r=this._readableState;return r.objectMode?n=!0:"string"==typeof e&&((t=t||r.defaultEncoding)!==r.encoding&&(e=o.from(e,t),t=""),n=!0),T(this,e,t,!1,n)},k.prototype.unshift=function(e){return T(this,e,null,!0,!1)},k.prototype.isPaused=function(){return!1===this._readableState.flowing},k.prototype.setEncoding=function(e){d||(d=n("./node_modules/string_decoder/lib/string_decoder.js").StringDecoder);var t=new d(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var r=this._readableState.buffer.head,i="";null!==r;)i+=t.write(r.data),r=r.next;return this._readableState.buffer.clear(),""!==i&&this._readableState.buffer.push(i),this._readableState.length=i.length,this};function E(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=function(e){return e>=1073741824?e=1073741824:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function M(e){var t=e._readableState;c("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(c("emitReadable",t.flowing),t.emittedReadable=!0,r.nextTick(A,e))}function A(e){var t=e._readableState;c("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,D(e)}function L(e,t){t.readingMore||(t.readingMore=!0,r.nextTick(P,e,t))}function P(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var n=t.length;if(c("maybeReadMore read 0"),e.read(0),n===t.length)break}t.readingMore=!1}function O(e){var t=e._readableState;t.readableListening=e.listenerCount("readable")>0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function I(e){c("readable nexttick read 0"),e.read(0)}function B(e,t){c("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),D(e),t.flowing&&!t.reading&&e.read(0)}function D(e){var t=e._readableState;for(c("flow",t.flowing);t.flowing&&null!==e.read(););}function R(e,t){return 0===t.length?null:(t.objectMode?n=t.buffer.shift():!e||e>=t.length?(n=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):n=t.buffer.consume(e,t.decoder),n);var n}function N(e){var t=e._readableState;c("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,r.nextTick(H,t,e))}function H(e,t){if(c("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var n=t._writableState;(!n||n.autoDestroy&&n.finished)&&t.destroy()}}function G(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}k.prototype.read=function(e){c("read",e),e=parseInt(e,10);var t=this._readableState,n=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return c("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?N(this):M(this),null;if(0===(e=E(e,t))&&t.ended)return 0===t.length&&N(this),null;var r,i=t.needReadable;return c("need readable",i),(0===t.length||t.length-e<t.highWaterMark)&&c("length less than watermark",i=!0),t.ended||t.reading?c("reading or ended",i=!1):i&&(c("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=E(n,t))),null===(r=e>0?R(e,t):null)?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.awaitDrain=0),0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&N(this)),null!==r&&this.emit("data",r),r},k.prototype._read=function(e){_(this,new w("_read()"))},k.prototype.pipe=function(e,t){var n=this,i=this._readableState;switch(i.pipesCount){case 0:i.pipes=e;break;case 1:i.pipes=[i.pipes,e];break;default:i.pipes.push(e)}i.pipesCount+=1,c("pipe count=%d opts=%j",i.pipesCount,t);var s=(!t||!1!==t.end)&&e!==r.stdout&&e!==r.stderr?l:b;function o(t,r){c("onunpipe"),t===n&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,c("cleanup"),e.removeListener("close",p),e.removeListener("finish",m),e.removeListener("drain",u),e.removeListener("error",h),e.removeListener("unpipe",o),n.removeListener("end",l),n.removeListener("end",b),n.removeListener("data",f),d=!0,!i.awaitDrain||e._writableState&&!e._writableState.needDrain||u())}function l(){c("onend"),e.end()}i.endEmitted?r.nextTick(s):n.once("end",s),e.on("unpipe",o);var u=function(e){return function(){var t=e._readableState;c("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&a(e,"data")&&(t.flowing=!0,D(e))}}(n);e.on("drain",u);var d=!1;function f(t){c("ondata");var r=e.write(t);c("dest.write",r),!1===r&&((1===i.pipesCount&&i.pipes===e||i.pipesCount>1&&-1!==G(i.pipes,e))&&!d&&(c("false write response, pause",i.awaitDrain),i.awaitDrain++),n.pause())}function h(t){c("onerror",t),b(),e.removeListener("error",h),0===a(e,"error")&&_(e,t)}function p(){e.removeListener("finish",m),b()}function m(){c("onfinish"),e.removeListener("close",p),b()}function b(){c("unpipe"),n.unpipe(e)}return n.on("data",f),function(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}(e,"error",h),e.once("close",p),e.once("finish",m),e.emit("pipe",n),i.flowing||(c("pipe resume"),n.resume()),e},k.prototype.unpipe=function(e){var t=this._readableState,n={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,n)),this;if(!e){var r=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var a=0;a<i;a++)r[a].emit("unpipe",this,{hasUnpiped:!1});return this}var s=G(t.pipes,e);return-1===s||(t.pipes.splice(s,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,n)),this},k.prototype.on=function(e,t){var n=s.prototype.on.call(this,e,t),i=this._readableState;return"data"===e?(i.readableListening=this.listenerCount("readable")>0,!1!==i.flowing&&this.resume()):"readable"===e&&(i.endEmitted||i.readableListening||(i.readableListening=i.needReadable=!0,i.flowing=!1,i.emittedReadable=!1,c("on readable",i.length,i.reading),i.length?M(this):i.reading||r.nextTick(I,this))),n},k.prototype.addListener=k.prototype.on,k.prototype.removeListener=function(e,t){var n=s.prototype.removeListener.call(this,e,t);return"readable"===e&&r.nextTick(O,this),n},k.prototype.removeAllListeners=function(e){var t=s.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||r.nextTick(O,this),t},k.prototype.resume=function(){var e=this._readableState;return e.flowing||(c("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,r.nextTick(B,e,t))}(this,e)),e.paused=!1,this},k.prototype.pause=function(){return c("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(c("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},k.prototype.wrap=function(e){var t=this,n=this._readableState,r=!1;for(var i in e.on("end",(function(){if(c("wrapped end"),n.decoder&&!n.ended){var e=n.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){(c("wrapped data"),n.decoder&&(i=n.decoder.write(i)),n.objectMode&&null==i)||(n.objectMode||i&&i.length)&&(t.push(i)||(r=!0,e.pause()))})),e)void 0===this[i]&&"function"==typeof e[i]&&(this[i]=function(t){return function(){return e[t].apply(e,arguments)}}(i));for(var a=0;a<S.length;a++)e.on(S[a],this.emit.bind(this,S[a]));return this._read=function(t){c("wrapped _read",t),r&&(r=!1,e.resume())},this},"function"==typeof Symbol&&(k.prototype[Symbol.asyncIterator]=function(){return void 0===f&&(f=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/async_iterator.js")),f(this)}),Object.defineProperty(k.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(k.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(k.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),k._fromList=R,Object.defineProperty(k.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(k.from=function(e,t){return void 0===h&&(h=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/from-browser.js")),h(k,e,t)})}).call(this,n("./node_modules/webpack/buildin/global.js"),n("./node_modules/process/browser.js"))},"./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_transform.js":function(e,t,n){"use strict";e.exports=u;var r=n("./node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js").codes,i=r.ERR_METHOD_NOT_IMPLEMENTED,a=r.ERR_MULTIPLE_CALLBACK,s=r.ERR_TRANSFORM_ALREADY_TRANSFORMING,o=r.ERR_TRANSFORM_WITH_LENGTH_0,l=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js");function c(e,t){var n=this._transformState;n.transforming=!1;var r=n.writecb;if(null===r)return this.emit("error",new a);n.writechunk=null,n.writecb=null,null!=t&&this.push(t),r(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function u(e){if(!(this instanceof u))return new u(e);l.call(this,e),this._transformState={afterTransform:c.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",d)}function d(){var e=this;"function"!=typeof this._flush||this._readableState.destroyed?f(this,null,null):this._flush((function(t,n){f(e,t,n)}))}function f(e,t,n){if(t)return e.emit("error",t);if(null!=n&&e.push(n),e._writableState.length)throw new o;if(e._transformState.transforming)throw new s;return e.push(null)}n("./node_modules/inherits/inherits_browser.js")(u,l),u.prototype.push=function(e,t){return this._transformState.needTransform=!1,l.prototype.push.call(this,e,t)},u.prototype._transform=function(e,t,n){n(new i("_transform()"))},u.prototype._write=function(e,t,n){var r=this._transformState;if(r.writecb=n,r.writechunk=e,r.writeencoding=t,!r.transforming){var i=this._readableState;(r.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},u.prototype._read=function(e){var t=this._transformState;null===t.writechunk||t.transforming?t.needTransform=!0:(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform))},u.prototype._destroy=function(e,t){l.prototype._destroy.call(this,e,(function(e){t(e)}))}},"./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_writable.js":function(e,t,n){"use strict";(function(t,r){function i(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,n){var r=e.entry;e.entry=null;for(;r;){var i=r.callback;t.pendingcb--,i(n),r=r.next}t.corkedRequestsFree.next=e}(t,e)}}var a;e.exports=k,k.WritableState=x;var s={deprecate:n("./node_modules/util-deprecate/browser.js")},o=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/stream-browser.js"),l=n("./node_modules/buffer/index.js").Buffer,c=t.Uint8Array||function(){};var u,d=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/destroy.js"),f=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/state.js").getHighWaterMark,h=n("./node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js").codes,p=h.ERR_INVALID_ARG_TYPE,m=h.ERR_METHOD_NOT_IMPLEMENTED,b=h.ERR_MULTIPLE_CALLBACK,v=h.ERR_STREAM_CANNOT_PIPE,g=h.ERR_STREAM_DESTROYED,y=h.ERR_STREAM_NULL_VALUES,w=h.ERR_STREAM_WRITE_AFTER_END,C=h.ERR_UNKNOWN_ENCODING,_=d.errorOrDestroy;function S(){}function x(e,t,s){a=a||n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js"),e=e||{},"boolean"!=typeof s&&(s=t instanceof a),this.objectMode=!!e.objectMode,s&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=f(this,e,"writableHighWaterMark",s),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var o=!1===e.decodeStrings;this.decodeStrings=!o,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var n=e._writableState,i=n.sync,a=n.writecb;if("function"!=typeof a)throw new b;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(n),t)!function(e,t,n,i,a){--t.pendingcb,n?(r.nextTick(a,i),r.nextTick(L,e,t),e._writableState.errorEmitted=!0,_(e,i)):(a(i),e._writableState.errorEmitted=!0,_(e,i),L(e,t))}(e,n,i,t,a);else{var s=M(n)||e.destroyed;s||n.corked||n.bufferProcessing||!n.bufferedRequest||E(e,n),i?r.nextTick(j,e,n,s,a):j(e,n,s,a)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new i(this)}function k(e){var t=this instanceof(a=a||n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js"));if(!t&&!u.call(k,this))return new k(e);this._writableState=new x(e,this,t),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final)),o.call(this)}function T(e,t,n,r,i,a,s){t.writelen=r,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new g("write")):n?e._writev(i,t.onwrite):e._write(i,a,t.onwrite),t.sync=!1}function j(e,t,n,r){n||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,r(),L(e,t)}function E(e,t){t.bufferProcessing=!0;var n=t.bufferedRequest;if(e._writev&&n&&n.next){var r=t.bufferedRequestCount,a=new Array(r),s=t.corkedRequestsFree;s.entry=n;for(var o=0,l=!0;n;)a[o]=n,n.isBuf||(l=!1),n=n.next,o+=1;a.allBuffers=l,T(e,t,!0,t.length,a,"",s.finish),t.pendingcb++,t.lastBufferedRequest=null,s.next?(t.corkedRequestsFree=s.next,s.next=null):t.corkedRequestsFree=new i(t),t.bufferedRequestCount=0}else{for(;n;){var c=n.chunk,u=n.encoding,d=n.callback;if(T(e,t,!1,t.objectMode?1:c.length,c,u,d),n=n.next,t.bufferedRequestCount--,t.writing)break}null===n&&(t.lastBufferedRequest=null)}t.bufferedRequest=n,t.bufferProcessing=!1}function M(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function A(e,t){e._final((function(n){t.pendingcb--,n&&_(e,n),t.prefinished=!0,e.emit("prefinish"),L(e,t)}))}function L(e,t){var n=M(t);if(n&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,r.nextTick(A,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var i=e._readableState;(!i||i.autoDestroy&&i.endEmitted)&&e.destroy()}return n}n("./node_modules/inherits/inherits_browser.js")(k,o),x.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(x.prototype,"buffer",{get:s.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(u=Function.prototype[Symbol.hasInstance],Object.defineProperty(k,Symbol.hasInstance,{value:function(e){return!!u.call(this,e)||this===k&&(e&&e._writableState instanceof x)}})):u=function(e){return e instanceof this},k.prototype.pipe=function(){_(this,new v)},k.prototype.write=function(e,t,n){var i,a=this._writableState,s=!1,o=!a.objectMode&&(i=e,l.isBuffer(i)||i instanceof c);return o&&!l.isBuffer(e)&&(e=function(e){return l.from(e)}(e)),"function"==typeof t&&(n=t,t=null),o?t="buffer":t||(t=a.defaultEncoding),"function"!=typeof n&&(n=S),a.ending?function(e,t){var n=new w;_(e,n),r.nextTick(t,n)}(this,n):(o||function(e,t,n,i){var a;return null===n?a=new y:"string"==typeof n||t.objectMode||(a=new p("chunk",["string","Buffer"],n)),!a||(_(e,a),r.nextTick(i,a),!1)}(this,a,e,n))&&(a.pendingcb++,s=function(e,t,n,r,i,a){if(!n){var s=function(e,t,n){e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=l.from(t,n));return t}(t,r,i);r!==s&&(n=!0,i="buffer",r=s)}var o=t.objectMode?1:r.length;t.length+=o;var c=t.length<t.highWaterMark;c||(t.needDrain=!0);if(t.writing||t.corked){var u=t.lastBufferedRequest;t.lastBufferedRequest={chunk:r,encoding:i,isBuf:n,callback:a,next:null},u?u.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else T(e,t,!1,o,r,i,a);return c}(this,a,o,e,t,n)),s},k.prototype.cork=function(){this._writableState.corked++},k.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||E(this,e))},k.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new C(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(k.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(k.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),k.prototype._write=function(e,t,n){n(new m("_write()"))},k.prototype._writev=null,k.prototype.end=function(e,t,n){var i=this._writableState;return"function"==typeof e?(n=e,e=null,t=null):"function"==typeof t&&(n=t,t=null),null!=e&&this.write(e,t),i.corked&&(i.corked=1,this.uncork()),i.ending||function(e,t,n){t.ending=!0,L(e,t),n&&(t.finished?r.nextTick(n):e.once("finish",n));t.ended=!0,e.writable=!1}(this,i,n),this},Object.defineProperty(k.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(k.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),k.prototype.destroy=d.destroy,k.prototype._undestroy=d.undestroy,k.prototype._destroy=function(e,t){t(e)}}).call(this,n("./node_modules/webpack/buildin/global.js"),n("./node_modules/process/browser.js"))},"./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/async_iterator.js":function(e,t,n){"use strict";(function(t){var r;function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var a=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/end-of-stream.js"),s=Symbol("lastResolve"),o=Symbol("lastReject"),l=Symbol("error"),c=Symbol("ended"),u=Symbol("lastPromise"),d=Symbol("handlePromise"),f=Symbol("stream");function h(e,t){return{value:e,done:t}}function p(e){var t=e[s];if(null!==t){var n=e[f].read();null!==n&&(e[u]=null,e[s]=null,e[o]=null,t(h(n,!1)))}}function m(e){t.nextTick(p,e)}var b=Object.getPrototypeOf((function(){})),v=Object.setPrototypeOf((i(r={get stream(){return this[f]},next:function(){var e=this,n=this[l];if(null!==n)return Promise.reject(n);if(this[c])return Promise.resolve(h(void 0,!0));if(this[f].destroyed)return new Promise((function(n,r){t.nextTick((function(){e[l]?r(e[l]):n(h(void 0,!0))}))}));var r,i=this[u];if(i)r=new Promise(function(e,t){return function(n,r){e.then((function(){t[c]?n(h(void 0,!0)):t[d](n,r)}),r)}}(i,this));else{var a=this[f].read();if(null!==a)return Promise.resolve(h(a,!1));r=new Promise(this[d])}return this[u]=r,r}},Symbol.asyncIterator,(function(){return this})),i(r,"return",(function(){var e=this;return new Promise((function(t,n){e[f].destroy(null,(function(e){e?n(e):t(h(void 0,!0))}))}))})),r),b);e.exports=function(e){var t,n=Object.create(v,(i(t={},f,{value:e,writable:!0}),i(t,s,{value:null,writable:!0}),i(t,o,{value:null,writable:!0}),i(t,l,{value:null,writable:!0}),i(t,c,{value:e._readableState.endEmitted,writable:!0}),i(t,d,{value:function(e,t){var r=n[f].read();r?(n[u]=null,n[s]=null,n[o]=null,e(h(r,!1))):(n[s]=e,n[o]=t)},writable:!0}),t));return n[u]=null,a(e,(function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=n[o];return null!==t&&(n[u]=null,n[s]=null,n[o]=null,t(e)),void(n[l]=e)}var r=n[s];null!==r&&(n[u]=null,n[s]=null,n[o]=null,r(h(void 0,!0))),n[c]=!0})),e.on("readable",m.bind(null,n)),n}}).call(this,n("./node_modules/process/browser.js"))},"./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/buffer_list.js":function(e,t,n){"use strict";function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var s=n("./node_modules/buffer/index.js").Buffer,o=n(11).inspect,l=o&&o.custom||"inspect";e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}var t,n,c;return t=e,(n=[{key:"push",value:function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length}},{key:"unshift",value:function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}},{key:"shift",value:function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(e){if(0===this.length)return"";for(var t=this.head,n=""+t.data;t=t.next;)n+=e+t.data;return n}},{key:"concat",value:function(e){if(0===this.length)return s.alloc(0);for(var t,n,r,i=s.allocUnsafe(e>>>0),a=this.head,o=0;a;)t=a.data,n=i,r=o,s.prototype.copy.call(t,n,r),o+=a.data.length,a=a.next;return i}},{key:"consume",value:function(e,t){var n;return e<this.head.data.length?(n=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):n=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),n}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,n=1,r=t.data;for(e-=r.length;t=t.next;){var i=t.data,a=e>i.length?i.length:e;if(a===i.length?r+=i:r+=i.slice(0,e),0==(e-=a)){a===i.length?(++n,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(a));break}++n}return this.length-=n,r}},{key:"_getBuffer",value:function(e){var t=s.allocUnsafe(e),n=this.head,r=1;for(n.data.copy(t),e-=n.data.length;n=n.next;){var i=n.data,a=e>i.length?i.length:e;if(i.copy(t,t.length-e,0,a),0==(e-=a)){a===i.length?(++r,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=i.slice(a));break}++r}return this.length-=r,t}},{key:l,value:function(e,t){return o(this,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?r(Object(n),!0).forEach((function(t){i(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},t,{depth:0,customInspect:!1}))}}])&&a(t.prototype,n),c&&a(t,c),e}()},"./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/destroy.js":function(e,t,n){"use strict";(function(t){function n(e,t){i(e,t),r(e)}function r(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function i(e,t){e.emit("error",t)}e.exports={destroy:function(e,a){var s=this,o=this._readableState&&this._readableState.destroyed,l=this._writableState&&this._writableState.destroyed;return o||l?(a?a(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,t.nextTick(i,this,e)):t.nextTick(i,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!a&&e?s._writableState?s._writableState.errorEmitted?t.nextTick(r,s):(s._writableState.errorEmitted=!0,t.nextTick(n,s,e)):t.nextTick(n,s,e):a?(t.nextTick(r,s),a(e)):t.nextTick(r,s)})),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(e,t){var n=e._readableState,r=e._writableState;n&&n.autoDestroy||r&&r.autoDestroy?e.destroy(t):e.emit("error",t)}}}).call(this,n("./node_modules/process/browser.js"))},"./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/end-of-stream.js":function(e,t,n){"use strict";var r=n("./node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js").codes.ERR_STREAM_PREMATURE_CLOSE;function i(){}e.exports=function e(t,n,a){if("function"==typeof n)return e(t,null,n);n||(n={}),a=function(e){var t=!1;return function(){if(!t){t=!0;for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];e.apply(this,r)}}}(a||i);var s=n.readable||!1!==n.readable&&t.readable,o=n.writable||!1!==n.writable&&t.writable,l=function(){t.writable||u()},c=t._writableState&&t._writableState.finished,u=function(){o=!1,c=!0,s||a.call(t)},d=t._readableState&&t._readableState.endEmitted,f=function(){s=!1,d=!0,o||a.call(t)},h=function(e){a.call(t,e)},p=function(){var e;return s&&!d?(t._readableState&&t._readableState.ended||(e=new r),a.call(t,e)):o&&!c?(t._writableState&&t._writableState.ended||(e=new r),a.call(t,e)):void 0},m=function(){t.req.on("finish",u)};return!function(e){return e.setHeader&&"function"==typeof e.abort}(t)?o&&!t._writableState&&(t.on("end",l),t.on("close",l)):(t.on("complete",u),t.on("abort",p),t.req?m():t.on("request",m)),t.on("end",f),t.on("finish",u),!1!==n.error&&t.on("error",h),t.on("close",p),function(){t.removeListener("complete",u),t.removeListener("abort",p),t.removeListener("request",m),t.req&&t.req.removeListener("finish",u),t.removeListener("end",l),t.removeListener("close",l),t.removeListener("finish",u),t.removeListener("end",f),t.removeListener("error",h),t.removeListener("close",p)}}},"./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/from-browser.js":function(e,t){e.exports=function(){throw new Error("Readable.from is not available in the browser")}},"./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/pipeline.js":function(e,t,n){"use strict";var r;var i=n("./node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js").codes,a=i.ERR_MISSING_ARGS,s=i.ERR_STREAM_DESTROYED;function o(e){if(e)throw e}function l(e,t,i,a){a=function(e){var t=!1;return function(){t||(t=!0,e.apply(void 0,arguments))}}(a);var o=!1;e.on("close",(function(){o=!0})),void 0===r&&(r=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/end-of-stream.js")),r(e,{readable:t,writable:i},(function(e){if(e)return a(e);o=!0,a()}));var l=!1;return function(t){if(!o&&!l)return l=!0,function(e){return e.setHeader&&"function"==typeof e.abort}(e)?e.abort():"function"==typeof e.destroy?e.destroy():void a(t||new s("pipe"))}}function c(e){e()}function u(e,t){return e.pipe(t)}function d(e){return e.length?"function"!=typeof e[e.length-1]?o:e.pop():o}e.exports=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,i=d(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new a("streams");var s=t.map((function(e,n){var a=n<t.length-1;return l(e,a,n>0,(function(e){r||(r=e),e&&s.forEach(c),a||(s.forEach(c),i(r))}))}));return t.reduce(u)}},"./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/state.js":function(e,t,n){"use strict";var r=n("./node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js").codes.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,n,i){var a=function(e,t,n){return null!=e.highWaterMark?e.highWaterMark:t?e[n]:null}(t,i,n);if(null!=a){if(!isFinite(a)||Math.floor(a)!==a||a<0)throw new r(i?n:"highWaterMark",a);return Math.floor(a)}return e.objectMode?16:16384}}},"./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/stream-browser.js":function(e,t,n){e.exports=n("./node_modules/events/events.js").EventEmitter},"./node_modules/browserify-sign/node_modules/readable-stream/readable-browser.js":function(e,t,n){(t=e.exports=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_readable.js")).Stream=t,t.Readable=t,t.Writable=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_writable.js"),t.Duplex=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js"),t.Transform=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_transform.js"),t.PassThrough=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_passthrough.js"),t.finished=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/end-of-stream.js"),t.pipeline=n("./node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/pipeline.js")},"./node_modules/buffer-xor/index.js":function(e,t,n){(function(t){e.exports=function(e,n){for(var r=Math.min(e.length,n.length),i=new t(r),a=0;a<r;++a)i[a]=e[a]^n[a];return i}}).call(this,n("./node_modules/buffer/index.js").Buffer)},"./node_modules/cipher-base/index.js":function(e,t,n){var r=n("./node_modules/safe-buffer/index.js").Buffer,i=n("./node_modules/stream-browserify/index.js").Transform,a=n("./node_modules/string_decoder/lib/string_decoder.js").StringDecoder;function s(e){i.call(this),this.hashMode="string"==typeof e,this.hashMode?this[e]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}n("./node_modules/inherits/inherits_browser.js")(s,i),s.prototype.update=function(e,t,n){"string"==typeof e&&(e=r.from(e,t));var i=this._update(e);return this.hashMode?this:(n&&(i=this._toString(i,n)),i)},s.prototype.setAutoPadding=function(){},s.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")},s.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")},s.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")},s.prototype._transform=function(e,t,n){var r;try{this.hashMode?this._update(e):this.push(this._update(e))}catch(i){r=i}finally{n(r)}},s.prototype._flush=function(e){var t;try{this.push(this.__final())}catch(n){t=n}e(t)},s.prototype._finalOrDigest=function(e){var t=this.__final()||r.alloc(0);return e&&(t=this._toString(t,e,!0)),t},s.prototype._toString=function(e,t,n){if(this._decoder||(this._decoder=new a(t),this._encoding=t),this._encoding!==t)throw new Error("can't switch encodings");var r=this._decoder.write(e);return n&&(r+=this._decoder.end()),r},e.exports=s},"./node_modules/color-blend/index.js":function(e,t,n){"use strict";var r=n("./node_modules/postcss/lib/postcss.js"),i=n("./node_modules/postcss-functions/dist/index.js"),a=n("./node_modules/color-blend/src/blend.js");e.exports=r.plugin("color-blend",(function(){return r().use(i({functions:a}))}))},"./node_modules/color-blend/src/blend.js":function(e,t,n){var r=n("./node_modules/color-blend/src/helpers.js");function i(e,t,n,r,i,a){return(1-t/n)*r+t/n*Math.round((1-e)*i+e*a)}var a=!1,s=!1,o=!0;function l(e,t,n,l){"object"!=typeof e&&(e=r.convertFromString(e)),"object"!=typeof t&&(t=r.convertFromString(t)),a&&(e=r.convertFromUnit(e),t=r.convertFromUnit(t)),e=r.restrictColor(e);var c=(t=r.restrictColor(t)).a+e.a-t.a*e.a,u=l(e,t,n);return u=r.restrictColor({r:i(e.a,t.a,c,e.r,t.r,u.r),g:i(e.a,t.a,c,e.g,t.g,u.g),b:i(e.a,t.a,c,e.b,t.b,u.b),a:c}),"rgba("+(u=s?r.convertToUnit(u):o?r.roundChannels(u):r.roundChannelsForSanity(u)).r+","+u.g+","+u.b+","+u.a+")"}var c=n("./node_modules/color-blend/src/separable.js"),u=n("./node_modules/color-blend/src/non-separable.js");e.exports={normal:function(e,t){return l(e,t,"normal",c)},multiply:function(e,t){return l(e,t,"multiply",c)},screen:function(e,t){return l(e,t,"screen",c)},overlay:function(e,t){return l(e,t,"overlay",c)},colorDodge:function(e,t){return l(e,t,"colorDodge",c)},colorBurn:function(e,t){return l(e,t,"colorBurn",c)},hardLight:function(e,t){return l(e,t,"hardLight",c)},softLight:function(e,t){return l(e,t,"softLight",c)},difference:function(e,t){return l(e,t,"difference",c)},exclusion:function(e,t){return l(e,t,"exclusion",c)},hue:function(e,t){return l(e,t,"hue",u)},saturation:function(e,t){return l(e,t,"saturation",u)},luminosity:function(e,t){return l(e,t,"luminosity",u)}}},"./node_modules/color-blend/src/helpers.js":function(e,t){function n(e,t,n){return Math.min(Math.max(e,t),n)}e.exports={restrictColor:function(e){return{r:n(e.r,0,255),g:n(e.g,0,255),b:n(e.b,0,255),a:n(e.a,0,1)}},convertFromUnit:function(e){return{r:255*e.r,g:255*e.g,b:255*e.b,a:e.a}},convertToUnit:function(e){return{r:e.r/255,g:e.g/255,b:e.b/255,a:e.a}},roundChannels:function(e,t){null==t&&(t=0);var n=Math.pow(10,t);return{r:Math.round(e.r*n)/n,g:Math.round(e.g*n)/n,b:Math.round(e.b*n)/n,a:e.a}},roundChannelsForSanity:function(e){return this.roundChannels(e,9)},convertFromString:function(e){var t,n,r=function(e){return parseInt(e,16)},i=e.slice(0,1);return"#"===i?4===(t=e).length?(n=t.replace("#","").split(""),{r:r(n[0]+n[0]),g:r(n[1]+n[1]),b:r(n[2]+n[2]),a:1}):{r:r(t.slice(1,3)),g:r(t.slice(3,5)),b:r(t.slice(5)),a:1}:"r"===i.toLowerCase()?function(e){var t,n=e.slice(e.indexOf("(")+1,e.indexOf(")")).split(",");return(t={r:(n=n.map((function(e,t){return 3!==t?parseInt(e,10):parseFloat(e)})))[0],g:n[1],b:n[2]}).a=n[3]?n[3]:1,t}(e):(console.log("!Ooops! RGBvalues.color("+e+") : HEX, RGB, or RGBa strings only"),{color:e})}}},"./node_modules/color-blend/src/non-separable.js":function(e,t,n){var r=n("./node_modules/color-blend/src/helpers.js"),i={lum:function(e){return.3*e.r+.59*e.g+.11*e.b},clipColor:function(e){var t=this.lum(e),n=Math.min(e.r,e.g,e.b),r=Math.max(e.r,e.g,e.b),i={r:e.r,g:e.g,b:e.b};return n<0&&(i.r=t+(i.r-t)*t/(t-n),i.g=t+(i.g-t)*t/(t-n),i.b=t+(i.b-t)*t/(t-n)),r>1&&(i.r=t+(i.r-t)*(1-t)/(r-t),i.g=t+(i.g-t)*(1-t)/(r-t),i.b=t+(i.b-t)*(1-t)/(r-t)),i},setLum:function(e,t){var n=t-this.lum(e);return this.clipColor({r:e.r+n,g:e.g+n,b:e.b+n})},sat:function(e){return Math.max(e.r,e.g,e.b)-Math.min(e.r,e.g,e.b)},setSat:function(e,t){var n=Object.keys(e).sort((function(t,n){return e[t]-e[n]})),r=n[0],i=n[1],a=n[2],s={r:e.r,g:e.g,b:e.b};return s[a]>s[r]?(s[i]=(s[i]-s[r])*t/(s[a]-s[r]),s[a]=t):s[i]=s[a]=0,s[r]=0,s}},a={hue:function(e,t){return i.setLum(i.setSat(t,i.sat(e)),i.lum(e))},saturation:function(e,t){return i.setLum(i.setSat(e,i.sat(t)),i.lum(e))},color:function(e,t){return i.setLum(t,i.lum(e))},luminosity:function(e,t){return i.setLum(e,i.lum(t))}};e.exports=function(e,t,n){return r.convertFromUnit(a[n](r.convertToUnit(e),r.convertToUnit(t)))}},"./node_modules/color-blend/src/separable.js":function(e,t){var n={normal:function(e,t){return t},multiply:function(e,t){return e*t},screen:function(e,t){return e+t-e*t},overlay:function(e,t){return this.hardLight(t,e)},darken:function(e,t){return Math.min(e,t)},lighten:function(e,t){return Math.min(Math.max(e,t),1)},colorDodge:function(e,t){return 0===e?0:1===t?1:Math.min(1,e/(1-t))},colorBurn:function(e,t){return 1===e?1:0===t?0:1-Math.min(1,(1-e)/t)},hardLight:function(e,t){return t<=.5?this.multiply(e,2*t):this.screen(e,2*t-1)},softLight:function(e,t){return t<=.5?e-(1-2*t)*e*(1-e):e+(2*t-1)*((e<=.25?((16*e-12)*e+4)*e:Math.sqrt(e))-e)},difference:function(e,t){return Math.abs(e-t)},exclusion:function(e,t){return e+t-2*e*t}};e.exports=function(e,t,r){return{r:255*n[r](e.r/255,t.r/255),g:255*n[r](e.g/255,t.g/255),b:255*n[r](e.b/255,t.b/255)}}},"./node_modules/color-convert/conversions.js":function(e,t,n){var r=n("./node_modules/color-name/index.js"),i={};for(var a in r)r.hasOwnProperty(a)&&(i[r[a]]=a);var s=e.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var o in s)if(s.hasOwnProperty(o)){if(!("channels"in s[o]))throw new Error("missing channels property: "+o);if(!("labels"in s[o]))throw new Error("missing channel labels property: "+o);if(s[o].labels.length!==s[o].channels)throw new Error("channel and label counts mismatch: "+o);var l=s[o].channels,c=s[o].labels;delete s[o].channels,delete s[o].labels,Object.defineProperty(s[o],"channels",{value:l}),Object.defineProperty(s[o],"labels",{value:c})}s.rgb.hsl=function(e){var t,n,r=e[0]/255,i=e[1]/255,a=e[2]/255,s=Math.min(r,i,a),o=Math.max(r,i,a),l=o-s;return o===s?t=0:r===o?t=(i-a)/l:i===o?t=2+(a-r)/l:a===o&&(t=4+(r-i)/l),(t=Math.min(60*t,360))<0&&(t+=360),n=(s+o)/2,[t,100*(o===s?0:n<=.5?l/(o+s):l/(2-o-s)),100*n]},s.rgb.hsv=function(e){var t,n,r,i,a,s=e[0]/255,o=e[1]/255,l=e[2]/255,c=Math.max(s,o,l),u=c-Math.min(s,o,l),d=function(e){return(c-e)/6/u+.5};return 0===u?i=a=0:(a=u/c,t=d(s),n=d(o),r=d(l),s===c?i=r-n:o===c?i=1/3+t-r:l===c&&(i=2/3+n-t),i<0?i+=1:i>1&&(i-=1)),[360*i,100*a,100*c]},s.rgb.hwb=function(e){var t=e[0],n=e[1],r=e[2];return[s.rgb.hsl(e)[0],100*(1/255*Math.min(t,Math.min(n,r))),100*(r=1-1/255*Math.max(t,Math.max(n,r)))]},s.rgb.cmyk=function(e){var t,n=e[0]/255,r=e[1]/255,i=e[2]/255;return[100*((1-n-(t=Math.min(1-n,1-r,1-i)))/(1-t)||0),100*((1-r-t)/(1-t)||0),100*((1-i-t)/(1-t)||0),100*t]},s.rgb.keyword=function(e){var t=i[e];if(t)return t;var n,a,s,o=1/0;for(var l in r)if(r.hasOwnProperty(l)){var c=r[l],u=(a=e,s=c,Math.pow(a[0]-s[0],2)+Math.pow(a[1]-s[1],2)+Math.pow(a[2]-s[2],2));u<o&&(o=u,n=l)}return n},s.keyword.rgb=function(e){return r[e]},s.rgb.xyz=function(e){var t=e[0]/255,n=e[1]/255,r=e[2]/255;return[100*(.4124*(t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)+.3576*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)+.1805*(r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92)),100*(.2126*t+.7152*n+.0722*r),100*(.0193*t+.1192*n+.9505*r)]},s.rgb.lab=function(e){var t=s.rgb.xyz(e),n=t[0],r=t[1],i=t[2];return r/=100,i/=108.883,n=(n/=95.047)>.008856?Math.pow(n,1/3):7.787*n+16/116,[116*(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116)-16,500*(n-r),200*(r-(i=i>.008856?Math.pow(i,1/3):7.787*i+16/116))]},s.hsl.rgb=function(e){var t,n,r,i,a,s=e[0]/360,o=e[1]/100,l=e[2]/100;if(0===o)return[a=255*l,a,a];t=2*l-(n=l<.5?l*(1+o):l+o-l*o),i=[0,0,0];for(var c=0;c<3;c++)(r=s+1/3*-(c-1))<0&&r++,r>1&&r--,a=6*r<1?t+6*(n-t)*r:2*r<1?n:3*r<2?t+(n-t)*(2/3-r)*6:t,i[c]=255*a;return i},s.hsl.hsv=function(e){var t=e[0],n=e[1]/100,r=e[2]/100,i=n,a=Math.max(r,.01);return n*=(r*=2)<=1?r:2-r,i*=a<=1?a:2-a,[t,100*(0===r?2*i/(a+i):2*n/(r+n)),100*((r+n)/2)]},s.hsv.rgb=function(e){var t=e[0]/60,n=e[1]/100,r=e[2]/100,i=Math.floor(t)%6,a=t-Math.floor(t),s=255*r*(1-n),o=255*r*(1-n*a),l=255*r*(1-n*(1-a));switch(r*=255,i){case 0:return[r,l,s];case 1:return[o,r,s];case 2:return[s,r,l];case 3:return[s,o,r];case 4:return[l,s,r];case 5:return[r,s,o]}},s.hsv.hsl=function(e){var t,n,r,i=e[0],a=e[1]/100,s=e[2]/100,o=Math.max(s,.01);return r=(2-a)*s,n=a*o,[i,100*(n=(n/=(t=(2-a)*o)<=1?t:2-t)||0),100*(r/=2)]},s.hwb.rgb=function(e){var t,n,r,i,a,s,o,l=e[0]/360,c=e[1]/100,u=e[2]/100,d=c+u;switch(d>1&&(c/=d,u/=d),r=6*l-(t=Math.floor(6*l)),0!=(1&t)&&(r=1-r),i=c+r*((n=1-u)-c),t){default:case 6:case 0:a=n,s=i,o=c;break;case 1:a=i,s=n,o=c;break;case 2:a=c,s=n,o=i;break;case 3:a=c,s=i,o=n;break;case 4:a=i,s=c,o=n;break;case 5:a=n,s=c,o=i}return[255*a,255*s,255*o]},s.cmyk.rgb=function(e){var t=e[0]/100,n=e[1]/100,r=e[2]/100,i=e[3]/100;return[255*(1-Math.min(1,t*(1-i)+i)),255*(1-Math.min(1,n*(1-i)+i)),255*(1-Math.min(1,r*(1-i)+i))]},s.xyz.rgb=function(e){var t,n,r,i=e[0]/100,a=e[1]/100,s=e[2]/100;return n=-.9689*i+1.8758*a+.0415*s,r=.0557*i+-.204*a+1.057*s,t=(t=3.2406*i+-1.5372*a+-.4986*s)>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,[255*(t=Math.min(Math.max(0,t),1)),255*(n=Math.min(Math.max(0,n),1)),255*(r=Math.min(Math.max(0,r),1))]},s.xyz.lab=function(e){var t=e[0],n=e[1],r=e[2];return n/=100,r/=108.883,t=(t/=95.047)>.008856?Math.pow(t,1/3):7.787*t+16/116,[116*(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116)-16,500*(t-n),200*(n-(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116))]},s.lab.xyz=function(e){var t,n,r,i=e[0];t=e[1]/500+(n=(i+16)/116),r=n-e[2]/200;var a=Math.pow(n,3),s=Math.pow(t,3),o=Math.pow(r,3);return n=a>.008856?a:(n-16/116)/7.787,t=s>.008856?s:(t-16/116)/7.787,r=o>.008856?o:(r-16/116)/7.787,[t*=95.047,n*=100,r*=108.883]},s.lab.lch=function(e){var t,n=e[0],r=e[1],i=e[2];return(t=360*Math.atan2(i,r)/2/Math.PI)<0&&(t+=360),[n,Math.sqrt(r*r+i*i),t]},s.lch.lab=function(e){var t,n=e[0],r=e[1];return t=e[2]/360*2*Math.PI,[n,r*Math.cos(t),r*Math.sin(t)]},s.rgb.ansi16=function(e){var t=e[0],n=e[1],r=e[2],i=1 in arguments?arguments[1]:s.rgb.hsv(e)[2];if(0===(i=Math.round(i/50)))return 30;var a=30+(Math.round(r/255)<<2|Math.round(n/255)<<1|Math.round(t/255));return 2===i&&(a+=60),a},s.hsv.ansi16=function(e){return s.rgb.ansi16(s.hsv.rgb(e),e[2])},s.rgb.ansi256=function(e){var t=e[0],n=e[1],r=e[2];return t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},s.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),[t=t/10.5*255,t,t];var n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},s.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var n;return e-=16,[Math.floor(e/36)/5*255,Math.floor((n=e%36)/6)/5*255,n%6/5*255]},s.rgb.hex=function(e){var t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},s.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var n=t[0];3===t[0].length&&(n=n.split("").map((function(e){return e+e})).join(""));var r=parseInt(n,16);return[r>>16&255,r>>8&255,255&r]},s.rgb.hcg=function(e){var t,n=e[0]/255,r=e[1]/255,i=e[2]/255,a=Math.max(Math.max(n,r),i),s=Math.min(Math.min(n,r),i),o=a-s;return t=o<=0?0:a===n?(r-i)/o%6:a===r?2+(i-n)/o:4+(n-r)/o+4,t/=6,[360*(t%=1),100*o,100*(o<1?s/(1-o):0)]},s.hsl.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=1,i=0;return(r=n<.5?2*t*n:2*t*(1-n))<1&&(i=(n-.5*r)/(1-r)),[e[0],100*r,100*i]},s.hsv.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=t*n,i=0;return r<1&&(i=(n-r)/(1-r)),[e[0],100*r,100*i]},s.hcg.rgb=function(e){var t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];var i,a=[0,0,0],s=t%1*6,o=s%1,l=1-o;switch(Math.floor(s)){case 0:a[0]=1,a[1]=o,a[2]=0;break;case 1:a[0]=l,a[1]=1,a[2]=0;break;case 2:a[0]=0,a[1]=1,a[2]=o;break;case 3:a[0]=0,a[1]=l,a[2]=1;break;case 4:a[0]=o,a[1]=0,a[2]=1;break;default:a[0]=1,a[1]=0,a[2]=l}return i=(1-n)*r,[255*(n*a[0]+i),255*(n*a[1]+i),255*(n*a[2]+i)]},s.hcg.hsv=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t),r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},s.hcg.hsl=function(e){var t=e[1]/100,n=e[2]/100*(1-t)+.5*t,r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},s.hcg.hwb=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},s.hwb.hcg=function(e){var t=e[1]/100,n=1-e[2]/100,r=n-t,i=0;return r<1&&(i=(n-r)/(1-r)),[e[0],100*r,100*i]},s.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},s.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},s.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},s.gray.hsl=s.gray.hsv=function(e){return[0,0,e[0]]},s.gray.hwb=function(e){return[0,100,e[0]]},s.gray.cmyk=function(e){return[0,0,0,e[0]]},s.gray.lab=function(e){return[e[0],0,0]},s.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},s.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},"./node_modules/color-convert/index.js":function(e,t,n){var r=n("./node_modules/color-convert/conversions.js"),i=n("./node_modules/color-convert/route.js"),a={};Object.keys(r).forEach((function(e){a[e]={},Object.defineProperty(a[e],"channels",{value:r[e].channels}),Object.defineProperty(a[e],"labels",{value:r[e].labels});var t=i(e);Object.keys(t).forEach((function(n){var r=t[n];a[e][n]=function(e){var t=function(t){if(null==t)return t;arguments.length>1&&(t=Array.prototype.slice.call(arguments));var n=e(t);if("object"==typeof n)for(var r=n.length,i=0;i<r;i++)n[i]=Math.round(n[i]);return n};return"conversion"in e&&(t.conversion=e.conversion),t}(r),a[e][n].raw=function(e){var t=function(t){return null==t?t:(arguments.length>1&&(t=Array.prototype.slice.call(arguments)),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(r)}))})),e.exports=a},"./node_modules/color-convert/route.js":function(e,t,n){var r=n("./node_modules/color-convert/conversions.js");function i(e){var t=function(){for(var e={},t=Object.keys(r),n=t.length,i=0;i<n;i++)e[t[i]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;)for(var i=n.pop(),a=Object.keys(r[i]),s=a.length,o=0;o<s;o++){var l=a[o],c=t[l];-1===c.distance&&(c.distance=t[i].distance+1,c.parent=i,n.unshift(l))}return t}function a(e,t){return function(n){return t(e(n))}}function s(e,t){for(var n=[t[e].parent,e],i=r[t[e].parent][e],s=t[e].parent;t[s].parent;)n.unshift(t[s].parent),i=a(r[t[s].parent][s],i),s=t[s].parent;return i.conversion=n,i}e.exports=function(e){for(var t=i(e),n={},r=Object.keys(t),a=r.length,o=0;o<a;o++){var l=r[o];null!==t[l].parent&&(n[l]=s(l,t))}return n}},"./node_modules/color-name/index.js":function(e,t,n){"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},"./node_modules/color-string/color-string.js":function(e,t,n){var r=n("./node_modules/color-name/index.js");function i(e){if(e){var t=[0,0,0],n=1,i=e.match(/^#([a-fA-F0-9]{3})$/);if(i){i=i[1];for(var a=0;a<t.length;a++)t[a]=parseInt(i[a]+i[a],16)}else if(i=e.match(/^#([a-fA-F0-9]{6})$/)){i=i[1];for(a=0;a<t.length;a++)t[a]=parseInt(i.slice(2*a,2*a+2),16)}else if(i=e.match(/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/)){for(a=0;a<t.length;a++)t[a]=parseInt(i[a+1]);n=parseFloat(i[4])}else if(i=e.match(/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/)){for(a=0;a<t.length;a++)t[a]=Math.round(2.55*parseFloat(i[a+1]));n=parseFloat(i[4])}else if(i=e.match(/(\D+)/)){if("transparent"==i[1])return[0,0,0,0];if(!(t=r[i[1]]))return}for(a=0;a<t.length;a++)t[a]=u(t[a],0,255);return n=n||0==n?u(n,0,1):1,t[3]=n,t}}function a(e){if(e){var t=e.match(/^hsla?\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/);if(t){var n=parseFloat(t[4]);return[u(parseInt(t[1]),0,360),u(parseFloat(t[2]),0,100),u(parseFloat(t[3]),0,100),u(isNaN(n)?1:n,0,1)]}}}function s(e){if(e){var t=e.match(/^hwb\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/);if(t){var n=parseFloat(t[4]);return[u(parseInt(t[1]),0,360),u(parseFloat(t[2]),0,100),u(parseFloat(t[3]),0,100),u(isNaN(n)?1:n,0,1)]}}}function o(e,t){return void 0===t&&(t=void 0!==e[3]?e[3]:1),"rgba("+e[0]+", "+e[1]+", "+e[2]+", "+t+")"}function l(e,t){return"rgba("+Math.round(e[0]/255*100)+"%, "+Math.round(e[1]/255*100)+"%, "+Math.round(e[2]/255*100)+"%, "+(t||e[3]||1)+")"}function c(e,t){return void 0===t&&(t=void 0!==e[3]?e[3]:1),"hsla("+e[0]+", "+e[1]+"%, "+e[2]+"%, "+t+")"}function u(e,t,n){return Math.min(Math.max(t,e),n)}function d(e){var t=e.toString(16).toUpperCase();return t.length<2?"0"+t:t}e.exports={getRgba:i,getHsla:a,getRgb:function(e){var t=i(e);return t&&t.slice(0,3)},getHsl:function(e){var t=a(e);return t&&t.slice(0,3)},getHwb:s,getAlpha:function(e){var t=i(e);if(t)return t[3];if(t=a(e))return t[3];if(t=s(e))return t[3]},hexString:function(e){return"#"+d(e[0])+d(e[1])+d(e[2])},rgbString:function(e,t){if(t<1||e[3]&&e[3]<1)return o(e,t);return"rgb("+e[0]+", "+e[1]+", "+e[2]+")"},rgbaString:o,percentString:function(e,t){if(t<1||e[3]&&e[3]<1)return l(e,t);var n=Math.round(e[0]/255*100),r=Math.round(e[1]/255*100),i=Math.round(e[2]/255*100);return"rgb("+n+"%, "+r+"%, "+i+"%)"},percentaString:l,hslString:function(e,t){if(t<1||e[3]&&e[3]<1)return c(e,t);return"hsl("+e[0]+", "+e[1]+"%, "+e[2]+"%)"},hslaString:c,hwbString:function(e,t){void 0===t&&(t=void 0!==e[3]?e[3]:1);return"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+(void 0!==t&&1!==t?", "+t:"")+")"},keyword:function(e){return f[e.slice(0,3)]}};var f={};for(var h in r)f[r[h]]=h},"./node_modules/color/index.js":function(e,t,n){var r=n("./node_modules/color/node_modules/clone/clone.js"),i=n("./node_modules/color-convert/index.js"),a=n("./node_modules/color-string/color-string.js"),s=function(e){if(e instanceof s)return e;if(!(this instanceof s))return new s(e);var t;if(this.values={rgb:[0,0,0],hsl:[0,0,0],hsv:[0,0,0],hwb:[0,0,0],cmyk:[0,0,0,0],alpha:1},"string"==typeof e)if(t=a.getRgba(e))this.setValues("rgb",t);else if(t=a.getHsla(e))this.setValues("hsl",t);else{if(!(t=a.getHwb(e)))throw new Error('Unable to parse color from string "'+e+'"');this.setValues("hwb",t)}else if("object"==typeof e)if(void 0!==(t=e).r||void 0!==t.red)this.setValues("rgb",t);else if(void 0!==t.l||void 0!==t.lightness)this.setValues("hsl",t);else if(void 0!==t.v||void 0!==t.value)this.setValues("hsv",t);else if(void 0!==t.w||void 0!==t.whiteness)this.setValues("hwb",t);else{if(void 0===t.c&&void 0===t.cyan)throw new Error("Unable to parse color from object "+JSON.stringify(e));this.setValues("cmyk",t)}};s.prototype={rgb:function(){return this.setSpace("rgb",arguments)},hsl:function(){return this.setSpace("hsl",arguments)},hsv:function(){return this.setSpace("hsv",arguments)},hwb:function(){return this.setSpace("hwb",arguments)},cmyk:function(){return this.setSpace("cmyk",arguments)},rgbArray:function(){return this.values.rgb},hslArray:function(){return this.values.hsl},hsvArray:function(){return this.values.hsv},hwbArray:function(){return 1!==this.values.alpha?this.values.hwb.concat([this.values.alpha]):this.values.hwb},cmykArray:function(){return this.values.cmyk},rgbaArray:function(){return this.values.rgb.concat([this.values.alpha])},rgbaArrayNormalized:function(){for(var e=this.values.rgb,t=[],n=0;n<3;n++)t[n]=e[n]/255;return t.push(this.values.alpha),t},hslaArray:function(){return this.values.hsl.concat([this.values.alpha])},alpha:function(e){return void 0===e?this.values.alpha:(this.setValues("alpha",e),this)},red:function(e){return this.setChannel("rgb",0,e)},green:function(e){return this.setChannel("rgb",1,e)},blue:function(e){return this.setChannel("rgb",2,e)},hue:function(e){return e&&(e=(e%=360)<0?360+e:e),this.setChannel("hsl",0,e)},saturation:function(e){return this.setChannel("hsl",1,e)},lightness:function(e){return this.setChannel("hsl",2,e)},saturationv:function(e){return this.setChannel("hsv",1,e)},whiteness:function(e){return this.setChannel("hwb",1,e)},blackness:function(e){return this.setChannel("hwb",2,e)},value:function(e){return this.setChannel("hsv",2,e)},cyan:function(e){return this.setChannel("cmyk",0,e)},magenta:function(e){return this.setChannel("cmyk",1,e)},yellow:function(e){return this.setChannel("cmyk",2,e)},black:function(e){return this.setChannel("cmyk",3,e)},hexString:function(){return a.hexString(this.values.rgb)},rgbString:function(){return a.rgbString(this.values.rgb,this.values.alpha)},rgbaString:function(){return a.rgbaString(this.values.rgb,this.values.alpha)},percentString:function(){return a.percentString(this.values.rgb,this.values.alpha)},hslString:function(){return a.hslString(this.values.hsl,this.values.alpha)},hslaString:function(){return a.hslaString(this.values.hsl,this.values.alpha)},hwbString:function(){return a.hwbString(this.values.hwb,this.values.alpha)},keyword:function(){return a.keyword(this.values.rgb,this.values.alpha)},rgbNumber:function(){return this.values.rgb[0]<<16|this.values.rgb[1]<<8|this.values.rgb[2]},luminosity:function(){for(var e=this.values.rgb,t=[],n=0;n<e.length;n++){var r=e[n]/255;t[n]=r<=.03928?r/12.92:Math.pow((r+.055)/1.055,2.4)}return.2126*t[0]+.7152*t[1]+.0722*t[2]},contrast:function(e){var t=this.luminosity(),n=e.luminosity();return t>n?(t+.05)/(n+.05):(n+.05)/(t+.05)},level:function(e){var t=this.contrast(e);return t>=7.1?"AAA":t>=4.5?"AA":""},dark:function(){var e=this.values.rgb;return(299*e[0]+587*e[1]+114*e[2])/1e3<128},light:function(){return!this.dark()},negate:function(){for(var e=[],t=0;t<3;t++)e[t]=255-this.values.rgb[t];return this.setValues("rgb",e),this},lighten:function(e){return this.values.hsl[2]+=this.values.hsl[2]*e,this.setValues("hsl",this.values.hsl),this},darken:function(e){return this.values.hsl[2]-=this.values.hsl[2]*e,this.setValues("hsl",this.values.hsl),this},saturate:function(e){return this.values.hsl[1]+=this.values.hsl[1]*e,this.setValues("hsl",this.values.hsl),this},desaturate:function(e){return this.values.hsl[1]-=this.values.hsl[1]*e,this.setValues("hsl",this.values.hsl),this},whiten:function(e){return this.values.hwb[1]+=this.values.hwb[1]*e,this.setValues("hwb",this.values.hwb),this},blacken:function(e){return this.values.hwb[2]+=this.values.hwb[2]*e,this.setValues("hwb",this.values.hwb),this},greyscale:function(){var e=this.values.rgb,t=.3*e[0]+.59*e[1]+.11*e[2];return this.setValues("rgb",[t,t,t]),this},clearer:function(e){return this.setValues("alpha",this.values.alpha-this.values.alpha*e),this},opaquer:function(e){return this.setValues("alpha",this.values.alpha+this.values.alpha*e),this},rotate:function(e){var t=this.values.hsl[0];return t=(t=(t+e)%360)<0?360+t:t,this.values.hsl[0]=t,this.setValues("hsl",this.values.hsl),this},mix:function(e,t){var n=e,r=void 0===t?.5:t,i=2*r-1,a=this.alpha()-n.alpha(),s=((i*a==-1?i:(i+a)/(1+i*a))+1)/2,o=1-s;return this.rgb(s*this.red()+o*n.red(),s*this.green()+o*n.green(),s*this.blue()+o*n.blue()).alpha(this.alpha()*r+n.alpha()*(1-r))},toJSON:function(){return this.rgb()},clone:function(){var e=new s;return e.values=r(this.values),e}},s.prototype.getValues=function(e){for(var t={},n=0;n<e.length;n++)t[e.charAt(n)]=this.values[e][n];return 1!==this.values.alpha&&(t.a=this.values.alpha),t},s.prototype.setValues=function(e,t){var n,r,a={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},s={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},o=1;if("alpha"===e)o=t;else if(t.length)this.values[e]=t.slice(0,e.length),o=t[e.length];else if(void 0!==t[e.charAt(0)]){for(n=0;n<e.length;n++)this.values[e][n]=t[e.charAt(n)];o=t.a}else if(void 0!==t[a[e][0]]){var l=a[e];for(n=0;n<e.length;n++)this.values[e][n]=t[l[n]];o=t.alpha}if(this.values.alpha=Math.max(0,Math.min(1,void 0===o?this.values.alpha:o)),"alpha"===e)return!1;for(n=0;n<e.length;n++)r=Math.max(0,Math.min(s[e][n],this.values[e][n])),this.values[e][n]=Math.round(r);for(var c in a)for(c!==e&&(this.values[c]=i[e][c](this.values[e])),n=0;n<c.length;n++)r=Math.max(0,Math.min(s[c][n],this.values[c][n])),this.values[c][n]=Math.round(r);return!0},s.prototype.setSpace=function(e,t){var n=t[0];return void 0===n?this.getValues(e):("number"==typeof n&&(n=Array.prototype.slice.call(t)),this.setValues(e,n),this)},s.prototype.setChannel=function(e,t,n){return void 0===n?this.values[e][t]:(n===this.values[e][t]||(this.values[e][t]=n,this.setValues(e,this.values[e])),this)},e.exports=s},"./node_modules/color/node_modules/clone/clone.js":function(e,t,n){(function(t){var n=function(){"use strict";function e(n,i,a,s){"object"==typeof i&&(a=i.depth,s=i.prototype,i.filter,i=i.circular);var o=[],l=[],c=void 0!==t;return void 0===i&&(i=!0),void 0===a&&(a=1/0),function n(a,u){if(null===a)return null;if(0==u)return a;var d,f;if("object"!=typeof a)return a;if(e.__isArray(a))d=[];else if(e.__isRegExp(a))d=new RegExp(a.source,r(a)),a.lastIndex&&(d.lastIndex=a.lastIndex);else if(e.__isDate(a))d=new Date(a.getTime());else{if(c&&t.isBuffer(a))return d=t.allocUnsafe?t.allocUnsafe(a.length):new t(a.length),a.copy(d),d;void 0===s?(f=Object.getPrototypeOf(a),d=Object.create(f)):(d=Object.create(s),f=s)}if(i){var h=o.indexOf(a);if(-1!=h)return l[h];o.push(a),l.push(d)}for(var p in a){var m;f&&(m=Object.getOwnPropertyDescriptor(f,p)),m&&null==m.set||(d[p]=n(a[p],u-1))}return d}(n,a)}function n(e){return Object.prototype.toString.call(e)}function r(e){var t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),t}return e.clonePrototype=function(e){if(null===e)return null;var t=function(){};return t.prototype=e,new t},e.__objToStr=n,e.__isDate=function(e){return"object"==typeof e&&"[object Date]"===n(e)},e.__isArray=function(e){return"object"==typeof e&&"[object Array]"===n(e)},e.__isRegExp=function(e){return"object"==typeof e&&"[object RegExp]"===n(e)},e.__getRegExpFlags=r,e}();e.exports&&(e.exports=n)}).call(this,n("./node_modules/buffer/index.js").Buffer)},"./node_modules/consistent/index.js":function(e,t,n){e.exports=n("./node_modules/consistent/lib/consistent.js")},"./node_modules/consistent/lib/consistent.js":function(e,t,n){var r=n("./node_modules/crypto-browserify/index.js"),i=n("./node_modules/consistent/node_modules/lru-cache/lib/lru-cache.js");function a(e){if(!(this instanceof a))return new a(e);e=e||{},this.replicas=e.replicas||120,this.members={},this.ring=[],e.members&&e.members.forEach(this.add.bind(this)),"murmurhash"==e.hash&&(this._hash=n("./node_modules/murmurhash/murmurhash.js").v3)}Object.defineProperty(a.prototype,"length",{get:function(){return Object.keys(this.members).length}}),a.prototype.add=function(e){e=this._makeMember(e),this.members[e.key]=e,this._continuum()},a.prototype.remove=function(e){e=this._makeMember(e),delete this.members[e.key],this._continuum()},a.prototype.replace=function(e,t){e=this._makeMember(e),t=this._makeMember(t),this.members[e.key]&&(t.hash=e.hash,this.members[t.key]=t,delete this.members[e.key],this._continuum())},a.prototype.getCached=function(e){this.cache||(this.cache=i(500));var t=this.cache.get(e);return t||(t=this.get(e),this.cache.set(e,t),t)},a.prototype.get=function(e){if(!this.ring.length)return null;for(var t,n=this._hash(e),r=this.ring,i=0,a=r.length;i<=a;){if(0==(t=i+(a-i>>1))||t==r.length)return r[0].key;if(r[t-1].hash<n&&r[t].hash>=n)return r[t].key;r[t].hash<n?i=t+1:a=t-1}return this.ring[0].key},a.prototype.exists=function(e){return this.members.hasOwnProperty(e)},a.prototype._makeMember=function(e){return"string"==typeof e&&(e={key:e}),e.weight=e.weight||1,e.hash=this._hash(e.key),e},a.prototype._continuum=function(){this.ring=[];for(var e=Object.keys(this.members),t=0;t<e.length;t++)for(var n=this.members[e[t]],r=0;r<Math.floor(this.replicas*n.weight);r++){var i=this._hash(n.hash+"-"+r);this.ring.push({hash:i,key:n.key})}this.ring.sort((function(e,t){return e.hash-t.hash}));for(t=0;t<this.ring.length-1;)this.ring[t].key==this.ring[t+1].key?this.ring.splice(t,1):t++;this.cache=null},a.prototype._hash=function(e){return r.createHash("md5").update(e).digest().readUInt32LE(0)},e.exports=a},"./node_modules/consistent/node_modules/lru-cache/lib/lru-cache.js":function(e,t,n){!function(){function t(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function n(){return 1}e.exports?e.exports=a:this.LRUCache=a;var r=!1;function i(e){r||"string"==typeof e||"number"==typeof e||(r=!0,console.error(new TypeError("LRU: key must be a string or number. Almost certainly a bug! "+typeof e).stack))}function a(e){if(!(this instanceof a))return new a(e);"number"==typeof e&&(e={max:e}),e||(e={}),this._max=e.max,(!this._max||"number"!=typeof this._max||this._max<=0)&&(this._max=1/0),this._lengthCalculator=e.length||n,"function"!=typeof this._lengthCalculator&&(this._lengthCalculator=n),this._allowStale=e.stale||!1,this._maxAge=e.maxAge||null,this._dispose=e.dispose,this.reset()}function s(e,t,n){i(t);var r=e._cache[t];return r&&(o(e,r)?(u(e,r),e._allowStale||(r=void 0)):n&&function(e,t){c(e,t),t.lu=e._mru++,e._lruList[t.lu]=t}(e,r),r&&(r=r.value)),r}function o(e,t){if(!t||!t.maxAge&&!e._maxAge)return!1;var n=Date.now()-t.now;return t.maxAge?n>t.maxAge:e._maxAge&&n>e._maxAge}function l(e){for(;e._lru<e._mru&&e._length>e._max;)u(e,e._lruList[e._lru])}function c(e,t){for(delete e._lruList[t.lu];e._lru<e._mru&&!e._lruList[e._lru];)e._lru++}function u(e,t){t&&(e._dispose&&e._dispose(t.key,t.value),e._length-=t.length,e._itemCount--,delete e._cache[t.key],c(e,t))}function d(e,t,n,r,i,a){this.key=e,this.value=t,this.lu=n,this.length=r,this.now=i,a&&(this.maxAge=a)}Object.defineProperty(a.prototype,"max",{set:function(e){(!e||"number"!=typeof e||e<=0)&&(e=1/0),this._max=e,this._length>this._max&&l(this)},get:function(){return this._max},enumerable:!0}),Object.defineProperty(a.prototype,"lengthCalculator",{set:function(e){if("function"!=typeof e)for(var t in this._lengthCalculator=n,this._length=this._itemCount,this._cache)this._cache[t].length=1;else for(var t in this._lengthCalculator=e,this._length=0,this._cache)this._cache[t].length=this._lengthCalculator(this._cache[t].value),this._length+=this._cache[t].length;this._length>this._max&&l(this)},get:function(){return this._lengthCalculator},enumerable:!0}),Object.defineProperty(a.prototype,"length",{get:function(){return this._length},enumerable:!0}),Object.defineProperty(a.prototype,"itemCount",{get:function(){return this._itemCount},enumerable:!0}),a.prototype.forEach=function(e,t){t=t||this;for(var n=0,r=this._itemCount,i=this._mru-1;i>=0&&n<r;i--)if(this._lruList[i]){n++;var a=this._lruList[i];o(this,a)&&(u(this,a),this._allowStale||(a=void 0)),a&&e.call(t,a.value,a.key,this)}},a.prototype.keys=function(){for(var e=new Array(this._itemCount),t=0,n=this._mru-1;n>=0&&t<this._itemCount;n--)if(this._lruList[n]){var r=this._lruList[n];e[t++]=r.key}return e},a.prototype.values=function(){for(var e=new Array(this._itemCount),t=0,n=this._mru-1;n>=0&&t<this._itemCount;n--)if(this._lruList[n]){var r=this._lruList[n];e[t++]=r.value}return e},a.prototype.reset=function(){if(this._dispose&&this._cache)for(var e in this._cache)this._dispose(e,this._cache[e].value);this._cache=Object.create(null),this._lruList=Object.create(null),this._mru=0,this._lru=0,this._length=0,this._itemCount=0},a.prototype.dump=function(){for(var e=[],t=0,n=this._mru-1;n>=0&&t<this._itemCount;n--)if(this._lruList[n]){var r=this._lruList[n];o(this,r)||(++t,e.push({k:r.key,v:r.value,e:r.now+(r.maxAge||0)}))}return e},a.prototype.dumpLru=function(){return this._lruList},a.prototype.set=function(e,n,r){r=r||this._maxAge,i(e);var a=r?Date.now():0,s=this._lengthCalculator(n);if(t(this._cache,e))return s>this._max?(u(this,this._cache[e]),!1):(this._dispose&&this._dispose(e,this._cache[e].value),this._cache[e].now=a,this._cache[e].maxAge=r,this._cache[e].value=n,this._length+=s-this._cache[e].length,this._cache[e].length=s,this.get(e),this._length>this._max&&l(this),!0);var o=new d(e,n,this._mru++,s,a,r);return o.length>this._max?(this._dispose&&this._dispose(e,n),!1):(this._length+=o.length,this._lruList[o.lu]=this._cache[e]=o,this._itemCount++,this._length>this._max&&l(this),!0)},a.prototype.has=function(e){return i(e),!!t(this._cache,e)&&!o(this,this._cache[e])},a.prototype.get=function(e){return i(e),s(this,e,!0)},a.prototype.peek=function(e){return i(e),s(this,e,!1)},a.prototype.pop=function(){var e=this._lruList[this._lru];return u(this,e),e||null},a.prototype.del=function(e){i(e),u(this,this._cache[e])},a.prototype.load=function(e){this.reset();for(var t=Date.now(),n=e.length-1;n>=0;n--){var r=e[n];i(r.k);var a=r.e||0;if(0===a)this.set(r.k,r.v);else{var s=a-t;s>0&&this.set(r.k,r.v,s)}}}}()},"./node_modules/create-ecdh/browser.js":function(e,t,n){(function(t){var r=n("./node_modules/elliptic/lib/elliptic.js"),i=n("./node_modules/bn.js/lib/bn.js");e.exports=function(e){return new s(e)};var a={secp256k1:{name:"secp256k1",byteLength:32},secp224r1:{name:"p224",byteLength:28},prime256v1:{name:"p256",byteLength:32},prime192v1:{name:"p192",byteLength:24},ed25519:{name:"ed25519",byteLength:32},secp384r1:{name:"p384",byteLength:48},secp521r1:{name:"p521",byteLength:66}};function s(e){this.curveType=a[e],this.curveType||(this.curveType={name:e}),this.curve=new r.ec(this.curveType.name),this.keys=void 0}function o(e,n,r){Array.isArray(e)||(e=e.toArray());var i=new t(e);if(r&&i.length<r){var a=new t(r-i.length);a.fill(0),i=t.concat([a,i])}return n?i.toString(n):i}a.p224=a.secp224r1,a.p256=a.secp256r1=a.prime256v1,a.p192=a.secp192r1=a.prime192v1,a.p384=a.secp384r1,a.p521=a.secp521r1,s.prototype.generateKeys=function(e,t){return this.keys=this.curve.genKeyPair(),this.getPublicKey(e,t)},s.prototype.computeSecret=function(e,n,r){return n=n||"utf8",t.isBuffer(e)||(e=new t(e,n)),o(this.curve.keyFromPublic(e).getPublic().mul(this.keys.getPrivate()).getX(),r,this.curveType.byteLength)},s.prototype.getPublicKey=function(e,t){var n=this.keys.getPublic("compressed"===t,!0);return"hybrid"===t&&(n[n.length-1]%2?n[0]=7:n[0]=6),o(n,e)},s.prototype.getPrivateKey=function(e){return o(this.keys.getPrivate(),e)},s.prototype.setPublicKey=function(e,n){return n=n||"utf8",t.isBuffer(e)||(e=new t(e,n)),this.keys._importPublic(e),this},s.prototype.setPrivateKey=function(e,n){n=n||"utf8",t.isBuffer(e)||(e=new t(e,n));var r=new i(e);return r=r.toString(16),this.keys=this.curve.genKeyPair(),this.keys._importPrivate(r),this}}).call(this,n("./node_modules/buffer/index.js").Buffer)},"./node_modules/create-hash/browser.js":function(e,t,n){"use strict";var r=n("./node_modules/inherits/inherits_browser.js"),i=n("./node_modules/md5.js/index.js"),a=n("./node_modules/ripemd160/index.js"),s=n("./node_modules/sha.js/index.js"),o=n("./node_modules/cipher-base/index.js");function l(e){o.call(this,"digest"),this._hash=e}r(l,o),l.prototype._update=function(e){this._hash.update(e)},l.prototype._final=function(){return this._hash.digest()},e.exports=function(e){return"md5"===(e=e.toLowerCase())?new i:"rmd160"===e||"ripemd160"===e?new a:new l(s(e))}},"./node_modules/create-hash/md5.js":function(e,t,n){var r=n("./node_modules/md5.js/index.js");e.exports=function(e){return(new r).update(e).digest()}},"./node_modules/create-hmac/browser.js":function(e,t,n){"use strict";var r=n("./node_modules/inherits/inherits_browser.js"),i=n("./node_modules/create-hmac/legacy.js"),a=n("./node_modules/cipher-base/index.js"),s=n("./node_modules/safe-buffer/index.js").Buffer,o=n("./node_modules/create-hash/md5.js"),l=n("./node_modules/ripemd160/index.js"),c=n("./node_modules/sha.js/index.js"),u=s.alloc(128);function d(e,t){a.call(this,"digest"),"string"==typeof t&&(t=s.from(t));var n="sha512"===e||"sha384"===e?128:64;(this._alg=e,this._key=t,t.length>n)?t=("rmd160"===e?new l:c(e)).update(t).digest():t.length<n&&(t=s.concat([t,u],n));for(var r=this._ipad=s.allocUnsafe(n),i=this._opad=s.allocUnsafe(n),o=0;o<n;o++)r[o]=54^t[o],i[o]=92^t[o];this._hash="rmd160"===e?new l:c(e),this._hash.update(r)}r(d,a),d.prototype._update=function(e){this._hash.update(e)},d.prototype._final=function(){var e=this._hash.digest();return("rmd160"===this._alg?new l:c(this._alg)).update(this._opad).update(e).digest()},e.exports=function(e,t){return"rmd160"===(e=e.toLowerCase())||"ripemd160"===e?new d("rmd160",t):"md5"===e?new i(o,t):new d(e,t)}},"./node_modules/create-hmac/legacy.js":function(e,t,n){"use strict";var r=n("./node_modules/inherits/inherits_browser.js"),i=n("./node_modules/safe-buffer/index.js").Buffer,a=n("./node_modules/cipher-base/index.js"),s=i.alloc(128);function o(e,t){a.call(this,"digest"),"string"==typeof t&&(t=i.from(t)),this._alg=e,this._key=t,t.length>64?t=e(t):t.length<64&&(t=i.concat([t,s],64));for(var n=this._ipad=i.allocUnsafe(64),r=this._opad=i.allocUnsafe(64),o=0;o<64;o++)n[o]=54^t[o],r[o]=92^t[o];this._hash=[n]}r(o,a),o.prototype._update=function(e){this._hash.push(e)},o.prototype._final=function(){var e=this._alg(i.concat(this._hash));return this._alg(i.concat([this._opad,e]))},e.exports=o},"./node_modules/crypto-browserify/index.js":function(e,t,n){"use strict";t.randomBytes=t.rng=t.pseudoRandomBytes=t.prng=n("./node_modules/randombytes/browser.js"),t.createHash=t.Hash=n("./node_modules/create-hash/browser.js"),t.createHmac=t.Hmac=n("./node_modules/create-hmac/browser.js");var r=n("./node_modules/browserify-sign/algos.js"),i=Object.keys(r),a=["sha1","sha224","sha256","sha384","sha512","md5","rmd160"].concat(i);t.getHashes=function(){return a};var s=n("./node_modules/pbkdf2/browser.js");t.pbkdf2=s.pbkdf2,t.pbkdf2Sync=s.pbkdf2Sync;var o=n("./node_modules/browserify-cipher/browser.js");t.Cipher=o.Cipher,t.createCipher=o.createCipher,t.Cipheriv=o.Cipheriv,t.createCipheriv=o.createCipheriv,t.Decipher=o.Decipher,t.createDecipher=o.createDecipher,t.Decipheriv=o.Decipheriv,t.createDecipheriv=o.createDecipheriv,t.getCiphers=o.getCiphers,t.listCiphers=o.listCiphers;var l=n("./node_modules/diffie-hellman/browser.js");t.DiffieHellmanGroup=l.DiffieHellmanGroup,t.createDiffieHellmanGroup=l.createDiffieHellmanGroup,t.getDiffieHellman=l.getDiffieHellman,t.createDiffieHellman=l.createDiffieHellman,t.DiffieHellman=l.DiffieHellman;var c=n("./node_modules/browserify-sign/browser/index.js");t.createSign=c.createSign,t.Sign=c.Sign,t.createVerify=c.createVerify,t.Verify=c.Verify,t.createECDH=n("./node_modules/create-ecdh/browser.js");var u=n("./node_modules/public-encrypt/browser.js");t.publicEncrypt=u.publicEncrypt,t.privateEncrypt=u.privateEncrypt,t.publicDecrypt=u.publicDecrypt,t.privateDecrypt=u.privateDecrypt;var d=n("./node_modules/randomfill/browser.js");t.randomFill=d.randomFill,t.randomFillSync=d.randomFillSync,t.createCredentials=function(){throw new Error(["sorry, createCredentials is not implemented yet","we accept pull requests","https://github.com/crypto-browserify/crypto-browserify"].join("\n"))},t.constants={DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,NPN_ENABLED:1,ALPN_ENABLED:1,RSA_PKCS1_PADDING:1,RSA_SSLV23_PADDING:2,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6}},"./node_modules/css-color-function/lib/adjusters.js":function(e,t,n){var r=n("./node_modules/color/index.js");function i(e){return function(t,n){var r;"modifier"==n[0].type&&(r=n.shift().value);var i=n[0].value;-1!=i.indexOf("%")?(i=parseInt(i,10)/100,r?"*"!=r&&(i=t[e]()*i):i*="alpha"==e?1:255):i=Number(i),t[e](s(t[e](),i,r))}}function a(e){return function(t,n){var r;"modifier"==n[0].type&&(r=n.shift().value);var i=parseFloat(n[0].value,10);t[e](s(t[e](),i,r))}}function s(e,t,n){switch(n){case"+":return e+t;case"-":return e-t;case"*":return e*t;default:return t}}t.red=i("red"),t.blue=i("blue"),t.green=i("green"),t.alpha=t.a=i("alpha"),t.rgb=function(){},t.hue=t.h=a("hue"),t.saturation=t.s=a("saturation"),t.lightness=t.l=a("lightness"),t.whiteness=t.w=a("whiteness"),t.blackness=t.b=a("blackness"),t.blend=function(e,t){var n=e.alpha();e.alpha(1);var i=new r(t[0].value),a=1-parseInt(t[1].value,10)/100;e.mix(i,a).alpha(n)},t.tint=function(e,n){n.unshift({type:"argument",value:"white"}),t.blend(e,n)},t.shade=function(e,n){n.unshift({type:"argument",value:"black"}),t.blend(e,n)},t.contrast=function(e,t){0==t.length&&t.push({type:"argument",value:"100%"});var n=1-parseInt(t[0].value,10)/100,i=e.luminosity()<.5?new r({h:e.hue(),w:100,b:0}):new r({h:e.hue(),w:0,b:100}),a=i;if(e.contrast(i)>4.5){var s=(a=function(e,t,n){t.hue();var r=t.clone(),i=t.whiteness(),a=t.blackness(),s=n.whiteness(),o=n.blackness();for(;Math.abs(i-s)>1||Math.abs(a-o)>1;){var l=Math.round((s+i)/2),c=Math.round((o+a)/2);r.whiteness(l),r.blackness(c),r.contrast(t)>e?(s=l,o=c):(i=l,a=c)}return r}(4.5,e,i)).alpha();a.alpha(1),a.mix(i,n).alpha(s)}e.hwb(a.hwb())}},"./node_modules/css-color-function/lib/convert.js":function(e,t,n){var r=n("./node_modules/css-color-function/node_modules/balanced-match/index.js"),i=n("./node_modules/color/index.js"),a=n("./node_modules/css-color-function/lib/parse.js"),s=n("./node_modules/css-color-function/lib/adjusters.js");e.exports=function e(t){var n=t.indexOf("color(");if(-1==n)return t;if(t=t.slice(n),!(t=r("(",")",t)))throw new SyntaxError("Missing closing parenthese for '"+t+"'");return function e(t){var n=new i("function"==t.arguments[0].type?e(t.arguments[0]):t.arguments[0].value);return t.arguments.slice(1).forEach((function(t){var r=t.name;if(!s[r])throw new Error("Unknown <color-adjuster> '"+r+"'");t.arguments.forEach((function(t){"function"==t.type&&"color"==t.name&&(t.value=e(t),t.type="color",delete t.name)})),s[r](n,t.arguments)})),n.rgbString()}(a("color("+t.body+")"))+e(t.post)}},"./node_modules/css-color-function/lib/index.js":function(e,t,n){var r=n("./node_modules/css-color-function/lib/convert.js"),i=n("./node_modules/css-color-function/lib/parse.js");t.convert=r,t.parse=i},"./node_modules/css-color-function/lib/parse.js":function(e,t,n){var r=n("./node_modules/css-color-function/node_modules/balanced-match/index.js"),i=n("./node_modules/css-color-function/node_modules/debug/src/browser.js")("css-color-function:parse");e.exports=function(e){"string"!=typeof e&&(e=e.toString());function t(t){var n=t.exec(e);if(n)return e=e.slice(n[0].length),n.slice(1)}function n(){t(/^\s+/)}function a(){var e=t(/^([\+\-\*])/);if(e){var n={type:"modifier"};return n.value=e[0],i("modifier %o",n),n}}function s(){var e=t(/^([^\)\s]+)/);if(e){var n={type:"number"};return n.value=e[0],i("number %o",n),n}}function o(){var e=t(/^(\w+)\(/);if(e){n();var r={type:"function"};return r.name=e[0],r.arguments=function(){for(var e,t=[];e=a()||c()||s();)t.push(e),n();return i("args %o",t),t}(),function(){var e=t(/^\)/);if(e)i("rparen")}(),i("adjuster %o",r),r}}function l(){var e={type:"color"},r=t(/([^\)\s]+)/)[0];-1!=r.indexOf("(")&&(r+=t(/([^\)]*?\))/)[0]);return e.value=r,n(),e}function c(){if(e.match(/^color\(/)){var t=r("(",")",e);if(!t)throw new SyntaxError("Missing closing parenthese for '"+e+"'");if(""===t.body)throw new SyntaxError("color() function cannot be empty");e=t.body,n();var a,s={};for(s.type="function",s.name="color",s.arguments=[c()||l()],i("function arguments %o",s.arguments);a=o();)s.arguments.push(a),n();return e=t.post,n(),i("function %o",s),s}}return i("string %s",e),c()}},"./node_modules/css-color-function/node_modules/balanced-match/index.js":function(e,t){e.exports=function(e,t,n){for(var r=0,i={},a=0;a<n.length;a++)if(e==n.substr(a,e.length))"start"in i||(i.start=a),r++;else if(t==n.substr(a,t.length)&&"start"in i&&!--r)return i.end=a,i.pre=n.substr(0,i.start),i.body=i.end-i.start>1?n.substring(i.start+e.length,i.end):"",i.post=n.slice(i.end+t.length),i}},"./node_modules/css-color-function/node_modules/debug/src/browser.js":function(e,t,n){"use strict";(function(r){function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}t.log=function(){var e;return"object"===("undefined"==typeof console?"undefined":i(console))&&console.log&&(e=console).log.apply(e,arguments)},t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0,i=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(r++,"%c"===e&&(i=r))})),t.splice(i,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(n){}},t.load=function(){var e;try{e=t.storage.getItem("debug")}catch(n){}!e&&void 0!==r&&"env"in r&&(e=Object({NODE_ENV:"production"}).DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],e.exports=n("./node_modules/css-color-function/node_modules/debug/src/common.js")(t),e.exports.formatters.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}}).call(this,n("./node_modules/process/browser.js"))},"./node_modules/css-color-function/node_modules/debug/src/common.js":function(e,t,n){"use strict";e.exports=function(e){function t(e){for(var t=0,n=0;n<e.length;n++)t=(t<<5)-t+e.charCodeAt(n),t|=0;return r.colors[Math.abs(t)%r.colors.length]}function r(e){var n;function s(){if(s.enabled){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];var a=s,o=Number(new Date),l=o-(n||o);a.diff=l,a.prev=n,a.curr=o,n=o,t[0]=r.coerce(t[0]),"string"!=typeof t[0]&&t.unshift("%O");var c=0;t[0]=t[0].replace(/%([a-zA-Z%])/g,(function(e,n){if("%%"===e)return e;c++;var i=r.formatters[n];if("function"==typeof i){var s=t[c];e=i.call(a,s),t.splice(c,1),c--}return e})),r.formatArgs.call(a,t);var u=a.log||r.log;u.apply(a,t)}}return s.namespace=e,s.enabled=r.enabled(e),s.useColors=r.useColors(),s.color=t(e),s.destroy=i,s.extend=a,"function"==typeof r.init&&r.init(s),r.instances.push(s),s}function i(){var e=r.instances.indexOf(this);return-1!==e&&(r.instances.splice(e,1),!0)}function a(e,t){return r(this.namespace+(void 0===t?":":t)+e)}return r.debug=r,r.default=r,r.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},r.disable=function(){r.enable("")},r.enable=function(e){var t;r.save(e),r.names=[],r.skips=[];var n=("string"==typeof e?e:"").split(/[\s,]+/),i=n.length;for(t=0;t<i;t++)n[t]&&("-"===(e=n[t].replace(/\*/g,".*?"))[0]?r.skips.push(new RegExp("^"+e.substr(1)+"$")):r.names.push(new RegExp("^"+e+"$")));for(t=0;t<r.instances.length;t++){var a=r.instances[t];a.enabled=r.enabled(a.namespace)}},r.enabled=function(e){if("*"===e[e.length-1])return!0;var t,n;for(t=0,n=r.skips.length;t<n;t++)if(r.skips[t].test(e))return!1;for(t=0,n=r.names.length;t<n;t++)if(r.names[t].test(e))return!0;return!1},r.humanize=n("./node_modules/ms/index.js"),Object.keys(e).forEach((function(t){r[t]=e[t]})),r.instances=[],r.names=[],r.skips=[],r.formatters={},r.selectColor=t,r.enable(r.load()),r}},"./node_modules/cssesc/cssesc.js":function(e,t,n){"use strict";var r={}.hasOwnProperty,i=/[ -,\.\/:-@\[-\^`\{-~]/,a=/[ -,\.\/:-@\[\]\^`\{-~]/,s=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,o=function e(t,n){"single"!=(n=function(e,t){if(!e)return t;var n={};for(var i in t)n[i]=r.call(e,i)?e[i]:t[i];return n}(n,e.options)).quotes&&"double"!=n.quotes&&(n.quotes="single");for(var o="double"==n.quotes?'"':"'",l=n.isIdentifier,c=t.charAt(0),u="",d=0,f=t.length;d<f;){var h=t.charAt(d++),p=h.charCodeAt(),m=void 0;if(p<32||p>126){if(p>=55296&&p<=56319&&d<f){var b=t.charCodeAt(d++);56320==(64512&b)?p=((1023&p)<<10)+(1023&b)+65536:d--}m="\\"+p.toString(16).toUpperCase()+" "}else m=n.escapeEverything?i.test(h)?"\\"+h:"\\"+p.toString(16).toUpperCase()+" ":/[\t\n\f\r\x0B]/.test(h)?"\\"+p.toString(16).toUpperCase()+" ":"\\"==h||!l&&('"'==h&&o==h||"'"==h&&o==h)||l&&a.test(h)?"\\"+h:h;u+=m}return l&&(/^-[-\d]/.test(u)?u="\\-"+u.slice(1):/\d/.test(c)&&(u="\\3"+c+" "+u.slice(1))),u=u.replace(s,(function(e,t,n){return t&&t.length%2?e:(t||"")+n})),!l&&n.wrap?o+u+o:u};o.options={escapeEverything:!1,isIdentifier:!1,quotes:"single",wrap:!1},o.version="3.0.0",e.exports=o},"./node_modules/d/index.js":function(e,t,n){"use strict";var r=n("./node_modules/type/value/is.js"),i=n("./node_modules/type/plain-function/is.js"),a=n("./node_modules/es5-ext/object/assign/index.js"),s=n("./node_modules/es5-ext/object/normalize-options.js"),o=n("./node_modules/es5-ext/string/#/contains/index.js");(e.exports=function(e,t){var n,i,l,c,u;return arguments.length<2||"string"!=typeof e?(c=t,t=e,e=null):c=arguments[2],r(e)?(n=o.call(e,"c"),i=o.call(e,"e"),l=o.call(e,"w")):(n=l=!0,i=!1),u={value:t,configurable:n,enumerable:i,writable:l},c?a(s(c),u):u}).gs=function(e,t,n){var l,c,u,d;return"string"!=typeof e?(u=n,n=t,t=e,e=null):u=arguments[3],r(t)?i(t)?r(n)?i(n)||(u=n,n=void 0):n=void 0:(u=t,t=n=void 0):t=void 0,r(e)?(l=o.call(e,"c"),c=o.call(e,"e")):(l=!0,c=!1),d={get:t,set:n,configurable:l,enumerable:c},u?a(s(u),d):d}},"./node_modules/des.js/lib/des.js":function(e,t,n){"use strict";t.utils=n("./node_modules/des.js/lib/des/utils.js"),t.Cipher=n("./node_modules/des.js/lib/des/cipher.js"),t.DES=n("./node_modules/des.js/lib/des/des.js"),t.CBC=n("./node_modules/des.js/lib/des/cbc.js"),t.EDE=n("./node_modules/des.js/lib/des/ede.js")},"./node_modules/des.js/lib/des/cbc.js":function(e,t,n){"use strict";var r=n("./node_modules/minimalistic-assert/index.js"),i=n("./node_modules/inherits/inherits_browser.js"),a={};function s(e){r.equal(e.length,8,"Invalid IV length"),this.iv=new Array(8);for(var t=0;t<this.iv.length;t++)this.iv[t]=e[t]}t.instantiate=function(e){function t(t){e.call(this,t),this._cbcInit()}i(t,e);for(var n=Object.keys(a),r=0;r<n.length;r++){var s=n[r];t.prototype[s]=a[s]}return t.create=function(e){return new t(e)},t},a._cbcInit=function(){var e=new s(this.options.iv);this._cbcState=e},a._update=function(e,t,n,r){var i=this._cbcState,a=this.constructor.super_.prototype,s=i.iv;if("encrypt"===this.type){for(var o=0;o<this.blockSize;o++)s[o]^=e[t+o];a._update.call(this,s,0,n,r);for(o=0;o<this.blockSize;o++)s[o]=n[r+o]}else{a._update.call(this,e,t,n,r);for(o=0;o<this.blockSize;o++)n[r+o]^=s[o];for(o=0;o<this.blockSize;o++)s[o]=e[t+o]}}},"./node_modules/des.js/lib/des/cipher.js":function(e,t,n){"use strict";var r=n("./node_modules/minimalistic-assert/index.js");function i(e){this.options=e,this.type=this.options.type,this.blockSize=8,this._init(),this.buffer=new Array(this.blockSize),this.bufferOff=0}e.exports=i,i.prototype._init=function(){},i.prototype.update=function(e){return 0===e.length?[]:"decrypt"===this.type?this._updateDecrypt(e):this._updateEncrypt(e)},i.prototype._buffer=function(e,t){for(var n=Math.min(this.buffer.length-this.bufferOff,e.length-t),r=0;r<n;r++)this.buffer[this.bufferOff+r]=e[t+r];return this.bufferOff+=n,n},i.prototype._flushBuffer=function(e,t){return this._update(this.buffer,0,e,t),this.bufferOff=0,this.blockSize},i.prototype._updateEncrypt=function(e){var t=0,n=0,r=(this.bufferOff+e.length)/this.blockSize|0,i=new Array(r*this.blockSize);0!==this.bufferOff&&(t+=this._buffer(e,t),this.bufferOff===this.buffer.length&&(n+=this._flushBuffer(i,n)));for(var a=e.length-(e.length-t)%this.blockSize;t<a;t+=this.blockSize)this._update(e,t,i,n),n+=this.blockSize;for(;t<e.length;t++,this.bufferOff++)this.buffer[this.bufferOff]=e[t];return i},i.prototype._updateDecrypt=function(e){for(var t=0,n=0,r=Math.ceil((this.bufferOff+e.length)/this.blockSize)-1,i=new Array(r*this.blockSize);r>0;r--)t+=this._buffer(e,t),n+=this._flushBuffer(i,n);return t+=this._buffer(e,t),i},i.prototype.final=function(e){var t,n;return e&&(t=this.update(e)),n="encrypt"===this.type?this._finalEncrypt():this._finalDecrypt(),t?t.concat(n):n},i.prototype._pad=function(e,t){if(0===t)return!1;for(;t<e.length;)e[t++]=0;return!0},i.prototype._finalEncrypt=function(){if(!this._pad(this.buffer,this.bufferOff))return[];var e=new Array(this.blockSize);return this._update(this.buffer,0,e,0),e},i.prototype._unpad=function(e){return e},i.prototype._finalDecrypt=function(){r.equal(this.bufferOff,this.blockSize,"Not enough data to decrypt");var e=new Array(this.blockSize);return this._flushBuffer(e,0),this._unpad(e)}},"./node_modules/des.js/lib/des/des.js":function(e,t,n){"use strict";var r=n("./node_modules/minimalistic-assert/index.js"),i=n("./node_modules/inherits/inherits_browser.js"),a=n("./node_modules/des.js/lib/des/utils.js"),s=n("./node_modules/des.js/lib/des/cipher.js");function o(){this.tmp=new Array(2),this.keys=null}function l(e){s.call(this,e);var t=new o;this._desState=t,this.deriveKeys(t,e.key)}i(l,s),e.exports=l,l.create=function(e){return new l(e)};var c=[1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1];l.prototype.deriveKeys=function(e,t){e.keys=new Array(32),r.equal(t.length,this.blockSize,"Invalid key length");var n=a.readUInt32BE(t,0),i=a.readUInt32BE(t,4);a.pc1(n,i,e.tmp,0),n=e.tmp[0],i=e.tmp[1];for(var s=0;s<e.keys.length;s+=2){var o=c[s>>>1];n=a.r28shl(n,o),i=a.r28shl(i,o),a.pc2(n,i,e.keys,s)}},l.prototype._update=function(e,t,n,r){var i=this._desState,s=a.readUInt32BE(e,t),o=a.readUInt32BE(e,t+4);a.ip(s,o,i.tmp,0),s=i.tmp[0],o=i.tmp[1],"encrypt"===this.type?this._encrypt(i,s,o,i.tmp,0):this._decrypt(i,s,o,i.tmp,0),s=i.tmp[0],o=i.tmp[1],a.writeUInt32BE(n,s,r),a.writeUInt32BE(n,o,r+4)},l.prototype._pad=function(e,t){for(var n=e.length-t,r=t;r<e.length;r++)e[r]=n;return!0},l.prototype._unpad=function(e){for(var t=e[e.length-1],n=e.length-t;n<e.length;n++)r.equal(e[n],t);return e.slice(0,e.length-t)},l.prototype._encrypt=function(e,t,n,r,i){for(var s=t,o=n,l=0;l<e.keys.length;l+=2){var c=e.keys[l],u=e.keys[l+1];a.expand(o,e.tmp,0),c^=e.tmp[0],u^=e.tmp[1];var d=a.substitute(c,u),f=o;o=(s^a.permute(d))>>>0,s=f}a.rip(o,s,r,i)},l.prototype._decrypt=function(e,t,n,r,i){for(var s=n,o=t,l=e.keys.length-2;l>=0;l-=2){var c=e.keys[l],u=e.keys[l+1];a.expand(s,e.tmp,0),c^=e.tmp[0],u^=e.tmp[1];var d=a.substitute(c,u),f=s;s=(o^a.permute(d))>>>0,o=f}a.rip(s,o,r,i)}},"./node_modules/des.js/lib/des/ede.js":function(e,t,n){"use strict";var r=n("./node_modules/minimalistic-assert/index.js"),i=n("./node_modules/inherits/inherits_browser.js"),a=n("./node_modules/des.js/lib/des/cipher.js"),s=n("./node_modules/des.js/lib/des/des.js");function o(e,t){r.equal(t.length,24,"Invalid key length");var n=t.slice(0,8),i=t.slice(8,16),a=t.slice(16,24);this.ciphers="encrypt"===e?[s.create({type:"encrypt",key:n}),s.create({type:"decrypt",key:i}),s.create({type:"encrypt",key:a})]:[s.create({type:"decrypt",key:a}),s.create({type:"encrypt",key:i}),s.create({type:"decrypt",key:n})]}function l(e){a.call(this,e);var t=new o(this.type,this.options.key);this._edeState=t}i(l,a),e.exports=l,l.create=function(e){return new l(e)},l.prototype._update=function(e,t,n,r){var i=this._edeState;i.ciphers[0]._update(e,t,n,r),i.ciphers[1]._update(n,r,n,r),i.ciphers[2]._update(n,r,n,r)},l.prototype._pad=s.prototype._pad,l.prototype._unpad=s.prototype._unpad},"./node_modules/des.js/lib/des/utils.js":function(e,t,n){"use strict";t.readUInt32BE=function(e,t){return(e[0+t]<<24|e[1+t]<<16|e[2+t]<<8|e[3+t])>>>0},t.writeUInt32BE=function(e,t,n){e[0+n]=t>>>24,e[1+n]=t>>>16&255,e[2+n]=t>>>8&255,e[3+n]=255&t},t.ip=function(e,t,n,r){for(var i=0,a=0,s=6;s>=0;s-=2){for(var o=0;o<=24;o+=8)i<<=1,i|=t>>>o+s&1;for(o=0;o<=24;o+=8)i<<=1,i|=e>>>o+s&1}for(s=6;s>=0;s-=2){for(o=1;o<=25;o+=8)a<<=1,a|=t>>>o+s&1;for(o=1;o<=25;o+=8)a<<=1,a|=e>>>o+s&1}n[r+0]=i>>>0,n[r+1]=a>>>0},t.rip=function(e,t,n,r){for(var i=0,a=0,s=0;s<4;s++)for(var o=24;o>=0;o-=8)i<<=1,i|=t>>>o+s&1,i<<=1,i|=e>>>o+s&1;for(s=4;s<8;s++)for(o=24;o>=0;o-=8)a<<=1,a|=t>>>o+s&1,a<<=1,a|=e>>>o+s&1;n[r+0]=i>>>0,n[r+1]=a>>>0},t.pc1=function(e,t,n,r){for(var i=0,a=0,s=7;s>=5;s--){for(var o=0;o<=24;o+=8)i<<=1,i|=t>>o+s&1;for(o=0;o<=24;o+=8)i<<=1,i|=e>>o+s&1}for(o=0;o<=24;o+=8)i<<=1,i|=t>>o+s&1;for(s=1;s<=3;s++){for(o=0;o<=24;o+=8)a<<=1,a|=t>>o+s&1;for(o=0;o<=24;o+=8)a<<=1,a|=e>>o+s&1}for(o=0;o<=24;o+=8)a<<=1,a|=e>>o+s&1;n[r+0]=i>>>0,n[r+1]=a>>>0},t.r28shl=function(e,t){return e<<t&268435455|e>>>28-t};var r=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];t.pc2=function(e,t,n,i){for(var a=0,s=0,o=r.length>>>1,l=0;l<o;l++)a<<=1,a|=e>>>r[l]&1;for(l=o;l<r.length;l++)s<<=1,s|=t>>>r[l]&1;n[i+0]=a>>>0,n[i+1]=s>>>0},t.expand=function(e,t,n){var r=0,i=0;r=(1&e)<<5|e>>>27;for(var a=23;a>=15;a-=4)r<<=6,r|=e>>>a&63;for(a=11;a>=3;a-=4)i|=e>>>a&63,i<<=6;i|=(31&e)<<1|e>>>31,t[n+0]=r>>>0,t[n+1]=i>>>0};var i=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];t.substitute=function(e,t){for(var n=0,r=0;r<4;r++){n<<=4,n|=i[64*r+(e>>>18-6*r&63)]}for(r=0;r<4;r++){n<<=4,n|=i[256+64*r+(t>>>18-6*r&63)]}return n>>>0};var a=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];t.permute=function(e){for(var t=0,n=0;n<a.length;n++)t<<=1,t|=e>>>a[n]&1;return t>>>0},t.padSplit=function(e,t,n){for(var r=e.toString(2);r.length<t;)r="0"+r;for(var i=[],a=0;a<t;a+=n)i.push(r.slice(a,a+n));return i.join(" ")}},"./node_modules/diffie-hellman/browser.js":function(e,t,n){(function(e){var r=n("./node_modules/diffie-hellman/lib/generatePrime.js"),i=n("./node_modules/diffie-hellman/lib/primes.json"),a=n("./node_modules/diffie-hellman/lib/dh.js");var s={binary:!0,hex:!0,base64:!0};t.DiffieHellmanGroup=t.createDiffieHellmanGroup=t.getDiffieHellman=function(t){var n=new e(i[t].prime,"hex"),r=new e(i[t].gen,"hex");return new a(n,r)},t.createDiffieHellman=t.DiffieHellman=function t(n,i,o,l){return e.isBuffer(i)||void 0===s[i]?t(n,"binary",i,o):(i=i||"binary",l=l||"binary",o=o||new e([2]),e.isBuffer(o)||(o=new e(o,l)),"number"==typeof n?new a(r(n,o),o,!0):(e.isBuffer(n)||(n=new e(n,i)),new a(n,o,!0)))}}).call(this,n("./node_modules/buffer/index.js").Buffer)},"./node_modules/diffie-hellman/lib/dh.js":function(e,t,n){(function(t){var r=n("./node_modules/bn.js/lib/bn.js"),i=new(n("./node_modules/miller-rabin/lib/mr.js")),a=new r(24),s=new r(11),o=new r(10),l=new r(3),c=new r(7),u=n("./node_modules/diffie-hellman/lib/generatePrime.js"),d=n("./node_modules/randombytes/browser.js");function f(e,n){return n=n||"utf8",t.isBuffer(e)||(e=new t(e,n)),this._pub=new r(e),this}function h(e,n){return n=n||"utf8",t.isBuffer(e)||(e=new t(e,n)),this._priv=new r(e),this}e.exports=m;var p={};function m(e,t,n){this.setGenerator(t),this.__prime=new r(e),this._prime=r.mont(this.__prime),this._primeLen=e.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,n?(this.setPublicKey=f,this.setPrivateKey=h):this._primeCode=8}function b(e,n){var r=new t(e.toArray());return n?r.toString(n):r}Object.defineProperty(m.prototype,"verifyError",{enumerable:!0,get:function(){return"number"!=typeof this._primeCode&&(this._primeCode=function(e,t){var n=t.toString("hex"),r=[n,e.toString(16)].join("_");if(r in p)return p[r];var d,f=0;if(e.isEven()||!u.simpleSieve||!u.fermatTest(e)||!i.test(e))return f+=1,f+="02"===n||"05"===n?8:4,p[r]=f,f;switch(i.test(e.shrn(1))||(f+=2),n){case"02":e.mod(a).cmp(s)&&(f+=8);break;case"05":(d=e.mod(o)).cmp(l)&&d.cmp(c)&&(f+=8);break;default:f+=4}return p[r]=f,f}(this.__prime,this.__gen)),this._primeCode}}),m.prototype.generateKeys=function(){return this._priv||(this._priv=new r(d(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()},m.prototype.computeSecret=function(e){var n=(e=(e=new r(e)).toRed(this._prime)).redPow(this._priv).fromRed(),i=new t(n.toArray()),a=this.getPrime();if(i.length<a.length){var s=new t(a.length-i.length);s.fill(0),i=t.concat([s,i])}return i},m.prototype.getPublicKey=function(e){return b(this._pub,e)},m.prototype.getPrivateKey=function(e){return b(this._priv,e)},m.prototype.getPrime=function(e){return b(this.__prime,e)},m.prototype.getGenerator=function(e){return b(this._gen,e)},m.prototype.setGenerator=function(e,n){return n=n||"utf8",t.isBuffer(e)||(e=new t(e,n)),this.__gen=e,this._gen=new r(e),this}}).call(this,n("./node_modules/buffer/index.js").Buffer)},"./node_modules/diffie-hellman/lib/generatePrime.js":function(e,t,n){var r=n("./node_modules/randombytes/browser.js");e.exports=g,g.simpleSieve=b,g.fermatTest=v;var i=n("./node_modules/bn.js/lib/bn.js"),a=new i(24),s=new(n("./node_modules/miller-rabin/lib/mr.js")),o=new i(1),l=new i(2),c=new i(5),u=(new i(16),new i(8),new i(10)),d=new i(3),f=(new i(7),new i(11)),h=new i(4),p=(new i(12),null);function m(){if(null!==p)return p;var e=[];e[0]=2;for(var t=1,n=3;n<1048576;n+=2){for(var r=Math.ceil(Math.sqrt(n)),i=0;i<t&&e[i]<=r&&n%e[i]!=0;i++);t!==i&&e[i]<=r||(e[t++]=n)}return p=e,e}function b(e){for(var t=m(),n=0;n<t.length;n++)if(0===e.modn(t[n]))return 0===e.cmpn(t[n]);return!0}function v(e){var t=i.mont(e);return 0===l.toRed(t).redPow(e.subn(1)).fromRed().cmpn(1)}function g(e,t){if(e<16)return new i(2===t||5===t?[140,123]:[140,39]);var n,p;for(t=new i(t);;){for(n=new i(r(Math.ceil(e/8)));n.bitLength()>e;)n.ishrn(1);if(n.isEven()&&n.iadd(o),n.testn(1)||n.iadd(l),t.cmp(l)){if(!t.cmp(c))for(;n.mod(u).cmp(d);)n.iadd(h)}else for(;n.mod(a).cmp(f);)n.iadd(h);if(b(p=n.shrn(1))&&b(n)&&v(p)&&v(n)&&s.test(p)&&s.test(n))return n}}},"./node_modules/diffie-hellman/lib/primes.json":function(e){e.exports=JSON.parse('{"modp1":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},"modp2":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},"modp5":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},"modp14":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},"modp15":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},"modp16":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},"modp17":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},"modp18":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"}}')},"./node_modules/dom-css/index.js":function(e,t,n){var r=n("./node_modules/prefix-style/index.js"),i=n("./node_modules/to-camel-case/index.js"),a={float:"cssFloat"},s=n("./node_modules/add-px-to-style/index.js");function o(e,t,n){var o=a[t];if(void 0===o&&(o=function(e){var t=i(e),n=r(t);return a[t]=a[e]=a[n]=n,n}(t)),o){if(void 0===n)return e.style[o];e.style[o]=s(o,n)}}function l(e,t){for(var n in t)t.hasOwnProperty(n)&&o(e,n,t[n])}function c(){2===arguments.length?"string"==typeof arguments[1]?arguments[0].style.cssText=arguments[1]:l(arguments[0],arguments[1]):o(arguments[0],arguments[1],arguments[2])}e.exports=c,e.exports.set=c,e.exports.get=function(e,t){return Array.isArray(t)?t.reduce((function(t,n){return t[n]=o(e,n||""),t}),{}):o(e,t||"")}},"./node_modules/elliptic/lib/elliptic.js":function(e,t,n){"use strict";var r=t;r.version=n("./node_modules/elliptic/package.json").version,r.utils=n("./node_modules/elliptic/lib/elliptic/utils.js"),r.rand=n("./node_modules/brorand/index.js"),r.curve=n("./node_modules/elliptic/lib/elliptic/curve/index.js"),r.curves=n("./node_modules/elliptic/lib/elliptic/curves.js"),r.ec=n("./node_modules/elliptic/lib/elliptic/ec/index.js"),r.eddsa=n("./node_modules/elliptic/lib/elliptic/eddsa/index.js")},"./node_modules/elliptic/lib/elliptic/curve/base.js":function(e,t,n){"use strict";var r=n("./node_modules/bn.js/lib/bn.js"),i=n("./node_modules/elliptic/lib/elliptic/utils.js"),a=i.getNAF,s=i.getJSF,o=i.assert;function l(e,t){this.type=e,this.p=new r(t.p,16),this.red=t.prime?r.red(t.prime):r.mont(this.p),this.zero=new r(0).toRed(this.red),this.one=new r(1).toRed(this.red),this.two=new r(2).toRed(this.red),this.n=t.n&&new r(t.n,16),this.g=t.g&&this.pointFromJSON(t.g,t.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var n=this.n&&this.p.div(this.n);!n||n.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function c(e,t){this.curve=e,this.type=t,this.precomputed=null}e.exports=l,l.prototype.point=function(){throw new Error("Not implemented")},l.prototype.validate=function(){throw new Error("Not implemented")},l.prototype._fixedNafMul=function(e,t){o(e.precomputed);var n=e._getDoubles(),r=a(t,1,this._bitLength),i=(1<<n.step+1)-(n.step%2==0?2:1);i/=3;for(var s=[],l=0;l<r.length;l+=n.step){var c=0;for(t=l+n.step-1;t>=l;t--)c=(c<<1)+r[t];s.push(c)}for(var u=this.jpoint(null,null,null),d=this.jpoint(null,null,null),f=i;f>0;f--){for(l=0;l<s.length;l++){(c=s[l])===f?d=d.mixedAdd(n.points[l]):c===-f&&(d=d.mixedAdd(n.points[l].neg()))}u=u.add(d)}return u.toP()},l.prototype._wnafMul=function(e,t){var n=4,r=e._getNAFPoints(n);n=r.wnd;for(var i=r.points,s=a(t,n,this._bitLength),l=this.jpoint(null,null,null),c=s.length-1;c>=0;c--){for(t=0;c>=0&&0===s[c];c--)t++;if(c>=0&&t++,l=l.dblp(t),c<0)break;var u=s[c];o(0!==u),l="affine"===e.type?u>0?l.mixedAdd(i[u-1>>1]):l.mixedAdd(i[-u-1>>1].neg()):u>0?l.add(i[u-1>>1]):l.add(i[-u-1>>1].neg())}return"affine"===e.type?l.toP():l},l.prototype._wnafMulAdd=function(e,t,n,r,i){for(var o=this._wnafT1,l=this._wnafT2,c=this._wnafT3,u=0,d=0;d<r;d++){var f=(k=t[d])._getNAFPoints(e);o[d]=f.wnd,l[d]=f.points}for(d=r-1;d>=1;d-=2){var h=d-1,p=d;if(1===o[h]&&1===o[p]){var m=[t[h],null,null,t[p]];0===t[h].y.cmp(t[p].y)?(m[1]=t[h].add(t[p]),m[2]=t[h].toJ().mixedAdd(t[p].neg())):0===t[h].y.cmp(t[p].y.redNeg())?(m[1]=t[h].toJ().mixedAdd(t[p]),m[2]=t[h].add(t[p].neg())):(m[1]=t[h].toJ().mixedAdd(t[p]),m[2]=t[h].toJ().mixedAdd(t[p].neg()));var b=[-3,-1,-5,-7,0,7,5,1,3],v=s(n[h],n[p]);u=Math.max(v[0].length,u),c[h]=new Array(u),c[p]=new Array(u);for(var g=0;g<u;g++){var y=0|v[0][g],w=0|v[1][g];c[h][g]=b[3*(y+1)+(w+1)],c[p][g]=0,l[h]=m}}else c[h]=a(n[h],o[h],this._bitLength),c[p]=a(n[p],o[p],this._bitLength),u=Math.max(c[h].length,u),u=Math.max(c[p].length,u)}var C=this.jpoint(null,null,null),_=this._wnafT4;for(d=u;d>=0;d--){for(var S=0;d>=0;){var x=!0;for(g=0;g<r;g++)_[g]=0|c[g][d],0!==_[g]&&(x=!1);if(!x)break;S++,d--}if(d>=0&&S++,C=C.dblp(S),d<0)break;for(g=0;g<r;g++){var k,T=_[g];0!==T&&(T>0?k=l[g][T-1>>1]:T<0&&(k=l[g][-T-1>>1].neg()),C="affine"===k.type?C.mixedAdd(k):C.add(k))}}for(d=0;d<r;d++)l[d]=null;return i?C:C.toP()},l.BasePoint=c,c.prototype.eq=function(){throw new Error("Not implemented")},c.prototype.validate=function(){return this.curve.validate(this)},l.prototype.decodePoint=function(e,t){e=i.toArray(e,t);var n=this.p.byteLength();if((4===e[0]||6===e[0]||7===e[0])&&e.length-1==2*n)return 6===e[0]?o(e[e.length-1]%2==0):7===e[0]&&o(e[e.length-1]%2==1),this.point(e.slice(1,1+n),e.slice(1+n,1+2*n));if((2===e[0]||3===e[0])&&e.length-1===n)return this.pointFromX(e.slice(1,1+n),3===e[0]);throw new Error("Unknown point format")},c.prototype.encodeCompressed=function(e){return this.encode(e,!0)},c.prototype._encode=function(e){var t=this.curve.p.byteLength(),n=this.getX().toArray("be",t);return e?[this.getY().isEven()?2:3].concat(n):[4].concat(n,this.getY().toArray("be",t))},c.prototype.encode=function(e,t){return i.encode(this._encode(t),e)},c.prototype.precompute=function(e){if(this.precomputed)return this;var t={doubles:null,naf:null,beta:null};return t.naf=this._getNAFPoints(8),t.doubles=this._getDoubles(4,e),t.beta=this._getBeta(),this.precomputed=t,this},c.prototype._hasDoubles=function(e){if(!this.precomputed)return!1;var t=this.precomputed.doubles;return!!t&&t.points.length>=Math.ceil((e.bitLength()+1)/t.step)},c.prototype._getDoubles=function(e,t){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var n=[this],r=this,i=0;i<t;i+=e){for(var a=0;a<e;a++)r=r.dbl();n.push(r)}return{step:e,points:n}},c.prototype._getNAFPoints=function(e){if(this.precomputed&&this.precomputed.naf)return this.precomputed.naf;for(var t=[this],n=(1<<e)-1,r=1===n?null:this.dbl(),i=1;i<n;i++)t[i]=t[i-1].add(r);return{wnd:e,points:t}},c.prototype._getBeta=function(){return null},c.prototype.dblp=function(e){for(var t=this,n=0;n<e;n++)t=t.dbl();return t}},"./node_modules/elliptic/lib/elliptic/curve/edwards.js":function(e,t,n){"use strict";var r=n("./node_modules/elliptic/lib/elliptic/utils.js"),i=n("./node_modules/bn.js/lib/bn.js"),a=n("./node_modules/inherits/inherits_browser.js"),s=n("./node_modules/elliptic/lib/elliptic/curve/base.js"),o=r.assert;function l(e){this.twisted=1!=(0|e.a),this.mOneA=this.twisted&&-1==(0|e.a),this.extended=this.mOneA,s.call(this,"edwards",e),this.a=new i(e.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new i(e.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new i(e.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),o(!this.twisted||0===this.c.fromRed().cmpn(1)),this.oneC=1==(0|e.c)}function c(e,t,n,r,a){s.BasePoint.call(this,e,"projective"),null===t&&null===n&&null===r?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new i(t,16),this.y=new i(n,16),this.z=r?new i(r,16):this.curve.one,this.t=a&&new i(a,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}a(l,s),e.exports=l,l.prototype._mulA=function(e){return this.mOneA?e.redNeg():this.a.redMul(e)},l.prototype._mulC=function(e){return this.oneC?e:this.c.redMul(e)},l.prototype.jpoint=function(e,t,n,r){return this.point(e,t,n,r)},l.prototype.pointFromX=function(e,t){(e=new i(e,16)).red||(e=e.toRed(this.red));var n=e.redSqr(),r=this.c2.redSub(this.a.redMul(n)),a=this.one.redSub(this.c2.redMul(this.d).redMul(n)),s=r.redMul(a.redInvm()),o=s.redSqrt();if(0!==o.redSqr().redSub(s).cmp(this.zero))throw new Error("invalid point");var l=o.fromRed().isOdd();return(t&&!l||!t&&l)&&(o=o.redNeg()),this.point(e,o)},l.prototype.pointFromY=function(e,t){(e=new i(e,16)).red||(e=e.toRed(this.red));var n=e.redSqr(),r=n.redSub(this.c2),a=n.redMul(this.d).redMul(this.c2).redSub(this.a),s=r.redMul(a.redInvm());if(0===s.cmp(this.zero)){if(t)throw new Error("invalid point");return this.point(this.zero,e)}var o=s.redSqrt();if(0!==o.redSqr().redSub(s).cmp(this.zero))throw new Error("invalid point");return o.fromRed().isOdd()!==t&&(o=o.redNeg()),this.point(o,e)},l.prototype.validate=function(e){if(e.isInfinity())return!0;e.normalize();var t=e.x.redSqr(),n=e.y.redSqr(),r=t.redMul(this.a).redAdd(n),i=this.c2.redMul(this.one.redAdd(this.d.redMul(t).redMul(n)));return 0===r.cmp(i)},a(c,s.BasePoint),l.prototype.pointFromJSON=function(e){return c.fromJSON(this,e)},l.prototype.point=function(e,t,n,r){return new c(this,e,t,n,r)},c.fromJSON=function(e,t){return new c(e,t[0],t[1],t[2])},c.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+" z: "+this.z.fromRed().toString(16,2)+">"},c.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&(0===this.y.cmp(this.z)||this.zOne&&0===this.y.cmp(this.curve.c))},c.prototype._extDbl=function(){var e=this.x.redSqr(),t=this.y.redSqr(),n=this.z.redSqr();n=n.redIAdd(n);var r=this.curve._mulA(e),i=this.x.redAdd(this.y).redSqr().redISub(e).redISub(t),a=r.redAdd(t),s=a.redSub(n),o=r.redSub(t),l=i.redMul(s),c=a.redMul(o),u=i.redMul(o),d=s.redMul(a);return this.curve.point(l,c,d,u)},c.prototype._projDbl=function(){var e,t,n,r=this.x.redAdd(this.y).redSqr(),i=this.x.redSqr(),a=this.y.redSqr();if(this.curve.twisted){var s=(c=this.curve._mulA(i)).redAdd(a);if(this.zOne)e=r.redSub(i).redSub(a).redMul(s.redSub(this.curve.two)),t=s.redMul(c.redSub(a)),n=s.redSqr().redSub(s).redSub(s);else{var o=this.z.redSqr(),l=s.redSub(o).redISub(o);e=r.redSub(i).redISub(a).redMul(l),t=s.redMul(c.redSub(a)),n=s.redMul(l)}}else{var c=i.redAdd(a);o=this.curve._mulC(this.z).redSqr(),l=c.redSub(o).redSub(o);e=this.curve._mulC(r.redISub(c)).redMul(l),t=this.curve._mulC(c).redMul(i.redISub(a)),n=c.redMul(l)}return this.curve.point(e,t,n)},c.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},c.prototype._extAdd=function(e){var t=this.y.redSub(this.x).redMul(e.y.redSub(e.x)),n=this.y.redAdd(this.x).redMul(e.y.redAdd(e.x)),r=this.t.redMul(this.curve.dd).redMul(e.t),i=this.z.redMul(e.z.redAdd(e.z)),a=n.redSub(t),s=i.redSub(r),o=i.redAdd(r),l=n.redAdd(t),c=a.redMul(s),u=o.redMul(l),d=a.redMul(l),f=s.redMul(o);return this.curve.point(c,u,f,d)},c.prototype._projAdd=function(e){var t,n,r=this.z.redMul(e.z),i=r.redSqr(),a=this.x.redMul(e.x),s=this.y.redMul(e.y),o=this.curve.d.redMul(a).redMul(s),l=i.redSub(o),c=i.redAdd(o),u=this.x.redAdd(this.y).redMul(e.x.redAdd(e.y)).redISub(a).redISub(s),d=r.redMul(l).redMul(u);return this.curve.twisted?(t=r.redMul(c).redMul(s.redSub(this.curve._mulA(a))),n=l.redMul(c)):(t=r.redMul(c).redMul(s.redSub(a)),n=this.curve._mulC(l).redMul(c)),this.curve.point(d,t,n)},c.prototype.add=function(e){return this.isInfinity()?e:e.isInfinity()?this:this.curve.extended?this._extAdd(e):this._projAdd(e)},c.prototype.mul=function(e){return this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve._wnafMul(this,e)},c.prototype.mulAdd=function(e,t,n){return this.curve._wnafMulAdd(1,[this,t],[e,n],2,!1)},c.prototype.jmulAdd=function(e,t,n){return this.curve._wnafMulAdd(1,[this,t],[e,n],2,!0)},c.prototype.normalize=function(){if(this.zOne)return this;var e=this.z.redInvm();return this.x=this.x.redMul(e),this.y=this.y.redMul(e),this.t&&(this.t=this.t.redMul(e)),this.z=this.curve.one,this.zOne=!0,this},c.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},c.prototype.getX=function(){return this.normalize(),this.x.fromRed()},c.prototype.getY=function(){return this.normalize(),this.y.fromRed()},c.prototype.eq=function(e){return this===e||0===this.getX().cmp(e.getX())&&0===this.getY().cmp(e.getY())},c.prototype.eqXToP=function(e){var t=e.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(t))return!0;for(var n=e.clone(),r=this.curve.redN.redMul(this.z);;){if(n.iadd(this.curve.n),n.cmp(this.curve.p)>=0)return!1;if(t.redIAdd(r),0===this.x.cmp(t))return!0}},c.prototype.toP=c.prototype.normalize,c.prototype.mixedAdd=c.prototype.add},"./node_modules/elliptic/lib/elliptic/curve/index.js":function(e,t,n){"use strict";var r=t;r.base=n("./node_modules/elliptic/lib/elliptic/curve/base.js"),r.short=n("./node_modules/elliptic/lib/elliptic/curve/short.js"),r.mont=n("./node_modules/elliptic/lib/elliptic/curve/mont.js"),r.edwards=n("./node_modules/elliptic/lib/elliptic/curve/edwards.js")},"./node_modules/elliptic/lib/elliptic/curve/mont.js":function(e,t,n){"use strict";var r=n("./node_modules/bn.js/lib/bn.js"),i=n("./node_modules/inherits/inherits_browser.js"),a=n("./node_modules/elliptic/lib/elliptic/curve/base.js"),s=n("./node_modules/elliptic/lib/elliptic/utils.js");function o(e){a.call(this,"mont",e),this.a=new r(e.a,16).toRed(this.red),this.b=new r(e.b,16).toRed(this.red),this.i4=new r(4).toRed(this.red).redInvm(),this.two=new r(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function l(e,t,n){a.BasePoint.call(this,e,"projective"),null===t&&null===n?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new r(t,16),this.z=new r(n,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}i(o,a),e.exports=o,o.prototype.validate=function(e){var t=e.normalize().x,n=t.redSqr(),r=n.redMul(t).redAdd(n.redMul(this.a)).redAdd(t);return 0===r.redSqrt().redSqr().cmp(r)},i(l,a.BasePoint),o.prototype.decodePoint=function(e,t){return this.point(s.toArray(e,t),1)},o.prototype.point=function(e,t){return new l(this,e,t)},o.prototype.pointFromJSON=function(e){return l.fromJSON(this,e)},l.prototype.precompute=function(){},l.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},l.fromJSON=function(e,t){return new l(e,t[0],t[1]||e.one)},l.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" z: "+this.z.fromRed().toString(16,2)+">"},l.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},l.prototype.dbl=function(){var e=this.x.redAdd(this.z).redSqr(),t=this.x.redSub(this.z).redSqr(),n=e.redSub(t),r=e.redMul(t),i=n.redMul(t.redAdd(this.curve.a24.redMul(n)));return this.curve.point(r,i)},l.prototype.add=function(){throw new Error("Not supported on Montgomery curve")},l.prototype.diffAdd=function(e,t){var n=this.x.redAdd(this.z),r=this.x.redSub(this.z),i=e.x.redAdd(e.z),a=e.x.redSub(e.z).redMul(n),s=i.redMul(r),o=t.z.redMul(a.redAdd(s).redSqr()),l=t.x.redMul(a.redISub(s).redSqr());return this.curve.point(o,l)},l.prototype.mul=function(e){for(var t=e.clone(),n=this,r=this.curve.point(null,null),i=[];0!==t.cmpn(0);t.iushrn(1))i.push(t.andln(1));for(var a=i.length-1;a>=0;a--)0===i[a]?(n=n.diffAdd(r,this),r=r.dbl()):(r=n.diffAdd(r,this),n=n.dbl());return r},l.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")},l.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")},l.prototype.eq=function(e){return 0===this.getX().cmp(e.getX())},l.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},l.prototype.getX=function(){return this.normalize(),this.x.fromRed()}},"./node_modules/elliptic/lib/elliptic/curve/short.js":function(e,t,n){"use strict";var r=n("./node_modules/elliptic/lib/elliptic/utils.js"),i=n("./node_modules/bn.js/lib/bn.js"),a=n("./node_modules/inherits/inherits_browser.js"),s=n("./node_modules/elliptic/lib/elliptic/curve/base.js"),o=r.assert;function l(e){s.call(this,"short",e),this.a=new i(e.a,16).toRed(this.red),this.b=new i(e.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=0===this.a.fromRed().cmpn(0),this.threeA=0===this.a.fromRed().sub(this.p).cmpn(-3),this.endo=this._getEndomorphism(e),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}function c(e,t,n,r){s.BasePoint.call(this,e,"affine"),null===t&&null===n?(this.x=null,this.y=null,this.inf=!0):(this.x=new i(t,16),this.y=new i(n,16),r&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}function u(e,t,n,r){s.BasePoint.call(this,e,"jacobian"),null===t&&null===n&&null===r?(this.x=this.curve.one,this.y=this.curve.one,this.z=new i(0)):(this.x=new i(t,16),this.y=new i(n,16),this.z=new i(r,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}a(l,s),e.exports=l,l.prototype._getEndomorphism=function(e){if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3)){var t,n;if(e.beta)t=new i(e.beta,16).toRed(this.red);else{var r=this._getEndoRoots(this.p);t=(t=r[0].cmp(r[1])<0?r[0]:r[1]).toRed(this.red)}if(e.lambda)n=new i(e.lambda,16);else{var a=this._getEndoRoots(this.n);0===this.g.mul(a[0]).x.cmp(this.g.x.redMul(t))?n=a[0]:(n=a[1],o(0===this.g.mul(n).x.cmp(this.g.x.redMul(t))))}return{beta:t,lambda:n,basis:e.basis?e.basis.map((function(e){return{a:new i(e.a,16),b:new i(e.b,16)}})):this._getEndoBasis(n)}}},l.prototype._getEndoRoots=function(e){var t=e===this.p?this.red:i.mont(e),n=new i(2).toRed(t).redInvm(),r=n.redNeg(),a=new i(3).toRed(t).redNeg().redSqrt().redMul(n);return[r.redAdd(a).fromRed(),r.redSub(a).fromRed()]},l.prototype._getEndoBasis=function(e){for(var t,n,r,a,s,o,l,c,u,d=this.n.ushrn(Math.floor(this.n.bitLength()/2)),f=e,h=this.n.clone(),p=new i(1),m=new i(0),b=new i(0),v=new i(1),g=0;0!==f.cmpn(0);){var y=h.div(f);c=h.sub(y.mul(f)),u=b.sub(y.mul(p));var w=v.sub(y.mul(m));if(!r&&c.cmp(d)<0)t=l.neg(),n=p,r=c.neg(),a=u;else if(r&&2==++g)break;l=c,h=f,f=c,b=p,p=u,v=m,m=w}s=c.neg(),o=u;var C=r.sqr().add(a.sqr());return s.sqr().add(o.sqr()).cmp(C)>=0&&(s=t,o=n),r.negative&&(r=r.neg(),a=a.neg()),s.negative&&(s=s.neg(),o=o.neg()),[{a:r,b:a},{a:s,b:o}]},l.prototype._endoSplit=function(e){var t=this.endo.basis,n=t[0],r=t[1],i=r.b.mul(e).divRound(this.n),a=n.b.neg().mul(e).divRound(this.n),s=i.mul(n.a),o=a.mul(r.a),l=i.mul(n.b),c=a.mul(r.b);return{k1:e.sub(s).sub(o),k2:l.add(c).neg()}},l.prototype.pointFromX=function(e,t){(e=new i(e,16)).red||(e=e.toRed(this.red));var n=e.redSqr().redMul(e).redIAdd(e.redMul(this.a)).redIAdd(this.b),r=n.redSqrt();if(0!==r.redSqr().redSub(n).cmp(this.zero))throw new Error("invalid point");var a=r.fromRed().isOdd();return(t&&!a||!t&&a)&&(r=r.redNeg()),this.point(e,r)},l.prototype.validate=function(e){if(e.inf)return!0;var t=e.x,n=e.y,r=this.a.redMul(t),i=t.redSqr().redMul(t).redIAdd(r).redIAdd(this.b);return 0===n.redSqr().redISub(i).cmpn(0)},l.prototype._endoWnafMulAdd=function(e,t,n){for(var r=this._endoWnafT1,i=this._endoWnafT2,a=0;a<e.length;a++){var s=this._endoSplit(t[a]),o=e[a],l=o._getBeta();s.k1.negative&&(s.k1.ineg(),o=o.neg(!0)),s.k2.negative&&(s.k2.ineg(),l=l.neg(!0)),r[2*a]=o,r[2*a+1]=l,i[2*a]=s.k1,i[2*a+1]=s.k2}for(var c=this._wnafMulAdd(1,r,i,2*a,n),u=0;u<2*a;u++)r[u]=null,i[u]=null;return c},a(c,s.BasePoint),l.prototype.point=function(e,t,n){return new c(this,e,t,n)},l.prototype.pointFromJSON=function(e,t){return c.fromJSON(this,e,t)},c.prototype._getBeta=function(){if(this.curve.endo){var e=this.precomputed;if(e&&e.beta)return e.beta;var t=this.curve.point(this.x.redMul(this.curve.endo.beta),this.y);if(e){var n=this.curve,r=function(e){return n.point(e.x.redMul(n.endo.beta),e.y)};e.beta=t,t.precomputed={beta:null,naf:e.naf&&{wnd:e.naf.wnd,points:e.naf.points.map(r)},doubles:e.doubles&&{step:e.doubles.step,points:e.doubles.points.map(r)}}}return t}},c.prototype.toJSON=function(){return this.precomputed?[this.x,this.y,this.precomputed&&{doubles:this.precomputed.doubles&&{step:this.precomputed.doubles.step,points:this.precomputed.doubles.points.slice(1)},naf:this.precomputed.naf&&{wnd:this.precomputed.naf.wnd,points:this.precomputed.naf.points.slice(1)}}]:[this.x,this.y]},c.fromJSON=function(e,t,n){"string"==typeof t&&(t=JSON.parse(t));var r=e.point(t[0],t[1],n);if(!t[2])return r;function i(t){return e.point(t[0],t[1],n)}var a=t[2];return r.precomputed={beta:null,doubles:a.doubles&&{step:a.doubles.step,points:[r].concat(a.doubles.points.map(i))},naf:a.naf&&{wnd:a.naf.wnd,points:[r].concat(a.naf.points.map(i))}},r},c.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+">"},c.prototype.isInfinity=function(){return this.inf},c.prototype.add=function(e){if(this.inf)return e;if(e.inf)return this;if(this.eq(e))return this.dbl();if(this.neg().eq(e))return this.curve.point(null,null);if(0===this.x.cmp(e.x))return this.curve.point(null,null);var t=this.y.redSub(e.y);0!==t.cmpn(0)&&(t=t.redMul(this.x.redSub(e.x).redInvm()));var n=t.redSqr().redISub(this.x).redISub(e.x),r=t.redMul(this.x.redSub(n)).redISub(this.y);return this.curve.point(n,r)},c.prototype.dbl=function(){if(this.inf)return this;var e=this.y.redAdd(this.y);if(0===e.cmpn(0))return this.curve.point(null,null);var t=this.curve.a,n=this.x.redSqr(),r=e.redInvm(),i=n.redAdd(n).redIAdd(n).redIAdd(t).redMul(r),a=i.redSqr().redISub(this.x.redAdd(this.x)),s=i.redMul(this.x.redSub(a)).redISub(this.y);return this.curve.point(a,s)},c.prototype.getX=function(){return this.x.fromRed()},c.prototype.getY=function(){return this.y.fromRed()},c.prototype.mul=function(e){return e=new i(e,16),this.isInfinity()?this:this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve.endo?this.curve._endoWnafMulAdd([this],[e]):this.curve._wnafMul(this,e)},c.prototype.mulAdd=function(e,t,n){var r=[this,t],i=[e,n];return this.curve.endo?this.curve._endoWnafMulAdd(r,i):this.curve._wnafMulAdd(1,r,i,2)},c.prototype.jmulAdd=function(e,t,n){var r=[this,t],i=[e,n];return this.curve.endo?this.curve._endoWnafMulAdd(r,i,!0):this.curve._wnafMulAdd(1,r,i,2,!0)},c.prototype.eq=function(e){return this===e||this.inf===e.inf&&(this.inf||0===this.x.cmp(e.x)&&0===this.y.cmp(e.y))},c.prototype.neg=function(e){if(this.inf)return this;var t=this.curve.point(this.x,this.y.redNeg());if(e&&this.precomputed){var n=this.precomputed,r=function(e){return e.neg()};t.precomputed={naf:n.naf&&{wnd:n.naf.wnd,points:n.naf.points.map(r)},doubles:n.doubles&&{step:n.doubles.step,points:n.doubles.points.map(r)}}}return t},c.prototype.toJ=function(){return this.inf?this.curve.jpoint(null,null,null):this.curve.jpoint(this.x,this.y,this.curve.one)},a(u,s.BasePoint),l.prototype.jpoint=function(e,t,n){return new u(this,e,t,n)},u.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var e=this.z.redInvm(),t=e.redSqr(),n=this.x.redMul(t),r=this.y.redMul(t).redMul(e);return this.curve.point(n,r)},u.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},u.prototype.add=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var t=e.z.redSqr(),n=this.z.redSqr(),r=this.x.redMul(t),i=e.x.redMul(n),a=this.y.redMul(t.redMul(e.z)),s=e.y.redMul(n.redMul(this.z)),o=r.redSub(i),l=a.redSub(s);if(0===o.cmpn(0))return 0!==l.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var c=o.redSqr(),u=c.redMul(o),d=r.redMul(c),f=l.redSqr().redIAdd(u).redISub(d).redISub(d),h=l.redMul(d.redISub(f)).redISub(a.redMul(u)),p=this.z.redMul(e.z).redMul(o);return this.curve.jpoint(f,h,p)},u.prototype.mixedAdd=function(e){if(this.isInfinity())return e.toJ();if(e.isInfinity())return this;var t=this.z.redSqr(),n=this.x,r=e.x.redMul(t),i=this.y,a=e.y.redMul(t).redMul(this.z),s=n.redSub(r),o=i.redSub(a);if(0===s.cmpn(0))return 0!==o.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var l=s.redSqr(),c=l.redMul(s),u=n.redMul(l),d=o.redSqr().redIAdd(c).redISub(u).redISub(u),f=o.redMul(u.redISub(d)).redISub(i.redMul(c)),h=this.z.redMul(s);return this.curve.jpoint(d,f,h)},u.prototype.dblp=function(e){if(0===e)return this;if(this.isInfinity())return this;if(!e)return this.dbl();if(this.curve.zeroA||this.curve.threeA){for(var t=this,n=0;n<e;n++)t=t.dbl();return t}var r=this.curve.a,i=this.curve.tinv,a=this.x,s=this.y,o=this.z,l=o.redSqr().redSqr(),c=s.redAdd(s);for(n=0;n<e;n++){var u=a.redSqr(),d=c.redSqr(),f=d.redSqr(),h=u.redAdd(u).redIAdd(u).redIAdd(r.redMul(l)),p=a.redMul(d),m=h.redSqr().redISub(p.redAdd(p)),b=p.redISub(m),v=h.redMul(b);v=v.redIAdd(v).redISub(f);var g=c.redMul(o);n+1<e&&(l=l.redMul(f)),a=m,o=g,c=v}return this.curve.jpoint(a,c.redMul(i),o)},u.prototype.dbl=function(){return this.isInfinity()?this:this.curve.zeroA?this._zeroDbl():this.curve.threeA?this._threeDbl():this._dbl()},u.prototype._zeroDbl=function(){var e,t,n;if(this.zOne){var r=this.x.redSqr(),i=this.y.redSqr(),a=i.redSqr(),s=this.x.redAdd(i).redSqr().redISub(r).redISub(a);s=s.redIAdd(s);var o=r.redAdd(r).redIAdd(r),l=o.redSqr().redISub(s).redISub(s),c=a.redIAdd(a);c=(c=c.redIAdd(c)).redIAdd(c),e=l,t=o.redMul(s.redISub(l)).redISub(c),n=this.y.redAdd(this.y)}else{var u=this.x.redSqr(),d=this.y.redSqr(),f=d.redSqr(),h=this.x.redAdd(d).redSqr().redISub(u).redISub(f);h=h.redIAdd(h);var p=u.redAdd(u).redIAdd(u),m=p.redSqr(),b=f.redIAdd(f);b=(b=b.redIAdd(b)).redIAdd(b),e=m.redISub(h).redISub(h),t=p.redMul(h.redISub(e)).redISub(b),n=(n=this.y.redMul(this.z)).redIAdd(n)}return this.curve.jpoint(e,t,n)},u.prototype._threeDbl=function(){var e,t,n;if(this.zOne){var r=this.x.redSqr(),i=this.y.redSqr(),a=i.redSqr(),s=this.x.redAdd(i).redSqr().redISub(r).redISub(a);s=s.redIAdd(s);var o=r.redAdd(r).redIAdd(r).redIAdd(this.curve.a),l=o.redSqr().redISub(s).redISub(s);e=l;var c=a.redIAdd(a);c=(c=c.redIAdd(c)).redIAdd(c),t=o.redMul(s.redISub(l)).redISub(c),n=this.y.redAdd(this.y)}else{var u=this.z.redSqr(),d=this.y.redSqr(),f=this.x.redMul(d),h=this.x.redSub(u).redMul(this.x.redAdd(u));h=h.redAdd(h).redIAdd(h);var p=f.redIAdd(f),m=(p=p.redIAdd(p)).redAdd(p);e=h.redSqr().redISub(m),n=this.y.redAdd(this.z).redSqr().redISub(d).redISub(u);var b=d.redSqr();b=(b=(b=b.redIAdd(b)).redIAdd(b)).redIAdd(b),t=h.redMul(p.redISub(e)).redISub(b)}return this.curve.jpoint(e,t,n)},u.prototype._dbl=function(){var e=this.curve.a,t=this.x,n=this.y,r=this.z,i=r.redSqr().redSqr(),a=t.redSqr(),s=n.redSqr(),o=a.redAdd(a).redIAdd(a).redIAdd(e.redMul(i)),l=t.redAdd(t),c=(l=l.redIAdd(l)).redMul(s),u=o.redSqr().redISub(c.redAdd(c)),d=c.redISub(u),f=s.redSqr();f=(f=(f=f.redIAdd(f)).redIAdd(f)).redIAdd(f);var h=o.redMul(d).redISub(f),p=n.redAdd(n).redMul(r);return this.curve.jpoint(u,h,p)},u.prototype.trpl=function(){if(!this.curve.zeroA)return this.dbl().add(this);var e=this.x.redSqr(),t=this.y.redSqr(),n=this.z.redSqr(),r=t.redSqr(),i=e.redAdd(e).redIAdd(e),a=i.redSqr(),s=this.x.redAdd(t).redSqr().redISub(e).redISub(r),o=(s=(s=(s=s.redIAdd(s)).redAdd(s).redIAdd(s)).redISub(a)).redSqr(),l=r.redIAdd(r);l=(l=(l=l.redIAdd(l)).redIAdd(l)).redIAdd(l);var c=i.redIAdd(s).redSqr().redISub(a).redISub(o).redISub(l),u=t.redMul(c);u=(u=u.redIAdd(u)).redIAdd(u);var d=this.x.redMul(o).redISub(u);d=(d=d.redIAdd(d)).redIAdd(d);var f=this.y.redMul(c.redMul(l.redISub(c)).redISub(s.redMul(o)));f=(f=(f=f.redIAdd(f)).redIAdd(f)).redIAdd(f);var h=this.z.redAdd(s).redSqr().redISub(n).redISub(o);return this.curve.jpoint(d,f,h)},u.prototype.mul=function(e,t){return e=new i(e,t),this.curve._wnafMul(this,e)},u.prototype.eq=function(e){if("affine"===e.type)return this.eq(e.toJ());if(this===e)return!0;var t=this.z.redSqr(),n=e.z.redSqr();if(0!==this.x.redMul(n).redISub(e.x.redMul(t)).cmpn(0))return!1;var r=t.redMul(this.z),i=n.redMul(e.z);return 0===this.y.redMul(i).redISub(e.y.redMul(r)).cmpn(0)},u.prototype.eqXToP=function(e){var t=this.z.redSqr(),n=e.toRed(this.curve.red).redMul(t);if(0===this.x.cmp(n))return!0;for(var r=e.clone(),i=this.curve.redN.redMul(t);;){if(r.iadd(this.curve.n),r.cmp(this.curve.p)>=0)return!1;if(n.redIAdd(i),0===this.x.cmp(n))return!0}},u.prototype.inspect=function(){return this.isInfinity()?"<EC JPoint Infinity>":"<EC JPoint x: "+this.x.toString(16,2)+" y: "+this.y.toString(16,2)+" z: "+this.z.toString(16,2)+">"},u.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},"./node_modules/elliptic/lib/elliptic/curves.js":function(e,t,n){"use strict";var r,i=t,a=n("./node_modules/hash.js/lib/hash.js"),s=n("./node_modules/elliptic/lib/elliptic/curve/index.js"),o=n("./node_modules/elliptic/lib/elliptic/utils.js").assert;function l(e){"short"===e.type?this.curve=new s.short(e):"edwards"===e.type?this.curve=new s.edwards(e):this.curve=new s.mont(e),this.g=this.curve.g,this.n=this.curve.n,this.hash=e.hash,o(this.g.validate(),"Invalid curve"),o(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function c(e,t){Object.defineProperty(i,e,{configurable:!0,enumerable:!0,get:function(){var n=new l(t);return Object.defineProperty(i,e,{configurable:!0,enumerable:!0,value:n}),n}})}i.PresetCurve=l,c("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:a.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),c("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:a.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),c("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:a.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),c("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:a.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),c("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:a.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),c("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:a.sha256,gRed:!1,g:["9"]}),c("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:a.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{r=n("./node_modules/elliptic/lib/elliptic/precomputed/secp256k1.js")}catch(u){r=void 0}c("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:a.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",r]})},"./node_modules/elliptic/lib/elliptic/ec/index.js":function(e,t,n){"use strict";var r=n("./node_modules/bn.js/lib/bn.js"),i=n("./node_modules/hmac-drbg/lib/hmac-drbg.js"),a=n("./node_modules/elliptic/lib/elliptic/utils.js"),s=n("./node_modules/elliptic/lib/elliptic/curves.js"),o=n("./node_modules/brorand/index.js"),l=a.assert,c=n("./node_modules/elliptic/lib/elliptic/ec/key.js"),u=n("./node_modules/elliptic/lib/elliptic/ec/signature.js");function d(e){if(!(this instanceof d))return new d(e);"string"==typeof e&&(l(s.hasOwnProperty(e),"Unknown curve "+e),e=s[e]),e instanceof s.PresetCurve&&(e={curve:e}),this.curve=e.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=e.curve.g,this.g.precompute(e.curve.n.bitLength()+1),this.hash=e.hash||e.curve.hash}e.exports=d,d.prototype.keyPair=function(e){return new c(this,e)},d.prototype.keyFromPrivate=function(e,t){return c.fromPrivate(this,e,t)},d.prototype.keyFromPublic=function(e,t){return c.fromPublic(this,e,t)},d.prototype.genKeyPair=function(e){e||(e={});for(var t=new i({hash:this.hash,pers:e.pers,persEnc:e.persEnc||"utf8",entropy:e.entropy||o(this.hash.hmacStrength),entropyEnc:e.entropy&&e.entropyEnc||"utf8",nonce:this.n.toArray()}),n=this.n.byteLength(),a=this.n.sub(new r(2));;){var s=new r(t.generate(n));if(!(s.cmp(a)>0))return s.iaddn(1),this.keyFromPrivate(s)}},d.prototype._truncateToN=function(e,t){var n=8*e.byteLength()-this.n.bitLength();return n>0&&(e=e.ushrn(n)),!t&&e.cmp(this.n)>=0?e.sub(this.n):e},d.prototype.sign=function(e,t,n,a){"object"==typeof n&&(a=n,n=null),a||(a={}),t=this.keyFromPrivate(t,n),e=this._truncateToN(new r(e,16));for(var s=this.n.byteLength(),o=t.getPrivate().toArray("be",s),l=e.toArray("be",s),c=new i({hash:this.hash,entropy:o,nonce:l,pers:a.pers,persEnc:a.persEnc||"utf8"}),d=this.n.sub(new r(1)),f=0;;f++){var h=a.k?a.k(f):new r(c.generate(this.n.byteLength()));if(!((h=this._truncateToN(h,!0)).cmpn(1)<=0||h.cmp(d)>=0)){var p=this.g.mul(h);if(!p.isInfinity()){var m=p.getX(),b=m.umod(this.n);if(0!==b.cmpn(0)){var v=h.invm(this.n).mul(b.mul(t.getPrivate()).iadd(e));if(0!==(v=v.umod(this.n)).cmpn(0)){var g=(p.getY().isOdd()?1:0)|(0!==m.cmp(b)?2:0);return a.canonical&&v.cmp(this.nh)>0&&(v=this.n.sub(v),g^=1),new u({r:b,s:v,recoveryParam:g})}}}}}},d.prototype.verify=function(e,t,n,i){e=this._truncateToN(new r(e,16)),n=this.keyFromPublic(n,i);var a=(t=new u(t,"hex")).r,s=t.s;if(a.cmpn(1)<0||a.cmp(this.n)>=0)return!1;if(s.cmpn(1)<0||s.cmp(this.n)>=0)return!1;var o,l=s.invm(this.n),c=l.mul(e).umod(this.n),d=l.mul(a).umod(this.n);return this.curve._maxwellTrick?!(o=this.g.jmulAdd(c,n.getPublic(),d)).isInfinity()&&o.eqXToP(a):!(o=this.g.mulAdd(c,n.getPublic(),d)).isInfinity()&&0===o.getX().umod(this.n).cmp(a)},d.prototype.recoverPubKey=function(e,t,n,i){l((3&n)===n,"The recovery param is more than two bits"),t=new u(t,i);var a=this.n,s=new r(e),o=t.r,c=t.s,d=1&n,f=n>>1;if(o.cmp(this.curve.p.umod(this.curve.n))>=0&&f)throw new Error("Unable to find sencond key candinate");o=f?this.curve.pointFromX(o.add(this.curve.n),d):this.curve.pointFromX(o,d);var h=t.r.invm(a),p=a.sub(s).mul(h).umod(a),m=c.mul(h).umod(a);return this.g.mulAdd(p,o,m)},d.prototype.getKeyRecoveryParam=function(e,t,n,r){if(null!==(t=new u(t,r)).recoveryParam)return t.recoveryParam;for(var i=0;i<4;i++){var a;try{a=this.recoverPubKey(e,t,i)}catch(e){continue}if(a.eq(n))return i}throw new Error("Unable to find valid recovery factor")}},"./node_modules/elliptic/lib/elliptic/ec/key.js":function(e,t,n){"use strict";var r=n("./node_modules/bn.js/lib/bn.js"),i=n("./node_modules/elliptic/lib/elliptic/utils.js").assert;function a(e,t){this.ec=e,this.priv=null,this.pub=null,t.priv&&this._importPrivate(t.priv,t.privEnc),t.pub&&this._importPublic(t.pub,t.pubEnc)}e.exports=a,a.fromPublic=function(e,t,n){return t instanceof a?t:new a(e,{pub:t,pubEnc:n})},a.fromPrivate=function(e,t,n){return t instanceof a?t:new a(e,{priv:t,privEnc:n})},a.prototype.validate=function(){var e=this.getPublic();return e.isInfinity()?{result:!1,reason:"Invalid public key"}:e.validate()?e.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},a.prototype.getPublic=function(e,t){return"string"==typeof e&&(t=e,e=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),t?this.pub.encode(t,e):this.pub},a.prototype.getPrivate=function(e){return"hex"===e?this.priv.toString(16,2):this.priv},a.prototype._importPrivate=function(e,t){this.priv=new r(e,t||16),this.priv=this.priv.umod(this.ec.curve.n)},a.prototype._importPublic=function(e,t){if(e.x||e.y)return"mont"===this.ec.curve.type?i(e.x,"Need x coordinate"):"short"!==this.ec.curve.type&&"edwards"!==this.ec.curve.type||i(e.x&&e.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(e.x,e.y));this.pub=this.ec.curve.decodePoint(e,t)},a.prototype.derive=function(e){return e.mul(this.priv).getX()},a.prototype.sign=function(e,t,n){return this.ec.sign(e,this,t,n)},a.prototype.verify=function(e,t){return this.ec.verify(e,t,this)},a.prototype.inspect=function(){return"<Key priv: "+(this.priv&&this.priv.toString(16,2))+" pub: "+(this.pub&&this.pub.inspect())+" >"}},"./node_modules/elliptic/lib/elliptic/ec/signature.js":function(e,t,n){"use strict";var r=n("./node_modules/bn.js/lib/bn.js"),i=n("./node_modules/elliptic/lib/elliptic/utils.js"),a=i.assert;function s(e,t){if(e instanceof s)return e;this._importDER(e,t)||(a(e.r&&e.s,"Signature without r or s"),this.r=new r(e.r,16),this.s=new r(e.s,16),void 0===e.recoveryParam?this.recoveryParam=null:this.recoveryParam=e.recoveryParam)}function o(){this.place=0}function l(e,t){var n=e[t.place++];if(!(128&n))return n;for(var r=15&n,i=0,a=0,s=t.place;a<r;a++,s++)i<<=8,i|=e[s];return t.place=s,i}function c(e){for(var t=0,n=e.length-1;!e[t]&&!(128&e[t+1])&&t<n;)t++;return 0===t?e:e.slice(t)}function u(e,t){if(t<128)e.push(t);else{var n=1+(Math.log(t)/Math.LN2>>>3);for(e.push(128|n);--n;)e.push(t>>>(n<<3)&255);e.push(t)}}e.exports=s,s.prototype._importDER=function(e,t){e=i.toArray(e,t);var n=new o;if(48!==e[n.place++])return!1;if(l(e,n)+n.place!==e.length)return!1;if(2!==e[n.place++])return!1;var a=l(e,n),s=e.slice(n.place,a+n.place);if(n.place+=a,2!==e[n.place++])return!1;var c=l(e,n);if(e.length!==c+n.place)return!1;var u=e.slice(n.place,c+n.place);return 0===s[0]&&128&s[1]&&(s=s.slice(1)),0===u[0]&&128&u[1]&&(u=u.slice(1)),this.r=new r(s),this.s=new r(u),this.recoveryParam=null,!0},s.prototype.toDER=function(e){var t=this.r.toArray(),n=this.s.toArray();for(128&t[0]&&(t=[0].concat(t)),128&n[0]&&(n=[0].concat(n)),t=c(t),n=c(n);!(n[0]||128&n[1]);)n=n.slice(1);var r=[2];u(r,t.length),(r=r.concat(t)).push(2),u(r,n.length);var a=r.concat(n),s=[48];return u(s,a.length),s=s.concat(a),i.encode(s,e)}},"./node_modules/elliptic/lib/elliptic/eddsa/index.js":function(e,t,n){"use strict";var r=n("./node_modules/hash.js/lib/hash.js"),i=n("./node_modules/elliptic/lib/elliptic/curves.js"),a=n("./node_modules/elliptic/lib/elliptic/utils.js"),s=a.assert,o=a.parseBytes,l=n("./node_modules/elliptic/lib/elliptic/eddsa/key.js"),c=n("./node_modules/elliptic/lib/elliptic/eddsa/signature.js");function u(e){if(s("ed25519"===e,"only tested with ed25519 so far"),!(this instanceof u))return new u(e);e=i[e].curve;this.curve=e,this.g=e.g,this.g.precompute(e.n.bitLength()+1),this.pointClass=e.point().constructor,this.encodingLength=Math.ceil(e.n.bitLength()/8),this.hash=r.sha512}e.exports=u,u.prototype.sign=function(e,t){e=o(e);var n=this.keyFromSecret(t),r=this.hashInt(n.messagePrefix(),e),i=this.g.mul(r),a=this.encodePoint(i),s=this.hashInt(a,n.pubBytes(),e).mul(n.priv()),l=r.add(s).umod(this.curve.n);return this.makeSignature({R:i,S:l,Rencoded:a})},u.prototype.verify=function(e,t,n){e=o(e),t=this.makeSignature(t);var r=this.keyFromPublic(n),i=this.hashInt(t.Rencoded(),r.pubBytes(),e),a=this.g.mul(t.S());return t.R().add(r.pub().mul(i)).eq(a)},u.prototype.hashInt=function(){for(var e=this.hash(),t=0;t<arguments.length;t++)e.update(arguments[t]);return a.intFromLE(e.digest()).umod(this.curve.n)},u.prototype.keyFromPublic=function(e){return l.fromPublic(this,e)},u.prototype.keyFromSecret=function(e){return l.fromSecret(this,e)},u.prototype.makeSignature=function(e){return e instanceof c?e:new c(this,e)},u.prototype.encodePoint=function(e){var t=e.getY().toArray("le",this.encodingLength);return t[this.encodingLength-1]|=e.getX().isOdd()?128:0,t},u.prototype.decodePoint=function(e){var t=(e=a.parseBytes(e)).length-1,n=e.slice(0,t).concat(-129&e[t]),r=0!=(128&e[t]),i=a.intFromLE(n);return this.curve.pointFromY(i,r)},u.prototype.encodeInt=function(e){return e.toArray("le",this.encodingLength)},u.prototype.decodeInt=function(e){return a.intFromLE(e)},u.prototype.isPoint=function(e){return e instanceof this.pointClass}},"./node_modules/elliptic/lib/elliptic/eddsa/key.js":function(e,t,n){"use strict";var r=n("./node_modules/elliptic/lib/elliptic/utils.js"),i=r.assert,a=r.parseBytes,s=r.cachedProperty;function o(e,t){this.eddsa=e,this._secret=a(t.secret),e.isPoint(t.pub)?this._pub=t.pub:this._pubBytes=a(t.pub)}o.fromPublic=function(e,t){return t instanceof o?t:new o(e,{pub:t})},o.fromSecret=function(e,t){return t instanceof o?t:new o(e,{secret:t})},o.prototype.secret=function(){return this._secret},s(o,"pubBytes",(function(){return this.eddsa.encodePoint(this.pub())})),s(o,"pub",(function(){return this._pubBytes?this.eddsa.decodePoint(this._pubBytes):this.eddsa.g.mul(this.priv())})),s(o,"privBytes",(function(){var e=this.eddsa,t=this.hash(),n=e.encodingLength-1,r=t.slice(0,e.encodingLength);return r[0]&=248,r[n]&=127,r[n]|=64,r})),s(o,"priv",(function(){return this.eddsa.decodeInt(this.privBytes())})),s(o,"hash",(function(){return this.eddsa.hash().update(this.secret()).digest()})),s(o,"messagePrefix",(function(){return this.hash().slice(this.eddsa.encodingLength)})),o.prototype.sign=function(e){return i(this._secret,"KeyPair can only verify"),this.eddsa.sign(e,this)},o.prototype.verify=function(e,t){return this.eddsa.verify(e,t,this)},o.prototype.getSecret=function(e){return i(this._secret,"KeyPair is public only"),r.encode(this.secret(),e)},o.prototype.getPublic=function(e){return r.encode(this.pubBytes(),e)},e.exports=o},"./node_modules/elliptic/lib/elliptic/eddsa/signature.js":function(e,t,n){"use strict";var r=n("./node_modules/bn.js/lib/bn.js"),i=n("./node_modules/elliptic/lib/elliptic/utils.js"),a=i.assert,s=i.cachedProperty,o=i.parseBytes;function l(e,t){this.eddsa=e,"object"!=typeof t&&(t=o(t)),Array.isArray(t)&&(t={R:t.slice(0,e.encodingLength),S:t.slice(e.encodingLength)}),a(t.R&&t.S,"Signature without R or S"),e.isPoint(t.R)&&(this._R=t.R),t.S instanceof r&&(this._S=t.S),this._Rencoded=Array.isArray(t.R)?t.R:t.Rencoded,this._Sencoded=Array.isArray(t.S)?t.S:t.Sencoded}s(l,"S",(function(){return this.eddsa.decodeInt(this.Sencoded())})),s(l,"R",(function(){return this.eddsa.decodePoint(this.Rencoded())})),s(l,"Rencoded",(function(){return this.eddsa.encodePoint(this.R())})),s(l,"Sencoded",(function(){return this.eddsa.encodeInt(this.S())})),l.prototype.toBytes=function(){return this.Rencoded().concat(this.Sencoded())},l.prototype.toHex=function(){return i.encode(this.toBytes(),"hex").toUpperCase()},e.exports=l},"./node_modules/elliptic/lib/elliptic/precomputed/secp256k1.js":function(e,t){e.exports={doubles:{step:4,points:[["e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a","f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821"],["8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508","11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf"],["175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739","d3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695"],["363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640","4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9"],["8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c","4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36"],["723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda","96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f"],["eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa","5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999"],["100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0","cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09"],["e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d","9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d"],["feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d","e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088"],["da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1","9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d"],["53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0","5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8"],["8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047","10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a"],["385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862","283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453"],["6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7","7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160"],["3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd","56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0"],["85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83","7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6"],["948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a","53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589"],["6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8","bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17"],["e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d","4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda"],["e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725","7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd"],["213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754","4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2"],["4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c","17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6"],["fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6","6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f"],["76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39","c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01"],["c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891","893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3"],["d895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b","febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f"],["b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03","2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7"],["e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d","eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78"],["a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070","7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1"],["90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4","e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150"],["8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da","662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82"],["e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11","1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc"],["8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e","efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b"],["e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41","2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51"],["b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef","67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45"],["d68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8","db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120"],["324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d","648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84"],["4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96","35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d"],["9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd","ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d"],["6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5","9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8"],["a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266","40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8"],["7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71","34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac"],["928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac","c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f"],["85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751","1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962"],["ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e","493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907"],["827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241","c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec"],["eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3","be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d"],["e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f","4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414"],["1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19","aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd"],["146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be","b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0"],["fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9","6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811"],["da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2","8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1"],["a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13","7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c"],["174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c","ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73"],["959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba","2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd"],["d2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151","e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405"],["64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073","d99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589"],["8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458","38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e"],["13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b","69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27"],["bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366","d3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1"],["8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa","40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482"],["8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0","620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945"],["dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787","7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573"],["f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e","ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82"]]},naf:{wnd:7,points:[["f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9","388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672"],["2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4","d8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6"],["5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc","6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da"],["acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe","cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37"],["774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb","d984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b"],["f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8","ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81"],["d7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e","581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58"],["defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34","4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77"],["2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c","85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a"],["352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5","321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c"],["2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f","2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67"],["9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714","73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402"],["daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729","a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55"],["c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db","2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482"],["6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4","e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82"],["1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5","b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396"],["605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479","2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49"],["62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d","80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf"],["80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f","1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a"],["7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb","d0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7"],["d528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9","eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933"],["49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963","758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a"],["77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74","958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6"],["f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530","e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37"],["463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b","5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e"],["f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247","cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6"],["caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1","cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476"],["2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120","4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40"],["7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435","91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61"],["754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18","673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683"],["e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8","59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5"],["186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb","3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b"],["df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f","55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417"],["5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143","efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868"],["290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba","e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a"],["af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45","f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6"],["766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a","744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996"],["59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e","c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e"],["f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8","e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d"],["7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c","30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2"],["948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519","e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e"],["7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab","100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437"],["3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca","ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311"],["d3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf","8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4"],["1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610","68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575"],["733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4","f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d"],["15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c","d56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d"],["a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940","edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629"],["e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980","a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06"],["311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3","66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374"],["34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf","9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee"],["f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63","4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1"],["d7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448","fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b"],["32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf","5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661"],["7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5","8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6"],["ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6","8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e"],["16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5","5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d"],["eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99","f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc"],["78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51","f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4"],["494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5","42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c"],["a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5","204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b"],["c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997","4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913"],["841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881","73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154"],["5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5","39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865"],["36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66","d2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc"],["336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726","ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224"],["8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede","6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e"],["1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94","60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6"],["85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31","3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511"],["29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51","b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b"],["a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252","ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2"],["4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5","cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c"],["d24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b","6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3"],["ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4","322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d"],["af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f","6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700"],["e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889","2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4"],["591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246","b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196"],["11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984","998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4"],["3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a","b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257"],["cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030","bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13"],["c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197","6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096"],["c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593","c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38"],["a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef","21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f"],["347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38","60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448"],["da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a","49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a"],["c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111","5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4"],["4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502","7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437"],["3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea","be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7"],["cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26","8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d"],["b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986","39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a"],["d4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e","62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54"],["48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4","25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77"],["dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda","ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517"],["6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859","cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10"],["e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f","f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125"],["eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c","6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e"],["13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942","fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1"],["ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a","1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2"],["b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80","5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423"],["ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d","438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8"],["8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1","cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758"],["52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63","c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375"],["e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352","6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d"],["7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193","ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec"],["5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00","9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0"],["32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58","ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c"],["e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7","d3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4"],["8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8","c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f"],["4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e","67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649"],["3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d","cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826"],["674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b","299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5"],["d32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f","f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87"],["30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6","462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b"],["be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297","62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc"],["93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a","7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c"],["b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c","ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f"],["d5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52","4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a"],["d3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb","bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46"],["463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065","bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f"],["7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917","603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03"],["74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9","cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08"],["30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3","553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8"],["9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57","712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373"],["176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66","ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3"],["75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8","9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8"],["809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721","9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1"],["1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180","4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9"]]}}},"./node_modules/elliptic/lib/elliptic/utils.js":function(e,t,n){"use strict";var r=t,i=n("./node_modules/bn.js/lib/bn.js"),a=n("./node_modules/minimalistic-assert/index.js"),s=n("./node_modules/minimalistic-crypto-utils/lib/utils.js");r.assert=a,r.toArray=s.toArray,r.zero2=s.zero2,r.toHex=s.toHex,r.encode=s.encode,r.getNAF=function(e,t,n){var r=new Array(Math.max(e.bitLength(),n)+1);r.fill(0);for(var i=1<<t+1,a=e.clone(),s=0;s<r.length;s++){var o,l=a.andln(i-1);a.isOdd()?(o=l>(i>>1)-1?(i>>1)-l:l,a.isubn(o)):o=0,r[s]=o,a.iushrn(1)}return r},r.getJSF=function(e,t){var n=[[],[]];e=e.clone(),t=t.clone();for(var r=0,i=0;e.cmpn(-r)>0||t.cmpn(-i)>0;){var a,s,o,l=e.andln(3)+r&3,c=t.andln(3)+i&3;if(3===l&&(l=-1),3===c&&(c=-1),0==(1&l))a=0;else a=3!==(o=e.andln(7)+r&7)&&5!==o||2!==c?l:-l;if(n[0].push(a),0==(1&c))s=0;else s=3!==(o=t.andln(7)+i&7)&&5!==o||2!==l?c:-c;n[1].push(s),2*r===a+1&&(r=1-r),2*i===s+1&&(i=1-i),e.iushrn(1),t.iushrn(1)}return n},r.cachedProperty=function(e,t,n){var r="_"+t;e.prototype[t]=function(){return void 0!==this[r]?this[r]:this[r]=n.call(this)}},r.parseBytes=function(e){return"string"==typeof e?r.toArray(e,"hex"):e},r.intFromLE=function(e){return new i(e,"hex","le")}},"./node_modules/elliptic/package.json":function(e){e.exports=JSON.parse('{"name":"elliptic","version":"6.5.2","description":"EC cryptography","main":"lib/elliptic.js","files":["lib"],"scripts":{"jscs":"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js","jshint":"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js","lint":"npm run jscs && npm run jshint","unit":"istanbul test _mocha --reporter=spec test/index.js","test":"npm run lint && npm run unit","version":"grunt dist && git add dist/"},"repository":{"type":"git","url":"git@github.com:indutny/elliptic"},"keywords":["EC","Elliptic","curve","Cryptography"],"author":"Fedor Indutny <fedor@indutny.com>","license":"MIT","bugs":{"url":"https://github.com/indutny/elliptic/issues"},"homepage":"https://github.com/indutny/elliptic","devDependencies":{"brfs":"^1.4.3","coveralls":"^3.0.8","grunt":"^1.0.4","grunt-browserify":"^5.0.0","grunt-cli":"^1.2.0","grunt-contrib-connect":"^1.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^1.0.1","grunt-mocha-istanbul":"^3.0.1","grunt-saucelabs":"^9.0.1","istanbul":"^0.4.2","jscs":"^3.0.7","jshint":"^2.10.3","mocha":"^6.2.2"},"dependencies":{"bn.js":"^4.4.0","brorand":"^1.0.1","hash.js":"^1.0.0","hmac-drbg":"^1.0.0","inherits":"^2.0.1","minimalistic-assert":"^1.0.0","minimalistic-crypto-utils":"^1.0.0"}}')},"./node_modules/es5-ext/function/noop.js":function(e,t,n){"use strict";e.exports=function(){}},"./node_modules/es5-ext/object/assign/index.js":function(e,t,n){"use strict";e.exports=n("./node_modules/es5-ext/object/assign/is-implemented.js")()?Object.assign:n("./node_modules/es5-ext/object/assign/shim.js")},"./node_modules/es5-ext/object/assign/is-implemented.js":function(e,t,n){"use strict";e.exports=function(){var e,t=Object.assign;return"function"==typeof t&&(t(e={foo:"raz"},{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}},"./node_modules/es5-ext/object/assign/shim.js":function(e,t,n){"use strict";var r=n("./node_modules/es5-ext/object/keys/index.js"),i=n("./node_modules/es5-ext/object/valid-value.js"),a=Math.max;e.exports=function(e,t){var n,s,o,l=a(arguments.length,2);for(e=Object(i(e)),o=function(r){try{e[r]=t[r]}catch(i){n||(n=i)}},s=1;s<l;++s)r(t=arguments[s]).forEach(o);if(void 0!==n)throw n;return e}},"./node_modules/es5-ext/object/is-value.js":function(e,t,n){"use strict";var r=n("./node_modules/es5-ext/function/noop.js")();e.exports=function(e){return e!==r&&null!==e}},"./node_modules/es5-ext/object/keys/index.js":function(e,t,n){"use strict";e.exports=n("./node_modules/es5-ext/object/keys/is-implemented.js")()?Object.keys:n("./node_modules/es5-ext/object/keys/shim.js")},"./node_modules/es5-ext/object/keys/is-implemented.js":function(e,t,n){"use strict";e.exports=function(){try{return Object.keys("primitive"),!0}catch(e){return!1}}},"./node_modules/es5-ext/object/keys/shim.js":function(e,t,n){"use strict";var r=n("./node_modules/es5-ext/object/is-value.js"),i=Object.keys;e.exports=function(e){return i(r(e)?Object(e):e)}},"./node_modules/es5-ext/object/normalize-options.js":function(e,t,n){"use strict";var r=n("./node_modules/es5-ext/object/is-value.js"),i=Array.prototype.forEach,a=Object.create,s=function(e,t){var n;for(n in e)t[n]=e[n]};e.exports=function(e){var t=a(null);return i.call(arguments,(function(e){r(e)&&s(Object(e),t)})),t}},"./node_modules/es5-ext/object/valid-callable.js":function(e,t,n){"use strict";e.exports=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e}},"./node_modules/es5-ext/object/valid-value.js":function(e,t,n){"use strict";var r=n("./node_modules/es5-ext/object/is-value.js");e.exports=function(e){if(!r(e))throw new TypeError("Cannot use null or undefined");return e}},"./node_modules/es5-ext/string/#/contains/index.js":function(e,t,n){"use strict";e.exports=n("./node_modules/es5-ext/string/#/contains/is-implemented.js")()?String.prototype.contains:n("./node_modules/es5-ext/string/#/contains/shim.js")},"./node_modules/es5-ext/string/#/contains/is-implemented.js":function(e,t,n){"use strict";var r="razdwatrzy";e.exports=function(){return"function"==typeof r.contains&&(!0===r.contains("dwa")&&!1===r.contains("foo"))}},"./node_modules/es5-ext/string/#/contains/shim.js":function(e,t,n){"use strict";var r=String.prototype.indexOf;e.exp
1
  /*! For license information please see hub.bundle.js.LICENSE */