Visual Composer Website Builder - Version 30.0-beta.1

Version Description

Download this release

Release Info

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

Code changes from version 29.0 to 30.0-beta.1

Files changed (34) hide show
  1. cache/autoload.php +434 -434
  2. elements/basicButton/public/dist/{vendor.bundle.js.LICENSE → vendor.bundle.js.LICENSE.txt} +21 -21
  3. elements/column/public/dist/{vendor.bundle.js.LICENSE → vendor.bundle.js.LICENSE.txt} +21 -21
  4. elements/googleFontsHeading/public/dist/{vendor.bundle.js.LICENSE → vendor.bundle.js.LICENSE.txt} +21 -21
  5. elements/outlineButton/public/dist/{vendor.bundle.js.LICENSE → vendor.bundle.js.LICENSE.txt} +21 -21
  6. elements/row/public/dist/vendor.bundle.js.LICENSE +0 -56
  7. elements/row/public/dist/vendor.bundle.js.LICENSE.txt +56 -0
  8. elements/separator/public/dist/vendor.bundle.js.LICENSE +0 -56
  9. elements/separator/public/dist/vendor.bundle.js.LICENSE.txt +56 -0
  10. elements/shortcode/public/dist/vendor.bundle.js.LICENSE +0 -56
  11. elements/shortcode/public/dist/vendor.bundle.js.LICENSE.txt +56 -0
  12. elements/singleImage/public/dist/vendor.bundle.js.LICENSE +0 -56
  13. elements/singleImage/public/dist/vendor.bundle.js.LICENSE.txt +56 -0
  14. elements/textBlock/public/dist/vendor.bundle.js.LICENSE +0 -56
  15. elements/textBlock/public/dist/vendor.bundle.js.LICENSE.txt +56 -0
  16. elements/vimeoPlayer/public/dist/vendor.bundle.js.LICENSE +0 -56
  17. elements/vimeoPlayer/public/dist/vendor.bundle.js.LICENSE.txt +56 -0
  18. elements/wpWidgetsCustom/public/dist/vendor.bundle.js.LICENSE +0 -56
  19. elements/wpWidgetsCustom/public/dist/vendor.bundle.js.LICENSE.txt +56 -0
  20. elements/wpWidgetsDefault/public/dist/vendor.bundle.js.LICENSE +0 -56
  21. elements/wpWidgetsDefault/public/dist/vendor.bundle.js.LICENSE.txt +56 -0
  22. elements/youtubePlayer/public/dist/vendor.bundle.js.LICENSE +0 -56
  23. elements/youtubePlayer/public/dist/vendor.bundle.js.LICENSE.txt +56 -0
  24. plugin-wordpress.php +2 -2
  25. public/dist/fonts/VC-Icons.svg +0 -71
  26. public/dist/fonts/spinner-light.svg +0 -11
  27. public/dist/fonts/spinner.svg +0 -11
  28. public/dist/fonts/triangle-up-down.svg +0 -12
  29. public/dist/fonts/vcAttributes.svg +0 -55
  30. public/dist/fonts/vcDashboardIcons.svg +0 -34
  31. public/dist/front.bundle.css +1 -1
  32. public/dist/front.bundle.js +1 -1
  33. public/dist/hub.bundle.css +4 -1
  34. public/dist/hub.bundle.js +0 -2
cache/autoload.php CHANGED
@@ -384,402 +384,388 @@ return array (
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
  ),
394
- 'AutoloadAddonsAutoload' =>
395
  array (
396
- 'name' => 'AutoloadAddonsAutoload',
397
- 'abstract' => 'VisualComposer\\Modules\\Autoload\\AddonsAutoload',
398
  'make' => true,
399
  'singleton' => true,
400
  ),
401
- 'AutoloadElementsAutoload' =>
402
  array (
403
- 'name' => 'AutoloadElementsAutoload',
404
- 'abstract' => 'VisualComposer\\Modules\\Autoload\\ElementsAutoload',
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
  ),
611
- 'VendorsDashboardController' =>
612
  array (
613
- 'name' => 'VendorsDashboardController',
614
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
615
  'make' => true,
616
  'singleton' => true,
617
  ),
618
- 'VendorsJetPack' =>
619
  array (
620
- 'name' => 'VendorsJetPack',
621
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
622
  'make' => true,
623
  'singleton' => true,
624
  ),
625
- 'VendorsMetaSliderController' =>
626
  array (
627
- 'name' => 'VendorsMetaSliderController',
628
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
629
  'make' => true,
630
  'singleton' => true,
631
  ),
632
- 'VendorsNextGen' =>
633
  array (
634
- 'name' => 'VendorsNextGen',
635
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
636
  'make' => true,
637
  'singleton' => true,
638
  ),
639
- 'VendorsNinjaFormsController' =>
640
  array (
641
- 'name' => 'VendorsNinjaFormsController',
642
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
643
  'make' => true,
644
  'singleton' => true,
645
  ),
646
- 'VendorsPluginsController' =>
647
  array (
648
- 'name' => 'VendorsPluginsController',
649
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
650
  'make' => true,
651
  'singleton' => true,
652
  ),
653
- 'VendorsRevSliderController' =>
654
  array (
655
- 'name' => 'VendorsRevSliderController',
656
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
657
  'make' => true,
658
  'singleton' => true,
659
  ),
660
- 'VendorsThemeTwentySeventeenController' =>
661
  array (
662
- 'name' => 'VendorsThemeTwentySeventeenController',
663
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\ThemeTwentySeventeenController',
664
  'make' => true,
665
  'singleton' => true,
666
  ),
667
- 'VendorsWooCommerceController' =>
668
  array (
669
- 'name' => 'VendorsWooCommerceController',
670
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
671
  'make' => true,
672
  'singleton' => true,
673
  ),
674
- 'VendorsWordpressController' =>
675
  array (
676
- 'name' => 'VendorsWordpressController',
677
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WordpressController',
678
  'make' => true,
679
  'singleton' => true,
680
  ),
681
- 'VendorsWpbakeryController' =>
682
  array (
683
- 'name' => 'VendorsWpbakeryController',
684
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
685
- 'make' => true,
686
- 'singleton' => true,
687
- ),
688
- 'VendorsWpmlController' =>
689
- array (
690
- 'name' => 'VendorsWpmlController',
691
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
692
- 'make' => true,
693
- 'singleton' => true,
694
- ),
695
- 'VendorsYoastController' =>
696
- array (
697
- 'name' => 'VendorsYoastController',
698
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
699
  'make' => true,
700
  'singleton' => true,
701
  ),
702
- 'VendorsGutenbergAttributeController' =>
703
  array (
704
- 'name' => 'VendorsGutenbergAttributeController',
705
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
706
  'make' => true,
707
  'singleton' => true,
708
  ),
709
- 'VendorsGutenbergDisableController' =>
710
  array (
711
- 'name' => 'VendorsGutenbergDisableController',
712
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
713
  'make' => true,
714
  'singleton' => true,
715
  ),
716
- 'VendorsGutenbergSettingsController' =>
717
  array (
718
- 'name' => 'VendorsGutenbergSettingsController',
719
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
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
  ),
@@ -790,598 +776,605 @@ return array (
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
  ),
989
- 'HubDownloadController' =>
990
  array (
991
- 'name' => 'HubDownloadController',
992
- 'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
993
  'make' => true,
994
  'singleton' => true,
995
  ),
996
- 'HubJsonActionsController' =>
997
  array (
998
- 'name' => 'HubJsonActionsController',
999
- 'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
1000
  'make' => true,
1001
  'singleton' => true,
1002
  ),
1003
- 'HubUpdateController' =>
1004
  array (
1005
- 'name' => 'HubUpdateController',
1006
- 'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
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
  ),
1031
- 'HubGroupsCategoriesCategories' =>
1032
  array (
1033
- 'name' => 'HubGroupsCategoriesCategories',
1034
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
1035
  'make' => true,
1036
  'singleton' => true,
1037
  ),
1038
- 'HubGroupsCategoriesCategoriesUpdater' =>
1039
  array (
1040
- 'name' => 'HubGroupsCategoriesCategoriesUpdater',
1041
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
1042
  'make' => true,
1043
  'singleton' => true,
1044
  ),
1045
- 'HubGroupsCategoriesGroups' =>
1046
  array (
1047
- 'name' => 'HubGroupsCategoriesGroups',
1048
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
1049
  'make' => true,
1050
  'singleton' => true,
1051
  ),
1052
- 'HubGroupsCategoriesGroupsUpdater' =>
1053
  array (
1054
- 'name' => 'HubGroupsCategoriesGroupsUpdater',
1055
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
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
  ),
1101
- 'HubTemplatesTemplateDownloadController' =>
1102
  array (
1103
- 'name' => 'HubTemplatesTemplateDownloadController',
1104
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
1105
  'make' => true,
1106
  'singleton' => true,
1107
  ),
1108
- 'HubTemplatesTemplatesUpdater' =>
1109
  array (
1110
- 'name' => 'HubTemplatesTemplatesUpdater',
1111
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
1112
  'make' => true,
1113
  'singleton' => true,
1114
  ),
1115
- 'HubTemplatesTeasersTeasersController' =>
1116
  array (
1117
- 'name' => 'HubTemplatesTeasersTeasersController',
1118
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
1119
  'make' => true,
1120
  'singleton' => true,
1121
  ),
1122
- 'HubTemplatesTeasersTeasersDownloadController' =>
1123
  array (
1124
- 'name' => 'HubTemplatesTeasersTeasersDownloadController',
1125
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
1126
  'make' => true,
1127
  'singleton' => true,
1128
  ),
1129
- 'HubAssetsAssetDownloadController' =>
1130
  array (
1131
- 'name' => 'HubAssetsAssetDownloadController',
1132
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
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
  ),
1241
- 'AssetsAssetBundleController' =>
1242
  array (
1243
- 'name' => 'AssetsAssetBundleController',
1244
- 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleController',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
- 'AssetsAssetResetController' =>
1249
  array (
1250
- 'name' => 'AssetsAssetResetController',
1251
- 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetResetController',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
- 'AssetsDataController' =>
1256
  array (
1257
- 'name' => 'AssetsDataController',
1258
- 'abstract' => 'VisualComposer\\Modules\\Assets\\DataController',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
- 'AssetsEnqueueController' =>
1263
  array (
1264
- 'name' => 'AssetsEnqueueController',
1265
- 'abstract' => 'VisualComposer\\Modules\\Assets\\EnqueueController',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
- 'AssetsFileController' =>
1270
  array (
1271
- 'name' => 'AssetsFileController',
1272
- 'abstract' => 'VisualComposer\\Modules\\Assets\\FileController',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
- 'AssetsJsDataController' =>
1277
  array (
1278
- 'name' => 'AssetsJsDataController',
1279
- 'abstract' => 'VisualComposer\\Modules\\Assets\\JsDataController',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
- 'AssetsJsEnqueueController' =>
1284
  array (
1285
- 'name' => 'AssetsJsEnqueueController',
1286
- 'abstract' => 'VisualComposer\\Modules\\Assets\\JsEnqueueController',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
- 'AssetsPreviewDataController' =>
1291
  array (
1292
- 'name' => 'AssetsPreviewDataController',
1293
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewDataController',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
- 'AssetsPreviewEnqueueController' =>
1298
  array (
1299
- 'name' => 'AssetsPreviewEnqueueController',
1300
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewEnqueueController',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
- 'AssetsPreviewJsDataController' =>
1305
  array (
1306
- 'name' => 'AssetsPreviewJsDataController',
1307
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsDataController',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
1311
- 'AssetsPreviewJsEnqueueController' =>
1312
  array (
1313
- 'name' => 'AssetsPreviewJsEnqueueController',
1314
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsEnqueueController',
1315
  'make' => true,
1316
  'singleton' => true,
1317
  ),
1318
- 'AssetsSharedController' =>
1319
  array (
1320
- 'name' => 'AssetsSharedController',
1321
- 'abstract' => 'VisualComposer\\Modules\\Assets\\SharedController',
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
  ),
@@ -1392,5 +1385,12 @@ return array (
1392
  'make' => true,
1393
  'singleton' => true,
1394
  ),
 
 
 
 
 
 
 
1395
  ),
1396
  );
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
+ 'ApiFactory' =>
458
  array (
459
+ 'name' => 'ApiFactory',
460
+ 'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
461
  'make' => true,
462
  'singleton' => true,
463
  ),
464
+ 'AssetsAssetBundleController' =>
465
  array (
466
+ 'name' => 'AssetsAssetBundleController',
467
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleController',
468
  'make' => true,
469
  'singleton' => true,
470
  ),
471
+ 'AssetsAssetResetController' =>
472
  array (
473
+ 'name' => 'AssetsAssetResetController',
474
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetResetController',
475
  'make' => true,
476
  'singleton' => true,
477
  ),
478
+ 'AssetsDataController' =>
479
  array (
480
+ 'name' => 'AssetsDataController',
481
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\DataController',
482
  'make' => true,
483
  'singleton' => true,
484
  ),
485
+ 'AssetsEnqueueController' =>
486
  array (
487
+ 'name' => 'AssetsEnqueueController',
488
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\EnqueueController',
489
  'make' => true,
490
  'singleton' => true,
491
  ),
492
+ 'AssetsFileController' =>
493
  array (
494
+ 'name' => 'AssetsFileController',
495
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\FileController',
496
  'make' => true,
497
  'singleton' => true,
498
  ),
499
+ 'AssetsJsDataController' =>
500
  array (
501
+ 'name' => 'AssetsJsDataController',
502
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\JsDataController',
503
  'make' => true,
504
  'singleton' => true,
505
  ),
506
+ 'AssetsJsEnqueueController' =>
507
  array (
508
+ 'name' => 'AssetsJsEnqueueController',
509
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\JsEnqueueController',
510
  'make' => true,
511
  'singleton' => true,
512
  ),
513
+ 'AssetsPreviewDataController' =>
514
  array (
515
+ 'name' => 'AssetsPreviewDataController',
516
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewDataController',
517
  'make' => true,
518
  'singleton' => true,
519
  ),
520
+ 'AssetsPreviewEnqueueController' =>
521
  array (
522
+ 'name' => 'AssetsPreviewEnqueueController',
523
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewEnqueueController',
524
  'make' => true,
525
  'singleton' => true,
526
  ),
527
+ 'AssetsPreviewJsDataController' =>
528
  array (
529
+ 'name' => 'AssetsPreviewJsDataController',
530
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsDataController',
531
  'make' => true,
532
  'singleton' => true,
533
  ),
534
+ 'AssetsPreviewJsEnqueueController' =>
535
  array (
536
+ 'name' => 'AssetsPreviewJsEnqueueController',
537
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsEnqueueController',
538
  'make' => true,
539
  'singleton' => true,
540
  ),
541
+ 'AssetsSharedController' =>
542
  array (
543
+ 'name' => 'AssetsSharedController',
544
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\SharedController',
545
  'make' => true,
546
  'singleton' => true,
547
  ),
548
+ 'AutoloadAddonsAutoload' =>
549
  array (
550
+ 'name' => 'AutoloadAddonsAutoload',
551
+ 'abstract' => 'VisualComposer\\Modules\\Autoload\\AddonsAutoload',
552
  'make' => true,
553
  'singleton' => true,
554
  ),
555
+ 'AutoloadElementsAutoload' =>
556
  array (
557
+ 'name' => 'AutoloadElementsAutoload',
558
+ 'abstract' => 'VisualComposer\\Modules\\Autoload\\ElementsAutoload',
559
  'make' => true,
560
  'singleton' => true,
561
  ),
562
+ 'EditorsEnvController' =>
563
  array (
564
+ 'name' => 'EditorsEnvController',
565
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
566
  'make' => true,
567
  'singleton' => true,
568
  ),
569
+ 'EditorsMediaSizesController' =>
570
  array (
571
+ 'name' => 'EditorsMediaSizesController',
572
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
573
  'make' => true,
574
  'singleton' => true,
575
  ),
576
+ 'EditorsDataAjaxController' =>
577
  array (
578
+ 'name' => 'EditorsDataAjaxController',
579
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
580
  'make' => true,
581
  'singleton' => true,
582
  ),
583
+ 'EditorsDataAjaxPostDataController' =>
584
  array (
585
+ 'name' => 'EditorsDataAjaxPostDataController',
586
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
587
  'make' => true,
588
  'singleton' => true,
589
  ),
590
+ 'EditorsDataAjaxPostFieldsController' =>
591
  array (
592
+ 'name' => 'EditorsDataAjaxPostFieldsController',
593
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
594
  'make' => true,
595
  'singleton' => true,
596
  ),
597
+ 'EditorsDataAjaxRevisionController' =>
598
  array (
599
+ 'name' => 'EditorsDataAjaxRevisionController',
600
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
601
  'make' => true,
602
  'singleton' => true,
603
  ),
604
+ 'EditorsBackendEditorController' =>
605
  array (
606
+ 'name' => 'EditorsBackendEditorController',
607
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
608
  'make' => true,
609
  'singleton' => true,
610
  ),
611
+ 'EditorsBackendSaveSetEditorController' =>
612
  array (
613
+ 'name' => 'EditorsBackendSaveSetEditorController',
614
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
615
  'make' => true,
616
  'singleton' => true,
617
  ),
618
+ 'EditorsAttributesWpEditor' =>
619
  array (
620
+ 'name' => 'EditorsAttributesWpEditor',
621
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
622
  'make' => true,
623
  'singleton' => true,
624
  ),
625
+ 'EditorsAttributesIconPickerController' =>
626
  array (
627
+ 'name' => 'EditorsAttributesIconPickerController',
628
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
629
  'make' => true,
630
  'singleton' => true,
631
  ),
632
+ 'EditorsAttributesUrlController' =>
633
  array (
634
+ 'name' => 'EditorsAttributesUrlController',
635
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
636
  'make' => true,
637
  'singleton' => true,
638
  ),
639
+ 'EditorsAttributesCodeMirrorCodeMirrorController' =>
640
  array (
641
+ 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
642
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
643
  'make' => true,
644
  'singleton' => true,
645
  ),
646
+ 'EditorsAttributesAjaxFormController' =>
647
  array (
648
+ 'name' => 'EditorsAttributesAjaxFormController',
649
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
650
  'make' => true,
651
  'singleton' => true,
652
  ),
653
+ 'EditorsAttributesAutoCompleteController' =>
654
  array (
655
+ 'name' => 'EditorsAttributesAutoCompleteController',
656
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
657
  'make' => true,
658
  'singleton' => true,
659
  ),
660
+ 'EditorsPageEditableController' =>
661
  array (
662
+ 'name' => 'EditorsPageEditableController',
663
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\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
+ 'EditorsSettingsItemPreviewController' =>
675
  array (
676
+ 'name' => 'EditorsSettingsItemPreviewController',
677
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
678
  'make' => true,
679
  'singleton' => true,
680
  ),
681
+ 'EditorsSettingsPageEditableTemplatesController' =>
682
  array (
683
+ 'name' => 'EditorsSettingsPageEditableTemplatesController',
684
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
685
  'make' => true,
686
  'singleton' => true,
687
  ),
688
+ 'EditorsSettingsPageTemplatesController' =>
689
  array (
690
+ 'name' => 'EditorsSettingsPageTemplatesController',
691
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
692
  'make' => true,
693
  'singleton' => true,
694
  ),
695
+ 'EditorsSettingsPageTemplatesSaveController' =>
696
  array (
697
+ 'name' => 'EditorsSettingsPageTemplatesSaveController',
698
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
699
  'make' => true,
700
  'singleton' => true,
701
  ),
702
+ 'EditorsSettingsPageTemplatesVariablesController' =>
703
  array (
704
+ 'name' => 'EditorsSettingsPageTemplatesVariablesController',
705
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
706
  'make' => true,
707
  'singleton' => true,
708
  ),
709
+ 'EditorsSettingsSlugController' =>
710
  array (
711
+ 'name' => 'EditorsSettingsSlugController',
712
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
713
  'make' => true,
714
  'singleton' => true,
715
  ),
716
+ 'EditorsSettingsTitleController' =>
717
  array (
718
+ 'name' => 'EditorsSettingsTitleController',
719
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
720
  'make' => true,
721
  'singleton' => true,
722
  ),
723
+ 'EditorsFrontendBundleController' =>
724
  array (
725
+ 'name' => 'EditorsFrontendBundleController',
726
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
727
  'make' => true,
728
  'singleton' => true,
729
  ),
730
+ 'EditorsFrontendController' =>
731
  array (
732
+ 'name' => 'EditorsFrontendController',
733
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
734
  'make' => true,
735
  'singleton' => true,
736
  ),
737
+ 'EditorsFrontendHeartbeatController' =>
738
  array (
739
+ 'name' => 'EditorsFrontendHeartbeatController',
740
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
741
  'make' => true,
742
  'singleton' => true,
743
  ),
744
+ 'EditorsFrontendMenuController' =>
745
  array (
746
+ 'name' => 'EditorsFrontendMenuController',
747
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
748
  'make' => true,
749
  'singleton' => true,
750
  ),
751
+ 'EditorsFrontendVariablesController' =>
752
  array (
753
+ 'name' => 'EditorsFrontendVariablesController',
754
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
755
  'make' => true,
756
  'singleton' => true,
757
  ),
758
+ 'EditorsTemplatesController' =>
759
  array (
760
+ 'name' => 'EditorsTemplatesController',
761
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
762
  'make' => true,
763
  'singleton' => true,
764
  ),
765
+ 'EditorsTemplatesPostType' =>
766
  array (
767
+ 'name' => 'EditorsTemplatesPostType',
768
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
769
  'make' => true,
770
  'singleton' => true,
771
  ),
776
  'make' => true,
777
  'singleton' => true,
778
  ),
779
+ 'SystemAjaxAdminController' =>
780
  array (
781
+ 'name' => 'SystemAjaxAdminController',
782
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
783
  'make' => true,
784
  'singleton' => true,
785
  ),
786
+ 'SystemAjaxController' =>
787
  array (
788
+ 'name' => 'SystemAjaxController',
789
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
790
  'make' => true,
791
  'singleton' => true,
792
  ),
793
+ 'SystemTextDomainController' =>
794
  array (
795
+ 'name' => 'SystemTextDomainController',
796
+ 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
797
  'make' => true,
798
  'singleton' => true,
799
  ),
800
+ 'SystemCacheCacheController' =>
801
  array (
802
+ 'name' => 'SystemCacheCacheController',
803
+ 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
804
  'make' => true,
805
  'singleton' => true,
806
  ),
807
+ 'SystemActivationController' =>
808
  array (
809
+ 'name' => 'SystemActivationController',
810
+ 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
811
  'make' => true,
812
  'singleton' => true,
813
  ),
814
+ 'InternationalizationLocale' =>
815
  array (
816
+ 'name' => 'InternationalizationLocale',
817
+ 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
818
  'make' => true,
819
  'singleton' => true,
820
  ),
821
+ 'ElementsApiController' =>
822
  array (
823
+ 'name' => 'ElementsApiController',
824
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
825
  'make' => true,
826
  'singleton' => true,
827
  ),
828
+ 'ElementsController' =>
829
  array (
830
+ 'name' => 'ElementsController',
831
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
832
  'make' => true,
833
  'singleton' => true,
834
  ),
835
+ 'ElementsAjaxImageControllerController' =>
836
  array (
837
+ 'name' => 'ElementsAjaxImageControllerController',
838
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
839
  'make' => true,
840
  'singleton' => true,
841
  ),
842
+ 'ElementsEncodedShortcodeController' =>
843
  array (
844
+ 'name' => 'ElementsEncodedShortcodeController',
845
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
+ 'ElementsAjaxShortcodeController' =>
850
  array (
851
+ 'name' => 'ElementsAjaxShortcodeController',
852
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
+ 'ElementsWpWidgetsWpWidgetsController' =>
857
  array (
858
+ 'name' => 'ElementsWpWidgetsWpWidgetsController',
859
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
+ 'ElementsWpWidgetsWpWidgetsShortcodes' =>
864
  array (
865
+ 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
866
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
+ 'ElementsAssetShortcodeController' =>
871
  array (
872
+ 'name' => 'ElementsAssetShortcodeController',
873
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
+ 'ElementsGlobalVariablesController' =>
878
  array (
879
+ 'name' => 'ElementsGlobalVariablesController',
880
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
+ 'SettingsMenuController' =>
885
  array (
886
+ 'name' => 'SettingsMenuController',
887
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
888
  'make' => true,
889
  'singleton' => true,
890
  ),
891
+ 'SettingsNoticeController' =>
892
  array (
893
+ 'name' => 'SettingsNoticeController',
894
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
895
  'make' => true,
896
  'singleton' => true,
897
  ),
898
+ 'SettingsSettingsController' =>
899
  array (
900
+ 'name' => 'SettingsSettingsController',
901
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
902
  'make' => true,
903
  'singleton' => true,
904
  ),
905
+ 'SettingsPagesAbout' =>
906
  array (
907
+ 'name' => 'SettingsPagesAbout',
908
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\About',
909
  'make' => true,
910
  'singleton' => true,
911
  ),
912
+ 'SettingsPagesCssJsSettings' =>
913
  array (
914
+ 'name' => 'SettingsPagesCssJsSettings',
915
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
916
  'make' => true,
917
  'singleton' => true,
918
  ),
919
+ 'SettingsPagesHub' =>
920
  array (
921
+ 'name' => 'SettingsPagesHub',
922
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Hub',
923
  'make' => true,
924
  'singleton' => true,
925
  ),
926
+ 'SettingsPagesSettings' =>
927
  array (
928
+ 'name' => 'SettingsPagesSettings',
929
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
930
  'make' => true,
931
  'singleton' => true,
932
  ),
933
+ 'SettingsPagesSystemStatus' =>
934
  array (
935
+ 'name' => 'SettingsPagesSystemStatus',
936
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
937
  'make' => true,
938
  'singleton' => true,
939
  ),
940
+ 'SettingsAjaxSystemStatusController' =>
941
  array (
942
+ 'name' => 'SettingsAjaxSystemStatusController',
943
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
944
  'make' => true,
945
  'singleton' => true,
946
  ),
947
+ 'SettingsFieldsCssEditor' =>
948
  array (
949
+ 'name' => 'SettingsFieldsCssEditor',
950
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
951
  'make' => true,
952
  'singleton' => true,
953
  ),
954
+ 'SettingsFieldsFactoryResetController' =>
955
  array (
956
+ 'name' => 'SettingsFieldsFactoryResetController',
957
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
958
  'make' => true,
959
  'singleton' => true,
960
  ),
961
+ 'SettingsFieldsJsEditor' =>
962
  array (
963
+ 'name' => 'SettingsFieldsJsEditor',
964
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
965
  'make' => true,
966
  'singleton' => true,
967
  ),
968
+ 'SettingsFieldsPostTypes' =>
969
  array (
970
+ 'name' => 'SettingsFieldsPostTypes',
971
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\PostTypes',
972
  'make' => true,
973
  'singleton' => true,
974
  ),
975
+ 'VendorsDashboardController' =>
976
  array (
977
+ 'name' => 'VendorsDashboardController',
978
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
979
  'make' => true,
980
  'singleton' => true,
981
  ),
982
+ 'VendorsJetPack' =>
983
  array (
984
+ 'name' => 'VendorsJetPack',
985
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
986
  'make' => true,
987
  'singleton' => true,
988
  ),
989
+ 'VendorsMetaSliderController' =>
990
  array (
991
+ 'name' => 'VendorsMetaSliderController',
992
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
993
  'make' => true,
994
  'singleton' => true,
995
  ),
996
+ 'VendorsNextGen' =>
997
  array (
998
+ 'name' => 'VendorsNextGen',
999
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
1000
  'make' => true,
1001
  'singleton' => true,
1002
  ),
1003
+ 'VendorsNinjaFormsController' =>
1004
  array (
1005
+ 'name' => 'VendorsNinjaFormsController',
1006
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
1007
  'make' => true,
1008
  'singleton' => true,
1009
  ),
1010
+ 'VendorsPluginsController' =>
1011
  array (
1012
+ 'name' => 'VendorsPluginsController',
1013
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
1014
  'make' => true,
1015
  'singleton' => true,
1016
  ),
1017
+ 'VendorsRevSliderController' =>
1018
  array (
1019
+ 'name' => 'VendorsRevSliderController',
1020
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
1021
  'make' => true,
1022
  'singleton' => true,
1023
  ),
1024
+ 'VendorsThemeTwentySeventeenController' =>
1025
  array (
1026
+ 'name' => 'VendorsThemeTwentySeventeenController',
1027
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\ThemeTwentySeventeenController',
1028
  'make' => true,
1029
  'singleton' => true,
1030
  ),
1031
+ 'VendorsWooCommerceController' =>
1032
  array (
1033
+ 'name' => 'VendorsWooCommerceController',
1034
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
1035
  'make' => true,
1036
  'singleton' => true,
1037
  ),
1038
+ 'VendorsWordpressController' =>
1039
  array (
1040
+ 'name' => 'VendorsWordpressController',
1041
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WordpressController',
1042
  'make' => true,
1043
  'singleton' => true,
1044
  ),
1045
+ 'VendorsWpbakeryController' =>
1046
  array (
1047
+ 'name' => 'VendorsWpbakeryController',
1048
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
1049
  'make' => true,
1050
  'singleton' => true,
1051
  ),
1052
+ 'VendorsWpmlController' =>
1053
  array (
1054
+ 'name' => 'VendorsWpmlController',
1055
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
1056
  'make' => true,
1057
  'singleton' => true,
1058
  ),
1059
+ 'VendorsYoastController' =>
1060
  array (
1061
+ 'name' => 'VendorsYoastController',
1062
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
1063
  'make' => true,
1064
  'singleton' => true,
1065
  ),
1066
+ 'VendorsGutenbergAttributeController' =>
1067
  array (
1068
+ 'name' => 'VendorsGutenbergAttributeController',
1069
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
1070
  'make' => true,
1071
  'singleton' => true,
1072
  ),
1073
+ 'VendorsGutenbergDisableController' =>
1074
  array (
1075
+ 'name' => 'VendorsGutenbergDisableController',
1076
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
1077
  'make' => true,
1078
  'singleton' => true,
1079
  ),
1080
+ 'VendorsGutenbergSettingsController' =>
1081
  array (
1082
+ 'name' => 'VendorsGutenbergSettingsController',
1083
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
1084
+ 'make' => true,
1085
+ 'singleton' => true,
1086
+ ),
1087
+ 'FrontViewAssetResetController' =>
1088
+ array (
1089
+ 'name' => 'FrontViewAssetResetController',
1090
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
1091
  'make' => true,
1092
  'singleton' => true,
1093
  ),
1094
+ 'FrontViewAssetUrlReplaceController' =>
1095
  array (
1096
+ 'name' => 'FrontViewAssetUrlReplaceController',
1097
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
1098
  'make' => true,
1099
  'singleton' => true,
1100
  ),
1101
+ 'FrontViewContentUrlReplaceController' =>
1102
  array (
1103
+ 'name' => 'FrontViewContentUrlReplaceController',
1104
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
1105
  'make' => true,
1106
  'singleton' => true,
1107
  ),
1108
+ 'FrontViewFrontVariablesController' =>
1109
  array (
1110
+ 'name' => 'FrontViewFrontVariablesController',
1111
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
1112
  'make' => true,
1113
  'singleton' => true,
1114
  ),
1115
+ 'FrontViewFrontViewController' =>
1116
  array (
1117
+ 'name' => 'FrontViewFrontViewController',
1118
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
1119
  'make' => true,
1120
  'singleton' => true,
1121
  ),
1122
+ 'FrontViewPluginsInfoController' =>
1123
  array (
1124
+ 'name' => 'FrontViewPluginsInfoController',
1125
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
1126
  'make' => true,
1127
  'singleton' => true,
1128
  ),
1129
+ 'HubDownloadController' =>
1130
  array (
1131
+ 'name' => 'HubDownloadController',
1132
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
1133
  'make' => true,
1134
  'singleton' => true,
1135
  ),
1136
+ 'HubJsonActionsController' =>
1137
  array (
1138
+ 'name' => 'HubJsonActionsController',
1139
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
1140
  'make' => true,
1141
  'singleton' => true,
1142
  ),
1143
+ 'HubUpdateController' =>
1144
  array (
1145
+ 'name' => 'HubUpdateController',
1146
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
1147
  'make' => true,
1148
  'singleton' => true,
1149
  ),
1150
+ 'HubAssetsAssetDownloadController' =>
1151
  array (
1152
+ 'name' => 'HubAssetsAssetDownloadController',
1153
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
1154
  'make' => true,
1155
  'singleton' => true,
1156
  ),
1157
+ 'HubGroupsCategoriesCategories' =>
1158
  array (
1159
+ 'name' => 'HubGroupsCategoriesCategories',
1160
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
1161
  'make' => true,
1162
  'singleton' => true,
1163
  ),
1164
+ 'HubGroupsCategoriesCategoriesUpdater' =>
1165
  array (
1166
+ 'name' => 'HubGroupsCategoriesCategoriesUpdater',
1167
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
1168
  'make' => true,
1169
  'singleton' => true,
1170
  ),
1171
+ 'HubGroupsCategoriesGroups' =>
1172
  array (
1173
+ 'name' => 'HubGroupsCategoriesGroups',
1174
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
1175
  'make' => true,
1176
  'singleton' => true,
1177
  ),
1178
+ 'HubGroupsCategoriesGroupsUpdater' =>
1179
  array (
1180
+ 'name' => 'HubGroupsCategoriesGroupsUpdater',
1181
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
1182
  'make' => true,
1183
  'singleton' => true,
1184
  ),
1185
+ 'HubPagesUpdateBePage' =>
1186
  array (
1187
+ 'name' => 'HubPagesUpdateBePage',
1188
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
1189
  'make' => true,
1190
  'singleton' => true,
1191
  ),
1192
+ 'HubPagesUpdateFePage' =>
1193
  array (
1194
+ 'name' => 'HubPagesUpdateFePage',
1195
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
1196
  'make' => true,
1197
  'singleton' => true,
1198
  ),
1199
+ 'HubElementsElementDownloadController' =>
1200
  array (
1201
+ 'name' => 'HubElementsElementDownloadController',
1202
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
1203
  'make' => true,
1204
  'singleton' => true,
1205
  ),
1206
+ 'HubElementsElements' =>
1207
  array (
1208
+ 'name' => 'HubElementsElements',
1209
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
1210
  'make' => true,
1211
  'singleton' => true,
1212
  ),
1213
+ 'HubElementsElementsUpdater' =>
1214
  array (
1215
+ 'name' => 'HubElementsElementsUpdater',
1216
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
1217
  'make' => true,
1218
  'singleton' => true,
1219
  ),
1220
+ 'HubElementsTeasersTeasersController' =>
1221
  array (
1222
+ 'name' => 'HubElementsTeasersTeasersController',
1223
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
1224
  'make' => true,
1225
  'singleton' => true,
1226
  ),
1227
+ 'HubElementsTeasersTeasersDownloadController' =>
1228
  array (
1229
+ 'name' => 'HubElementsTeasersTeasersDownloadController',
1230
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
1231
  'make' => true,
1232
  'singleton' => true,
1233
  ),
1234
+ 'HubActionsPostUpdateAction' =>
1235
  array (
1236
+ 'name' => 'HubActionsPostUpdateAction',
1237
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
1238
  'make' => true,
1239
  'singleton' => true,
1240
  ),
1241
+ 'HubTemplatesTemplateDownloadController' =>
1242
  array (
1243
+ 'name' => 'HubTemplatesTemplateDownloadController',
1244
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
+ 'HubTemplatesTemplatesUpdater' =>
1249
  array (
1250
+ 'name' => 'HubTemplatesTemplatesUpdater',
1251
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
+ 'HubTemplatesTeasersTeasersController' =>
1256
  array (
1257
+ 'name' => 'HubTemplatesTeasersTeasersController',
1258
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
+ 'HubTemplatesTeasersTeasersDownloadController' =>
1263
  array (
1264
+ 'name' => 'HubTemplatesTeasersTeasersDownloadController',
1265
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
+ 'HubAddonsAddonDownloadController' =>
1270
  array (
1271
+ 'name' => 'HubAddonsAddonDownloadController',
1272
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
+ 'HubAddonsAddons' =>
1277
  array (
1278
+ 'name' => 'HubAddonsAddons',
1279
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
+ 'HubAddonsAddonsUpdater' =>
1284
  array (
1285
+ 'name' => 'HubAddonsAddonsUpdater',
1286
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
+ 'HubAddonsTeasersTeasersController' =>
1291
  array (
1292
+ 'name' => 'HubAddonsTeasersTeasersController',
1293
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
+ 'HubAddonsTeasersTeasersDownloadController' =>
1298
  array (
1299
+ 'name' => 'HubAddonsTeasersTeasersDownloadController',
1300
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
+ 'HubUnsplashUnsplashDownloadController' =>
1305
  array (
1306
+ 'name' => 'HubUnsplashUnsplashDownloadController',
1307
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Unsplash\\UnsplashDownloadController',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
1311
+ 'LicenseActivationRedirectController' =>
1312
  array (
1313
+ 'name' => 'LicenseActivationRedirectController',
1314
+ 'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
1315
  'make' => true,
1316
  'singleton' => true,
1317
  ),
1318
+ 'LicenseDeactivationController' =>
1319
  array (
1320
+ 'name' => 'LicenseDeactivationController',
1321
+ 'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
1322
  'make' => true,
1323
  'singleton' => true,
1324
  ),
1325
+ 'LicenseEditorVariablesController' =>
1326
  array (
1327
+ 'name' => 'LicenseEditorVariablesController',
1328
+ 'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
1329
  'make' => true,
1330
  'singleton' => true,
1331
  ),
1332
+ 'LicenseErrorReportingController' =>
1333
  array (
1334
+ 'name' => 'LicenseErrorReportingController',
1335
+ 'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
1336
  'make' => true,
1337
  'singleton' => true,
1338
  ),
1339
+ 'LicenseFeedbackController' =>
1340
  array (
1341
+ 'name' => 'LicenseFeedbackController',
1342
+ 'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
1343
  'make' => true,
1344
  'singleton' => true,
1345
  ),
1346
+ 'LicenseLicenseController' =>
1347
  array (
1348
+ 'name' => 'LicenseLicenseController',
1349
+ 'abstract' => 'VisualComposer\\Modules\\License\\LicenseController',
1350
  'make' => true,
1351
  'singleton' => true,
1352
  ),
1353
+ 'LicenseUpdateVariablesController' =>
1354
  array (
1355
+ 'name' => 'LicenseUpdateVariablesController',
1356
+ 'abstract' => 'VisualComposer\\Modules\\License\\UpdateVariablesController',
1357
  'make' => true,
1358
  'singleton' => true,
1359
  ),
1360
+ 'LicensePagesGettingStarted' =>
1361
  array (
1362
+ 'name' => 'LicensePagesGettingStarted',
1363
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GettingStarted',
1364
  'make' => true,
1365
  'singleton' => true,
1366
  ),
1367
+ 'LicensePagesGoPremium' =>
1368
  array (
1369
+ 'name' => 'LicensePagesGoPremium',
1370
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GoPremium',
1371
  'make' => true,
1372
  'singleton' => true,
1373
  ),
1374
+ 'LicensePagesLicenseStatus' =>
1375
  array (
1376
+ 'name' => 'LicensePagesLicenseStatus',
1377
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\LicenseStatus',
1378
  'make' => true,
1379
  'singleton' => true,
1380
  ),
1385
  'make' => true,
1386
  'singleton' => true,
1387
  ),
1388
+ 'UpdatesUpdatesController' =>
1389
+ array (
1390
+ 'name' => 'UpdatesUpdatesController',
1391
+ 'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
1392
+ 'make' => true,
1393
+ 'singleton' => true,
1394
+ ),
1395
  ),
1396
  );
elements/basicButton/public/dist/{vendor.bundle.js.LICENSE → vendor.bundle.js.LICENSE.txt} RENAMED
@@ -1,9 +1,8 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
 
8
  /*!
9
  Copyright (c) 2017 Jed Watson.
@@ -11,14 +10,17 @@
11
  http://jedwatson.github.io/classnames
12
  */
13
 
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
 
19
 
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
 
 
22
  *
23
  * Copyright (c) Facebook, Inc. and its affiliates.
24
  *
@@ -26,8 +28,8 @@ object-assign
26
  * LICENSE file in the root directory of this source tree.
27
  */
28
 
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
  *
32
  * Copyright (c) Facebook, Inc. and its affiliates.
33
  *
@@ -35,8 +37,8 @@ object-assign
35
  * LICENSE file in the root directory of this source tree.
36
  */
37
 
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
  *
41
  * Copyright (c) Facebook, Inc. and its affiliates.
42
  *
@@ -44,10 +46,8 @@ object-assign
44
  * LICENSE file in the root directory of this source tree.
45
  */
46
 
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
  *
52
  * Copyright (c) Facebook, Inc. and its affiliates.
53
  *
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
 
6
 
7
  /*!
8
  Copyright (c) 2017 Jed Watson.
10
  http://jedwatson.github.io/classnames
11
  */
12
 
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
 
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
  *
25
  * Copyright (c) Facebook, Inc. and its affiliates.
26
  *
28
  * LICENSE file in the root directory of this source tree.
29
  */
30
 
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
  *
34
  * Copyright (c) Facebook, Inc. and its affiliates.
35
  *
37
  * LICENSE file in the root directory of this source tree.
38
  */
39
 
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
  *
43
  * Copyright (c) Facebook, Inc. and its affiliates.
44
  *
46
  * LICENSE file in the root directory of this source tree.
47
  */
48
 
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
 
 
51
  *
52
  * Copyright (c) Facebook, Inc. and its affiliates.
53
  *
elements/column/public/dist/{vendor.bundle.js.LICENSE → vendor.bundle.js.LICENSE.txt} RENAMED
@@ -1,9 +1,8 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
 
8
  /*!
9
  Copyright (c) 2017 Jed Watson.
@@ -11,14 +10,17 @@
11
  http://jedwatson.github.io/classnames
12
  */
13
 
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
 
19
 
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
 
 
22
  *
23
  * Copyright (c) Facebook, Inc. and its affiliates.
24
  *
@@ -26,8 +28,8 @@ object-assign
26
  * LICENSE file in the root directory of this source tree.
27
  */
28
 
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
  *
32
  * Copyright (c) Facebook, Inc. and its affiliates.
33
  *
@@ -35,8 +37,8 @@ object-assign
35
  * LICENSE file in the root directory of this source tree.
36
  */
37
 
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
  *
41
  * Copyright (c) Facebook, Inc. and its affiliates.
42
  *
@@ -44,10 +46,8 @@ object-assign
44
  * LICENSE file in the root directory of this source tree.
45
  */
46
 
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
  *
52
  * Copyright (c) Facebook, Inc. and its affiliates.
53
  *
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
 
6
 
7
  /*!
8
  Copyright (c) 2017 Jed Watson.
10
  http://jedwatson.github.io/classnames
11
  */
12
 
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
 
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
  *
25
  * Copyright (c) Facebook, Inc. and its affiliates.
26
  *
28
  * LICENSE file in the root directory of this source tree.
29
  */
30
 
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
  *
34
  * Copyright (c) Facebook, Inc. and its affiliates.
35
  *
37
  * LICENSE file in the root directory of this source tree.
38
  */
39
 
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
  *
43
  * Copyright (c) Facebook, Inc. and its affiliates.
44
  *
46
  * LICENSE file in the root directory of this source tree.
47
  */
48
 
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
 
 
51
  *
52
  * Copyright (c) Facebook, Inc. and its affiliates.
53
  *
elements/googleFontsHeading/public/dist/{vendor.bundle.js.LICENSE → vendor.bundle.js.LICENSE.txt} RENAMED
@@ -1,9 +1,8 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
 
8
  /*!
9
  Copyright (c) 2017 Jed Watson.
@@ -11,14 +10,17 @@
11
  http://jedwatson.github.io/classnames
12
  */
13
 
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
 
19
 
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
 
 
22
  *
23
  * Copyright (c) Facebook, Inc. and its affiliates.
24
  *
@@ -26,8 +28,8 @@ object-assign
26
  * LICENSE file in the root directory of this source tree.
27
  */
28
 
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
  *
32
  * Copyright (c) Facebook, Inc. and its affiliates.
33
  *
@@ -35,8 +37,8 @@ object-assign
35
  * LICENSE file in the root directory of this source tree.
36
  */
37
 
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
  *
41
  * Copyright (c) Facebook, Inc. and its affiliates.
42
  *
@@ -44,10 +46,8 @@ object-assign
44
  * LICENSE file in the root directory of this source tree.
45
  */
46
 
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
  *
52
  * Copyright (c) Facebook, Inc. and its affiliates.
53
  *
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
 
6
 
7
  /*!
8
  Copyright (c) 2017 Jed Watson.
10
  http://jedwatson.github.io/classnames
11
  */
12
 
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
 
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
  *
25
  * Copyright (c) Facebook, Inc. and its affiliates.
26
  *
28
  * LICENSE file in the root directory of this source tree.
29
  */
30
 
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
  *
34
  * Copyright (c) Facebook, Inc. and its affiliates.
35
  *
37
  * LICENSE file in the root directory of this source tree.
38
  */
39
 
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
  *
43
  * Copyright (c) Facebook, Inc. and its affiliates.
44
  *
46
  * LICENSE file in the root directory of this source tree.
47
  */
48
 
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
 
 
51
  *
52
  * Copyright (c) Facebook, Inc. and its affiliates.
53
  *
elements/outlineButton/public/dist/{vendor.bundle.js.LICENSE → vendor.bundle.js.LICENSE.txt} RENAMED
@@ -1,9 +1,8 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
 
8
  /*!
9
  Copyright (c) 2017 Jed Watson.
@@ -11,14 +10,17 @@
11
  http://jedwatson.github.io/classnames
12
  */
13
 
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
 
19
 
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
 
 
22
  *
23
  * Copyright (c) Facebook, Inc. and its affiliates.
24
  *
@@ -26,8 +28,8 @@ object-assign
26
  * LICENSE file in the root directory of this source tree.
27
  */
28
 
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
  *
32
  * Copyright (c) Facebook, Inc. and its affiliates.
33
  *
@@ -35,8 +37,8 @@ object-assign
35
  * LICENSE file in the root directory of this source tree.
36
  */
37
 
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
  *
41
  * Copyright (c) Facebook, Inc. and its affiliates.
42
  *
@@ -44,10 +46,8 @@ object-assign
44
  * LICENSE file in the root directory of this source tree.
45
  */
46
 
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
  *
52
  * Copyright (c) Facebook, Inc. and its affiliates.
53
  *
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
 
6
 
7
  /*!
8
  Copyright (c) 2017 Jed Watson.
10
  http://jedwatson.github.io/classnames
11
  */
12
 
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
 
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
  *
25
  * Copyright (c) Facebook, Inc. and its affiliates.
26
  *
28
  * LICENSE file in the root directory of this source tree.
29
  */
30
 
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
  *
34
  * Copyright (c) Facebook, Inc. and its affiliates.
35
  *
37
  * LICENSE file in the root directory of this source tree.
38
  */
39
 
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
  *
43
  * Copyright (c) Facebook, Inc. and its affiliates.
44
  *
46
  * LICENSE file in the root directory of this source tree.
47
  */
48
 
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
 
 
51
  *
52
  * Copyright (c) Facebook, Inc. and its affiliates.
53
  *
elements/row/public/dist/vendor.bundle.js.LICENSE DELETED
@@ -1,56 +0,0 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /*!
9
- Copyright (c) 2017 Jed Watson.
10
- Licensed under the MIT License (MIT), see
11
- http://jedwatson.github.io/classnames
12
- */
13
-
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
19
-
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
22
- *
23
- * Copyright (c) Facebook, Inc. and its affiliates.
24
- *
25
- * This source code is licensed under the MIT license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
28
-
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
-
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
- *
41
- * Copyright (c) Facebook, Inc. and its affiliates.
42
- *
43
- * This source code is licensed under the MIT license found in the
44
- * LICENSE file in the root directory of this source tree.
45
- */
46
-
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
- *
52
- * Copyright (c) Facebook, Inc. and its affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
elements/row/public/dist/vendor.bundle.js.LICENSE.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2017 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
+
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
+ *
25
+ * Copyright (c) Facebook, Inc. and its affiliates.
26
+ *
27
+ * This source code is licensed under the MIT license found in the
28
+ * LICENSE file in the root directory of this source tree.
29
+ */
30
+
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */
39
+
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
+ *
43
+ * Copyright (c) Facebook, Inc. and its affiliates.
44
+ *
45
+ * This source code is licensed under the MIT license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
+ */
48
+
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
elements/separator/public/dist/vendor.bundle.js.LICENSE DELETED
@@ -1,56 +0,0 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /*!
9
- Copyright (c) 2017 Jed Watson.
10
- Licensed under the MIT License (MIT), see
11
- http://jedwatson.github.io/classnames
12
- */
13
-
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
19
-
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
22
- *
23
- * Copyright (c) Facebook, Inc. and its affiliates.
24
- *
25
- * This source code is licensed under the MIT license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
28
-
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
-
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
- *
41
- * Copyright (c) Facebook, Inc. and its affiliates.
42
- *
43
- * This source code is licensed under the MIT license found in the
44
- * LICENSE file in the root directory of this source tree.
45
- */
46
-
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
- *
52
- * Copyright (c) Facebook, Inc. and its affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
elements/separator/public/dist/vendor.bundle.js.LICENSE.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2017 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
+
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
+ *
25
+ * Copyright (c) Facebook, Inc. and its affiliates.
26
+ *
27
+ * This source code is licensed under the MIT license found in the
28
+ * LICENSE file in the root directory of this source tree.
29
+ */
30
+
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */
39
+
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
+ *
43
+ * Copyright (c) Facebook, Inc. and its affiliates.
44
+ *
45
+ * This source code is licensed under the MIT license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
+ */
48
+
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
elements/shortcode/public/dist/vendor.bundle.js.LICENSE DELETED
@@ -1,56 +0,0 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /*!
9
- Copyright (c) 2017 Jed Watson.
10
- Licensed under the MIT License (MIT), see
11
- http://jedwatson.github.io/classnames
12
- */
13
-
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
19
-
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
22
- *
23
- * Copyright (c) Facebook, Inc. and its affiliates.
24
- *
25
- * This source code is licensed under the MIT license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
28
-
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
-
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
- *
41
- * Copyright (c) Facebook, Inc. and its affiliates.
42
- *
43
- * This source code is licensed under the MIT license found in the
44
- * LICENSE file in the root directory of this source tree.
45
- */
46
-
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
- *
52
- * Copyright (c) Facebook, Inc. and its affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
elements/shortcode/public/dist/vendor.bundle.js.LICENSE.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2017 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
+
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
+ *
25
+ * Copyright (c) Facebook, Inc. and its affiliates.
26
+ *
27
+ * This source code is licensed under the MIT license found in the
28
+ * LICENSE file in the root directory of this source tree.
29
+ */
30
+
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */
39
+
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
+ *
43
+ * Copyright (c) Facebook, Inc. and its affiliates.
44
+ *
45
+ * This source code is licensed under the MIT license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
+ */
48
+
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
elements/singleImage/public/dist/vendor.bundle.js.LICENSE DELETED
@@ -1,56 +0,0 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /*!
9
- Copyright (c) 2017 Jed Watson.
10
- Licensed under the MIT License (MIT), see
11
- http://jedwatson.github.io/classnames
12
- */
13
-
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
19
-
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
22
- *
23
- * Copyright (c) Facebook, Inc. and its affiliates.
24
- *
25
- * This source code is licensed under the MIT license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
28
-
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
-
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
- *
41
- * Copyright (c) Facebook, Inc. and its affiliates.
42
- *
43
- * This source code is licensed under the MIT license found in the
44
- * LICENSE file in the root directory of this source tree.
45
- */
46
-
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
- *
52
- * Copyright (c) Facebook, Inc. and its affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
elements/singleImage/public/dist/vendor.bundle.js.LICENSE.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2017 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
+
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
+ *
25
+ * Copyright (c) Facebook, Inc. and its affiliates.
26
+ *
27
+ * This source code is licensed under the MIT license found in the
28
+ * LICENSE file in the root directory of this source tree.
29
+ */
30
+
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */
39
+
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
+ *
43
+ * Copyright (c) Facebook, Inc. and its affiliates.
44
+ *
45
+ * This source code is licensed under the MIT license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
+ */
48
+
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
elements/textBlock/public/dist/vendor.bundle.js.LICENSE DELETED
@@ -1,56 +0,0 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /*!
9
- Copyright (c) 2017 Jed Watson.
10
- Licensed under the MIT License (MIT), see
11
- http://jedwatson.github.io/classnames
12
- */
13
-
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
19
-
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
22
- *
23
- * Copyright (c) Facebook, Inc. and its affiliates.
24
- *
25
- * This source code is licensed under the MIT license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
28
-
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
-
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
- *
41
- * Copyright (c) Facebook, Inc. and its affiliates.
42
- *
43
- * This source code is licensed under the MIT license found in the
44
- * LICENSE file in the root directory of this source tree.
45
- */
46
-
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
- *
52
- * Copyright (c) Facebook, Inc. and its affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
elements/textBlock/public/dist/vendor.bundle.js.LICENSE.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2017 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
+
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
+ *
25
+ * Copyright (c) Facebook, Inc. and its affiliates.
26
+ *
27
+ * This source code is licensed under the MIT license found in the
28
+ * LICENSE file in the root directory of this source tree.
29
+ */
30
+
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */
39
+
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
+ *
43
+ * Copyright (c) Facebook, Inc. and its affiliates.
44
+ *
45
+ * This source code is licensed under the MIT license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
+ */
48
+
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
elements/vimeoPlayer/public/dist/vendor.bundle.js.LICENSE DELETED
@@ -1,56 +0,0 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /*!
9
- Copyright (c) 2017 Jed Watson.
10
- Licensed under the MIT License (MIT), see
11
- http://jedwatson.github.io/classnames
12
- */
13
-
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
19
-
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
22
- *
23
- * Copyright (c) Facebook, Inc. and its affiliates.
24
- *
25
- * This source code is licensed under the MIT license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
28
-
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
-
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
- *
41
- * Copyright (c) Facebook, Inc. and its affiliates.
42
- *
43
- * This source code is licensed under the MIT license found in the
44
- * LICENSE file in the root directory of this source tree.
45
- */
46
-
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
- *
52
- * Copyright (c) Facebook, Inc. and its affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
elements/vimeoPlayer/public/dist/vendor.bundle.js.LICENSE.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2017 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
+
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
+ *
25
+ * Copyright (c) Facebook, Inc. and its affiliates.
26
+ *
27
+ * This source code is licensed under the MIT license found in the
28
+ * LICENSE file in the root directory of this source tree.
29
+ */
30
+
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */
39
+
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
+ *
43
+ * Copyright (c) Facebook, Inc. and its affiliates.
44
+ *
45
+ * This source code is licensed under the MIT license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
+ */
48
+
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
elements/wpWidgetsCustom/public/dist/vendor.bundle.js.LICENSE DELETED
@@ -1,56 +0,0 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /*!
9
- Copyright (c) 2017 Jed Watson.
10
- Licensed under the MIT License (MIT), see
11
- http://jedwatson.github.io/classnames
12
- */
13
-
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
19
-
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
22
- *
23
- * Copyright (c) Facebook, Inc. and its affiliates.
24
- *
25
- * This source code is licensed under the MIT license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
28
-
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
-
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
- *
41
- * Copyright (c) Facebook, Inc. and its affiliates.
42
- *
43
- * This source code is licensed under the MIT license found in the
44
- * LICENSE file in the root directory of this source tree.
45
- */
46
-
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
- *
52
- * Copyright (c) Facebook, Inc. and its affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
elements/wpWidgetsCustom/public/dist/vendor.bundle.js.LICENSE.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2017 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
+
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
+ *
25
+ * Copyright (c) Facebook, Inc. and its affiliates.
26
+ *
27
+ * This source code is licensed under the MIT license found in the
28
+ * LICENSE file in the root directory of this source tree.
29
+ */
30
+
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */
39
+
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
+ *
43
+ * Copyright (c) Facebook, Inc. and its affiliates.
44
+ *
45
+ * This source code is licensed under the MIT license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
+ */
48
+
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
elements/wpWidgetsDefault/public/dist/vendor.bundle.js.LICENSE DELETED
@@ -1,56 +0,0 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /*!
9
- Copyright (c) 2017 Jed Watson.
10
- Licensed under the MIT License (MIT), see
11
- http://jedwatson.github.io/classnames
12
- */
13
-
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
19
-
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
22
- *
23
- * Copyright (c) Facebook, Inc. and its affiliates.
24
- *
25
- * This source code is licensed under the MIT license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
28
-
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
-
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
- *
41
- * Copyright (c) Facebook, Inc. and its affiliates.
42
- *
43
- * This source code is licensed under the MIT license found in the
44
- * LICENSE file in the root directory of this source tree.
45
- */
46
-
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
- *
52
- * Copyright (c) Facebook, Inc. and its affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
elements/wpWidgetsDefault/public/dist/vendor.bundle.js.LICENSE.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2017 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
+
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
+ *
25
+ * Copyright (c) Facebook, Inc. and its affiliates.
26
+ *
27
+ * This source code is licensed under the MIT license found in the
28
+ * LICENSE file in the root directory of this source tree.
29
+ */
30
+
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */
39
+
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
+ *
43
+ * Copyright (c) Facebook, Inc. and its affiliates.
44
+ *
45
+ * This source code is licensed under the MIT license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
+ */
48
+
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
elements/youtubePlayer/public/dist/vendor.bundle.js.LICENSE DELETED
@@ -1,56 +0,0 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /*!
9
- Copyright (c) 2017 Jed Watson.
10
- Licensed under the MIT License (MIT), see
11
- http://jedwatson.github.io/classnames
12
- */
13
-
14
- /*
15
- object-assign
16
- (c) Sindre Sorhus
17
- @license MIT
18
- */
19
-
20
- /** @license React v16.12.0
21
- * react-dom-server.browser.production.min.js
22
- *
23
- * Copyright (c) Facebook, Inc. and its affiliates.
24
- *
25
- * This source code is licensed under the MIT license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
28
-
29
- /** @license React v16.12.0
30
- * react-dom.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
-
38
- /** @license React v16.12.0
39
- * react.production.min.js
40
- *
41
- * Copyright (c) Facebook, Inc. and its affiliates.
42
- *
43
- * This source code is licensed under the MIT license found in the
44
- * LICENSE file in the root directory of this source tree.
45
- */
46
-
47
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
48
-
49
- /** @license React v0.18.0
50
- * scheduler.production.min.js
51
- *
52
- * Copyright (c) Facebook, Inc. and its affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
elements/youtubePlayer/public/dist/vendor.bundle.js.LICENSE.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2017 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <http://feross.org>
17
+ * @license MIT
18
+ */
19
+
20
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
21
+
22
+ /** @license React v0.19.1
23
+ * scheduler.production.min.js
24
+ *
25
+ * Copyright (c) Facebook, Inc. and its affiliates.
26
+ *
27
+ * This source code is licensed under the MIT license found in the
28
+ * LICENSE file in the root directory of this source tree.
29
+ */
30
+
31
+ /** @license React v16.13.1
32
+ * react-dom-server.browser.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */
39
+
40
+ /** @license React v16.13.1
41
+ * react-dom.production.min.js
42
+ *
43
+ * Copyright (c) Facebook, Inc. and its affiliates.
44
+ *
45
+ * This source code is licensed under the MIT license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
+ */
48
+
49
+ /** @license React v16.13.1
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
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: 29.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', '29.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: 30.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', '30.0-beta.1');
49
  /**
50
  * Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
51
  */
public/dist/fonts/VC-Icons.svg DELETED
@@ -1,71 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="VC-Icons" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#x2261;" glyph-name="mobile-menu" d="M74.668 822.856h874.666v-124.953h-874.666v124.953zM74.668 510.495h874.666v-124.97h-874.666v124.97zM74.668 198.096h874.666v-124.953h-874.666v124.953z" />
11
- <glyph unicode="&#x22ee;" glyph-name="drag-dots" d="M619.59 448c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59zM619.59 820.411c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59zM619.59 75.591c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59z" />
12
- <glyph unicode="&#x22ef;" glyph-name="more-dots" d="M512 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59zM884.411 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59zM139.591 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59z" />
13
- <glyph unicode="&#x2315;" glyph-name="search" horiz-adv-x="951" d="M658.286 475.428q0 105.714-75.143 180.857t-180.857 75.143-180.857-75.143-75.143-180.857 75.143-180.857 180.857-75.143 180.857 75.143 75.143 180.857zM950.857 0q0-29.714-21.714-51.429t-51.429-21.714q-30.857 0-51.429 21.714l-196 195.429q-102.286-70.857-228-70.857-81.714 0-156.286 31.714t-128.571 85.714-85.714 128.571-31.714 156.286 31.714 156.286 85.714 128.571 128.571 85.714 156.286 31.714 156.286-31.714 128.571-85.714 85.714-128.571 31.714-156.286q0-125.714-70.857-228l196-196q21.143-21.143 21.143-51.429z" />
14
- <glyph unicode="&#x23f8;" glyph-name="row-layout" d="M92-32h360v960h-420v-960h60zM152 88v720h180v-720h-180zM932-32h-360v960h420v-960h-60zM872 88v720h-180v-720h180z" />
15
- <glyph unicode="&#x25b4;" glyph-name="arrow-up" d="M775.22 340.565l-263.22 263.22-263.22-263.22c-17.844-17.844-5.212-48.35 20.025-48.35h486.389c25.237 0 37.87 30.506 20.025 48.35z" />
16
- <glyph unicode="&#x25b8;" glyph-name="arrow-right" d="M404.565 184.78l263.22 263.22-263.22 263.22c-17.844 17.844-48.35 5.212-48.35-20.025v-486.389c0-25.237 30.506-37.87 48.35-20.025z" />
17
- <glyph unicode="&#x25be;" glyph-name="expand" d="M248.78 555.435l263.22-263.22 263.22 263.22c17.844 17.844 5.212 48.35-20.025 48.35h-486.389c-25.237 0-37.87-30.506-20.025-48.35z" />
18
- <glyph unicode="&#x25c4;" glyph-name="arrow-left" d="M619.435 711.22l-263.22-263.22 263.22-263.22c17.844-17.844 48.35-5.212 48.35 20.025v486.389c0 25.237-30.506 37.87-48.35 20.025z" />
19
- <glyph unicode="&#x2661;" glyph-name="heart-stroke" d="M739.616 768c78.624 0 143.744-58.24 154.752-134.016l-382.24-438.976-382.496 438.976c11.008 75.776 76.128 134.016 154.752 134.016 64.512 0 123.36-69.248 123.36-69.248l104.256-110.752 104.256 110.752c0 0 58.88 69.248 123.36 69.248M739.616 896c-95.488 0-176-50.496-227.616-123.008-51.616 72.512-132.128 123.008-227.616 123.008-156.896 0-284.384-127.744-284.384-284.512v-23.488l512.256-588 511.744 588v23.488c0 156.768-127.488 284.512-284.384 284.512v0z" />
20
- <glyph unicode="&#x270e;" glyph-name="edit" d="M320.892-0.215l639.258 639.21c25.772 25.772 31.447 56.233 5.659 81.989l-172.175 172.159c-25.74 25.756-65.886 28.488-91.673 2.716l-640.858-637.011c-28.698-27.373-22.409-27.826-22.442-45.95l-0.469-187.535c0.065-28.036 22.458-50.93 50.477-50.995l199.775 5.336c14.002-0.049 21.585 9.152 32.45 20.081zM773.893 775.89l74.664-74.697c11.932-11.948 6.289-30.477-5.691-42.442l-44.446-44.462-113.21 113.193 52.66 52.223c11.948 11.981 24.042 8.133 36.023-3.816zM237.755 53.495l-81.375 3.007c-12.984 0.032-22.976 9.442-23.055 22.458l1.778 92.935c0 6.435 0.211 9.184 13.889 22.927l0.016-0.032 453.664 450.817 113.516-113.516-463.816-463.816c-10.865-10.865-8.181-14.842-14.616-14.778z" />
21
- <glyph unicode="&#x2710;" glyph-name="pen-alt-fill" d="M948.992 884.992c-99.872 100-262.112 100-361.984 0l-586.016-585.984-0.992-363.008h361.984l587.008 587.008c100 100 100 261.984 0 361.984zM307.616 64h-180.992v182.016c49.984 49.984 131.008 49.984 180.992 0s50.016-132.032 0-182.016zM856.128 613.504l-180.992 180.992c49.984 49.984 131.008 49.984 180.992 0s49.984-131.008 0-180.992z" />
22
- <glyph unicode="&#x2714;" glyph-name="save" d="M496.783 176.777l527.215 527.237-108.612 108.589-512.011-511.989-294.788 294.788-108.589-108.589 403.376-403.42z" />
23
- <glyph unicode="&#x2715;" glyph-name="add-thin" d="M64 503.552h896v-111.119h-896v111.119zM456.433 896h111.104v-896h-111.104v896z" />
24
- <glyph unicode="&#x2716;" glyph-name="close" d="M64 135.363l760.637 760.637 135.139-135.139-760.412-760.861-135.363 135.363zM64 760.637l135.139 135.139 760.637-760.637-135.139-135.139-760.637 760.637z" />
25
- <glyph unicode="&#x2717;" glyph-name="close-thin" d="M861.143 0.020l-797.107 797.107 98.855 98.855 797.107-797.107-98.855-98.855zM162.845 0.032l-98.842 98.842 797.107 797.107 98.842-98.842-797.107-797.107z" />
26
- <glyph unicode="&#x2723;" glyph-name="move" d="M576 320v-192h128l-192-192-192 192h128v192zM448 576v192h-128l192 192 192-192h-128v-192zM384 384h-192v-128l-192 192 192 192v-128h192zM640 512h192v128l192-192-192-192v128h-192z" />
27
- <glyph unicode="&#x2795;" glyph-name="add" d="M32.001 533.328h959.998v-170.658h-959.998v170.658zM426.659 927.986h170.658v-959.973h-170.658v959.973z" />
28
- <glyph unicode="&#x2796;" glyph-name="remove" d="M32.001 533.328h959.998v-170.658h-959.998v170.658z" />
29
- <glyph unicode="&#x293e;" glyph-name="undo" horiz-adv-x="1022" d="M900.936 840.968c-158.614 158.582-435.332 158.71-593.85 0l-179.094-179.222v170.23h-127.992v-383.976h383.976v127.992l-160.726-0.096 174.486 174.486c110.234 110.362 302.478 110.362 412.71-0.128 55.132-55.134 85.498-128.376 85.498-206.356 0-78.076-30.366-151.35-85.498-206.644l-96.506-96.474 90.49-90.458 96.506 96.25c79.258 79.516 123 185.046 123 297.326 0 112.216-43.742 217.714-123 297.070zM590.332-64l-90.492 90.618 90.556 90.458 90.49-90.618z" />
30
- <glyph unicode="&#x293f;" glyph-name="redo" horiz-adv-x="1022" d="M121.064 840.968c158.614 158.582 435.332 158.71 593.85 0l179.094-179.222v170.23h127.992v-383.976h-383.976v127.992l160.726-0.096-174.486 174.486c-110.234 110.362-302.478 110.362-412.71-0.128-55.132-55.134-85.498-128.376-85.498-206.356 0-78.076 30.366-151.35 85.498-206.644l96.506-96.474-90.49-90.458-96.506 96.25c-79.258 79.516-123 185.046-123 297.326 0 112.216 43.742 217.714 123 297.070zM431.668-64l90.492 90.618-90.556 90.458-90.49-90.618z" />
31
- <glyph unicode="&#xe900;" glyph-name="error" horiz-adv-x="1152" d="M1139.232 79.872l-480 832c-16.608 28.736-47.68 48.128-83.232 48.128s-66.624-19.392-83.232-48.128l-480-832c-8.096-14.080-12.768-30.432-12.768-47.872 0-52.992 43.008-96 96-96h960c52.992 0 96 43.008 96 96 0 17.44-4.64 33.792-12.768 47.872zM95.936 31.904l480.128 832 479.936-831.904-960.064-0.096z" />
32
- <glyph unicode="&#xe901;" glyph-name="key" d="M620.291 299.094c-6.728 16.669-12.558 35.711-17.828 58.211-7.395 31.589-38.431 51.066-69.338 43.501-30.898-7.56-49.951-39.296-42.554-70.882 6.679-28.528 14.322-53.283 23.357-75.678 24.156-59.879 80.361-98.669 143.319-98.819h181.573c0.123 0 0.242 0 0.368 0 61.408 0 116.909 37.131 141.458 94.685 19.882 46.611 43.54 119.122 43.353 199.875-0.187 80.541-24.050 151.934-44.041 197.649-24.628 56.306-80.096 92.785-141.45 92.935h-179.404c-0.13 0-0.256 0-0.389 0-64.722 0-121.18-38.987-143.898-99.407-3.023-8.039-6.719-18.163-10.577-29.971h-347.892c-15.553 0-30.441-6.437-41.277-17.842l-98.822-104.055c-21.766-22.918-21.657-59.405 0.247-82.187l100.674-104.714c10.815-11.25 25.597-17.587 41.029-17.587h172.584c31.773 0 57.528 26.329 57.528 58.809s-25.755 58.809-57.528 58.809h-148.462l-44.377 46.156 42.732 44.997h366.715c26.5 0 49.572 18.507 55.877 44.821 4.654 19.427 10.496 38.108 18.941 60.567 5.571 14.808 19.551 23.994 36.642 23.994 0.040 0 0.078 0 0.115 0h179.401c16.269-0.038 30.274-8.977 36.547-23.321 15.443-35.32 33.884-90.003 34.022-149.926 0.141-60.361-18.282-116.294-33.763-152.587-6.242-14.637-20.365-24.079-36.13-24.079-0.031 0-0.063 0-0.095 0h-181.573c-15.912 0.038-30.818 10.506-37.088 26.049zM819.2 448c0-28.515-22.923-51.63-51.2-51.63s-51.2 23.115-51.2 51.63c0 28.515 22.923 51.63 51.2 51.63s51.2-23.115 51.2-51.63z" />
33
- <glyph unicode="&#xe902;" glyph-name="eye-on" horiz-adv-x="1336" d="M1319.57 481.22c-2.411 4.767-59.563 118.14-166.47 232.225-145.209 154.47-312.995 236.335-485.273 236.335s-340.064-81.865-485.273-236.664c-106.852-114.030-164.059-227.403-166.415-232.225-7.891-15.398-7.891-33.535 0-48.988 2.411-4.767 59.563-118.14 166.415-232.171 145.209-154.47 312.995-236.335 485.273-236.335s340.064 81.865 485.273 236.664c106.852 114.030 164.059 227.403 166.47 232.171 7.891 15.069 7.891 33.535 0 48.988zM1071.234 272.667c-125.373-132.551-260.993-199.677-403.408-199.677s-278.090 67.125-403.408 199.677c-68.495 72.605-115.4 146.579-136.99 183.895 21.59 36.987 68.166 110.962 136.99 183.895 125.318 132.551 260.938 199.677 403.408 199.677s278.090-67.125 403.408-199.677c68.495-72.933 115.4-146.579 136.99-183.895-21.918-36.987-68.495-110.962-136.99-183.895zM667.826 675.746c-120.88 0-219.184-98.304-219.184-219.184s98.304-219.184 219.184-219.184c120.88 0 219.184 98.304 219.184 219.184s-98.304 219.184-219.184 219.184zM667.826 346.97c-60.276 0-109.592 49.316-109.592 109.592s49.316 109.592 109.592 109.592c60.276 0 109.592-49.316 109.592-109.592s-49.316-109.592-109.592-109.592z" />
34
- <glyph unicode="&#xe903;" glyph-name="copy-icon" horiz-adv-x="853" d="M698.182 866.909h-46.545c0 51.2-41.891 93.091-93.091 93.091h-279.273c-51.2 0-93.091-41.891-93.091-93.091h-46.545c-77.079 0-139.636-62.557-139.636-139.636v-651.636c0-77.079 62.557-139.636 139.636-139.636h558.545c77.079 0 139.636 62.557 139.636 139.636v651.636c0 77.079-62.557 139.636-139.636 139.636zM279.273 866.909h279.273v-93.091h-279.273v93.091zM744.727 75.636c0-25.6-20.945-46.545-46.545-46.545h-558.545c-25.6 0-46.545 20.945-46.545 46.545v651.636c0 25.6 20.945 46.545 46.545 46.545h46.545c0-51.2 41.891-93.091 93.091-93.091h279.273c51.2 0 93.091 41.891 93.091 93.091h46.545c25.6 0 46.545-20.945 46.545-46.545v-651.636z" />
35
- <glyph unicode="&#xe904;" glyph-name="paste-icon" horiz-adv-x="864" d="M785.455 576h-87.273v165.818c0 24-19.636 43.636-43.636 43.636h-43.636c0-48-39.273-87.273-87.273-87.273h-261.818c-48 0-87.273 39.273-87.273 87.273h-43.636c-24 0-43.636-19.636-43.636-43.636v-610.909c0-24 19.636-43.636 43.636-43.636h93.091v-87.273h-93.091c-72.262 0-130.909 58.647-130.909 130.909v610.909c0 72.262 58.647 130.909 130.909 130.909h43.636c0 48 39.273 87.273 87.273 87.273h261.818c48 0 87.273-39.273 87.273-87.273h43.636c72.262 0 130.909-58.647 130.909-130.909v-165.818zM261.818 872.727v0.087-87.36h261.818v87.273h-261.818zM802.944 512h-471.968c-39.808 0-42.976-8.864-42.976-48.672v-478.688c0-39.776 21.28-48.64 61.056-48.64h472c39.776 0 42.944 8.864 42.944 48.64v478.688c0 39.776-21.28 48.672-61.056 48.672zM413.472 32c-30.56 0-29.472 9.792-29.472 40.384v303.2c0 30.592-3.2 40.384 27.392 40.384h327.104c30.592 0 29.504-9.792 29.504-40.384v-303.2c0-30.592 3.2-40.384-27.392-40.384h-327.136z" />
36
- <glyph unicode="&#xe905;" glyph-name="star" d="M512 893.44l122.266-344.166h328.294l-267.878-202.138 95.795-354.714-278.477 212.685-278.426-212.685 95.744 354.714-267.93 202.138h328.294l122.317 344.166z" />
37
- <glyph unicode="&#xe906;" glyph-name="lock1" horiz-adv-x="777" d="M674.877 43.6v482.997h-577.806v-482.997h577.806zM236.997 718.477v-97.071h297.955v97.071c0 81.278-67.7 148.978-148.978 148.978s-148.978-67.7-148.978-148.978v0zM674.877 621.406c51.906 0 97.071-42.902 97.071-94.808v-482.997c0-51.906-45.165-94.808-97.071-94.808h-577.806c-51.906 0-97.071 42.902-97.071 94.808v482.997c0 51.906 45.165 94.808 97.071 94.808h47.38v97.071c0 133.184 108.339 241.523 241.523 241.523s241.523-108.339 241.523-241.523v-97.071h47.38z" />
38
- <glyph unicode="&#xe907;" glyph-name="eye-off" horiz-adv-x="1336" d="M565.741 838.736c31.179 7.562 65.755 11.672 101.044 11.672h1.37c142.47 0 278.090-67.125 403.079-199.677 68.495-72.605 115.072-146.579 136.661-183.567-29.425-51.015-61.974-97.592-98.633-141.1-19.507-22.96-16.768-57.536 6.521-77.043 10.302-8.548 22.96-12.987 35.289-12.987 15.398 0 31.179 6.521 41.755 19.507 47.946 56.878 89.043 117.483 126.031 185.594 8.548 15.781 8.877 34.576 0.658 50.686-2.411 4.767-59.563 118.14-166.47 232.225-145.209 154.141-312.995 235.952-485.273 235.952h-1.37c-43.508 0-87.345-5.151-127.072-14.74-29.425-7.178-47.289-36.987-40.056-66.084 7.562-29.425 36.987-47.618 66.413-40.439h0.055zM1032.548 179.486c-0.329 0.329-764.404 764.404-764.404 764.404-21.206 21.206-56.166 21.206-77.427 0s-21.206-56.166 0-77.427l69.865-69.865c-98.304-84.605-180.169-186.635-243.842-303.46-8.548-15.781-8.877-34.576-1.041-50.686 2.411-4.767 59.618-118.14 166.799-232.171 145.209-154.799 312.995-236.664 485.602-236.664 115.784 2.027 224.664 34.905 318.858 96.222l80.112-80.167c10.63-10.63 24.658-16.11 38.686-16.11s28.11 5.48 38.686 16.11c21.918 21.206 21.918 56.166 0.329 77.427l-112.222 112.387zM559.604 497.303l138.689-138.689c-10.959-3.781-22.576-5.48-34.576-5.48-60.276 0-109.592 49.316-109.592 109.592 0 12 2.082 23.617 5.48 34.576zM667.826 83.264c-142.47 0-278.090 67.454-403.408 199.677-68.495 72.605-115.072 146.25-136.661 183.567 56.166 96.934 127.072 181.484 210.636 252.39l139.73-139.73c-21.59-34.576-33.535-75.016-33.535-116.441 0-120.88 98.304-219.184 219.184-219.184 41.426 0 81.865 12 116.441 33.535l127.401-127.401c-72.276-42.138-154.141-65.098-239.732-66.413h-0.055z" />
39
- <glyph unicode="&#xe908;" glyph-name="brush-alt" horiz-adv-x="1022" d="M384 192c0 70.752-57.376 128-128 128-70.752 0-128-57.248-128-128v-0.256c0-94.624-51.488-177.12-128-221.376l0.512-0.384c37.504-21.6 80.992-33.984 127.488-33.984 141.376 0 256 114.624 256 256v0zM986.432 922.496c-49.984 49.984-131.008 49.984-180.992 0l-483.936-484c88.256-23.616 157.504-92.736 180.992-181.12l483.936 484.128c50.016 49.984 50.016 131.008 0 180.992z" />
40
- <glyph unicode="&#xe909;" glyph-name="hub-shop" d="M960 64h-64v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-512v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-64c-35.392 0-64-28.672-64-64s28.608-64 64-64h896c35.392 0 64 28.672 64 64s-28.608 64-64 64zM960 960h-896c-35.392 0-64-28.672-64-64v-384c0-70.656 57.28-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128v384c0 35.328-28.608 64-64 64z" />
41
- <glyph unicode="&#xe90a;" glyph-name="download" horiz-adv-x="781" d="M329.007 144.021v755.267c0 33.53 27.174 60.712 60.711 60.712 33.53 0 60.711-27.196 60.711-60.712v-755.514l225.618 225.618c23.704 23.704 62.135 23.705 85.85-0.009 23.709-23.709 23.712-62.147 0.009-85.85l-329.144-329.144c-11.851-11.851-27.382-17.777-42.915-17.778-15.543 0.003-31.076 5.928-42.926 17.778l-329.144 329.144c-23.704 23.704-23.705 62.135 0.009 85.85 23.709 23.709 62.147 23.712 85.85 0.009l225.371-225.371z" />
42
- <glyph unicode="&#xe90b;" glyph-name="chevron-up" d="M512 758.319l-517.198-517.198 103.44-103.44 413.758 413.758 413.758-413.758 103.44 103.44z" />
43
- <glyph unicode="&#xe90c;" glyph-name="chevron-down" d="M512 137.681l-517.198 517.198 103.44 103.44 413.758-413.758 413.758 413.758 103.44-103.44z" />
44
- <glyph unicode="&#xe90d;" glyph-name="chevron-right" horiz-adv-x="658" d="M663.198 448l-517.198-517.198-103.44 103.44 413.758 413.758-413.758 413.758 103.44 103.44z" />
45
- <glyph unicode="&#xe90e;" glyph-name="chevron-left" horiz-adv-x="658" d="M-5.198 448l517.198-517.198 103.44 103.44-413.758 413.758 413.758 413.758-103.44 103.44z" />
46
- <glyph unicode="&#xe90f;" glyph-name="plug" d="M902.254 728.131l-131.542-131.148-109.502 109.814 131.192 131.148c27.988 27.978 27.988 73.093 0 101.071s-73.118 27.978-101.106 0l-131.192-131.148-48.629 48.612c-13.294 13.29-56.325 39.169-101.106 0l-204.31-204.24c-123.146-123.104-138.539-314.404-45.48-454.295l-139.589-139.891c-27.988-27.978-27.988-73.093 0-101.071s73.118-27.978 101.106 0l139.589 139.541c58.774-39.169 127.344-60.153 199.412-60.153 96.208 0 186.818 37.421 255.038 105.617l204.31 204.24c27.988 27.978 27.988 73.093 0 101.071l-48.629 48.612 131.192 131.148c27.988 27.978 27.988 73.093 0 101.071-27.638 27.978-73.118 27.978-100.756 0zM615.030 243.060c-41.282-41.268-95.858-63.65-153.932-63.65s-113 22.732-153.932 63.65c-85.013 84.984-85.013 223.126 0 307.76l153.932 153.88 307.865-307.76-153.932-153.88z" />
47
- <glyph unicode="&#xe910;" glyph-name="thumbs-down" horiz-adv-x="1331" d="M412.315-64c8.546 0 16.807 2.772 23.683 7.85l4.879 4.234 291.482 295.12c51.953 52.589 83.037 124.85 86.515 200.040l0.327 14.128v203.96c0 160.839-122.726 292.419-275.741 298.452l-10.98 0.216h-259.080c-42.524 0-82.188-20.541-107.778-55.362l-5.264-7.678-133.159-222.668c-17.56-27.376-27.199-59.040-27.199-90.416 0-25.074 2.054-53.867 16.13-81.321l5.862-10.223 18.962-31.792v-12.584c0-90.801 68.502-165.326 154.483-170.393l9.277-0.275 154.241-0.040 5.76-9.832-75.559-153.624c-8.321-17.168-12.641-36.168-12.641-55.208 0-64.768 48.492-117.979 109.636-122.301l8.044-0.283h18.121zM1208.32 294.4c65.050 0 118.45 51.592 122.618 116.606l0.262 8.194v416c0 66.066-50.798 120.301-114.812 124.534l-8.068 0.266h-163.841c-65.050 0-118.45-51.592-122.618-116.606l-0.262-8.194v-416c0-66.066 50.798-120.301 114.812-124.534l8.068-0.266h163.841zM1196.372 396.8h-129.708c-16.517 0-30.172 12.58-32.175 28.807l-0.253 4.127v380.532c0 16.775 12.387 30.643 28.364 32.678l4.064 0.257h129.708c16.517 0 30.172-12.58 32.175-28.807l0.253-4.127v-380.532c0-16.775-12.387-30.643-28.364-32.678l-4.064-0.257zM399.379 40.527c-18.489 0-30.002 5.142-30.002 24.86 0 3.679 0.533 7.359 1.577 10.838l1.947 5.041 72.492 151.578c13.273 27.602 15.188 68.124 0 94.562-13.886 24.274-49.81 35.842-76.017 38.259l-7.213 0.336-144.599 0.038c-40.073 0.036-73.112 32.996-76.479 74.862l-0.283 7.056v23.762c0 5.731-1.118 11.372-3.274 16.567l-2.5 5.033-24.188 41.522c-6.188 9.961-8.438 22.28-8.438 43.599 0 11.434 3.255 23.811 9.288 35.513l3.949 6.927 124.875 213.799c7.645 12.217 20.631 20.603 35.113 22.509l6.287 0.412h242.885c102.652 0 186.758-86.395 191.761-194.593l0.243-10.205v-195.805c0-51.072-18.267-100.902-50.481-138.44l-7.68-8.44-259.262-269.59z" />
48
- <glyph unicode="&#xe911;" glyph-name="thumbs-up" horiz-adv-x="1331" d="M918.885 960c-8.546 0-16.807-2.772-23.683-7.85l-4.879-4.234-291.482-295.12c-51.953-52.589-83.037-124.85-86.515-200.040l-0.327-14.128v-203.96c0-160.839 122.726-292.419 275.741-298.452l10.98-0.216h259.080c42.524 0 82.188 20.541 107.778 55.362l5.264 7.678 133.159 222.668c17.56 27.376 27.199 59.040 27.199 90.416 0 25.074-2.054 53.867-16.13 81.321l-5.862 10.223-18.962 31.792v12.584c0 90.801-68.502 165.326-154.483 170.393l-9.277 0.275-154.241 0.040-5.76 9.832 75.559 153.624c8.321 17.168 12.641 36.168 12.641 55.208 0 64.768-48.492 117.979-109.636 122.301l-8.044 0.283h-18.121zM122.88 601.6c-65.050 0-118.45-51.592-122.618-116.606l-0.262-8.194v-416c0-66.066 50.798-120.301 114.812-124.534l8.068-0.266h163.841c65.050 0 118.45 51.592 122.618 116.606l0.262 8.194v416c0 66.066-50.798 120.301-114.812 124.534l-8.068 0.266h-163.841zM134.828 499.2h129.708c16.517 0 30.172-12.58 32.175-28.807l0.253-4.127v-380.532c0-16.775-12.387-30.643-28.364-32.678l-4.064-0.257h-129.708c-16.517 0-30.172 12.58-32.175 28.807l-0.253 4.127v380.532c0 16.775 12.387 30.643 28.364 32.678l4.064 0.257zM931.821 855.473c18.489 0 30.002-5.142 30.002-24.86 0-3.679-0.533-7.359-1.577-10.838l-1.947-5.041-72.492-151.578c-13.273-27.602-15.188-68.124 0-94.563 13.886-24.274 49.81-35.842 76.017-38.259l7.213-0.336 144.599-0.038c40.073-0.036 73.112-32.996 76.479-74.862l0.283-7.056v-23.762c0-5.731 1.118-11.372 3.274-16.567l2.5-5.033 24.188-41.522c6.188-9.961 8.438-22.28 8.438-43.599 0-11.434-3.255-23.811-9.288-35.513l-3.949-6.927-124.875-213.799c-7.645-12.217-20.631-20.603-35.113-22.509l-6.287-0.412h-242.885c-102.652 0-186.758 86.395-191.761 194.593l-0.243 10.205v195.805c0 51.072 18.267 100.902 50.481 138.44l7.68 8.44 259.262 269.59z" />
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" />
56
- <glyph unicode="&#x1f4f1;" glyph-name="mobile-portrait" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M772 284v505.988c0 22.112-17.906 40.012-39.994 40.012h-440.012c-22.094 0-39.994-17.914-39.994-40.012v-505.988h520zM772 184h-520v-83.988c0-22.112 17.906-40.012 39.994-40.012h440.012c22.094 0 39.994 17.914 39.994 40.012v83.988zM152 870.009c0 33.132 26.857 59.991 59.994 59.991h600.011c33.134 0 59.994-26.86 59.994-59.991v-850.017c0-33.132-26.857-59.991-59.994-59.991h-600.011c-33.134 0-59.994 26.86-59.994 59.991v850.017z" />
57
- <glyph unicode="&#x1f4f2;" glyph-name="mobile-landscape" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 185h505.988c22.112 0 40.012 17.906 40.012 39.994v440.012c0 22.094-17.914 39.994-40.012 39.994h-505.988v-520zM251 185v520h-83.988c-22.112 0-40.012-17.906-40.012-39.994v-440.012c0-22.094 17.914-39.994 40.012-39.994h83.988zM937.009 805c33.132 0 59.991-26.857 59.991-59.994v-600.011c0-33.134-26.86-59.994-59.991-59.994h-850.017c-33.132 0-59.991 26.857-59.991 59.994v600.011c0 33.134 26.86 59.994 59.991 59.994h850.017z" />
58
- <glyph unicode="&#x1f4fa;" glyph-name="desktop" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M462 66h-150v-100h400v100h-150v114h329.99c33.132 0 60.010 26.858 60.010 59.99v630.021c0 33.131-26.867 59.99-60.010 59.99h-759.98c-33.132 0-60.010-26.858-60.010-59.99v-630.021c0-33.131 26.867-59.99 60.010-59.99h329.99v-114zM172 790.002c0 22.090 17.926 39.998 39.998 39.998h600.003c22.091 0 39.998-17.909 39.998-39.998v-470.005c0-22.090-17.926-39.998-39.998-39.998h-600.003c-22.091 0-39.998 17.909-39.998 39.998v470.005z" />
59
- <glyph unicode="&#x1f512;" glyph-name="lock-stroke" horiz-adv-x="768" d="M448.128 960c-176.32 0-319.936-143.488-319.936-320v-64h-128.192v-448c0-105.76 86.24-192 191.936-192h384.064c106.016 0 192 86.24 192 192v512c0 176.512-143.488 320-319.872 320zM256.192 640c0 105.984 86.176 192 191.936 192 105.888 0 191.872-86.016 191.872-192v-64h-383.808v64zM576 64h-384.064c-35.264 0-64 28.736-64 64v320h512.064v-320c0-35.264-28.512-64-64-64zM448 256c0-35.264-28.736-64-64-64-35.488 0-64 28.736-64 64 0 35.488 28.512 64 64 64 35.264 0 64-28.512 64-64z" />
60
- <glyph unicode="&#x1f513;" glyph-name="unlock-stroke" horiz-adv-x="768" d="M448.128 960c-176.448 0-319.936-143.616-319.936-320h128c0 105.76 86.048 192 191.936 192s191.872-86.24 191.872-192v-64h-640v-448c0-105.984 86.112-192 191.936-192h384.064c105.888 0 192 86.016 192 192v512c0 176.384-143.488 320-319.872 320zM576 64h-384.064c-35.264 0-64 28.64-64 64v320h512.064v-320c0-35.36-28.736-64-64-64zM448 256c0-35.488-28.64-64-64-64s-64 28.512-64 64c0 35.264 28.64 64 64 64s64-28.736 64-64z" />
61
- <glyph unicode="&#x1f517;" glyph-name="link" d="M1005.248 941.248c-24.992 24.992-65.888 24.992-90.88 0l-130.24-130.368c-53.376 35.488-114.624 53.12-176.128 53.12-81.888 0-163.744-31.264-226.24-93.76l-192-192c-109.504-109.376-123.008-278.496-40.736-402.624l-130.24-130.368c-24.992-24.992-24.992-65.504 0-90.496 12.48-12.512 28.832-18.752 45.216-18.752s32.736 6.24 45.248 18.752l130.24 130.368c53.376-35.488 115.008-53.12 176.512-53.12 81.888 0 163.744 31.264 226.24 93.76l191.616 192c109.504 109.376 123.008 278.496 40.736 402.624l130.624 130.368c25.024 24.992 25.024 65.504 0.032 90.496zM799.616 544c0-51.264-20-99.488-56.256-135.744l-191.616-192c-36.256-36.256-84.48-56.256-135.744-56.256-28.992 0-56.736 7.136-82.24 19.264l95.488 95.488c24.992 24.992 24.992 65.504 0 90.496s-65.504 24.992-90.496 0l-95.488-95.488c-12.256 25.376-19.264 53.12-19.264 82.24 0 51.264 20 99.488 56.256 135.744l192 192c36.256 36.256 84.48 56.256 135.744 56.256 28.992 0 56.64-7.136 82.112-19.264l-97.376-97.504c-24.992-24.992-24.992-65.504 0-90.496 12.512-12.512 28.864-18.752 45.248-18.752 16.256 0 32.64 6.24 45.12 18.752l97.248 97.504c12.288-25.376 19.264-53.12 19.264-82.24z" />
62
- <glyph unicode="&#x1f58d;" glyph-name="eyedropper" horiz-adv-x="1022" d="M948.96 522.112c99.872 99.808 99.872 261.76 0 361.504-49.888 49.888-115.36 74.88-180.736 74.88-65.312 0-130.816-24.992-180.672-74.88l-18.88-18.88-95.168 95.264-90.24-90.304 95.264-95.2-478.528-478.816v-231.936l125.76-127.744h237.248l476.832 476.992 92-92.064 90.368 90.24-92.128 92.064 18.88 18.88zM330.24 84.256c1.504 48.512-15.264 97.12-52.128 134.016-33.888 33.984-78.112 50.624-122.624 52.128l413.408 413.536 180.576-180.448-419.232-419.232z" />
63
- <glyph unicode="&#x1f5a7;" glyph-name="multiple-devices" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M342 86h-110v-100h320v100h-110v34h250.006c33.138 0 59.994 26.859 59.994 59.99v470.019c0 33.13-26.86 59.99-59.994 59.99h-600.011c-33.138 0-59.994-26.859-59.994-59.99v-470.019c0-33.13 26.86-59.99 59.994-59.99h250.006v-34zM132 570.005c0 22.089 17.9 39.995 39.994 39.995h440.012c22.088 0 39.994-17.899 39.994-39.995v-310.010c0-22.089-17.9-39.995-39.994-39.995h-440.012c-22.088 0-39.994 17.899-39.994 39.995v310.010zM892 790.002c0 22.089-17.905 39.998-39.993 39.998h-220.015c-22.069 0-39.993-17.908-39.993-39.998v-80.002h-100v160.010c0 33.131 26.882 59.99 60.001 59.99h379.998c33.138 0 60.001-26.859 60.001-59.99v-630.021c0-33.131-26.882-59.99-60.001-59.99h-179.999v100h100.007c22.069 0 39.993 17.908 39.993 39.998v44.002h-140v100h140v326.002z" />
64
- <glyph unicode="&#x1f5b3;" glyph-name="tablet-portrait" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M852 284v505.988c0 22.112-17.908 40.012-39.998 40.012h-600.003c-22.072 0-39.998-17.914-39.998-40.012v-505.988h680zM852 184h-680v-83.988c0-22.112 17.908-40.012 39.998-40.012h600.003c22.072 0 39.998 17.914 39.998 40.012v83.988zM72 870.009c0 33.132 26.877 59.991 60.010 59.991h759.98c33.143 0 60.010-26.86 60.010-59.991v-850.017c0-33.132-26.877-59.991-60.010-59.991h-759.98c-33.143 0-60.010 26.86-60.010 59.991v850.017z" />
65
- <glyph unicode="&#x1f5c7;" glyph-name="copy" d="M706.943 704h-631.983c-39.792 0-42.96-8.88-42.96-48.656v-638.687c0-39.776 21.28-48.656 61.056-48.656h631.999c39.776 0 42.944 8.88 42.944 48.656v638.687c0 39.776-21.28 48.656-61.056 48.656zM644.608 64h-487.12c-30.576 0-29.488 9.808-29.488 40.4v463.2c0 30.593-3.2 40.4 27.392 40.4h487.104c30.593 0 29.504-9.808 29.504-40.4v-463.2c0-30.593 3.2-40.4-27.392-40.4zM930.943 927.999h-631.983c-39.792 0-42.96-8.88-42.96-48.656v-175.344h96v87.6c0 30.593-3.2 40.4 27.392 40.4h487.104c30.593 0 29.504-9.808 29.504-40.4v-463.2c0-30.593 3.2-40.4-27.392-40.4h-100.608v-96h181.040c39.792 0 42.96 8.88 42.96 48.656v638.687c0 39.776-21.28 48.656-61.056 48.656z" />
66
- <glyph unicode="&#x1f5ca;" glyph-name="paste" d="M154.384-32h712c39.776 0 69.616 14.224 69.616 54v682h-848v-682c0-39.776 26.608-54 66.384-54zM184 608h656v-498.256c0-30.624-23.472-45.744-54.064-45.744h-551.12c-30.576 0-50.816 15.12-50.816 45.744v498.256zM88 874v-266h848v266c0 39.776-29.84 54-69.632 54h-712c-39.76 0-66.368-14.224-66.368-54zM184 786.256c0 30.608 20.24 45.744 50.816 45.744h567.12c30.592 0 38.064-15.136 38.064-45.744v-82.256h-656v82.256z" />
67
- <glyph unicode="&#x1f5cb;" glyph-name="document-alt-stroke" horiz-adv-x="768" d="M448 960h-448v-1024h768v704.064l-320 319.936zM128 64v768h256v-256h256v-512h-512z" />
68
- <glyph unicode="&#x1f5d1;" glyph-name="trash" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M882 608h80.017c16.55 0 29.983 13.43 29.983 29.997v260.006c0 16.553-13.424 29.997-29.983 29.997h-900.034c-16.55 0-29.983-13.43-29.983-29.997v-260.006c0-16.553 13.424-29.997 29.983-29.997h80.017v-609.996c0-16.582 13.424-30.004 29.983-30.004h680.034c16.547 0 29.983 13.433 29.983 30.004v609.996zM122 818.016c0 11.037 8.962 19.984 20.015 19.984h739.969c11.054 0 20.015-8.971 20.015-19.984v-100.032c0-11.037-8.962-19.984-20.015-19.984h-739.969c-11.054 0-20.015 8.971-20.015 19.984v100.032zM232 588.019c0 11.035 8.968 19.981 19.992 19.981h104.008v-550h-104.008c-11.041 0-19.992 8.946-19.992 19.981v510.037zM668 608h104.008c11.041 0 19.992-8.946 19.992-19.981v-510.037c0-11.035-8.968-19.981-19.992-19.981h-104.008v550zM446 608h132v-550h-132v550z" />
69
- <glyph unicode="&#x1f5d7;" glyph-name="layers" horiz-adv-x="1022" d="M0 256l512.032-128 511.968 128v-128l-511.968-128-512.032 128zM0 512l512.032-128 511.968 128v-128l-511.968-128-512.032 128zM0 768l512.032 128 511.968-128v-128l-511.968-128-512.032 128z" />
70
- <glyph unicode="&#x1f6e0;" glyph-name="cog" d="M1024 384.992v128l-152.992 63.744c-4.256 12-8.736 23.616-14.24 35.008l61.76 153.76-90.528 90.496-152.384-62.752c-11.616 5.632-23.488 10.368-35.744 14.752l-64.864 152h-128l-63.264-151.488c-12.736-4.512-24.992-9.248-37.12-15.008l-152.128 61.12-90.496-90.496 62.016-150.752c-6.016-12.384-10.88-24.992-15.52-38.016l-150.496-64.352v-128l150.624-62.752c4.64-12.992 9.632-25.632 15.616-38.016l-60.864-151.744 90.496-90.496 151.136 62.24c12.128-5.76 24.512-10.368 37.248-14.752l64.736-151.488h128l63.36 152.256c12.128 4.512 24.128 9.248 35.616 14.752l153.504-61.504 90.496 90.496-63.008 152.736c5.376 11.488 9.76 23.136 14.016 35.008l153.024 65.248zM511.008 256c-105.984 0-192 86.016-192 192s86.016 192 192 192 192-86.016 192-192-86.016-192-192-192z" />
71
- </font></defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
public/dist/fonts/spinner-light.svg DELETED
@@ -1,11 +0,0 @@
1
- <svg version="1.1" id="vc_wp-spinner" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
2
- x="0px" y="0px" width="40px" height="40px">
3
- <defs>
4
- <mask id="hole">
5
- <rect width="100%" height="100%" fill="white"/>
6
- <circle r="4px" cx="50%" cy="25%"/>
7
- </mask>
8
- </defs>
9
- <circle r="18px" cx="50%" cy="50%" mask="url(#hole)" fill="#ffffff"/>
10
- </svg>
11
-
 
 
 
 
 
 
 
 
 
 
 
public/dist/fonts/spinner.svg DELETED
@@ -1,11 +0,0 @@
1
- <svg version="1.1" id="vc_wp-spinner" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
2
- x="0px" y="0px" width="40px" height="40px">
3
- <defs>
4
- <mask id="hole">
5
- <rect width="100%" height="100%" fill="white"/>
6
- <circle r="4px" cx="50%" cy="25%"/>
7
- </mask>
8
- </defs>
9
- <circle r="18px" cx="50%" cy="50%" mask="url(#hole)" fill="#808080"/>
10
- </svg>
11
-
 
 
 
 
 
 
 
 
 
 
 
public/dist/fonts/triangle-up-down.svg DELETED
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg width="7px" height="11px" viewBox="0 0 7 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <defs>
4
- <path d="M3,0 L4,0 L4,4 L3,4 L3,0 L3,0 Z M4,1 L5,1 L5,4 L4,4 L4,1 L4,1 Z M5,2 L6,2 L6,4 L5,4 L5,2 L5,2 Z M6,3 L7,3 L7,4 L6,4 L6,3 L6,3 Z M2,1 L3,1 L3,4 L2,4 L2,1 L2,1 Z M1,2 L2,2 L2,4 L1,4 L1,2 L1,2 Z M0,3 L1,3 L1,4 L0,4 L0,3 Z M4,11 L3,11 L3,7 L4,7 L4,11 Z M3,10 L2,10 L2,7 L3,7 L3,10 Z M2,9 L1,9 L1,7 L2,7 L2,9 Z M1,8 L0,8 L1.11022302e-16,7 L1,7 L1,8 Z M5,10 L4,10 L4,7 L5,7 L5,10 Z M6,9 L5,9 L5,7 L6,7 L6,9 Z M7,8 L6,8 L6,7 L7,7 L7,8 Z" id="path-1"></path>
5
- <mask id="mask-2" maskContentUnits="userSpaceOnUse" maskUnits="objectBoundingBox" x="0" y="0" width="7" height="11" fill="white">
6
- <use xlink:href="#path-1"></use>
7
- </mask>
8
- </defs>
9
- <g id="Page-1" stroke="none" stroke-width="1" fill="none">
10
- <use id="Combined-Shape" stroke="#7b7b7b" mask="url(#mask-2)" stroke-width="2" fill="none" xlink:href="#path-1"></use>
11
- </g>
12
- </svg>
 
 
 
 
 
 
 
 
 
 
 
 
public/dist/fonts/vcAttributes.svg DELETED
@@ -1,55 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="vcAttributes" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe900;" glyph-name="sandwich-bold" horiz-adv-x="1229" d="M0 960h1228.8v-204.8h-1228.8v204.8zM0 550.4h1228.8v-204.8h-1228.8v204.8zM0 140.8h1228.8v-204.8h-1228.8v204.8z" />
11
- <glyph unicode="&#xe901;" glyph-name="sandwich-regular" horiz-adv-x="1293" d="M0 960h1293.474v-161.684h-1293.474v161.684zM0 528.842h1293.474v-161.684h-1293.474v161.684zM0 97.684h1293.474v-161.684h-1293.474v161.684z" />
12
- <glyph unicode="&#xe902;" glyph-name="sandwich-thin" horiz-adv-x="1365" d="M0 960h1365.333v-113.778h-1365.333v113.778zM0 504.889h1365.333v-113.778h-1365.333v113.778zM0 49.778h1365.333v-113.778h-1365.333v113.778z" />
13
- <glyph unicode="&#xe903;" glyph-name="sandwich-right" horiz-adv-x="1293" d="M0 960h1293.474v-161.684h-1293.474v161.684zM269.474 528.842h1024v-161.684h-1024v161.684zM0 97.684h1293.474v-161.684h-1293.474v161.684z" />
14
- <glyph unicode="&#xe904;" glyph-name="sandwich-left" horiz-adv-x="1293" d="M0 960h754.526v-161.684h-754.526v161.684zM0 528.842h1293.474v-161.684h-1293.474v161.684zM0 97.684h1024v-161.684h-1024z" />
15
- <glyph unicode="&#xe905;" glyph-name="mirror-horizontally-left-path-1" d="M955.733-64h68.267v204.8h-136.533v-68.267h-68.267v-136.533h136.533zM546.133 4.267v-68.267h204.8v136.533h-68.267v68.267h-136.533v-136.533zM1024 891.733v-136.533h-136.533v68.267h-68.267v136.533h204.8v-68.267zM614.4 960h136.533v-136.533h-68.267v-68.267h-136.533v204.8h68.267zM887.467 686.933h136.533v-204.8h-136.533v204.8zM887.467 413.867h136.533v-204.8h-136.533v204.8zM546.133 686.933h136.533v-204.8h-136.533v204.8zM546.133 413.867h136.533v-204.8h-136.533v204.8z" />
16
- <glyph unicode="&#xe906;" glyph-name="mirror-horizontally-left-path-2" d="M136.533 823.467v-750.933h204.8v750.933h-204.8zM0 960h477.867v-1024h-477.867v1024z" />
17
- <glyph unicode="&#xe907;" glyph-name="mirror-horizontally-right-path-1" d="M68.267 960h-68.267v-204.8h136.533v68.267h68.267v136.533h-136.533zM477.867 891.733v68.267h-204.8v-136.533h68.267v-68.267h136.533v136.533zM0 4.267v136.533h136.533v-68.267h68.267v-136.533h-204.8v68.267zM409.6-64h-136.533v136.533h68.267v68.267h136.533v-204.8h-68.267zM136.533 209.067h-136.533v204.8h136.533v-204.8zM136.533 482.133h-136.533v204.8h136.533v-204.8zM477.867 209.067h-136.533v204.8h136.533v-204.8zM477.867 482.133h-136.533v204.8h136.533v-204.8z" />
18
- <glyph unicode="&#xe908;" glyph-name="alignment-center" d="M219.429 960h585.143v-146.286h-585.143v146.286zM0 667.429h1024v-146.286h-1024v146.286zM219.429 374.857h585.143v-146.286h-585.143v146.286zM0 82.286h1024v-146.286h-1024v146.286z" />
19
- <glyph unicode="&#xe909;" glyph-name="alignment-left" d="M0 960h658.286v-146.286h-658.286v146.286zM0 667.429h1024v-146.286h-1024v146.286zM0 374.857h658.286v-146.286h-658.286v146.286zM0 82.286h1024v-146.286h-1024v146.286z" />
20
- <glyph unicode="&#xe90a;" glyph-name="alignment-right" d="M365.714 960h658.286v-146.286h-658.286v146.286zM0 667.429h1024v-146.286h-1024v146.286zM365.714 374.857h658.286v-146.286h-658.286v146.286zM0 82.286h1024v-146.286h-1024v146.286z" />
21
- <glyph unicode="&#xe90b;" glyph-name="row-width-boxed" d="M136.533 823.467v-750.933h750.933v750.933h-750.933zM0 960h1024v-1024h-1024v1024z" />
22
- <glyph unicode="&#xe90c;" glyph-name="row-width-stretched" horiz-adv-x="1570" d="M68.267 960h136.533v-136.533h-68.267v-68.267h-136.533v204.8h68.267zM1570.133 891.733v-136.533h-136.533v68.267h-68.267v136.533h204.8v-68.267zM68.267-64h136.533v136.533h-68.267v68.267h-136.533v-204.8h68.267zM1570.133 4.267v136.533h-136.533v-68.267h-68.267v-136.533h204.8v68.267zM1433.6 686.933h136.533v-204.8h-136.533v204.8zM1433.6 413.867h136.533v-204.8h-136.533v204.8zM0 686.933h136.533v-204.8h-136.533v204.8zM0 413.867h136.533v-204.8h-136.533v204.8zM819.2 960h204.8v-136.533h-204.8v136.533zM1092.267 960h204.8v-136.533h-204.8v136.533zM273.067 960h204.8v-136.533h-204.8v136.533zM546.133 960h204.8v-136.533h-204.8v136.533zM819.2 72.533h204.8v-136.533h-204.8v136.533zM1092.267 72.533h204.8v-136.533h-204.8v136.533zM273.067 72.533h204.8v-136.533h-204.8v136.533zM546.133 72.533h204.8v-136.533h-204.8v136.533z" />
23
- <glyph unicode="&#xe90d;" glyph-name="row-width-stretched-content" horiz-adv-x="1570" d="M136.533 823.467v-750.933h1297.067v750.933h-1297.067zM0 960h1570.133v-1024h-1570.133v1024z" />
24
- <glyph unicode="&#xe90e;" glyph-name="shape-round" d="M146.286 448c0-201.627 163.96-365.714 365.714-365.714 201.627 0 365.714 163.96 365.714 365.714 0 201.627-163.96 365.714-365.714 365.714-201.627 0-365.714-163.96-365.714-365.714zM0 448c0 282.77 229.806 512 512 512 282.77 0 512-229.806 512-512 0-282.77-229.806-512-512-512-282.77 0-512 229.806-512 512z" />
25
- <glyph unicode="&#xe90f;" glyph-name="shape-rounded" d="M146.286 740.326v-584.653c0-40.623 32.783-73.388 73.388-73.388h584.653c40.623 0 73.388 32.783 73.388 73.388v584.653c0 40.623-32.783 73.388-73.388 73.388h-584.653c-40.623 0-73.388-32.783-73.388-73.388zM0 740.326c0 121.322 98.185 219.674 219.674 219.674h584.653c121.322 0 219.674-98.185 219.674-219.674v-584.653c0-121.322-98.185-219.674-219.674-219.674h-584.653c-121.322 0-219.674 98.185-219.674 219.674v584.653z" />
26
- <glyph unicode="&#xe910;" glyph-name="vertical-alignment-full-height" d="M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 82.286h146.286v731.429h-146.286v-731.429zM585.143 960h438.857v-1024h-438.857v1024z" />
27
- <glyph unicode="&#xe911;" glyph-name="background-position-full" d="M0 960h1024v-1024h-1024v1024zM146.286 813.714v-731.429h731.429v731.429h-731.429z" />
28
- <glyph unicode="&#xe912;" glyph-name="background-position-center-bottom" d="M292.571 374.857h438.857v-438.857h-438.857v438.857zM438.857 228.571v-146.286h146.286v146.286h-146.286z" />
29
- <glyph unicode="&#xe913;" glyph-name="mirror-horizontally-right-path-2" d="M887.467 72.533v750.933h-204.8v-750.933h204.8zM1024-64h-477.867v1024h477.867v-1024z" />
30
- <glyph unicode="&#xe914;" glyph-name="background-position-center-center" d="M292.571 667.429h438.857v-438.857h-438.857v438.857zM438.857 521.143v-146.286h146.286v146.286h-146.286z" />
31
- <glyph unicode="&#xe915;" glyph-name="mirror-vertically-down-path-1" d="M1024 891.733v68.267h-204.8v-136.533h68.267v-68.267h136.533v136.533zM955.733 482.133h68.267v204.8h-136.533v-68.267h-68.267v-136.533h136.533zM68.267 960h136.533v-136.533h-68.267v-68.267h-136.533v204.8h68.267zM0 550.4v136.533h136.533v-68.267h68.267v-136.533h-204.8v68.267zM273.067 823.467v136.533h204.8v-136.533h-204.8zM546.133 823.467v136.533h204.8v-136.533h-204.8zM273.067 482.133v136.533h204.8v-136.533h-204.8zM546.133 482.133v136.533h204.8v-136.533h-204.8z" />
32
- <glyph unicode="&#xe916;" glyph-name="background-position-center-top" d="M292.571 960h438.857v-438.857h-438.857v438.857zM438.857 813.714v-146.286h146.286v146.286h-146.286z" />
33
- <glyph unicode="&#xe917;" glyph-name="mirror-vertically-down-path-2" d="M136.533 72.533h750.933v204.8h-750.933v-204.8zM0-64v477.867h1024v-477.867h-1024z" />
34
- <glyph unicode="&#xe918;" glyph-name="background-position-left-bottom" d="M0 374.857h438.857v-438.857h-438.857v438.857zM146.286 228.571v-146.286h146.286v146.286h-146.286z" />
35
- <glyph unicode="&#xe919;" glyph-name="mirror-vertically-up-path-1" d="M0 4.267v-68.267h204.8v136.533h-68.267v68.267h-136.533v-136.533zM68.267 413.867h-68.267v-204.8h136.533v68.267h68.267v136.533h-136.533zM955.733-64h-136.533v136.533h68.267v68.267h136.533v-204.8h-68.267zM1024 345.6v-136.533h-136.533v68.267h-68.267v136.533h204.8v-68.267zM750.933 72.533v-136.533h-204.8v136.533h204.8zM477.867 72.533v-136.533h-204.8v136.533h204.8zM750.933 413.867v-136.533h-204.8v136.533h204.8zM477.867 413.867v-136.533h-204.8v136.533h204.8z" />
36
- <glyph unicode="&#xe91a;" glyph-name="background-position-left-center" d="M0 667.429h438.857v-438.857h-438.857v438.857zM146.286 521.143v-146.286h146.286v146.286h-146.286z" />
37
- <glyph unicode="&#xe91b;" glyph-name="mirror-vertically-up-path-2" d="M887.467 823.467h-750.933v-204.8h750.933v204.8zM1024 960v-477.867h-1024v477.867h1024z" />
38
- <glyph unicode="&#xe91c;" glyph-name="background-position-left-top" d="M0 960h438.857v-438.857h-438.857v438.857zM146.286 813.714v-146.286h146.286v146.286h-146.286z" />
39
- <glyph unicode="&#xe91e;" glyph-name="background-position-right-bottom" d="M585.143 374.857h438.857v-438.857h-438.857v438.857zM731.429 228.571v-146.286h146.286v146.286h-146.286z" />
40
- <glyph unicode="&#xe920;" glyph-name="background-position-right-center" d="M585.143 667.429h438.857v-438.857h-438.857v438.857zM731.429 521.143v-146.286h146.286v146.286h-146.286z" />
41
- <glyph unicode="&#xe922;" glyph-name="background-position-right-top" d="M585.143 960h438.857v-438.857h-438.857v438.857zM731.429 813.714v-146.286h146.286v146.286h-146.286z" />
42
- <glyph unicode="&#xe923;" glyph-name="shape-square" d="M146.286 82.286h731.429v731.429h-731.429v-731.429zM0 960h1024v-1024h-1024v1024z" />
43
- <glyph unicode="&#xe924;" glyph-name="size-l" horiz-adv-x="768" d="M728.75 47.375h-478.5v880.688h-123.75v-992.063h602.25z" />
44
- <glyph unicode="&#xe925;" glyph-name="size-m" horiz-adv-x="1152" d="M242-64v757.625h8.25l312.813-750.75h104.5l312.813 750.75h8.25v-757.625h115.5v992.063h-143.688l-339.625-820.875h-11l-339.625 820.875h-143.688v-992.063z" />
45
- <glyph unicode="&#xe926;" glyph-name="size-s" horiz-adv-x="796" d="M70.278 280.167c11.611-152.167 140.556-251.167 327.556-251.167 201.667 0 329.389 103.278 329.389 265.222 0 129.556-73.333 200.444-256.056 246.278l-92.278 24.444c-121.611 31.167-169.889 70.889-169.889 139.944 0 89.222 77.611 147.889 194.944 147.889 110 0 184.556-53.778 199.833-144.222h110.611c-9.167 142.389-136.278 243.833-306.778 243.833-186.389 0-311.667-101.444-311.667-251.167 0-125.278 69.056-197.389 228.556-237.722l113.056-29.333c121.611-30.556 176.611-78.222 176.611-153.389 0-87.389-87.389-151.556-205.944-151.556-125.278 0-213.278 58.667-226.722 150.944h-111.222z" />
46
- <glyph unicode="&#xe927;" glyph-name="size-xs" horiz-adv-x="1707" d="M55 49.778h124.667l235.278 347.722h9.778l231-347.722h132l-298.833 438.778 305.556 443.056h-125.278l-235.889-350.778h-9.778l-232.222 350.778h-132.611l298.222-438.167-301.889-443.667zM1003.19 280.167c11.611-152.167 140.556-251.167 327.556-251.167 201.667 0 329.389 103.278 329.389 265.222 0 129.556-73.333 200.444-256.056 246.278l-92.278 24.444c-121.611 31.167-169.889 70.889-169.889 139.944 0 89.222 77.611 147.889 194.944 147.889 110 0 184.556-53.778 199.833-144.222h110.611c-9.167 142.389-136.278 243.833-306.778 243.833-186.389 0-311.667-101.444-311.667-251.167 0-125.278 69.056-197.389 228.556-237.722l113.056-29.333c121.611-30.556 176.611-78.222 176.611-153.389 0-87.389-87.389-151.556-205.944-151.556-125.278 0-213.278 58.667-226.722 150.944h-111.222z" />
47
- <glyph unicode="&#xe928;" glyph-name="vertical-alignment-bottom" d="M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 82.286h146.286v292.571h-146.286v-292.571zM585.143 521.143h438.857v-585.143h-438.857v585.143z" />
48
- <glyph unicode="&#xe929;" glyph-name="vertical-alignment-middle" d="M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 301.714h146.286v292.571h-146.286v-292.571zM585.143 740.571h438.857v-585.143h-438.857v585.143z" />
49
- <glyph unicode="&#xe92a;" glyph-name="vertical-alignment-top" d="M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 521.143h146.286v292.571h-146.286v-292.571zM585.143 960h438.857v-585.143h-438.857v585.143z" />
50
- <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" />
51
- <glyph unicode="&#x1f4f1;" glyph-name="mobile-portrait" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M772 284v505.988c0 22.112-17.906 40.012-39.994 40.012h-440.012c-22.094 0-39.994-17.914-39.994-40.012v-505.988h520zM772 184h-520v-83.988c0-22.112 17.906-40.012 39.994-40.012h440.012c22.094 0 39.994 17.914 39.994 40.012v83.988zM152 870.009c0 33.132 26.857 59.991 59.994 59.991h600.011c33.134 0 59.994-26.86 59.994-59.991v-850.017c0-33.132-26.857-59.991-59.994-59.991h-600.011c-33.134 0-59.994 26.86-59.994 59.991v850.017z" />
52
- <glyph unicode="&#x1f4f2;" glyph-name="mobile-landscape" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 185h505.988c22.112 0 40.012 17.906 40.012 39.994v440.012c0 22.094-17.914 39.994-40.012 39.994h-505.988v-520zM251 185v520h-83.988c-22.112 0-40.012-17.906-40.012-39.994v-440.012c0-22.094 17.914-39.994 40.012-39.994h83.988zM937.009 805c33.132 0 59.991-26.857 59.991-59.994v-600.011c0-33.134-26.86-59.994-59.991-59.994h-850.017c-33.132 0-59.991 26.857-59.991 59.994v600.011c0 33.134 26.86 59.994 59.991 59.994h850.017z" />
53
- <glyph unicode="&#x1f4fa;" glyph-name="desktop" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M462 66h-150v-100h400v100h-150v114h329.99c33.132 0 60.010 26.858 60.010 59.99v630.021c0 33.131-26.867 59.99-60.010 59.99h-759.98c-33.132 0-60.010-26.858-60.010-59.99v-630.021c0-33.131 26.867-59.99 60.010-59.99h329.99v-114zM172 790.002c0 22.090 17.926 39.998 39.998 39.998h600.003c22.091 0 39.998-17.909 39.998-39.998v-470.005c0-22.090-17.926-39.998-39.998-39.998h-600.003c-22.091 0-39.998 17.909-39.998 39.998v470.005z" />
54
- <glyph unicode="&#x1f5b3;" glyph-name="tablet-portrait" d="M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M852 284v505.988c0 22.112-17.908 40.012-39.998 40.012h-600.003c-22.072 0-39.998-17.914-39.998-40.012v-505.988h680zM852 184h-680v-83.988c0-22.112 17.908-40.012 39.998-40.012h600.003c22.072 0 39.998 17.914 39.998 40.012v83.988zM72 870.009c0 33.132 26.877 59.991 60.010 59.991h759.98c33.143 0 60.010-26.86 60.010-59.991v-850.017c0-33.132-26.877-59.991-60.010-59.991h-759.98c-33.143 0-60.010 26.86-60.010 59.991v850.017z" />
55
- </font></defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
public/dist/fonts/vcDashboardIcons.svg DELETED
@@ -1,34 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="vcDashboardIcons" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe900;" glyph-name="dollar-round" d="M512 960c-282.724 0-512-229.276-512-512s229.276-512 512-512c282.724 0 512 229.276 512 512s-229.276 512-512 512zM662.634 270.168c-23.024-26.839-52.699-45.228-87.491-54.672-15.349-3.976-22.001-11.928-21.489-26.839s0-30.318 0-45.228c0-13.419-7.163-20.378-20.466-20.875-16.884-0.497-33.257-0.497-50.141 0-14.838 0.497-21.489 8.449-21.489 22.366 0 10.934 0 21.869-0.512 32.803 0 24.354-1.023 25.348-25.070 28.827-30.698 4.97-60.885 11.431-89.026 24.851-22.001 10.437-24.559 15.904-17.907 38.27 4.605 16.899 9.21 33.3 14.838 50.199 6.14 19.384 11.768 21.869 29.675 12.425 31.21-15.904 63.955-24.354 98.747-28.827 22.512-2.485 44.001-0.497 64.978 8.449 38.373 16.401 44.513 59.642 11.768 85.984-11.256 8.946-23.535 15.407-36.838 20.875-33.768 14.413-69.072 25.348-100.793 44.234-51.676 30.318-84.421 71.57-80.839 132.703 4.093 69.085 44.513 112.325 110.003 135.685 27.117 9.443 27.117 8.946 27.117 36.282 0 9.443 0 18.39 0 27.833 0.512 20.875 4.093 24.354 25.070 24.851 6.651 0 13.303 0 19.442 0 45.024 0 45.024 0 45.024-43.737 0-30.815 0-31.312 31.722-35.785 24.047-3.479 47.583-10.437 70.095-20.378 12.279-5.467 16.884-13.916 13.303-26.342-5.628-18.887-10.744-37.773-17.396-56.66-6.14-17.893-11.768-20.378-29.164-11.928-35.303 16.401-72.141 23.36-111.026 21.372-10.233-0.497-19.954-1.988-29.675-5.964-33.768-14.413-38.885-50.199-10.233-72.564 14.326-11.431 31.21-19.384 48.094-26.342 29.675-11.928 59.862-23.36 88.002-38.767 91.072-48.707 115.119-158.548 51.676-233.1z" />
11
- <glyph unicode="&#xe901;" glyph-name="downloads" d="M462.368 226.429c38.017-38.017 59.682-39.488 99.231 0l290.719 297.986c27.296 45.986 4.962 83.584-49.601 83.584h-130.722v288.002c0.007 35.325-28.667 63.999-63.992 63.999h-192c-35.329 0-63.999-28.674-63.999-63.999v-288.002h-130.754c-54.559 0-76.897-37.63-49.601-83.584l290.719-297.986zM960.005 95.997h-896.006c-35.325 0-63.999-28.67-63.999-63.999v-31.999c0-35.361 28.674-63.999 63.999-63.999h896.002c35.329 0 63.999 28.642 63.999 63.999v31.999c0 35.329-28.67 63.999-63.995 63.999z" />
12
- <glyph unicode="&#xe902;" glyph-name="cart" d="M431.158 178.526c59.53 0 107.789-48.259 107.789-107.789s-48.259-107.789-107.789-107.789c-59.53 0-107.789 48.259-107.789 107.789s48.259 107.789 107.789 107.789zM754.526 178.526c59.53 0 107.789-48.259 107.789-107.789s-48.259-107.789-107.789-107.789c-59.53 0-107.789 48.259-107.789 107.789s48.259 107.789 107.789 107.789zM67.85 933.053l72.062-0.013c16.829 0 32.962-6.038 45.352-16.803l5.072-4.899 60.773-69.215h722.009c16.761 0 32.449-7.984 41.944-21.331 8.132-11.446 10.822-25.579 7.631-38.905l-2.088-6.58-149.634-511.371c-6.715-16.878-22.379-28.651-40.565-31.059l-6.925-0.456h-485.534c-18.716 0-35.708 9.898-44.563 25.433l-2.927 6.082-142.147 492.561-38.626 45.442-41.848 0.007c-37.466 0.007-67.836 29.358-67.836 65.56 0 33.939 26.698 61.852 60.912 65.209l6.937 0.338z" />
13
- <glyph unicode="&#xe903;" glyph-name="information" d="M511.978 960c-282.732 0-511.978-229.246-511.978-511.978s229.246-512.022 511.978-512.022c282.732 0 512.022 229.289 512.022 512.022s-229.289 511.978-512.022 511.978zM618.561 166.503c-26.353-10.403-47.332-18.291-63.065-23.752-15.69-5.461-33.938-8.192-54.7-8.192-31.901 0-56.737 7.802-74.422 23.362s-26.483 35.282-26.483 59.251c0 9.319 0.65 18.855 1.95 28.564 1.344 9.709 3.468 20.632 6.372 32.898l32.985 116.508c2.904 11.183 5.418 21.802 7.412 31.684 1.994 9.969 2.947 19.115 2.947 27.437 0 14.824-3.077 25.226-9.189 31.078-6.198 5.851-17.858 8.712-35.239 8.712-8.495 0-17.251-1.257-26.223-3.901-8.886-2.731-16.601-5.201-22.929-7.629l8.712 35.889c21.585 8.799 42.26 16.341 61.982 22.582 19.721 6.328 38.359 9.449 55.914 9.449 31.684 0 56.13-7.715 73.338-22.972 17.121-15.3 25.746-35.195 25.746-59.641 0-5.071-0.607-14-1.777-26.743-1.17-12.786-3.381-24.446-6.588-35.152l-32.811-116.162c-2.687-9.319-5.071-19.982-7.238-31.901-2.124-11.92-3.164-21.022-3.164-27.133 0-15.43 3.424-25.963 10.359-31.554 6.848-5.591 18.855-8.409 35.845-8.409 8.019 0 16.991 1.43 27.133 4.204 10.056 2.774 17.338 5.245 21.932 7.368l-8.799-35.845zM612.753 637.998c-15.3-14.217-33.722-21.325-55.263-21.325-21.499 0-40.050 7.108-55.48 21.325-15.344 14.217-23.102 31.511-23.102 51.709 0 20.155 7.802 37.492 23.102 51.839 15.43 14.39 33.982 21.542 55.48 21.542 21.542 0 40.006-7.152 55.263-21.542 15.3-14.347 22.972-31.684 22.972-51.839 0-20.242-7.672-37.492-22.972-51.709z" />
14
- <glyph unicode="&#xe904;" glyph-name="check-round" d="M706.386 624.58l-230.655-214.693-116.47 118.795-79.989-77.527 196.458-189.337 303.587 285.091zM512 960c-282.768 0-512-229.232-512-512s229.232-512 512-512c282.768 0 512 229.232 512 512s-229.229 512-512 512zM512 64c-212.077 0-384 171.923-384 384s171.923 384 384 384c211.969-0.257 383.741-172.029 384-384 0-212.079-171.921-384-384-384z" />
15
- <glyph unicode="&#xe905;" glyph-name="log-out" d="M947.2 960c42.415 0 76.8-34.385 76.8-76.8v-870.4c0-39.92-30.458-72.727-69.404-76.448l-7.396-0.352h-563.2c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8h486.4v716.8h-486.4c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8h563.2zM301.12 697.895c17.695 14.003 45.123 2.366 45.126-19.158l0.010-115.779h292.008c15.096 0 27.336-11.299 27.336-25.238v-179.445c0-13.938-12.239-25.237-27.336-25.237h-292.008l-0.010-115.779c-0.003-21.591-27.477-33.124-45.126-19.158l-291.58 230.735c-12.721 10.067-12.719 28.259 0 38.323l291.58 230.735z" />
16
- <glyph unicode="&#xe906;" glyph-name="profile" d="M892.977 106.318c2.341 2.25 4.477 4.659 6.409 7.25 77.614 89.773 124.614 206.705 124.614 334.432 0 282.318-229.682 512-512 512s-512-229.682-512-512c0-127.659 46.977-244.568 124.523-334.318 1.977-2.682 4.205-5.159 6.614-7.477 93.795-104.409 229.773-170.205 380.864-170.205 151.136 0 287.159 65.841 380.977 170.318zM239.409 161.682c35.182 69.455 106.523 114.205 186.5 114.205h172.182c79.977 0 151.295-44.75 186.5-114.205-71.023-67.659-167-109.318-272.591-109.318s-201.568 41.659-272.591 109.318v0zM512 392.25c-63.5 0-115.136 51.659-115.136 115.159 0 63.477 51.636 115.136 115.136 115.136s115.159-51.659 115.159-115.136c0-63.5-51.659-115.159-115.159-115.159zM512 843.636c218.159 0 395.636-177.477 395.636-395.636 0-67.909-17.205-131.886-47.5-187.795-39.568 53.75-94.773 93.977-158.114 115.182 26.114 37.477 41.5 82.977 41.5 132.023 0 127.636-103.864 231.5-231.523 231.5s-231.5-103.864-231.5-231.5c0-49.045 15.364-94.545 41.477-132.023-63.341-21.205-118.545-61.432-158.114-115.182-30.273 55.909-47.5 119.886-47.5 187.795 0 218.159 177.477 395.636 395.636 395.636z" />
17
- <glyph unicode="&#xe907;" glyph-name="book" horiz-adv-x="745" d="M76.472 823.694c56.122-31.236 111.547-62.201 167.093-93.045 86.076-47.773 171.97-95.816 258.409-142.806 20.080-10.904 28.591-24.489 28.5-47.712-0.787-187.536-0.545-375.072-0.545-562.548 0-14.669 0.697-28.826-15.84-37.019-17.657-8.705-32.316-3.916-47.641 5.633-127.569 79.189-255.441 157.897-383.010 237.056-93.981 58.315-76.081 33.465-77.504 136.992-2.211 159.312-2.847 318.625-5.906 477.937-0.757 39.158 14.174 68.165 42.402 92.623 43.734 37.923 93.95 63.014 151.859 68.797 16.749 1.717 36.223-2.229 51.276-9.789 157.159-79.189 313.592-159.764 470.418-239.465 20.323-10.362 28.5-24.188 28.409-47.562-0.848-190.729-1.393-381.488 0.336-572.217 0.33-37.441-29.684-57.14-65.604-43.586-17.385 6.627-23.048 19.458-22.958 37.863 0.575 120.757 0.303 241.484 0.273 362.15 0 59.58-0.454 119.13 0.303 178.68 0.212 15.844-5.391 23.254-19.899 30.874-115.091 60.243-229.424 121.962-344.030 183.169-23.472 12.531-47.278 24.579-70.599 37.411-23.745 13.043-47.975 14.127-72.023 2.53-27.47-13.223-55.97-25.663-73.719-55.966z" />
18
- <glyph unicode="&#xe908;" glyph-name="heart" d="M439.849 34.977c19.98-19.422 46.042-29.158 72.131-29.158s52.151 9.737 72.131 29.158l350.038 340.584c119.801 117.576 119.801 308.86 0 426.436-115.773 113.598-301.675 117.419-422.17 11.543-120.521 105.902-306.424 102.055-422.17-11.543-119.801-117.576-119.801-308.86 0.32-426.724l349.718-340.296zM217.96 672.998c21.157 20.675 48.989 31.002 76.793 31.002s55.636-10.327 76.821-31.002l63.612-62.080c42.399-41.405 111.187-41.405 153.614 0l63.612 62.080c42.37 41.323 111.272 41.35 153.586 0 42.37-41.323 42.37-108.565 0.339-149.584l-294.359-284.869-294.019 284.565c-42.37 41.323-42.37 108.565 0 149.887z" />
19
- <glyph unicode="&#xe909;" glyph-name="folder" horiz-adv-x="1265" d="M1075.101 827.708h-534.275l0.585-0.982c0.377-0.542 0.816-1.37 1.567-2.635l-1.567 2.635c-0.49 0.705-0.878 0.925-1.721 0.982h-2.843c1.347 0 2.22 0.045 2.843 0h1.134l-43.958 73.854c-20.469 34.387-62.551 58.438-102.085 58.438h-205.006c-104.821 0-189.775-86.157-189.775-192.552v-638.897c0-106.455 84.901-192.552 190.021-192.552h884.899c105.002 0 190.021 86.187 190.021 192.853v506.002c0 106.558-84.797 192.853-189.84 192.853zM1014.685 124.73h-764.428c-35.222 0-63.418 28.592-63.418 64.057v518.426c0 35.408 28.249 64.057 63.171 64.057h80.405l-0.549 0.922c-0.386 0.542-0.825 1.385-1.605 2.695l1.605-2.695c0.457-0.641 0.834-0.858 1.611-0.922h-1.062l43.958-73.854c20.525-34.483 62.566-58.438 102.236-58.438h538.254c35.047 0 63.239-28.689 63.239-64.359v-385.532c0-35.667-28.302-64.359-63.418-64.359z" />
20
- <glyph unicode="&#xe90a;" glyph-name="key" d="M746.425 587.844c26.301 25.977 26.575 68.347 0.601 94.663-25.974 26.303-68.354 26.565-94.654 0.588-26.301-25.963-26.562-68.347-0.601-94.65 25.974-26.303 68.354-26.578 94.654-0.601v0zM1012.061 625.286c-20.719 54.175-58.981 132.51-123.465 197.994-64.367 65.353-141.008 103.841-193.962 124.614-65.425 25.663-140.498 9.779-191.361-40.579l-148.041-147.244c-53.53-52.986-69.151-130.955-39.791-198.622 3.961-9.112 9.033-20.512 15.347-33.441l-311.062-309.378c-12.628-12.563-19.726-29.637-19.726-47.456v-168.239c0-36.971 29.961-66.935 66.929-66.935h167.923c17.686 0 34.654 7.007 47.19 19.479l154.289 153.454c26.209 26.068 26.327 68.438 0.261 94.65s-68.445 26.343-94.654 0.261l-134.707-133.974h-73.373v73.472l326.696 324.922c21.739 21.636 26 55.274 10.353 81.642-11.66 19.623-21.726 39.625-32.667 64.83-7.333 16.904-3.059 36.134 11.268 50.306l148.041 147.257c13.333 13.191 31.804 17.4 48.197 10.968 40.863-16.028 99.622-45.338 147.478-93.918 48.262-49.012 77.661-109.658 93.818-151.911 6.628-17.296 2.444-36.84-10.654-49.796l-150.289-148.786c-13.347-13.191-33.151-16.943-50.458-9.57-18.837 8.027-38.811 18.721-61.059 32.683-31.321 19.636-72.628 10.158-92.262-21.166-19.634-31.31-10.17-72.622 21.151-92.258 28.249-17.714 54.314-31.585 79.661-42.396 67.582-28.813 144.956-14.080 197.126 37.572l150.302 148.786c50.785 50.267 67.086 125.934 41.504 192.778v0z" />
21
- <glyph unicode="&#xe90b;" glyph-name="close" d="M998.61 852.562l-389.888-389.888 389.888-389.888-111.397-111.397-389.888 389.888-389.888-389.888-111.397 111.397 389.888 389.888-389.888 389.888 111.397 111.397 389.888-389.888 389.888 389.888z" />
22
- <glyph unicode="&#xe90c;" glyph-name="go-back" horiz-adv-x="1331" d="M602.24 947.79c35.391 28.006 90.247 4.732 90.252-38.317l0.021-231.557h584.016c30.192 0 54.671-22.598 54.671-50.476v-358.89c0-27.876-24.477-50.473-54.671-50.473h-584.016l-0.021-231.557c-0.005-43.181-54.955-66.248-90.252-38.317l-583.16 461.471c-25.443 20.134-25.438 56.518 0 76.645l583.16 461.471z" />
23
- <glyph unicode="&#xe90d;" glyph-name="error-icon" horiz-adv-x="1138" d="M568.889 960c59.396 0 112.781-31.238 143.481-82.845v0l401.963-684.475c30.696-53.646 31.365-117.477 1.329-171.122-30.027-53.642-84.080-85.559-144.811-85.559v0h-803.927c-60.731 0-114.783 31.917-144.811 85.559-30.031 53.644-29.362 117.475 1.331 171.122v0l401.963 684.475c30.7 51.607 84.087 82.845 143.482 82.845zM568.889 220.444c-31.479 0-56.889-25.408-56.889-56.889 0-31.477 25.408-56.889 56.889-56.889s56.889 25.411 56.889 56.889c0 31.479-25.411 56.889-56.889 56.889zM568.89 675.556c-31.289 0-56.89-29.867-56.89-66.371v0-265.481c0-36.502 25.602-66.369 56.89-66.369s56.888 29.865 56.888 66.369v0 265.481c0 36.504-25.599 66.371-56.888 66.371z" />
24
- <glyph unicode="&#xe90e;" glyph-name="hub-shop" d="M960 64h-64v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-512v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-64c-35.392 0-64-28.672-64-64s28.608-64 64-64h896c35.392 0 64 28.672 64 64s-28.608 64-64 64zM960 960h-896c-35.392 0-64-28.672-64-64v-384c0-70.656 57.28-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128v384c0 35.328-28.608 64-64 64z" />
25
- <glyph unicode="&#xe90f;" glyph-name="pay-pal" horiz-adv-x="1536" d="M1376.004 960h-1216.004c-88.191 0-159.999-71.808-159.999-160.002v-704c0-88.191 71.808-159.999 159.999-159.999h1216.001c88.191 0 159.999 71.808 159.999 159.999v704c0 88.194-71.805 160.002-159.996 160.002zM1472.004 96.002c0-52.929-43.071-96-96-96h-1216.004c-52.929 0-96 43.071-96 96v703.997c0 52.929 43.071 96 96 96h1216.001c52.929 0 96.003-43.071 96.003-96v-703.997zM956.992 666.25c-33.343 74.295-107.125 123.083-189.058 123.083h-259.578l-98.757-597.333h163.432l-19.731-119.467h223.002l29.626 179.2h112.947c101.896 0 187.944 73.471 204.609 174.716 9.583 57.794-4.636 115.201-40.005 161.627-31.246 40.994-76.631 68.753-126.487 78.174v0zM582.862 251.733h-103.313l78.997 477.867h209.389c62.94 0 119.211-40.265 140.012-100.202 8.144-23.523 10.278-48.956 6.148-73.668-11.898-72.311-73.369-124.797-146.16-124.797h-155.447l-29.626-179.2zM1065.050 436.307v-0.044c-11.912-72.311-73.369-124.797-146.175-124.797h-163.143l-29.626-179.2h-102.879l39.462 238.933h105.244c8.195 0 16.223 0.642 24.179 1.568 84.088 9.778 153.603 69.781 175.793 152.214 1.852 6.84 3.45 13.796 4.622 20.934 0.014 0.109 0.014 0.226 0.029 0.328 1.396 8.364 2.257 16.785 2.611 25.244 0.014 0.219 0.043 0.43 0.043 0.656 0.325 8.378 0.116 16.756-0.55 25.083-0.029 0.408-0.029 0.809-0.072 1.21-0.029 0.27-0.029 0.54-0.043 0.824 24.186-9.931 45.711-26.272 61.927-47.549 25.271-33.17 35.419-74.142 28.577-115.405v0z" />
26
- <glyph unicode="&#xe910;" glyph-name="credit-card" horiz-adv-x="1536" d="M1376.004 960c85.741 0 155.994-67.874 159.831-152.691l0.165-7.31v-704c0-85.741-67.874-155.997-152.689-159.834l-7.31-0.165h-1216.001c-85.741 0-155.997 67.874-159.834 152.689l-0.165 7.31v704c0 85.744 67.874 156 152.689 159.837l7.31 0.165h1216.004zM1472 516.267h-1408.034l0.033-420.265c0-50.969 39.94-92.796 90.161-95.824l5.839-0.176h1216.004c50.969 0 92.796 39.94 95.825 90.161l0.176 5.839-0.004 420.265zM1262.933 379.733c56.458 0 102.4-45.946 102.4-102.4v0-68.266c0-56.458-45.943-102.4-102.4-102.4v0h-68.266c-56.458 0-102.4 45.943-102.4 102.4v0 68.266c0 56.458 45.943 102.4 102.4 102.4v0zM236.496 209.067h380.341c17.496 0 31.696-15.292 31.696-34.133 0-17.495-12.244-31.931-28.001-33.904l-3.695-0.23h-380.341c-17.496 0-31.696 15.292-31.696 34.133 0 17.495 12.244 31.931 28.001 33.904l3.695 0.23h380.341zM1262.933 311.464h-68.266c-18.842 0-34.135-15.293-34.135-34.135v0-68.266c0-18.842 15.293-34.135 34.135-34.135v0h68.266c18.842 0 34.135 15.293 34.135 34.135v0 68.266c0 18.842-15.293 34.135-34.135 34.135v0zM616.837 311.467c17.496 0 31.696-15.29 31.696-34.132 0-17.496-12.244-31.932-28.001-33.905l-3.695-0.23h-380.341c-17.496 0-31.696 15.29-31.696 34.132 0 17.496 12.244 31.932 28.001 33.905l3.695 0.23h380.341zM1471.998 721.068h-1407.999v-136.533h1407.999v136.533zM1376.001 895.998h-1216.001c-50.969 0-92.796-39.94-95.825-90.161l-0.176-5.839-0.033-10.665h1408.034l0.004 10.665c0 50.969-39.942 92.796-90.164 95.824l-5.839 0.176z" />
27
- <glyph unicode="&#xe911;" glyph-name="css" d="M812.836 218.691c-16.014 0-32.027 5.461-45.172 16.754-29.065 24.993-32.49 68.776-7.498 97.934l100.063 116.724-100.155 116.817c-24.993 29.065-21.568 72.941 7.498 97.934 29.251 24.993 73.034 21.568 97.934-7.498l138.847-161.989c22.308-26.011 22.308-64.333 0-90.436l-138.847-161.989c-13.7-16.014-33.138-24.252-52.669-24.252zM211.164 218.691c-19.531 0-38.97 8.238-52.762 24.252l-138.847 161.989c-22.308 26.011-22.308 64.333 0 90.436l138.847 161.989c24.993 29.065 68.776 32.583 97.934 7.498 29.065-24.993 32.49-68.776 7.498-97.934l-100.063-116.817 100.155-116.817c24.993-29.065 21.568-72.941-7.498-97.934-13.144-11.108-29.251-16.662-45.264-16.662zM427.025 81.603c-37.396 8.609-60.63 45.912-52.114 83.216l138.847 601.672c8.609 37.304 45.912 60.352 83.216 52.114 37.396-8.609 60.63-45.912 52.114-83.216l-138.847-601.672c-8.423-36.748-44.987-60.723-83.216-52.114v0z" />
28
- <glyph unicode="&#xe912;" glyph-name="popup-builder" d="M901.494 908.8c56.554 0 89.706-45.846 89.706-102.4v-716.8c0-56.554-33.152-102.4-89.706-102.4h-819.025c-56.554 0-82.469 45.846-82.469 102.4v716.8c0 56.554 25.915 102.4 82.469 102.4h819.025zM112.457 742.506v-588.974l0.274-5.056c2.556-23.592 22.939-46.662 59.269-48.636l643.537 0.323c39.487 3.194 53.233 29.496 56.006 53.369v588.974c0 26.257-18.4 53.654-64.251 53.654l-634.109 0.051c-25.999 0.699-60.726 7.411-60.726-53.705zM640 550.4c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8h-307.2c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8h307.2z" />
29
- <glyph unicode="&#xe913;" glyph-name="settings" d="M1024 384.992v128l-152.992 63.744c-4.256 12-8.736 23.616-14.24 35.008l61.76 153.76-90.528 90.496-152.384-62.752c-11.616 5.632-23.488 10.368-35.744 14.752l-64.864 152h-128l-63.264-151.488c-12.736-4.512-24.992-9.248-37.12-15.008l-152.128 61.12-90.496-90.496 62.016-150.752c-6.016-12.384-10.88-24.992-15.52-38.016l-150.496-64.352v-128l150.624-62.752c4.64-12.992 9.632-25.632 15.616-38.016l-60.864-151.744 90.496-90.496 151.136 62.24c12.128-5.76 24.512-10.368 37.248-14.752l64.736-151.488h128l63.36 152.256c12.128 4.512 24.128 9.248 35.616 14.752l153.504-61.504 90.496 90.496-63.008 152.736c5.376 11.488 9.76 23.136 14.016 35.008l153.024 65.248zM511.008 256c-105.984 0-192 86.016-192 192s86.016 192 192 192c105.984 0 192-86.016 192-192s-86.016-192-192-192v0z" />
30
- <glyph unicode="&#xe914;" glyph-name="template" horiz-adv-x="931" d="M849.358 960h-744.569c-42.325 0-74.971-40.789-74.971-83.217v-275.217h894.545v275.217c0 42.428-32.613 83.217-75.006 83.217zM132.052 704v104.823c0 32.631 25.831 48.777 58.375 48.777h573.293c32.578 0 58.41-16.145 58.41-48.777v-104.823h-690.078zM104.79-64h744.569c42.359 0 75.006 40.789 75.006 83.217v480.017h-894.545v-480.017c0-42.428 32.578-83.217 74.971-83.217zM132.052 396.8h690.078v-309.589c0-32.631-25.865-48.811-58.41-48.811h-573.293c-32.578 0-58.375 16.145-58.375 48.811v309.589z" />
31
- <glyph unicode="&#xe915;" glyph-name="theme-builder" horiz-adv-x="931" d="M74.971-64c-51.413 0-74.971 41.678-74.971 93.091v837.818c0 51.413 23.559 93.091 74.971 93.091h744.569c51.413 0 81.551-41.678 81.551-93.091v-837.818c0-51.413-30.138-93.091-81.551-93.091h-744.569zM496.312 592.325h-394.078v-505.114c0-23.87 20.278-48.811 58.375-48.811 112.238 0 224.139 0 335.702 0v553.925zM792.312 592.325h-170.494v-553.925h112.084c41.682 0 55.721 25.662 58.41 48.811v505.114zM160.609 857.6c-23.87 0-58.375 9.309-58.375-48.777 0-32.587 0-67.528 0-104.823h690.078v104.823c0 23.87-16.727 48.777-58.41 48.777h-573.293z" />
32
- <glyph unicode="&#xe916;" glyph-name="WP" d="M0.017 448.017c0-202.639 117.767-377.798 288.573-460.773l-244.238 669.129c-28.399-63.672-44.336-134.134-44.336-208.357zM857.631 473.842c0 63.297-22.736 107.1-42.213 141.196-25.948 42.196-50.275 77.882-50.275 120.081 0 47.063 35.666 90.866 85.961 90.866 2.28 0 4.441-0.276 6.632-0.416-91.075 83.463-212.449 134.431-345.737 134.431-178.869 0-336.224-91.785-427.779-230.752 12.032-0.396 23.357-0.642 32.956-0.642 53.538 0 136.465 6.509 136.465 6.509 27.59 1.625 30.833-38.932 3.263-42.196 0 0-27.747-3.246-58.583-4.854l186.433-554.592 112.049 336.032-79.763 218.563c-27.59 1.608-53.692 4.854-53.692 4.854-27.59 1.638-24.364 43.82 3.243 42.196 0 0 84.535-6.509 134.844-6.509 53.542 0 136.465 6.509 136.465 6.509 27.59 1.625 30.853-38.932 3.263-42.196 0 0-27.778-3.246-58.58-4.854l185.013-550.359 51.070 170.612c25.962 66.54 38.963 121.702 38.963 165.519zM520.998 403.231l-153.627-446.375c45.872-13.486 94.385-20.855 144.63-20.855 59.634 0 116.818 10.291 170.028 29.024-1.348 2.195-2.625 4.519-3.659 7.059l-157.372 431.148zM961.277 693.63c2.208-16.295 3.454-33.785 3.454-52.64 0-51.934-9.742-110.339-38.953-183.375l-156.372-452.127c152.228 88.747 254.577 253.648 254.577 442.525 0 89.023-22.757 172.708-62.706 245.617z" />
33
- <glyph unicode="&#xe917;" glyph-name="star" d="M512 893.44l122.266-344.166h328.294l-267.878-202.138 95.795-354.714-278.477 212.685-278.426-212.685 95.744 354.714-267.93 202.138h328.294l122.317 344.166z" />
34
- </font></defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
public/dist/front.bundle.css CHANGED
@@ -1 +1 @@
1
- .vcv-container{margin-right:auto;margin-left:auto}@media (min-width:576px){.vcv-container{max-width:540px}}@media (min-width:768px){.vcv-container{max-width:720px}}@media (min-width:992px){.vcv-container{max-width:960px}}@media (min-width:1200px){.vcv-container{max-width:1140px}}.vcv-editor-theme-hf .vce-row:not([data-vce-full-width="true"]),.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width="true"]),.vcv-header .vce-row:not([data-vce-full-width="true"]),.vcv-footer .vce-row:not([data-vce-full-width="true"]),.vcv-header .vce-section-inner:not([data-vce-full-width="true"]),.vcv-footer .vce-section-inner:not([data-vce-full-width="true"]){margin-right:auto;margin-left:auto}.vcv-editor-theme-hf .vce-row:not([data-vce-full-width="true"]) .vce-row,.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width="true"]) .vce-row,.vcv-header .vce-row:not([data-vce-full-width="true"]) .vce-row,.vcv-footer .vce-row:not([data-vce-full-width="true"]) .vce-row,.vcv-header .vce-section-inner:not([data-vce-full-width="true"]) .vce-row,.vcv-footer .vce-section-inner:not([data-vce-full-width="true"]) .vce-row,.vcv-editor-theme-hf .vce-row:not([data-vce-full-width="true"]) .vce-section-inner,.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width="true"]) .vce-section-inner,.vcv-header .vce-row:not([data-vce-full-width="true"]) .vce-section-inner,.vcv-footer .vce-row:not([data-vce-full-width="true"]) .vce-section-inner,.vcv-header .vce-section-inner:not([data-vce-full-width="true"]) .vce-section-inner,.vcv-footer .vce-section-inner:not([data-vce-full-width="true"]) .vce-section-inner{margin-left:initial;margin-right:initial}@media (min-width:576px){.vcv-editor-theme-hf .vce-row:not([data-vce-full-width="true"]),.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width="true"]),.vcv-header .vce-row:not([data-vce-full-width="true"]),.vcv-footer .vce-row:not([data-vce-full-width="true"]),.vcv-header .vce-section-inner:not([data-vce-full-width="true"]),.vcv-footer .vce-section-inner:not([data-vce-full-width="true"]){max-width:540px}.vcv-editor-theme-hf .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>[data-vce-element-content="true"],.vcv-header .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>.vce-row-content,.vcv-footer .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>.vce-row-content,.vcv-header .vce-section-inner[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>[data-vce-element-content="true"],.vcv-footer .vce-section-inner[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>[data-vce-element-content="true"]{padding-left:calc(50% - 270px );padding-right:calc(50% - 270px )}}@media (min-width:768px){.vcv-editor-theme-hf .vce-row:not([data-vce-full-width="true"]),.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width="true"]),.vcv-header .vce-row:not([data-vce-full-width="true"]),.vcv-footer .vce-row:not([data-vce-full-width="true"]),.vcv-header .vce-section-inner:not([data-vce-full-width="true"]),.vcv-footer .vce-section-inner:not([data-vce-full-width="true"]){max-width:720px}.vcv-editor-theme-hf .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>[data-vce-element-content="true"],.vcv-header .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>.vce-row-content,.vcv-footer .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>.vce-row-content,.vcv-header .vce-section-inner[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>[data-vce-element-content="true"],.vcv-footer .vce-section-inner[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>[data-vce-element-content="true"]{padding-left:calc(50% - 360px );padding-right:calc(50% - 360px )}}@media (min-width:992px){.vcv-editor-theme-hf .vce-row:not([data-vce-full-width="true"]),.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width="true"]),.vcv-header .vce-row:not([data-vce-full-width="true"]),.vcv-footer .vce-row:not([data-vce-full-width="true"]),.vcv-header .vce-section-inner:not([data-vce-full-width="true"]),.vcv-footer .vce-section-inner:not([data-vce-full-width="true"]){max-width:960px}.vcv-editor-theme-hf .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>[data-vce-element-content="true"],.vcv-header .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>.vce-row-content,.vcv-footer .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>.vce-row-content,.vcv-header .vce-section-inner[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>[data-vce-element-content="true"],.vcv-footer .vce-section-inner[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>[data-vce-element-content="true"]{padding-left:calc(50% - 480px );padding-right:calc(50% - 480px )}}@media (min-width:1200px){.vcv-editor-theme-hf .vce-row:not([data-vce-full-width="true"]),.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width="true"]),.vcv-header .vce-row:not([data-vce-full-width="true"]),.vcv-footer .vce-row:not([data-vce-full-width="true"]),.vcv-header .vce-section-inner:not([data-vce-full-width="true"]),.vcv-footer .vce-section-inner:not([data-vce-full-width="true"]){max-width:1140px}.vcv-editor-theme-hf .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>[data-vce-element-content="true"],.vcv-header .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>.vce-row-content,.vcv-footer .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>.vce-row-content,.vcv-header .vce-section-inner[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>[data-vce-element-content="true"],.vcv-footer .vce-section-inner[data-vce-full-width="true"]:not([data-vce-stretch-content="true"])>[data-vce-element-content="true"]{padding-left:calc(50% - 570px );padding-right:calc(50% - 570px )}}.vcv-editor-theme-hf .vce-row .vce-row,.vcv-editor-theme-hf .vce-section-inner .vce-row,.vcv-header .vce-row .vce-row,.vcv-footer .vce-row .vce-row,.vcv-header .vce-section-inner .vce-row,.vcv-footer .vce-section-inner .vce-row,.vcv-editor-theme-hf .vce-row[data-vce-full-width="true"] .vce-row,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width="true"] .vce-row,.vcv-header .vce-row[data-vce-full-width="true"] .vce-row,.vcv-footer .vce-row[data-vce-full-width="true"] .vce-row,.vcv-header .vce-section-inner[data-vce-full-width="true"] .vce-row,.vcv-footer .vce-section-inner[data-vce-full-width="true"] .vce-row,.vcv-editor-theme-hf .vce-row[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-row,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-row,.vcv-header .vce-row[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-row,.vcv-footer .vce-row[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-row,.vcv-header .vce-section-inner[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-row,.vcv-footer .vce-section-inner[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-row{max-width:100%}.vcv-editor-theme-hf .vce-row .vce-row>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner .vce-row>.vce-row-content,.vcv-header .vce-row .vce-row>.vce-row-content,.vcv-footer .vce-row .vce-row>.vce-row-content,.vcv-header .vce-section-inner .vce-row>.vce-row-content,.vcv-footer .vce-section-inner .vce-row>.vce-row-content,.vcv-editor-theme-hf .vce-row[data-vce-full-width="true"] .vce-row>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width="true"] .vce-row>.vce-row-content,.vcv-header .vce-row[data-vce-full-width="true"] .vce-row>.vce-row-content,.vcv-footer .vce-row[data-vce-full-width="true"] .vce-row>.vce-row-content,.vcv-header .vce-section-inner[data-vce-full-width="true"] .vce-row>.vce-row-content,.vcv-footer .vce-section-inner[data-vce-full-width="true"] .vce-row>.vce-row-content,.vcv-editor-theme-hf .vce-row[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-row>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-row>.vce-row-content,.vcv-header .vce-row[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-row>.vce-row-content,.vcv-footer .vce-row[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-row>.vce-row-content,.vcv-header .vce-section-inner[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-row>.vce-row-content,.vcv-footer .vce-section-inner[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-row>.vce-row-content{padding-left:initial;padding-right:initial}.vcv-editor-theme-hf .vce-row .vce-section-inner,.vcv-editor-theme-hf .vce-section-inner .vce-section-inner,.vcv-header .vce-row .vce-section-inner,.vcv-footer .vce-row .vce-section-inner,.vcv-header .vce-section-inner .vce-section-inner,.vcv-footer .vce-section-inner .vce-section-inner,.vcv-editor-theme-hf .vce-row[data-vce-full-width="true"] .vce-section-inner,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width="true"] .vce-section-inner,.vcv-header .vce-row[data-vce-full-width="true"] .vce-section-inner,.vcv-footer .vce-row[data-vce-full-width="true"] .vce-section-inner,.vcv-header .vce-section-inner[data-vce-full-width="true"] .vce-section-inner,.vcv-footer .vce-section-inner[data-vce-full-width="true"] .vce-section-inner,.vcv-editor-theme-hf .vce-row[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-section-inner,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-section-inner,.vcv-header .vce-row[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-section-inner,.vcv-footer .vce-row[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-section-inner,.vcv-header .vce-section-inner[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-section-inner,.vcv-footer .vce-section-inner[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-section-inner{max-width:100%}.vcv-editor-theme-hf .vce-row .vce-section-inner>[data-vce-element-content="true"],.vcv-editor-theme-hf .vce-section-inner .vce-section-inner>[data-vce-element-content="true"],.vcv-header .vce-row .vce-section-inner>[data-vce-element-content="true"],.vcv-footer .vce-row .vce-section-inner>[data-vce-element-content="true"],.vcv-header .vce-section-inner .vce-section-inner>[data-vce-element-content="true"],.vcv-footer .vce-section-inner .vce-section-inner>[data-vce-element-content="true"],.vcv-editor-theme-hf .vce-row[data-vce-full-width="true"] .vce-section-inner>[data-vce-element-content="true"],.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width="true"] .vce-section-inner>[data-vce-element-content="true"],.vcv-header .vce-row[data-vce-full-width="true"] .vce-section-inner>[data-vce-element-content="true"],.vcv-footer .vce-row[data-vce-full-width="true"] .vce-section-inner>[data-vce-element-content="true"],.vcv-header .vce-section-inner[data-vce-full-width="true"] .vce-section-inner>[data-vce-element-content="true"],.vcv-footer .vce-section-inner[data-vce-full-width="true"] .vce-section-inner>[data-vce-element-content="true"],.vcv-editor-theme-hf .vce-row[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-section-inner>[data-vce-element-content="true"],.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-section-inner>[data-vce-element-content="true"],.vcv-header .vce-row[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-section-inner>[data-vce-element-content="true"],.vcv-footer .vce-row[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-section-inner>[data-vce-element-content="true"],.vcv-header .vce-section-inner[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-section-inner>[data-vce-element-content="true"],.vcv-footer .vce-section-inner[data-vce-full-width="true"][data-vce-stretch-content="true"] .vce-section-inner>[data-vce-element-content="true"]{padding-left:initial;padding-right:initial}
1
+ .vcv-container{margin-right:auto;margin-left:auto}@media (min-width:576px){.vcv-container{max-width:540px}}@media (min-width:768px){.vcv-container{max-width:720px}}@media (min-width:992px){.vcv-container{max-width:960px}}@media (min-width:1200px){.vcv-container{max-width:1140px}}.vcv-editor-theme-hf .vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width=true]),.vcv-footer .vce-row:not([data-vce-full-width=true]),.vcv-footer .vce-section-inner:not([data-vce-full-width=true]),.vcv-header .vce-row:not([data-vce-full-width=true]),.vcv-header .vce-section-inner:not([data-vce-full-width=true]){margin-right:auto;margin-left:auto}.vcv-editor-theme-hf .vce-row:not([data-vce-full-width=true]) .vce-row,.vcv-editor-theme-hf .vce-row:not([data-vce-full-width=true]) .vce-section-inner,.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width=true]) .vce-row,.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width=true]) .vce-section-inner,.vcv-footer .vce-row:not([data-vce-full-width=true]) .vce-row,.vcv-footer .vce-row:not([data-vce-full-width=true]) .vce-section-inner,.vcv-footer .vce-section-inner:not([data-vce-full-width=true]) .vce-row,.vcv-footer .vce-section-inner:not([data-vce-full-width=true]) .vce-section-inner,.vcv-header .vce-row:not([data-vce-full-width=true]) .vce-row,.vcv-header .vce-row:not([data-vce-full-width=true]) .vce-section-inner,.vcv-header .vce-section-inner:not([data-vce-full-width=true]) .vce-row,.vcv-header .vce-section-inner:not([data-vce-full-width=true]) .vce-section-inner{margin-left:0;margin-right:0}@media (min-width:576px){.vcv-editor-theme-hf .vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width=true]),.vcv-footer .vce-row:not([data-vce-full-width=true]),.vcv-footer .vce-section-inner:not([data-vce-full-width=true]),.vcv-header .vce-row:not([data-vce-full-width=true]),.vcv-header .vce-section-inner:not([data-vce-full-width=true]){max-width:540px}.vcv-editor-theme-hf .vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer .vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer .vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header .vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header .vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{padding-left:calc(50% - 270px);padding-right:calc(50% - 270px)}}@media (min-width:768px){.vcv-editor-theme-hf .vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width=true]),.vcv-footer .vce-row:not([data-vce-full-width=true]),.vcv-footer .vce-section-inner:not([data-vce-full-width=true]),.vcv-header .vce-row:not([data-vce-full-width=true]),.vcv-header .vce-section-inner:not([data-vce-full-width=true]){max-width:720px}.vcv-editor-theme-hf .vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer .vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer .vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header .vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header .vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{padding-left:calc(50% - 360px);padding-right:calc(50% - 360px)}}@media (min-width:992px){.vcv-editor-theme-hf .vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width=true]),.vcv-footer .vce-row:not([data-vce-full-width=true]),.vcv-footer .vce-section-inner:not([data-vce-full-width=true]),.vcv-header .vce-row:not([data-vce-full-width=true]),.vcv-header .vce-section-inner:not([data-vce-full-width=true]){max-width:960px}.vcv-editor-theme-hf .vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer .vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer .vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header .vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header .vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{padding-left:calc(50% - 480px);padding-right:calc(50% - 480px)}}@media (min-width:1200px){.vcv-editor-theme-hf .vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vce-section-inner:not([data-vce-full-width=true]),.vcv-footer .vce-row:not([data-vce-full-width=true]),.vcv-footer .vce-section-inner:not([data-vce-full-width=true]),.vcv-header .vce-row:not([data-vce-full-width=true]),.vcv-header .vce-section-inner:not([data-vce-full-width=true]){max-width:1140px}.vcv-editor-theme-hf .vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer .vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer .vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header .vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header .vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{padding-left:calc(50% - 570px);padding-right:calc(50% - 570px)}}.vcv-editor-theme-hf .vce-row .vce-row,.vcv-editor-theme-hf .vce-row[data-vce-full-width=true] .vce-row,.vcv-editor-theme-hf .vce-row[data-vce-full-width=true][data-vce-stretch-content=true] .vce-row,.vcv-editor-theme-hf .vce-section-inner .vce-row,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width=true] .vce-row,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width=true][data-vce-stretch-content=true] .vce-row,.vcv-footer .vce-row .vce-row,.vcv-footer .vce-row[data-vce-full-width=true] .vce-row,.vcv-footer .vce-row[data-vce-full-width=true][data-vce-stretch-content=true] .vce-row,.vcv-footer .vce-section-inner .vce-row,.vcv-footer .vce-section-inner[data-vce-full-width=true] .vce-row,.vcv-footer .vce-section-inner[data-vce-full-width=true][data-vce-stretch-content=true] .vce-row,.vcv-header .vce-row .vce-row,.vcv-header .vce-row[data-vce-full-width=true] .vce-row,.vcv-header .vce-row[data-vce-full-width=true][data-vce-stretch-content=true] .vce-row,.vcv-header .vce-section-inner .vce-row,.vcv-header .vce-section-inner[data-vce-full-width=true] .vce-row,.vcv-header .vce-section-inner[data-vce-full-width=true][data-vce-stretch-content=true] .vce-row{max-width:100%}.vcv-editor-theme-hf .vce-row .vce-row>.vce-row-content,.vcv-editor-theme-hf .vce-row[data-vce-full-width=true] .vce-row>.vce-row-content,.vcv-editor-theme-hf .vce-row[data-vce-full-width=true][data-vce-stretch-content=true] .vce-row>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner .vce-row>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width=true] .vce-row>.vce-row-content,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width=true][data-vce-stretch-content=true] .vce-row>.vce-row-content,.vcv-footer .vce-row .vce-row>.vce-row-content,.vcv-footer .vce-row[data-vce-full-width=true] .vce-row>.vce-row-content,.vcv-footer .vce-row[data-vce-full-width=true][data-vce-stretch-content=true] .vce-row>.vce-row-content,.vcv-footer .vce-section-inner .vce-row>.vce-row-content,.vcv-footer .vce-section-inner[data-vce-full-width=true] .vce-row>.vce-row-content,.vcv-footer .vce-section-inner[data-vce-full-width=true][data-vce-stretch-content=true] .vce-row>.vce-row-content,.vcv-header .vce-row .vce-row>.vce-row-content,.vcv-header .vce-row[data-vce-full-width=true] .vce-row>.vce-row-content,.vcv-header .vce-row[data-vce-full-width=true][data-vce-stretch-content=true] .vce-row>.vce-row-content,.vcv-header .vce-section-inner .vce-row>.vce-row-content,.vcv-header .vce-section-inner[data-vce-full-width=true] .vce-row>.vce-row-content,.vcv-header .vce-section-inner[data-vce-full-width=true][data-vce-stretch-content=true] .vce-row>.vce-row-content{padding-left:0;padding-right:0}.vcv-editor-theme-hf .vce-row .vce-section-inner,.vcv-editor-theme-hf .vce-row[data-vce-full-width=true] .vce-section-inner,.vcv-editor-theme-hf .vce-row[data-vce-full-width=true][data-vce-stretch-content=true] .vce-section-inner,.vcv-editor-theme-hf .vce-section-inner .vce-section-inner,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width=true] .vce-section-inner,.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width=true][data-vce-stretch-content=true] .vce-section-inner,.vcv-footer .vce-row .vce-section-inner,.vcv-footer .vce-row[data-vce-full-width=true] .vce-section-inner,.vcv-footer .vce-row[data-vce-full-width=true][data-vce-stretch-content=true] .vce-section-inner,.vcv-footer .vce-section-inner .vce-section-inner,.vcv-footer .vce-section-inner[data-vce-full-width=true] .vce-section-inner,.vcv-footer .vce-section-inner[data-vce-full-width=true][data-vce-stretch-content=true] .vce-section-inner,.vcv-header .vce-row .vce-section-inner,.vcv-header .vce-row[data-vce-full-width=true] .vce-section-inner,.vcv-header .vce-row[data-vce-full-width=true][data-vce-stretch-content=true] .vce-section-inner,.vcv-header .vce-section-inner .vce-section-inner,.vcv-header .vce-section-inner[data-vce-full-width=true] .vce-section-inner,.vcv-header .vce-section-inner[data-vce-full-width=true][data-vce-stretch-content=true] .vce-section-inner{max-width:100%}.vcv-editor-theme-hf .vce-row .vce-section-inner>[data-vce-element-content=true],.vcv-editor-theme-hf .vce-row[data-vce-full-width=true] .vce-section-inner>[data-vce-element-content=true],.vcv-editor-theme-hf .vce-row[data-vce-full-width=true][data-vce-stretch-content=true] .vce-section-inner>[data-vce-element-content=true],.vcv-editor-theme-hf .vce-section-inner .vce-section-inner>[data-vce-element-content=true],.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width=true] .vce-section-inner>[data-vce-element-content=true],.vcv-editor-theme-hf .vce-section-inner[data-vce-full-width=true][data-vce-stretch-content=true] .vce-section-inner>[data-vce-element-content=true],.vcv-footer .vce-row .vce-section-inner>[data-vce-element-content=true],.vcv-footer .vce-row[data-vce-full-width=true] .vce-section-inner>[data-vce-element-content=true],.vcv-footer .vce-row[data-vce-full-width=true][data-vce-stretch-content=true] .vce-section-inner>[data-vce-element-content=true],.vcv-footer .vce-section-inner .vce-section-inner>[data-vce-element-content=true],.vcv-footer .vce-section-inner[data-vce-full-width=true] .vce-section-inner>[data-vce-element-content=true],.vcv-footer .vce-section-inner[data-vce-full-width=true][data-vce-stretch-content=true] .vce-section-inner>[data-vce-element-content=true],.vcv-header .vce-row .vce-section-inner>[data-vce-element-content=true],.vcv-header .vce-row[data-vce-full-width=true] .vce-section-inner>[data-vce-element-content=true],.vcv-header .vce-row[data-vce-full-width=true][data-vce-stretch-content=true] .vce-section-inner>[data-vce-element-content=true],.vcv-header .vce-section-inner .vce-section-inner>[data-vce-element-content=true],.vcv-header .vce-section-inner[data-vce-full-width=true] .vce-section-inner>[data-vce-element-content=true],.vcv-header .vce-section-inner[data-vce-full-width=true][data-vce-stretch-content=true] .vce-section-inner>[data-vce-element-content=true]{padding-left:0;padding-right:0}
public/dist/front.bundle.js CHANGED
@@ -1 +1 @@
1
- (window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([["front"],{"./node_modules/d/index.js":function(e,t,n){"use strict";var o=n("./node_modules/type/value/is.js"),s=n("./node_modules/type/plain-function/is.js"),i=n("./node_modules/es5-ext/object/assign/index.js"),r=n("./node_modules/es5-ext/object/normalize-options.js"),c=n("./node_modules/es5-ext/string/#/contains/index.js");(e.exports=function(e,t){var n,s,u,l,a;return arguments.length<2||"string"!=typeof e?(l=t,t=e,e=null):l=arguments[2],o(e)?(n=c.call(e,"c"),s=c.call(e,"e"),u=c.call(e,"w")):(n=u=!0,s=!1),a={value:t,configurable:n,enumerable:s,writable:u},l?i(r(l),a):a}).gs=function(e,t,n){var u,l,a,d;return"string"!=typeof e?(a=n,n=t,t=e,e=null):a=arguments[3],o(t)?s(t)?o(n)?s(n)||(a=n,n=void 0):n=void 0:(a=t,t=n=void 0):t=void 0,o(e)?(u=c.call(e,"c"),l=c.call(e,"e")):(u=!0,l=!1),d={get:t,set:n,configurable:u,enumerable:l},a?i(r(a),d):d}},"./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 o=n("./node_modules/es5-ext/object/keys/index.js"),s=n("./node_modules/es5-ext/object/valid-value.js"),i=Math.max;e.exports=function(e,t){var n,r,c,u=i(arguments.length,2);for(e=Object(s(e)),c=function(o){try{e[o]=t[o]}catch(s){n||(n=s)}},r=1;r<u;++r)o(t=arguments[r]).forEach(c);if(void 0!==n)throw n;return e}},"./node_modules/es5-ext/object/is-value.js":function(e,t,n){"use strict";var o=n("./node_modules/es5-ext/function/noop.js")();e.exports=function(e){return e!==o&&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 o=n("./node_modules/es5-ext/object/is-value.js"),s=Object.keys;e.exports=function(e){return s(o(e)?Object(e):e)}},"./node_modules/es5-ext/object/normalize-options.js":function(e,t,n){"use strict";var o=n("./node_modules/es5-ext/object/is-value.js"),s=Array.prototype.forEach,i=Object.create,r=function(e,t){var n;for(n in e)t[n]=e[n]};e.exports=function(e){var t=i(null);return s.call(arguments,(function(e){o(e)&&r(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 o=n("./node_modules/es5-ext/object/is-value.js");e.exports=function(e){if(!o(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 o="razdwatrzy";e.exports=function(){return"function"==typeof o.contains&&(!0===o.contains("dwa")&&!1===o.contains("foo"))}},"./node_modules/es5-ext/string/#/contains/shim.js":function(e,t,n){"use strict";var o=String.prototype.indexOf;e.exports=function(e){return o.call(this,e,arguments[1])>-1}},"./node_modules/event-emitter/index.js":function(e,t,n){"use strict";var o,s,i,r,c,u,l,a=n("./node_modules/d/index.js"),d=n("./node_modules/es5-ext/object/valid-callable.js"),f=Function.prototype.apply,p=Function.prototype.call,j=Object.create,m=Object.defineProperty,_=Object.defineProperties,y=Object.prototype.hasOwnProperty,b={configurable:!0,enumerable:!1,writable:!0};s=function(e,t){var n,s;return d(t),s=this,o.call(this,e,n=function(){i.call(s,e,n),f.call(t,this,arguments)}),n.__eeOnceListener__=t,this},c={on:o=function(e,t){var n;return d(t),y.call(this,"__ee__")?n=this.__ee__:(n=b.value=j(null),m(this,"__ee__",b),b.value=null),n[e]?"object"==typeof n[e]?n[e].push(t):n[e]=[n[e],t]:n[e]=t,this},once:s,off:i=function(e,t){var n,o,s,i;if(d(t),!y.call(this,"__ee__"))return this;if(!(n=this.__ee__)[e])return this;if("object"==typeof(o=n[e]))for(i=0;s=o[i];++i)s!==t&&s.__eeOnceListener__!==t||(2===o.length?n[e]=o[i?0:1]:o.splice(i,1));else o!==t&&o.__eeOnceListener__!==t||delete n[e];return this},emit:r=function(e){var t,n,o,s,i;if(y.call(this,"__ee__")&&(s=this.__ee__[e]))if("object"==typeof s){for(n=arguments.length,i=new Array(n-1),t=1;t<n;++t)i[t-1]=arguments[t];for(s=s.slice(),t=0;o=s[t];++t)f.call(o,this,i)}else switch(arguments.length){case 1:p.call(s,this);break;case 2:p.call(s,this,arguments[1]);break;case 3:p.call(s,this,arguments[1],arguments[2]);break;default:for(n=arguments.length,i=new Array(n-1),t=1;t<n;++t)i[t-1]=arguments[t];f.call(s,this,i)}}},u={on:a(o),once:a(s),off:a(i),emit:a(r)},l=_({},u),e.exports=t=function(e){return null==e?j(l):_(Object(e),u)},t.methods=c},"./node_modules/type/function/is.js":function(e,t,n){"use strict";var o=n("./node_modules/type/prototype/is.js");e.exports=function(e){if("function"!=typeof e)return!1;if(!hasOwnProperty.call(e,"length"))return!1;try{if("number"!=typeof e.length)return!1;if("function"!=typeof e.call)return!1;if("function"!=typeof e.apply)return!1}catch(t){return!1}return!o(e)}},"./node_modules/type/object/is.js":function(e,t,n){"use strict";var o=n("./node_modules/type/value/is.js"),s={object:!0,function:!0,undefined:!0};e.exports=function(e){return!!o(e)&&hasOwnProperty.call(s,typeof e)}},"./node_modules/type/plain-function/is.js":function(e,t,n){"use strict";var o=n("./node_modules/type/function/is.js"),s=/^\s*class[\s{/}]/,i=Function.prototype.toString;e.exports=function(e){return!!o(e)&&!s.test(i.call(e))}},"./node_modules/type/prototype/is.js":function(e,t,n){"use strict";var o=n("./node_modules/type/object/is.js");e.exports=function(e){if(!o(e))return!1;try{return!!e.constructor&&e.constructor.prototype===e}catch(t){return!1}}},"./node_modules/type/value/is.js":function(e,t,n){"use strict";e.exports=function(e){return null!=e}},"./public/components/api/publicAPI.js":function(e,t,n){"use strict";var o=n("./node_modules/event-emitter/index.js"),s=function(){};n.n(o)()(s.prototype);var i=new s;t.a={on:function(e,t){i.on("vcv:api:"+e,t)},once:function(e,t){i.once("vcv:api:"+e,t)},off:function(e,t){i.off("vcv:api:"+e,t)},trigger:function(e){var t=Array.prototype.slice.call(arguments,1);i.emit.apply(i,["vcv:api:".concat(e)].concat(t))},ready:function(e){this.once("ready",e)}}},"./public/components/polyfills/index.js":function(e,t){var n;"function"!=typeof(n=window.Element.prototype).matches&&(n.matches=n.msMatchesSelector||n.mozMatchesSelector||n.webkitMatchesSelector||function(e){for(var t=(this.document||this.ownerDocument).querySelectorAll(e),n=0;t[n]&&t[n]!==this;)++n;return Boolean(t[n])}),"function"!=typeof n.closest&&(n.closest=function(e){for(var t=this;t&&1===t.nodeType;){if(t.matches(e))return t;t=t.parentNode}return null})},"./public/frontView.js":function(e,t,n){"use strict";n.r(t);n("./public/components/polyfills/index.js");var o=n("./public/components/api/publicAPI.js");n("./public/sources/less/front/init.less");Object.prototype.hasOwnProperty.call(window,"vcv")||Object.defineProperty(window,"vcv",{value:o.a,writable:!1,configurable:!1,enumerable:!1}),window.jQuery(document).ready((function(){window.vcv.trigger("ready")}),!1)},"./public/sources/less/front/init.less":function(e,t){}},[["./public/frontView.js","runtime"]]]);
1
+ (window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([["front"],{"./node_modules/d/index.js":function(e,t,n){"use strict";var o=n("./node_modules/type/value/is.js"),s=n("./node_modules/type/plain-function/is.js"),i=n("./node_modules/es5-ext/object/assign/index.js"),r=n("./node_modules/es5-ext/object/normalize-options.js"),c=n("./node_modules/es5-ext/string/#/contains/index.js");(e.exports=function(e,t){var n,s,u,l,a;return arguments.length<2||"string"!=typeof e?(l=t,t=e,e=null):l=arguments[2],o(e)?(n=c.call(e,"c"),s=c.call(e,"e"),u=c.call(e,"w")):(n=u=!0,s=!1),a={value:t,configurable:n,enumerable:s,writable:u},l?i(r(l),a):a}).gs=function(e,t,n){var u,l,a,d;return"string"!=typeof e?(a=n,n=t,t=e,e=null):a=arguments[3],o(t)?s(t)?o(n)?s(n)||(a=n,n=void 0):n=void 0:(a=t,t=n=void 0):t=void 0,o(e)?(u=c.call(e,"c"),l=c.call(e,"e")):(u=!0,l=!1),d={get:t,set:n,configurable:u,enumerable:l},a?i(r(a),d):d}},"./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 o=n("./node_modules/es5-ext/object/keys/index.js"),s=n("./node_modules/es5-ext/object/valid-value.js"),i=Math.max;e.exports=function(e,t){var n,r,c,u=i(arguments.length,2);for(e=Object(s(e)),c=function(o){try{e[o]=t[o]}catch(s){n||(n=s)}},r=1;r<u;++r)o(t=arguments[r]).forEach(c);if(void 0!==n)throw n;return e}},"./node_modules/es5-ext/object/is-value.js":function(e,t,n){"use strict";var o=n("./node_modules/es5-ext/function/noop.js")();e.exports=function(e){return e!==o&&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 o=n("./node_modules/es5-ext/object/is-value.js"),s=Object.keys;e.exports=function(e){return s(o(e)?Object(e):e)}},"./node_modules/es5-ext/object/normalize-options.js":function(e,t,n){"use strict";var o=n("./node_modules/es5-ext/object/is-value.js"),s=Array.prototype.forEach,i=Object.create,r=function(e,t){var n;for(n in e)t[n]=e[n]};e.exports=function(e){var t=i(null);return s.call(arguments,(function(e){o(e)&&r(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 o=n("./node_modules/es5-ext/object/is-value.js");e.exports=function(e){if(!o(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 o="razdwatrzy";e.exports=function(){return"function"==typeof o.contains&&(!0===o.contains("dwa")&&!1===o.contains("foo"))}},"./node_modules/es5-ext/string/#/contains/shim.js":function(e,t,n){"use strict";var o=String.prototype.indexOf;e.exports=function(e){return o.call(this,e,arguments[1])>-1}},"./node_modules/event-emitter/index.js":function(e,t,n){"use strict";var o,s,i,r,c,u,l,a=n("./node_modules/d/index.js"),d=n("./node_modules/es5-ext/object/valid-callable.js"),f=Function.prototype.apply,p=Function.prototype.call,j=Object.create,m=Object.defineProperty,_=Object.defineProperties,y=Object.prototype.hasOwnProperty,b={configurable:!0,enumerable:!1,writable:!0};s=function(e,t){var n,s;return d(t),s=this,o.call(this,e,n=function(){i.call(s,e,n),f.call(t,this,arguments)}),n.__eeOnceListener__=t,this},c={on:o=function(e,t){var n;return d(t),y.call(this,"__ee__")?n=this.__ee__:(n=b.value=j(null),m(this,"__ee__",b),b.value=null),n[e]?"object"==typeof n[e]?n[e].push(t):n[e]=[n[e],t]:n[e]=t,this},once:s,off:i=function(e,t){var n,o,s,i;if(d(t),!y.call(this,"__ee__"))return this;if(!(n=this.__ee__)[e])return this;if("object"==typeof(o=n[e]))for(i=0;s=o[i];++i)s!==t&&s.__eeOnceListener__!==t||(2===o.length?n[e]=o[i?0:1]:o.splice(i,1));else o!==t&&o.__eeOnceListener__!==t||delete n[e];return this},emit:r=function(e){var t,n,o,s,i;if(y.call(this,"__ee__")&&(s=this.__ee__[e]))if("object"==typeof s){for(n=arguments.length,i=new Array(n-1),t=1;t<n;++t)i[t-1]=arguments[t];for(s=s.slice(),t=0;o=s[t];++t)f.call(o,this,i)}else switch(arguments.length){case 1:p.call(s,this);break;case 2:p.call(s,this,arguments[1]);break;case 3:p.call(s,this,arguments[1],arguments[2]);break;default:for(n=arguments.length,i=new Array(n-1),t=1;t<n;++t)i[t-1]=arguments[t];f.call(s,this,i)}}},u={on:a(o),once:a(s),off:a(i),emit:a(r)},l=_({},u),e.exports=t=function(e){return null==e?j(l):_(Object(e),u)},t.methods=c},"./node_modules/type/function/is.js":function(e,t,n){"use strict";var o=n("./node_modules/type/prototype/is.js");e.exports=function(e){if("function"!=typeof e)return!1;if(!hasOwnProperty.call(e,"length"))return!1;try{if("number"!=typeof e.length)return!1;if("function"!=typeof e.call)return!1;if("function"!=typeof e.apply)return!1}catch(t){return!1}return!o(e)}},"./node_modules/type/object/is.js":function(e,t,n){"use strict";var o=n("./node_modules/type/value/is.js"),s={object:!0,function:!0,undefined:!0};e.exports=function(e){return!!o(e)&&hasOwnProperty.call(s,typeof e)}},"./node_modules/type/plain-function/is.js":function(e,t,n){"use strict";var o=n("./node_modules/type/function/is.js"),s=/^\s*class[\s{/}]/,i=Function.prototype.toString;e.exports=function(e){return!!o(e)&&!s.test(i.call(e))}},"./node_modules/type/prototype/is.js":function(e,t,n){"use strict";var o=n("./node_modules/type/object/is.js");e.exports=function(e){if(!o(e))return!1;try{return!!e.constructor&&e.constructor.prototype===e}catch(t){return!1}}},"./node_modules/type/value/is.js":function(e,t,n){"use strict";e.exports=function(e){return null!=e}},"./public/components/api/publicAPI.js":function(e,t,n){"use strict";var o=n("./node_modules/event-emitter/index.js"),s=function(){};n.n(o)()(s.prototype);var i=new s;t.a={on:function(e,t){i.on("vcv:api:"+e,t)},once:function(e,t){i.once("vcv:api:"+e,t)},off:function(e,t){i.off("vcv:api:"+e,t)},trigger:function(e){var t=Array.prototype.slice.call(arguments,1);i.emit.apply(i,["vcv:api:".concat(e)].concat(t))},ready:function(e){this.once("ready",e)}}},"./public/components/polyfills/index.js":function(e,t){var n;"function"!=typeof(n=window.Element.prototype).matches&&(n.matches=n.msMatchesSelector||n.mozMatchesSelector||n.webkitMatchesSelector||function(e){for(var t=(this.document||this.ownerDocument).querySelectorAll(e),n=0;t[n]&&t[n]!==this;)++n;return Boolean(t[n])}),"function"!=typeof n.closest&&(n.closest=function(e){for(var t=this;t&&1===t.nodeType;){if(t.matches(e))return t;t=t.parentNode}return null})},"./public/frontView.js":function(e,t,n){"use strict";n.r(t);n("./public/components/polyfills/index.js");var o=n("./public/components/api/publicAPI.js");n("./public/sources/less/front/init.less");Object.prototype.hasOwnProperty.call(window,"vcv")||Object.defineProperty(window,"vcv",{value:o.a,writable:!1,configurable:!1,enumerable:!1}),window.jQuery(document).ready((function(){window.vcv.trigger("ready")}),!1)},"./public/sources/less/front/init.less":function(e,t,n){}},[["./public/frontView.js","runtime"]]]);
public/dist/hub.bundle.css CHANGED
@@ -1 +1,4 @@
1
- @import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Nunito+Sans:400,400i,700,700i);@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,greek,greek-ext,cyrillic-ext,latin-ext,cyrillic);#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}
 
 
 
1
+ @import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Nunito+Sans:400,400i,700,700i);@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,greek,greek-ext,cyrillic-ext,latin-ext,cyrillic);
2
+ /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{overflow:auto}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.screen-reader-text{display:none}
3
+ /*! reboot css styles */html{box-sizing:border-box;font-size:16px}body,body.vcv-wb-editor{font-size:.875rem;font-family:Nunito Sans,sans-serif}*,:after,:before{box-sizing:inherit}[tabindex="-1"]:focus{outline:none!important}img{max-width:100%}a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}a:focus,area:focus,button:focus,input:focus,label:focus,select:focus,summary:focus,textarea:focus{outline:none}@font-face{font-family:VC-Icons;src:url(fonts/VC-Icons.ttf?9afb864997083417f4e1ea6ee2bf6b70) format("truetype"),url(fonts/VC-Icons.woff?239edd985f45d77701a3d3a19d168639) format("woff"),url("data:image/svg+xml,%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %3E %3Csvg xmlns='http://www.w3.org/2000/svg'%3E %3Cmetadata%3EGenerated by IcoMoon%3C/metadata%3E %3Cdefs%3E %3Cfont id='VC-Icons' horiz-adv-x='1024'%3E %3Cfont-face units-per-em='1024' ascent='960' descent='-64' /%3E %3Cmissing-glyph horiz-adv-x='1024' /%3E %3Cglyph unicode='&%23x20;' horiz-adv-x='512' d='' /%3E %3Cglyph unicode='&%23x2261;' glyph-name='mobile-menu' d='M74.668 822.856h874.666v-124.953h-874.666v124.953zM74.668 510.495h874.666v-124.97h-874.666v124.97zM74.668 198.096h874.666v-124.953h-874.666v124.953z' /%3E %3Cglyph unicode='&%23x22ee;' glyph-name='drag-dots' d='M619.59 448c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59zM619.59 820.411c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59zM619.59 75.591c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59z' /%3E %3Cglyph unicode='&%23x22ef;' glyph-name='more-dots' d='M512 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59zM884.411 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59zM139.591 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59z' /%3E %3Cglyph unicode='&%23x2315;' glyph-name='search' horiz-adv-x='951' d='M658.286 475.428q0 105.714-75.143 180.857t-180.857 75.143-180.857-75.143-75.143-180.857 75.143-180.857 180.857-75.143 180.857 75.143 75.143 180.857zM950.857 0q0-29.714-21.714-51.429t-51.429-21.714q-30.857 0-51.429 21.714l-196 195.429q-102.286-70.857-228-70.857-81.714 0-156.286 31.714t-128.571 85.714-85.714 128.571-31.714 156.286 31.714 156.286 85.714 128.571 128.571 85.714 156.286 31.714 156.286-31.714 128.571-85.714 85.714-128.571 31.714-156.286q0-125.714-70.857-228l196-196q21.143-21.143 21.143-51.429z' /%3E %3Cglyph unicode='&%23x23f8;' glyph-name='row-layout' d='M92-32h360v960h-420v-960h60zM152 88v720h180v-720h-180zM932-32h-360v960h420v-960h-60zM872 88v720h-180v-720h180z' /%3E %3Cglyph unicode='&%23x25b4;' glyph-name='arrow-up' d='M775.22 340.565l-263.22 263.22-263.22-263.22c-17.844-17.844-5.212-48.35 20.025-48.35h486.389c25.237 0 37.87 30.506 20.025 48.35z' /%3E %3Cglyph unicode='&%23x25b8;' glyph-name='arrow-right' d='M404.565 184.78l263.22 263.22-263.22 263.22c-17.844 17.844-48.35 5.212-48.35-20.025v-486.389c0-25.237 30.506-37.87 48.35-20.025z' /%3E %3Cglyph unicode='&%23x25be;' glyph-name='expand' d='M248.78 555.435l263.22-263.22 263.22 263.22c17.844 17.844 5.212 48.35-20.025 48.35h-486.389c-25.237 0-37.87-30.506-20.025-48.35z' /%3E %3Cglyph unicode='&%23x25c4;' glyph-name='arrow-left' d='M619.435 711.22l-263.22-263.22 263.22-263.22c17.844-17.844 48.35-5.212 48.35 20.025v486.389c0 25.237-30.506 37.87-48.35 20.025z' /%3E %3Cglyph unicode='&%23x2661;' glyph-name='heart-stroke' d='M739.616 768c78.624 0 143.744-58.24 154.752-134.016l-382.24-438.976-382.496 438.976c11.008 75.776 76.128 134.016 154.752 134.016 64.512 0 123.36-69.248 123.36-69.248l104.256-110.752 104.256 110.752c0 0 58.88 69.248 123.36 69.248M739.616 896c-95.488 0-176-50.496-227.616-123.008-51.616 72.512-132.128 123.008-227.616 123.008-156.896 0-284.384-127.744-284.384-284.512v-23.488l512.256-588 511.744 588v23.488c0 156.768-127.488 284.512-284.384 284.512v0z' /%3E %3Cglyph unicode='&%23x270e;' glyph-name='edit' d='M320.892-0.215l639.258 639.21c25.772 25.772 31.447 56.233 5.659 81.989l-172.175 172.159c-25.74 25.756-65.886 28.488-91.673 2.716l-640.858-637.011c-28.698-27.373-22.409-27.826-22.442-45.95l-0.469-187.535c0.065-28.036 22.458-50.93 50.477-50.995l199.775 5.336c14.002-0.049 21.585 9.152 32.45 20.081zM773.893 775.89l74.664-74.697c11.932-11.948 6.289-30.477-5.691-42.442l-44.446-44.462-113.21 113.193 52.66 52.223c11.948 11.981 24.042 8.133 36.023-3.816zM237.755 53.495l-81.375 3.007c-12.984 0.032-22.976 9.442-23.055 22.458l1.778 92.935c0 6.435 0.211 9.184 13.889 22.927l0.016-0.032 453.664 450.817 113.516-113.516-463.816-463.816c-10.865-10.865-8.181-14.842-14.616-14.778z' /%3E %3Cglyph unicode='&%23x2710;' glyph-name='pen-alt-fill' d='M948.992 884.992c-99.872 100-262.112 100-361.984 0l-586.016-585.984-0.992-363.008h361.984l587.008 587.008c100 100 100 261.984 0 361.984zM307.616 64h-180.992v182.016c49.984 49.984 131.008 49.984 180.992 0s50.016-132.032 0-182.016zM856.128 613.504l-180.992 180.992c49.984 49.984 131.008 49.984 180.992 0s49.984-131.008 0-180.992z' /%3E %3Cglyph unicode='&%23x2714;' glyph-name='save' d='M496.783 176.777l527.215 527.237-108.612 108.589-512.011-511.989-294.788 294.788-108.589-108.589 403.376-403.42z' /%3E %3Cglyph unicode='&%23x2715;' glyph-name='add-thin' d='M64 503.552h896v-111.119h-896v111.119zM456.433 896h111.104v-896h-111.104v896z' /%3E %3Cglyph unicode='&%23x2716;' glyph-name='close' d='M64 135.363l760.637 760.637 135.139-135.139-760.412-760.861-135.363 135.363zM64 760.637l135.139 135.139 760.637-760.637-135.139-135.139-760.637 760.637z' /%3E %3Cglyph unicode='&%23x2717;' glyph-name='close-thin' d='M861.143 0.020l-797.107 797.107 98.855 98.855 797.107-797.107-98.855-98.855zM162.845 0.032l-98.842 98.842 797.107 797.107 98.842-98.842-797.107-797.107z' /%3E %3Cglyph unicode='&%23x2723;' glyph-name='move' d='M576 320v-192h128l-192-192-192 192h128v192zM448 576v192h-128l192 192 192-192h-128v-192zM384 384h-192v-128l-192 192 192 192v-128h192zM640 512h192v128l192-192-192-192v128h-192z' /%3E %3Cglyph unicode='&%23x2795;' glyph-name='add' d='M32.001 533.328h959.998v-170.658h-959.998v170.658zM426.659 927.986h170.658v-959.973h-170.658v959.973z' /%3E %3Cglyph unicode='&%23x2796;' glyph-name='remove' d='M32.001 533.328h959.998v-170.658h-959.998v170.658z' /%3E %3Cglyph unicode='&%23x293e;' glyph-name='undo' horiz-adv-x='1022' d='M900.936 840.968c-158.614 158.582-435.332 158.71-593.85 0l-179.094-179.222v170.23h-127.992v-383.976h383.976v127.992l-160.726-0.096 174.486 174.486c110.234 110.362 302.478 110.362 412.71-0.128 55.132-55.134 85.498-128.376 85.498-206.356 0-78.076-30.366-151.35-85.498-206.644l-96.506-96.474 90.49-90.458 96.506 96.25c79.258 79.516 123 185.046 123 297.326 0 112.216-43.742 217.714-123 297.070zM590.332-64l-90.492 90.618 90.556 90.458 90.49-90.618z' /%3E %3Cglyph unicode='&%23x293f;' glyph-name='redo' horiz-adv-x='1022' d='M121.064 840.968c158.614 158.582 435.332 158.71 593.85 0l179.094-179.222v170.23h127.992v-383.976h-383.976v127.992l160.726-0.096-174.486 174.486c-110.234 110.362-302.478 110.362-412.71-0.128-55.132-55.134-85.498-128.376-85.498-206.356 0-78.076 30.366-151.35 85.498-206.644l96.506-96.474-90.49-90.458-96.506 96.25c-79.258 79.516-123 185.046-123 297.326 0 112.216 43.742 217.714 123 297.070zM431.668-64l90.492 90.618-90.556 90.458-90.49-90.618z' /%3E %3Cglyph unicode='&%23xe900;' glyph-name='error' horiz-adv-x='1152' d='M1139.232 79.872l-480 832c-16.608 28.736-47.68 48.128-83.232 48.128s-66.624-19.392-83.232-48.128l-480-832c-8.096-14.080-12.768-30.432-12.768-47.872 0-52.992 43.008-96 96-96h960c52.992 0 96 43.008 96 96 0 17.44-4.64 33.792-12.768 47.872zM95.936 31.904l480.128 832 479.936-831.904-960.064-0.096z' /%3E %3Cglyph unicode='&%23xe901;' glyph-name='key' d='M620.291 299.094c-6.728 16.669-12.558 35.711-17.828 58.211-7.395 31.589-38.431 51.066-69.338 43.501-30.898-7.56-49.951-39.296-42.554-70.882 6.679-28.528 14.322-53.283 23.357-75.678 24.156-59.879 80.361-98.669 143.319-98.819h181.573c0.123 0 0.242 0 0.368 0 61.408 0 116.909 37.131 141.458 94.685 19.882 46.611 43.54 119.122 43.353 199.875-0.187 80.541-24.050 151.934-44.041 197.649-24.628 56.306-80.096 92.785-141.45 92.935h-179.404c-0.13 0-0.256 0-0.389 0-64.722 0-121.18-38.987-143.898-99.407-3.023-8.039-6.719-18.163-10.577-29.971h-347.892c-15.553 0-30.441-6.437-41.277-17.842l-98.822-104.055c-21.766-22.918-21.657-59.405 0.247-82.187l100.674-104.714c10.815-11.25 25.597-17.587 41.029-17.587h172.584c31.773 0 57.528 26.329 57.528 58.809s-25.755 58.809-57.528 58.809h-148.462l-44.377 46.156 42.732 44.997h366.715c26.5 0 49.572 18.507 55.877 44.821 4.654 19.427 10.496 38.108 18.941 60.567 5.571 14.808 19.551 23.994 36.642 23.994 0.040 0 0.078 0 0.115 0h179.401c16.269-0.038 30.274-8.977 36.547-23.321 15.443-35.32 33.884-90.003 34.022-149.926 0.141-60.361-18.282-116.294-33.763-152.587-6.242-14.637-20.365-24.079-36.13-24.079-0.031 0-0.063 0-0.095 0h-181.573c-15.912 0.038-30.818 10.506-37.088 26.049zM819.2 448c0-28.515-22.923-51.63-51.2-51.63s-51.2 23.115-51.2 51.63c0 28.515 22.923 51.63 51.2 51.63s51.2-23.115 51.2-51.63z' /%3E %3Cglyph unicode='&%23xe902;' glyph-name='eye-on' horiz-adv-x='1336' d='M1319.57 481.22c-2.411 4.767-59.563 118.14-166.47 232.225-145.209 154.47-312.995 236.335-485.273 236.335s-340.064-81.865-485.273-236.664c-106.852-114.030-164.059-227.403-166.415-232.225-7.891-15.398-7.891-33.535 0-48.988 2.411-4.767 59.563-118.14 166.415-232.171 145.209-154.47 312.995-236.335 485.273-236.335s340.064 81.865 485.273 236.664c106.852 114.030 164.059 227.403 166.47 232.171 7.891 15.069 7.891 33.535 0 48.988zM1071.234 272.667c-125.373-132.551-260.993-199.677-403.408-199.677s-278.090 67.125-403.408 199.677c-68.495 72.605-115.4 146.579-136.99 183.895 21.59 36.987 68.166 110.962 136.99 183.895 125.318 132.551 260.938 199.677 403.408 199.677s278.090-67.125 403.408-199.677c68.495-72.933 115.4-146.579 136.99-183.895-21.918-36.987-68.495-110.962-136.99-183.895zM667.826 675.746c-120.88 0-219.184-98.304-219.184-219.184s98.304-219.184 219.184-219.184c120.88 0 219.184 98.304 219.184 219.184s-98.304 219.184-219.184 219.184zM667.826 346.97c-60.276 0-109.592 49.316-109.592 109.592s49.316 109.592 109.592 109.592c60.276 0 109.592-49.316 109.592-109.592s-49.316-109.592-109.592-109.592z' /%3E %3Cglyph unicode='&%23xe903;' glyph-name='copy-icon' horiz-adv-x='853' d='M698.182 866.909h-46.545c0 51.2-41.891 93.091-93.091 93.091h-279.273c-51.2 0-93.091-41.891-93.091-93.091h-46.545c-77.079 0-139.636-62.557-139.636-139.636v-651.636c0-77.079 62.557-139.636 139.636-139.636h558.545c77.079 0 139.636 62.557 139.636 139.636v651.636c0 77.079-62.557 139.636-139.636 139.636zM279.273 866.909h279.273v-93.091h-279.273v93.091zM744.727 75.636c0-25.6-20.945-46.545-46.545-46.545h-558.545c-25.6 0-46.545 20.945-46.545 46.545v651.636c0 25.6 20.945 46.545 46.545 46.545h46.545c0-51.2 41.891-93.091 93.091-93.091h279.273c51.2 0 93.091 41.891 93.091 93.091h46.545c25.6 0 46.545-20.945 46.545-46.545v-651.636z' /%3E %3Cglyph unicode='&%23xe904;' glyph-name='paste-icon' horiz-adv-x='864' d='M785.455 576h-87.273v165.818c0 24-19.636 43.636-43.636 43.636h-43.636c0-48-39.273-87.273-87.273-87.273h-261.818c-48 0-87.273 39.273-87.273 87.273h-43.636c-24 0-43.636-19.636-43.636-43.636v-610.909c0-24 19.636-43.636 43.636-43.636h93.091v-87.273h-93.091c-72.262 0-130.909 58.647-130.909 130.909v610.909c0 72.262 58.647 130.909 130.909 130.909h43.636c0 48 39.273 87.273 87.273 87.273h261.818c48 0 87.273-39.273 87.273-87.273h43.636c72.262 0 130.909-58.647 130.909-130.909v-165.818zM261.818 872.727v0.087-87.36h261.818v87.273h-261.818zM802.944 512h-471.968c-39.808 0-42.976-8.864-42.976-48.672v-478.688c0-39.776 21.28-48.64 61.056-48.64h472c39.776 0 42.944 8.864 42.944 48.64v478.688c0 39.776-21.28 48.672-61.056 48.672zM413.472 32c-30.56 0-29.472 9.792-29.472 40.384v303.2c0 30.592-3.2 40.384 27.392 40.384h327.104c30.592 0 29.504-9.792 29.504-40.384v-303.2c0-30.592 3.2-40.384-27.392-40.384h-327.136z' /%3E %3Cglyph unicode='&%23xe905;' glyph-name='star' d='M512 893.44l122.266-344.166h328.294l-267.878-202.138 95.795-354.714-278.477 212.685-278.426-212.685 95.744 354.714-267.93 202.138h328.294l122.317 344.166z' /%3E %3Cglyph unicode='&%23xe906;' glyph-name='lock1' horiz-adv-x='777' d='M674.877 43.6v482.997h-577.806v-482.997h577.806zM236.997 718.477v-97.071h297.955v97.071c0 81.278-67.7 148.978-148.978 148.978s-148.978-67.7-148.978-148.978v0zM674.877 621.406c51.906 0 97.071-42.902 97.071-94.808v-482.997c0-51.906-45.165-94.808-97.071-94.808h-577.806c-51.906 0-97.071 42.902-97.071 94.808v482.997c0 51.906 45.165 94.808 97.071 94.808h47.38v97.071c0 133.184 108.339 241.523 241.523 241.523s241.523-108.339 241.523-241.523v-97.071h47.38z' /%3E %3Cglyph unicode='&%23xe907;' glyph-name='eye-off' horiz-adv-x='1336' d='M565.741 838.736c31.179 7.562 65.755 11.672 101.044 11.672h1.37c142.47 0 278.090-67.125 403.079-199.677 68.495-72.605 115.072-146.579 136.661-183.567-29.425-51.015-61.974-97.592-98.633-141.1-19.507-22.96-16.768-57.536 6.521-77.043 10.302-8.548 22.96-12.987 35.289-12.987 15.398 0 31.179 6.521 41.755 19.507 47.946 56.878 89.043 117.483 126.031 185.594 8.548 15.781 8.877 34.576 0.658 50.686-2.411 4.767-59.563 118.14-166.47 232.225-145.209 154.141-312.995 235.952-485.273 235.952h-1.37c-43.508 0-87.345-5.151-127.072-14.74-29.425-7.178-47.289-36.987-40.056-66.084 7.562-29.425 36.987-47.618 66.413-40.439h0.055zM1032.548 179.486c-0.329 0.329-764.404 764.404-764.404 764.404-21.206 21.206-56.166 21.206-77.427 0s-21.206-56.166 0-77.427l69.865-69.865c-98.304-84.605-180.169-186.635-243.842-303.46-8.548-15.781-8.877-34.576-1.041-50.686 2.411-4.767 59.618-118.14 166.799-232.171 145.209-154.799 312.995-236.664 485.602-236.664 115.784 2.027 224.664 34.905 318.858 96.222l80.112-80.167c10.63-10.63 24.658-16.11 38.686-16.11s28.11 5.48 38.686 16.11c21.918 21.206 21.918 56.166 0.329 77.427l-112.222 112.387zM559.604 497.303l138.689-138.689c-10.959-3.781-22.576-5.48-34.576-5.48-60.276 0-109.592 49.316-109.592 109.592 0 12 2.082 23.617 5.48 34.576zM667.826 83.264c-142.47 0-278.090 67.454-403.408 199.677-68.495 72.605-115.072 146.25-136.661 183.567 56.166 96.934 127.072 181.484 210.636 252.39l139.73-139.73c-21.59-34.576-33.535-75.016-33.535-116.441 0-120.88 98.304-219.184 219.184-219.184 41.426 0 81.865 12 116.441 33.535l127.401-127.401c-72.276-42.138-154.141-65.098-239.732-66.413h-0.055z' /%3E %3Cglyph unicode='&%23xe908;' glyph-name='brush-alt' horiz-adv-x='1022' d='M384 192c0 70.752-57.376 128-128 128-70.752 0-128-57.248-128-128v-0.256c0-94.624-51.488-177.12-128-221.376l0.512-0.384c37.504-21.6 80.992-33.984 127.488-33.984 141.376 0 256 114.624 256 256v0zM986.432 922.496c-49.984 49.984-131.008 49.984-180.992 0l-483.936-484c88.256-23.616 157.504-92.736 180.992-181.12l483.936 484.128c50.016 49.984 50.016 131.008 0 180.992z' /%3E %3Cglyph unicode='&%23xe909;' glyph-name='hub-shop' d='M960 64h-64v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-512v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-64c-35.392 0-64-28.672-64-64s28.608-64 64-64h896c35.392 0 64 28.672 64 64s-28.608 64-64 64zM960 960h-896c-35.392 0-64-28.672-64-64v-384c0-70.656 57.28-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128v384c0 35.328-28.608 64-64 64z' /%3E %3Cglyph unicode='&%23xe90a;' glyph-name='download' horiz-adv-x='781' d='M329.007 144.021v755.267c0 33.53 27.174 60.712 60.711 60.712 33.53 0 60.711-27.196 60.711-60.712v-755.514l225.618 225.618c23.704 23.704 62.135 23.705 85.85-0.009 23.709-23.709 23.712-62.147 0.009-85.85l-329.144-329.144c-11.851-11.851-27.382-17.777-42.915-17.778-15.543 0.003-31.076 5.928-42.926 17.778l-329.144 329.144c-23.704 23.704-23.705 62.135 0.009 85.85 23.709 23.709 62.147 23.712 85.85 0.009l225.371-225.371z' /%3E %3Cglyph unicode='&%23xe90b;' glyph-name='chevron-up' d='M512 758.319l-517.198-517.198 103.44-103.44 413.758 413.758 413.758-413.758 103.44 103.44z' /%3E %3Cglyph unicode='&%23xe90c;' glyph-name='chevron-down' d='M512 137.681l-517.198 517.198 103.44 103.44 413.758-413.758 413.758 413.758 103.44-103.44z' /%3E %3Cglyph unicode='&%23xe90d;' glyph-name='chevron-right' horiz-adv-x='658' d='M663.198 448l-517.198-517.198-103.44 103.44 413.758 413.758-413.758 413.758 103.44 103.44z' /%3E %3Cglyph unicode='&%23xe90e;' glyph-name='chevron-left' horiz-adv-x='658' d='M-5.198 448l517.198-517.198 103.44 103.44-413.758 413.758 413.758 413.758-103.44 103.44z' /%3E %3Cglyph unicode='&%23xe90f;' glyph-name='plug' d='M902.254 728.131l-131.542-131.148-109.502 109.814 131.192 131.148c27.988 27.978 27.988 73.093 0 101.071s-73.118 27.978-101.106 0l-131.192-131.148-48.629 48.612c-13.294 13.29-56.325 39.169-101.106 0l-204.31-204.24c-123.146-123.104-138.539-314.404-45.48-454.295l-139.589-139.891c-27.988-27.978-27.988-73.093 0-101.071s73.118-27.978 101.106 0l139.589 139.541c58.774-39.169 127.344-60.153 199.412-60.153 96.208 0 186.818 37.421 255.038 105.617l204.31 204.24c27.988 27.978 27.988 73.093 0 101.071l-48.629 48.612 131.192 131.148c27.988 27.978 27.988 73.093 0 101.071-27.638 27.978-73.118 27.978-100.756 0zM615.030 243.060c-41.282-41.268-95.858-63.65-153.932-63.65s-113 22.732-153.932 63.65c-85.013 84.984-85.013 223.126 0 307.76l153.932 153.88 307.865-307.76-153.932-153.88z' /%3E %3Cglyph unicode='&%23xe910;' glyph-name='thumbs-down' horiz-adv-x='1331' d='M412.315-64c8.546 0 16.807 2.772 23.683 7.85l4.879 4.234 291.482 295.12c51.953 52.589 83.037 124.85 86.515 200.040l0.327 14.128v203.96c0 160.839-122.726 292.419-275.741 298.452l-10.98 0.216h-259.080c-42.524 0-82.188-20.541-107.778-55.362l-5.264-7.678-133.159-222.668c-17.56-27.376-27.199-59.040-27.199-90.416 0-25.074 2.054-53.867 16.13-81.321l5.862-10.223 18.962-31.792v-12.584c0-90.801 68.502-165.326 154.483-170.393l9.277-0.275 154.241-0.040 5.76-9.832-75.559-153.624c-8.321-17.168-12.641-36.168-12.641-55.208 0-64.768 48.492-117.979 109.636-122.301l8.044-0.283h18.121zM1208.32 294.4c65.050 0 118.45 51.592 122.618 116.606l0.262 8.194v416c0 66.066-50.798 120.301-114.812 124.534l-8.068 0.266h-163.841c-65.050 0-118.45-51.592-122.618-116.606l-0.262-8.194v-416c0-66.066 50.798-120.301 114.812-124.534l8.068-0.266h163.841zM1196.372 396.8h-129.708c-16.517 0-30.172 12.58-32.175 28.807l-0.253 4.127v380.532c0 16.775 12.387 30.643 28.364 32.678l4.064 0.257h129.708c16.517 0 30.172-12.58 32.175-28.807l0.253-4.127v-380.532c0-16.775-12.387-30.643-28.364-32.678l-4.064-0.257zM399.379 40.527c-18.489 0-30.002 5.142-30.002 24.86 0 3.679 0.533 7.359 1.577 10.838l1.947 5.041 72.492 151.578c13.273 27.602 15.188 68.124 0 94.562-13.886 24.274-49.81 35.842-76.017 38.259l-7.213 0.336-144.599 0.038c-40.073 0.036-73.112 32.996-76.479 74.862l-0.283 7.056v23.762c0 5.731-1.118 11.372-3.274 16.567l-2.5 5.033-24.188 41.522c-6.188 9.961-8.438 22.28-8.438 43.599 0 11.434 3.255 23.811 9.288 35.513l3.949 6.927 124.875 213.799c7.645 12.217 20.631 20.603 35.113 22.509l6.287 0.412h242.885c102.652 0 186.758-86.395 191.761-194.593l0.243-10.205v-195.805c0-51.072-18.267-100.902-50.481-138.44l-7.68-8.44-259.262-269.59z' /%3E %3Cglyph unicode='&%23xe911;' glyph-name='thumbs-up' horiz-adv-x='1331' d='M918.885 960c-8.546 0-16.807-2.772-23.683-7.85l-4.879-4.234-291.482-295.12c-51.953-52.589-83.037-124.85-86.515-200.040l-0.327-14.128v-203.96c0-160.839 122.726-292.419 275.741-298.452l10.98-0.216h259.080c42.524 0 82.188 20.541 107.778 55.362l5.264 7.678 133.159 222.668c17.56 27.376 27.199 59.040 27.199 90.416 0 25.074-2.054 53.867-16.13 81.321l-5.862 10.223-18.962 31.792v12.584c0 90.801-68.502 165.326-154.483 170.393l-9.277 0.275-154.241 0.040-5.76 9.832 75.559 153.624c8.321 17.168 12.641 36.168 12.641 55.208 0 64.768-48.492 117.979-109.636 122.301l-8.044 0.283h-18.121zM122.88 601.6c-65.050 0-118.45-51.592-122.618-116.606l-0.262-8.194v-416c0-66.066 50.798-120.301 114.812-124.534l8.068-0.266h163.841c65.050 0 118.45 51.592 122.618 116.606l0.262 8.194v416c0 66.066-50.798 120.301-114.812 124.534l-8.068 0.266h-163.841zM134.828 499.2h129.708c16.517 0 30.172-12.58 32.175-28.807l0.253-4.127v-380.532c0-16.775-12.387-30.643-28.364-32.678l-4.064-0.257h-129.708c-16.517 0-30.172 12.58-32.175 28.807l-0.253 4.127v380.532c0 16.775 12.387 30.643 28.364 32.678l4.064 0.257zM931.821 855.473c18.489 0 30.002-5.142 30.002-24.86 0-3.679-0.533-7.359-1.577-10.838l-1.947-5.041-72.492-151.578c-13.273-27.602-15.188-68.124 0-94.563 13.886-24.274 49.81-35.842 76.017-38.259l7.213-0.336 144.599-0.038c40.073-0.036 73.112-32.996 76.479-74.862l0.283-7.056v-23.762c0-5.731 1.118-11.372 3.274-16.567l2.5-5.033 24.188-41.522c6.188-9.961 8.438-22.28 8.438-43.599 0-11.434-3.255-23.811-9.288-35.513l-3.949-6.927-124.875-213.799c-7.645-12.217-20.631-20.603-35.113-22.509l-6.287-0.412h-242.885c-102.652 0-186.758 86.395-191.761 194.593l-0.243 10.205v195.805c0 51.072 18.267 100.902 50.481 138.44l7.68 8.44 259.262 269.59z' /%3E %3Cglyph unicode='&%23xe912;' glyph-name='unlock' horiz-adv-x='740' d='M643.294 519.901h-15.252v186.965c0 139.59-115.864 253.134-258.264 253.134s-258.264-113.545-258.264-253.134v-14.325c0-38.125 31.536-69.035 70.434-69.035s70.434 30.912 70.434 69.035v14.325c0 63.44 52.672 115.063 117.397 115.063s117.395-51.623 117.395-115.063v-186.965h-390.911c-53.17 0-96.262-42.237-96.262-94.352v-395.199c0-52.114 43.091-94.35 96.262-94.35h547.032c53.17 0 96.262 42.235 96.262 94.35v395.202c0 52.112-43.091 94.35-96.262 94.35z' /%3E %3Cglyph unicode='&%23xe913;' glyph-name='lock' horiz-adv-x='740' d='M643.294 519.901h-15.252v186.965c0 139.59-115.864 253.134-258.264 253.134s-258.264-113.545-258.264-253.134v-14.325c0-38.125-38.897-386.596 0-386.596 13.343 0 130.232-59.095 140.867 0 20.367 113.173 0 361.551 0 386.596v14.325c0 63.44 52.672 115.063 117.397 115.063s117.395-51.623 117.395-115.063v-186.965h-390.911c-53.17 0-96.262-42.237-96.262-94.352v-395.199c0-52.114 43.091-94.35 96.262-94.35h547.032c53.17 0 96.262 42.235 96.262 94.35v395.202c0 52.112-43.091 94.35-96.262 94.35z' /%3E %3Cglyph unicode='&%23x1f41e;' glyph-name='bug' horiz-adv-x='951' d='M932.571 402.286q0-14.857-10.857-25.714t-25.714-10.857h-128q0-97.714-38.286-165.714l118.857-119.429q10.857-10.857 10.857-25.714t-10.857-25.714q-10.286-10.857-25.714-10.857t-25.714 10.857l-113.143 112.571q-2.857-2.857-8.571-7.429t-24-16.286-37.143-20.857-46.857-16.571-55.429-7.429v512h-73.143v-512q-29.143 0-58 7.714t-49.714 18.857-37.714 22.286-24.857 18.571l-8.571 8-104.571-118.286q-11.429-12-27.429-12-13.714 0-24.571 9.143-10.857 10.286-11.714 25.429t8.857 26.571l115.429 129.714q-33.143 65.143-33.143 156.571h-128q-14.857 0-25.714 10.857t-10.857 25.714 10.857 25.714 25.714 10.857h128v168l-98.857 98.857q-10.857 10.857-10.857 25.714t10.857 25.714 25.714 10.857 25.714-10.857l98.857-98.857h482.286l98.857 98.857q10.857 10.857 25.714 10.857t25.714-10.857 10.857-25.714-10.857-25.714l-98.857-98.857v-168h128q14.857 0 25.714-10.857t10.857-25.714zM658.286 731.428h-365.714q0 76 53.429 129.429t129.429 53.429 129.429-53.429 53.429-129.429z' /%3E %3Cglyph unicode='&%23xe914;' glyph-name='lamp' horiz-adv-x='801' d='M400.696 960c220.944 0 400.696-180.087 400.696-401.441 0-157.282-90.756-293.712-222.555-359.517l-0.054-134.875c0-32.274-39.12-60.338-96.258-74.28-13.638-31.699-45.142-53.886-81.829-53.886s-68.192 22.187-81.829 53.874c-54.323 13.267-92.359 39.286-95.976 69.553l-0.282 4.739-0.009 134.853c-131.823 65.796-222.6 202.239-222.6 359.539 0 221.354 179.752 401.441 400.696 401.441zM583.871 601.863c-17.387 0-31.757-13.21-34.032-30.347l-0.314-4.764v-47.197l-118.981-37.677c-7.285-2.307-14.728-3.767-22.214-4.386l-7.497-0.338c-7.856-0.035-15.497 0.791-22.968 2.476l-7.416 1.971-118.583 36.368v48.782c0 19.391-15.378 35.111-34.345 35.111-17.387 0-31.757-13.21-34.032-30.347l-0.314-4.764v-74.904c0-13.782 7.861-26.115 19.811-31.815l4.666-1.817 143.060-43.875 7.79-2.173 7.848-1.794 0.002-241.954c11.549-0.823 23.049-1.237 34.343-1.237 11.524 0 22.982 0.432 34.367 1.288l-0.021 242.175 7.943 1.883 7.881 2.272 143.167 45.336c12.784 4.047 21.949 15.24 23.828 28.485l0.356 5.053v73.079c0 19.391-15.378 35.111-34.345 35.111z' /%3E %3Cglyph unicode='&%23xe915;' glyph-name='forward' horiz-adv-x='970' d='M942.263 678.728l-339.537 265.821c-21.924 17.109-51.804 20.299-76.735 8.12-25.029-12.083-40.938-37.408-40.938-65.15v-177.858c-274.831-46.205-485.053-284.38-485.053-571.273v-105.724c0-53.358 43.461-96.662 97.011-96.662s97.011 43.305 97.011 96.662v105.724c0 179.598 124.173 329.715 291.032 372.923v-155.433c0-27.742 15.91-53.068 40.938-65.15 10.089-4.93 20.954-7.346 31.819-7.346 16.007 0 31.916 5.22 44.916 15.466l339.537 265.821c17.656 13.726 27.842 34.798 27.842 57.031s-10.186 43.305-27.842 57.031z' /%3E %3Cglyph unicode='&%23x1f4bb;' glyph-name='tablet-landscape' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 105h505.988c22.112 0 40.012 17.908 40.012 39.998v600.003c0 22.072-17.914 39.998-40.012 39.998h-505.988v-680zM251 105v680h-83.988c-22.112 0-40.012-17.908-40.012-39.998v-600.003c0-22.072 17.914-39.998 40.012-39.998h83.988zM937.009 885c33.132 0 59.991-26.877 59.991-60.010v-759.98c0-33.143-26.86-60.010-59.991-60.010h-850.017c-33.132 0-59.991 26.877-59.991 60.010v759.98c0 33.143 26.86 60.010 59.991 60.010h850.017z' /%3E %3Cglyph unicode='&%23x1f4f0;' glyph-name='template' d='M861.584 928h-696c-39.743 0-73.583-38.232-73.583-78.001v-258.001h840v258.001c0 39.768-30.624 78.001-70.417 78.001zM836 688.001h-648.001v98.257c0 30.6 27.456 45.744 58.032 45.744h535.128c30.577 0 54.84-15.144 54.84-45.744v-98.257zM162.392-32h696c39.768 0 73.608 38.232 73.608 78.001v450h-840v-450c0-39.768 30.6-78.001 70.393-78.001zM188 400h648.001v-290.256c0-30.6-27.48-45.744-58.056-45.744h-535.128c-30.577 0-54.816 15.144-54.816 45.744v290.256z' /%3E %3Cglyph unicode='&%23x1f4f1;' glyph-name='mobile-portrait' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M772 284v505.988c0 22.112-17.906 40.012-39.994 40.012h-440.012c-22.094 0-39.994-17.914-39.994-40.012v-505.988h520zM772 184h-520v-83.988c0-22.112 17.906-40.012 39.994-40.012h440.012c22.094 0 39.994 17.914 39.994 40.012v83.988zM152 870.009c0 33.132 26.857 59.991 59.994 59.991h600.011c33.134 0 59.994-26.86 59.994-59.991v-850.017c0-33.132-26.857-59.991-59.994-59.991h-600.011c-33.134 0-59.994 26.86-59.994 59.991v850.017z' /%3E %3Cglyph unicode='&%23x1f4f2;' glyph-name='mobile-landscape' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 185h505.988c22.112 0 40.012 17.906 40.012 39.994v440.012c0 22.094-17.914 39.994-40.012 39.994h-505.988v-520zM251 185v520h-83.988c-22.112 0-40.012-17.906-40.012-39.994v-440.012c0-22.094 17.914-39.994 40.012-39.994h83.988zM937.009 805c33.132 0 59.991-26.857 59.991-59.994v-600.011c0-33.134-26.86-59.994-59.991-59.994h-850.017c-33.132 0-59.991 26.857-59.991 59.994v600.011c0 33.134 26.86 59.994 59.991 59.994h850.017z' /%3E %3Cglyph unicode='&%23x1f4fa;' glyph-name='desktop' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M462 66h-150v-100h400v100h-150v114h329.99c33.132 0 60.010 26.858 60.010 59.99v630.021c0 33.131-26.867 59.99-60.010 59.99h-759.98c-33.132 0-60.010-26.858-60.010-59.99v-630.021c0-33.131 26.867-59.99 60.010-59.99h329.99v-114zM172 790.002c0 22.090 17.926 39.998 39.998 39.998h600.003c22.091 0 39.998-17.909 39.998-39.998v-470.005c0-22.090-17.926-39.998-39.998-39.998h-600.003c-22.091 0-39.998 17.909-39.998 39.998v470.005z' /%3E %3Cglyph unicode='&%23x1f512;' glyph-name='lock-stroke' horiz-adv-x='768' d='M448.128 960c-176.32 0-319.936-143.488-319.936-320v-64h-128.192v-448c0-105.76 86.24-192 191.936-192h384.064c106.016 0 192 86.24 192 192v512c0 176.512-143.488 320-319.872 320zM256.192 640c0 105.984 86.176 192 191.936 192 105.888 0 191.872-86.016 191.872-192v-64h-383.808v64zM576 64h-384.064c-35.264 0-64 28.736-64 64v320h512.064v-320c0-35.264-28.512-64-64-64zM448 256c0-35.264-28.736-64-64-64-35.488 0-64 28.736-64 64 0 35.488 28.512 64 64 64 35.264 0 64-28.512 64-64z' /%3E %3Cglyph unicode='&%23x1f513;' glyph-name='unlock-stroke' horiz-adv-x='768' d='M448.128 960c-176.448 0-319.936-143.616-319.936-320h128c0 105.76 86.048 192 191.936 192s191.872-86.24 191.872-192v-64h-640v-448c0-105.984 86.112-192 191.936-192h384.064c105.888 0 192 86.016 192 192v512c0 176.384-143.488 320-319.872 320zM576 64h-384.064c-35.264 0-64 28.64-64 64v320h512.064v-320c0-35.36-28.736-64-64-64zM448 256c0-35.488-28.64-64-64-64s-64 28.512-64 64c0 35.264 28.64 64 64 64s64-28.736 64-64z' /%3E %3Cglyph unicode='&%23x1f517;' glyph-name='link' d='M1005.248 941.248c-24.992 24.992-65.888 24.992-90.88 0l-130.24-130.368c-53.376 35.488-114.624 53.12-176.128 53.12-81.888 0-163.744-31.264-226.24-93.76l-192-192c-109.504-109.376-123.008-278.496-40.736-402.624l-130.24-130.368c-24.992-24.992-24.992-65.504 0-90.496 12.48-12.512 28.832-18.752 45.216-18.752s32.736 6.24 45.248 18.752l130.24 130.368c53.376-35.488 115.008-53.12 176.512-53.12 81.888 0 163.744 31.264 226.24 93.76l191.616 192c109.504 109.376 123.008 278.496 40.736 402.624l130.624 130.368c25.024 24.992 25.024 65.504 0.032 90.496zM799.616 544c0-51.264-20-99.488-56.256-135.744l-191.616-192c-36.256-36.256-84.48-56.256-135.744-56.256-28.992 0-56.736 7.136-82.24 19.264l95.488 95.488c24.992 24.992 24.992 65.504 0 90.496s-65.504 24.992-90.496 0l-95.488-95.488c-12.256 25.376-19.264 53.12-19.264 82.24 0 51.264 20 99.488 56.256 135.744l192 192c36.256 36.256 84.48 56.256 135.744 56.256 28.992 0 56.64-7.136 82.112-19.264l-97.376-97.504c-24.992-24.992-24.992-65.504 0-90.496 12.512-12.512 28.864-18.752 45.248-18.752 16.256 0 32.64 6.24 45.12 18.752l97.248 97.504c12.288-25.376 19.264-53.12 19.264-82.24z' /%3E %3Cglyph unicode='&%23x1f58d;' glyph-name='eyedropper' horiz-adv-x='1022' d='M948.96 522.112c99.872 99.808 99.872 261.76 0 361.504-49.888 49.888-115.36 74.88-180.736 74.88-65.312 0-130.816-24.992-180.672-74.88l-18.88-18.88-95.168 95.264-90.24-90.304 95.264-95.2-478.528-478.816v-231.936l125.76-127.744h237.248l476.832 476.992 92-92.064 90.368 90.24-92.128 92.064 18.88 18.88zM330.24 84.256c1.504 48.512-15.264 97.12-52.128 134.016-33.888 33.984-78.112 50.624-122.624 52.128l413.408 413.536 180.576-180.448-419.232-419.232z' /%3E %3Cglyph unicode='&%23x1f5a7;' glyph-name='multiple-devices' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M342 86h-110v-100h320v100h-110v34h250.006c33.138 0 59.994 26.859 59.994 59.99v470.019c0 33.13-26.86 59.99-59.994 59.99h-600.011c-33.138 0-59.994-26.859-59.994-59.99v-470.019c0-33.13 26.86-59.99 59.994-59.99h250.006v-34zM132 570.005c0 22.089 17.9 39.995 39.994 39.995h440.012c22.088 0 39.994-17.899 39.994-39.995v-310.010c0-22.089-17.9-39.995-39.994-39.995h-440.012c-22.088 0-39.994 17.899-39.994 39.995v310.010zM892 790.002c0 22.089-17.905 39.998-39.993 39.998h-220.015c-22.069 0-39.993-17.908-39.993-39.998v-80.002h-100v160.010c0 33.131 26.882 59.99 60.001 59.99h379.998c33.138 0 60.001-26.859 60.001-59.99v-630.021c0-33.131-26.882-59.99-60.001-59.99h-179.999v100h100.007c22.069 0 39.993 17.908 39.993 39.998v44.002h-140v100h140v326.002z' /%3E %3Cglyph unicode='&%23x1f5b3;' glyph-name='tablet-portrait' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M852 284v505.988c0 22.112-17.908 40.012-39.998 40.012h-600.003c-22.072 0-39.998-17.914-39.998-40.012v-505.988h680zM852 184h-680v-83.988c0-22.112 17.908-40.012 39.998-40.012h600.003c22.072 0 39.998 17.914 39.998 40.012v83.988zM72 870.009c0 33.132 26.877 59.991 60.010 59.991h759.98c33.143 0 60.010-26.86 60.010-59.991v-850.017c0-33.132-26.877-59.991-60.010-59.991h-759.98c-33.143 0-60.010 26.86-60.010 59.991v850.017z' /%3E %3Cglyph unicode='&%23x1f5c7;' glyph-name='copy' d='M706.943 704h-631.983c-39.792 0-42.96-8.88-42.96-48.656v-638.687c0-39.776 21.28-48.656 61.056-48.656h631.999c39.776 0 42.944 8.88 42.944 48.656v638.687c0 39.776-21.28 48.656-61.056 48.656zM644.608 64h-487.12c-30.576 0-29.488 9.808-29.488 40.4v463.2c0 30.593-3.2 40.4 27.392 40.4h487.104c30.593 0 29.504-9.808 29.504-40.4v-463.2c0-30.593 3.2-40.4-27.392-40.4zM930.943 927.999h-631.983c-39.792 0-42.96-8.88-42.96-48.656v-175.344h96v87.6c0 30.593-3.2 40.4 27.392 40.4h487.104c30.593 0 29.504-9.808 29.504-40.4v-463.2c0-30.593 3.2-40.4-27.392-40.4h-100.608v-96h181.040c39.792 0 42.96 8.88 42.96 48.656v638.687c0 39.776-21.28 48.656-61.056 48.656z' /%3E %3Cglyph unicode='&%23x1f5ca;' glyph-name='paste' d='M154.384-32h712c39.776 0 69.616 14.224 69.616 54v682h-848v-682c0-39.776 26.608-54 66.384-54zM184 608h656v-498.256c0-30.624-23.472-45.744-54.064-45.744h-551.12c-30.576 0-50.816 15.12-50.816 45.744v498.256zM88 874v-266h848v266c0 39.776-29.84 54-69.632 54h-712c-39.76 0-66.368-14.224-66.368-54zM184 786.256c0 30.608 20.24 45.744 50.816 45.744h567.12c30.592 0 38.064-15.136 38.064-45.744v-82.256h-656v82.256z' /%3E %3Cglyph unicode='&%23x1f5cb;' glyph-name='document-alt-stroke' horiz-adv-x='768' d='M448 960h-448v-1024h768v704.064l-320 319.936zM128 64v768h256v-256h256v-512h-512z' /%3E %3Cglyph unicode='&%23x1f5d1;' glyph-name='trash' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M882 608h80.017c16.55 0 29.983 13.43 29.983 29.997v260.006c0 16.553-13.424 29.997-29.983 29.997h-900.034c-16.55 0-29.983-13.43-29.983-29.997v-260.006c0-16.553 13.424-29.997 29.983-29.997h80.017v-609.996c0-16.582 13.424-30.004 29.983-30.004h680.034c16.547 0 29.983 13.433 29.983 30.004v609.996zM122 818.016c0 11.037 8.962 19.984 20.015 19.984h739.969c11.054 0 20.015-8.971 20.015-19.984v-100.032c0-11.037-8.962-19.984-20.015-19.984h-739.969c-11.054 0-20.015 8.971-20.015 19.984v100.032zM232 588.019c0 11.035 8.968 19.981 19.992 19.981h104.008v-550h-104.008c-11.041 0-19.992 8.946-19.992 19.981v510.037zM668 608h104.008c11.041 0 19.992-8.946 19.992-19.981v-510.037c0-11.035-8.968-19.981-19.992-19.981h-104.008v550zM446 608h132v-550h-132v550z' /%3E %3Cglyph unicode='&%23x1f5d7;' glyph-name='layers' horiz-adv-x='1022' d='M0 256l512.032-128 511.968 128v-128l-511.968-128-512.032 128zM0 512l512.032-128 511.968 128v-128l-511.968-128-512.032 128zM0 768l512.032 128 511.968-128v-128l-511.968-128-512.032 128z' /%3E %3Cglyph unicode='&%23x1f6e0;' glyph-name='cog' d='M1024 384.992v128l-152.992 63.744c-4.256 12-8.736 23.616-14.24 35.008l61.76 153.76-90.528 90.496-152.384-62.752c-11.616 5.632-23.488 10.368-35.744 14.752l-64.864 152h-128l-63.264-151.488c-12.736-4.512-24.992-9.248-37.12-15.008l-152.128 61.12-90.496-90.496 62.016-150.752c-6.016-12.384-10.88-24.992-15.52-38.016l-150.496-64.352v-128l150.624-62.752c4.64-12.992 9.632-25.632 15.616-38.016l-60.864-151.744 90.496-90.496 151.136 62.24c12.128-5.76 24.512-10.368 37.248-14.752l64.736-151.488h128l63.36 152.256c12.128 4.512 24.128 9.248 35.616 14.752l153.504-61.504 90.496 90.496-63.008 152.736c5.376 11.488 9.76 23.136 14.016 35.008l153.024 65.248zM511.008 256c-105.984 0-192 86.016-192 192s86.016 192 192 192 192-86.016 192-192-86.016-192-192-192z' /%3E %3C/font%3E%3C/defs%3E%3C/svg%3E#VC-Icons") format("svg");font-weight:400;font-style:normal}.vcv-ui-icon{font-family:VC-Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vcv-ui-icon-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%;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout,.vcv-layout-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;direction:ltr}.vcv-layout-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-content,.vcv-layout-header{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background:#282828;overflow:auto}.vcv-layout-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,.vcv-layout-iframe-wrapper{width:100%;height:100%;overflow:auto;border:0;position:absolute}.vcv-layout-bar{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;z-index:1130;background:linear-gradient(180deg,#1a399d,#693bc5);box-shadow:1px 0 10px 0 rgba(0,0,0,.3)}.vcv-layout-bar,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header{position:relative}.vcv-layout-bar.vcv-inline-editor--active .vcv-ui-resizer{display:none}.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-all:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-end:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-start:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3000;background:rgba(0,0,0,.6);transition:opacity .2s ease-in-out}.vcv-layout-dock--bottom .vcv-layout-bar,.vcv-layout-dock--bottom .vcv-ui-tree-view-content,.vcv-layout-dock--detached .vcv-layout-bar,.vcv-layout-dock--detached .vcv-ui-tree-view-content,.vcv-layout-dock--top .vcv-layout-bar,.vcv-layout-dock--top .vcv-ui-tree-view-content{background:linear-gradient(90deg,#1a399d,#693bc5)}.vcv-layout-dock--bottom .vcv-layout-bar-content:before,.vcv-layout-dock--top .vcv-layout-bar-content:before{content:"";position:absolute;left:0;right:0;height:10px}.vcv-layout-dock--top .vcv-layout-bar-content:not(.vcv-content-full-size):before{bottom:-10px;box-shadow:inset 0 10px 10px -10px rgba(0,0,0,.3)}.vcv-layout-dock--bottom .vcv-layout-bar-content:not(.vcv-content-full-size):before{top:-10px;box-shadow:inset 0 -10px 10px -10px rgba(0,0,0,.3)}.vcv-layout-dock--detached .vcv-ui-tree-view-content,.vcv-layout-dock--top .vcv-ui-tree-view-content{border-top:1px solid hsla(0,0%,100%,.1)}.vcv-layout-bar-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.vcv-layout-bar-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content,.vcv-layout-bar-header{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-bar-content{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;pointer-events:none}.vcv-layout-bar-content:not(.vcv-ui-state--visible){display:none}.rtl .vcv-layout-bar-content{direction:rtl}.vcv-layout-bar-content-all,.vcv-layout-bar-content-start{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content-all>*,.vcv-layout-bar-content-start>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-layout-bar-content-all:not(.vcv-ui-state--visible),.vcv-layout-bar-content-start:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-end{-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content-end>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-layout-bar-content-end:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-toggle{position:absolute;left:0;top:0;height:61px;width: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,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile{height:calc(100vh - 60px);overflow:hidden;min-width:0}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-end,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-start{width:100%;min-width:0}.vcv-layout-dock.vcv-layout-dock--bottom.vcv-layout-dock--unlock .vcv-layout-bar-content{position:absolute;top:auto;bottom:100%;left:0;right:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{position:fixed}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-header{height:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar{width:auto!important;height:auto!important;left:auto!important;top:auto!important}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{width:auto!important}@media (min-width:768px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{height:auto!important}}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{width:100%!important}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{width:auto!important;height:auto!important;left:auto!important;top:auto!important}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{height:auto!important}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{width:100%!important}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{width:auto!important}.vcv-layout-dock .vcv-layout-bar-content{height:40vh;width:400px;min-height:200px;min-width:410px}.vcv-layout-dock .vcv-layout-bar-content-start{height:20vh;width:400px;min-height:100px;min-width:383px}.vcv-layout-dock .vcv-layout-bar-content-end{min-height:200px;min-width:384px}.vcv-layout-dock .vcv-layout-bar-content-all{height:20vh;width:100%;min-height:100px;min-width:383px}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{width:400px;min-width:410px}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{min-height:300px}@media (max-width:767px){.vcv-layout-dock .vcv-ui-content-start--visible.vcv-ui-content-end--visible .vcv-layout-bar-content{min-height:300px}}.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-top{display:none}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top{display:block}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:none}@media (max-width:767px){.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-bar,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:block}}.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom{display:block}.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-target-content{display:none}@media (max-width:767px){.vcv-layout-dock--bottom .vcv-ui-content-start--visible .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-end-top,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-right,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-right-top{display:none}.vcv-layout-dock--bottom .vcv-ui-content-start--visible .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-bottom{display:block}}.vcv-layout-dock--left .vcv-ui-resizer-layout-placement-left{display:block}.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-dock--right .vcv-ui-resizer-layout-placement-right{display:block}.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-right.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-right.vcv-ui-resizer-content-start-left-bottom{display:none}.vcv-layout-dock--detached .vcv-ui-resizer-layout-placement-detached{display:block}.vcv-layout-iframe-content{height:0;width:0}.vcv-start-blank-container{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;background:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;word-wrap:break-word}.vcv-start-blank-container.vcv-ui-state--visible .vcv-start-blank-inner{opacity:1}.vcv-start-blank-scroll-container{overflow:auto;width:100%;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-start-blank-inner{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:70px 20px;position:relative;opacity:0;transition:opacity .5s ease-in-out}.vcv-start-blank-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;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-start-blank-item-list-container,.vcv-start-blank-item-list-container .vcv-ui-item-overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-start-blank-item-list-container .vcv-ui-item-control{padding:.6em;font-size:16px;cursor:pointer;transition:color .2s ease-in-out}.vcv-start-blank-item-list-container .vcv-start-blank-item-list{margin-left:0;margin-right:0}.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:2px solid #000}.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:700;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:focus,.vcv-start-blank-button:hover{background:#274473;color:#fff}.vcv-start-blank-button:active,.vcv-start-blank-button:focus,.vcv-start-blank-button:hover,.vcv-start-blank-button:visited{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 700 14px Montserrat,sans-serif;-webkit-font-smoothing:antialiased;padding:14px;letter-spacing:.077em;margin:0 0 14px}.vcv-start-blank-inner .vcv-start-blank-title-input::-webkit-input-placeholder{opacity:1;color:#bdbdbd}.vcv-start-blank-inner .vcv-start-blank-title-input:-ms-input-placeholder{opacity:1;color:#bdbdbd}.vcv-start-blank-inner .vcv-start-blank-title-input::placeholder{opacity:1;color:#bdbdbd}.vcv-start-blank-controls .vcv-start-blank-title-input{width:100%}.vcv-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 700 14px Montserrat,sans-serif;-webkit-font-smoothing:antialiased;letter-spacing:.077em;cursor:pointer;transition:background .2s ease-in-out}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button:hover{background:#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}.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:390px}}@media screen and (min-width:768px){.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:430px}}.vcv-loading-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-loading-overlay{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;background:#fff;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-loading-overlay,.vcv-loading-overlay-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-loading-overlay-inner{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.vcv-loading-dots-container{width:60px;height:60px;text-align:center;-webkit-animation:vcvDotsRotate 2s linear infinite;animation:vcvDotsRotate 2s linear infinite}.vcv-loading-dots-container .vcv-loading-dot{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#eee;border-radius:100%;-webkit-animation:vcvDotsBounce 2s ease-in-out infinite;animation:vcvDotsBounce 2s ease-in-out infinite}.vcv-loading-dots-container .vcv-loading-dot-2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes vcvDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vcvDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes vcvDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes vcvDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.vcv-loading-text{position:relative;margin-top:20px;text-align:center;color:#c2c2c2;padding:0 20px}.vcv-loading-text-main{font-size:16px;margin:.6em 0;line-height:1.5}.vcv-loading-text-helper{font-style:italic;font-size:13px;margin:.6em 0;line-height:1.5}.vcv-freshdesk-iframe{height:580px;width:640px;max-height:100%;max-width:100%;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;display:none;z-index:100001;border:0}.vcv-skip-post-update-block .vcv-popup-button{color:#c2c2c2}.vcv-screen-section{position:relative;-webkit-font-smoothing:antialiased;box-sizing:border-box;text-align:center}.vcv-screen-section .vcv-logo{margin:17px 0 10px}.vcv-screen-section *{box-sizing:border-box}.vcv-screen-content{opacity:0;transition:opacity .5s;padding:20px;min-height:100vh;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-screen-content.vcv-activation-content--active,.vcv-screen-content.vcv-screen-content--active{opacity:1}.vcv-error-screen .vcv-screen-text{text-align:center;font-family:Montserrat,sans-serif;line-height:22px;letter-spacing:.56px;font-weight:600;font-size:18px;margin:31px 0 6px}.vcv-error-screen .vcv-screen-helper-text{font-family:Nunito Sans,sans-serif;font-weight:500;font-style:italic;color:#999;font-size:13px;letter-spacing:.82px;margin:0;line-height:24px}.vcv-screen-button-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px;margin-top:20px}.vcv-screen-button-container a.vcv-screen-button,.vcv-screen-button-container button.vcv-screen-button{text-decoration:none;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.92px;line-height:15px;font-size:12px;color:#fff;border:0;padding:18px 38px;border-radius:0;background:#294a82;text-transform:uppercase;min-width:210px;margin:10px 20px;outline:none;transition:background .2s ease-in-out;cursor:pointer}.vcv-screen-button-container a.vcv-screen-button:focus,.vcv-screen-button-container a.vcv-screen-button:hover,.vcv-screen-button-container button.vcv-screen-button:focus,.vcv-screen-button-container button.vcv-screen-button:hover{background:#1f3152}.vcv-screen-button-container a.vcv-screen-button--dark,.vcv-screen-button-container button.vcv-screen-button--dark{background:#363636}.vcv-screen-button-container a.vcv-screen-button--dark:focus,.vcv-screen-button-container a.vcv-screen-button--dark:hover,.vcv-screen-button-container button.vcv-screen-button--dark:focus,.vcv-screen-button-container button.vcv-screen-button--dark:hover{background:#1e1e1e}.vcv-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-overlay{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;z-index:1200}.vcv-popup-error-description{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.vcv-popup-error-description .vcv-logo,.vcv-popup-error-description .vcv-popup-heading{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-popup-heading{margin:55px auto 35px}.vcv-popup-error-description .vcv-popup-loading-heading{max-width:700px;line-height:1.5;margin:0 auto 70px;font-size:1em;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-button-container{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-popup-button{padding:16px 46px;color:inherit}.vcv-loading-overlay .vcv-popup--hidden{display:none}.vcv-loading-overlay .vcv-popup-error-description{color:#c2c2c2}.vcv-loading-overlay .vcv-popup-heading{font:normal normal normal 50px Montserrat,serif}.vcv-loading-overlay .vcv-popup-loading-heading{font:normal normal normal 16px Montserrat,sans-serif;letter-spacing:.077em;display:block;font-size:1em}.vcv-loading-overlay .vcv-popup-button{display:inline-block;background:transparent;font:normal normal 700 12px Montserrat,sans-serif;letter-spacing:.077em;text-transform:uppercase;border:2px solid #c2c2c2;transition:color .2s ease-in-out,border-color .2s ease-in-out;margin-bottom:10px;max-width:100%;border-radius:0}.vcv-loading-overlay .vcv-popup-button>span{position:relative}.vcv-loading-overlay .vcv-popup-button.vcv-popup-button--hidden{display:none}.vcv-loading-overlay .vcv-popup-button:hover{cursor:pointer;color:#a0a0a0;border-color:#a0a0a0}[data-vcv-send-error-report]{margin-left:30px}.vcv-popup-error-with-button a,.vcv-popup-error-with-button button{text-transform:capitalize;padding:13px 17px;margin:0}.vcv-popup-error-with-button .vcv-error-message{display:block;margin-bottom:20px}@media screen and (min-width:768px){.vcv-popup-error-with-button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-popup-error-with-button .vcv-popup-button{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:0}.vcv-popup-error-with-button .vcv-popup-button:hover{cursor:pointer;background:#fff;border-color:#fff;color:#fa6262}.vcv-popup-error-with-button .vcv-popup-button:focus,.vcv-popup-error-with-button .vcv-popup-button:hover{outline:none}.vcv-popup-error-with-button .vcv-error-message{text-align:left;padding-right:30px;display:inline-block;margin-bottom:0}}.vcv-skip-post-update-block{position:absolute;bottom:0;left:0;right:0;-webkit-transform:translateY(120%);transform:translateY(120%);text-align:center}.vcv-skip-post-update-block.vcv-popup--hidden{display:none}.vcv-skip-post-update-block .vcv-popup-button{padding:16px 46px}.vcv-ui-resizer{position:absolute;pointer-events:all;display:none;z-index:10}.vcv-ui-resizer-e{cursor:e-resize}.vcv-ui-resizer-n{cursor:n-resize}.vcv-ui-resizer-ne{cursor:ne-resize}.vcv-ui-resizer-nw{cursor:nw-resize}.vcv-ui-resizer-overlay{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-bottom,.vcv-ui-resizer-layout-bar-top{width:100%;height:10px;left:0}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-left,.vcv-ui-resizer-layout-bar-right{height:100%;width:10px;top:0}.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-top{top:-7px}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-layout-bar-left{left:-7px}.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-right{right:-7px}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-layout-bar-bottom{bottom:-7px}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-left-bottom,.vcv-ui-resizer-layout-bar-left-top,.vcv-ui-resizer-layout-bar-right-bottom,.vcv-ui-resizer-layout-bar-right-top{width:20px;height:20px;z-index:20}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-layout-bar-left-bottom{left:-13px;bottom:-13px}.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-right-top{right:-13px;top:-13px}.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-layout-bar-right-bottom{right:-13px;bottom:-13px}.vcv-ui-resizer-layout-bar-left-top{left:-13px;top:-13px}.vcv-ui-color-picker-dropdown{margin-right:4px}.rtl .vcv-ui-color-picker-dropdown{margin-right:0;margin-left:4px}.vcv-ui-sketch-picker{display:inline-block}.vcv-ui-form-dropdown-color-swatch{width:16px;height:16px;position:relative;border-radius:3px;margin:2px 0 3px}.vcv-ui-form-dropdown-color-swatch:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;border-radius:inherit;background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:12px 12px;background-position:0 0,6px 6px;background-repeat:repeat}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--transparent:before{background-size:cover;background-color:transparent;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAG5JREFUOBFjZCATvI+MtP//9+9aRnL0wzUzMweTbACyZsHlyw+SZAC6ZpDriTYAm2aiDcClmSgD8GkmaAAhzXgNIEYzTgOI1YzVAFI0YxhAqmYUA8jRDDeAXM1gAyjRDDKACZwlgbkKlDFAAqQCAB5beZgTNEIdAAAAAElFTkSuQmCC")}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color:before{content:"-";background:none;left:0;right:0;top:0;bottom:0}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color .vcv-ui-form-dropdown-color-value{box-shadow:none}.vcv-ui-form-dropdown-color-value{border-radius:inherit;height:100%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.14902);position:relative}.vcv-ui-form-dropdown-color-popover{position:relative;z-index:2;margin-top:4px}.vcv-ui-color-picker-panel{padding:10px;box-sizing:initial;background:#fff;border-radius:3px;border:1px solid #d1d1d1;margin-top:4px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:200px;direction:ltr}.vcv-media--sm .vcv-ui-color-picker-panel{width:365px}.vcv-ui-color-picker-custom-color,.vcv-ui-color-picker-presets-color{width:100%;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-media--sm .vcv-ui-color-picker-custom-color,.vcv-media--sm .vcv-ui-color-picker-presets-color{width:0}.vcv-ui-color-picker-custom-color{border-bottom:1px solid #eee}.vcv-media--sm .vcv-ui-color-picker-custom-color{border-bottom:0}.vcv-ui-color-picker-used-stack-wrapper{border-bottom:1px solid #eee;padding:10px 0;width:100%}.vcv-media--sm .vcv-ui-color-picker-used-stack-wrapper{border-right:1px solid #eee;border-bottom:none;padding:0 10px;width:auto}.vcv-ui-color-picker-used-stack{margin:0 0 -10px -10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-media--sm .vcv-ui-color-picker-used-stack{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-color-picker-presets-color{margin:0 0 -10px -10px;padding-top:10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-media--sm .vcv-ui-color-picker-presets-color{margin:0 0 -10px;padding-top:0}.rtl .vcv-ui-color-picker-presets-color{direction:rtl}.vcv-ui-replace-element-block{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:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-replace-element-list .vcv-ui-item-element-name{white-space:normal}.vcv-ui-google-fonts-fontfamily-container{position:relative}.vcv-ui-google-fonts-fontfamily-container .vcv-ui-wp-spinner{position:absolute;height:100%;width:100%;background:rgba(0,0,0,.1);transition:opacity .3s ease;opacity:0;pointer-events:none}.vcv-ui-google-fonts-fontfamily-container.vcv-ui-google-fonts-spinner .vcv-ui-wp-spinner{opacity:1;pointer-events:all}.vcv-ui-font-preview-text{font-size:30px}.vcv-row-html-editor-container{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-form-layout-layouts{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:-20px;margin-right:-20px;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.vcv-ui-form-layout-description{color:#a9a9a8;font-style:italic;display:inline-block;margin-bottom:25px}.vcv-ui-form-layout-layouts-col{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-basis:60px;-ms-flex-preferred-size:60px;flex-basis:60px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.vcv-ui-form-layout-layouts-col>span{height:40px;border:2px solid #d1d1d1;-webkit-flex:1;-ms-flex:1;flex:1;background:#fff}.vcv-ui-form-layout-layouts-col.vcv-ui-state--active>span{border-color:#2b4b80}.vcv-ui-form-layout-layouts-col{margin-left:20px;margin-right:20px;margin-bottom:20px}.vcv-ui-form-layout-layouts-col span:not(:first-child){margin-left:2px}.rtl .vcv-ui-form-layout-layouts-col span:not(:first-child){margin-right:2px;margin-left:0}.vcv-ui-form-layout-custom-layout-columns{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-layout-custom-layout-columns .vcv-ui-form-layout-custom-layout-col{-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-form-layout-custom-layout-input-wrapper .vcv-ui-form-layout-custom-layout-input{width:95%}.vcv-ui-form-layout-reverse-column-toggle{margin-top:3px}.vcv-ui-form-responsiveness-settings-devices{display:-webkit-flex;display:-ms-flexbox;display:flex;background:#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 hsla(0,0%,100%,.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-ajax-form-container input.vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-form-input.vcv-ui-tag-list-input{transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active .vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover .vcv-ui-tag-list-input{background:#eee}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input{border-radius:0;padding:0;text-align:center;border:0;box-shadow:none}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input:focus{border:0;box-shadow:none;-webkit-animation:none;animation:none}.vcv-ui-tag-list-item{display:inline-block;background-color:#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.vcv-ui-tag-list-item--active,.vcv-ui-tag-list-item:hover{background-color:#203251}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active:before,.vcv-ui-tag-list-item:hover:before{content:attr(data-vcv-tag-list-label-hover)}.vcv-ui-tag-list-item-error{background-color:#ed5656}.vcv-ui-tag-list-item-error:hover{background-color:#cf3f3f}.vcv-ui-tag-list-item-remove{background:transparent;border:0;cursor:pointer;color:#fff;font-size:.9em;padding:2px;margin:-2px -6px -2px 6px}.rtl .vcv-ui-tag-list-item-remove{margin:-2px 6px -2px -6px}.vcv-ui-tag-list-container{position:relative}.vcv-layout-header .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input{display:block}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input{transition:none;resize:none;word-wrap:break-word;word-break:break-all}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled{position:absolute;opacity:0;pointer-events:none}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list{cursor:text;min-height:30px;padding:3px 2px}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{position:fixed;background:#fff;padding:0;z-index:1111;margin-bottom:5px;max-width:70px;transition:none;overflow:auto;overflow-x:hidden}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input>:first-child,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea>:first-child,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input>:first-child{border-top:none}@media (max-width:400px){.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{display:none}}.vcv-ui-suggest-box-item{box-sizing:border-box;padding:5px 10px;display:block;cursor:pointer;transition:background-color .2s ease-in-out;border-top:1px solid #d1d1d1}.vcv-ui-suggest-box-item.vcv-selected,.vcv-ui-suggest-box-item:hover{background-color:#ddd}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-autocomplete{max-width:250px}.vcv-ui-tag-list-container .vcv-ui-wp-spinner{position:absolute;z-index:5;right:14px;top:0;bottom:0;margin:auto}.vcv-ui-tag-list-item-validating,.vcv-ui-tag-list-item-validating:hover{background-color:#c6c6c6}.vcv-ui-form-params-group{margin:0 -20px}.vcv-ui-form-params-group .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group .vcv-ui-drag-handler{z-index:1000}.vcv-ui-form-params-group .vcv-ui-form-params-group-item{padding:15px 7px 15px 5px;color:#fff;background:#203251}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:last-of-type{border-bottom:none}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:hover{background-color:rgba(38,59,93,.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:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group-add-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:15px 20px;height:46px;border:1px dashed #000;color:#000;cursor:pointer;opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-form-params-group-add-item:hover{opacity:.3}.vcv-ui-forms-params-group-content-editable{outline:none}.vcv-gutenberg-modal{position:fixed;overflow:hidden;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:10000}.vcv-gutenberg-modal .vcv-loading-overlay{top:20px;left:20px;right:20px;bottom:20px;background:#fff;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:1}.vcv-gutenberg-modal-inner{background:#fff;position:fixed;top:20px;left:20px;right:20px;bottom:20px}.vcv-gutenberg-modal-inner iframe{width:100%;height:100%}button.vcv-gutenberg-modal-close-button{position:absolute;top:25px;right:25px;color:rgba(0,0,0,.5);background:transparent;border:0;box-shadow:none;transition:color .2s ease-in-out;font-size:16px;padding:5px;cursor:pointer;z-index:2}button.vcv-gutenberg-modal-close-button:focus,button.vcv-gutenberg-modal-close-button:hover{background:transparent;border:0;box-shadow:none;color:rgba(0,0,0,.7)}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-container{margin:0 -20px}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-actions{border-top:0}.vcv-ui-tinymce-fonts-selectbox input.vcv-ui-tinymce-fonts-selectbox-filter{margin:5px 9px;width:calc(100% - 18px);cursor:text;border:1px solid #ddd;box-shadow:none;outline:none;padding:4px 4px 4px 24px;box-sizing:border-box;line-height:19px;border-radius:0;background:transparent;display:inline-block;font-size:14px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:0;margin:2px 0 0;background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2)}.vcv-ui-tinymce-fonts-selectbox.mce-active>.vcv-ui-tinymce-fonts-selectbox-options{display:block}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul{max-height:350px;overflow-x:hidden;overflow-y:auto;margin:5px 0 0;width:240px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li{margin-bottom:2px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li:last-child{margin-bottom:0}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a{display:block;padding:3px 10px;clear:both;font-weight:400;line-height:16px;height:22px;color:#333;white-space:nowrap;text-decoration:none;box-sizing:border-box;text-indent:-9999px;background-image:url(https://cdn.hub.visualcomposer.com/plugin-assets/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:focus,.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:hover{opacity:.7;text-decoration:none;box-shadow:0 0 0 1px #a9a9a9}.vcv-ui-tinymce-fonts-selectbox-input-box:before{content:"\2315";color:#c5c5c5;position:absolute;top:12px;left:15px;font-family:VC-Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
4
+ /*! media breakpoints */.vcv-ui-form-group{border:0;margin:0 0 20px}.vcv-ui-form-group.vcv-ui-form-group--has-inner-fields{margin-bottom:0}.vcv-ui-ajax-form-container label,.vcv-ui-form-group-heading{display:block;font-size:12px;font-weight:700;margin:0 0 3px}.vcv-ui-ajax-form-container label>.vcv-ui-wp-spinner,.vcv-ui-form-group-heading>.vcv-ui-wp-spinner{margin-left:15px}.vcv-ui-ajax-form-container small,.vcv-ui-form-helper,.vcv-ui-form-message{clear:both;color:#9a9a9a;display:block;font-size:.9em;font-style:italic;line-height:normal;margin:8px 0 12px}.vcv-ui-form-message{padding-top:24px;text-align:center}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small,.vcv-ui-element-lock-container .vcv-ui-form-helper{margin:0 0 20px}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small:last-of-type,.vcv-ui-element-lock-container .vcv-ui-form-helper:last-of-type{margin:0 0 30px}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading{display:inline-block;vertical-align:baseline;margin:8px}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label:first-child,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading:first-child{margin-left:0}.vcv-ui-form-group-heading--inline{display:inline-block;margin-left:10px}@-webkit-keyframes vcv-ui-form-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}}@keyframes vcv-ui-form-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}}@-webkit-keyframes vcv-ui-form-shadow-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1);border-color:#c4c4c4}}@keyframes vcv-ui-form-shadow-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1);border-color:#c4c4c4}}.vcv-ui-ajax-form-container .vcv-ui-ajax-form-container label,.vcv-ui-ajax-form-container .vcv-ui-form-group-heading{margin-top:20px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container input[type=radio],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=radio]{width:auto;display:inline-block;vertical-align:middle}.vcv-layout-header .vcv-ui-ajax-form-container label input[type=email],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=number],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=search],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=text]{margin-top:12px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]{line-height:normal;height:16px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]+label{display:inline-block;margin-right:1em;margin-left:.4em;margin-bottom:.2em}.vcv-layout-header .vcv-ui-ajax-form-container .vcv-ui-wp-spinner:before{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='gray'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain}.vcv-layout-header .vcv-ui-ajax-form-container a{color:#2b4b80;text-decoration:none}.vcv-layout-header .vcv-ui-ajax-form-container a:active,.vcv-layout-header .vcv-ui-ajax-form-container a:hover{color:#203251}.vce-image-filter--xpro2{-webkit-filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg);filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg)}.vce-image-filter--willow{-webkit-filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02);filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02)}.vce-image-filter--walden{-webkit-filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5);filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5)}.vce-image-filter--valencia{-webkit-filter:sepia(.15) saturate(1.5) contrast(.9);filter:sepia(.15) saturate(1.5) contrast(.9)}.vce-image-filter--toaster{-webkit-filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67);filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67)}.vce-image-filter--sutro{-webkit-filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg);filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg)}.vce-image-filter--sierra{-webkit-filter:contrast(.8) saturate(1.2) sepia(.15);filter:contrast(.8) saturate(1.2) sepia(.15)}.vce-image-filter--rise{-webkit-filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1);filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1)}.vce-image-filter--nashville{-webkit-filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg);filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg)}.vce-image-filter--mayfair{-webkit-filter:saturate(1.4) contrast(1.1);filter:saturate(1.4) contrast(1.1)}.vce-image-filter--lofi{-webkit-filter:contrast(1.4) brightness(.9) sepia(.05);filter:contrast(1.4) brightness(.9) sepia(.05)}.vce-image-filter--kelvin{-webkit-filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1);filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1)}.vce-image-filter--inkwell{-webkit-filter:grayscale(1) brightness(1.2) contrast(1.05);filter:grayscale(1) brightness(1.2) contrast(1.05)}.vce-image-filter--hudson{-webkit-filter:contrast(1.2) brightness(.9) hue-rotate(-10deg);filter:contrast(1.2) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--hefe{-webkit-filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95);filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95)}.vce-image-filter--earlybird{-webkit-filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg);filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--brannan{-webkit-filter:sepia(.5) contrast(1.4);filter:sepia(.5) contrast(1.4)}.vce-image-filter--amaro{-webkit-filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5);filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5)}.vce-image-filter--1977{-webkit-filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8);filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8)}.vcv-ui-form-attach-image{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 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-form-attach-image-thumbnail img{max-height:100%;max-width:none;width:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:none;background-color:transparent}.vcv-ui-form-attach-image-item-view--portrait .vcv-ui-form-attach-image-thumbnail img{max-height:none;height:auto;max-width:100%}.vcv-ui-form-attach-image-item-controls{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(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:focus,.vcv-ui-form-attach-image-item-controls:hover{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:focus,.vcv-ui-form-attach-image-control:hover{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-radius:0;border:1px solid #d0d0d0;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-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-form-link-button-group{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vcv-ui-form-attach-image-item .vcv-ui-form-link-button-group .vcv-ui-form-link-button,.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button{width:auto;padding:6px 8px;line-height:13px}.vcv-ui-form-attach-image-item .vcv-ui-form-link-button-group .vcv-ui-form-link-button .vcv-ui-icon,.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button .vcv-ui-icon{vertical-align:middle;font-size:9px}.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-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{background-color:#ddd}.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-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,.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-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{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;box-shadow:inset 0 -180px 150px -160px #fbfbfb,inset 0 180px 150px -160px #fbfbfb;position:relative}.vcv-ui-form-attach-image-filter-container{width:calc(100% + 20px);overflow:hidden;position:relative}.vcv-ui-form-attach-image-filter-list{list-style-type:none;padding:20px 2px 10px;margin:0;white-space:nowrap;overflow-x:auto}.vcv-ui-form-attach-image-filter-list-item{display:inline-block;margin:0 7px;vertical-align:top}.vcv-ui-form-attach-image-filter-list-item:first-child{margin-left:0}.vcv-ui-form-attach-image-filter .vcv-ui-form-attach-image-filter-image{max-height:100%;max-width:none;width:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:none;background-color:transparent}.vcv-ui-form-attach-image-filter-content{position:relative;display:block;height:80px;overflow:hidden;background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-form-attach-image-filter-content--active{box-shadow:0 0 0 2px rgba(70,115,189,.8)}.vcv-ui-form-attach-image-filter-name{white-space:normal;display:block;margin:5px 0;color:#6f747b;font-size:12px}.vcv-ui-form-button{display:inline-block;margin:0;text-align:center;vertical-align:middle;cursor:pointer;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:3px;box-sizing:border-box;word-wrap:break-word;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;font-weight:700;line-height:1.5;padding:5px 14px;font-size:12px;transition-property:color,background,border,opacity,-webkit-transform;transition-property:color,background,border,opacity,transform;transition-property:color,background,border,opacity,transform,-webkit-transform;transition-duration:.2s;transition-timing-function:ease-in-out}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled){color:#f3f3f3;background-color:#d8d8d8;cursor:not-allowed}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled):hover{background-color:#d8d8d8}.vcv-ui-form-button .vcv-ui-icon{position:relative;width:1em;height:1em;line-height:inherit;display:inline-block;vertical-align:middle;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.vcv-ui-form-button .vcv-ui-icon+*{margin-left:1em}.vcv-ui-form-button .vcv-ui-icon:before{position:absolute;font-size:1.35em;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.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:700;background:#fff;min-width:40px;height:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#6f747b}.vcv-ui-form-button-group--attribute .vcv-ui-form-button:first-child{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;padding:14px 24px;background:#fff;border:none;border-left:1px solid #d0d0d0;color:#6f747b;border-radius:0;cursor:pointer;transition:background .2s ease-in-out}.vcv-ui-form-button-group--large .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--large .vcv-ui-form-button .vcv-ui-icon-expand{margin-left:8px}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item .vcv-ui-form-button{border-left:1px solid #d0d0d0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:first-child .vcv-ui-form-button{border-left:none}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:focus .vcv-ui-form-button-group-dropdown,.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:hover .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{background:#fff;text-align:left;border-radius:0;cursor:pointer;border:none;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);transform:translate(-50%,-50%) scale(1)}.vcv-ui-form-checkbox>input+.vcv-ui-form-checkbox-indicator:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;content:"";font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.85em;height:8px;width:8px;background-color:#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-ajax-form-container small,.vcv-ui-form-checkbox+.vcv-ui-form-helper{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-ajax-form-container small,.rtl .vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:0;margin-right:2em}.vcv-ui-form-colorpicker{position:relative}.vcv-ui-form-colorpicker--default{padding:11px 14px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.vcv-ui-color-picker{display:block;width:255px}.vcv-ui-color-picker .wp-color-result{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;box-sizing:border-box;padding:8px 14px;font-size:14px;line-height:1.5;box-shadow:none;vertical-align:middle;outline:none;margin:0 2% 0 0;width:23%;height:40px}.vcv-ui-color-picker .wp-color-result:focus,.vcv-ui-color-picker .wp-color-result:hover{border-color:#c4c4c4}.vcv-ui-color-picker .wp-color-result:after,.vcv-ui-color-picker .wp-color-result:before{display:block;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;box-shadow:none}.vcv-ui-color-picker .wp-color-result:after{background:inherit;border:inherit}.vcv-ui-color-picker .wp-color-result:before{background-color:#fff;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon{position:absolute;border:inherit;border-radius:inherit;top:-1px;bottom:-1px;left:100%;display:none;background-color:#eaeaea;color:#707070;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease-in-out}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:hover{background-color:#ddd}.vcv-ui-color-picker .wp-color-result,.vcv-ui-color-picker .wp-picker-holder,.vcv-ui-color-picker .wp-picker-input-wrap{position:relative}.vcv-ui-color-picker .wp-color-result.wp-picker-open,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-holder,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-input-wrap{z-index:10}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open){margin-right:40px}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open):after{border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open) .vcv-ui-icon{visibility:visible;display:block;width:40px;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-ui-color-picker .vcv-ui-form-input-group{box-sizing:border-box;width:75%;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.vcv-ui-color-picker .vcv-ui-form-input-group-button{overflow:visible}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.vcv-ui-form-input-group,.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.wp-picker-holder{display:none}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container{padding:10px}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container>label{display:block}.vcv-ui-color-picker .iris-square-value{box-shadow:none}.vcv-ui-color-picker .wp-picker-holder{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;font-size:14px;margin-top:4px}.vcv-ui-color-picker .iris-picker{background-color:transparent;background-image:none;border:none;margin:0}.vcv-ui-color-picker .iris-picker~*{border-top:inherit}.vcv-ui-form-button{position:relative}.vcv-ui-form-button>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-ajax-form-container select,.vcv-ui-form-dropdown{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-sizing:border-box;box-shadow:none;color:#5c5b5b;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;padding:5px 2em 5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-ajax-form-container select:hover,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus,.vcv-ui-form-dropdown:hover{border-color:#c4c4c4}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-ui-ajax-form-container select::-ms-expand,.vcv-ui-form-dropdown::-ms-expand{display:none}.vcv-ui-ajax-form-container select:disabled,.vcv-ui-ajax-form-container select[disabled],.vcv-ui-form-dropdown:disabled,.vcv-ui-form-dropdown[disabled]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-ajax-form-container select:not(select),.vcv-ui-form-dropdown:not(select){width:auto;padding:8px 2.5em 8px 14px}.vcv-ui-ajax-form-container select.vcv-ui-form-input-select,.vcv-ui-form-dropdown.vcv-ui-form-input-select{padding:5px 14px}.rtl .vcv-ui-ajax-form-container select,.rtl .vcv-ui-form-dropdown{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") left 1em center no-repeat #fff;padding:8px 14px 8px 2em}.vcv-ui-form-dropdown-style--inline{width:auto}.vcv-ui-editor-dropdown-input-container{display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:3px;margin:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-dropdown{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container textarea,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input{width:auto;border:none;padding-left:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container input:focus,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container textarea:focus,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input:focus{-webkit-animation:none;animation:none;box-shadow:none}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding-left:10px;border:1px solid #d1d1d1;border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-ui-editor-dropdown-input-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px}.vcv-ui-editor-dropdown-input-icon-container .vcv-ui-icon-dropdown-input{color:#c5c5c5;font-size:19px}.vcv-ui-editor-dropdown-input-dropdown-container{position:relative;display:inline-block;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;background-color:#fff;border-top-left-radius:3px;border-bottom-left-radius:3px;border:1px solid #d1d1d1;border-right:0}.vcv-ui-editor-dropdown-input-dropdown-container:before{content:attr(data-content);position:absolute;top:0;right:0;bottom:0;left:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:#5c5b5b;padding:8px 2em 8px 14px;line-height:normal;border-right:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat}.rtl .vcv-ui-editor-dropdown-input-dropdown-container{border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border:1px solid #d1d1d1;border-left:0}.rtl .vcv-ui-editor-dropdown-input-dropdown-container:before{padding:8px 14px 8px 2em;border-right:0;border-left:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") left 1em center no-repeat}.rtl .vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{padding-right:10px;border-radius:3px;border:1px solid #d1d1d1;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-editor-field-highlight{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;outline:none;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-check-new-form-elements{margin:3rem auto;width:50vw}.vcv-ui-iconpicker-picker-dropdown{min-height:36px}.vcv-ui-form-iconpicker-content{border-radius:3px;border:1px solid #d1d1d1;margin-top:4px;padding:0;display:none}.vcv-ui-form-iconpicker-content.vcv-ui-form-state--active{display:block}.vcv-ui-form-iconpicker-content-heading{padding:14px 14px 7px;background-color:#f5f5f5;border-bottom:1px solid #ebebeb}.vcv-ui-form-iconpicker-content-heading>*{margin-bottom:7px}.vcv-ui-form-iconpicker-options{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;max-height:300px;overflow:auto}.vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-right:0;border-bottom:0;-webkit-flex:1 1 80px;-ms-flex:1 1 80px;flex:1 1 80px;height:40px;width:80px;font-size:1rem;position:relative;margin-top:-1px;margin-left:-1px;color:#5c5b5b;background-color:#fff;cursor:pointer;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-iconpicker-option>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-form-iconpicker-option.vcv-ui-form-state--active,.vcv-ui-form-iconpicker-option:hover{color:#fff;background-color:#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-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;color:#5c5b5b;font-size:12px;font-weight:400;line-height:1.5;padding:5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%;height:auto;box-shadow:none}.vcv-layout-header .vcv-ui-ajax-form-container input::-ms-clear,.vcv-layout-header .vcv-ui-ajax-form-container textarea::-ms-clear,.vcv-layout-header .vcv-ui-form-input::-ms-clear{display:none}.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container input:hover,.vcv-layout-header .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea:hover,.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-form-input:focus{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-ajax-form-container input::-webkit-input-placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea::-webkit-input-placeholder,.vcv-layout-header .vcv-ui-form-input::-webkit-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input:-ms-input-placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea:-ms-input-placeholder,.vcv-layout-header .vcv-ui-form-input:-ms-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input::placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea::placeholder,.vcv-layout-header .vcv-ui-form-input::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input:disabled,.vcv-layout-header .vcv-ui-ajax-form-container input[disabled],.vcv-layout-header .vcv-ui-ajax-form-container input[readonly],.vcv-layout-header .vcv-ui-ajax-form-container textarea:disabled,.vcv-layout-header .vcv-ui-ajax-form-container textarea[disabled],.vcv-layout-header .vcv-ui-ajax-form-container textarea[readonly],.vcv-layout-header .vcv-ui-form-input:disabled,.vcv-layout-header .vcv-ui-form-input[disabled],.vcv-layout-header .vcv-ui-form-input[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-form-input--error,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-form-input--error,.vcv-layout-header .vcv-ui-form-input.vcv-ui-form-input--error{border-color:#f44}.vcv-layout-header textarea.vcv-ui-ajax-form-container input,.vcv-layout-header textarea.vcv-ui-ajax-form-container textarea,.vcv-layout-header textarea.vcv-ui-form-input{overflow:auto;resize:vertical;height:10em}.vcv-layout-header .vcv-ui-form-input-group{display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:50%;width:auto;position:relative;margin-left:-1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:hover,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:hover,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:hover{z-index:10}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:not(:first-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:not(:first-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:not(:last-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:not(:last-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon{background:#f5f5f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto;margin-left:-1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto;margin-left:-1px;position:relative}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:hover{z-index:10}.vcv-ui-ajax-form-container select.vcv-ui-color-picker-dropdown,.vcv-ui-form-dropdown.vcv-ui-color-picker-dropdown{font-size:14px;font-weight:400;line-height:16px;color:#c5c5c5;font-style:italic;text-align:center}.vcv-ui-input-search{position:relative}.vcv-ui-input-search .vcv-ui-form-input-search-addon{display:block;background:transparent;color:#c5c5c5;font-size:14px;padding:8px 14px;font-weight:400;line-height:1.5;position:absolute;top:0;bottom:0;pointer-events:none}.vcv-ui-input-search .vcv-ui-form-input-search-addon>*{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child{left:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child>*{left:14px}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child{right:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child>*{right:14px}.vcv-ui-input-search .vcv-ui-ajax-form-container input:not(:first-child),.vcv-ui-input-search .vcv-ui-ajax-form-container textarea:not(:first-child),.vcv-ui-input-search .vcv-ui-form-input:not(:first-child){padding-left:35px}.vcv-ui-input-search .vcv-ui-ajax-form-container input:not(:last-child),.vcv-ui-input-search .vcv-ui-ajax-form-container textarea:not(:last-child),.vcv-ui-input-search .vcv-ui-form-input:not(:last-child){padding-right:35px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;min-width:0;width:140px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{width:80px;background-color:#f5f5f5;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-layout-header .vcv-ui-form-input-select-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #d1d1d1;border-radius:3px;font-size:14px;margin-top:4px;padding:5px;background:#fff}.vcv-layout-header .vcv-ui-form-input-select-item{width:32%;min-height:35px;padding:5px 5px 5px 14px;margin:3px 0;cursor:pointer;border-radius:3px}.vcv-layout-header .vcv-ui-form-input-select-item span{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block}.vcv-layout-header .vcv-ui-form-input-select-item-active,.vcv-layout-header .vcv-ui-form-input-select-item:hover{background:#eaeaea}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container input,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container textarea,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-right:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-input{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;min-width:0;width:calc(100% - 40px)}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-icon{background:#f5f5f5;border-top-right-radius:0;border-bottom-right-radius:0;padding-right:14px}.vcv-ui-form-link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-form-link .vcv-ui-form-link-data{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;width:0;font-size:13px}.vcv-ui-form-link .vcv-ui-form-link-button{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;text-transform:uppercase;font-weight:700;font-size:10px;letter-spacing:.5px;padding-top:11px;padding-bottom:11px}.vcv-ui-form-link .vcv-ui-form-link-title{color:#9a9a9a;display:inline-block;vertical-align:middle;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin:2px 0 2px 14px}.vcv-ui-form-link .vcv-ui-form-link-title:before{content:attr(data-vc-link-title)}.vcv-ui-form-link .vcv-ui-form-link-title:empty{display:none}.vcv-ui-form-link .vcv-ui-form-link-button-group{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;direction:ltr}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-form-link-button{border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #d1d1d1;color:#707070;background-color:#fff;padding:6px;border-left:0;border-top-right-radius:3px;border-bottom-right-radius:3px;font-size:12px;transition-property:color,background,border,opacity;transition-duration:.2s;transition-timing-function:ease-in-out}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control:hover{background-color:#ddd}.vcv-ui-form-radio-buttons{margin:8px 0 12px}.vcv-ui-form-radio-buttons--list .vcv-ui-form-radio{display:block}.vcv-ui-form-radio{cursor:pointer;display:inline-block;vertical-align:middle;padding-left:2em;padding-right:1em;position:relative;margin:0 0 10px;font-weight:700;font-size:12px}.vcv-ui-form-radio .vcv-ui-form-radio-indicator{position:absolute;top:-1px;left:0;display:block;width:18px;height:18px;font-size:1em;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:100%;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;text-align:center;color:#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);transform:translate(-50%,-50%) scale(0);content:"";border-radius:inherit;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;line-height:1;height:8px;width:8px;box-sizing:border-box;font-size:.85em;background-color:#294a82}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before,.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.vcv-ui-form-radio>input:disabled+.vcv-ui-form-radio-indicator,.vcv-ui-form-radio>input[disabled]+.vcv-ui-form-radio-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-radio+.vcv-ui-ajax-form-container small,.vcv-ui-form-radio+.vcv-ui-form-helper{margin-left:2em}.vcv-ui-form-range{display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px}.vcv-ui-form-range .vcv-ui-form-range-helper{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-right:20px;line-height:30px}.vcv-ui-form-range .vcv-ui-form-range-bg{background:#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:0;top:11px;width:100%;height:8px;border-radius:5px;z-index:0;pointer-events:none;border:1px solid #d3d3d3}.vcv-ui-form-range .vcv-ui-form-range-slider{-webkit-appearance:none;margin:9px 0;padding:0;width:100%;background:transparent;vertical-align:middle;position:relative;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus{outline:none}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-runnable-track{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-thumb{border:5px solid #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-ajax-form-container select,.vcv-ui-editor-search-container .vcv-ui-form-dropdown{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,.vcv-ui-editor-search-container .vcv-ui-form-input{width:auto;border:none}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input:focus,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea:focus,.vcv-ui-editor-search-container .vcv-ui-form-input:focus{-webkit-animation:none;animation:none;box-shadow:none}.rtl .vcv-ui-editor-search-container{margin:12px 20px 12px 60px}.rtl .vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,.rtl .vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,.rtl .vcv-ui-editor-search-container .vcv-ui-form-input{padding-right:0}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container{border:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container:before{border-right:0;border-left:1px solid #d1d1d1}:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-form-input{padding-left:0}.vcv-ui-editor-search-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.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("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat}.vcv-ui-form-switch-container,.vcv-ui-form-switch-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-trigger-label{font-size:12px;font-weight:700;margin:8px}.vcv-ui-form-switch{font-size:10px;font-weight:600;text-transform:uppercase;color:#fff;position:relative;display:inline-block;vertical-align:middle;padding:1em}.vcv-ui-form-switch:hover{cursor:pointer}.vcv-ui-form-switch>input{position:absolute;z-index:-1;opacity:0}.vcv-ui-form-switch .vcv-ui-form-switch-label{display:block;text-align:center}.vcv-ui-form-switch .vcv-ui-form-switch-label:after,.vcv-ui-form-switch .vcv-ui-form-switch-label:before{display:block;box-sizing:border-box;line-height:1}.vcv-ui-form-switch .vcv-ui-form-switch-label:before{overflow:hidden;visibility:hidden;opacity:0;height:.5em}.vcv-ui-form-switch .vcv-ui-form-switch-label:after{position:absolute;top:50%;left:1em;right:1em;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition-property:opacity;transition-duration:.2s;transition-timing-function:ease-in-out}.vcv-ui-form-switch [data-vc-switch-on]:after,.vcv-ui-form-switch [data-vc-switch-on]:before{content:attr(data-vc-switch-on);margin-left:2em}.vcv-ui-form-switch [data-vc-switch-off]:after,.vcv-ui-form-switch [data-vc-switch-off]:before{content:attr(data-vc-switch-off);margin-right:2em}.vcv-ui-form-switch>input~.vcv-ui-form-switch-label:after{opacity:0}.vcv-ui-form-switch>input:checked~[data-vc-switch-on]:after,.vcv-ui-form-switch>input:not(:checked)~[data-vc-switch-off]:after{opacity:1}.vcv-ui-form-switch .vcv-ui-form-switch-indicator{left:0;right:0;top:0;bottom:0}.vcv-ui-form-switch .vcv-ui-form-switch-indicator,.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{position:absolute;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;border-radius:4em}.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{content:"";display:block;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:1.6em;width:1.6em;background:#fff;z-index:10}.vcv-ui-form-switch>input:checked~.vcv-ui-form-switch-indicator{background-color:#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:hover>input:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-indicator:before{border:inherit}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-label{cursor:not-allowed;color:#7e7e7e}.vcv-ui-form-switch-small-container,.vcv-ui-form-switch-small-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small-trigger-label{margin:8px}.vcv-ui-form-switch-small{width:34px;height:20px;position:relative;display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small:hover{cursor:pointer}.vcv-ui-form-switch-small>input{position:absolute;z-index:-1;opacity:0}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator{position:absolute;left:0;right:0;top:0;bottom:0;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;border-radius:4em}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator:before{content:"";display:block;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:12px;width:12px;background:#fff;border-radius:4em;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;z-index:10}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#2f2f2f}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator:before{left:0;margin-left:1.6em}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#e7e7e7}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator:before{left:100%;margin-left:-1.6em}.vcv-ui-form-switch-small:hover>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#272727}.vcv-ui-form-switch-small:hover>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#dadada}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator:before{border:inherit}.vcv-ui-form-table{width:100%;max-width:100%;color:#6f747b;border:1px solid #d1d1d1;margin:12px 0;font-size:14px;border-collapse:collapse}.vcv-ui-form-table>tbody>tr:nth-of-type(2n){background-color:#ededed}.vcv-ui-form-table>tbody>tr:nth-of-type(odd){background-color:#fff}.vcv-ui-form-table>tbody>tr>td{border-top:1px solid #d1d1d1;vertical-align:top;text-align:left;padding:8px 14px;line-height:1.5}.vcv-ui-form-table>tbody>tr>td:last-child{text-align:right;font-size:12px;text-transform:uppercase;line-height:21px}.vcv-ui-form-table>tbody>tr:last-child>td{border-bottom:1px solid #d1d1d1}.vcv-ui-form-table .vcv-ui-form-table-link-row{cursor:pointer}.vcv-ui-form-table .vcv-ui-form-table-link-row a{color:inherit;text-decoration:none;font-size:12px;font-weight:700}.vcv-ui-form-table .vcv-ui-form-table-link-row a:hover{color:inherit}.vcv-ui-form-table .vcv-ui-form-table-link-row.vcv-ui-state--active,.vcv-ui-form-table .vcv-ui-form-table-link-row:hover{color:#fff;background-color:#203251}.vcv-ui-form-table .vcv-ui-form-table-link-type{max-width:5em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;vertical-align:middle;font-size:11px;font-weight:700}.rtl .vcv-ui-form-table>tbody>tr>td{text-align:right}.rtl .vcv-ui-form-table>tbody>tr>td:last-child{text-align:left}.vcv-ui-form-group .react-datepicker__input-container{width:200px}.vcv-ui-form-datepicker.react-datepicker{font-family:inherit;font-size:12px;border-radius:3px;border:none;color:#838383;box-shadow:0 0 4px 0 rgba(0,0,0,.1)}.vcv-ui-form-datepicker .react-datepicker__triangle{display:none}.vcv-ui-form-datepicker .react-datepicker__header{padding:0;background-color:#fff;border:none;text-align:left}.vcv-ui-form-datepicker .react-datepicker__current-month{padding:5px 13px 10px 0;border-bottom:2px solid #f6f6f6;margin:0 7px 0 9px}.vcv-ui-form-datepicker .react-datepicker-time__header,.vcv-ui-form-datepicker .react-datepicker__current-month{color:#838383}.vcv-ui-form-datepicker .react-datepicker__month-container{margin:10px 5px}.vcv-ui-form-datepicker .react-datepicker__time-container{border:none;width:100px}.vcv-ui-form-datepicker .react-datepicker__month{margin:0}.vcv-ui-form-datepicker .react-datepicker__day,.vcv-ui-form-datepicker .react-datepicker__day-name,.vcv-ui-form-datepicker .react-datepicker__time-name{color:#838383;font-weight:600;width:25px;height:25px;line-height:25px;margin:5px}.vcv-ui-form-datepicker .react-datepicker__day-name{text-transform:uppercase}.vcv-ui-form-datepicker .react-datepicker__day--outside-month{color:silver}.vcv-ui-form-datepicker .react-datepicker__day:hover{border-radius:4em;background-color:#ededed}.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected,.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected:hover,.vcv-ui-form-datepicker .react-datepicker__day--selected,.vcv-ui-form-datepicker .react-datepicker__day--selected:hover{border-radius:4em;background-color:#2a4b80;color:#fff}.vcv-ui-form-datepicker .react-datepicker__navigation{top:12px;border:2px solid #838383;height:24px;width:24px;border-radius:4em;opacity:.4;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='M5.807 4.407L2.275.876a.843.843 0 00-1.19 1.19l2.939 2.939-2.94 2.939a.843.843 0 000 1.19.838.838 0 001.186 0l3.532-3.532a.844.844 0 00.005-1.195z' fill='%23838383' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%;background-size:10px 10px}.vcv-ui-form-datepicker .react-datepicker__navigation:hover{opacity:1;border-color:#838383}.vcv-ui-form-datepicker .react-datepicker__navigation--next{right:10px}.vcv-ui-form-datepicker .react-datepicker__navigation--previous{left:187px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vcv-ui-form-datepicker .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:106px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:auto}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:100px;padding-right:10px;border-left:2px solid #f6f6f6}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar{background:transparent;width:7px}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar-thumb{border-radius:5px;background:silver;margin-right:4px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected,.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#2a4b80}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__navigation--previous{left:184px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__current-month{margin:0 0 0 9px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container,.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__time-container{float:none}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container{margin-right:0}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__header--time{margin:10px 10px 0 0;padding:5px 0 10px 10px;border-bottom:2px solid #f6f6f6;border-left:2px solid #f6f6f6;border-radius:0}.vcv-layout-header .vcv-ui-form-datalist{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat #fff;box-sizing:border-box;box-shadow:none;display:inline-block;padding:5px 2em 5px 14px;vertical-align:middle;-webkit-appearance:none;-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:auto}.vcv-layout-header .vcv-ui-form-datalist::-webkit-calendar-picker-indicator{display:none}.vcv-layout-header .vcv-ui-form-datalist::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-datalist:focus,.vcv-layout-header .vcv-ui-form-datalist:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-datalist:focus{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-form-datalist::-webkit-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist:-ms-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist:disabled,.vcv-layout-header .vcv-ui-form-datalist[disabled],.vcv-layout-header .vcv-ui-form-datalist[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-dropdown.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-field-dynamic-url.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-tag-list-container.vcv-ui-form-field-dynamic{width:92%;margin-right:5px;display:inline-block;vertical-align:top}.vcv-ui-dynamic-field-autocomplete-container{position:relative}.vcv-ui-dynamic-field-autocomplete-container>.vcv-ui-wp-spinner{position:absolute;top:8px;right:5px}.vcv-ui-form-field-dynamic+.vcv-ui-form-link{margin-top:10px}.vcv-ui-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-ajax-form-container small,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-form-helper,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-switch-small-container,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-exception-field .vcv-ui-form-wp-tinymce-inner{display:none}.vcv-ui-dynamic-field-controls{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-dynamic-field-control{display:inline-block;border:none;background:transparent;vertical-align:middle;cursor:pointer;padding:6px 0 6px 5px;font-size:16px;transition:color .2s ease-in-out}.vcv-ui-dynamic-field-control:hover{color:#2a4b80}.vcv-ui-dynamic-field-inner{padding:5px 0 20px}.vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic-extra,.vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic-extra,.vcv-ui-form-input.vcv-ui-form-field-dynamic-extra{margin-top:10px}.vcv-ui-form-attach-image-item-dynamic-open{height:80px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{right:auto;left:30px}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{right:auto;left:2px}.rtl .vcv-ui-dynamic-field-control{padding:6px 5px 6px 0}.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic{margin-right:0;margin-left:5px}.vcv-ui-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-ui-col{box-sizing:border-box}.vcv-media--lg .vcv-ui-col,.vcv-media--md .vcv-ui-col,.vcv-media--sm .vcv-ui-col,.vcv-media--xl .vcv-ui-col,.vcv-media--xs .vcv-ui-col,.vcv-ui-col{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.vcv-media--lg .vcv-ui-col--fixed-width,.vcv-media--md .vcv-ui-col--fixed-width,.vcv-media--sm .vcv-ui-col--fixed-width,.vcv-media--xl .vcv-ui-col--fixed-width,.vcv-media--xs .vcv-ui-col--fixed-width,.vcv-ui-col--fixed-width{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:400px}@media (min-width:0){.vcv-ui-col--xs-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--xs .vcv-ui-col--xs-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:0){.vcv-ui-col--xs-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xs .vcv-ui-col--xs-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:0){.vcv-ui-col--xs-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xs .vcv-ui-col--xs-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:0){.vcv-ui-col--xs-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--xs .vcv-ui-col--xs-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:0){.vcv-ui-col--xs-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xs .vcv-ui-col--xs-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:0){.vcv-ui-col--xs-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xs .vcv-ui-col--xs-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:0){.vcv-ui-col--xs-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--xs .vcv-ui-col--xs-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:0){.vcv-ui-col--xs-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xs .vcv-ui-col--xs-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:0){.vcv-ui-col--xs-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xs .vcv-ui-col--xs-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:0){.vcv-ui-col--xs-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--xs .vcv-ui-col--xs-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:0){.vcv-ui-col--xs-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xs .vcv-ui-col--xs-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:0){.vcv-ui-col--xs-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xs .vcv-ui-col--xs-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:400px){.vcv-ui-col--sm-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--sm .vcv-ui-col--sm-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:400px){.vcv-ui-col--sm-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--sm .vcv-ui-col--sm-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:400px){.vcv-ui-col--sm-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--sm .vcv-ui-col--sm-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:400px){.vcv-ui-col--sm-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--sm .vcv-ui-col--sm-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:400px){.vcv-ui-col--sm-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--sm .vcv-ui-col--sm-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:400px){.vcv-ui-col--sm-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--sm .vcv-ui-col--sm-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:400px){.vcv-ui-col--sm-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--sm .vcv-ui-col--sm-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:400px){.vcv-ui-col--sm-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--sm .vcv-ui-col--sm-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:400px){.vcv-ui-col--sm-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--sm .vcv-ui-col--sm-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:400px){.vcv-ui-col--sm-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--sm .vcv-ui-col--sm-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:400px){.vcv-ui-col--sm-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--sm .vcv-ui-col--sm-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:400px){.vcv-ui-col--sm-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--sm .vcv-ui-col--sm-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:800px){.vcv-ui-col--md-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--md .vcv-ui-col--md-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:800px){.vcv-ui-col--md-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--md .vcv-ui-col--md-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:800px){.vcv-ui-col--md-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--md .vcv-ui-col--md-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:800px){.vcv-ui-col--md-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--md .vcv-ui-col--md-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:800px){.vcv-ui-col--md-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--md .vcv-ui-col--md-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:800px){.vcv-ui-col--md-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--md .vcv-ui-col--md-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:800px){.vcv-ui-col--md-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--md .vcv-ui-col--md-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:800px){.vcv-ui-col--md-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--md .vcv-ui-col--md-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:800px){.vcv-ui-col--md-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--md .vcv-ui-col--md-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:800px){.vcv-ui-col--md-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--md .vcv-ui-col--md-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:800px){.vcv-ui-col--md-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--md .vcv-ui-col--md-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:800px){.vcv-ui-col--md-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--md .vcv-ui-col--md-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--lg .vcv-ui-col--lg-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:1200px){.vcv-ui-col--lg-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--lg .vcv-ui-col--lg-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--lg .vcv-ui-col--lg-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--lg .vcv-ui-col--lg-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:1200px){.vcv-ui-col--lg-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--lg .vcv-ui-col--lg-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--lg .vcv-ui-col--lg-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--lg .vcv-ui-col--lg-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:1200px){.vcv-ui-col--lg-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--lg .vcv-ui-col--lg-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--lg .vcv-ui-col--lg-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--lg .vcv-ui-col--lg-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:1200px){.vcv-ui-col--lg-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--lg .vcv-ui-col--lg-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--lg .vcv-ui-col--lg-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--xl .vcv-ui-col--xl-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:1600px){.vcv-ui-col--xl-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xl .vcv-ui-col--xl-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xl .vcv-ui-col--xl-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--xl .vcv-ui-col--xl-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:1600px){.vcv-ui-col--xl-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xl .vcv-ui-col--xl-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xl .vcv-ui-col--xl-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--xl .vcv-ui-col--xl-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:1600px){.vcv-ui-col--xl-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xl .vcv-ui-col--xl-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xl .vcv-ui-col--xl-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--xl .vcv-ui-col--xl-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:1600px){.vcv-ui-col--xl-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xl .vcv-ui-col--xl-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xl .vcv-ui-col--xl-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}.vcv-ui-row-gap--md.vcv-ui-row{margin-left:-15px;margin-right:-15px}.vcv-ui-row-gap--md>.vcv-ui-col{padding-left:15px;padding-right:15px}.vcv-ui-row-gap--sm.vcv-ui-row{margin-left:-10px;margin-right:-10px}.vcv-ui-row-gap--sm>.vcv-ui-col{padding-left:10px;padding-right:10px}.vcv-ui-row-order--reverse{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vcv-media--lg .vcv-ui-visibility--hidden-lg,.vcv-media--lg:not(.vcv-media--xl) .vcv-ui-visibility--hidden-lg-only,.vcv-media--md .vcv-ui-visibility--hidden-md,.vcv-media--md:not(.vcv-media--lg) .vcv-ui-visibility--hidden-md-only,.vcv-media--sm .vcv-ui-visibility--hidden-sm,.vcv-media--sm:not(.vcv-media--md) .vcv-ui-visibility--hidden-sm-only,.vcv-media--xl .vcv-ui-visibility--hidden-xl,.vcv-media--xl .vcv-ui-visibility--hidden-xl-only,.vcv-media--xs .vcv-ui-visibility--hidden-xs,.vcv-media--xs:not(.vcv-media--sm) .vcv-ui-visibility--hidden-xs-only,.vcv-ui-visibility--hidden,.vcv-ui-visibility--hidden-xs{display:none!important}@media (min-width:0){.vcv-ui-visibility--hidden-xs{display:none!important}}@media (min-width:400px){.vcv-ui-visibility--hidden-sm{display:none!important}}@media (min-width:800px){.vcv-ui-visibility--hidden-md{display:none!important}}@media (min-width:1200px){.vcv-ui-visibility--hidden-lg{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl{display:none!important}}@media (min-width:0) and (max-width:399px){.vcv-ui-visibility--hidden-xs-only{display:none!important}}@media (min-width:400px) and (max-width:799px){.vcv-ui-visibility--hidden-sm-only{display:none!important}}@media (min-width:800px) and (max-width:1199px){.vcv-ui-visibility--hidden-md-only{display:none!important}}@media (min-width:1200px) and (max-width:1599px){.vcv-ui-visibility--hidden-lg-only{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl-only{display:none!important}}.vcv-ui-scroll{position:relative;height:100%;width:100%;overflow:hidden;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;flex-flow:column nowrap}.vcv-ui-scroll,.vcv-ui-scroll-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap}.vcv-ui-scroll-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:scroll;overflow-scrolling:touch;flex-flow:column nowrap;direction:ltr}.vcv-ui-tree-layout-filled .vcv-ui-scroll-content{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.vcv-ui-scroll-track--horizontal,.vcv-ui-scroll-track--vertical{position:absolute;cursor:pointer;right:5px;bottom:5px;transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out;opacity:0}.vcv-ui-scroll:hover .vcv-ui-scroll-track--horizontal,.vcv-ui-scroll:hover .vcv-ui-scroll-track--vertical{opacity:1}.vcv-ui-scroll-track--horizontal{left:5px;border-radius:5px;height:5px}.vcv-ui-scroll-track--vertical{top:5px;border-radius:5px;width:5px}.vcv-ui-scroll-thumb--horizontal,.vcv-ui-scroll-thumb--vertical{position:relative;display:block;cursor:pointer;border-radius:inherit;background-color:rgba(124,152,198,.5)}.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,.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-color:hsla(0,0%,100%,.1);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-modal-action:hover{background-color:rgba(124,173,222,.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,.15);border-bottom:1px solid rgba(73,109,163,.15);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-ui-tree-layout-container.vcv-ui-state--hidden{display:none}.vcv-ui-tree-layout{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;list-style:none;position:relative;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.rtl .vcv-ui-tree-layout{direction:rtl}.vcv-ui-tree-layout-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:auto;border-top:1px solid rgba(73,109,163,.15);margin-top:-1px}.vcv-ui-tree-layout-actions .vcv-ui-tree-layout-action-content span{margin-left:16px;display:none}.rtl .vcv-ui-tree-layout-actions{direction:rtl}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-actions{min-height:60px}.vcv-ui-tree-layout-filled .vcv-ui-tree-layout-actions{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;height:40px}.vcv-ui-tree-layout-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-tree-layout-action.vcv-ui-state--active,.vcv-ui-tree-layout-action:hover{background-color:rgba(124,173,222,.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,.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,.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:clip}.vcv-ui-tree-layout-control-icon{position:relative;width:1.5rem;height:1em;display:inline-block;vertical-align:middle;color:inherit}.vcv-ui-tree-layout-control-icon>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1.5rem;width:1.5rem;height:1.5rem}.vcv-ui-tree-layout-control-actions{opacity:1;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-action{position:relative;width:40px;height:1em;display:inline-block;vertical-align:middle;color:inherit;cursor:pointer}.vcv-ui-tree-layout-control-action>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1rem}.vcv-ui-tree-layout-control-action[disabled]{opacity:.5;cursor:not-allowed}.vcv-ui-tree-layout-control-action .vcv-ui-icon-lock-fill:before,.vcv-ui-tree-layout-control-action:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-layout-control-action .vcv-ui-icon:before{transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-actions{opacity:0}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-state-container{opacity:1;z-index:auto}.vcv-ui-tree-layout-control-actions~.vcv-ui-tree-layout-control-state-container{z-index:-999;opacity:0;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-state-container{position:absolute;right:0}.vcv-ui-tree-layout-control-state{position:relative;width:40px;height:1em;display:inline-block;vertical-align:middle;color:inherit}.vcv-ui-tree-layout-control-state>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1rem}.rtl .vcv-ui-tree-layout-control-state-container{right:auto;left:0}.vcv-ui-tree-layout-control-drag-handler{position:absolute;left:0;top:0;bottom:0;min-width:1em;min-height:1em;opacity:.2;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-drag-handler .vcv-ui-drag-handler-icon{font-size:.9em}.vcv-ui-tree-layout-control-drag-handler.vcv-ui-tree-layout-control-drag-handler-mobile{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.rtl .vcv-ui-tree-layout-control-drag-handler{left:auto;right:.9rem}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-trigger{width:60px;text-align:center}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-tree-layout-control-mobile) .vcv-ui-tree-layout-control-drag-handler{opacity:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:1}.vcv-ui-tree-layout-node{list-style:none;padding:0;margin:0}.vcv-ui-tree-layout-node-expand-trigger{position:absolute;left:-1.25em;top:50%;margin-top:-.5em;cursor:pointer;opacity:.6;font-size:.9rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.rtl .vcv-ui-tree-layout-node-expand-trigger{left:auto;right:-1.25em;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.vcv-ui-tree-layout-node-child{position:relative;margin:0}.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-expand>.vcv-ui-tree-layout-control>.vcv-ui-tree-layout-control-content>.vcv-ui-tree-layout-node-expand-trigger{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.vcv-ui-tree-layout-node-child:not(.vcv-ui-tree-layout-node-expand)>.vcv-ui-tree-layout-node{display:none}.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action{opacity:.5}.vcv-ui-tree-layout-node-non-draggable .vcv-ui-tree-layout-control--lock{cursor:default}.vcv-ui-tree-layout-node-child--drag-item{z-index:99999;font-size:.75rem;line-height:1;color:#fff;list-style-type:none}.vcv-ui-tree-layout-node-child--drag-item .vcv-ui-tree-layout{display:none}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content{opacity:1}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:.5}.vcv-ui-tree-layout-node-state-draft.vcv-ui-tree-layout-node-child{opacity:.6}.vcv-ui-tree-layout-container .vcv-ui-tree-layout-action{padding:8px;min-height:40px}.vcv-ui-item-container{top:0;height:60vh;min-height:250px;max-height:calc(100% - 65px);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:.875rem;color:#fff;background-color:#203251;z-index:1200}.vcv-ui-item-content .vcv-ui-editor-search-field-container{margin:0 0 0 1px}.vcv-ui-item-layout-hidden{display:none}.vcv-ui-item-list-container{margin-bottom:30px;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-item-list{margin:0 -15px -30px;list-style:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vcv-ui-item-list,.vcv-ui-item-list-item{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-item-list-item{margin:0 15px 15px}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:before{content:"";position:absolute;top:0;right:0;border-color:#2b4b81 #2b4b81 transparent transparent;border-style:solid;border-width:25px;z-index:1}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:after{content:"";position:absolute;top:5px;right:5px;width:18px;height:18px;background-size:auto;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.697 15.006c.041-.04.079-.082.113-.127A8.96 8.96 0 0018 9c0-4.963-4.037-9-9-9S0 4.037 0 9c0 2.244.826 4.299 2.189 5.877.035.047.074.09.116.131A8.98 8.98 0 009 18a8.98 8.98 0 006.697-2.994zm-11.489-.973a3.664 3.664 0 013.279-2.008h3.026c1.406 0 2.66.787 3.279 2.008A6.927 6.927 0 019 15.955a6.927 6.927 0 01-4.792-1.922zM9 9.98a2.026 2.026 0 01-2.024-2.024c0-1.116.908-2.024 2.024-2.024s2.024.908 2.024 2.024A2.027 2.027 0 019 9.98zm0-7.935A6.962 6.962 0 0115.955 9a6.909 6.909 0 01-.835 3.301 5.696 5.696 0 00-2.78-2.025c.46-.658.73-1.458.73-2.32A4.074 4.074 0 009 3.886a4.074 4.074 0 00-4.07 4.07c0 .862.27 1.662.73 2.32a5.696 5.696 0 00-2.78 2.025A6.913 6.913 0 012.045 9 6.962 6.962 0 019 2.045z' fill='%23FDFDFD' fill-rule='nonzero'/%3E%3C/svg%3E");z-index:2}.vcv-ui-item-list-item--preset .vcv-ui-item-overlay span{padding:.6em}.vcv-ui-item-list-item--inactive .vcv-ui-item-element{cursor:default}.vcv-ui-item-list-item--inactive .vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:0}.vcv-ui-item-element{color:#484848;width:100px;position:relative;text-align:center;cursor:pointer;display:block;margin:0 auto}.vcv-ui-item-element:focus .vcv-ui-item-overlay,.vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element-content{position:relative;display:block;height:100px;overflow:hidden;background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-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,.vcv-ui-item-overlay{position:absolute;bottom:0;right:0;left:0;top:0}.vcv-ui-item-overlay{transition:opacity .2s ease-in-out;background-color:rgba(0,0,0,.5);color:#fff;overflow:hidden;opacity:0;z-index:3}.vcv-ui-item-downloading{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:-.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:#fff;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(90deg,#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,.1)}.vcv-hub-addon-item-content-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:20px 15px;background:#fff}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner{width:40px;height:40px;margin-top:auto}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner:before{height:27px;width:27px;opacity:.5}.vcv-hub-addon-name{margin:0 0 10px;font-size:16px;font-weight:600;line-height:22px;letter-spacing:1px}.vcv-hub-addon-description{margin:0 0 15px;font-size:13px;font-weight:500;font-style:italic;line-height:24px;letter-spacing:1px}.vcv-hub-addon-control{margin-top:auto;border:none;border-radius:3px;background:#2b4b81;color:#fff;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{min-height:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container,.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-ui-editor-no-items-container{max-width:544px;margin:auto;text-align:center}.vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-editor-no-items-container .vcv-ui-form-helper{margin:15px 0 12px;font-size:13px;display:inline-block;text-align:center}.vcv-ui-editor-no-items-image{margin:0 0 35px}.vcv-ui-editor-no-items-action{position:relative;min-height:50px;padding:17px 32px;border-radius:3px;border:none;background:#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:700;font-size:12px;letter-spacing:.077em;text-transform:uppercase;color:#d6d6d6;-webkit-font-smoothing:antialiased;max-width:100%}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:5px}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:10px}.vcv-ui-panel-heading{line-height:37px;padding:12px 60px 12px 20px;font-size:16px}.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-script-control-container,.vcv-ui-style-control-container{text-align:center;margin:10px 0 0}.vcv-ui-script-editor-container,.vcv-ui-style-editor-container{margin:25px 0 0}.vcv-row-html-editor-container+.CodeMirror-wrap,.vcv-ui-script-editor .CodeMirror-wrap,.vcv-ui-style-editor .CodeMirror-wrap{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-script-editor:not(.vcv-ui-state--active),.vcv-ui-style-editor:not(.vcv-ui-state--active){display:none}.vcv-ui-settings-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-settings-actions.vcv-ui-settings-actions-background{background-color:#203251}.vcv-ui-settings-actions .vcv-ui-settings-action-content span{margin-left:16px;display:none}.vcv-ui-settings-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-settings-action.vcv-ui-state--active,.vcv-ui-settings-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-settings-action[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-settings-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-settings-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-settings-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-template-group-wrapper{overflow:hidden}.vcv-ui-template-options-wrapper{margin-right:-32px;margin-bottom:-25px}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon{display:inline-block;background-color:#fff;cursor:pointer;margin:0 32px 25px 0}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon svg{vertical-align:top}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-ajax-form-container small,.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-form-helper{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag{font-style:italic;font-size:14px;letter-spacing:.5px;color:#797979;background:#e3e1e1;border-radius:3px;padding:4px 5px;line-height:1;margin:10px 0;display:inline-block}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag:first-of-type{margin-top:0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container-type{margin:0 0 10px}.vcv-ui-tree-view-content{height:100%;font-size:.875rem;color:#fff}.vcv-ui-tree-content,.vcv-ui-tree-view-content{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;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;padding-left:20px;padding-right:60px}.vcv-ui-editor-tabs,.vcv-ui-editor-tabs-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-editor-tabs{font-family:Nunito Sans,sans-serif;font-size:.875rem;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-editor-tabs>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-editor-tab{padding:14px 32px;color:#fff;background-color:#304568;border-radius:4px 4px 0 0;margin:0 2px 0 1px;text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition:all .2s ease-in-out}.vcv-ui-editor-tab:hover{background-color:#3b5580}.vcv-ui-editor-tab.vcv-ui-state--active{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-editor-tab.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown>.vcv-ui-editor-tab{padding-left:16px;padding-right:16px}.vcv-ui-editor-tab-toggle-tree{min-width:60px;background:none}.vcv-ui-editor-tab-content{white-space:nowrap}.vcv-ui-editor-tab-icon{font-size:1em;height:1em;width:1.25em;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-editor-tab-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-editor-tab-icon+*{margin-left:16px}.vcv-ui-add-element-content .vcv-ui-item-overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-add-element-content .vcv-ui-state--hidden{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 .1s}.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-ajax-form-container input,.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-ajax-form-container textarea,.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-form-input{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-appearance:none}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:11px 32px;margin:0 0 0 10px;min-height:auto;white-space:nowrap;font-size:12px;font-weight:700}.vcv-ui-add-template-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-state--hidden{display:none}.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-form-helper{margin-bottom:30px}.vcv-ui-add-template-content .vcv-ui-item-overlay--visible{opacity:1}.vcv-ui-add-template-content .vcv-ui-wp-spinner{cursor:default}.vcv-ui-add-template-content .vcv-ui-save-template-submit[disabled]{cursor:not-allowed;color:hsla(0,0%,100%,.5)}.vcv-ui-add-template-content .vcv-ui-save-template-submit[disabled]:hover{background:#304568}.rtl .vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{margin:0 10px 0 0}.vcv-ui-editor-tab-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;margin:0}.vcv-ui-editor-tab-dropdown>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-trigger{background-color:#3b5580}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-content{visibility:visible;opacity:1}.vcv-ui-editor-tab-dropdown.vcv-ui-state--active .vcv-ui-editor-tab-dropdown-trigger{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab-dropdown.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown-trigger{cursor:default;min-width:0}.vcv-ui-editor-tab-dropdown-content{min-width:140px;position:absolute;top:100%;right:0;z-index:1020;visibility:hidden;opacity:0;transition:visibility 0s,opacity .2s ease-in-out;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);margin-right:2px;margin-left:1px}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab{text-align:left;background-color:#fff;color:#6f747b;border-radius:0;margin:0}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab.vcv-ui-state--active,.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab:hover{background-color:#3b5580;color:#fff}.vcv-ui-editor-tabs-free-space{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}.vcv-ui-editor-plate:not(.vcv-ui-state--active){display:none}.vcv-ui-design-options-onion{background-color:#f6f6f6;width:100%}.vcv-ui-design-options-onion-layers{padding-top:100%;position:relative}[class*=vcv-ui-design-options-onion-layer--]{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0}[class*=vcv-ui-design-options-onion-layer--] [class*=vcv-ui-design-options-onion-control-position--]{pointer-events:all;padding-left:2px;padding-right:2px;width:36px;height:30px;text-align:center;position:absolute;z-index:1}[class*=vcv-ui-design-options-onion-layer--]:before{content:"";display:block;position:absolute;top:15px;right:20px;bottom:15px;left:20px;border:1px solid #d1d1d1}[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-ajax-form-container label,[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-form-group-heading{position:absolute;z-index:1;pointer-events:all;right:calc(50% + 24px);max-width:95px;min-height:30px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#f6f6f6;padding:0 4px;text-align:right}.vcv-ui-design-options-onion-layer--border{margin:50px}.vcv-ui-design-options-onion-layer--padding{margin:100px}.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-ajax-form-container label,.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-form-group-heading{right:44px}.vcv-ui-design-options-onion-control-position--top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--left{left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--right{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--top-left{top:0;left:0}.vcv-ui-design-options-onion-control-position--top-right{top:0;right:0}.vcv-ui-design-options-onion-control-position--bottom-left{bottom:0;left:0}.vcv-ui-design-options-onion-control-position--bottom-right{bottom:0;right:0}.vcv-ui-form-dependency.vcv-ui-state--hidden,.vcv-ui-tab-dependency.vcv-ui-state--hidden{display:none}.vcv-ui-form-dependency.vcv-ui-state--visible,.vcv-ui-tab-dependency.vcv-ui-state--visible{display:block}.vcv-ui-edit-form-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-edit-form-actions .vcv-ui-edit-form-action-content span{margin-left:16px;display:none}.vcv-ui-edit-form-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-edit-form-action.vcv-ui-state--active,.vcv-ui-edit-form-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-edit-form-action[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-edit-form-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-edit-form-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-edit-form-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-editor-tabs-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-editor-tabs-wrapper-state--hidden{position:absolute;visibility:hidden;opacity:0;z-index:-1}.vcv-ui-editors-header-dropdown{margin-top:-1px;margin-bottom:6px}.vcv-ui-form-dropdown-option.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 10px 10px 14px;min-height:61px}.vcv-ui-edit-form-header-image{margin:0 12px 0 0}.vcv-ui-edit-form-header-title{padding:1px 12px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none;letter-spacing:.3px;border-radius:12px;border:2px solid transparent;caret-color:hsla(0,0%,100%,.5);transition:border-color .2s ease-in-out}.vcv-ui-edit-form-header-title:focus,.vcv-ui-edit-form-header-title:hover{border-color:#3b5e91}.vcv-ui-edit-form-header-title.active{text-overflow:clip;white-space:normal}.vcv-ui-icon-edit-form-header-title{padding:15px 10px;margin-right:35px;cursor:pointer;font-size:12px;opacity:.5;position:relative;text-align:center}.vcv-ui-icon-edit-form-header-title:before{font-size:1.25em;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-edit-form-header-control-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;font-size:1.2em}.vcv-ui-edit-form-header-control-container .vcv-ui-icon{vertical-align:top;line-height:unset;display:inline-block}.vcv-ui-edit-form-header-control-container .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-edit-form-header-control{padding:7px;cursor:pointer;color:#fff;margin:0 4px}.vcv-ui-edit-form-header-control:focus .vcv-ui-icon:before,.vcv-ui-edit-form-header-control:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-view-content-accordion .vcv-ui-tree-content-section-inner{padding:0}.vcv-ui-edit-form-back-button{padding:5px 10px;cursor:pointer}.vcv-ui-edit-form-back-button .vcv-ui-icon:before{vertical-align:middle}.vcv-ui-edit-form-section.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-section.vcv-ui-state--visible{display:block}.vcv-ui-form-group .vcv-ui-edit-form-section{margin:0 -20px}.vcv-ui-edit-form-section--opened>.vcv-ui-edit-form-section-content{display:block}.vcv-ui-edit-form-section--closed>.vcv-ui-edit-form-section-content{display:none}.vcv-ui-edit-form-section-header{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:#f44}.vcv-ui-navbar-logo{display:inline-block;vertical-align:middle;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='29' viewBox='0 0 963 696' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%230584B5' d='M.6 139.7v277.8l240.6 138.9V278.6z'/%3E%3Cpath fill='%2309AEEF' d='M241.2.8L.6 139.7l240.6 138.9 240.6-138.9z'/%3E%3Cpath fill='%23AED13B' d='M722.4.8L481.8 139.7l240.6 138.9L963 139.7z'/%3E%3Cpath fill='%23B9880C' d='M481.8 139.7v277.8l240.6 138.9V278.6z'/%3E%3Cpath fill='%23B76800' d='M241.2 278.6v277.8l240.6-138.9V139.7z'/%3E%3Cpath fill='%23FDB715' d='M481.8 417.5L241.2 556.4l240.6 138.9 240.6-138.9z'/%3E%3Cpath fill='%237F9E2E' d='M722.4 278.6v277.8L963 417.5V139.7z'/%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;min-width:60px;min-height:60px;padding:16px;color:inherit;text-decoration:none;-webkit-order:-100;-ms-flex-order:-100;order:-100;cursor:pointer}.vcv-ui-navbar-logo.vcv-ui-navbar-logo--no-click{cursor:default}.vcv-ui-navbar-logo:focus,.vcv-ui-navbar-logo:hover{box-shadow:none}.vcv-ui-navbar-logo-title{display:none;padding-left:40px}.vcv-ui-navbar-logo--show-title{background-position:8px 50%}.vcv-ui-navbar-logo--show-title .vcv-ui-navbar-logo-title{display:inline}.vcv-ui-wp-spinner{margin:0;padding:0;height:1em;width:1em;display:inline-block;vertical-align:middle;opacity:.7;position:relative}.vcv-ui-wp-spinner:before{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='gray'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite}.vcv-ui-wp-spinner.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-item-add-hub{cursor:pointer}.vcv-ui-item-add-hub.vcv-ui-wp-spinner-light{position:static;cursor:auto}.vcv-ui-wp-spinner-light{margin:0;padding:0;height:1em;width:1em;display:inline-block;vertical-align:middle;opacity:.7;position:relative}.vcv-ui-wp-spinner-light:before{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite}.vcv-ui-wp-spinner-light.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}@-webkit-keyframes vcv-ui-wp-spinner-animation{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes vcv-ui-wp-spinner-animation{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}#vc-navbar-container,.vcv-ui-navbar-container{-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}#vc-navbar-container,.vcv-ui-navbar,.vcv-ui-navbar-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-navbar{font-size:.875rem;color:#fff;min-height:60px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;z-index:2010}.vcv-ui-navbar>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.vcv-ui-navbar>.vcv-ui-pull-end{-webkit-order:1;-ms-flex-order:1;order:1}.rtl .vcv-ui-navbar{direction:rtl}.vcv-ui-navbar-control{padding:16px;min-width:60px;min-height:60px;color:#fff;text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:color,background-color;position:relative}.vcv-ui-navbar-control: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:hsla(0,0%,100%,.1)}.rtl .vcv-ui-navbar-controls-set{direction:rtl}.vcv-ui-navbar-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;margin:0}.vcv-ui-navbar-dropdown>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-navbar-dropdown .vcv-ui-navbar-controls-group{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-navbar-dropdown.vcv-ui-navbar-dropdown--active .vcv-ui-navbar-dropdown-content,.vcv-ui-navbar-dropdown:not(.vcv-ui-navbar-sandwich):hover .vcv-ui-navbar-dropdown-content{visibility:visible;opacity:1;max-height:none}.vcv-ui-navbar-dropdown.vcv-ui-navbar-dropdown--active .vcv-ui-navbar-dropdown-trigger,.vcv-ui-navbar-dropdown:not(.vcv-ui-navbar-sandwich):hover .vcv-ui-navbar-dropdown-trigger{background-color:#203251}.vcv-ui-navbar-dropdown:hover .vcv-ui-navbar-dropdown-content{z-index:2006}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-content{visibility:hidden;opacity:0}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-trigger{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:auto;right:0}.rtl .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:0;right:auto}.vcv-ui-navbar-dropdown-trigger{width:100%;position:relative;z-index:2010}.vcv-ui-navbar-dropdown-content{background-color:#203251;min-width:200px;max-height:0;overflow:hidden;margin:0;padding:0;position:absolute;top:100%;left:0;z-index:2005;visibility:hidden;opacity:0;box-shadow:1px 0 10px 0 rgba(0,0,0,.3)}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control.vcv-ui-state--active,.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control:hover{background-color:#693bc5}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-navbar-control-separator{min-height:1px;min-width:1px;display:block;background-color:hsla(0,0%,100%,.1)}.vcv-ui-navbar-drag-handler{-webkit-order:-100;-ms-flex-order:-100;order:-100}.vcv-ui-navbar-controls-spacer{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-ui-navbar-hide-labels .vcv-ui-navbar-control{text-align:center}.vcv-ui-navbar-hide-labels .vcv-ui-navbar-control-content>span{display:none}.vcv-ui-navbar-show-labels .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-show-labels .vcv-ui-navbar-control-content>span{display:inline}.rtl .vcv-ui-navbar-show-labels .vcv-ui-navbar-control{text-align:right}.vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{min-width:100%}.vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{min-height:0;min-width:0;padding:12px}.vcv-ui-navbar-show-labels .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-navbar-show-labels .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{min-height:60px}.vcv-ui-navbar-control.vcv-ui-state--active{background-color:#203251}.vcv-ui-navbar-control.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-navbar-control.vcv-ui-state--warning{background-color:#fdb713}.vcv-ui-navbar-control.vcv-ui-state--error{background-color:#f44}.vcv-ui-navbar-control.vcv-ui-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,.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,.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-ajax-form-container select,.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-form-dropdown{padding:9px 14px 8px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large{border:0;border-radius:0}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button{border:0;background:transparent;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#1f3aa0}.vcv-ui-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-icon-more-dots,.vcv-ui-editor-plate--teaser .vcv-ui-item-element-inactive{cursor:default}.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots{font-size:1rem}.vcv-ui-editor-plate--teaser .vcv-ui-item-element{cursor:default}.vcv-ui-hub-control-container{text-align:center;margin:0 0 20px}.vcv-ui-hub-control-container.vcv-is-hidden{height:0;margin:0}.vcv-ui-hub-control-container.vcv-is-hidden .vcv-ui-form-buttons-group{position:fixed;top:-9999px;left:-9999px;z-index:-9999}.vcv-ui-hub-control-container.vcv-is-hidden~.vcv-ui-hub-dropdown-container{display:block}.vcv-ui-hub-control-container .vcv-ui-form-buttons-group{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-hub-control{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding:14px 24px;background:#fff;border:1px solid #d0d0d0;color:#6f747b;border-radius:0;cursor:pointer;transition:background .2s ease-in-out}.vcv-ui-hub-control:first-of-type{border-radius:3px 0 0 3px}.vcv-ui-hub-control:last-of-type{border-radius:0 3px 3px 0}.vcv-ui-hub-control:not(:last-of-type){border-right:none}.vcv-ui-hub-control.vcv-ui-state--active,.vcv-ui-hub-control:hover{background:#ddd}.vcv-layout-dock .vcv-ui-hide-resizers .vcv-ui-resizer{display:none}.vcv-ui-hub-dropdown-container{margin:0 0 20px;display:none}.vcv-hub-banner{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 140s linear infinite;animation:vcv-slide-image-left 140s linear infinite}.vcv-hub-banner-content{position:relative;z-index:1;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff}.vcv-hub-banner-title{font-family:Montserrat,sans-serif;font-weight:600;font-size:24px;line-height:32px;letter-spacing:1.12px;margin:0}.vcv-hub-banner-subtitle{font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-hub-banner .vcv-hub-banner-button,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.92px;font-size:12px;width:315px;max-width:100%;background:#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-hub-banner .vcv-hub-banner-button:hover,.vcv-ui-editor-plate--stock-images .vcv-stock-images-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:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-2796px,0,0);transform:translate3d(-2796px,0,0)}}@keyframes vcv-slide-image-left{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-2796px,0,0);transform:translate3d(-2796px,0,0)}}.vcv-ui-editor-plate--stock-images{background:#1a1a1a}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used{background:transparent}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-subtitle,.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-unsplash-logo{display:none}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-inner{max-width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-container{min-height:auto;padding-bottom:0}.vcv-stock-images-container{min-height:360px;padding:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;background-size:cover;background-position:50%;position:relative}.vcv-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-author,.vcv-stock-image-inner:hover .vcv-stock-image-hover-download{opacity:1}.vcv-stock-image-inner.vcv-stock-image-inner--active .vcv-stock-image-download-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-author,.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-download-container,.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-hover-download,.vcv-stock-image-inner.vcv-stock-image-inner--active .vcv-stock-image-author,.vcv-stock-image-inner.vcv-stock-image-inner--active .vcv-stock-image-hover-download{display:none}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-loading{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-stock-image{vertical-align:top;position:absolute;left:0;right:0;bottom:0;top:0;width:100%}.vcv-ui-editor-plate--stock-images~.vcv-loading-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:5px 20px 20px}.vcv-ui-editor-plate--stock-images~.vcv-loading-dots-container{margin:auto}.vcv-stock-image-download-container{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(38,37,37,.6);display:none;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:opacity .2s}.vcv-stock-image-download-options{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding:10px 25px;height:100%;max-height:170px}.vcv-stock-image-download-options .vcv-stock-image-download-button:last-child{border-bottom:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-stock-image-download-options .vcv-stock-image-download-button:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-stock-image-download-button{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;background:#fff;padding:5px 10px;border:none;border-bottom:1px solid #d8d8d8;cursor:pointer;font-family:Nunito Sans,sans-serif;font-weight:700;font-size:14px;color:#303030;transition:background-color .2s,color .2s,border-color .2s;-webkit-font-smoothing:antialiased;outline:none}.vcv-stock-image-download-button span{color:#9a9a9a;transition:color .2s}.vcv-stock-image-download-button:hover{background-color:#2a4c80;color:#fff;border-color:#2a4c80}.vcv-stock-image-download-button:hover span{color:#fff}.vcv-stock-image-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:none;background-color:rgba(38,37,37,.6);-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff}.vcv-stock-image-loading .vcv-ui-wp-spinner{visibility:visible}.vcv-stock-image-hover-download{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(38,37,37,.6);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .2s;cursor:pointer}.vcv-stock-image-hover-download.vcv-stock-image-hover-lock{cursor:not-allowed}.vcv-stock-image-hover-download .vcv-ui-icon-download,.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,.media-frame .vcv-ui-editor-no-items-image{margin-top:50px}.media-frame .vcv-stock-images-results-container{margin:auto}.vcv-ui-search-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;background:#fff;border-radius:5px;height:55px}.vcv-ui-search-container .vcv-ui-search-button{background:transparent;border:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px;padding:0;cursor:pointer}.vcv-ui-search-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-search-container .vcv-ui-search-field{width:0;font-size:14px;padding:8px 14px 8px 0;background:transparent;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;border:none}.vcv-ui-search-container .vcv-ui-search-field:focus,.vcv-ui-search-container .vcv-ui-search-field:hover{box-shadow:none;-webkit-animation:none;animation:none}.vcv-ui-search-field:focus::-webkit-input-placeholder{color:transparent}.vcv-ui-search-field:focus:-moz-placeholder,.vcv-ui-search-field:focus::-moz-placeholder{color:transparent}.vcv-ui-search-field:focus:-ms-input-placeholder{color:transparent}.vcv-wb-editor .CodeMirror-lint-tooltip{z-index:1141}.vcv-wb-editor .CodeMirror-gutters{background-color:#e8e8e8}.vcv-wb-editor ul.CodeMirror-hints{z-index:1141}.vcv-row-html-editor-container,.vcv-ui-script-ace-container,.vcv-ui-style-ace-container{box-sizing:border-box;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);color:#32373c;outline:none;transition:border-color .05s ease-in-out;font-family:Consolas,Monaco,monospace;font-size:13px;width:100%;background-color:#f9f9f9;-moz-tab-size:4;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-fill,.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-stroke{opacity:.5;transition:opacity .2s ease}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-stroke{opacity:1;stroke:#d1d1d1}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-fill{opacity:1;fill:#d1d1d1}.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout{border:2px solid #d1d1d1;width:100px;height:100px;display:block;position:relative}.vcv-ui-start-layout-list-item-active .vcv-ui-item-element-content-layout,.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout:hover{border-color:#294a82}.vcv-ui-start-layout-list-item-active .vcv-ui-item-element-content-layout .vcv-ui-start-layout-list-item-icon-name,.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout:hover .vcv-ui-start-layout-list-item-icon-name{color:#294a82}.vcv-ui-start-layout-list-item-icon-name{position:absolute;line-height:100px;width:100%;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0;display:block;text-align:center;font-size:20px;font-weight:200;color:#adadad}.vcv-ui-start-layout-list-item-icon{display:block;width:100%;height:100%;margin:0;position:relative}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:before{content:"";display:block;position:absolute;width:100%;left:0;height:2px;background:#d1d1d1}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:before{content:"";display:block;position:absolute;width:100%;left:0;height:2px;background:#d1d1d1}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar .vcv-ui-start-layout-list-item-icon-helper{position:absolute;width:2px;height:56px;background:#d1d1d1;right:25px;top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:before{content:"";display:block;position:absolute;width:100%;left:0;height:2px;background:#d1d1d1}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar .vcv-ui-start-layout-list-item-icon-helper{position:absolute;width:2px;height:56px;background:#d1d1d1;left:25px;top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:before{content:"";display:block;position:absolute;width:0;top:0;height:100%;border:1px dashed #d1d1d1}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:before{left:15px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:after{right:15px}.vcv-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:#fff;opacity:0;width:100%;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%);transition:opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:opacity .5s ease-in-out,transform .5s ease-in-out;transition:opacity .5s ease-in-out,transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.vcv-feedback-container{margin:30px;max-width:440px;pointer-events:all}.vcv-feedback.vcv-feedback--visible{-webkit-transform:translate(0);transform:translate(0);opacity:1}.vcv-feedback.vcv-feedback--visible.vcv-feedback--voted{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.vcv-layout-dock--right .vcv-feedback-container{margin-right:90px}.vcv-layout-dock--left .vcv-feedback-container{margin-left:90px}.vcv-layout-dock--bottom .vcv-feedback-container{margin-bottom:90px}.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:700;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 #fff;border-radius:3px;line-height:normal;font-size:13px;color:inherit;text-decoration:none;text-align:center;cursor:pointer;transition:background .2s ease-in-out,border-color .2s ease-in-out}.vcv-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:-10px;right:-10px;padding:10px;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,.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:#999;font-size:12px;line-height:20px;letter-spacing:.92px;padding:8px 16px 0;font-style:italic;font-family:inherit}.vcv-insight-item-description{padding:0 0 0 20px;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-insight-no-issues .vcv-insight-description{padding:0;text-align:center;width:300px}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title:before{content:"";border-radius:50%;width:9px;height:9px;position:absolute;top:0;bottom:0;left:0;margin:auto}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-critical .vcv-insight-title:before{background-color:#f05a59}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-warning .vcv-insight-title:before{background-color:#feb716}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-success .vcv-insight-title:before{background-color:#6bdd4d}.vcv-insight-go-to-action{cursor:pointer;border:none;background-color:transparent;padding:7px;font-size:17px;color:#c6cbd4;transition:color .2s ease-in-out}.vcv-insight-go-to-action:hover{color:#2039a0}.vcv-insight-items{margin-top:15px;border-top:1px solid #f4f4f4}.vcv-insight-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:15px 0}.vcv-insight-item .vcv-insight-item-thumbnail{width:80px;height:80px;object-fit:cover}.vcv-insight-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;padding-right:20px}.vcv-insight-collapse-button{position:absolute;right:0;top:0;bottom:0;border:0;background-color:transparent;color:#d8d8d8;font-size:18px;cursor:pointer}.vcv-insight-no-issues,.vcv-ui-insights-spinner,.vcv-ui-settings-popup-panel-spinner{position:absolute;width:auto;height:auto;top:0;right:0;bottom:0;left:0}.vcv-no-issues-heading{letter-spacing:1px;margin:20px 0 10px;font:normal 600 16px/22px Montserrat,sans-serif}.vcv-insight-no-issues{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:Roboto,sans-serif}.vc-v-root-element .controls{padding:10px;text-align:center}.vc-v-root-element .controls a{font-size:12px;width:12px;height:12px;cursor:pointer;display:inline-block;margin-right:4px}[data-vc-dnd-status=allowed]{background-color:#ff0}[data-vc-dnd-status=success]{background-color:green}[data-vc-dnd-status=is-dragging]{opacity:.7}[data-vc-dnd-hidden=true]{display:none!important}.vcv-ui-drag-placeholder{opacity:.4}.vcv-ui-outline{position:absolute;pointer-events:none;box-sizing:border-box;z-index:1010;border:1px dashed hsla(0,0%,71.8%,.5)}.vcv-ui-outline.vcv-ui-outline-element{border:1px dashed transparent}.vcv-ui-outline-type-base.vcv-ui-outline,.vcv-ui-outline-type-section.vcv-ui-outline{border:1px dashed #2b4b80}.vcv-ui-outline-type-column.vcv-ui-outline,.vcv-ui-outline-type-element.vcv-ui-outline,.vcv-ui-outline-type-index-0.vcv-ui-outline,.vcv-ui-outline-type-row.vcv-ui-outline{border:1px dashed hsla(0,0%,71.8%,.5)}.vcv-ui-outline-type-index-0.vcv-ui-outline.vcv-js-highlight{border-color:#4673bd}.vcv-ui-outline-type-index-1.vcv-ui-outline{border:1px dashed hsla(0,0%,71.8%,.5)}.vcv-ui-outline-type-index-1.vcv-ui-outline.vcv-js-highlight{border-color:#fec53f}.vcv-ui-outline-type-index-2.vcv-ui-outline{border:1px dashed transparent}.vcv-ui-outline-type-index-2.vcv-ui-outline.vcv-js-highlight{border-color:#6dab3c}.vcv-ui-outline.vcv-state-highlight{border:2px solid rgba(70,115,189,.8)}.vcv-ui-element-frame,.vcv-ui-element-outline{position:absolute;pointer-events:none;box-sizing:border-box;opacity:0;transition:opacity .2s ease-in-out;z-index:1010}.vcv-ui-element-frame.vcv-state--visible,.vcv-ui-element-outline.vcv-state--visible{opacity:1}.vcv-ui-element-outline{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-custom{border:0;box-shadow:none}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-0{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-1{border:1px solid rgba(254,197,63,.8);box-shadow:0 0 0 1px rgba(254,197,63,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-2{border:1px solid rgba(109,171,60,.8);box-shadow:0 0 0 1px rgba(109,171,60,.8)}.vcv-ui-element-frame{border:1px dashed hsla(0,0%,71.8%,.8)}.vcv-ui-element-frame--locked{border-top:none;border-left:none;border-right:none}.vcv-ui-element-frame--parent-locked{border:none}.vcv-ui-element-frames-container,.vcv-ui-element-outline-container{overflow:hidden}.vcv-ui-element-frames-container,.vcv-ui-element-outline-container,.vcv-ui-outline-controls-wrapper{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0}.vcv-ui-outline-controls-wrapper{overflow:hidden}.vcv-ui-outline-controls-wrapper .vcv-ui-outline-control-dropdown-content{position:absolute}.vcv-ui-outline-controls-wrapper .vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control-dropdown-content{visibility:visible;opacity:1;transition:visibility 0s,opacity .2s ease-in-out}.vcv-ui-outline-controls-container{position:absolute;z-index:1100;pointer-events:none}.vcv-ui-outline-controls-container:hover{z-index:1200}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>*{background-color:#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;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-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control:hover{background-color:#2b4b80}.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#223b65}.vcv-ui-outline-control-type-section.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control:hover{background-color:#2b4b80}.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#223b65}.vcv-ui-outline-control-type-row.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control:hover{background-color:#4673bd}.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#3b63a5}.vcv-ui-outline-control-type-column.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control:hover{background-color:#fec53f}.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#feba1b}.vcv-ui-outline-control-type-element.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control:hover{background-color:#6dab3c}.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#5c9133}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control:hover{background-color:#4673bd}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#3b63a5}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control:hover{background-color:#fec53f}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#feba1b}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control:hover{background-color:#6dab3c}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#5c9133}.vcv-ui-outline-controls-container.vcv-ui-controls-o-controls-left .vcv-ui-outline-controls{right:auto;left:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content,.vcv-ui-outline-controls-container.vcv-ui-controls-o-controls-right .vcv-ui-outline-controls{left:auto;right:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child{border-top-left-radius:5px;border-top-right-radius:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up:hover .vcv-ui-outline-control-dropdown-trigger.vcv-ui-outline-control{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content{top:auto;bottom:100%;margin:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child{border-bottom-left-radius:0;border-bottom-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:0}.vcv-ui-outline-control-more:hover{background-color:#203251}.vcv-ui-append-control-container{position:absolute;z-index:1020;pointer-events:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-append-control-wrapper{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.vcv-ui-append-control{background-color:#2b4b80;color:#fff;pointer-events:all;padding:6px;border-radius:5px;cursor:pointer;transition:background-color .2s ease-in-out;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-append-control:hover{background-color:#fec53f;color:#fff}.wip.vcv-ui-outline-controls-container.vcv-ui-controls-o-inset .vcv-ui-outline-controls{bottom:100%}#vcv-dnd-frame{pointer-events:none;position:absolute;z-index:10999;opacity:0}#vcv-dnd-frame.vcv-dnd-frame-top{border-top:2px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-dnd-frame-bottom{border-bottom:2px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-dnd-frame-left{border-left:2px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-dnd-frame-right{border-right:2px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-dnd-frame-center{border:3px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-is-shown{transition:opacity .5s;opacity:1}.vcv-layout-content #vcv-dnd-smart-line{z-index:1129}#vcv-dnd-smart-line{pointer-events:none;position:absolute;z-index:10999;background-color:rgba(70,115,189,.5);opacity:0}#vcv-dnd-smart-line.vcv-is-shown{transition:opacity .5s;opacity:1}#vcv-dnd-smart-line.vcv-smart-line-transition{-webkit-transform:scaleY(4);transform:scaleY(4);background-color:rgba(70,115,189,.75);transition:opacity .5s,background-color .5s,-webkit-transform .4s ease .5s;transition:opacity .5s,background-color .5s,transform .4s ease .5s;transition:opacity .5s,background-color .5s,transform .4s ease .5s,-webkit-transform .4s ease .5s}#vcv-dnd-smart-line.vcv-smart-line-transition.vcv-smart-line-vertical{-webkit-transform:scaleX(4);transform:scaleX(4)}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame{-webkit-transform:scale(1);transform:scale(1);border:2px solid rgba(70,115,189,.75);background-color:transparent;transition:opacity .5s}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame.vcv-smart-line-transition{box-shadow:0 0 0 2px rgba(70,115,189,.75),inset 0 0 0 2px rgba(70,115,189,.75);transition:opacity .5s,box-shadow .4s ease .5s}.vcv-dnd-dragging--start{cursor:move}.vcv-ui-smart-line-container{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.vcv-drag-helper{position:absolute;z-index:11000;background-color:#6dab3c;color:#fff;width:40px;height:40px;white-space:nowrap;display:block;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:5px;overflow:hidden;text-decoration:none;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition:background-color .4s ease,opacity .4s ease}.vcv-drag-helper.vcv-drag-helper-container{background-color:#4673bd}.vcv-drag-helper.vcv-drag-helper-container.vcv-drag-helper-column{background-color:#fec53f}[data-vcv-dnd-helper] .vcv-ui-tree-layout-control{background:#416196}[data-vcv-dnd-helper] .vcv-ui-tree-layout-node{display:none}.vcv-ui-drag-helper-wrapper{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.vcv-ui-mobile-tooltip{position:absolute;bottom:20px;left:20px;right:20px;background:rgba(0,0,0,.75);color:#fff;padding:20px;border-radius:10px;font-size:16px;opacity:1;transition:opacity .7s ease;pointer-events:all}.vcv-ui-mobile-tooltip.disabled{pointer-events:none;opacity:0}.vcv-layout-notifications{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.vcv-layout-notifications .vcv-layout-notifications-top{pointer-events:none;position:absolute;left:0;top:0;right:0;z-index:2000}.vcv-layout-notifications .vcv-layout-notifications-top .vcv-layout-notifications-position--top:last-child{border-bottom:0}.vcv-layout-notifications .vcv-layout-notifications-bottom{pointer-events:none;position:absolute;left:0;bottom:0;right:0;z-index:1140}.vcv-layout-notifications .vcv-layout-notifications-bottom .vcv-layout-notifications-position--bottom:first-child{border-top:0}.vcv-layout-notifications .vcv-layout-notifications-position--top{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2);padding:30px;font-size:14px;opacity:1;transition:opacity .7s ease;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-notifications .vcv-layout-notifications-position--top.vcv-layout-notifications-shape--rounded{margin:15px 20px 0;border-radius:10px;padding:20px;border-bottom:0}.vcv-layout-notifications .vcv-layout-notifications-position--top.vcv-layout-notifications-type--disabled{pointer-events:none;opacity:0}.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn{position:absolute;width:16px;height:16px;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn:after,.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn:before{content:"";display:block;position:absolute;background:#fff;width:2px;height:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:7px;top:-2px}.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn+.vcv-layout-notifications-text{width:calc(100% - 30px)}.vcv-layout-notifications .vcv-layout-notifications-position--bottom{color:#fff;border-top:1px solid hsla(0,0%,100%,.2);padding:30px;font-size:14px;opacity:1;transition:opacity .7s ease;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-notifications .vcv-layout-notifications-position--bottom.vcv-layout-notifications-shape--rounded{margin:0 20px 15px;border-radius:10px;padding:20px;border-top:0}.vcv-layout-notifications .vcv-layout-notifications-position--bottom.vcv-layout-notifications-type--disabled{pointer-events:none;opacity:0}.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn{position:absolute;width:16px;height:16px;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn:after,.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn:before{content:"";display:block;position:absolute;background:#fff;width:2px;height:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:7px;top:-2px}.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn+.vcv-layout-notifications-text{width:calc(100% - 30px)}.vcv-layout-notifications .vcv-layout-notifications-type--default{background:#000}.vcv-layout-notifications .vcv-layout-notifications-type--default.vcv-layout-notifications-style--transparent{background:rgba(0,0,0,.75)}.vcv-layout-notifications .vcv-layout-notifications-type--success{background:#4caf50}.vcv-layout-notifications .vcv-layout-notifications-type--success.vcv-layout-notifications-style--transparent{background:rgba(76,175,80,.75)}.vcv-layout-notifications .vcv-layout-notifications-type--warning{background:#f6c768}.vcv-layout-notifications .vcv-layout-notifications-type--warning.vcv-layout-notifications-style--transparent{background:rgba(246,199,104,.9)}.vcv-layout-notifications .vcv-layout-notifications-type--error{background:#f25855}.vcv-layout-notifications .vcv-layout-notifications-type--error.vcv-layout-notifications-style--transparent{background:rgba(242,88,85,.9)}.vcv-layout-notifications .vcv-layout-notifications-icon{margin-right:30px;font-size:1.5em}.vcv-layout-notifications .vcv-layout-notifications-icon i{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block}.vcv-layout-notifications .vcv-layout-notifications-text{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-notifications .vcv-layout-notifications-text a{color:inherit;text-decoration:underline}.vcv-layout-notifications .vcv-layout-notifications-close{width:20px;margin-left:30px}.vcv-layout-dock--left .vcv-layout-notifications .vcv-layout-notifications-bottom,.vcv-layout-dock--left .vcv-layout-notifications .vcv-layout-notifications-top{left:60px}.vcv-layout-dock--right .vcv-layout-notifications .vcv-layout-notifications-bottom,.vcv-layout-dock--right .vcv-layout-notifications .vcv-layout-notifications-top{right:60px}.vcv-layout-dock--top .vcv-layout-notifications .vcv-layout-notifications-top{top:60px}.vcv-layout-dock--bottom .vcv-layout-notifications .vcv-layout-notifications-bottom{bottom:60px}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-top{left:0;right:0;top:86px}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-bottom{left:0;right:0;bottom:60px}.vcv-layout-dock--left .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom,.vcv-layout-dock--left .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-top{left:0}.vcv-layout-dock--right .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom,.vcv-layout-dock--right .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-top{right:0}.vcv-layout-dock--bottom .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom{bottom:0}.vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-position--bottom,.vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-position--top{padding:15px 20px;border:0}.vcv-ui-tree-content-section .vcv-layout-notifications-type--default{background:#6dab3c}.rtl .vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn{left:30px;right:auto}.rtl .vcv-layout-notifications .vcv-layout-notifications-close{margin-left:0;margin-right:30px}#poststuff .vcv-wpbackend-switcher,#poststuff .vcv-wpbackend-switcher--type-classic,#poststuff .vcv-wpbackend-switcher--type-gutenberg{margin-top:10px}#poststuff .vcv-wpbackend-switcher-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#poststuff .composer-switch+.vcv-wpbackend-switcher-container .vcv-wpbackend-switcher{line-height:23px}.vcv-wpbackend-switcher-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-wpbackend-switcher{box-sizing:border-box;display:inline-block;margin-right:10px;font-size:14px;font-family:Nunito Sans,sans-serif}.vcv-wpbackend-switcher .vcv-wpbackend-switcher-option[disabled]{background-color:#a2a6aa}.vcv-wpbackend-switcher--type-classic,.vcv-wpbackend-switcher--type-gutenberg{box-sizing:border-box;display:inline-block;margin-right:10px;font-size:14px}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option{padding:10px;line-height:1;border:0;border-radius:4px;background-color:#a2a6aa}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option:hover{background-color:#75797e}.vcv-wpbackend-switcher-option{font:inherit;margin:0;overflow:visible;text-transform:none;cursor:pointer;display:inline-block;vertical-align:top;border:0;border-left:1px hsla(0,0%,100%,.1);border-style:solid;padding:0;transition:background-color .2s ease-in-out;border-radius:4px}.vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher-option:active,.vcv-wpbackend-switcher-option:focus,.vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher-option:visited{color:#fff;text-decoration:none}.vcv-wpbackend-switcher-option:hover{background-color:#203251}.vcv-wpbackend-switcher-option--vceditor{width:180px;height:34px;background:#2b4b80 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKEAAAAQCAMAAABJGe9UAAADAFBMVEVMaXGm4Kb///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+QmCO7iAoDhbf///////////////////////////////////////////////////////94ly93oidymy9/ni7///////////////////////////////////////////////////////8Nq+f5tBT9uhYEsPMKsfMFhbax1TwAUP8IjcDu3CnwqBHPgQb///////////////////////////////////8Glc2Any8Kr/AHndl/ni6vyzeBni8JsfPRiwmlxzi0qyKq1UCNrTEIoN2bvDay1T25kBGAni4JsPKAny+v0zyhxDeBoC8IrfCv0zuw1Dyqzj30sRT+uhXEkQ6w1Duw0zus1j7anxAJsPKjnCL4txT/thJ/oTCtzz2x1DzfohGYqiz+uhb+uhX/vBv9uBW6agH/uBX/uRb/uRex4kWwyDX+uhUGhbcFhLZDl6AKsO60pR+XdS4Nreq0wSt8jllPkpEEhrb/uBcDh7qDe0XWnBwcgJ+oniP///+5iAwFhLUJrvB/ni7+txWu0Tv/uhW3aACv0zsIsPIEib3/vhURgql9ny+Coy+8ZgC3ZgCBoC8Eg7W12j2x1TwJsvQGs/e5iQy4cQOlaxK5aAC02D3BjQy2hgwFt/25hQq6jQ4FhbYFgrN9nC61bgKLqzH/wRaSmyW13T+fcCO/cwK0ZQCpaQyqbxSv03onAAAA3HRSTlMAATQg2ibwCdJ6FK8SGeuydwsEIhbk7oR5fvZIw1/ptw9dJGhpcmFZKvT7Vj1A8lCNi7RuAt7ckIL9kaD3yUJSaoZ1ra5l+MzAtTHPnR7+Bp+Z+v7+o3/W5+1KxhFMOIeqDkUKExPnii8oWDenpYmB5ZbZXBD4/os/uKWLBf4H/v5jLDsNbLyU0NSptDP97f5Xqf7+/Qz9/bht/ex0aF39zmTT7hXl7/7f9iX9xXcnHNs7mf379t0Ta/49mgsa/tAu8/1N/f3+4bX9O1q0/sJKCf/////////////+88ziXgAABL9JREFUeNq9lGdUU1kQx4eEl0ACqSSQQAhICT2UUAMBQYoUEXWBRUpk3RUVwd511+723nvvvffe2xm6FAUXxLL27dW5LxBB1w/rOfj/kDu5M3fe782bO8Dk8uA962FEL657BM6WV75dCeeWO7qKYQK1es3w8DMf8+ZTLz059MSdt54VkoYYesEJXSwWfr3mxp79bW37h9esXv/uuoeHujv3DT1038YzgkP1sqgLThiQ1pSwOQeuWnGsjann2IovPv9jXyfT4cN3XHJGtKcHXHBC2BQ5xQ+ht/fath6q4Wdf/vnXiU/e6+7s7O6+/9e757KIzLRmenBpc5pZHVcnAYm7VJ7CwZZk760ACckmAE4nlXurxxI21MlzFJ5kqMvJFQag9E6umie32rYG2+XuHmBRJNfm2uXNQhYc5i2X6tRkSHwomCPDXBxvNbtAwORYQbZVMEko8DJA6+BPG25va/vo04GBgweOn7jl+u6bb2tvv4wnjEJcABCJWFuPyIn9kOSqzEI9IRThIojUsh1N2GnCrHC2k7gQzDJmiAwg4Xcw/Ur2WyC2uCLv0dQCGETMkplBXMCf8ii18rFlFs88pNQGx0u3trYODm74dmBg196DB1pajt/1yp6f239wEMJFmKFSZaAdfDFPGIapy7gmEwSjzAtgNhZDpjY52lRJxihhVAT6GYKW5i0QitAtNzQf8wRz/LEyN8gfsTGyEbEG3BCtkT4yLFIJ0jEjNKgCYyZxOM3A1QWCD8oiSwJj0OxB7PYQzknYOmv3Pz/uchC2zJyxp91JuFmP9fWY3sAI1RIZ7gzxhDGEIFwu8bCjH6V2EFoxqZp2BVCO2knUvItxidgfdQB1WBkAXloMJsJ4CjQgFsaihvJwImwO8Ec3yly6FI3mzEw3LFsuouyj6j3JCA8xwl9anITXzXV4y7CgAK3ACDmop/e/ONtJOB0ERm1ERMQYwgKUOs4VYz5btmM81XAbQDYmiaFag0FEqCMHF4FVjbidLL5dbDsRtSFUAoeKq0W4zEm49sPekzzh32/e9PhRB2F//9Ujd5mLQQyfP0KotFTlIIaZMLwE6Ek7VBWYERKccY4aclRDDe6gGiYAKDBRCR6LeUIjm16OGtIXmS/CFMrsa5+G0eSLttlsvpyXiC6AUx+sndW7+9DeXVdc3rXy5SNHZ87o73/gBpdRbzLiElpYH0Yl6bgqPdpK9GhctiQVzcvDsdkSlugkPN2HJurDiqzcIkwvnDOe0NGH7lrqw8J0zM/NqkCROiqpnPPVY3QCxigEUWlN4ClCE4zRV9/s/pf4ujo6ulY+feT3F+4dMwxLwtPZOKhBFBoi2BeYHQAhqcyYrrJQRWWYSh9Uh5qRu6z/j7scwsZRpRIkItxGhHyIZuHoXfY3QyifOSNAVcxWKi3d5UAYp++/6+vrYOr67dFnLx3nCgzlv/Y8bwkIYo1ShYT+2cqMi0wWGvoKeXxCTVwwRMdlqxzhhbFTpY55yEYl9YdSF7cFKEBRCmL3uFoXN0zbNCU+xTkP3akAlHmq3Idl9i0z5mSXwJzmeQ0wXhu/fr+Patj32KrnYUJlcUPv8zz6zhuv9b369nMwwSLCyed9+PVVb8GE6/8TngKjExNWYqkgpgAAAABJRU5ErkJggg==) 50% 50% no-repeat}.composer-switch{margin-right:10px}.rtl .vcv-wpbackend-switcher--type-classic{margin-left:0;margin-right:10px}#postdivrich.vcv-hidden{opacity:0;position:absolute;pointer-events:none;max-height:1px;overflow:hidden}@media screen and (max-width:454px){.vcv-wpbackend-switcher{margin:15px 30px 0 0}.vcv-wpbackend-switcher--type-classic{margin:10px 0 0}}@font-face{font-family:vcattributes;src:url(fonts/vcAttributes.ttf?6da652f7ec4c90cb9b262aac0e5f3a70) format("truetype"),url(data:application/font-woff;base64,d09GRgABAAAAABTwAAsAAAAAFKQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIdWmNtYXAAAAFoAAABDAAAAQzS08i7Z2FzcAAAAnQAAAAIAAAACAAAABBnbHlmAAACfAAADuwAAA7sYh2i/GhlYWQAABFoAAAANgAAADYW9DRZaGhlYQAAEaAAAAAkAAAAJAo+Bp1obXR4AAARxAAAAMQAAADExNQRZ2xvY2EAABKIAAAAZAAAAGRQuFR+bWF4cAAAEuwAAAAgAAAAIABCAE5uYW1lAAATDAAAAcIAAAHC51vHQHBvc3QAABTQAAAAIAAAACAAAwAAAAMEMQGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA//8DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAABgAAAAMAAAA0AAAABAAAAIQAAQADAAAANAABAAQAAACEAAMAAQAAADQAAwAKAAAAhAAEAFAAAAAQABAAAwAAAAEAIOkc6R7pIOkq//3//wAAAAAAIOkA6R7pIOki//3//wAB/+MXBBcDFwIXAQADAAEAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAIgAAAAAAAAACgAAAAAAAAABAAAAAQAAACAAAAAgAAAAAwAA6QAAAOkcAAAABAAA6R4AAOkeAAAAIQAA6SAAAOkgAAAAIgAA6SIAAOkqAAAAIwAB9LsAAfS7AAAALAAB9PEAAfTyAAAALQAB9PoAAfT6AAAALwAB9bMAAfWzAAAAMAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAMAAP/ABM0DwAADAAgADAAAEyEVIRUhFSE1ESEVIQAEzfszBM37MwTN+zMDwM3NzMz+Z80AAAAAAwAA/8AFDQPAAAMABwALAAATIRUhESEVIREhFSEABQ368wUN+vMFDfrzA8Ci/vOi/vOiAAMAAP/ABVUDwAADAAcACwAAEyEVIREhFSERIRUhAAVV+qsFVfqrBVX6qwPAcv6rcv6rcgADAAD/wAUNA8AAAwAIAAwAABMhFSEBIRUhNQEhFSEABQ368wENBAD8AP7zBQ368wPAov7zoqL+UaIAAAADAAD/wAUNA8AAAwAHAAsAABMhFSERIRUhESEVIQAC8/0NBQ368wQA/AADwKL+86L+86IACAIi/8AEAAPAAAcADwAWAB4AIgAmACoALgAABTM1IxUjFTMlFTM1IzUjFQEVIzUjNTMhMxUjFSM1MwEzFSMVMxUjATMVIxUzFSMDvESJRIn+Zs1EiQHeiUTN/maJRIlEARGJiYmJ/quJiYmJQM1EiUREiUSJA3iJRImJRM3+781EzQHezUTNAAIAAP/AAd4DwAAEAAgAABMRMxEjJyERIYnMzIkB3v4iAzf9EgLuifwAAAAACAAA/8AB3gPAAAYADgAWAB4AIgAmACsAMAAAEyMVMzUzNQU1IxUzFTM1ATUzFTMVIzUFIzUzNTMVIwEjNTM1IzUzASM1MxURIzUzFUREiUQBEc1Eif4iiUTNAZqJRIlE/u+JiYmJAVWJiYmJA8DNRIlERIlEifyIiUSJRESJRM0BEc1Ezf4izc0BEc3NAAAABAAA/8AEAAPAAAQACAANABIAABMhFSE1AyEVIRchFSE1AyEVITXbAkr9ttsEAPwA2wJK/bbbBAD8AAPAkpL+25KSkpL+25KSAAAAAAQAAP/ABAADwAADAAcACwAQAAATIRUhFSEVIRUhFSEVIRUhNQACkv1uBAD8AAKS/W4EAPwAA8CSk5KSkpOSkgAEAAD/wAQAA8AABAAIAA0AEgAAASEVITUBIRUhBSEVITUBIRUhNQFuApL9bv6SBAD8AAFuApL9bv6SBAD8AAPAkpL+25KSkpL+25KSAAAAAAIAAP/ABAADwAAEAAgAABMRIREhJyERIYkC7v0SiQQA/AADN/0SAu6J/AAAEAAA/8AGIgPAAAYADQAUABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsAABMzFSMVIzUFFSM1IzUzATM1IzUjFSU1IxUjFTMDMxUjFTMVIwEzFSMVMxUjATMVIyUzFSMlMxUjJTMVIwEzFSMlMxUjJTMVIyUzFSNEiUSJBiKIRc36IolEiQYiiEXNiIiIiIj6ZomJiYkDM83NARHNzfzNzc0BEc3NARHNzQERzc38zc3NARHNzQPAiUTNRIlEifwAiUTNRIlEiQLvzUTNAd7NRM0C74mJiYmJiYn9EomJiYmJiYkAAgAA/8AGIgPAAAQACAAAExEhESEnIREhiQUR+u+JBiL53gM3/RIC7on8AAACAAD/wAQAA8AAHAA4AAATFBceARcWMzI3PgE3NjU0Jy4BJyYjIgcOAQcGFSM0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyaSHR1jQ0JMTEJDYx0dHR1jQ0JMTEJDYx0dkigpi11dampdXosoKCgpi11dampdXosoKAHATEJDYx0dHR1jQ0JMTEJDYx0dHR1jQ0JMal1eiygoKCmLXV1qal1eiygoKCmLXV0AAgAA/8AEAAPAABAAMQAAExEUFjMhMjY1ETQmIyEiBhUjNDc+ATc2MyEyFx4BFxYVERQHDgEHBiMhIicuAScmNRGSKx8CSB8rKx/9uB8rkhERPCgoLgJILigoOxIRERE8KCgu/bguKCg7EhEC5P24HysrHwJIHysrHy4oKDsSERERPCgoLv24LigoOxIRERE8KCguAkgAAAAEAAD/wAQAA8AABAAIAA0AEQAAExEzESMnIREhJTMRIxEDIREhkpOTkgG3/kkC25OTkgG3/kkDLv0kAtyS/ACSAtz9JANu/AAAAAAAAgAA/8AEAAPAAAMACAAAEyERIRMRIREhAAQA/ACSAtz9JAPA/AADbv0kAtwAAAAAAgEl/8AC2wF3AAQACQAAASERIREXFTM1IwElAbb+SpKSkgF3/kkBt5KTkwACAiL/wAQAA8AABAAIAAAlESMRMxchESEDd8zMif4iAd5JAu79EokEAAAAAAIBJQDlAtsCmwAEAAgAAAEhESERFxUzNQElAbb+SpKSApv+SgG2kpKSAAAACAAAAeIEAAPAAAYADgAVAB0AIQAlACoALwAAATUjFTMVMwMzNSMVIxUzATMVIxUjNRE1MxUzFSM1ATUzFTM1MxUBNTMVIyE1MxUjBADNRIlERIlEifyIiUSJiUTNARHNRM3+Is3NARHNzQN8RIlE/u/NRIkB3olEzf5miUSJRAERiYmJif6riYmJiQACASUCCQLbA8AABAAIAAABIREhERcVMzUBJQG2/kqSkgPA/kkBt5KTkwAAAAIAAP/ABAABngAEAAgAADchNSEVBxEhEYkC7v0SiQQASczMiQHe/iIAAAAAAgAA/8ABtwF3AAMACAAAEyERIRMVMzUjAAG3/kmSk5MBd/5JASWTkwAAAAAIAAD/wAQAAZ4ABwAPABYAHgAiACYAKgAuAAA3FTM1IzUjFRMjFTM1MzUjASM1MzUzFREVIzUjNTMVARUjNSMVIzUBFSM1IxUjNQDNRIlERIlEiQN4iUSJiUTN/u/NRM0B3s1EzQREiUSJAZrNRIn+IolEzQGaiUSJRP7viYmJiQFViYmJiQAAAgAAAOUBtwKbAAQACAAAEyERIREXFTM1AAG3/kmSkwKb/koBtpKSkgAAAAACAAAB4gQAA8AABAAIAAABIRUhNTcRIREDd/0SAu6J/AADN8zMif4iAd4AAAIAAAIJAbcDwAADAAcAABMhESETFTM1AAG3/kmSkwPA/kkBJZOTAAACAkn/wAQAAXcAAwAIAAABIREhExUzNSMCSQG3/kmSk5MBd/5JASWTkwAAAAICSQDlBAACmwAEAAkAAAEhESERFxUzNSMCSQG3/kmSk5MCm/5KAbaSkpIAAgJJAgkEAAPAAAMACAAAASERIRMVMzUjAkkBt/5JkpOTA8D+SQElk5MAAAACAAD/wAQAA8AABAAIAAA3IREhEQMhESGSAtz9JJIEAPwAUgLc/SQDbvwAAAEAf//AAtkDoAAFAAAlIREjESEC2f4hewJaLwNx/CAAAQB//8AEUAOgAA8AABcRMwEzATMRMxEjASMBIxHyCAE5aQE4CXOQ/q0L/qyPQAL2/REC7/0KA+D8ywM1/CAAAAEARgAdAtcDuAA8AAATFhceARcWMzI3PgE3NjU0Jy4BJyYvAS4BNTQ2MzIWFzMmJy4BJyYjIgcOAQcGFRQWHwEeARUUBiMiJicjRgUZGVY6O0ZLPT1WFxcODj4xMEVcW09rWFJqDG4DGBlRNzZARjo5UhcWbXdyW1V1WV56C28BGDkuL0ESEhMSRTExPTEmJjsXFhEZF0E0Q1FNQzUtLEESEhISQi4vOF5xHx0XSjhCVlJFAAIANwAdBnwDuAAOAEsAADczEzMTMwkBIwMjAyMJASUWFx4BFxYzMjc+ATc2NTQnLgEnJi8BLgE1NDYzMhYXMyYnLgEnJiMiBw4BBwYVFBYfAR4BFRQGIyImJyM3fesK54T+1QExfewJ6YQBKv7SA7QFGRlWOjtGSz09VhcXDg4+MTBFXFtPa1hSagxuAxkYUTc3P0Y6OVIXFm13cVxVdVleewpvMgFb/qUBtwG7/qEBX/5J/kXmOS4vQRISExJFMTE9MSYmOxcWERkXQTRDUU1DNS0sQRISEhJCLi84XnEfHRdKOEJWUkUAAAAABAAA/8AEAAPAAAQACAANABEAABMRMxEjJyERISUzESMRAyERIZKTk5IBt/5JAtuTk5IBt/5JAy79JALckvwAkgEl/tsBt/23AAAAAAQAAP/ABAADwAAEAAgADQARAAATETMRIychESEBMxEjEQMhESGSk5OSAbf+SQLbk5OSAbf+SQMu/SQC3JL8AAFuAST+3AG3/bYAAAAEAAD/wAQAA8AABAAIAA0AEQAAExEzESMnIREhATMRIxEDIREhkpOTkgG3/kkC25OTkgG3/kkDLv0kAtyS/AACSQEl/tsBt/23AAAAAwAbAAUD5QN1AAoAFQAlAAAlITI2NRE0JiMhESMRIyIGFREUFjsBATIWFREUBiMhIiY1ETQ2MwFfAfoRFxcR/gZkVBEXFxFUAq4ZIyMZ/K4ZIyMZaRcRAlgRF/1YAqgXEf2oERcDDCMZ/QgZIyMZAvgZIwADAJj/2ANoA6IACQAUACUAAAERNCYjISIGFREFIRUUFjMhMjY9AQE0NjMhMhYVERQGIyEiJjURAwQXEf5IERcCCP34FxEBuBEX/ZQjGQJYGSMjGf2oGSMBHAH6ERcXEf4GZFQRFxcRVAKuGSMjGfyuGSMjGQNSAAADABsAVQPlAyUACgAVACUAACUhMjY1ETQmIyERIxEjIgYVERQWOwEBMhYVERQGIyEiJjURNDYzAV8B+hEXFxH+BmRUERcXEVQCrhkjIxn8rhkjIxm5FxEBuBEX/fgCCBcR/kgRFwJsIxn9qBkjIxkCWBkjAAIASP/eA7gDogAXACgAACUjFSE1IzUhMjY1ETQmIyEiBhURFBYzIQE0NjMhMhYVERQGIyEiJjURAc6WAZCWAUoZIyMZ/QgZIyMZAUr+3hcRAlgRFxcR/agRF0JkZHIjGQJ2GSMjGf2KGSMCYhEXFxH+KhEXFxEB1gAAAAADAEj/2AO4A6IACgAVACUAAAERNCYjISIGFREhFSEVFBYzITI2PQEBNDYzITIWFREUBiMhIiY1A1QXEf2oERcCqP1YFxECWBEX/PQjGQL4GSMjGf0IGSMBHAH6ERcXEf4GZFQRFxcRVAKuGSMjGfyuGSMjGQAAAAABAAAAAQAAeW+8e18PPPUACwQAAAAAANisd+4AAAAA2Kx37gAA/8AGfAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAarAAAAAAZ8AAEAAAAAAAAAAAAAAAAAAAAxBAAAAAAAAAAAAAAAAgAAAATNAAAFDQAABVUAAAUNAAAFDQAABAACIgQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAYiAAAGIgAABAAAAAQAAAAEAAAABAAAAAQAASUEAAIiBAABJQQAAAAEAAElBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAACSQQAAkkEAAJJBAAAAAMAAH8EgAB/AxwARgarADcEAAAABAAAAAQAAAAEAAAbBAAAmAQAABsEAABIBAAASAAAAAAACgAUAB4AOgBUAG4AjACmAOoBAAFIAW4BjgG2AcwCPgJUAqoC9gMcAzQDSgNgA3YDvAPSA+gD/gRCBFgEbgSCBJgErgTEBNoE6gUKBWQF2gYABiYGTAaGBsIG/Ac6B3YAAQAAADEATAAQAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAAcAjQABAAAAAAADAAwARQABAAAAAAAEAAwAogABAAAAAAAFAAsAJAABAAAAAAAGAAwAaQABAAAAAAAKABoAxgADAAEECQABABgADAADAAEECQACAA4AlAADAAEECQADABgAUQADAAEECQAEABgArgADAAEECQAFABYALwADAAEECQAGABgAdQADAAEECQAKADQA4HZjQXR0cmlidXRlcwB2AGMAQQB0AHQAcgBpAGIAdQB0AGUAc1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMHZjQXR0cmlidXRlcwB2AGMAQQB0AHQAcgBpAGIAdQB0AGUAc3ZjQXR0cmlidXRlcwB2AGMAQQB0AHQAcgBpAGIAdQB0AGUAc1JlZ3VsYXIAUgBlAGcAdQBsAGEAcnZjQXR0cmlidXRlcwB2AGMAQQB0AHQAcgBpAGIAdQB0AGUAc0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff"),url("data:image/svg+xml,%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %3E %3Csvg xmlns='http://www.w3.org/2000/svg'%3E %3Cmetadata%3EGenerated by IcoMoon%3C/metadata%3E %3Cdefs%3E %3Cfont id='vcAttributes' horiz-adv-x='1024'%3E %3Cfont-face units-per-em='1024' ascent='960' descent='-64' /%3E %3Cmissing-glyph horiz-adv-x='1024' /%3E %3Cglyph unicode='&%23x20;' horiz-adv-x='512' d='' /%3E %3Cglyph unicode='&%23xe900;' glyph-name='sandwich-bold' horiz-adv-x='1229' d='M0 960h1228.8v-204.8h-1228.8v204.8zM0 550.4h1228.8v-204.8h-1228.8v204.8zM0 140.8h1228.8v-204.8h-1228.8v204.8z' /%3E %3Cglyph unicode='&%23xe901;' glyph-name='sandwich-regular' horiz-adv-x='1293' d='M0 960h1293.474v-161.684h-1293.474v161.684zM0 528.842h1293.474v-161.684h-1293.474v161.684zM0 97.684h1293.474v-161.684h-1293.474v161.684z' /%3E %3Cglyph unicode='&%23xe902;' glyph-name='sandwich-thin' horiz-adv-x='1365' d='M0 960h1365.333v-113.778h-1365.333v113.778zM0 504.889h1365.333v-113.778h-1365.333v113.778zM0 49.778h1365.333v-113.778h-1365.333v113.778z' /%3E %3Cglyph unicode='&%23xe903;' glyph-name='sandwich-right' horiz-adv-x='1293' d='M0 960h1293.474v-161.684h-1293.474v161.684zM269.474 528.842h1024v-161.684h-1024v161.684zM0 97.684h1293.474v-161.684h-1293.474v161.684z' /%3E %3Cglyph unicode='&%23xe904;' glyph-name='sandwich-left' horiz-adv-x='1293' d='M0 960h754.526v-161.684h-754.526v161.684zM0 528.842h1293.474v-161.684h-1293.474v161.684zM0 97.684h1024v-161.684h-1024z' /%3E %3Cglyph unicode='&%23xe905;' glyph-name='mirror-horizontally-left-path-1' d='M955.733-64h68.267v204.8h-136.533v-68.267h-68.267v-136.533h136.533zM546.133 4.267v-68.267h204.8v136.533h-68.267v68.267h-136.533v-136.533zM1024 891.733v-136.533h-136.533v68.267h-68.267v136.533h204.8v-68.267zM614.4 960h136.533v-136.533h-68.267v-68.267h-136.533v204.8h68.267zM887.467 686.933h136.533v-204.8h-136.533v204.8zM887.467 413.867h136.533v-204.8h-136.533v204.8zM546.133 686.933h136.533v-204.8h-136.533v204.8zM546.133 413.867h136.533v-204.8h-136.533v204.8z' /%3E %3Cglyph unicode='&%23xe906;' glyph-name='mirror-horizontally-left-path-2' d='M136.533 823.467v-750.933h204.8v750.933h-204.8zM0 960h477.867v-1024h-477.867v1024z' /%3E %3Cglyph unicode='&%23xe907;' glyph-name='mirror-horizontally-right-path-1' d='M68.267 960h-68.267v-204.8h136.533v68.267h68.267v136.533h-136.533zM477.867 891.733v68.267h-204.8v-136.533h68.267v-68.267h136.533v136.533zM0 4.267v136.533h136.533v-68.267h68.267v-136.533h-204.8v68.267zM409.6-64h-136.533v136.533h68.267v68.267h136.533v-204.8h-68.267zM136.533 209.067h-136.533v204.8h136.533v-204.8zM136.533 482.133h-136.533v204.8h136.533v-204.8zM477.867 209.067h-136.533v204.8h136.533v-204.8zM477.867 482.133h-136.533v204.8h136.533v-204.8z' /%3E %3Cglyph unicode='&%23xe908;' glyph-name='alignment-center' d='M219.429 960h585.143v-146.286h-585.143v146.286zM0 667.429h1024v-146.286h-1024v146.286zM219.429 374.857h585.143v-146.286h-585.143v146.286zM0 82.286h1024v-146.286h-1024v146.286z' /%3E %3Cglyph unicode='&%23xe909;' glyph-name='alignment-left' d='M0 960h658.286v-146.286h-658.286v146.286zM0 667.429h1024v-146.286h-1024v146.286zM0 374.857h658.286v-146.286h-658.286v146.286zM0 82.286h1024v-146.286h-1024v146.286z' /%3E %3Cglyph unicode='&%23xe90a;' glyph-name='alignment-right' d='M365.714 960h658.286v-146.286h-658.286v146.286zM0 667.429h1024v-146.286h-1024v146.286zM365.714 374.857h658.286v-146.286h-658.286v146.286zM0 82.286h1024v-146.286h-1024v146.286z' /%3E %3Cglyph unicode='&%23xe90b;' glyph-name='row-width-boxed' d='M136.533 823.467v-750.933h750.933v750.933h-750.933zM0 960h1024v-1024h-1024v1024z' /%3E %3Cglyph unicode='&%23xe90c;' glyph-name='row-width-stretched' horiz-adv-x='1570' d='M68.267 960h136.533v-136.533h-68.267v-68.267h-136.533v204.8h68.267zM1570.133 891.733v-136.533h-136.533v68.267h-68.267v136.533h204.8v-68.267zM68.267-64h136.533v136.533h-68.267v68.267h-136.533v-204.8h68.267zM1570.133 4.267v136.533h-136.533v-68.267h-68.267v-136.533h204.8v68.267zM1433.6 686.933h136.533v-204.8h-136.533v204.8zM1433.6 413.867h136.533v-204.8h-136.533v204.8zM0 686.933h136.533v-204.8h-136.533v204.8zM0 413.867h136.533v-204.8h-136.533v204.8zM819.2 960h204.8v-136.533h-204.8v136.533zM1092.267 960h204.8v-136.533h-204.8v136.533zM273.067 960h204.8v-136.533h-204.8v136.533zM546.133 960h204.8v-136.533h-204.8v136.533zM819.2 72.533h204.8v-136.533h-204.8v136.533zM1092.267 72.533h204.8v-136.533h-204.8v136.533zM273.067 72.533h204.8v-136.533h-204.8v136.533zM546.133 72.533h204.8v-136.533h-204.8v136.533z' /%3E %3Cglyph unicode='&%23xe90d;' glyph-name='row-width-stretched-content' horiz-adv-x='1570' d='M136.533 823.467v-750.933h1297.067v750.933h-1297.067zM0 960h1570.133v-1024h-1570.133v1024z' /%3E %3Cglyph unicode='&%23xe90e;' glyph-name='shape-round' d='M146.286 448c0-201.627 163.96-365.714 365.714-365.714 201.627 0 365.714 163.96 365.714 365.714 0 201.627-163.96 365.714-365.714 365.714-201.627 0-365.714-163.96-365.714-365.714zM0 448c0 282.77 229.806 512 512 512 282.77 0 512-229.806 512-512 0-282.77-229.806-512-512-512-282.77 0-512 229.806-512 512z' /%3E %3Cglyph unicode='&%23xe90f;' glyph-name='shape-rounded' d='M146.286 740.326v-584.653c0-40.623 32.783-73.388 73.388-73.388h584.653c40.623 0 73.388 32.783 73.388 73.388v584.653c0 40.623-32.783 73.388-73.388 73.388h-584.653c-40.623 0-73.388-32.783-73.388-73.388zM0 740.326c0 121.322 98.185 219.674 219.674 219.674h584.653c121.322 0 219.674-98.185 219.674-219.674v-584.653c0-121.322-98.185-219.674-219.674-219.674h-584.653c-121.322 0-219.674 98.185-219.674 219.674v584.653z' /%3E %3Cglyph unicode='&%23xe910;' glyph-name='vertical-alignment-full-height' d='M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 82.286h146.286v731.429h-146.286v-731.429zM585.143 960h438.857v-1024h-438.857v1024z' /%3E %3Cglyph unicode='&%23xe911;' glyph-name='background-position-full' d='M0 960h1024v-1024h-1024v1024zM146.286 813.714v-731.429h731.429v731.429h-731.429z' /%3E %3Cglyph unicode='&%23xe912;' glyph-name='background-position-center-bottom' d='M292.571 374.857h438.857v-438.857h-438.857v438.857zM438.857 228.571v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe913;' glyph-name='mirror-horizontally-right-path-2' d='M887.467 72.533v750.933h-204.8v-750.933h204.8zM1024-64h-477.867v1024h477.867v-1024z' /%3E %3Cglyph unicode='&%23xe914;' glyph-name='background-position-center-center' d='M292.571 667.429h438.857v-438.857h-438.857v438.857zM438.857 521.143v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe915;' glyph-name='mirror-vertically-down-path-1' d='M1024 891.733v68.267h-204.8v-136.533h68.267v-68.267h136.533v136.533zM955.733 482.133h68.267v204.8h-136.533v-68.267h-68.267v-136.533h136.533zM68.267 960h136.533v-136.533h-68.267v-68.267h-136.533v204.8h68.267zM0 550.4v136.533h136.533v-68.267h68.267v-136.533h-204.8v68.267zM273.067 823.467v136.533h204.8v-136.533h-204.8zM546.133 823.467v136.533h204.8v-136.533h-204.8zM273.067 482.133v136.533h204.8v-136.533h-204.8zM546.133 482.133v136.533h204.8v-136.533h-204.8z' /%3E %3Cglyph unicode='&%23xe916;' glyph-name='background-position-center-top' d='M292.571 960h438.857v-438.857h-438.857v438.857zM438.857 813.714v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe917;' glyph-name='mirror-vertically-down-path-2' d='M136.533 72.533h750.933v204.8h-750.933v-204.8zM0-64v477.867h1024v-477.867h-1024z' /%3E %3Cglyph unicode='&%23xe918;' glyph-name='background-position-left-bottom' d='M0 374.857h438.857v-438.857h-438.857v438.857zM146.286 228.571v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe919;' glyph-name='mirror-vertically-up-path-1' d='M0 4.267v-68.267h204.8v136.533h-68.267v68.267h-136.533v-136.533zM68.267 413.867h-68.267v-204.8h136.533v68.267h68.267v136.533h-136.533zM955.733-64h-136.533v136.533h68.267v68.267h136.533v-204.8h-68.267zM1024 345.6v-136.533h-136.533v68.267h-68.267v136.533h204.8v-68.267zM750.933 72.533v-136.533h-204.8v136.533h204.8zM477.867 72.533v-136.533h-204.8v136.533h204.8zM750.933 413.867v-136.533h-204.8v136.533h204.8zM477.867 413.867v-136.533h-204.8v136.533h204.8z' /%3E %3Cglyph unicode='&%23xe91a;' glyph-name='background-position-left-center' d='M0 667.429h438.857v-438.857h-438.857v438.857zM146.286 521.143v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe91b;' glyph-name='mirror-vertically-up-path-2' d='M887.467 823.467h-750.933v-204.8h750.933v204.8zM1024 960v-477.867h-1024v477.867h1024z' /%3E %3Cglyph unicode='&%23xe91c;' glyph-name='background-position-left-top' d='M0 960h438.857v-438.857h-438.857v438.857zM146.286 813.714v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe91e;' glyph-name='background-position-right-bottom' d='M585.143 374.857h438.857v-438.857h-438.857v438.857zM731.429 228.571v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe920;' glyph-name='background-position-right-center' d='M585.143 667.429h438.857v-438.857h-438.857v438.857zM731.429 521.143v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe922;' glyph-name='background-position-right-top' d='M585.143 960h438.857v-438.857h-438.857v438.857zM731.429 813.714v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe923;' glyph-name='shape-square' d='M146.286 82.286h731.429v731.429h-731.429v-731.429zM0 960h1024v-1024h-1024v1024z' /%3E %3Cglyph unicode='&%23xe924;' glyph-name='size-l' horiz-adv-x='768' d='M728.75 47.375h-478.5v880.688h-123.75v-992.063h602.25z' /%3E %3Cglyph unicode='&%23xe925;' glyph-name='size-m' horiz-adv-x='1152' d='M242-64v757.625h8.25l312.813-750.75h104.5l312.813 750.75h8.25v-757.625h115.5v992.063h-143.688l-339.625-820.875h-11l-339.625 820.875h-143.688v-992.063z' /%3E %3Cglyph unicode='&%23xe926;' glyph-name='size-s' horiz-adv-x='796' d='M70.278 280.167c11.611-152.167 140.556-251.167 327.556-251.167 201.667 0 329.389 103.278 329.389 265.222 0 129.556-73.333 200.444-256.056 246.278l-92.278 24.444c-121.611 31.167-169.889 70.889-169.889 139.944 0 89.222 77.611 147.889 194.944 147.889 110 0 184.556-53.778 199.833-144.222h110.611c-9.167 142.389-136.278 243.833-306.778 243.833-186.389 0-311.667-101.444-311.667-251.167 0-125.278 69.056-197.389 228.556-237.722l113.056-29.333c121.611-30.556 176.611-78.222 176.611-153.389 0-87.389-87.389-151.556-205.944-151.556-125.278 0-213.278 58.667-226.722 150.944h-111.222z' /%3E %3Cglyph unicode='&%23xe927;' glyph-name='size-xs' horiz-adv-x='1707' d='M55 49.778h124.667l235.278 347.722h9.778l231-347.722h132l-298.833 438.778 305.556 443.056h-125.278l-235.889-350.778h-9.778l-232.222 350.778h-132.611l298.222-438.167-301.889-443.667zM1003.19 280.167c11.611-152.167 140.556-251.167 327.556-251.167 201.667 0 329.389 103.278 329.389 265.222 0 129.556-73.333 200.444-256.056 246.278l-92.278 24.444c-121.611 31.167-169.889 70.889-169.889 139.944 0 89.222 77.611 147.889 194.944 147.889 110 0 184.556-53.778 199.833-144.222h110.611c-9.167 142.389-136.278 243.833-306.778 243.833-186.389 0-311.667-101.444-311.667-251.167 0-125.278 69.056-197.389 228.556-237.722l113.056-29.333c121.611-30.556 176.611-78.222 176.611-153.389 0-87.389-87.389-151.556-205.944-151.556-125.278 0-213.278 58.667-226.722 150.944h-111.222z' /%3E %3Cglyph unicode='&%23xe928;' glyph-name='vertical-alignment-bottom' d='M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 82.286h146.286v292.571h-146.286v-292.571zM585.143 521.143h438.857v-585.143h-438.857v585.143z' /%3E %3Cglyph unicode='&%23xe929;' glyph-name='vertical-alignment-middle' d='M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 301.714h146.286v292.571h-146.286v-292.571zM585.143 740.571h438.857v-585.143h-438.857v585.143z' /%3E %3Cglyph unicode='&%23xe92a;' glyph-name='vertical-alignment-top' d='M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 521.143h146.286v292.571h-146.286v-292.571zM585.143 960h438.857v-585.143h-438.857v585.143z' /%3E %3Cglyph unicode='&%23x1f4bb;' glyph-name='tablet-landscape' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 105h505.988c22.112 0 40.012 17.908 40.012 39.998v600.003c0 22.072-17.914 39.998-40.012 39.998h-505.988v-680zM251 105v680h-83.988c-22.112 0-40.012-17.908-40.012-39.998v-600.003c0-22.072 17.914-39.998 40.012-39.998h83.988zM937.009 885c33.132 0 59.991-26.877 59.991-60.010v-759.98c0-33.143-26.86-60.010-59.991-60.010h-850.017c-33.132 0-59.991 26.877-59.991 60.010v759.98c0 33.143 26.86 60.010 59.991 60.010h850.017z' /%3E %3Cglyph unicode='&%23x1f4f1;' glyph-name='mobile-portrait' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M772 284v505.988c0 22.112-17.906 40.012-39.994 40.012h-440.012c-22.094 0-39.994-17.914-39.994-40.012v-505.988h520zM772 184h-520v-83.988c0-22.112 17.906-40.012 39.994-40.012h440.012c22.094 0 39.994 17.914 39.994 40.012v83.988zM152 870.009c0 33.132 26.857 59.991 59.994 59.991h600.011c33.134 0 59.994-26.86 59.994-59.991v-850.017c0-33.132-26.857-59.991-59.994-59.991h-600.011c-33.134 0-59.994 26.86-59.994 59.991v850.017z' /%3E %3Cglyph unicode='&%23x1f4f2;' glyph-name='mobile-landscape' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 185h505.988c22.112 0 40.012 17.906 40.012 39.994v440.012c0 22.094-17.914 39.994-40.012 39.994h-505.988v-520zM251 185v520h-83.988c-22.112 0-40.012-17.906-40.012-39.994v-440.012c0-22.094 17.914-39.994 40.012-39.994h83.988zM937.009 805c33.132 0 59.991-26.857 59.991-59.994v-600.011c0-33.134-26.86-59.994-59.991-59.994h-850.017c-33.132 0-59.991 26.857-59.991 59.994v600.011c0 33.134 26.86 59.994 59.991 59.994h850.017z' /%3E %3Cglyph unicode='&%23x1f4fa;' glyph-name='desktop' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M462 66h-150v-100h400v100h-150v114h329.99c33.132 0 60.010 26.858 60.010 59.99v630.021c0 33.131-26.867 59.99-60.010 59.99h-759.98c-33.132 0-60.010-26.858-60.010-59.99v-630.021c0-33.131 26.867-59.99 60.010-59.99h329.99v-114zM172 790.002c0 22.090 17.926 39.998 39.998 39.998h600.003c22.091 0 39.998-17.909 39.998-39.998v-470.005c0-22.090-17.926-39.998-39.998-39.998h-600.003c-22.091 0-39.998 17.909-39.998 39.998v470.005z' /%3E %3Cglyph unicode='&%23x1f5b3;' glyph-name='tablet-portrait' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M852 284v505.988c0 22.112-17.908 40.012-39.998 40.012h-600.003c-22.072 0-39.998-17.914-39.998-40.012v-505.988h680zM852 184h-680v-83.988c0-22.112 17.908-40.012 39.998-40.012h600.003c22.072 0 39.998 17.914 39.998 40.012v83.988zM72 870.009c0 33.132 26.877 59.991 60.010 59.991h759.98c33.143 0 60.010-26.86 60.010-59.991v-850.017c0-33.132-26.877-59.991-60.010-59.991h-759.98c-33.143 0-60.010 26.86-60.010 59.991v850.017z' /%3E %3C/font%3E%3C/defs%3E%3C/svg%3E#vcAttributes") format("svg");font-weight:400;font-style:normal}.vcv-ui-icon-attribute{font-family:vcattributes!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vcv-ui-icon-attribute-background-position-center-bottom:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-center-bottom:after{content:"\e912";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-center-center:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-center-center:after{content:"\e914";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-center-top:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-center-top:after{content:"\e916";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-left-bottom:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-left-bottom:after{content:"\e918";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-left-center:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-left-center:after{content:"\e91a";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-left-top:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-left-top:after{content:"\e91c";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-right-bottom:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-right-bottom:after{content:"\e91e";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-right-center:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-right-center:after{content:"\e920";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-right-top:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-right-top:after{content:"\e922";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-vertical-alignment-full-height:before{content:"\e910"}.vcv-ui-icon-attribute-alignment-center:before{content:"\e908"}.vcv-ui-icon-attribute-alignment-left:before{content:"\e909"}.vcv-ui-icon-attribute-alignment-right:before{content:"\e90a"}.vcv-ui-icon-attribute-row-width-boxed:before{content:"\e90b"}.vcv-ui-icon-attribute-row-width-stretched:before{content:"\e90c"}.vcv-ui-icon-attribute-row-width-stretched-content:before{content:"\e90d"}.vcv-ui-icon-attribute-shape-round:before{content:"\e90e"}.vcv-ui-icon-attribute-shape-rounded:before{content:"\e90f"}.vcv-ui-icon-attribute-shape-square:before{content:"\e923"}.vcv-ui-icon-attribute-size-l:before{content:"\e924"}.vcv-ui-icon-attribute-size-m:before{content:"\e925"}.vcv-ui-icon-attribute-size-s:before{content:"\e926"}.vcv-ui-icon-attribute-size-xs:before{content:"\e927"}.vcv-ui-icon-attribute-vertical-alignment-bottom:before{content:"\e928"}.vcv-ui-icon-attribute-vertical-alignment-middle:before{content:"\e929"}.vcv-ui-icon-attribute-vertical-alignment-top:before{content:"\e92a"}.vcv-ui-icon-attribute-mirror-horizontally-left:before{content:"\e905";color:#d0d0d0}.vcv-ui-icon-attribute-mirror-horizontally-left:after{content:"\e906";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-mirror-horizontally-right:before{content:"\e907";color:#d0d0d0}.vcv-ui-icon-attribute-mirror-horizontally-right:after{content:"\e913";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-mirror-vertically-down:before{content:"\e915";color:#d0d0d0}.vcv-ui-icon-attribute-mirror-vertically-down:after{content:"\e917";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-mirror-vertically-up:before{content:"\e919";color:#d0d0d0}.vcv-ui-icon-attribute-mirror-vertically-up:after{content:"\e91b";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-sandwich-bold:before{content:"\e900"}.vcv-ui-icon-attribute-sandwich-regular:before{content:"\e901"}.vcv-ui-icon-attribute-sandwich-thin:before{content:"\e902"}.vcv-ui-icon-attribute-sandwich-right:before{content:"\e903"}.vcv-ui-icon-attribute-sandwich-left:before{content:"\e904"}.vcv-ui-icon-attribute-tablet-landscape:before{content:"\1f4bb"}.vcv-ui-icon-attribute-mobile-portrait:before{content:"\1f4f1"}.vcv-ui-icon-attribute-mobile-landscape:before{content:"\1f4f2"}.vcv-ui-icon-attribute-desktop:before{content:"\1f4fa"}.vcv-ui-icon-attribute-tablet-portrait:before{content:"\1f5b3"}.vcv-row-control-container{box-sizing:border-box;min-height:60px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0;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,.15);margin:5px;font-size:14px}.vcv-row-control:active,.vcv-row-control:focus,.vcv-row-control:hover{color:#fff;background:rgba(0,0,0,.2);text-decoration:none}.vcv-row-control[disabled]{color:#fff;background:rgba(0,0,0,.15);opacity:.5;cursor:not-allowed}.vcv-row-control-content{white-space:nowrap;line-height:16px}.vcv-row-control-icon{font-size:1em;height:1.25em;width:1.25em;display:inline-block;vertical-align:middle;position:relative}.vcv-row-control-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-row-control-icon+span{margin-left:16px;vertical-align:middle;font-family:Nunito Sans,sans-serif}.vce-col.vce-element--has-background>.vce-col-content>.vcv-row-control-container,.vce-row.vce-element--has-background>.vce-row-content>.vce-col>.vce-col-content>.vcv-row-control-container{margin-bottom:35px;padding:0}.vcv-blank-page-container{max-width:500px;margin:30px auto;padding:0 20px;font-family:Nunito Sans,sans-serif}.vcv-blank-page-heading-container{margin:0 0 25px;text-align:center}.vcv-blank-page-heading{display:inline-block;font-family:inherit;font-size:26px;line-height:1.2em;text-transform:capitalize}.vcv-blank-page-controls-container{margin:0 auto}.vcv-blank-page-controls-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px}.vcv-ui-element-control{position:relative;width:60px;height:60px;padding:10px;margin:10px;border:none;border-radius:3px;color:#fff;background:#2b4b80;cursor:pointer;text-decoration:none;transition:background .2s ease-in-out;vertical-align:middle;overflow:visible}.vcv-ui-element-control:hover{background:#6dab3c}.vcv-ui-element-control--row:hover{background:#4673bd}.vcv-ui-element-control--add:hover{background:#203251}.vcv-ui-element-control--template{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;transition:background .2s ease-in-out}.vcv-ui-element-control--template:hover{background:#fec53f}.vcv-ui-element-control--full-width{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%}.vcv-ui-element-control .vcv-ui-icon{width:50px;height:50px;font-size:1.2em}.vcv-ui-element-control .vcv-ui-icon,.vcv-ui-element-control .vcv-ui-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-element-control .vcv-ui-icon:before{font-size:23px}.vcv-ui-element-control .vcv-ui-icon-template:before{font-size:30px}.vcv-ui-element-control-label{display:none;font-family:inherit}.vcv-ui-element-controls--lock-width{-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.vcv-ui-element-controls--lock-width .vcv-ui-element-control{padding:0 10px;width:auto;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;font-size:1.2em;text-align:left}.vcv-ui-element-controls--lock-width .vcv-ui-element-control,.vcv-ui-element-controls--lock-width .vcv-ui-element-control-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-element-controls--lock-width .vcv-ui-element-control-label{display:inline-block;font-size:.8em;margin-left:16px}.vcv-ui-element-controls--lock-width .vcv-ui-icon{position:relative;top:auto;left:auto;-webkit-transform:initial;transform:none;font-size:medium}.vcv-blank-page-description-container{display:block;min-height:160px;margin-top:20px;font-family:Nunito Sans,sans-serif;font-size:14px;font-style:italic;line-height:1.4em;opacity:0;transition:opacity .2s ease-in-out}.vcv-blank-page-description-container.vcv-blank-page-description-active{opacity:1}.vcv-ui-blank-row-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:50vh;position:relative}.vcv-ui-blank-row-drag-overlay{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;opacity:0;visibility:hidden;transition:all .2s}.vcv-ui-blank-row-drag-overlay svg{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;opacity:.15}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-drag-overlay{z-index:1;opacity:1;visibility:visible}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-controls-container{opacity:0}.vcv-layouts-html{position:relative}.vcv-layouts-html .vcv-ui-blank-row-container{height:auto;min-height:0}.vcv-layouts-html .vcv-ui-blank-row{margin-top:20px}.vcv-ui-blank-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;border:1px dashed hsla(0,0%,71.8%,.8);position:relative}.vcv-ui-blank-row-controls-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:10px 0;transition:opacity .2s}.vcv-ui-blank-row-element-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100px;padding:0;margin:10px 0;border:none;cursor:pointer}.vcv-ui-blank-row-element-control,.vcv-ui-blank-row-element-control:active,.vcv-ui-blank-row-element-control:focus,.vcv-ui-blank-row-element-control:hover{background:transparent;box-shadow:none}.vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.3}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon svg{vertical-align:top}.vcv-row-control-container .vcv-ui-blank-row-element-control{position:absolute;top:0;left:0;margin:0;width:100%;height:100%;min-height:80px}.vcv-row-control-container .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.15}.vcv-row-control-container.vcv-row-control-container-mobile-add{opacity:1}.vcv-ui-blank-row-element-control-label{display:none;font-family:inherit}.vcv-is-hidden{visibility:hidden}.single-vcv_footers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_sidebars .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.35}.single-vcv_footers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_sidebars .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.8}.single-vcv_footers .vcv-ui-blank-row,.single-vcv_headers .vcv-ui-blank-row,.single-vcv_sidebars .vcv-ui-blank-row{border:0;margin-bottom:15px}.single-vcv_headers .vcv-ui-blank-row-container,.single-vcv_sidebars .vcv-ui-blank-row-container{position:absolute;bottom:0;left:0;right:0;-webkit-transform:translateY(100%);transform:translateY(100%)}.single-vcv_footers .vcv-ui-blank-row-container{background:#292929}[data-vcv-element] [contenteditable]:focus{outline:none}[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] div,[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] p,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] div,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] p{display:inline;margin:0;padding:0}[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] br,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] br{display:none}.vcv-ui-content-editable-helper-loader{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:16px;min-width:60px;min-height:60px}.vcv-row-placeholder{border:1px dashed hsla(0,0%,71.8%,.8);opacity:1;margin-top:10px}.vce-column-resizer{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 hsla(0,0%,71.8%,.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:700;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,.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-hide+.vce-column-resizer,.vce-col--all-last+.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-hide+.vce-column-resizer,.vce-col--xs-last+.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-hide+.vce-column-resizer,.vce-col--sm-last+.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-hide+.vce-column-resizer,.vce-col--md-last+.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-hide+.vce-column-resizer,.vce-col--lg-last+.vce-column-resizer{display:none}}@media (min-width:1200px){.vce-col--xl-visible+.vce-column-resizer{display:block}.vce-col--xl-hide+.vce-column-resizer,.vce-col--xl-last+.vce-column-resizer{display:none}}.vcv-blank-element{height:50px}[data-vcv-layout-zone]{position:relative;min-height:40px}[data-vcv-layout-zone].vcv-drag-helper-over-hfs{cursor:not-allowed}[data-vcv-layout-zone].vcv-drag-helper-over-hfs .vcv-zone-overlay{visibility:hidden;z-index:-1}[data-vcv-layout-zone] .vcv-zone-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:background .2s;z-index:100}[data-vcv-layout-zone] .vcv-zone-overlay:hover{background:hsla(0,0%,100%,.2)}[data-vcv-layout-zone] .vcv-zone-overlay:hover .vcv-zone-button{opacity:1}[data-vcv-layout-zone] .vcv-zone-button{position:-webkit-sticky;position:sticky;top:15px;bottom:15px;opacity:0;background:#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%}.vcv-migration-notice,.vcv-migration-notice-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff}.vcv-migration-notice{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 15%;text-align:center;font:normal normal normal 12px Montserrat,sans-serif}.vcv-migration-title{width:80%;font-size:2em;line-height:1.3;color:#363636;letter-spacing:1px}.vcv-migration-description{text-align:left;font:normal normal 700 12px Nunito Sans,sans-serif}.vcv-migration-description,.vcv-migration-label{color:#717171;font-size:14px;line-height:24px;letter-spacing:1px;margin:0 0 1.5em}.vcv-migration-description.vcv-migration-description--emphasized{margin:5px 0 2em;font-style:italic;color:#a6a6a6;line-height:1.6;font-size:13px;font-weight:400}.vcv-migration-button{width:422px}.vcv-migration-label{position:relative;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:-3px;padding:0 0 0 25px}.vcv-migration-label:after,.vcv-migration-label:before{content:"";position:absolute}.vcv-migration-label:before{top:4px;left:0;width:16px;height:16px;transition:border .2s ease-in-out,background .2s ease-in-out}.vcv-migration-label:after{height:10px;width:6px;border:2px solid #fff;border-left:0;border-top:0;top:5px;left:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:border-color .2s ease-in-out}.vcv-migration-checkbox{position:absolute;top:0;left:0;margin:0;padding:0;height:16px;width:16px;opacity:0;z-index:-99}.vcv-migration-checkbox:not(:checked)+label:before{border:2px solid #d4d4d4}.vcv-migration-checkbox:checked+label:before{border:2px solid #21a1d1;background:#21a1d1}.vcv-migration-checkbox:not(:checked)+label:after{border-color:transparent}.vcv-migration-checkbox:checked+label:after{border-color:#fff}.vcv-migration-button{display:inline-block;background:transparent;color:#d6d6d6;letter-spacing:.077em;text-transform:uppercase;border:2px solid #d6d6d6;padding:16px 34px;transition:color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out;margin-bottom:20px;max-width:100%;border-radius:0;cursor:pointer;font:normal normal normal 12px Montserrat,sans-serif}.vcv-migration-button--start{border-color:#294a82;background:#294a82;color:#fff}.vcv-migration-button--start:hover{border-color:#1f3152;background:#1f3152}.vcv-migration-button--back:hover{color:#a0a0a0;border-color:#a0a0a0}.vcv-migration-notes{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.vcv-migration-note,.vcv-migration-notes{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-migration-note{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:0 0 .5em;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.vcv-migration-note:last-of-type{margin:0 0 1.5em}.vcv-migration-note .vcv-ui-icon{margin:3px 13px 0 0;font-size:17px}.vcv-migration-note .vcv-ui-icon.vcv-ui-state--success{color:#6dab3c}.vcv-migration-note .vcv-ui-icon.vcv-ui-state--error{color:#f44}.vcv-migration-note .vcv-migration-description{margin:0}@media screen and (max-width:1024px){.vcv-migration-notice{padding:0 10%}.vcv-migration-title{font-size:2em;margin:.5em 0}.vcv-migration-description,.vcv-migration-label{line-height:22px;font-size:13px;margin:0 0 1.5em}.vcv-migration-description--emphasized{margin:0 0 2em}.vcv-migration-button{margin-bottom:15px}}@media screen and (max-width:768px){.vcv-migration-notice{position:absolute;top:0;left:0;width:100%;padding:12% 3%}.vcv-migration-title{width:100%;font-size:2em;margin:.4em 0}.vcv-migration-description,.vcv-migration-label{line-height:20px;font-size:13px;margin:0 0 1.3em}.vcv-migration-description--emphasized{font-size:12px}.vcv-migration-button{margin-bottom:13px}}.medium-toolbar-arrow-under:after{border-color:#2b4b80 transparent transparent;top:auto;bottom:-6px;border-width:6px 6px 0}.medium-toolbar-arrow-over:before{border-color:transparent transparent #2b4b80;border-width:0 6px 6px;top:-6px}.medium-editor-toolbar{background-color:#2b4b80;border:none;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);color:#fff;border-radius:4px;font-size:14px}.medium-editor-toolbar-actions{border-radius:inherit;overflow:hidden}.medium-editor-toolbar-actions .medium-editor-action{background-color:#2b4b80;background-image:none;border:none;color:#fff;box-sizing:border-box;cursor:pointer;max-width:100%;position:relative;text-align:center;text-decoration:none;white-space:normal;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all .2s ease-in-out;width:40px;height:40px;margin:0;padding:0;-webkit-appearance:none}.medium-editor-toolbar-actions .medium-editor-action>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active,.medium-editor-toolbar-actions .medium-editor-action:hover{background-color:#203251}.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active:hover{background-color:#2e4567}.medium-editor-toolbar-form a{color:inherit;border:none;display:inline-block;vertical-align:middle;height:40px;width:40px;line-height:40px;margin:0;text-align:center;background-color:#2b4b80;padding:0}.medium-editor-toolbar-form a:hover{background-color:#203251}.medium-editor-toolbar-input{background:transparent;color:inherit;height:40px}.medium-editor-toolbar-input:-moz-placeholder,.medium-editor-toolbar-input:-ms-input-placeholder,.medium-editor-toolbar-input::-moz-placeholder,.medium-editor-toolbar-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.8)}.medium-editor-action-bold>b{visibility:hidden}.medium-editor-action-bold:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M293.582 360.73c19.375 0 34.434-15.059 34.434-34.434s-15.059-34.434-34.434-34.434h-80.714v68.868h80.714zm-80.713-206.605v68.868h68.869c19.375 0 34.434-15.059 34.434-34.434s-15.059-34.434-34.434-34.434H212.87zm129.128 97.908c30.142 13.98 49.493 44.121 49.493 78.556 0 48.414-36.592 87.165-85.007 87.165H144V96.001h144.188c51.651 0 91.457 40.885 91.457 92.536 0 23.668-15.059 48.415-37.671 63.496h.023z'/%3E%3C/svg%3E");background-position:50% 50%;background-size:16px 16px;background-repeat:no-repeat;height:inherit;width:inherit;display:block}.medium-editor-action-italic>b{visibility:hidden}.medium-editor-action-italic:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M219.48 96h184.016v68.868H338.92l-77.477 184.017h50.572v68.868H127.998v-68.868h64.576l77.477-184.017h-50.572V96z'/%3E%3C/svg%3E");background-position:50% 50%;background-size:16px 16px;background-repeat:no-repeat;height:inherit;width:inherit;display:block}.medium-editor-action-underline>b{visibility:hidden}.medium-editor-action-underline:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M112 462.931h320.674v46.279H112v-46.279zm160.325-45.178a137.32 137.32 0 01-137.737-137.737V95.999h57.023v184.017c0 44.121 36.592 79.635 80.714 79.635s80.714-35.513 80.714-79.635V95.999h57.023v184.017a137.32 137.32 0 01-137.737 137.737z'/%3E%3C/svg%3E");background-position:50% 50%;background-size:16px 16px;background-repeat:no-repeat;height:inherit;width:inherit;display:block}body:not(.vcv-wb-editor)[vcv-tinymce-active]{padding-left:1px;padding-right:1px}body:not(.vcv-wb-editor) .mce-content-body{line-height:unset}body:not(.vcv-wb-editor) .mce-floatpanel{box-shadow:none}body:not(.vcv-wb-editor) div.mce-panel.mce-tinymce-inline{background:transparent;border:none!important}body:not(.vcv-wb-editor) div.mce-toolbar-grp{background:#2a4b80;border-radius:5px;border:none}body:not(.vcv-wb-editor) .mce-btn-group:not(:first-child){border-left-color:hsla(0,0%,100%,.1);margin-left:0}body:not(.vcv-wb-editor) .mce-flow-layout-item.mce-first .mce-btn.mce-first{border-top-left-radius:5px;border-bottom-left-radius:5px}body:not(.vcv-wb-editor) .mce-flow-layout-item.mce-last{margin:0}body:not(.vcv-wb-editor) .mce-flow-layout-item.mce-last .mce-btn.mce-last{border-top-right-radius:5px;border-bottom-right-radius:5px}body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group{padding:0}body:not(.vcv-wb-editor) .mce-toolbar .mce-ico{color:#fff;transition:none}body:not(.vcv-wb-editor) .mce-btn-group .mce-btn{background:transparent;border:none;text-shadow:none;padding:5px 6px;cursor:pointer;margin:0}body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn.mce-active,body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn:active,body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn:focus,body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn:hover,body:not(.vcv-wb-editor) .qt-dfw.active,body:not(.vcv-wb-editor) .qt-dfw:focus,body:not(.vcv-wb-editor) .qt-dfw:hover{background-color:#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 hsla(0,0%,100%,.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:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.vcv-wb-editor) .mce-ico.mce-i-vcv-ui-icon-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:700;-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-editable:focus,.vcv-permalink-container--editable .vcv-permalink-editable:hover,.vcv-permalink-container--editable .vcv-permalink-link:hover .vcv-permalink-editable{box-shadow:0 0 0 2px #d1d1d1;padding:0 9px;margin:0 3px;color:#a2a2a2}.vcv-is-no-selection{-webkit-user-select:none;-ms-user-select:none;user-select:none}.vcv-is-invisible{visibility:hidden}vcvhelper{display:block}.vcvhelper,vcvhelper{border:none}.vcv-is-disabled-outline:focus,.vcv-is-disabled-outline [tabindex]:focus,.vcv-is-disabled-outline a:focus,.vcv-is-disabled-outline area:focus,.vcv-is-disabled-outline button:focus,.vcv-is-disabled-outline input:focus,.vcv-is-disabled-outline label:focus,.vcv-is-disabled-outline select:focus,.vcv-is-disabled-outline summary:focus,.vcv-is-disabled-outline textarea:focus{outline:none}#vc_v-editor .navbar-fixed-top{top:32px}
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.sli