Version Description
- 2020-08-10 =
- Fix default transcript email template.
- Fix offline email notification.
- Fix Set online top bar checkbox.
Download this release
Release Info
Developer | wpdev3cx |
Plugin | WP Live Chat Support |
Version | 9.0.16 |
Comparing to | |
See all releases |
Code changes from version 9.0.15 to 9.0.16
- ajax/user.php +1 -0
- changelog.txt +5 -0
- config.php +1 -1
- css/vendor/bootstrap/wplc_bootstrap_9_0_16.css +6251 -0
- includes/helpers/offline_messages_helper.php +50 -10
- includes/models/settings.php +51 -1
- js/tcx-fa.js +1 -1
- js/tcx-fa.min.js +1 -1
- js/wplc_initiate.js +1 -1
- modules/settings/settings_controller.php +1 -1
- readme.txt +5 -1
- wp-live-chat-support.php +1 -1
ajax/user.php
CHANGED
@@ -493,6 +493,7 @@ function wplc_send_offline_msg() {
|
|
493 |
if ( $name != "" && $email != "" && $message != "" ) {
|
494 |
if ( TCXOfflineMessagesData::add_offline_message( $wpdb, $name, $email, $message ) !== false ) {
|
495 |
TCXOfflineMessagesHelper::send_offline_message_autorespond( $name,$email );
|
|
|
496 |
die( TCXChatAjaxResponse::success_ajax_respose( "OK" ) );
|
497 |
} else {
|
498 |
die( TCXChatAjaxResponse::error_ajax_respose( "Unable to store message. Please try again later." ) );
|
493 |
if ( $name != "" && $email != "" && $message != "" ) {
|
494 |
if ( TCXOfflineMessagesData::add_offline_message( $wpdb, $name, $email, $message ) !== false ) {
|
495 |
TCXOfflineMessagesHelper::send_offline_message_autorespond( $name,$email );
|
496 |
+
TCXOfflineMessagesHelper::send_offline_notification_mail( $name,$email,$message );
|
497 |
die( TCXChatAjaxResponse::success_ajax_respose( "OK" ) );
|
498 |
} else {
|
499 |
die( TCXChatAjaxResponse::error_ajax_respose( "Unable to store message. Please try again later." ) );
|
changelog.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
= 9.0.15 - 2020-08-06 =
|
2 |
* Fix broken "Getting Started" wizard.
|
3 |
* Fix blank settings page issue.
|
1 |
+
= 9.0.16 - 2020-08-10 =
|
2 |
+
* Fix default transcript email template.
|
3 |
+
* Fix offline email notification.
|
4 |
+
* Fix Set online top bar checkbox.
|
5 |
+
|
6 |
= 9.0.15 - 2020-08-06 =
|
7 |
* Fix broken "Getting Started" wizard.
|
8 |
* Fix blank settings page issue.
|
config.php
CHANGED
@@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
9 |
|
10 |
define('WPLC_MIN_WP_VERSION', "5.3");
|
11 |
define('WPLC_MIN_PHP_VERSION', "5.4");
|
12 |
-
define('WPLC_PLUGIN_VERSION', "9.0.
|
13 |
define('WPLC_PLUGIN_DIR', dirname(__FILE__));
|
14 |
define('WPLC_PLUGIN_URL', wplc_plugins_url( '/', __FILE__ ) );
|
15 |
define('WPLC_PLUGIN', plugin_basename( __FILE__ ) );
|
9 |
|
10 |
define('WPLC_MIN_WP_VERSION', "5.3");
|
11 |
define('WPLC_MIN_PHP_VERSION', "5.4");
|
12 |
+
define('WPLC_PLUGIN_VERSION', "9.0.16");
|
13 |
define('WPLC_PLUGIN_DIR', dirname(__FILE__));
|
14 |
define('WPLC_PLUGIN_URL', wplc_plugins_url( '/', __FILE__ ) );
|
15 |
define('WPLC_PLUGIN', plugin_basename( __FILE__ ) );
|
css/vendor/bootstrap/wplc_bootstrap_9_0_16.css
ADDED
@@ -0,0 +1,6251 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.bootstrap-wplc-content {
|
2 |
+
/*!
|
3 |
+
* Bootstrap v4.4.1 (https://getbootstrap.com/)
|
4 |
+
* Copyright 2011-2019 The Bootstrap Authors
|
5 |
+
* Copyright 2011-2019 Twitter, Inc.
|
6 |
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
7 |
+
*/ }
|
8 |
+
.bootstrap-wplc-content :root {
|
9 |
+
--blue: #007bff;
|
10 |
+
--indigo: #6610f2;
|
11 |
+
--purple: #6f42c1;
|
12 |
+
--pink: #e83e8c;
|
13 |
+
--red: #dc3545;
|
14 |
+
--orange: #fd7e14;
|
15 |
+
--yellow: #ffc107;
|
16 |
+
--green: #28a745;
|
17 |
+
--teal: #20c997;
|
18 |
+
--cyan: #17a2b8;
|
19 |
+
--white: #fff;
|
20 |
+
--gray: #6c757d;
|
21 |
+
--gray-dark: #343a40;
|
22 |
+
--primary: #007bff;
|
23 |
+
--secondary: #6c757d;
|
24 |
+
--success: #28a745;
|
25 |
+
--info: #17a2b8;
|
26 |
+
--warning: #ffc107;
|
27 |
+
--danger: #dc3545;
|
28 |
+
--light: #f8f9fa;
|
29 |
+
--dark: #343a40;
|
30 |
+
--breakpoint-xs: 0;
|
31 |
+
--breakpoint-sm: 576px;
|
32 |
+
--breakpoint-md: 768px;
|
33 |
+
--breakpoint-lg: 992px;
|
34 |
+
--breakpoint-xl: 1200px;
|
35 |
+
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
36 |
+
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
|
37 |
+
.bootstrap-wplc-content *, .bootstrap-wplc-content ::after, .bootstrap-wplc-content ::before {
|
38 |
+
box-sizing: border-box; }
|
39 |
+
.bootstrap-wplc-content html {
|
40 |
+
font-family: sans-serif;
|
41 |
+
line-height: 1.15;
|
42 |
+
-webkit-text-size-adjust: 100%;
|
43 |
+
-webkit-tap-highlight-color: transparent; }
|
44 |
+
.bootstrap-wplc-content article, .bootstrap-wplc-content aside, .bootstrap-wplc-content figcaption, .bootstrap-wplc-content figure, .bootstrap-wplc-content footer, .bootstrap-wplc-content header, .bootstrap-wplc-content hgroup, .bootstrap-wplc-content main, .bootstrap-wplc-content nav, .bootstrap-wplc-content section {
|
45 |
+
display: block; }
|
46 |
+
.bootstrap-wplc-content body {
|
47 |
+
margin: 0;
|
48 |
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
49 |
+
font-size: 1rem;
|
50 |
+
font-weight: 400;
|
51 |
+
line-height: 1.5;
|
52 |
+
color: #212529;
|
53 |
+
text-align: left;
|
54 |
+
background-color: #fff; }
|
55 |
+
.bootstrap-wplc-content [tabindex="-1"]:focus:not(:focus-visible) {
|
56 |
+
outline: 0 !important; }
|
57 |
+
.bootstrap-wplc-content hr {
|
58 |
+
box-sizing: content-box;
|
59 |
+
height: 0;
|
60 |
+
overflow: visible; }
|
61 |
+
.bootstrap-wplc-content h1, .bootstrap-wplc-content h2, .bootstrap-wplc-content h3, .bootstrap-wplc-content h4, .bootstrap-wplc-content h5, .bootstrap-wplc-content h6 {
|
62 |
+
margin-top: 0;
|
63 |
+
margin-bottom: 0.5rem; }
|
64 |
+
.bootstrap-wplc-content p {
|
65 |
+
margin-top: 0;
|
66 |
+
margin-bottom: 1rem; }
|
67 |
+
.bootstrap-wplc-content abbr[data-original-title], .bootstrap-wplc-content abbr[title] {
|
68 |
+
text-decoration: underline;
|
69 |
+
-webkit-text-decoration: underline dotted;
|
70 |
+
text-decoration: underline dotted;
|
71 |
+
cursor: help;
|
72 |
+
border-bottom: 0;
|
73 |
+
-webkit-text-decoration-skip-ink: none;
|
74 |
+
text-decoration-skip-ink: none; }
|
75 |
+
.bootstrap-wplc-content address {
|
76 |
+
margin-bottom: 1rem;
|
77 |
+
font-style: normal;
|
78 |
+
line-height: inherit; }
|
79 |
+
.bootstrap-wplc-content dl, .bootstrap-wplc-content ol, .bootstrap-wplc-content ul {
|
80 |
+
margin-top: 0;
|
81 |
+
margin-bottom: 1rem; }
|
82 |
+
.bootstrap-wplc-content ol ol, .bootstrap-wplc-content ol ul, .bootstrap-wplc-content ul ol, .bootstrap-wplc-content ul ul {
|
83 |
+
margin-bottom: 0; }
|
84 |
+
.bootstrap-wplc-content dt {
|
85 |
+
font-weight: 700; }
|
86 |
+
.bootstrap-wplc-content dd {
|
87 |
+
margin-bottom: 0.5rem;
|
88 |
+
margin-left: 0; }
|
89 |
+
.bootstrap-wplc-content blockquote {
|
90 |
+
margin: 0 0 1rem; }
|
91 |
+
.bootstrap-wplc-content b, .bootstrap-wplc-content strong {
|
92 |
+
font-weight: bolder; }
|
93 |
+
.bootstrap-wplc-content small {
|
94 |
+
font-size: 80%; }
|
95 |
+
.bootstrap-wplc-content sub, .bootstrap-wplc-content sup {
|
96 |
+
position: relative;
|
97 |
+
font-size: 75%;
|
98 |
+
line-height: 0;
|
99 |
+
vertical-align: baseline; }
|
100 |
+
.bootstrap-wplc-content sub {
|
101 |
+
bottom: -0.25em; }
|
102 |
+
.bootstrap-wplc-content sup {
|
103 |
+
top: -0.5em; }
|
104 |
+
.bootstrap-wplc-content a {
|
105 |
+
color: #007bff;
|
106 |
+
text-decoration: none;
|
107 |
+
background-color: transparent; }
|
108 |
+
.bootstrap-wplc-content a:hover {
|
109 |
+
color: #0056b3;
|
110 |
+
text-decoration: underline; }
|
111 |
+
.bootstrap-wplc-content a:not([href]) {
|
112 |
+
color: inherit;
|
113 |
+
text-decoration: none; }
|
114 |
+
.bootstrap-wplc-content a:not([href]):hover {
|
115 |
+
color: inherit;
|
116 |
+
text-decoration: none; }
|
117 |
+
.bootstrap-wplc-content code, .bootstrap-wplc-content kbd, .bootstrap-wplc-content pre, .bootstrap-wplc-content samp {
|
118 |
+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
119 |
+
font-size: 1em; }
|
120 |
+
.bootstrap-wplc-content pre {
|
121 |
+
margin-top: 0;
|
122 |
+
margin-bottom: 1rem;
|
123 |
+
overflow: auto; }
|
124 |
+
.bootstrap-wplc-content figure {
|
125 |
+
margin: 0 0 1rem; }
|
126 |
+
.bootstrap-wplc-content img {
|
127 |
+
vertical-align: middle;
|
128 |
+
border-style: none; }
|
129 |
+
.bootstrap-wplc-content svg {
|
130 |
+
overflow: hidden;
|
131 |
+
vertical-align: middle; }
|
132 |
+
.bootstrap-wplc-content table {
|
133 |
+
border-collapse: collapse; }
|
134 |
+
.bootstrap-wplc-content caption {
|
135 |
+
padding-top: 0.75rem;
|
136 |
+
padding-bottom: 0.75rem;
|
137 |
+
color: #6c757d;
|
138 |
+
text-align: left;
|
139 |
+
caption-side: bottom; }
|
140 |
+
.bootstrap-wplc-content th {
|
141 |
+
text-align: inherit; }
|
142 |
+
.bootstrap-wplc-content label {
|
143 |
+
display: inline-block;
|
144 |
+
margin-bottom: 0.5rem; }
|
145 |
+
.bootstrap-wplc-content button {
|
146 |
+
border-radius: 0; }
|
147 |
+
.bootstrap-wplc-content button:focus {
|
148 |
+
outline: 1px dotted;
|
149 |
+
outline: 5px auto -webkit-focus-ring-color; }
|
150 |
+
.bootstrap-wplc-content button, .bootstrap-wplc-content input, .bootstrap-wplc-content optgroup, .bootstrap-wplc-content select, .bootstrap-wplc-content textarea {
|
151 |
+
margin: 0;
|
152 |
+
font-family: inherit;
|
153 |
+
font-size: inherit;
|
154 |
+
line-height: inherit; }
|
155 |
+
.bootstrap-wplc-content button, .bootstrap-wplc-content input {
|
156 |
+
overflow: visible; }
|
157 |
+
.bootstrap-wplc-content button, .bootstrap-wplc-content select {
|
158 |
+
text-transform: none; }
|
159 |
+
.bootstrap-wplc-content select {
|
160 |
+
word-wrap: normal; }
|
161 |
+
.bootstrap-wplc-content [type=button], .bootstrap-wplc-content [type=reset], .bootstrap-wplc-content [type=submit], .bootstrap-wplc-content button {
|
162 |
+
-webkit-appearance: button; }
|
163 |
+
.bootstrap-wplc-content [type=button]:not(:disabled), .bootstrap-wplc-content [type=reset]:not(:disabled), .bootstrap-wplc-content [type=submit]:not(:disabled), .bootstrap-wplc-content button:not(:disabled) {
|
164 |
+
cursor: pointer; }
|
165 |
+
.bootstrap-wplc-content [type=button]::-moz-focus-inner, .bootstrap-wplc-content [type=reset]::-moz-focus-inner, .bootstrap-wplc-content [type=submit]::-moz-focus-inner, .bootstrap-wplc-content button::-moz-focus-inner {
|
166 |
+
padding: 0;
|
167 |
+
border-style: none; }
|
168 |
+
.bootstrap-wplc-content input[type=checkbox], .bootstrap-wplc-content input[type=radio] {
|
169 |
+
box-sizing: border-box;
|
170 |
+
padding: 0; }
|
171 |
+
.bootstrap-wplc-content input[type=date], .bootstrap-wplc-content input[type=datetime-local], .bootstrap-wplc-content input[type=month], .bootstrap-wplc-content input[type=time] {
|
172 |
+
-webkit-appearance: listbox; }
|
173 |
+
.bootstrap-wplc-content textarea {
|
174 |
+
overflow: auto;
|
175 |
+
resize: vertical; }
|
176 |
+
.bootstrap-wplc-content fieldset {
|
177 |
+
min-width: 0;
|
178 |
+
padding: 0;
|
179 |
+
margin: 0;
|
180 |
+
border: 0; }
|
181 |
+
.bootstrap-wplc-content legend {
|
182 |
+
display: block;
|
183 |
+
width: 100%;
|
184 |
+
max-width: 100%;
|
185 |
+
padding: 0;
|
186 |
+
margin-bottom: 0.5rem;
|
187 |
+
font-size: 1.5rem;
|
188 |
+
line-height: inherit;
|
189 |
+
color: inherit;
|
190 |
+
white-space: normal; }
|
191 |
+
.bootstrap-wplc-content progress {
|
192 |
+
vertical-align: baseline; }
|
193 |
+
.bootstrap-wplc-content [type=number]::-webkit-inner-spin-button, .bootstrap-wplc-content [type=number]::-webkit-outer-spin-button {
|
194 |
+
height: auto; }
|
195 |
+
.bootstrap-wplc-content [type=search] {
|
196 |
+
outline-offset: -2px;
|
197 |
+
-webkit-appearance: none; }
|
198 |
+
.bootstrap-wplc-content [type=search]::-webkit-search-decoration {
|
199 |
+
-webkit-appearance: none; }
|
200 |
+
.bootstrap-wplc-content ::-webkit-file-upload-button {
|
201 |
+
font: inherit;
|
202 |
+
-webkit-appearance: button; }
|
203 |
+
.bootstrap-wplc-content output {
|
204 |
+
display: inline-block; }
|
205 |
+
.bootstrap-wplc-content summary {
|
206 |
+
display: list-item;
|
207 |
+
cursor: pointer; }
|
208 |
+
.bootstrap-wplc-content template {
|
209 |
+
display: none; }
|
210 |
+
.bootstrap-wplc-content [hidden] {
|
211 |
+
display: none !important; }
|
212 |
+
.bootstrap-wplc-content .h1, .bootstrap-wplc-content .h2, .bootstrap-wplc-content .h3, .bootstrap-wplc-content .h4, .bootstrap-wplc-content .h5, .bootstrap-wplc-content .h6, .bootstrap-wplc-content h1, .bootstrap-wplc-content h2, .bootstrap-wplc-content h3, .bootstrap-wplc-content h4, .bootstrap-wplc-content h5, .bootstrap-wplc-content h6 {
|
213 |
+
margin-bottom: 0.5rem;
|
214 |
+
font-weight: 500;
|
215 |
+
line-height: 1.2; }
|
216 |
+
.bootstrap-wplc-content .h1, .bootstrap-wplc-content h1 {
|
217 |
+
font-size: 2.5rem; }
|
218 |
+
.bootstrap-wplc-content .h2, .bootstrap-wplc-content h2 {
|
219 |
+
font-size: 2rem; }
|
220 |
+
.bootstrap-wplc-content .h3, .bootstrap-wplc-content h3 {
|
221 |
+
font-size: 1.75rem; }
|
222 |
+
.bootstrap-wplc-content .h4, .bootstrap-wplc-content h4 {
|
223 |
+
font-size: 1.5rem; }
|
224 |
+
.bootstrap-wplc-content .h5, .bootstrap-wplc-content h5 {
|
225 |
+
font-size: 1.25rem; }
|
226 |
+
.bootstrap-wplc-content .h6, .bootstrap-wplc-content h6 {
|
227 |
+
font-size: 1rem; }
|
228 |
+
.bootstrap-wplc-content .lead {
|
229 |
+
font-size: 1.25rem;
|
230 |
+
font-weight: 300; }
|
231 |
+
.bootstrap-wplc-content .display-1 {
|
232 |
+
font-size: 6rem;
|
233 |
+
font-weight: 300;
|
234 |
+
line-height: 1.2; }
|
235 |
+
.bootstrap-wplc-content .display-2 {
|
236 |
+
font-size: 5.5rem;
|
237 |
+
font-weight: 300;
|
238 |
+
line-height: 1.2; }
|
239 |
+
.bootstrap-wplc-content .display-3 {
|
240 |
+
font-size: 4.5rem;
|
241 |
+
font-weight: 300;
|
242 |
+
line-height: 1.2; }
|
243 |
+
.bootstrap-wplc-content .display-4 {
|
244 |
+
font-size: 3.5rem;
|
245 |
+
font-weight: 300;
|
246 |
+
line-height: 1.2; }
|
247 |
+
.bootstrap-wplc-content hr {
|
248 |
+
margin-top: 1rem;
|
249 |
+
margin-bottom: 1rem;
|
250 |
+
border: 0;
|
251 |
+
border-top: 1px solid rgba(0, 0, 0, 0.1); }
|
252 |
+
.bootstrap-wplc-content .small, .bootstrap-wplc-content small {
|
253 |
+
font-size: 80%;
|
254 |
+
font-weight: 400; }
|
255 |
+
.bootstrap-wplc-content .mark, .bootstrap-wplc-content mark {
|
256 |
+
padding: 0.2em;
|
257 |
+
background-color: #fcf8e3; }
|
258 |
+
.bootstrap-wplc-content .list-unstyled {
|
259 |
+
padding-left: 0;
|
260 |
+
list-style: none; }
|
261 |
+
.bootstrap-wplc-content .list-inline {
|
262 |
+
padding-left: 0;
|
263 |
+
list-style: none; }
|
264 |
+
.bootstrap-wplc-content .list-inline-item {
|
265 |
+
display: inline-block; }
|
266 |
+
.bootstrap-wplc-content .list-inline-item:not(:last-child) {
|
267 |
+
margin-right: 0.5rem; }
|
268 |
+
.bootstrap-wplc-content .initialism {
|
269 |
+
font-size: 90%;
|
270 |
+
text-transform: uppercase; }
|
271 |
+
.bootstrap-wplc-content .blockquote {
|
272 |
+
margin-bottom: 1rem;
|
273 |
+
font-size: 1.25rem; }
|
274 |
+
.bootstrap-wplc-content .blockquote-footer {
|
275 |
+
display: block;
|
276 |
+
font-size: 80%;
|
277 |
+
color: #6c757d; }
|
278 |
+
.bootstrap-wplc-content .blockquote-footer::before {
|
279 |
+
content: "\2014\00A0"; }
|
280 |
+
.bootstrap-wplc-content .img-fluid {
|
281 |
+
max-width: 100%;
|
282 |
+
height: auto; }
|
283 |
+
.bootstrap-wplc-content .img-thumbnail {
|
284 |
+
padding: 0.25rem;
|
285 |
+
background-color: #fff;
|
286 |
+
border: 1px solid #dee2e6;
|
287 |
+
border-radius: 0.25rem;
|
288 |
+
max-width: 100%;
|
289 |
+
height: auto; }
|
290 |
+
.bootstrap-wplc-content .figure {
|
291 |
+
display: inline-block; }
|
292 |
+
.bootstrap-wplc-content .figure-img {
|
293 |
+
margin-bottom: 0.5rem;
|
294 |
+
line-height: 1; }
|
295 |
+
.bootstrap-wplc-content .figure-caption {
|
296 |
+
font-size: 90%;
|
297 |
+
color: #6c757d; }
|
298 |
+
.bootstrap-wplc-content code {
|
299 |
+
font-size: 87.5%;
|
300 |
+
color: #e83e8c;
|
301 |
+
word-wrap: break-word; }
|
302 |
+
.bootstrap-wplc-content a > code {
|
303 |
+
color: inherit; }
|
304 |
+
.bootstrap-wplc-content kbd {
|
305 |
+
padding: 0.2rem 0.4rem;
|
306 |
+
font-size: 87.5%;
|
307 |
+
color: #fff;
|
308 |
+
background-color: #212529;
|
309 |
+
border-radius: 0.2rem; }
|
310 |
+
.bootstrap-wplc-content kbd kbd {
|
311 |
+
padding: 0;
|
312 |
+
font-size: 100%;
|
313 |
+
font-weight: 700; }
|
314 |
+
.bootstrap-wplc-content pre {
|
315 |
+
display: block;
|
316 |
+
font-size: 87.5%;
|
317 |
+
color: #212529; }
|
318 |
+
.bootstrap-wplc-content pre code {
|
319 |
+
font-size: inherit;
|
320 |
+
color: inherit;
|
321 |
+
word-break: normal; }
|
322 |
+
.bootstrap-wplc-content .pre-scrollable {
|
323 |
+
max-height: 340px;
|
324 |
+
overflow-y: scroll; }
|
325 |
+
.bootstrap-wplc-content .container {
|
326 |
+
width: 100%;
|
327 |
+
padding-right: 15px;
|
328 |
+
padding-left: 15px;
|
329 |
+
margin-right: auto;
|
330 |
+
margin-left: auto; }
|
331 |
+
@media (min-width: 576px) {
|
332 |
+
.bootstrap-wplc-content .container {
|
333 |
+
max-width: 540px; } }
|
334 |
+
@media (min-width: 768px) {
|
335 |
+
.bootstrap-wplc-content .container {
|
336 |
+
max-width: 720px; } }
|
337 |
+
@media (min-width: 992px) {
|
338 |
+
.bootstrap-wplc-content .container {
|
339 |
+
max-width: 960px; } }
|
340 |
+
@media (min-width: 1200px) {
|
341 |
+
.bootstrap-wplc-content .container {
|
342 |
+
max-width: 1140px; } }
|
343 |
+
.bootstrap-wplc-content .container-fluid, .bootstrap-wplc-content .container-lg, .bootstrap-wplc-content .container-md, .bootstrap-wplc-content .container-sm, .bootstrap-wplc-content .container-xl {
|
344 |
+
width: 100%;
|
345 |
+
padding-right: 15px;
|
346 |
+
padding-left: 15px;
|
347 |
+
margin-right: auto;
|
348 |
+
margin-left: auto; }
|
349 |
+
@media (min-width: 576px) {
|
350 |
+
.bootstrap-wplc-content .container, .bootstrap-wplc-content .container-sm {
|
351 |
+
max-width: 540px; } }
|
352 |
+
@media (min-width: 768px) {
|
353 |
+
.bootstrap-wplc-content .container, .bootstrap-wplc-content .container-md, .bootstrap-wplc-content .container-sm {
|
354 |
+
max-width: 720px; } }
|
355 |
+
@media (min-width: 992px) {
|
356 |
+
.bootstrap-wplc-content .container, .bootstrap-wplc-content .container-lg, .bootstrap-wplc-content .container-md, .bootstrap-wplc-content .container-sm {
|
357 |
+
max-width: 960px; } }
|
358 |
+
@media (min-width: 1200px) {
|
359 |
+
.bootstrap-wplc-content .container, .bootstrap-wplc-content .container-lg, .bootstrap-wplc-content .container-md, .bootstrap-wplc-content .container-sm, .bootstrap-wplc-content .container-xl {
|
360 |
+
max-width: 1140px; } }
|
361 |
+
.bootstrap-wplc-content .row {
|
362 |
+
display: -ms-flexbox;
|
363 |
+
display: flex;
|
364 |
+
-ms-flex-wrap: wrap;
|
365 |
+
flex-wrap: wrap;
|
366 |
+
margin-right: -15px;
|
367 |
+
margin-left: -15px; }
|
368 |
+
.bootstrap-wplc-content .no-gutters {
|
369 |
+
margin-right: 0;
|
370 |
+
margin-left: 0; }
|
371 |
+
.bootstrap-wplc-content .no-gutters > .col, .bootstrap-wplc-content .no-gutters > [class*=col-] {
|
372 |
+
padding-right: 0;
|
373 |
+
padding-left: 0; }
|
374 |
+
.bootstrap-wplc-content .col, .bootstrap-wplc-content .col-1, .bootstrap-wplc-content .col-10, .bootstrap-wplc-content .col-11, .bootstrap-wplc-content .col-12, .bootstrap-wplc-content .col-2, .bootstrap-wplc-content .col-3, .bootstrap-wplc-content .col-4, .bootstrap-wplc-content .col-5, .bootstrap-wplc-content .col-6, .bootstrap-wplc-content .col-7, .bootstrap-wplc-content .col-8, .bootstrap-wplc-content .col-9, .bootstrap-wplc-content .col-auto, .bootstrap-wplc-content .col-lg, .bootstrap-wplc-content .col-lg-1, .bootstrap-wplc-content .col-lg-10, .bootstrap-wplc-content .col-lg-11, .bootstrap-wplc-content .col-lg-12, .bootstrap-wplc-content .col-lg-2, .bootstrap-wplc-content .col-lg-3, .bootstrap-wplc-content .col-lg-4, .bootstrap-wplc-content .col-lg-5, .bootstrap-wplc-content .col-lg-6, .bootstrap-wplc-content .col-lg-7, .bootstrap-wplc-content .col-lg-8, .bootstrap-wplc-content .col-lg-9, .bootstrap-wplc-content .col-lg-auto, .bootstrap-wplc-content .col-md, .bootstrap-wplc-content .col-md-1, .bootstrap-wplc-content .col-md-10, .bootstrap-wplc-content .col-md-11, .bootstrap-wplc-content .col-md-12, .bootstrap-wplc-content .col-md-2, .bootstrap-wplc-content .col-md-3, .bootstrap-wplc-content .col-md-4, .bootstrap-wplc-content .col-md-5, .bootstrap-wplc-content .col-md-6, .bootstrap-wplc-content .col-md-7, .bootstrap-wplc-content .col-md-8, .bootstrap-wplc-content .col-md-9, .bootstrap-wplc-content .col-md-auto, .bootstrap-wplc-content .col-sm, .bootstrap-wplc-content .col-sm-1, .bootstrap-wplc-content .col-sm-10, .bootstrap-wplc-content .col-sm-11, .bootstrap-wplc-content .col-sm-12, .bootstrap-wplc-content .col-sm-2, .bootstrap-wplc-content .col-sm-3, .bootstrap-wplc-content .col-sm-4, .bootstrap-wplc-content .col-sm-5, .bootstrap-wplc-content .col-sm-6, .bootstrap-wplc-content .col-sm-7, .bootstrap-wplc-content .col-sm-8, .bootstrap-wplc-content .col-sm-9, .bootstrap-wplc-content .col-sm-auto, .bootstrap-wplc-content .col-xl, .bootstrap-wplc-content .col-xl-1, .bootstrap-wplc-content .col-xl-10, .bootstrap-wplc-content .col-xl-11, .bootstrap-wplc-content .col-xl-12, .bootstrap-wplc-content .col-xl-2, .bootstrap-wplc-content .col-xl-3, .bootstrap-wplc-content .col-xl-4, .bootstrap-wplc-content .col-xl-5, .bootstrap-wplc-content .col-xl-6, .bootstrap-wplc-content .col-xl-7, .bootstrap-wplc-content .col-xl-8, .bootstrap-wplc-content .col-xl-9, .bootstrap-wplc-content .col-xl-auto {
|
375 |
+
position: relative;
|
376 |
+
width: 100%;
|
377 |
+
padding-right: 15px;
|
378 |
+
padding-left: 15px; }
|
379 |
+
.bootstrap-wplc-content .col {
|
380 |
+
-ms-flex-preferred-size: 0;
|
381 |
+
flex-basis: 0;
|
382 |
+
-ms-flex-positive: 1;
|
383 |
+
flex-grow: 1;
|
384 |
+
max-width: 100%; }
|
385 |
+
.bootstrap-wplc-content .row-cols-1 > * {
|
386 |
+
-ms-flex: 0 0 100%;
|
387 |
+
flex: 0 0 100%;
|
388 |
+
max-width: 100%; }
|
389 |
+
.bootstrap-wplc-content .row-cols-2 > * {
|
390 |
+
-ms-flex: 0 0 50%;
|
391 |
+
flex: 0 0 50%;
|
392 |
+
max-width: 50%; }
|
393 |
+
.bootstrap-wplc-content .row-cols-3 > * {
|
394 |
+
-ms-flex: 0 0 33.333333%;
|
395 |
+
flex: 0 0 33.333333%;
|
396 |
+
max-width: 33.333333%; }
|
397 |
+
.bootstrap-wplc-content .row-cols-4 > * {
|
398 |
+
-ms-flex: 0 0 25%;
|
399 |
+
flex: 0 0 25%;
|
400 |
+
max-width: 25%; }
|
401 |
+
.bootstrap-wplc-content .row-cols-5 > * {
|
402 |
+
-ms-flex: 0 0 20%;
|
403 |
+
flex: 0 0 20%;
|
404 |
+
max-width: 20%; }
|
405 |
+
.bootstrap-wplc-content .row-cols-6 > * {
|
406 |
+
-ms-flex: 0 0 16.666667%;
|
407 |
+
flex: 0 0 16.666667%;
|
408 |
+
max-width: 16.666667%; }
|
409 |
+
.bootstrap-wplc-content .col-auto {
|
410 |
+
-ms-flex: 0 0 auto;
|
411 |
+
flex: 0 0 auto;
|
412 |
+
width: auto;
|
413 |
+
max-width: 100%; }
|
414 |
+
.bootstrap-wplc-content .col-1 {
|
415 |
+
-ms-flex: 0 0 8.333333%;
|
416 |
+
flex: 0 0 8.333333%;
|
417 |
+
max-width: 8.333333%; }
|
418 |
+
.bootstrap-wplc-content .col-2 {
|
419 |
+
-ms-flex: 0 0 16.666667%;
|
420 |
+
flex: 0 0 16.666667%;
|
421 |
+
max-width: 16.666667%; }
|
422 |
+
.bootstrap-wplc-content .col-3 {
|
423 |
+
-ms-flex: 0 0 25%;
|
424 |
+
flex: 0 0 25%;
|
425 |
+
max-width: 25%; }
|
426 |
+
.bootstrap-wplc-content .col-4 {
|
427 |
+
-ms-flex: 0 0 33.333333%;
|
428 |
+
flex: 0 0 33.333333%;
|
429 |
+
max-width: 33.333333%; }
|
430 |
+
.bootstrap-wplc-content .col-5 {
|
431 |
+
-ms-flex: 0 0 41.666667%;
|
432 |
+
flex: 0 0 41.666667%;
|
433 |
+
max-width: 41.666667%; }
|
434 |
+
.bootstrap-wplc-content .col-6 {
|
435 |
+
-ms-flex: 0 0 50%;
|
436 |
+
flex: 0 0 50%;
|
437 |
+
max-width: 50%; }
|
438 |
+
.bootstrap-wplc-content .col-7 {
|
439 |
+
-ms-flex: 0 0 58.333333%;
|
440 |
+
flex: 0 0 58.333333%;
|
441 |
+
max-width: 58.333333%; }
|
442 |
+
.bootstrap-wplc-content .col-8 {
|
443 |
+
-ms-flex: 0 0 66.666667%;
|
444 |
+
flex: 0 0 66.666667%;
|
445 |
+
max-width: 66.666667%; }
|
446 |
+
.bootstrap-wplc-content .col-9 {
|
447 |
+
-ms-flex: 0 0 75%;
|
448 |
+
flex: 0 0 75%;
|
449 |
+
max-width: 75%; }
|
450 |
+
.bootstrap-wplc-content .col-10 {
|
451 |
+
-ms-flex: 0 0 83.333333%;
|
452 |
+
flex: 0 0 83.333333%;
|
453 |
+
max-width: 83.333333%; }
|
454 |
+
.bootstrap-wplc-content .col-11 {
|
455 |
+
-ms-flex: 0 0 91.666667%;
|
456 |
+
flex: 0 0 91.666667%;
|
457 |
+
max-width: 91.666667%; }
|
458 |
+
.bootstrap-wplc-content .col-12 {
|
459 |
+
-ms-flex: 0 0 100%;
|
460 |
+
flex: 0 0 100%;
|
461 |
+
max-width: 100%; }
|
462 |
+
.bootstrap-wplc-content .order-first {
|
463 |
+
-ms-flex-order: -1;
|
464 |
+
order: -1; }
|
465 |
+
.bootstrap-wplc-content .order-last {
|
466 |
+
-ms-flex-order: 13;
|
467 |
+
order: 13; }
|
468 |
+
.bootstrap-wplc-content .order-0 {
|
469 |
+
-ms-flex-order: 0;
|
470 |
+
order: 0; }
|
471 |
+
.bootstrap-wplc-content .order-1 {
|
472 |
+
-ms-flex-order: 1;
|
473 |
+
order: 1; }
|
474 |
+
.bootstrap-wplc-content .order-2 {
|
475 |
+
-ms-flex-order: 2;
|
476 |
+
order: 2; }
|
477 |
+
.bootstrap-wplc-content .order-3 {
|
478 |
+
-ms-flex-order: 3;
|
479 |
+
order: 3; }
|
480 |
+
.bootstrap-wplc-content .order-4 {
|
481 |
+
-ms-flex-order: 4;
|
482 |
+
order: 4; }
|
483 |
+
.bootstrap-wplc-content .order-5 {
|
484 |
+
-ms-flex-order: 5;
|
485 |
+
order: 5; }
|
486 |
+
.bootstrap-wplc-content .order-6 {
|
487 |
+
-ms-flex-order: 6;
|
488 |
+
order: 6; }
|
489 |
+
.bootstrap-wplc-content .order-7 {
|
490 |
+
-ms-flex-order: 7;
|
491 |
+
order: 7; }
|
492 |
+
.bootstrap-wplc-content .order-8 {
|
493 |
+
-ms-flex-order: 8;
|
494 |
+
order: 8; }
|
495 |
+
.bootstrap-wplc-content .order-9 {
|
496 |
+
-ms-flex-order: 9;
|
497 |
+
order: 9; }
|
498 |
+
.bootstrap-wplc-content .order-10 {
|
499 |
+
-ms-flex-order: 10;
|
500 |
+
order: 10; }
|
501 |
+
.bootstrap-wplc-content .order-11 {
|
502 |
+
-ms-flex-order: 11;
|
503 |
+
order: 11; }
|
504 |
+
.bootstrap-wplc-content .order-12 {
|
505 |
+
-ms-flex-order: 12;
|
506 |
+
order: 12; }
|
507 |
+
.bootstrap-wplc-content .offset-1 {
|
508 |
+
margin-left: 8.333333%; }
|
509 |
+
.bootstrap-wplc-content .offset-2 {
|
510 |
+
margin-left: 16.666667%; }
|
511 |
+
.bootstrap-wplc-content .offset-3 {
|
512 |
+
margin-left: 25%; }
|
513 |
+
.bootstrap-wplc-content .offset-4 {
|
514 |
+
margin-left: 33.333333%; }
|
515 |
+
.bootstrap-wplc-content .offset-5 {
|
516 |
+
margin-left: 41.666667%; }
|
517 |
+
.bootstrap-wplc-content .offset-6 {
|
518 |
+
margin-left: 50%; }
|
519 |
+
.bootstrap-wplc-content .offset-7 {
|
520 |
+
margin-left: 58.333333%; }
|
521 |
+
.bootstrap-wplc-content .offset-8 {
|
522 |
+
margin-left: 66.666667%; }
|
523 |
+
.bootstrap-wplc-content .offset-9 {
|
524 |
+
margin-left: 75%; }
|
525 |
+
.bootstrap-wplc-content .offset-10 {
|
526 |
+
margin-left: 83.333333%; }
|
527 |
+
.bootstrap-wplc-content .offset-11 {
|
528 |
+
margin-left: 91.666667%; }
|
529 |
+
@media (min-width: 576px) {
|
530 |
+
.bootstrap-wplc-content .col-sm {
|
531 |
+
-ms-flex-preferred-size: 0;
|
532 |
+
flex-basis: 0;
|
533 |
+
-ms-flex-positive: 1;
|
534 |
+
flex-grow: 1;
|
535 |
+
max-width: 100%; }
|
536 |
+
.bootstrap-wplc-content .row-cols-sm-1 > * {
|
537 |
+
-ms-flex: 0 0 100%;
|
538 |
+
flex: 0 0 100%;
|
539 |
+
max-width: 100%; }
|
540 |
+
.bootstrap-wplc-content .row-cols-sm-2 > * {
|
541 |
+
-ms-flex: 0 0 50%;
|
542 |
+
flex: 0 0 50%;
|
543 |
+
max-width: 50%; }
|
544 |
+
.bootstrap-wplc-content .row-cols-sm-3 > * {
|
545 |
+
-ms-flex: 0 0 33.333333%;
|
546 |
+
flex: 0 0 33.333333%;
|
547 |
+
max-width: 33.333333%; }
|
548 |
+
.bootstrap-wplc-content .row-cols-sm-4 > * {
|
549 |
+
-ms-flex: 0 0 25%;
|
550 |
+
flex: 0 0 25%;
|
551 |
+
max-width: 25%; }
|
552 |
+
.bootstrap-wplc-content .row-cols-sm-5 > * {
|
553 |
+
-ms-flex: 0 0 20%;
|
554 |
+
flex: 0 0 20%;
|
555 |
+
max-width: 20%; }
|
556 |
+
.bootstrap-wplc-content .row-cols-sm-6 > * {
|
557 |
+
-ms-flex: 0 0 16.666667%;
|
558 |
+
flex: 0 0 16.666667%;
|
559 |
+
max-width: 16.666667%; }
|
560 |
+
.bootstrap-wplc-content .col-sm-auto {
|
561 |
+
-ms-flex: 0 0 auto;
|
562 |
+
flex: 0 0 auto;
|
563 |
+
width: auto;
|
564 |
+
max-width: 100%; }
|
565 |
+
.bootstrap-wplc-content .col-sm-1 {
|
566 |
+
-ms-flex: 0 0 8.333333%;
|
567 |
+
flex: 0 0 8.333333%;
|
568 |
+
max-width: 8.333333%; }
|
569 |
+
.bootstrap-wplc-content .col-sm-2 {
|
570 |
+
-ms-flex: 0 0 16.666667%;
|
571 |
+
flex: 0 0 16.666667%;
|
572 |
+
max-width: 16.666667%; }
|
573 |
+
.bootstrap-wplc-content .col-sm-3 {
|
574 |
+
-ms-flex: 0 0 25%;
|
575 |
+
flex: 0 0 25%;
|
576 |
+
max-width: 25%; }
|
577 |
+
.bootstrap-wplc-content .col-sm-4 {
|
578 |
+
-ms-flex: 0 0 33.333333%;
|
579 |
+
flex: 0 0 33.333333%;
|
580 |
+
max-width: 33.333333%; }
|
581 |
+
.bootstrap-wplc-content .col-sm-5 {
|
582 |
+
-ms-flex: 0 0 41.666667%;
|
583 |
+
flex: 0 0 41.666667%;
|
584 |
+
max-width: 41.666667%; }
|
585 |
+
.bootstrap-wplc-content .col-sm-6 {
|
586 |
+
-ms-flex: 0 0 50%;
|
587 |
+
flex: 0 0 50%;
|
588 |
+
max-width: 50%; }
|
589 |
+
.bootstrap-wplc-content .col-sm-7 {
|
590 |
+
-ms-flex: 0 0 58.333333%;
|
591 |
+
flex: 0 0 58.333333%;
|
592 |
+
max-width: 58.333333%; }
|
593 |
+
.bootstrap-wplc-content .col-sm-8 {
|
594 |
+
-ms-flex: 0 0 66.666667%;
|
595 |
+
flex: 0 0 66.666667%;
|
596 |
+
max-width: 66.666667%; }
|
597 |
+
.bootstrap-wplc-content .col-sm-9 {
|
598 |
+
-ms-flex: 0 0 75%;
|
599 |
+
flex: 0 0 75%;
|
600 |
+
max-width: 75%; }
|
601 |
+
.bootstrap-wplc-content .col-sm-10 {
|
602 |
+
-ms-flex: 0 0 83.333333%;
|
603 |
+
flex: 0 0 83.333333%;
|
604 |
+
max-width: 83.333333%; }
|
605 |
+
.bootstrap-wplc-content .col-sm-11 {
|
606 |
+
-ms-flex: 0 0 91.666667%;
|
607 |
+
flex: 0 0 91.666667%;
|
608 |
+
max-width: 91.666667%; }
|
609 |
+
.bootstrap-wplc-content .col-sm-12 {
|
610 |
+
-ms-flex: 0 0 100%;
|
611 |
+
flex: 0 0 100%;
|
612 |
+
max-width: 100%; }
|
613 |
+
.bootstrap-wplc-content .order-sm-first {
|
614 |
+
-ms-flex-order: -1;
|
615 |
+
order: -1; }
|
616 |
+
.bootstrap-wplc-content .order-sm-last {
|
617 |
+
-ms-flex-order: 13;
|
618 |
+
order: 13; }
|
619 |
+
.bootstrap-wplc-content .order-sm-0 {
|
620 |
+
-ms-flex-order: 0;
|
621 |
+
order: 0; }
|
622 |
+
.bootstrap-wplc-content .order-sm-1 {
|
623 |
+
-ms-flex-order: 1;
|
624 |
+
order: 1; }
|
625 |
+
.bootstrap-wplc-content .order-sm-2 {
|
626 |
+
-ms-flex-order: 2;
|
627 |
+
order: 2; }
|
628 |
+
.bootstrap-wplc-content .order-sm-3 {
|
629 |
+
-ms-flex-order: 3;
|
630 |
+
order: 3; }
|
631 |
+
.bootstrap-wplc-content .order-sm-4 {
|
632 |
+
-ms-flex-order: 4;
|
633 |
+
order: 4; }
|
634 |
+
.bootstrap-wplc-content .order-sm-5 {
|
635 |
+
-ms-flex-order: 5;
|
636 |
+
order: 5; }
|
637 |
+
.bootstrap-wplc-content .order-sm-6 {
|
638 |
+
-ms-flex-order: 6;
|
639 |
+
order: 6; }
|
640 |
+
.bootstrap-wplc-content .order-sm-7 {
|
641 |
+
-ms-flex-order: 7;
|
642 |
+
order: 7; }
|
643 |
+
.bootstrap-wplc-content .order-sm-8 {
|
644 |
+
-ms-flex-order: 8;
|
645 |
+
order: 8; }
|
646 |
+
.bootstrap-wplc-content .order-sm-9 {
|
647 |
+
-ms-flex-order: 9;
|
648 |
+
order: 9; }
|
649 |
+
.bootstrap-wplc-content .order-sm-10 {
|
650 |
+
-ms-flex-order: 10;
|
651 |
+
order: 10; }
|
652 |
+
.bootstrap-wplc-content .order-sm-11 {
|
653 |
+
-ms-flex-order: 11;
|
654 |
+
order: 11; }
|
655 |
+
.bootstrap-wplc-content .order-sm-12 {
|
656 |
+
-ms-flex-order: 12;
|
657 |
+
order: 12; }
|
658 |
+
.bootstrap-wplc-content .offset-sm-0 {
|
659 |
+
margin-left: 0; }
|
660 |
+
.bootstrap-wplc-content .offset-sm-1 {
|
661 |
+
margin-left: 8.333333%; }
|
662 |
+
.bootstrap-wplc-content .offset-sm-2 {
|
663 |
+
margin-left: 16.666667%; }
|
664 |
+
.bootstrap-wplc-content .offset-sm-3 {
|
665 |
+
margin-left: 25%; }
|
666 |
+
.bootstrap-wplc-content .offset-sm-4 {
|
667 |
+
margin-left: 33.333333%; }
|
668 |
+
.bootstrap-wplc-content .offset-sm-5 {
|
669 |
+
margin-left: 41.666667%; }
|
670 |
+
.bootstrap-wplc-content .offset-sm-6 {
|
671 |
+
margin-left: 50%; }
|
672 |
+
.bootstrap-wplc-content .offset-sm-7 {
|
673 |
+
margin-left: 58.333333%; }
|
674 |
+
.bootstrap-wplc-content .offset-sm-8 {
|
675 |
+
margin-left: 66.666667%; }
|
676 |
+
.bootstrap-wplc-content .offset-sm-9 {
|
677 |
+
margin-left: 75%; }
|
678 |
+
.bootstrap-wplc-content .offset-sm-10 {
|
679 |
+
margin-left: 83.333333%; }
|
680 |
+
.bootstrap-wplc-content .offset-sm-11 {
|
681 |
+
margin-left: 91.666667%; } }
|
682 |
+
@media (min-width: 768px) {
|
683 |
+
.bootstrap-wplc-content .col-md {
|
684 |
+
-ms-flex-preferred-size: 0;
|
685 |
+
flex-basis: 0;
|
686 |
+
-ms-flex-positive: 1;
|
687 |
+
flex-grow: 1;
|
688 |
+
max-width: 100%; }
|
689 |
+
.bootstrap-wplc-content .row-cols-md-1 > * {
|
690 |
+
-ms-flex: 0 0 100%;
|
691 |
+
flex: 0 0 100%;
|
692 |
+
max-width: 100%; }
|
693 |
+
.bootstrap-wplc-content .row-cols-md-2 > * {
|
694 |
+
-ms-flex: 0 0 50%;
|
695 |
+
flex: 0 0 50%;
|
696 |
+
max-width: 50%; }
|
697 |
+
.bootstrap-wplc-content .row-cols-md-3 > * {
|
698 |
+
-ms-flex: 0 0 33.333333%;
|
699 |
+
flex: 0 0 33.333333%;
|
700 |
+
max-width: 33.333333%; }
|
701 |
+
.bootstrap-wplc-content .row-cols-md-4 > * {
|
702 |
+
-ms-flex: 0 0 25%;
|
703 |
+
flex: 0 0 25%;
|
704 |
+
max-width: 25%; }
|
705 |
+
.bootstrap-wplc-content .row-cols-md-5 > * {
|
706 |
+
-ms-flex: 0 0 20%;
|
707 |
+
flex: 0 0 20%;
|
708 |
+
max-width: 20%; }
|
709 |
+
.bootstrap-wplc-content .row-cols-md-6 > * {
|
710 |
+
-ms-flex: 0 0 16.666667%;
|
711 |
+
flex: 0 0 16.666667%;
|
712 |
+
max-width: 16.666667%; }
|
713 |
+
.bootstrap-wplc-content .col-md-auto {
|
714 |
+
-ms-flex: 0 0 auto;
|
715 |
+
flex: 0 0 auto;
|
716 |
+
width: auto;
|
717 |
+
max-width: 100%; }
|
718 |
+
.bootstrap-wplc-content .col-md-1 {
|
719 |
+
-ms-flex: 0 0 8.333333%;
|
720 |
+
flex: 0 0 8.333333%;
|
721 |
+
max-width: 8.333333%; }
|
722 |
+
.bootstrap-wplc-content .col-md-2 {
|
723 |
+
-ms-flex: 0 0 16.666667%;
|
724 |
+
flex: 0 0 16.666667%;
|
725 |
+
max-width: 16.666667%; }
|
726 |
+
.bootstrap-wplc-content .col-md-3 {
|
727 |
+
-ms-flex: 0 0 25%;
|
728 |
+
flex: 0 0 25%;
|
729 |
+
max-width: 25%; }
|
730 |
+
.bootstrap-wplc-content .col-md-4 {
|
731 |
+
-ms-flex: 0 0 33.333333%;
|
732 |
+
flex: 0 0 33.333333%;
|
733 |
+
max-width: 33.333333%; }
|
734 |
+
.bootstrap-wplc-content .col-md-5 {
|
735 |
+
-ms-flex: 0 0 41.666667%;
|
736 |
+
flex: 0 0 41.666667%;
|
737 |
+
max-width: 41.666667%; }
|
738 |
+
.bootstrap-wplc-content .col-md-6 {
|
739 |
+
-ms-flex: 0 0 50%;
|
740 |
+
flex: 0 0 50%;
|
741 |
+
max-width: 50%; }
|
742 |
+
.bootstrap-wplc-content .col-md-7 {
|
743 |
+
-ms-flex: 0 0 58.333333%;
|
744 |
+
flex: 0 0 58.333333%;
|
745 |
+
max-width: 58.333333%; }
|
746 |
+
.bootstrap-wplc-content .col-md-8 {
|
747 |
+
-ms-flex: 0 0 66.666667%;
|
748 |
+
flex: 0 0 66.666667%;
|
749 |
+
max-width: 66.666667%; }
|
750 |
+
.bootstrap-wplc-content .col-md-9 {
|
751 |
+
-ms-flex: 0 0 75%;
|
752 |
+
flex: 0 0 75%;
|
753 |
+
max-width: 75%; }
|
754 |
+
.bootstrap-wplc-content .col-md-10 {
|
755 |
+
-ms-flex: 0 0 83.333333%;
|
756 |
+
flex: 0 0 83.333333%;
|
757 |
+
max-width: 83.333333%; }
|
758 |
+
.bootstrap-wplc-content .col-md-11 {
|
759 |
+
-ms-flex: 0 0 91.666667%;
|
760 |
+
flex: 0 0 91.666667%;
|
761 |
+
max-width: 91.666667%; }
|
762 |
+
.bootstrap-wplc-content .col-md-12 {
|
763 |
+
-ms-flex: 0 0 100%;
|
764 |
+
flex: 0 0 100%;
|
765 |
+
max-width: 100%; }
|
766 |
+
.bootstrap-wplc-content .order-md-first {
|
767 |
+
-ms-flex-order: -1;
|
768 |
+
order: -1; }
|
769 |
+
.bootstrap-wplc-content .order-md-last {
|
770 |
+
-ms-flex-order: 13;
|
771 |
+
order: 13; }
|
772 |
+
.bootstrap-wplc-content .order-md-0 {
|
773 |
+
-ms-flex-order: 0;
|
774 |
+
order: 0; }
|
775 |
+
.bootstrap-wplc-content .order-md-1 {
|
776 |
+
-ms-flex-order: 1;
|
777 |
+
order: 1; }
|
778 |
+
.bootstrap-wplc-content .order-md-2 {
|
779 |
+
-ms-flex-order: 2;
|
780 |
+
order: 2; }
|
781 |
+
.bootstrap-wplc-content .order-md-3 {
|
782 |
+
-ms-flex-order: 3;
|
783 |
+
order: 3; }
|
784 |
+
.bootstrap-wplc-content .order-md-4 {
|
785 |
+
-ms-flex-order: 4;
|
786 |
+
order: 4; }
|
787 |
+
.bootstrap-wplc-content .order-md-5 {
|
788 |
+
-ms-flex-order: 5;
|
789 |
+
order: 5; }
|
790 |
+
.bootstrap-wplc-content .order-md-6 {
|
791 |
+
-ms-flex-order: 6;
|
792 |
+
order: 6; }
|
793 |
+
.bootstrap-wplc-content .order-md-7 {
|
794 |
+
-ms-flex-order: 7;
|
795 |
+
order: 7; }
|
796 |
+
.bootstrap-wplc-content .order-md-8 {
|
797 |
+
-ms-flex-order: 8;
|
798 |
+
order: 8; }
|
799 |
+
.bootstrap-wplc-content .order-md-9 {
|
800 |
+
-ms-flex-order: 9;
|
801 |
+
order: 9; }
|
802 |
+
.bootstrap-wplc-content .order-md-10 {
|
803 |
+
-ms-flex-order: 10;
|
804 |
+
order: 10; }
|
805 |
+
.bootstrap-wplc-content .order-md-11 {
|
806 |
+
-ms-flex-order: 11;
|
807 |
+
order: 11; }
|
808 |
+
.bootstrap-wplc-content .order-md-12 {
|
809 |
+
-ms-flex-order: 12;
|
810 |
+
order: 12; }
|
811 |
+
.bootstrap-wplc-content .offset-md-0 {
|
812 |
+
margin-left: 0; }
|
813 |
+
.bootstrap-wplc-content .offset-md-1 {
|
814 |
+
margin-left: 8.333333%; }
|
815 |
+
.bootstrap-wplc-content .offset-md-2 {
|
816 |
+
margin-left: 16.666667%; }
|
817 |
+
.bootstrap-wplc-content .offset-md-3 {
|
818 |
+
margin-left: 25%; }
|
819 |
+
.bootstrap-wplc-content .offset-md-4 {
|
820 |
+
margin-left: 33.333333%; }
|
821 |
+
.bootstrap-wplc-content .offset-md-5 {
|
822 |
+
margin-left: 41.666667%; }
|
823 |
+
.bootstrap-wplc-content .offset-md-6 {
|
824 |
+
margin-left: 50%; }
|
825 |
+
.bootstrap-wplc-content .offset-md-7 {
|
826 |
+
margin-left: 58.333333%; }
|
827 |
+
.bootstrap-wplc-content .offset-md-8 {
|
828 |
+
margin-left: 66.666667%; }
|
829 |
+
.bootstrap-wplc-content .offset-md-9 {
|
830 |
+
margin-left: 75%; }
|
831 |
+
.bootstrap-wplc-content .offset-md-10 {
|
832 |
+
margin-left: 83.333333%; }
|
833 |
+
.bootstrap-wplc-content .offset-md-11 {
|
834 |
+
margin-left: 91.666667%; } }
|
835 |
+
@media (min-width: 992px) {
|
836 |
+
.bootstrap-wplc-content .col-lg {
|
837 |
+
-ms-flex-preferred-size: 0;
|
838 |
+
flex-basis: 0;
|
839 |
+
-ms-flex-positive: 1;
|
840 |
+
flex-grow: 1;
|
841 |
+
max-width: 100%; }
|
842 |
+
.bootstrap-wplc-content .row-cols-lg-1 > * {
|
843 |
+
-ms-flex: 0 0 100%;
|
844 |
+
flex: 0 0 100%;
|
845 |
+
max-width: 100%; }
|
846 |
+
.bootstrap-wplc-content .row-cols-lg-2 > * {
|
847 |
+
-ms-flex: 0 0 50%;
|
848 |
+
flex: 0 0 50%;
|
849 |
+
max-width: 50%; }
|
850 |
+
.bootstrap-wplc-content .row-cols-lg-3 > * {
|
851 |
+
-ms-flex: 0 0 33.333333%;
|
852 |
+
flex: 0 0 33.333333%;
|
853 |
+
max-width: 33.333333%; }
|
854 |
+
.bootstrap-wplc-content .row-cols-lg-4 > * {
|
855 |
+
-ms-flex: 0 0 25%;
|
856 |
+
flex: 0 0 25%;
|
857 |
+
max-width: 25%; }
|
858 |
+
.bootstrap-wplc-content .row-cols-lg-5 > * {
|
859 |
+
-ms-flex: 0 0 20%;
|
860 |
+
flex: 0 0 20%;
|
861 |
+
max-width: 20%; }
|
862 |
+
.bootstrap-wplc-content .row-cols-lg-6 > * {
|
863 |
+
-ms-flex: 0 0 16.666667%;
|
864 |
+
flex: 0 0 16.666667%;
|
865 |
+
max-width: 16.666667%; }
|
866 |
+
.bootstrap-wplc-content .col-lg-auto {
|
867 |
+
-ms-flex: 0 0 auto;
|
868 |
+
flex: 0 0 auto;
|
869 |
+
width: auto;
|
870 |
+
max-width: 100%; }
|
871 |
+
.bootstrap-wplc-content .col-lg-1 {
|
872 |
+
-ms-flex: 0 0 8.333333%;
|
873 |
+
flex: 0 0 8.333333%;
|
874 |
+
max-width: 8.333333%; }
|
875 |
+
.bootstrap-wplc-content .col-lg-2 {
|
876 |
+
-ms-flex: 0 0 16.666667%;
|
877 |
+
flex: 0 0 16.666667%;
|
878 |
+
max-width: 16.666667%; }
|
879 |
+
.bootstrap-wplc-content .col-lg-3 {
|
880 |
+
-ms-flex: 0 0 25%;
|
881 |
+
flex: 0 0 25%;
|
882 |
+
max-width: 25%; }
|
883 |
+
.bootstrap-wplc-content .col-lg-4 {
|
884 |
+
-ms-flex: 0 0 33.333333%;
|
885 |
+
flex: 0 0 33.333333%;
|
886 |
+
max-width: 33.333333%; }
|
887 |
+
.bootstrap-wplc-content .col-lg-5 {
|
888 |
+
-ms-flex: 0 0 41.666667%;
|
889 |
+
flex: 0 0 41.666667%;
|
890 |
+
max-width: 41.666667%; }
|
891 |
+
.bootstrap-wplc-content .col-lg-6 {
|
892 |
+
-ms-flex: 0 0 50%;
|
893 |
+
flex: 0 0 50%;
|
894 |
+
max-width: 50%; }
|
895 |
+
.bootstrap-wplc-content .col-lg-7 {
|
896 |
+
-ms-flex: 0 0 58.333333%;
|
897 |
+
flex: 0 0 58.333333%;
|
898 |
+
max-width: 58.333333%; }
|
899 |
+
.bootstrap-wplc-content .col-lg-8 {
|
900 |
+
-ms-flex: 0 0 66.666667%;
|
901 |
+
flex: 0 0 66.666667%;
|
902 |
+
max-width: 66.666667%; }
|
903 |
+
.bootstrap-wplc-content .col-lg-9 {
|
904 |
+
-ms-flex: 0 0 75%;
|
905 |
+
flex: 0 0 75%;
|
906 |
+
max-width: 75%; }
|
907 |
+
.bootstrap-wplc-content .col-lg-10 {
|
908 |
+
-ms-flex: 0 0 83.333333%;
|
909 |
+
flex: 0 0 83.333333%;
|
910 |
+
max-width: 83.333333%; }
|
911 |
+
.bootstrap-wplc-content .col-lg-11 {
|
912 |
+
-ms-flex: 0 0 91.666667%;
|
913 |
+
flex: 0 0 91.666667%;
|
914 |
+
max-width: 91.666667%; }
|
915 |
+
.bootstrap-wplc-content .col-lg-12 {
|
916 |
+
-ms-flex: 0 0 100%;
|
917 |
+
flex: 0 0 100%;
|
918 |
+
max-width: 100%; }
|
919 |
+
.bootstrap-wplc-content .order-lg-first {
|
920 |
+
-ms-flex-order: -1;
|
921 |
+
order: -1; }
|
922 |
+
.bootstrap-wplc-content .order-lg-last {
|
923 |
+
-ms-flex-order: 13;
|
924 |
+
order: 13; }
|
925 |
+
.bootstrap-wplc-content .order-lg-0 {
|
926 |
+
-ms-flex-order: 0;
|
927 |
+
order: 0; }
|
928 |
+
.bootstrap-wplc-content .order-lg-1 {
|
929 |
+
-ms-flex-order: 1;
|
930 |
+
order: 1; }
|
931 |
+
.bootstrap-wplc-content .order-lg-2 {
|
932 |
+
-ms-flex-order: 2;
|
933 |
+
order: 2; }
|
934 |
+
.bootstrap-wplc-content .order-lg-3 {
|
935 |
+
-ms-flex-order: 3;
|
936 |
+
order: 3; }
|
937 |
+
.bootstrap-wplc-content .order-lg-4 {
|
938 |
+
-ms-flex-order: 4;
|
939 |
+
order: 4; }
|
940 |
+
.bootstrap-wplc-content .order-lg-5 {
|
941 |
+
-ms-flex-order: 5;
|
942 |
+
order: 5; }
|
943 |
+
.bootstrap-wplc-content .order-lg-6 {
|
944 |
+
-ms-flex-order: 6;
|
945 |
+
order: 6; }
|
946 |
+
.bootstrap-wplc-content .order-lg-7 {
|
947 |
+
-ms-flex-order: 7;
|
948 |
+
order: 7; }
|
949 |
+
.bootstrap-wplc-content .order-lg-8 {
|
950 |
+
-ms-flex-order: 8;
|
951 |
+
order: 8; }
|
952 |
+
.bootstrap-wplc-content .order-lg-9 {
|
953 |
+
-ms-flex-order: 9;
|
954 |
+
order: 9; }
|
955 |
+
.bootstrap-wplc-content .order-lg-10 {
|
956 |
+
-ms-flex-order: 10;
|
957 |
+
order: 10; }
|
958 |
+
.bootstrap-wplc-content .order-lg-11 {
|
959 |
+
-ms-flex-order: 11;
|
960 |
+
order: 11; }
|
961 |
+
.bootstrap-wplc-content .order-lg-12 {
|
962 |
+
-ms-flex-order: 12;
|
963 |
+
order: 12; }
|
964 |
+
.bootstrap-wplc-content .offset-lg-0 {
|
965 |
+
margin-left: 0; }
|
966 |
+
.bootstrap-wplc-content .offset-lg-1 {
|
967 |
+
margin-left: 8.333333%; }
|
968 |
+
.bootstrap-wplc-content .offset-lg-2 {
|
969 |
+
margin-left: 16.666667%; }
|
970 |
+
.bootstrap-wplc-content .offset-lg-3 {
|
971 |
+
margin-left: 25%; }
|
972 |
+
.bootstrap-wplc-content .offset-lg-4 {
|
973 |
+
margin-left: 33.333333%; }
|
974 |
+
.bootstrap-wplc-content .offset-lg-5 {
|
975 |
+
margin-left: 41.666667%; }
|
976 |
+
.bootstrap-wplc-content .offset-lg-6 {
|
977 |
+
margin-left: 50%; }
|
978 |
+
.bootstrap-wplc-content .offset-lg-7 {
|
979 |
+
margin-left: 58.333333%; }
|
980 |
+
.bootstrap-wplc-content .offset-lg-8 {
|
981 |
+
margin-left: 66.666667%; }
|
982 |
+
.bootstrap-wplc-content .offset-lg-9 {
|
983 |
+
margin-left: 75%; }
|
984 |
+
.bootstrap-wplc-content .offset-lg-10 {
|
985 |
+
margin-left: 83.333333%; }
|
986 |
+
.bootstrap-wplc-content .offset-lg-11 {
|
987 |
+
margin-left: 91.666667%; } }
|
988 |
+
@media (min-width: 1200px) {
|
989 |
+
.bootstrap-wplc-content .col-xl {
|
990 |
+
-ms-flex-preferred-size: 0;
|
991 |
+
flex-basis: 0;
|
992 |
+
-ms-flex-positive: 1;
|
993 |
+
flex-grow: 1;
|
994 |
+
max-width: 100%; }
|
995 |
+
.bootstrap-wplc-content .row-cols-xl-1 > * {
|
996 |
+
-ms-flex: 0 0 100%;
|
997 |
+
flex: 0 0 100%;
|
998 |
+
max-width: 100%; }
|
999 |
+
.bootstrap-wplc-content .row-cols-xl-2 > * {
|
1000 |
+
-ms-flex: 0 0 50%;
|
1001 |
+
flex: 0 0 50%;
|
1002 |
+
max-width: 50%; }
|
1003 |
+
.bootstrap-wplc-content .row-cols-xl-3 > * {
|
1004 |
+
-ms-flex: 0 0 33.333333%;
|
1005 |
+
flex: 0 0 33.333333%;
|
1006 |
+
max-width: 33.333333%; }
|
1007 |
+
.bootstrap-wplc-content .row-cols-xl-4 > * {
|
1008 |
+
-ms-flex: 0 0 25%;
|
1009 |
+
flex: 0 0 25%;
|
1010 |
+
max-width: 25%; }
|
1011 |
+
.bootstrap-wplc-content .row-cols-xl-5 > * {
|
1012 |
+
-ms-flex: 0 0 20%;
|
1013 |
+
flex: 0 0 20%;
|
1014 |
+
max-width: 20%; }
|
1015 |
+
.bootstrap-wplc-content .row-cols-xl-6 > * {
|
1016 |
+
-ms-flex: 0 0 16.666667%;
|
1017 |
+
flex: 0 0 16.666667%;
|
1018 |
+
max-width: 16.666667%; }
|
1019 |
+
.bootstrap-wplc-content .col-xl-auto {
|
1020 |
+
-ms-flex: 0 0 auto;
|
1021 |
+
flex: 0 0 auto;
|
1022 |
+
width: auto;
|
1023 |
+
max-width: 100%; }
|
1024 |
+
.bootstrap-wplc-content .col-xl-1 {
|
1025 |
+
-ms-flex: 0 0 8.333333%;
|
1026 |
+
flex: 0 0 8.333333%;
|
1027 |
+
max-width: 8.333333%; }
|
1028 |
+
.bootstrap-wplc-content .col-xl-2 {
|
1029 |
+
-ms-flex: 0 0 16.666667%;
|
1030 |
+
flex: 0 0 16.666667%;
|
1031 |
+
max-width: 16.666667%; }
|
1032 |
+
.bootstrap-wplc-content .col-xl-3 {
|
1033 |
+
-ms-flex: 0 0 25%;
|
1034 |
+
flex: 0 0 25%;
|
1035 |
+
max-width: 25%; }
|
1036 |
+
.bootstrap-wplc-content .col-xl-4 {
|
1037 |
+
-ms-flex: 0 0 33.333333%;
|
1038 |
+
flex: 0 0 33.333333%;
|
1039 |
+
max-width: 33.333333%; }
|
1040 |
+
.bootstrap-wplc-content .col-xl-5 {
|
1041 |
+
-ms-flex: 0 0 41.666667%;
|
1042 |
+
flex: 0 0 41.666667%;
|
1043 |
+
max-width: 41.666667%; }
|
1044 |
+
.bootstrap-wplc-content .col-xl-6 {
|
1045 |
+
-ms-flex: 0 0 50%;
|
1046 |
+
flex: 0 0 50%;
|
1047 |
+
max-width: 50%; }
|
1048 |
+
.bootstrap-wplc-content .col-xl-7 {
|
1049 |
+
-ms-flex: 0 0 58.333333%;
|
1050 |
+
flex: 0 0 58.333333%;
|
1051 |
+
max-width: 58.333333%; }
|
1052 |
+
.bootstrap-wplc-content .col-xl-8 {
|
1053 |
+
-ms-flex: 0 0 66.666667%;
|
1054 |
+
flex: 0 0 66.666667%;
|
1055 |
+
max-width: 66.666667%; }
|
1056 |
+
.bootstrap-wplc-content .col-xl-9 {
|
1057 |
+
-ms-flex: 0 0 75%;
|
1058 |
+
flex: 0 0 75%;
|
1059 |
+
max-width: 75%; }
|
1060 |
+
.bootstrap-wplc-content .col-xl-10 {
|
1061 |
+
-ms-flex: 0 0 83.333333%;
|
1062 |
+
flex: 0 0 83.333333%;
|
1063 |
+
max-width: 83.333333%; }
|
1064 |
+
.bootstrap-wplc-content .col-xl-11 {
|
1065 |
+
-ms-flex: 0 0 91.666667%;
|
1066 |
+
flex: 0 0 91.666667%;
|
1067 |
+
max-width: 91.666667%; }
|
1068 |
+
.bootstrap-wplc-content .col-xl-12 {
|
1069 |
+
-ms-flex: 0 0 100%;
|
1070 |
+
flex: 0 0 100%;
|
1071 |
+
max-width: 100%; }
|
1072 |
+
.bootstrap-wplc-content .order-xl-first {
|
1073 |
+
-ms-flex-order: -1;
|
1074 |
+
order: -1; }
|
1075 |
+
.bootstrap-wplc-content .order-xl-last {
|
1076 |
+
-ms-flex-order: 13;
|
1077 |
+
order: 13; }
|
1078 |
+
.bootstrap-wplc-content .order-xl-0 {
|
1079 |
+
-ms-flex-order: 0;
|
1080 |
+
order: 0; }
|
1081 |
+
.bootstrap-wplc-content .order-xl-1 {
|
1082 |
+
-ms-flex-order: 1;
|
1083 |
+
order: 1; }
|
1084 |
+
.bootstrap-wplc-content .order-xl-2 {
|
1085 |
+
-ms-flex-order: 2;
|
1086 |
+
order: 2; }
|
1087 |
+
.bootstrap-wplc-content .order-xl-3 {
|
1088 |
+
-ms-flex-order: 3;
|
1089 |
+
order: 3; }
|
1090 |
+
.bootstrap-wplc-content .order-xl-4 {
|
1091 |
+
-ms-flex-order: 4;
|
1092 |
+
order: 4; }
|
1093 |
+
.bootstrap-wplc-content .order-xl-5 {
|
1094 |
+
-ms-flex-order: 5;
|
1095 |
+
order: 5; }
|
1096 |
+
.bootstrap-wplc-content .order-xl-6 {
|
1097 |
+
-ms-flex-order: 6;
|
1098 |
+
order: 6; }
|
1099 |
+
.bootstrap-wplc-content .order-xl-7 {
|
1100 |
+
-ms-flex-order: 7;
|
1101 |
+
order: 7; }
|
1102 |
+
.bootstrap-wplc-content .order-xl-8 {
|
1103 |
+
-ms-flex-order: 8;
|
1104 |
+
order: 8; }
|
1105 |
+
.bootstrap-wplc-content .order-xl-9 {
|
1106 |
+
-ms-flex-order: 9;
|
1107 |
+
order: 9; }
|
1108 |
+
.bootstrap-wplc-content .order-xl-10 {
|
1109 |
+
-ms-flex-order: 10;
|
1110 |
+
order: 10; }
|
1111 |
+
.bootstrap-wplc-content .order-xl-11 {
|
1112 |
+
-ms-flex-order: 11;
|
1113 |
+
order: 11; }
|
1114 |
+
.bootstrap-wplc-content .order-xl-12 {
|
1115 |
+
-ms-flex-order: 12;
|
1116 |
+
order: 12; }
|
1117 |
+
.bootstrap-wplc-content .offset-xl-0 {
|
1118 |
+
margin-left: 0; }
|
1119 |
+
.bootstrap-wplc-content .offset-xl-1 {
|
1120 |
+
margin-left: 8.333333%; }
|
1121 |
+
.bootstrap-wplc-content .offset-xl-2 {
|
1122 |
+
margin-left: 16.666667%; }
|
1123 |
+
.bootstrap-wplc-content .offset-xl-3 {
|
1124 |
+
margin-left: 25%; }
|
1125 |
+
.bootstrap-wplc-content .offset-xl-4 {
|
1126 |
+
margin-left: 33.333333%; }
|
1127 |
+
.bootstrap-wplc-content .offset-xl-5 {
|
1128 |
+
margin-left: 41.666667%; }
|
1129 |
+
.bootstrap-wplc-content .offset-xl-6 {
|
1130 |
+
margin-left: 50%; }
|
1131 |
+
.bootstrap-wplc-content .offset-xl-7 {
|
1132 |
+
margin-left: 58.333333%; }
|
1133 |
+
.bootstrap-wplc-content .offset-xl-8 {
|
1134 |
+
margin-left: 66.666667%; }
|
1135 |
+
.bootstrap-wplc-content .offset-xl-9 {
|
1136 |
+
margin-left: 75%; }
|
1137 |
+
.bootstrap-wplc-content .offset-xl-10 {
|
1138 |
+
margin-left: 83.333333%; }
|
1139 |
+
.bootstrap-wplc-content .offset-xl-11 {
|
1140 |
+
margin-left: 91.666667%; } }
|
1141 |
+
.bootstrap-wplc-content .table {
|
1142 |
+
width: 100%;
|
1143 |
+
margin-bottom: 1rem;
|
1144 |
+
color: #212529; }
|
1145 |
+
.bootstrap-wplc-content .table td, .bootstrap-wplc-content .table th {
|
1146 |
+
padding: 0.75rem;
|
1147 |
+
vertical-align: top;
|
1148 |
+
border-top: 1px solid #dee2e6; }
|
1149 |
+
.bootstrap-wplc-content .table thead th {
|
1150 |
+
vertical-align: bottom;
|
1151 |
+
border-bottom: 2px solid #dee2e6; }
|
1152 |
+
.bootstrap-wplc-content .table tbody + tbody {
|
1153 |
+
border-top: 2px solid #dee2e6; }
|
1154 |
+
.bootstrap-wplc-content .table-sm td, .bootstrap-wplc-content .table-sm th {
|
1155 |
+
padding: 0.3rem; }
|
1156 |
+
.bootstrap-wplc-content .table-bordered {
|
1157 |
+
border: 1px solid #dee2e6; }
|
1158 |
+
.bootstrap-wplc-content .table-bordered td, .bootstrap-wplc-content .table-bordered th {
|
1159 |
+
border: 1px solid #dee2e6; }
|
1160 |
+
.bootstrap-wplc-content .table-bordered thead td, .bootstrap-wplc-content .table-bordered thead th {
|
1161 |
+
border-bottom-width: 2px; }
|
1162 |
+
.bootstrap-wplc-content .table-borderless tbody + tbody, .bootstrap-wplc-content .table-borderless td, .bootstrap-wplc-content .table-borderless th, .bootstrap-wplc-content .table-borderless thead th {
|
1163 |
+
border: 0; }
|
1164 |
+
.bootstrap-wplc-content .table-striped tbody tr:nth-of-type(odd) {
|
1165 |
+
background-color: rgba(0, 0, 0, 0.05); }
|
1166 |
+
.bootstrap-wplc-content .table-hover tbody tr:hover {
|
1167 |
+
color: #212529;
|
1168 |
+
background-color: rgba(0, 0, 0, 0.075); }
|
1169 |
+
.bootstrap-wplc-content .table-primary, .bootstrap-wplc-content .table-primary > td, .bootstrap-wplc-content .table-primary > th {
|
1170 |
+
background-color: #b8daff; }
|
1171 |
+
.bootstrap-wplc-content .table-primary tbody + tbody, .bootstrap-wplc-content .table-primary td, .bootstrap-wplc-content .table-primary th, .bootstrap-wplc-content .table-primary thead th {
|
1172 |
+
border-color: #7abaff; }
|
1173 |
+
.bootstrap-wplc-content .table-hover .table-primary:hover {
|
1174 |
+
background-color: #9fcdff; }
|
1175 |
+
.bootstrap-wplc-content .table-hover .table-primary:hover > td, .bootstrap-wplc-content .table-hover .table-primary:hover > th {
|
1176 |
+
background-color: #9fcdff; }
|
1177 |
+
.bootstrap-wplc-content .table-secondary, .bootstrap-wplc-content .table-secondary > td, .bootstrap-wplc-content .table-secondary > th {
|
1178 |
+
background-color: #d6d8db; }
|
1179 |
+
.bootstrap-wplc-content .table-secondary tbody + tbody, .bootstrap-wplc-content .table-secondary td, .bootstrap-wplc-content .table-secondary th, .bootstrap-wplc-content .table-secondary thead th {
|
1180 |
+
border-color: #b3b7bb; }
|
1181 |
+
.bootstrap-wplc-content .table-hover .table-secondary:hover {
|
1182 |
+
background-color: #c8cbcf; }
|
1183 |
+
.bootstrap-wplc-content .table-hover .table-secondary:hover > td, .bootstrap-wplc-content .table-hover .table-secondary:hover > th {
|
1184 |
+
background-color: #c8cbcf; }
|
1185 |
+
.bootstrap-wplc-content .table-success, .bootstrap-wplc-content .table-success > td, .bootstrap-wplc-content .table-success > th {
|
1186 |
+
background-color: #c3e6cb; }
|
1187 |
+
.bootstrap-wplc-content .table-success tbody + tbody, .bootstrap-wplc-content .table-success td, .bootstrap-wplc-content .table-success th, .bootstrap-wplc-content .table-success thead th {
|
1188 |
+
border-color: #8fd19e; }
|
1189 |
+
.bootstrap-wplc-content .table-hover .table-success:hover {
|
1190 |
+
background-color: #b1dfbb; }
|
1191 |
+
.bootstrap-wplc-content .table-hover .table-success:hover > td, .bootstrap-wplc-content .table-hover .table-success:hover > th {
|
1192 |
+
background-color: #b1dfbb; }
|
1193 |
+
.bootstrap-wplc-content .table-info, .bootstrap-wplc-content .table-info > td, .bootstrap-wplc-content .table-info > th {
|
1194 |
+
background-color: #bee5eb; }
|
1195 |
+
.bootstrap-wplc-content .table-info tbody + tbody, .bootstrap-wplc-content .table-info td, .bootstrap-wplc-content .table-info th, .bootstrap-wplc-content .table-info thead th {
|
1196 |
+
border-color: #86cfda; }
|
1197 |
+
.bootstrap-wplc-content .table-hover .table-info:hover {
|
1198 |
+
background-color: #abdde5; }
|
1199 |
+
.bootstrap-wplc-content .table-hover .table-info:hover > td, .bootstrap-wplc-content .table-hover .table-info:hover > th {
|
1200 |
+
background-color: #abdde5; }
|
1201 |
+
.bootstrap-wplc-content .table-warning, .bootstrap-wplc-content .table-warning > td, .bootstrap-wplc-content .table-warning > th {
|
1202 |
+
background-color: #ffeeba; }
|
1203 |
+
.bootstrap-wplc-content .table-warning tbody + tbody, .bootstrap-wplc-content .table-warning td, .bootstrap-wplc-content .table-warning th, .bootstrap-wplc-content .table-warning thead th {
|
1204 |
+
border-color: #ffdf7e; }
|
1205 |
+
.bootstrap-wplc-content .table-hover .table-warning:hover {
|
1206 |
+
background-color: #ffe8a1; }
|
1207 |
+
.bootstrap-wplc-content .table-hover .table-warning:hover > td, .bootstrap-wplc-content .table-hover .table-warning:hover > th {
|
1208 |
+
background-color: #ffe8a1; }
|
1209 |
+
.bootstrap-wplc-content .table-danger, .bootstrap-wplc-content .table-danger > td, .bootstrap-wplc-content .table-danger > th {
|
1210 |
+
background-color: #f5c6cb; }
|
1211 |
+
.bootstrap-wplc-content .table-danger tbody + tbody, .bootstrap-wplc-content .table-danger td, .bootstrap-wplc-content .table-danger th, .bootstrap-wplc-content .table-danger thead th {
|
1212 |
+
border-color: #ed969e; }
|
1213 |
+
.bootstrap-wplc-content .table-hover .table-danger:hover {
|
1214 |
+
background-color: #f1b0b7; }
|
1215 |
+
.bootstrap-wplc-content .table-hover .table-danger:hover > td, .bootstrap-wplc-content .table-hover .table-danger:hover > th {
|
1216 |
+
background-color: #f1b0b7; }
|
1217 |
+
.bootstrap-wplc-content .table-light, .bootstrap-wplc-content .table-light > td, .bootstrap-wplc-content .table-light > th {
|
1218 |
+
background-color: #fdfdfe; }
|
1219 |
+
.bootstrap-wplc-content .table-light tbody + tbody, .bootstrap-wplc-content .table-light td, .bootstrap-wplc-content .table-light th, .bootstrap-wplc-content .table-light thead th {
|
1220 |
+
border-color: #fbfcfc; }
|
1221 |
+
.bootstrap-wplc-content .table-hover .table-light:hover {
|
1222 |
+
background-color: #ececf6; }
|
1223 |
+
.bootstrap-wplc-content .table-hover .table-light:hover > td, .bootstrap-wplc-content .table-hover .table-light:hover > th {
|
1224 |
+
background-color: #ececf6; }
|
1225 |
+
.bootstrap-wplc-content .table-dark, .bootstrap-wplc-content .table-dark > td, .bootstrap-wplc-content .table-dark > th {
|
1226 |
+
background-color: #c6c8ca; }
|
1227 |
+
.bootstrap-wplc-content .table-dark tbody + tbody, .bootstrap-wplc-content .table-dark td, .bootstrap-wplc-content .table-dark th, .bootstrap-wplc-content .table-dark thead th {
|
1228 |
+
border-color: #95999c; }
|
1229 |
+
.bootstrap-wplc-content .table-hover .table-dark:hover {
|
1230 |
+
background-color: #b9bbbe; }
|
1231 |
+
.bootstrap-wplc-content .table-hover .table-dark:hover > td, .bootstrap-wplc-content .table-hover .table-dark:hover > th {
|
1232 |
+
background-color: #b9bbbe; }
|
1233 |
+
.bootstrap-wplc-content .table-active, .bootstrap-wplc-content .table-active > td, .bootstrap-wplc-content .table-active > th {
|
1234 |
+
background-color: rgba(0, 0, 0, 0.075); }
|
1235 |
+
.bootstrap-wplc-content .table-hover .table-active:hover {
|
1236 |
+
background-color: rgba(0, 0, 0, 0.075); }
|
1237 |
+
.bootstrap-wplc-content .table-hover .table-active:hover > td, .bootstrap-wplc-content .table-hover .table-active:hover > th {
|
1238 |
+
background-color: rgba(0, 0, 0, 0.075); }
|
1239 |
+
.bootstrap-wplc-content .table .thead-dark th {
|
1240 |
+
color: #fff;
|
1241 |
+
background-color: #343a40;
|
1242 |
+
border-color: #454d55; }
|
1243 |
+
.bootstrap-wplc-content .table .thead-light th {
|
1244 |
+
color: #495057;
|
1245 |
+
background-color: #e9ecef;
|
1246 |
+
border-color: #dee2e6; }
|
1247 |
+
.bootstrap-wplc-content .table-dark {
|
1248 |
+
color: #fff;
|
1249 |
+
background-color: #343a40; }
|
1250 |
+
.bootstrap-wplc-content .table-dark td, .bootstrap-wplc-content .table-dark th, .bootstrap-wplc-content .table-dark thead th {
|
1251 |
+
border-color: #454d55; }
|
1252 |
+
.bootstrap-wplc-content .table-dark.table-bordered {
|
1253 |
+
border: 0; }
|
1254 |
+
.bootstrap-wplc-content .table-dark.table-striped tbody tr:nth-of-type(odd) {
|
1255 |
+
background-color: rgba(255, 255, 255, 0.05); }
|
1256 |
+
.bootstrap-wplc-content .table-dark.table-hover tbody tr:hover {
|
1257 |
+
color: #fff;
|
1258 |
+
background-color: rgba(255, 255, 255, 0.075); }
|
1259 |
+
@media (max-width: 575.98px) {
|
1260 |
+
.bootstrap-wplc-content .table-responsive-sm {
|
1261 |
+
display: block;
|
1262 |
+
width: 100%;
|
1263 |
+
overflow-x: auto;
|
1264 |
+
-webkit-overflow-scrolling: touch; }
|
1265 |
+
.bootstrap-wplc-content .table-responsive-sm > .table-bordered {
|
1266 |
+
border: 0; } }
|
1267 |
+
@media (max-width: 767.98px) {
|
1268 |
+
.bootstrap-wplc-content .table-responsive-md {
|
1269 |
+
display: block;
|
1270 |
+
width: 100%;
|
1271 |
+
overflow-x: auto;
|
1272 |
+
-webkit-overflow-scrolling: touch; }
|
1273 |
+
.bootstrap-wplc-content .table-responsive-md > .table-bordered {
|
1274 |
+
border: 0; } }
|
1275 |
+
@media (max-width: 991.98px) {
|
1276 |
+
.bootstrap-wplc-content .table-responsive-lg {
|
1277 |
+
display: block;
|
1278 |
+
width: 100%;
|
1279 |
+
overflow-x: auto;
|
1280 |
+
-webkit-overflow-scrolling: touch; }
|
1281 |
+
.bootstrap-wplc-content .table-responsive-lg > .table-bordered {
|
1282 |
+
border: 0; } }
|
1283 |
+
@media (max-width: 1199.98px) {
|
1284 |
+
.bootstrap-wplc-content .table-responsive-xl {
|
1285 |
+
display: block;
|
1286 |
+
width: 100%;
|
1287 |
+
overflow-x: auto;
|
1288 |
+
-webkit-overflow-scrolling: touch; }
|
1289 |
+
.bootstrap-wplc-content .table-responsive-xl > .table-bordered {
|
1290 |
+
border: 0; } }
|
1291 |
+
.bootstrap-wplc-content .table-responsive {
|
1292 |
+
display: block;
|
1293 |
+
width: 100%;
|
1294 |
+
overflow-x: auto;
|
1295 |
+
-webkit-overflow-scrolling: touch; }
|
1296 |
+
.bootstrap-wplc-content .table-responsive > .table-bordered {
|
1297 |
+
border: 0; }
|
1298 |
+
.bootstrap-wplc-content .form-control {
|
1299 |
+
display: block;
|
1300 |
+
width: 100%;
|
1301 |
+
height: calc(1.5em + .75rem + 2px);
|
1302 |
+
padding: 0.375rem 0.75rem;
|
1303 |
+
font-size: 1rem;
|
1304 |
+
font-weight: 400;
|
1305 |
+
line-height: 1.5;
|
1306 |
+
color: #495057;
|
1307 |
+
background-color: #fff;
|
1308 |
+
background-clip: padding-box;
|
1309 |
+
border: 1px solid #ced4da;
|
1310 |
+
border-radius: 0.25rem;
|
1311 |
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
1312 |
+
@media (prefers-reduced-motion: reduce) {
|
1313 |
+
.bootstrap-wplc-content .form-control {
|
1314 |
+
transition: none; } }
|
1315 |
+
.bootstrap-wplc-content .form-control::-ms-expand {
|
1316 |
+
background-color: transparent;
|
1317 |
+
border: 0; }
|
1318 |
+
.bootstrap-wplc-content .form-control:-moz-focusring {
|
1319 |
+
color: transparent;
|
1320 |
+
text-shadow: 0 0 0 #495057; }
|
1321 |
+
.bootstrap-wplc-content .form-control:focus {
|
1322 |
+
color: #495057;
|
1323 |
+
background-color: #fff;
|
1324 |
+
border-color: #80bdff;
|
1325 |
+
outline: 0;
|
1326 |
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
|
1327 |
+
.bootstrap-wplc-content .form-control::-webkit-input-placeholder {
|
1328 |
+
color: #6c757d;
|
1329 |
+
opacity: 1; }
|
1330 |
+
.bootstrap-wplc-content .form-control::-moz-placeholder {
|
1331 |
+
color: #6c757d;
|
1332 |
+
opacity: 1; }
|
1333 |
+
.bootstrap-wplc-content .form-control:-ms-input-placeholder {
|
1334 |
+
color: #6c757d;
|
1335 |
+
opacity: 1; }
|
1336 |
+
.bootstrap-wplc-content .form-control::-ms-input-placeholder {
|
1337 |
+
color: #6c757d;
|
1338 |
+
opacity: 1; }
|
1339 |
+
.bootstrap-wplc-content .form-control::placeholder {
|
1340 |
+
color: #6c757d;
|
1341 |
+
opacity: 1; }
|
1342 |
+
.bootstrap-wplc-content .form-control:disabled, .bootstrap-wplc-content .form-control[readonly] {
|
1343 |
+
background-color: #e9ecef;
|
1344 |
+
opacity: 1; }
|
1345 |
+
.bootstrap-wplc-content select.form-control:focus::-ms-value {
|
1346 |
+
color: #495057;
|
1347 |
+
background-color: #fff; }
|
1348 |
+
.bootstrap-wplc-content .form-control-file, .bootstrap-wplc-content .form-control-range {
|
1349 |
+
display: block;
|
1350 |
+
width: 100%; }
|
1351 |
+
.bootstrap-wplc-content .col-form-label {
|
1352 |
+
padding-top: calc(.375rem + 1px);
|
1353 |
+
padding-bottom: calc(.375rem + 1px);
|
1354 |
+
margin-bottom: 0;
|
1355 |
+
font-size: inherit;
|
1356 |
+
line-height: 1.5; }
|
1357 |
+
.bootstrap-wplc-content .col-form-label-lg {
|
1358 |
+
padding-top: calc(.5rem + 1px);
|
1359 |
+
padding-bottom: calc(.5rem + 1px);
|
1360 |
+
font-size: 1.25rem;
|
1361 |
+
line-height: 1.5; }
|
1362 |
+
.bootstrap-wplc-content .col-form-label-sm {
|
1363 |
+
padding-top: calc(.25rem + 1px);
|
1364 |
+
padding-bottom: calc(.25rem + 1px);
|
1365 |
+
font-size: 0.875rem;
|
1366 |
+
line-height: 1.5; }
|
1367 |
+
.bootstrap-wplc-content .form-control-plaintext {
|
1368 |
+
display: block;
|
1369 |
+
width: 100%;
|
1370 |
+
padding: 0.375rem 0;
|
1371 |
+
margin-bottom: 0;
|
1372 |
+
font-size: 1rem;
|
1373 |
+
line-height: 1.5;
|
1374 |
+
color: #212529;
|
1375 |
+
background-color: transparent;
|
1376 |
+
border: solid transparent;
|
1377 |
+
border-width: 1px 0; }
|
1378 |
+
.bootstrap-wplc-content .form-control-plaintext.form-control-lg, .bootstrap-wplc-content .form-control-plaintext.form-control-sm {
|
1379 |
+
padding-right: 0;
|
1380 |
+
padding-left: 0; }
|
1381 |
+
.bootstrap-wplc-content .form-control-sm {
|
1382 |
+
height: calc(1.5em + .5rem + 2px);
|
1383 |
+
padding: 0.25rem 0.5rem;
|
1384 |
+
font-size: 0.875rem;
|
1385 |
+
line-height: 1.5;
|
1386 |
+
border-radius: 0.2rem; }
|
1387 |
+
.bootstrap-wplc-content .form-control-lg {
|
1388 |
+
height: calc(1.5em + 1rem + 2px);
|
1389 |
+
padding: 0.5rem 1rem;
|
1390 |
+
font-size: 1.25rem;
|
1391 |
+
line-height: 1.5;
|
1392 |
+
border-radius: 0.3rem; }
|
1393 |
+
.bootstrap-wplc-content select.form-control[multiple], .bootstrap-wplc-content select.form-control[size] {
|
1394 |
+
height: auto; }
|
1395 |
+
.bootstrap-wplc-content textarea.form-control {
|
1396 |
+
height: auto; }
|
1397 |
+
.bootstrap-wplc-content .form-group {
|
1398 |
+
margin-bottom: 1rem; }
|
1399 |
+
.bootstrap-wplc-content .form-text {
|
1400 |
+
display: block;
|
1401 |
+
margin-top: 0.25rem; }
|
1402 |
+
.bootstrap-wplc-content .form-row {
|
1403 |
+
display: -ms-flexbox;
|
1404 |
+
display: flex;
|
1405 |
+
-ms-flex-wrap: wrap;
|
1406 |
+
flex-wrap: wrap;
|
1407 |
+
margin-right: -5px;
|
1408 |
+
margin-left: -5px; }
|
1409 |
+
.bootstrap-wplc-content .form-row > .col, .bootstrap-wplc-content .form-row > [class*=col-] {
|
1410 |
+
padding-right: 5px;
|
1411 |
+
padding-left: 5px; }
|
1412 |
+
.bootstrap-wplc-content .form-check {
|
1413 |
+
position: relative;
|
1414 |
+
display: block;
|
1415 |
+
padding-left: 1.25rem; }
|
1416 |
+
.bootstrap-wplc-content .form-check-input {
|
1417 |
+
position: absolute;
|
1418 |
+
margin-top: 0.3rem;
|
1419 |
+
margin-left: -1.25rem; }
|
1420 |
+
.bootstrap-wplc-content .form-check-input:disabled ~ .form-check-label, .bootstrap-wplc-content .form-check-input[disabled] ~ .form-check-label {
|
1421 |
+
color: #6c757d; }
|
1422 |
+
.bootstrap-wplc-content .form-check-label {
|
1423 |
+
margin-bottom: 0; }
|
1424 |
+
.bootstrap-wplc-content .form-check-inline {
|
1425 |
+
display: -ms-inline-flexbox;
|
1426 |
+
display: inline-flex;
|
1427 |
+
-ms-flex-align: center;
|
1428 |
+
align-items: center;
|
1429 |
+
padding-left: 0;
|
1430 |
+
margin-right: 0.75rem; }
|
1431 |
+
.bootstrap-wplc-content .form-check-inline .form-check-input {
|
1432 |
+
position: static;
|
1433 |
+
margin-top: 0;
|
1434 |
+
margin-right: 0.3125rem;
|
1435 |
+
margin-left: 0; }
|
1436 |
+
.bootstrap-wplc-content .valid-feedback {
|
1437 |
+
display: none;
|
1438 |
+
width: 100%;
|
1439 |
+
margin-top: 0.25rem;
|
1440 |
+
font-size: 80%;
|
1441 |
+
color: #28a745; }
|
1442 |
+
.bootstrap-wplc-content .valid-tooltip {
|
1443 |
+
position: absolute;
|
1444 |
+
top: 100%;
|
1445 |
+
z-index: 5;
|
1446 |
+
display: none;
|
1447 |
+
max-width: 100%;
|
1448 |
+
padding: 0.25rem 0.5rem;
|
1449 |
+
margin-top: 0.1rem;
|
1450 |
+
font-size: 0.875rem;
|
1451 |
+
line-height: 1.5;
|
1452 |
+
color: #fff;
|
1453 |
+
background-color: rgba(40, 167, 69, 0.9);
|
1454 |
+
border-radius: 0.25rem; }
|
1455 |
+
.bootstrap-wplc-content .is-valid ~ .valid-feedback, .bootstrap-wplc-content .is-valid ~ .valid-tooltip, .bootstrap-wplc-content .was-validated :valid ~ .valid-feedback, .bootstrap-wplc-content .was-validated :valid ~ .valid-tooltip {
|
1456 |
+
display: block; }
|
1457 |
+
.bootstrap-wplc-content .form-control.is-valid, .bootstrap-wplc-content .was-validated .form-control:valid {
|
1458 |
+
border-color: #28a745;
|
1459 |
+
padding-right: calc(1.5em + .75rem);
|
1460 |
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
|
1461 |
+
background-repeat: no-repeat;
|
1462 |
+
background-position: right calc(.375em + .1875rem) center;
|
1463 |
+
background-size: calc(.75em + .375rem) calc(.75em + .375rem); }
|
1464 |
+
.bootstrap-wplc-content .form-control.is-valid:focus, .bootstrap-wplc-content .was-validated .form-control:valid:focus {
|
1465 |
+
border-color: #28a745;
|
1466 |
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
|
1467 |
+
.bootstrap-wplc-content .was-validated textarea.form-control:valid, .bootstrap-wplc-content textarea.form-control.is-valid {
|
1468 |
+
padding-right: calc(1.5em + .75rem);
|
1469 |
+
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }
|
1470 |
+
.bootstrap-wplc-content .custom-select.is-valid, .bootstrap-wplc-content .was-validated .custom-select:valid {
|
1471 |
+
border-color: #28a745;
|
1472 |
+
padding-right: calc(.75em + 2.3125rem);
|
1473 |
+
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }
|
1474 |
+
.bootstrap-wplc-content .custom-select.is-valid:focus, .bootstrap-wplc-content .was-validated .custom-select:valid:focus {
|
1475 |
+
border-color: #28a745;
|
1476 |
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
|
1477 |
+
.bootstrap-wplc-content .form-check-input.is-valid ~ .form-check-label, .bootstrap-wplc-content .was-validated .form-check-input:valid ~ .form-check-label {
|
1478 |
+
color: #28a745; }
|
1479 |
+
.bootstrap-wplc-content .form-check-input.is-valid ~ .valid-feedback, .bootstrap-wplc-content .form-check-input.is-valid ~ .valid-tooltip, .bootstrap-wplc-content .was-validated .form-check-input:valid ~ .valid-feedback, .bootstrap-wplc-content .was-validated .form-check-input:valid ~ .valid-tooltip {
|
1480 |
+
display: block; }
|
1481 |
+
.bootstrap-wplc-content .custom-control-input.is-valid ~ .custom-control-label, .bootstrap-wplc-content .was-validated .custom-control-input:valid ~ .custom-control-label {
|
1482 |
+
color: #28a745; }
|
1483 |
+
.bootstrap-wplc-content .custom-control-input.is-valid ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:valid ~ .custom-control-label::before {
|
1484 |
+
border-color: #28a745; }
|
1485 |
+
.bootstrap-wplc-content .custom-control-input.is-valid:checked ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
|
1486 |
+
border-color: #34ce57;
|
1487 |
+
background-color: #34ce57; }
|
1488 |
+
.bootstrap-wplc-content .custom-control-input.is-valid:focus ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
|
1489 |
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
|
1490 |
+
.bootstrap-wplc-content .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
|
1491 |
+
border-color: #28a745; }
|
1492 |
+
.bootstrap-wplc-content .custom-file-input.is-valid ~ .custom-file-label, .bootstrap-wplc-content .was-validated .custom-file-input:valid ~ .custom-file-label {
|
1493 |
+
border-color: #28a745; }
|
1494 |
+
.bootstrap-wplc-content .custom-file-input.is-valid:focus ~ .custom-file-label, .bootstrap-wplc-content .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
|
1495 |
+
border-color: #28a745;
|
1496 |
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
|
1497 |
+
.bootstrap-wplc-content .invalid-feedback {
|
1498 |
+
display: none;
|
1499 |
+
width: 100%;
|
1500 |
+
margin-top: 0.25rem;
|
1501 |
+
font-size: 80%;
|
1502 |
+
color: #dc3545; }
|
1503 |
+
.bootstrap-wplc-content .invalid-tooltip {
|
1504 |
+
position: absolute;
|
1505 |
+
top: 100%;
|
1506 |
+
z-index: 5;
|
1507 |
+
display: none;
|
1508 |
+
max-width: 100%;
|
1509 |
+
padding: 0.25rem 0.5rem;
|
1510 |
+
margin-top: 0.1rem;
|
1511 |
+
font-size: 0.875rem;
|
1512 |
+
line-height: 1.5;
|
1513 |
+
color: #fff;
|
1514 |
+
background-color: rgba(220, 53, 69, 0.9);
|
1515 |
+
border-radius: 0.25rem; }
|
1516 |
+
.bootstrap-wplc-content .is-invalid ~ .invalid-feedback, .bootstrap-wplc-content .is-invalid ~ .invalid-tooltip, .bootstrap-wplc-content .was-validated :invalid ~ .invalid-feedback, .bootstrap-wplc-content .was-validated :invalid ~ .invalid-tooltip {
|
1517 |
+
display: block; }
|
1518 |
+
.bootstrap-wplc-content .form-control.is-invalid, .bootstrap-wplc-content .was-validated .form-control:invalid {
|
1519 |
+
border-color: #dc3545;
|
1520 |
+
padding-right: calc(1.5em + .75rem);
|
1521 |
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
|
1522 |
+
background-repeat: no-repeat;
|
1523 |
+
background-position: right calc(.375em + .1875rem) center;
|
1524 |
+
background-size: calc(.75em + .375rem) calc(.75em + .375rem); }
|
1525 |
+
.bootstrap-wplc-content .form-control.is-invalid:focus, .bootstrap-wplc-content .was-validated .form-control:invalid:focus {
|
1526 |
+
border-color: #dc3545;
|
1527 |
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
|
1528 |
+
.bootstrap-wplc-content .was-validated textarea.form-control:invalid, .bootstrap-wplc-content textarea.form-control.is-invalid {
|
1529 |
+
padding-right: calc(1.5em + .75rem);
|
1530 |
+
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }
|
1531 |
+
.bootstrap-wplc-content .custom-select.is-invalid, .bootstrap-wplc-content .was-validated .custom-select:invalid {
|
1532 |
+
border-color: #dc3545;
|
1533 |
+
padding-right: calc(.75em + 2.3125rem);
|
1534 |
+
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }
|
1535 |
+
.bootstrap-wplc-content .custom-select.is-invalid:focus, .bootstrap-wplc-content .was-validated .custom-select:invalid:focus {
|
1536 |
+
border-color: #dc3545;
|
1537 |
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
|
1538 |
+
.bootstrap-wplc-content .form-check-input.is-invalid ~ .form-check-label, .bootstrap-wplc-content .was-validated .form-check-input:invalid ~ .form-check-label {
|
1539 |
+
color: #dc3545; }
|
1540 |
+
.bootstrap-wplc-content .form-check-input.is-invalid ~ .invalid-feedback, .bootstrap-wplc-content .form-check-input.is-invalid ~ .invalid-tooltip, .bootstrap-wplc-content .was-validated .form-check-input:invalid ~ .invalid-feedback, .bootstrap-wplc-content .was-validated .form-check-input:invalid ~ .invalid-tooltip {
|
1541 |
+
display: block; }
|
1542 |
+
.bootstrap-wplc-content .custom-control-input.is-invalid ~ .custom-control-label, .bootstrap-wplc-content .was-validated .custom-control-input:invalid ~ .custom-control-label {
|
1543 |
+
color: #dc3545; }
|
1544 |
+
.bootstrap-wplc-content .custom-control-input.is-invalid ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
|
1545 |
+
border-color: #dc3545; }
|
1546 |
+
.bootstrap-wplc-content .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
|
1547 |
+
border-color: #e4606d;
|
1548 |
+
background-color: #e4606d; }
|
1549 |
+
.bootstrap-wplc-content .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
|
1550 |
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
|
1551 |
+
.bootstrap-wplc-content .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
|
1552 |
+
border-color: #dc3545; }
|
1553 |
+
.bootstrap-wplc-content .custom-file-input.is-invalid ~ .custom-file-label, .bootstrap-wplc-content .was-validated .custom-file-input:invalid ~ .custom-file-label {
|
1554 |
+
border-color: #dc3545; }
|
1555 |
+
.bootstrap-wplc-content .custom-file-input.is-invalid:focus ~ .custom-file-label, .bootstrap-wplc-content .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
|
1556 |
+
border-color: #dc3545;
|
1557 |
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
|
1558 |
+
.bootstrap-wplc-content .form-inline {
|
1559 |
+
display: -ms-flexbox;
|
1560 |
+
display: flex;
|
1561 |
+
-ms-flex-flow: row wrap;
|
1562 |
+
flex-flow: row wrap;
|
1563 |
+
-ms-flex-align: center;
|
1564 |
+
align-items: center; }
|
1565 |
+
.bootstrap-wplc-content .form-inline .form-check {
|
1566 |
+
width: 100%; }
|
1567 |
+
@media (min-width: 576px) {
|
1568 |
+
.bootstrap-wplc-content .form-inline label {
|
1569 |
+
display: -ms-flexbox;
|
1570 |
+
display: flex;
|
1571 |
+
-ms-flex-align: center;
|
1572 |
+
align-items: center;
|
1573 |
+
-ms-flex-pack: center;
|
1574 |
+
justify-content: center;
|
1575 |
+
margin-bottom: 0; }
|
1576 |
+
.bootstrap-wplc-content .form-inline .form-group {
|
1577 |
+
display: -ms-flexbox;
|
1578 |
+
display: flex;
|
1579 |
+
-ms-flex: 0 0 auto;
|
1580 |
+
flex: 0 0 auto;
|
1581 |
+
-ms-flex-flow: row wrap;
|
1582 |
+
flex-flow: row wrap;
|
1583 |
+
-ms-flex-align: center;
|
1584 |
+
align-items: center;
|
1585 |
+
margin-bottom: 0; }
|
1586 |
+
.bootstrap-wplc-content .form-inline .form-control {
|
1587 |
+
display: inline-block;
|
1588 |
+
width: auto;
|
1589 |
+
vertical-align: middle; }
|
1590 |
+
.bootstrap-wplc-content .form-inline .form-control-plaintext {
|
1591 |
+
display: inline-block; }
|
1592 |
+
.bootstrap-wplc-content .form-inline .custom-select, .bootstrap-wplc-content .form-inline .input-group {
|
1593 |
+
width: auto; }
|
1594 |
+
.bootstrap-wplc-content .form-inline .form-check {
|
1595 |
+
display: -ms-flexbox;
|
1596 |
+
display: flex;
|
1597 |
+
-ms-flex-align: center;
|
1598 |
+
align-items: center;
|
1599 |
+
-ms-flex-pack: center;
|
1600 |
+
justify-content: center;
|
1601 |
+
width: auto;
|
1602 |
+
padding-left: 0; }
|
1603 |
+
.bootstrap-wplc-content .form-inline .form-check-input {
|
1604 |
+
position: relative;
|
1605 |
+
-ms-flex-negative: 0;
|
1606 |
+
flex-shrink: 0;
|
1607 |
+
margin-top: 0;
|
1608 |
+
margin-right: 0.25rem;
|
1609 |
+
margin-left: 0; }
|
1610 |
+
.bootstrap-wplc-content .form-inline .custom-control {
|
1611 |
+
-ms-flex-align: center;
|
1612 |
+
align-items: center;
|
1613 |
+
-ms-flex-pack: center;
|
1614 |
+
justify-content: center; }
|
1615 |
+
.bootstrap-wplc-content .form-inline .custom-control-label {
|
1616 |
+
margin-bottom: 0; } }
|
1617 |
+
.bootstrap-wplc-content .btn {
|
1618 |
+
display: inline-block;
|
1619 |
+
font-weight: 400;
|
1620 |
+
color: #212529;
|
1621 |
+
text-align: center;
|
1622 |
+
vertical-align: middle;
|
1623 |
+
cursor: pointer;
|
1624 |
+
-webkit-user-select: none;
|
1625 |
+
-moz-user-select: none;
|
1626 |
+
-ms-user-select: none;
|
1627 |
+
user-select: none;
|
1628 |
+
background-color: transparent;
|
1629 |
+
border: 1px solid transparent;
|
1630 |
+
padding: 0.375rem 0.75rem;
|
1631 |
+
font-size: 1rem;
|
1632 |
+
line-height: 1.5;
|
1633 |
+
border-radius: 0.25rem;
|
1634 |
+
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
1635 |
+
@media (prefers-reduced-motion: reduce) {
|
1636 |
+
.bootstrap-wplc-content .btn {
|
1637 |
+
transition: none; } }
|
1638 |
+
.bootstrap-wplc-content .btn:hover {
|
1639 |
+
color: #212529;
|
1640 |
+
text-decoration: none; }
|
1641 |
+
.bootstrap-wplc-content .btn.focus, .bootstrap-wplc-content .btn:focus {
|
1642 |
+
outline: 0;
|
1643 |
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
|
1644 |
+
.bootstrap-wplc-content .btn.disabled, .bootstrap-wplc-content .btn:disabled {
|
1645 |
+
opacity: 0.65; }
|
1646 |
+
.bootstrap-wplc-content a.btn.disabled, .bootstrap-wplc-content fieldset:disabled a.btn {
|
1647 |
+
pointer-events: none; }
|
1648 |
+
.bootstrap-wplc-content .btn-primary {
|
1649 |
+
color: #fff;
|
1650 |
+
background-color: #007bff;
|
1651 |
+
border-color: #007bff; }
|
1652 |
+
.bootstrap-wplc-content .btn-primary:hover {
|
1653 |
+
color: #fff;
|
1654 |
+
background-color: #0069d9;
|
1655 |
+
border-color: #0062cc; }
|
1656 |
+
.bootstrap-wplc-content .btn-primary.focus, .bootstrap-wplc-content .btn-primary:focus {
|
1657 |
+
color: #fff;
|
1658 |
+
background-color: #0069d9;
|
1659 |
+
border-color: #0062cc;
|
1660 |
+
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
|
1661 |
+
.bootstrap-wplc-content .btn-primary.disabled, .bootstrap-wplc-content .btn-primary:disabled {
|
1662 |
+
color: #fff;
|
1663 |
+
background-color: #007bff;
|
1664 |
+
border-color: #007bff; }
|
1665 |
+
.bootstrap-wplc-content .btn-primary:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-primary:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-primary.dropdown-toggle {
|
1666 |
+
color: #fff;
|
1667 |
+
background-color: #0062cc;
|
1668 |
+
border-color: #005cbf; }
|
1669 |
+
.bootstrap-wplc-content .btn-primary:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-primary.dropdown-toggle:focus {
|
1670 |
+
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
|
1671 |
+
.bootstrap-wplc-content .btn-secondary {
|
1672 |
+
color: #fff;
|
1673 |
+
background-color: #6c757d;
|
1674 |
+
border-color: #6c757d; }
|
1675 |
+
.bootstrap-wplc-content .btn-secondary:hover {
|
1676 |
+
color: #fff;
|
1677 |
+
background-color: #5a6268;
|
1678 |
+
border-color: #545b62; }
|
1679 |
+
.bootstrap-wplc-content .btn-secondary.focus, .bootstrap-wplc-content .btn-secondary:focus {
|
1680 |
+
color: #fff;
|
1681 |
+
background-color: #5a6268;
|
1682 |
+
border-color: #545b62;
|
1683 |
+
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
|
1684 |
+
.bootstrap-wplc-content .btn-secondary.disabled, .bootstrap-wplc-content .btn-secondary:disabled {
|
1685 |
+
color: #fff;
|
1686 |
+
background-color: #6c757d;
|
1687 |
+
border-color: #6c757d; }
|
1688 |
+
.bootstrap-wplc-content .btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-secondary.dropdown-toggle {
|
1689 |
+
color: #fff;
|
1690 |
+
background-color: #545b62;
|
1691 |
+
border-color: #4e555b; }
|
1692 |
+
.bootstrap-wplc-content .btn-secondary:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-secondary.dropdown-toggle:focus {
|
1693 |
+
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
|
1694 |
+
.bootstrap-wplc-content .btn-success {
|
1695 |
+
color: #fff;
|
1696 |
+
background-color: #28a745;
|
1697 |
+
border-color: #28a745; }
|
1698 |
+
.bootstrap-wplc-content .btn-success:hover {
|
1699 |
+
color: #fff;
|
1700 |
+
background-color: #218838;
|
1701 |
+
border-color: #1e7e34; }
|
1702 |
+
.bootstrap-wplc-content .btn-success.focus, .bootstrap-wplc-content .btn-success:focus {
|
1703 |
+
color: #fff;
|
1704 |
+
background-color: #218838;
|
1705 |
+
border-color: #1e7e34;
|
1706 |
+
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
|
1707 |
+
.bootstrap-wplc-content .btn-success.disabled, .bootstrap-wplc-content .btn-success:disabled {
|
1708 |
+
color: #fff;
|
1709 |
+
background-color: #28a745;
|
1710 |
+
border-color: #28a745; }
|
1711 |
+
.bootstrap-wplc-content .btn-success:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-success:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-success.dropdown-toggle {
|
1712 |
+
color: #fff;
|
1713 |
+
background-color: #1e7e34;
|
1714 |
+
border-color: #1c7430; }
|
1715 |
+
.bootstrap-wplc-content .btn-success:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-success:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-success.dropdown-toggle:focus {
|
1716 |
+
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
|
1717 |
+
.bootstrap-wplc-content .btn-info {
|
1718 |
+
color: #fff;
|
1719 |
+
background-color: #17a2b8;
|
1720 |
+
border-color: #17a2b8; }
|
1721 |
+
.bootstrap-wplc-content .btn-info:hover {
|
1722 |
+
color: #fff;
|
1723 |
+
background-color: #138496;
|
1724 |
+
border-color: #117a8b; }
|
1725 |
+
.bootstrap-wplc-content .btn-info.focus, .bootstrap-wplc-content .btn-info:focus {
|
1726 |
+
color: #fff;
|
1727 |
+
background-color: #138496;
|
1728 |
+
border-color: #117a8b;
|
1729 |
+
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
|
1730 |
+
.bootstrap-wplc-content .btn-info.disabled, .bootstrap-wplc-content .btn-info:disabled {
|
1731 |
+
color: #fff;
|
1732 |
+
background-color: #17a2b8;
|
1733 |
+
border-color: #17a2b8; }
|
1734 |
+
.bootstrap-wplc-content .btn-info:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-info:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-info.dropdown-toggle {
|
1735 |
+
color: #fff;
|
1736 |
+
background-color: #117a8b;
|
1737 |
+
border-color: #10707f; }
|
1738 |
+
.bootstrap-wplc-content .btn-info:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-info:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-info.dropdown-toggle:focus {
|
1739 |
+
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
|
1740 |
+
.bootstrap-wplc-content .btn-warning {
|
1741 |
+
color: #212529;
|
1742 |
+
background-color: #ffc107;
|
1743 |
+
border-color: #ffc107; }
|
1744 |
+
.bootstrap-wplc-content .btn-warning:hover {
|
1745 |
+
color: #212529;
|
1746 |
+
background-color: #e0a800;
|
1747 |
+
border-color: #d39e00; }
|
1748 |
+
.bootstrap-wplc-content .btn-warning.focus, .bootstrap-wplc-content .btn-warning:focus {
|
1749 |
+
color: #212529;
|
1750 |
+
background-color: #e0a800;
|
1751 |
+
border-color: #d39e00;
|
1752 |
+
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
|
1753 |
+
.bootstrap-wplc-content .btn-warning.disabled, .bootstrap-wplc-content .btn-warning:disabled {
|
1754 |
+
color: #212529;
|
1755 |
+
background-color: #ffc107;
|
1756 |
+
border-color: #ffc107; }
|
1757 |
+
.bootstrap-wplc-content .btn-warning:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-warning:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-warning.dropdown-toggle {
|
1758 |
+
color: #212529;
|
1759 |
+
background-color: #d39e00;
|
1760 |
+
border-color: #c69500; }
|
1761 |
+
.bootstrap-wplc-content .btn-warning:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-warning.dropdown-toggle:focus {
|
1762 |
+
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
|
1763 |
+
.bootstrap-wplc-content .btn-danger {
|
1764 |
+
color: #fff;
|
1765 |
+
background-color: #dc3545;
|
1766 |
+
border-color: #dc3545; }
|
1767 |
+
.bootstrap-wplc-content .btn-danger:hover {
|
1768 |
+
color: #fff;
|
1769 |
+
background-color: #c82333;
|
1770 |
+
border-color: #bd2130; }
|
1771 |
+
.bootstrap-wplc-content .btn-danger.focus, .bootstrap-wplc-content .btn-danger:focus {
|
1772 |
+
color: #fff;
|
1773 |
+
background-color: #c82333;
|
1774 |
+
border-color: #bd2130;
|
1775 |
+
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
|
1776 |
+
.bootstrap-wplc-content .btn-danger.disabled, .bootstrap-wplc-content .btn-danger:disabled {
|
1777 |
+
color: #fff;
|
1778 |
+
background-color: #dc3545;
|
1779 |
+
border-color: #dc3545; }
|
1780 |
+
.bootstrap-wplc-content .btn-danger:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-danger:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-danger.dropdown-toggle {
|
1781 |
+
color: #fff;
|
1782 |
+
background-color: #bd2130;
|
1783 |
+
border-color: #b21f2d; }
|
1784 |
+
.bootstrap-wplc-content .btn-danger:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-danger.dropdown-toggle:focus {
|
1785 |
+
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
|
1786 |
+
.bootstrap-wplc-content .btn-light {
|
1787 |
+
color: #212529;
|
1788 |
+
background-color: #f8f9fa;
|
1789 |
+
border-color: #f8f9fa; }
|
1790 |
+
.bootstrap-wplc-content .btn-light:hover {
|
1791 |
+
color: #212529;
|
1792 |
+
background-color: #e2e6ea;
|
1793 |
+
border-color: #dae0e5; }
|
1794 |
+
.bootstrap-wplc-content .btn-light.focus, .bootstrap-wplc-content .btn-light:focus {
|
1795 |
+
color: #212529;
|
1796 |
+
background-color: #e2e6ea;
|
1797 |
+
border-color: #dae0e5;
|
1798 |
+
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
|
1799 |
+
.bootstrap-wplc-content .btn-light.disabled, .bootstrap-wplc-content .btn-light:disabled {
|
1800 |
+
color: #212529;
|
1801 |
+
background-color: #f8f9fa;
|
1802 |
+
border-color: #f8f9fa; }
|
1803 |
+
.bootstrap-wplc-content .btn-light:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-light:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-light.dropdown-toggle {
|
1804 |
+
color: #212529;
|
1805 |
+
background-color: #dae0e5;
|
1806 |
+
border-color: #d3d9df; }
|
1807 |
+
.bootstrap-wplc-content .btn-light:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-light.dropdown-toggle:focus {
|
1808 |
+
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
|
1809 |
+
.bootstrap-wplc-content .btn-dark {
|
1810 |
+
color: #fff;
|
1811 |
+
background-color: #343a40;
|
1812 |
+
border-color: #343a40; }
|
1813 |
+
.bootstrap-wplc-content .btn-dark:hover {
|
1814 |
+
color: #fff;
|
1815 |
+
background-color: #23272b;
|
1816 |
+
border-color: #1d2124; }
|
1817 |
+
.bootstrap-wplc-content .btn-dark.focus, .bootstrap-wplc-content .btn-dark:focus {
|
1818 |
+
color: #fff;
|
1819 |
+
background-color: #23272b;
|
1820 |
+
border-color: #1d2124;
|
1821 |
+
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
|
1822 |
+
.bootstrap-wplc-content .btn-dark.disabled, .bootstrap-wplc-content .btn-dark:disabled {
|
1823 |
+
color: #fff;
|
1824 |
+
background-color: #343a40;
|
1825 |
+
border-color: #343a40; }
|
1826 |
+
.bootstrap-wplc-content .btn-dark:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-dark:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-dark.dropdown-toggle {
|
1827 |
+
color: #fff;
|
1828 |
+
background-color: #1d2124;
|
1829 |
+
border-color: #171a1d; }
|
1830 |
+
.bootstrap-wplc-content .btn-dark:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-dark.dropdown-toggle:focus {
|
1831 |
+
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
|
1832 |
+
.bootstrap-wplc-content .btn-outline-primary {
|
1833 |
+
color: #007bff;
|
1834 |
+
border-color: #007bff; }
|
1835 |
+
.bootstrap-wplc-content .btn-outline-primary:hover {
|
1836 |
+
color: #fff;
|
1837 |
+
background-color: #007bff;
|
1838 |
+
border-color: #007bff; }
|
1839 |
+
.bootstrap-wplc-content .btn-outline-primary.focus, .bootstrap-wplc-content .btn-outline-primary:focus {
|
1840 |
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
|
1841 |
+
.bootstrap-wplc-content .btn-outline-primary.disabled, .bootstrap-wplc-content .btn-outline-primary:disabled {
|
1842 |
+
color: #007bff;
|
1843 |
+
background-color: transparent; }
|
1844 |
+
.bootstrap-wplc-content .btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-primary.dropdown-toggle {
|
1845 |
+
color: #fff;
|
1846 |
+
background-color: #007bff;
|
1847 |
+
border-color: #007bff; }
|
1848 |
+
.bootstrap-wplc-content .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-primary.dropdown-toggle:focus {
|
1849 |
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
|
1850 |
+
.bootstrap-wplc-content .btn-outline-secondary {
|
1851 |
+
color: #6c757d;
|
1852 |
+
border-color: #6c757d; }
|
1853 |
+
.bootstrap-wplc-content .btn-outline-secondary:hover {
|
1854 |
+
color: #fff;
|
1855 |
+
background-color: #6c757d;
|
1856 |
+
border-color: #6c757d; }
|
1857 |
+
.bootstrap-wplc-content .btn-outline-secondary.focus, .bootstrap-wplc-content .btn-outline-secondary:focus {
|
1858 |
+
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
|
1859 |
+
.bootstrap-wplc-content .btn-outline-secondary.disabled, .bootstrap-wplc-content .btn-outline-secondary:disabled {
|
1860 |
+
color: #6c757d;
|
1861 |
+
background-color: transparent; }
|
1862 |
+
.bootstrap-wplc-content .btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-secondary.dropdown-toggle {
|
1863 |
+
color: #fff;
|
1864 |
+
background-color: #6c757d;
|
1865 |
+
border-color: #6c757d; }
|
1866 |
+
.bootstrap-wplc-content .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-secondary.dropdown-toggle:focus {
|
1867 |
+
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
|
1868 |
+
.bootstrap-wplc-content .btn-outline-success {
|
1869 |
+
color: #28a745;
|
1870 |
+
border-color: #28a745; }
|
1871 |
+
.bootstrap-wplc-content .btn-outline-success:hover {
|
1872 |
+
color: #fff;
|
1873 |
+
background-color: #28a745;
|
1874 |
+
border-color: #28a745; }
|
1875 |
+
.bootstrap-wplc-content .btn-outline-success.focus, .bootstrap-wplc-content .btn-outline-success:focus {
|
1876 |
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
|
1877 |
+
.bootstrap-wplc-content .btn-outline-success.disabled, .bootstrap-wplc-content .btn-outline-success:disabled {
|
1878 |
+
color: #28a745;
|
1879 |
+
background-color: transparent; }
|
1880 |
+
.bootstrap-wplc-content .btn-outline-success:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-success:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-success.dropdown-toggle {
|
1881 |
+
color: #fff;
|
1882 |
+
background-color: #28a745;
|
1883 |
+
border-color: #28a745; }
|
1884 |
+
.bootstrap-wplc-content .btn-outline-success:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-success.dropdown-toggle:focus {
|
1885 |
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
|
1886 |
+
.bootstrap-wplc-content .btn-outline-info {
|
1887 |
+
color: #17a2b8;
|
1888 |
+
border-color: #17a2b8; }
|
1889 |
+
.bootstrap-wplc-content .btn-outline-info:hover {
|
1890 |
+
color: #fff;
|
1891 |
+
background-color: #17a2b8;
|
1892 |
+
border-color: #17a2b8; }
|
1893 |
+
.bootstrap-wplc-content .btn-outline-info.focus, .bootstrap-wplc-content .btn-outline-info:focus {
|
1894 |
+
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
|
1895 |
+
.bootstrap-wplc-content .btn-outline-info.disabled, .bootstrap-wplc-content .btn-outline-info:disabled {
|
1896 |
+
color: #17a2b8;
|
1897 |
+
background-color: transparent; }
|
1898 |
+
.bootstrap-wplc-content .btn-outline-info:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-info:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-info.dropdown-toggle {
|
1899 |
+
color: #fff;
|
1900 |
+
background-color: #17a2b8;
|
1901 |
+
border-color: #17a2b8; }
|
1902 |
+
.bootstrap-wplc-content .btn-outline-info:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-info.dropdown-toggle:focus {
|
1903 |
+
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
|
1904 |
+
.bootstrap-wplc-content .btn-outline-warning {
|
1905 |
+
color: #ffc107;
|
1906 |
+
border-color: #ffc107; }
|
1907 |
+
.bootstrap-wplc-content .btn-outline-warning:hover {
|
1908 |
+
color: #212529;
|
1909 |
+
background-color: #ffc107;
|
1910 |
+
border-color: #ffc107; }
|
1911 |
+
.bootstrap-wplc-content .btn-outline-warning.focus, .bootstrap-wplc-content .btn-outline-warning:focus {
|
1912 |
+
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
|
1913 |
+
.bootstrap-wplc-content .btn-outline-warning.disabled, .bootstrap-wplc-content .btn-outline-warning:disabled {
|
1914 |
+
color: #ffc107;
|
1915 |
+
background-color: transparent; }
|
1916 |
+
.bootstrap-wplc-content .btn-outline-warning:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-warning.dropdown-toggle {
|
1917 |
+
color: #212529;
|
1918 |
+
background-color: #ffc107;
|
1919 |
+
border-color: #ffc107; }
|
1920 |
+
.bootstrap-wplc-content .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-warning.dropdown-toggle:focus {
|
1921 |
+
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
|
1922 |
+
.bootstrap-wplc-content .btn-outline-danger {
|
1923 |
+
color: #dc3545;
|
1924 |
+
border-color: #dc3545; }
|
1925 |
+
.bootstrap-wplc-content .btn-outline-danger:hover {
|
1926 |
+
color: #fff;
|
1927 |
+
background-color: #dc3545;
|
1928 |
+
border-color: #dc3545; }
|
1929 |
+
.bootstrap-wplc-content .btn-outline-danger.focus, .bootstrap-wplc-content .btn-outline-danger:focus {
|
1930 |
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
|
1931 |
+
.bootstrap-wplc-content .btn-outline-danger.disabled, .bootstrap-wplc-content .btn-outline-danger:disabled {
|
1932 |
+
color: #dc3545;
|
1933 |
+
background-color: transparent; }
|
1934 |
+
.bootstrap-wplc-content .btn-outline-danger:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-danger:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-danger.dropdown-toggle {
|
1935 |
+
color: #fff;
|
1936 |
+
background-color: #dc3545;
|
1937 |
+
border-color: #dc3545; }
|
1938 |
+
.bootstrap-wplc-content .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-danger.dropdown-toggle:focus {
|
1939 |
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
|
1940 |
+
.bootstrap-wplc-content .btn-outline-light {
|
1941 |
+
color: #f8f9fa;
|
1942 |
+
border-color: #f8f9fa; }
|
1943 |
+
.bootstrap-wplc-content .btn-outline-light:hover {
|
1944 |
+
color: #212529;
|
1945 |
+
background-color: #f8f9fa;
|
1946 |
+
border-color: #f8f9fa; }
|
1947 |
+
.bootstrap-wplc-content .btn-outline-light.focus, .bootstrap-wplc-content .btn-outline-light:focus {
|
1948 |
+
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
|
1949 |
+
.bootstrap-wplc-content .btn-outline-light.disabled, .bootstrap-wplc-content .btn-outline-light:disabled {
|
1950 |
+
color: #f8f9fa;
|
1951 |
+
background-color: transparent; }
|
1952 |
+
.bootstrap-wplc-content .btn-outline-light:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-light.dropdown-toggle {
|
1953 |
+
color: #212529;
|
1954 |
+
background-color: #f8f9fa;
|
1955 |
+
border-color: #f8f9fa; }
|
1956 |
+
.bootstrap-wplc-content .btn-outline-light:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-light.dropdown-toggle:focus {
|
1957 |
+
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
|
1958 |
+
.bootstrap-wplc-content .btn-outline-dark {
|
1959 |
+
color: #343a40;
|
1960 |
+
border-color: #343a40; }
|
1961 |
+
.bootstrap-wplc-content .btn-outline-dark:hover {
|
1962 |
+
color: #fff;
|
1963 |
+
background-color: #343a40;
|
1964 |
+
border-color: #343a40; }
|
1965 |
+
.bootstrap-wplc-content .btn-outline-dark.focus, .bootstrap-wplc-content .btn-outline-dark:focus {
|
1966 |
+
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
|
1967 |
+
.bootstrap-wplc-content .btn-outline-dark.disabled, .bootstrap-wplc-content .btn-outline-dark:disabled {
|
1968 |
+
color: #343a40;
|
1969 |
+
background-color: transparent; }
|
1970 |
+
.bootstrap-wplc-content .btn-outline-dark:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-dark.dropdown-toggle {
|
1971 |
+
color: #fff;
|
1972 |
+
background-color: #343a40;
|
1973 |
+
border-color: #343a40; }
|
1974 |
+
.bootstrap-wplc-content .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-dark.dropdown-toggle:focus {
|
1975 |
+
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
|
1976 |
+
.bootstrap-wplc-content .btn-link {
|
1977 |
+
font-weight: 400;
|
1978 |
+
color: #007bff;
|
1979 |
+
text-decoration: none; }
|
1980 |
+
.bootstrap-wplc-content .btn-link:hover {
|
1981 |
+
color: #0056b3;
|
1982 |
+
text-decoration: underline; }
|
1983 |
+
.bootstrap-wplc-content .btn-link.focus, .bootstrap-wplc-content .btn-link:focus {
|
1984 |
+
text-decoration: underline;
|
1985 |
+
box-shadow: none; }
|
1986 |
+
.bootstrap-wplc-content .btn-link.disabled, .bootstrap-wplc-content .btn-link:disabled {
|
1987 |
+
color: #6c757d;
|
1988 |
+
pointer-events: none; }
|
1989 |
+
.bootstrap-wplc-content .btn-group-lg > .btn, .bootstrap-wplc-content .btn-lg {
|
1990 |
+
padding: 0.5rem 1rem;
|
1991 |
+
font-size: 1.25rem;
|
1992 |
+
line-height: 1.5;
|
1993 |
+
border-radius: 0.3rem; }
|
1994 |
+
.bootstrap-wplc-content .btn-group-sm > .btn, .bootstrap-wplc-content .btn-sm {
|
1995 |
+
padding: 0.25rem 0.5rem;
|
1996 |
+
font-size: 0.875rem;
|
1997 |
+
line-height: 1.5;
|
1998 |
+
border-radius: 0.2rem; }
|
1999 |
+
.bootstrap-wplc-content .btn-block {
|
2000 |
+
display: block;
|
2001 |
+
width: 100%; }
|
2002 |
+
.bootstrap-wplc-content .btn-block + .btn-block {
|
2003 |
+
margin-top: 0.5rem; }
|
2004 |
+
.bootstrap-wplc-content input[type=button].btn-block, .bootstrap-wplc-content input[type=reset].btn-block, .bootstrap-wplc-content input[type=submit].btn-block {
|
2005 |
+
width: 100%; }
|
2006 |
+
.bootstrap-wplc-content .fade {
|
2007 |
+
transition: opacity 0.15s linear; }
|
2008 |
+
@media (prefers-reduced-motion: reduce) {
|
2009 |
+
.bootstrap-wplc-content .fade {
|
2010 |
+
transition: none; } }
|
2011 |
+
.bootstrap-wplc-content .fade:not(.show) {
|
2012 |
+
opacity: 0; }
|
2013 |
+
.bootstrap-wplc-content .collapse:not(.show) {
|
2014 |
+
display: none; }
|
2015 |
+
.bootstrap-wplc-content .collapsing {
|
2016 |
+
position: relative;
|
2017 |
+
height: 0;
|
2018 |
+
overflow: hidden;
|
2019 |
+
transition: height 0.35s ease; }
|
2020 |
+
@media (prefers-reduced-motion: reduce) {
|
2021 |
+
.bootstrap-wplc-content .collapsing {
|
2022 |
+
transition: none; } }
|
2023 |
+
.bootstrap-wplc-content .dropdown, .bootstrap-wplc-content .dropleft, .bootstrap-wplc-content .dropright, .bootstrap-wplc-content .dropup {
|
2024 |
+
position: relative; }
|
2025 |
+
.bootstrap-wplc-content .dropdown-toggle {
|
2026 |
+
white-space: nowrap; }
|
2027 |
+
.bootstrap-wplc-content .dropdown-toggle::after {
|
2028 |
+
display: inline-block;
|
2029 |
+
margin-left: 0.255em;
|
2030 |
+
vertical-align: 0.255em;
|
2031 |
+
content: "";
|
2032 |
+
border-top: 0.3em solid;
|
2033 |
+
border-right: 0.3em solid transparent;
|
2034 |
+
border-bottom: 0;
|
2035 |
+
border-left: 0.3em solid transparent; }
|
2036 |
+
.bootstrap-wplc-content .dropdown-toggle:empty::after {
|
2037 |
+
margin-left: 0; }
|
2038 |
+
.bootstrap-wplc-content .dropdown-menu {
|
2039 |
+
position: absolute;
|
2040 |
+
top: 100%;
|
2041 |
+
left: 0;
|
2042 |
+
z-index: 1000;
|
2043 |
+
display: none;
|
2044 |
+
float: left;
|
2045 |
+
min-width: 10rem;
|
2046 |
+
padding: 0.5rem 0;
|
2047 |
+
margin: 0.125rem 0 0;
|
2048 |
+
font-size: 1rem;
|
2049 |
+
color: #212529;
|
2050 |
+
text-align: left;
|
2051 |
+
list-style: none;
|
2052 |
+
background-color: #fff;
|
2053 |
+
background-clip: padding-box;
|
2054 |
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
2055 |
+
border-radius: 0.25rem; }
|
2056 |
+
.bootstrap-wplc-content .dropdown-menu-left {
|
2057 |
+
right: auto;
|
2058 |
+
left: 0; }
|
2059 |
+
.bootstrap-wplc-content .dropdown-menu-right {
|
2060 |
+
right: 0;
|
2061 |
+
left: auto; }
|
2062 |
+
@media (min-width: 576px) {
|
2063 |
+
.bootstrap-wplc-content .dropdown-menu-sm-left {
|
2064 |
+
right: auto;
|
2065 |
+
left: 0; }
|
2066 |
+
.bootstrap-wplc-content .dropdown-menu-sm-right {
|
2067 |
+
right: 0;
|
2068 |
+
left: auto; } }
|
2069 |
+
@media (min-width: 768px) {
|
2070 |
+
.bootstrap-wplc-content .dropdown-menu-md-left {
|
2071 |
+
right: auto;
|
2072 |
+
left: 0; }
|
2073 |
+
.bootstrap-wplc-content .dropdown-menu-md-right {
|
2074 |
+
right: 0;
|
2075 |
+
left: auto; } }
|
2076 |
+
@media (min-width: 992px) {
|
2077 |
+
.bootstrap-wplc-content .dropdown-menu-lg-left {
|
2078 |
+
right: auto;
|
2079 |
+
left: 0; }
|
2080 |
+
.bootstrap-wplc-content .dropdown-menu-lg-right {
|
2081 |
+
right: 0;
|
2082 |
+
left: auto; } }
|
2083 |
+
@media (min-width: 1200px) {
|
2084 |
+
.bootstrap-wplc-content .dropdown-menu-xl-left {
|
2085 |
+
right: auto;
|
2086 |
+
left: 0; }
|
2087 |
+
.bootstrap-wplc-content .dropdown-menu-xl-right {
|
2088 |
+
right: 0;
|
2089 |
+
left: auto; } }
|
2090 |
+
.bootstrap-wplc-content .dropup .dropdown-menu {
|
2091 |
+
top: auto;
|
2092 |
+
bottom: 100%;
|
2093 |
+
margin-top: 0;
|
2094 |
+
margin-bottom: 0.125rem; }
|
2095 |
+
.bootstrap-wplc-content .dropup .dropdown-toggle::after {
|
2096 |
+
display: inline-block;
|
2097 |
+
margin-left: 0.255em;
|
2098 |
+
vertical-align: 0.255em;
|
2099 |
+
content: "";
|
2100 |
+
border-top: 0;
|
2101 |
+
border-right: 0.3em solid transparent;
|
2102 |
+
border-bottom: 0.3em solid;
|
2103 |
+
border-left: 0.3em solid transparent; }
|
2104 |
+
.bootstrap-wplc-content .dropup .dropdown-toggle:empty::after {
|
2105 |
+
margin-left: 0; }
|
2106 |
+
.bootstrap-wplc-content .dropright .dropdown-menu {
|
2107 |
+
top: 0;
|
2108 |
+
right: auto;
|
2109 |
+
left: 100%;
|
2110 |
+
margin-top: 0;
|
2111 |
+
margin-left: 0.125rem; }
|
2112 |
+
.bootstrap-wplc-content .dropright .dropdown-toggle::after {
|
2113 |
+
display: inline-block;
|
2114 |
+
margin-left: 0.255em;
|
2115 |
+
vertical-align: 0.255em;
|
2116 |
+
content: "";
|
2117 |
+
border-top: 0.3em solid transparent;
|
2118 |
+
border-right: 0;
|
2119 |
+
border-bottom: 0.3em solid transparent;
|
2120 |
+
border-left: 0.3em solid; }
|
2121 |
+
.bootstrap-wplc-content .dropright .dropdown-toggle:empty::after {
|
2122 |
+
margin-left: 0; }
|
2123 |
+
.bootstrap-wplc-content .dropright .dropdown-toggle::after {
|
2124 |
+
vertical-align: 0; }
|
2125 |
+
.bootstrap-wplc-content .dropleft .dropdown-menu {
|
2126 |
+
top: 0;
|
2127 |
+
right: 100%;
|
2128 |
+
left: auto;
|
2129 |
+
margin-top: 0;
|
2130 |
+
margin-right: 0.125rem; }
|
2131 |
+
.bootstrap-wplc-content .dropleft .dropdown-toggle::after {
|
2132 |
+
display: inline-block;
|
2133 |
+
margin-left: 0.255em;
|
2134 |
+
vertical-align: 0.255em;
|
2135 |
+
content: ""; }
|
2136 |
+
.bootstrap-wplc-content .dropleft .dropdown-toggle::after {
|
2137 |
+
display: none; }
|
2138 |
+
.bootstrap-wplc-content .dropleft .dropdown-toggle::before {
|
2139 |
+
display: inline-block;
|
2140 |
+
margin-right: 0.255em;
|
2141 |
+
vertical-align: 0.255em;
|
2142 |
+
content: "";
|
2143 |
+
border-top: 0.3em solid transparent;
|
2144 |
+
border-right: 0.3em solid;
|
2145 |
+
border-bottom: 0.3em solid transparent; }
|
2146 |
+
.bootstrap-wplc-content .dropleft .dropdown-toggle:empty::after {
|
2147 |
+
margin-left: 0; }
|
2148 |
+
.bootstrap-wplc-content .dropleft .dropdown-toggle::before {
|
2149 |
+
vertical-align: 0; }
|
2150 |
+
.bootstrap-wplc-content .dropdown-menu[x-placement^=bottom], .bootstrap-wplc-content .dropdown-menu[x-placement^=left], .bootstrap-wplc-content .dropdown-menu[x-placement^=right], .bootstrap-wplc-content .dropdown-menu[x-placement^=top] {
|
2151 |
+
right: auto;
|
2152 |
+
bottom: auto; }
|
2153 |
+
.bootstrap-wplc-content .dropdown-divider {
|
2154 |
+
height: 0;
|
2155 |
+
margin: 0.5rem 0;
|
2156 |
+
overflow: hidden;
|
2157 |
+
border-top: 1px solid #e9ecef; }
|
2158 |
+
.bootstrap-wplc-content .dropdown-item {
|
2159 |
+
display: block;
|
2160 |
+
width: 100%;
|
2161 |
+
padding: 0.25rem 1.5rem;
|
2162 |
+
clear: both;
|
2163 |
+
font-weight: 400;
|
2164 |
+
color: #212529;
|
2165 |
+
text-align: inherit;
|
2166 |
+
white-space: nowrap;
|
2167 |
+
background-color: transparent;
|
2168 |
+
border: 0; }
|
2169 |
+
.bootstrap-wplc-content .dropdown-item:focus, .bootstrap-wplc-content .dropdown-item:hover {
|
2170 |
+
color: #16181b;
|
2171 |
+
text-decoration: none;
|
2172 |
+
background-color: #f8f9fa; }
|
2173 |
+
.bootstrap-wplc-content .dropdown-item.active, .bootstrap-wplc-content .dropdown-item:active {
|
2174 |
+
color: #fff;
|
2175 |
+
text-decoration: none;
|
2176 |
+
background-color: #007bff; }
|
2177 |
+
.bootstrap-wplc-content .dropdown-item.disabled, .bootstrap-wplc-content .dropdown-item:disabled {
|
2178 |
+
color: #6c757d;
|
2179 |
+
pointer-events: none;
|
2180 |
+
background-color: transparent; }
|
2181 |
+
.bootstrap-wplc-content .dropdown-menu.show {
|
2182 |
+
display: block; }
|
2183 |
+
.bootstrap-wplc-content .dropdown-header {
|
2184 |
+
display: block;
|
2185 |
+
padding: 0.5rem 1.5rem;
|
2186 |
+
margin-bottom: 0;
|
2187 |
+
font-size: 0.875rem;
|
2188 |
+
color: #6c757d;
|
2189 |
+
white-space: nowrap; }
|
2190 |
+
.bootstrap-wplc-content .dropdown-item-text {
|
2191 |
+
display: block;
|
2192 |
+
padding: 0.25rem 1.5rem;
|
2193 |
+
color: #212529; }
|
2194 |
+
.bootstrap-wplc-content .btn-group, .bootstrap-wplc-content .btn-group-vertical {
|
2195 |
+
position: relative;
|
2196 |
+
display: -ms-inline-flexbox;
|
2197 |
+
display: inline-flex;
|
2198 |
+
vertical-align: middle; }
|
2199 |
+
.bootstrap-wplc-content .btn-group-vertical > .btn, .bootstrap-wplc-content .btn-group > .btn {
|
2200 |
+
position: relative;
|
2201 |
+
-ms-flex: 1 1 auto;
|
2202 |
+
flex: 1 1 auto; }
|
2203 |
+
.bootstrap-wplc-content .btn-group-vertical > .btn:hover, .bootstrap-wplc-content .btn-group > .btn:hover {
|
2204 |
+
z-index: 1; }
|
2205 |
+
.bootstrap-wplc-content .btn-group-vertical > .btn.active, .bootstrap-wplc-content .btn-group-vertical > .btn:active, .bootstrap-wplc-content .btn-group-vertical > .btn:focus, .bootstrap-wplc-content .btn-group > .btn.active, .bootstrap-wplc-content .btn-group > .btn:active, .bootstrap-wplc-content .btn-group > .btn:focus {
|
2206 |
+
z-index: 1; }
|
2207 |
+
.bootstrap-wplc-content .btn-toolbar {
|
2208 |
+
display: -ms-flexbox;
|
2209 |
+
display: flex;
|
2210 |
+
-ms-flex-wrap: wrap;
|
2211 |
+
flex-wrap: wrap;
|
2212 |
+
-ms-flex-pack: start;
|
2213 |
+
justify-content: flex-start; }
|
2214 |
+
.bootstrap-wplc-content .btn-toolbar .input-group {
|
2215 |
+
width: auto; }
|
2216 |
+
.bootstrap-wplc-content .btn-group > .btn-group:not(:first-child), .bootstrap-wplc-content .btn-group > .btn:not(:first-child) {
|
2217 |
+
margin-left: -1px; }
|
2218 |
+
.bootstrap-wplc-content .btn-group > .btn-group:not(:last-child) > .btn, .bootstrap-wplc-content .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
|
2219 |
+
border-top-right-radius: 0;
|
2220 |
+
border-bottom-right-radius: 0; }
|
2221 |
+
.bootstrap-wplc-content .btn-group > .btn-group:not(:first-child) > .btn, .bootstrap-wplc-content .btn-group > .btn:not(:first-child) {
|
2222 |
+
border-top-left-radius: 0;
|
2223 |
+
border-bottom-left-radius: 0; }
|
2224 |
+
.bootstrap-wplc-content .dropdown-toggle-split {
|
2225 |
+
padding-right: 0.5625rem;
|
2226 |
+
padding-left: 0.5625rem; }
|
2227 |
+
.bootstrap-wplc-content .dropdown-toggle-split::after, .bootstrap-wplc-content .dropright .dropdown-toggle-split::after, .bootstrap-wplc-content .dropup .dropdown-toggle-split::after {
|
2228 |
+
margin-left: 0; }
|
2229 |
+
.bootstrap-wplc-content .dropleft .dropdown-toggle-split::before {
|
2230 |
+
margin-right: 0; }
|
2231 |
+
.bootstrap-wplc-content .btn-group-sm > .btn + .dropdown-toggle-split, .bootstrap-wplc-content .btn-sm + .dropdown-toggle-split {
|
2232 |
+
padding-right: 0.375rem;
|
2233 |
+
padding-left: 0.375rem; }
|
2234 |
+
.bootstrap-wplc-content .btn-group-lg > .btn + .dropdown-toggle-split, .bootstrap-wplc-content .btn-lg + .dropdown-toggle-split {
|
2235 |
+
padding-right: 0.75rem;
|
2236 |
+
padding-left: 0.75rem; }
|
2237 |
+
.bootstrap-wplc-content .btn-group-vertical {
|
2238 |
+
-ms-flex-direction: column;
|
2239 |
+
flex-direction: column;
|
2240 |
+
-ms-flex-align: start;
|
2241 |
+
align-items: flex-start;
|
2242 |
+
-ms-flex-pack: center;
|
2243 |
+
justify-content: center; }
|
2244 |
+
.bootstrap-wplc-content .btn-group-vertical > .btn, .bootstrap-wplc-content .btn-group-vertical > .btn-group {
|
2245 |
+
width: 100%; }
|
2246 |
+
.bootstrap-wplc-content .btn-group-vertical > .btn-group:not(:first-child), .bootstrap-wplc-content .btn-group-vertical > .btn:not(:first-child) {
|
2247 |
+
margin-top: -1px; }
|
2248 |
+
.bootstrap-wplc-content .btn-group-vertical > .btn-group:not(:last-child) > .btn, .bootstrap-wplc-content .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
|
2249 |
+
border-bottom-right-radius: 0;
|
2250 |
+
border-bottom-left-radius: 0; }
|
2251 |
+
.bootstrap-wplc-content .btn-group-vertical > .btn-group:not(:first-child) > .btn, .bootstrap-wplc-content .btn-group-vertical > .btn:not(:first-child) {
|
2252 |
+
border-top-left-radius: 0;
|
2253 |
+
border-top-right-radius: 0; }
|
2254 |
+
.bootstrap-wplc-content .btn-group-toggle > .btn, .bootstrap-wplc-content .btn-group-toggle > .btn-group > .btn {
|
2255 |
+
margin-bottom: 0; }
|
2256 |
+
.bootstrap-wplc-content .btn-group-toggle > .btn input[type=checkbox], .bootstrap-wplc-content .btn-group-toggle > .btn input[type=radio], .bootstrap-wplc-content .btn-group-toggle > .btn-group > .btn input[type=checkbox], .bootstrap-wplc-content .btn-group-toggle > .btn-group > .btn input[type=radio] {
|
2257 |
+
position: absolute;
|
2258 |
+
clip: rect(0, 0, 0, 0);
|
2259 |
+
pointer-events: none; }
|
2260 |
+
.bootstrap-wplc-content .input-group {
|
2261 |
+
position: relative;
|
2262 |
+
display: -ms-flexbox;
|
2263 |
+
display: flex;
|
2264 |
+
-ms-flex-wrap: wrap;
|
2265 |
+
flex-wrap: wrap;
|
2266 |
+
-ms-flex-align: stretch;
|
2267 |
+
align-items: stretch;
|
2268 |
+
width: 100%; }
|
2269 |
+
.bootstrap-wplc-content .input-group > .custom-file, .bootstrap-wplc-content .input-group > .custom-select, .bootstrap-wplc-content .input-group > .form-control, .bootstrap-wplc-content .input-group > .form-control-plaintext {
|
2270 |
+
position: relative;
|
2271 |
+
-ms-flex: 1 1 0%;
|
2272 |
+
flex: 1 1 0%;
|
2273 |
+
min-width: 0;
|
2274 |
+
margin-bottom: 0; }
|
2275 |
+
.bootstrap-wplc-content .input-group > .custom-file + .custom-file, .bootstrap-wplc-content .input-group > .custom-file + .custom-select, .bootstrap-wplc-content .input-group > .custom-file + .form-control, .bootstrap-wplc-content .input-group > .custom-select + .custom-file, .bootstrap-wplc-content .input-group > .custom-select + .custom-select, .bootstrap-wplc-content .input-group > .custom-select + .form-control, .bootstrap-wplc-content .input-group > .form-control + .custom-file, .bootstrap-wplc-content .input-group > .form-control + .custom-select, .bootstrap-wplc-content .input-group > .form-control + .form-control, .bootstrap-wplc-content .input-group > .form-control-plaintext + .custom-file, .bootstrap-wplc-content .input-group > .form-control-plaintext + .custom-select, .bootstrap-wplc-content .input-group > .form-control-plaintext + .form-control {
|
2276 |
+
margin-left: -1px; }
|
2277 |
+
.bootstrap-wplc-content .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .bootstrap-wplc-content .input-group > .custom-select:focus, .bootstrap-wplc-content .input-group > .form-control:focus {
|
2278 |
+
z-index: 3; }
|
2279 |
+
.bootstrap-wplc-content .input-group > .custom-file .custom-file-input:focus {
|
2280 |
+
z-index: 4; }
|
2281 |
+
.bootstrap-wplc-content .input-group > .custom-select:not(:last-child), .bootstrap-wplc-content .input-group > .form-control:not(:last-child) {
|
2282 |
+
border-top-right-radius: 0;
|
2283 |
+
border-bottom-right-radius: 0; }
|
2284 |
+
.bootstrap-wplc-content .input-group > .custom-select:not(:first-child), .bootstrap-wplc-content .input-group > .form-control:not(:first-child) {
|
2285 |
+
border-top-left-radius: 0;
|
2286 |
+
border-bottom-left-radius: 0; }
|
2287 |
+
.bootstrap-wplc-content .input-group > .custom-file {
|
2288 |
+
display: -ms-flexbox;
|
2289 |
+
display: flex;
|
2290 |
+
-ms-flex-align: center;
|
2291 |
+
align-items: center; }
|
2292 |
+
.bootstrap-wplc-content .input-group > .custom-file:not(:last-child) .custom-file-label, .bootstrap-wplc-content .input-group > .custom-file:not(:last-child) .custom-file-label::after {
|
2293 |
+
border-top-right-radius: 0;
|
2294 |
+
border-bottom-right-radius: 0; }
|
2295 |
+
.bootstrap-wplc-content .input-group > .custom-file:not(:first-child) .custom-file-label {
|
2296 |
+
border-top-left-radius: 0;
|
2297 |
+
border-bottom-left-radius: 0; }
|
2298 |
+
.bootstrap-wplc-content .input-group-append, .bootstrap-wplc-content .input-group-prepend {
|
2299 |
+
display: -ms-flexbox;
|
2300 |
+
display: flex; }
|
2301 |
+
.bootstrap-wplc-content .input-group-append .btn, .bootstrap-wplc-content .input-group-prepend .btn {
|
2302 |
+
position: relative;
|
2303 |
+
z-index: 2; }
|
2304 |
+
.bootstrap-wplc-content .input-group-append .btn:focus, .bootstrap-wplc-content .input-group-prepend .btn:focus {
|
2305 |
+
z-index: 3; }
|
2306 |
+
.bootstrap-wplc-content .input-group-append .btn + .btn, .bootstrap-wplc-content .input-group-append .btn + .input-group-text, .bootstrap-wplc-content .input-group-append .input-group-text + .btn, .bootstrap-wplc-content .input-group-append .input-group-text + .input-group-text, .bootstrap-wplc-content .input-group-prepend .btn + .btn, .bootstrap-wplc-content .input-group-prepend .btn + .input-group-text, .bootstrap-wplc-content .input-group-prepend .input-group-text + .btn, .bootstrap-wplc-content .input-group-prepend .input-group-text + .input-group-text {
|
2307 |
+
margin-left: -1px; }
|
2308 |
+
.bootstrap-wplc-content .input-group-prepend {
|
2309 |
+
margin-right: -1px; }
|
2310 |
+
.bootstrap-wplc-content .input-group-append {
|
2311 |
+
margin-left: -1px; }
|
2312 |
+
.bootstrap-wplc-content .input-group-text {
|
2313 |
+
display: -ms-flexbox;
|
2314 |
+
display: flex;
|
2315 |
+
-ms-flex-align: center;
|
2316 |
+
align-items: center;
|
2317 |
+
padding: 0.375rem 0.75rem;
|
2318 |
+
margin-bottom: 0;
|
2319 |
+
font-size: 1rem;
|
2320 |
+
font-weight: 400;
|
2321 |
+
line-height: 1.5;
|
2322 |
+
color: #495057;
|
2323 |
+
text-align: center;
|
2324 |
+
white-space: nowrap;
|
2325 |
+
background-color: #e9ecef;
|
2326 |
+
border: 1px solid #ced4da;
|
2327 |
+
border-radius: 0.25rem; }
|
2328 |
+
.bootstrap-wplc-content .input-group-text input[type=checkbox], .bootstrap-wplc-content .input-group-text input[type=radio] {
|
2329 |
+
margin-top: 0; }
|
2330 |
+
.bootstrap-wplc-content .input-group-lg > .custom-select, .bootstrap-wplc-content .input-group-lg > .form-control:not(textarea) {
|
2331 |
+
height: calc(1.5em + 1rem + 2px); }
|
2332 |
+
.bootstrap-wplc-content .input-group-lg > .custom-select, .bootstrap-wplc-content .input-group-lg > .form-control, .bootstrap-wplc-content .input-group-lg > .input-group-append > .btn, .bootstrap-wplc-content .input-group-lg > .input-group-append > .input-group-text, .bootstrap-wplc-content .input-group-lg > .input-group-prepend > .btn, .bootstrap-wplc-content .input-group-lg > .input-group-prepend > .input-group-text {
|
2333 |
+
padding: 0.5rem 1rem;
|
2334 |
+
font-size: 1.25rem;
|
2335 |
+
line-height: 1.5;
|
2336 |
+
border-radius: 0.3rem; }
|
2337 |
+
.bootstrap-wplc-content .input-group-sm > .custom-select, .bootstrap-wplc-content .input-group-sm > .form-control:not(textarea) {
|
2338 |
+
height: calc(1.5em + .5rem + 2px); }
|
2339 |
+
.bootstrap-wplc-content .input-group-sm > .custom-select, .bootstrap-wplc-content .input-group-sm > .form-control, .bootstrap-wplc-content .input-group-sm > .input-group-append > .btn, .bootstrap-wplc-content .input-group-sm > .input-group-append > .input-group-text, .bootstrap-wplc-content .input-group-sm > .input-group-prepend > .btn, .bootstrap-wplc-content .input-group-sm > .input-group-prepend > .input-group-text {
|
2340 |
+
padding: 0.25rem 0.5rem;
|
2341 |
+
font-size: 0.875rem;
|
2342 |
+
line-height: 1.5;
|
2343 |
+
border-radius: 0.2rem; }
|
2344 |
+
.bootstrap-wplc-content .input-group-lg > .custom-select, .bootstrap-wplc-content .input-group-sm > .custom-select {
|
2345 |
+
padding-right: 1.75rem; }
|
2346 |
+
.bootstrap-wplc-content .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-wplc-content .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .bootstrap-wplc-content .input-group > .input-group-append:not(:last-child) > .btn, .bootstrap-wplc-content .input-group > .input-group-append:not(:last-child) > .input-group-text, .bootstrap-wplc-content .input-group > .input-group-prepend > .btn, .bootstrap-wplc-content .input-group > .input-group-prepend > .input-group-text {
|
2347 |
+
border-top-right-radius: 0;
|
2348 |
+
border-bottom-right-radius: 0; }
|
2349 |
+
.bootstrap-wplc-content .input-group > .input-group-append > .btn, .bootstrap-wplc-content .input-group > .input-group-append > .input-group-text, .bootstrap-wplc-content .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .bootstrap-wplc-content .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .bootstrap-wplc-content .input-group > .input-group-prepend:not(:first-child) > .btn, .bootstrap-wplc-content .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
|
2350 |
+
border-top-left-radius: 0;
|
2351 |
+
border-bottom-left-radius: 0; }
|
2352 |
+
.bootstrap-wplc-content .custom-control {
|
2353 |
+
position: relative;
|
2354 |
+
display: block;
|
2355 |
+
min-height: 1.5rem;
|
2356 |
+
padding-left: 1.5rem; }
|
2357 |
+
.bootstrap-wplc-content .custom-control-inline {
|
2358 |
+
display: -ms-inline-flexbox;
|
2359 |
+
display: inline-flex;
|
2360 |
+
margin-right: 1rem; }
|
2361 |
+
.bootstrap-wplc-content .custom-control-input {
|
2362 |
+
position: absolute;
|
2363 |
+
left: 0;
|
2364 |
+
z-index: -1;
|
2365 |
+
width: 1rem;
|
2366 |
+
height: 1.25rem;
|
2367 |
+
opacity: 0; }
|
2368 |
+
.bootstrap-wplc-content .custom-control-input:checked ~ .custom-control-label::before {
|
2369 |
+
color: #fff;
|
2370 |
+
border-color: #007bff;
|
2371 |
+
background-color: #007bff; }
|
2372 |
+
.bootstrap-wplc-content .custom-control-input:focus ~ .custom-control-label::before {
|
2373 |
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
|
2374 |
+
.bootstrap-wplc-content .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
2375 |
+
border-color: #80bdff; }
|
2376 |
+
.bootstrap-wplc-content .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
|
2377 |
+
color: #fff;
|
2378 |
+
background-color: #b3d7ff;
|
2379 |
+
border-color: #b3d7ff; }
|
2380 |
+
.bootstrap-wplc-content .custom-control-input:disabled ~ .custom-control-label, .bootstrap-wplc-content .custom-control-input[disabled] ~ .custom-control-label {
|
2381 |
+
color: #6c757d; }
|
2382 |
+
.bootstrap-wplc-content .custom-control-input:disabled ~ .custom-control-label::before, .bootstrap-wplc-content .custom-control-input[disabled] ~ .custom-control-label::before {
|
2383 |
+
background-color: #e9ecef; }
|
2384 |
+
.bootstrap-wplc-content .custom-control-label {
|
2385 |
+
position: relative;
|
2386 |
+
margin-bottom: 0;
|
2387 |
+
vertical-align: top; }
|
2388 |
+
.bootstrap-wplc-content .custom-control-label::before {
|
2389 |
+
position: absolute;
|
2390 |
+
top: 0.25rem;
|
2391 |
+
left: -1.5rem;
|
2392 |
+
display: block;
|
2393 |
+
width: 1rem;
|
2394 |
+
height: 1rem;
|
2395 |
+
pointer-events: none;
|
2396 |
+
content: "";
|
2397 |
+
background-color: #fff;
|
2398 |
+
border: #adb5bd solid 1px; }
|
2399 |
+
.bootstrap-wplc-content .custom-control-label::after {
|
2400 |
+
position: absolute;
|
2401 |
+
top: 0.25rem;
|
2402 |
+
left: -1.5rem;
|
2403 |
+
display: block;
|
2404 |
+
width: 1rem;
|
2405 |
+
height: 1rem;
|
2406 |
+
content: "";
|
2407 |
+
background: no-repeat 50%/50% 50%; }
|
2408 |
+
.bootstrap-wplc-content .custom-checkbox .custom-control-label::before {
|
2409 |
+
border-radius: 0.25rem; }
|
2410 |
+
.bootstrap-wplc-content .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
2411 |
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
|
2412 |
+
.bootstrap-wplc-content .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
|
2413 |
+
border-color: #007bff;
|
2414 |
+
background-color: #007bff; }
|
2415 |
+
.bootstrap-wplc-content .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
2416 |
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
|
2417 |
+
.bootstrap-wplc-content .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
2418 |
+
background-color: rgba(0, 123, 255, 0.5); }
|
2419 |
+
.bootstrap-wplc-content .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
|
2420 |
+
background-color: rgba(0, 123, 255, 0.5); }
|
2421 |
+
.bootstrap-wplc-content .custom-radio .custom-control-label::before {
|
2422 |
+
border-radius: 50%; }
|
2423 |
+
.bootstrap-wplc-content .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
2424 |
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
|
2425 |
+
.bootstrap-wplc-content .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
2426 |
+
background-color: rgba(0, 123, 255, 0.5); }
|
2427 |
+
.bootstrap-wplc-content .custom-switch {
|
2428 |
+
padding-left: 2.25rem; }
|
2429 |
+
.bootstrap-wplc-content .custom-switch .custom-control-label::before {
|
2430 |
+
left: -2.25rem;
|
2431 |
+
width: 1.75rem;
|
2432 |
+
pointer-events: all;
|
2433 |
+
border-radius: 0.5rem; }
|
2434 |
+
.bootstrap-wplc-content .custom-switch .custom-control-label::after {
|
2435 |
+
top: calc(.25rem + 2px);
|
2436 |
+
left: calc(-2.25rem + 2px);
|
2437 |
+
width: calc(1rem - 4px);
|
2438 |
+
height: calc(1rem - 4px);
|
2439 |
+
background-color: #adb5bd;
|
2440 |
+
border-radius: 0.5rem;
|
2441 |
+
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
|
2442 |
+
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
2443 |
+
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
|
2444 |
+
@media (prefers-reduced-motion: reduce) {
|
2445 |
+
.bootstrap-wplc-content .custom-switch .custom-control-label::after {
|
2446 |
+
transition: none; } }
|
2447 |
+
.bootstrap-wplc-content .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
|
2448 |
+
background-color: #fff;
|
2449 |
+
-webkit-transform: translateX(0.75rem);
|
2450 |
+
transform: translateX(0.75rem); }
|
2451 |
+
.bootstrap-wplc-content .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
2452 |
+
background-color: rgba(0, 123, 255, 0.5); }
|
2453 |
+
.bootstrap-wplc-content .custom-select {
|
2454 |
+
display: inline-block;
|
2455 |
+
width: 100%;
|
2456 |
+
height: calc(1.5em + .75rem + 2px);
|
2457 |
+
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
2458 |
+
font-size: 1rem;
|
2459 |
+
font-weight: 400;
|
2460 |
+
line-height: 1.5;
|
2461 |
+
color: #495057;
|
2462 |
+
vertical-align: middle;
|
2463 |
+
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
|
2464 |
+
border: 1px solid #ced4da;
|
2465 |
+
border-radius: 0.25rem;
|
2466 |
+
-webkit-appearance: none;
|
2467 |
+
-moz-appearance: none;
|
2468 |
+
appearance: none; }
|
2469 |
+
.bootstrap-wplc-content .custom-select:focus {
|
2470 |
+
border-color: #80bdff;
|
2471 |
+
outline: 0;
|
2472 |
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
|
2473 |
+
.bootstrap-wplc-content .custom-select:focus::-ms-value {
|
2474 |
+
color: #495057;
|
2475 |
+
background-color: #fff; }
|
2476 |
+
.bootstrap-wplc-content .custom-select[multiple], .bootstrap-wplc-content .custom-select[size]:not([size="1"]) {
|
2477 |
+
height: auto;
|
2478 |
+
padding-right: 0.75rem;
|
2479 |
+
background-image: none; }
|
2480 |
+
.bootstrap-wplc-content .custom-select:disabled {
|
2481 |
+
color: #6c757d;
|
2482 |
+
background-color: #e9ecef; }
|
2483 |
+
.bootstrap-wplc-content .custom-select::-ms-expand {
|
2484 |
+
display: none; }
|
2485 |
+
.bootstrap-wplc-content .custom-select:-moz-focusring {
|
2486 |
+
color: transparent;
|
2487 |
+
text-shadow: 0 0 0 #495057; }
|
2488 |
+
.bootstrap-wplc-content .custom-select-sm {
|
2489 |
+
height: calc(1.5em + .5rem + 2px);
|
2490 |
+
padding-top: 0.25rem;
|
2491 |
+
padding-bottom: 0.25rem;
|
2492 |
+
padding-left: 0.5rem;
|
2493 |
+
font-size: 0.875rem; }
|
2494 |
+
.bootstrap-wplc-content .custom-select-lg {
|
2495 |
+
height: calc(1.5em + 1rem + 2px);
|
2496 |
+
padding-top: 0.5rem;
|
2497 |
+
padding-bottom: 0.5rem;
|
2498 |
+
padding-left: 1rem;
|
2499 |
+
font-size: 1.25rem; }
|
2500 |
+
.bootstrap-wplc-content .custom-file {
|
2501 |
+
position: relative;
|
2502 |
+
display: inline-block;
|
2503 |
+
width: 100%;
|
2504 |
+
height: calc(1.5em + .75rem + 2px);
|
2505 |
+
margin-bottom: 0; }
|
2506 |
+
.bootstrap-wplc-content .custom-file-input {
|
2507 |
+
position: relative;
|
2508 |
+
z-index: 2;
|
2509 |
+
width: 100%;
|
2510 |
+
height: calc(1.5em + .75rem + 2px);
|
2511 |
+
margin: 0;
|
2512 |
+
opacity: 0; }
|
2513 |
+
.bootstrap-wplc-content .custom-file-input:focus ~ .custom-file-label {
|
2514 |
+
border-color: #80bdff;
|
2515 |
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
|
2516 |
+
.bootstrap-wplc-content .custom-file-input:disabled ~ .custom-file-label, .bootstrap-wplc-content .custom-file-input[disabled] ~ .custom-file-label {
|
2517 |
+
background-color: #e9ecef; }
|
2518 |
+
.bootstrap-wplc-content .custom-file-input:lang(en) ~ .custom-file-label::after {
|
2519 |
+
content: "Browse"; }
|
2520 |
+
.bootstrap-wplc-content .custom-file-input ~ .custom-file-label[data-browse]::after {
|
2521 |
+
content: attr(data-browse); }
|
2522 |
+
.bootstrap-wplc-content .custom-file-label {
|
2523 |
+
position: absolute;
|
2524 |
+
top: 0;
|
2525 |
+
right: 0;
|
2526 |
+
left: 0;
|
2527 |
+
z-index: 1;
|
2528 |
+
height: calc(1.5em + .75rem + 2px);
|
2529 |
+
padding: 0.375rem 0.75rem;
|
2530 |
+
font-weight: 400;
|
2531 |
+
line-height: 1.5;
|
2532 |
+
color: #495057;
|
2533 |
+
background-color: #fff;
|
2534 |
+
border: 1px solid #ced4da;
|
2535 |
+
border-radius: 0.25rem; }
|
2536 |
+
.bootstrap-wplc-content .custom-file-label::after {
|
2537 |
+
position: absolute;
|
2538 |
+
top: 0;
|
2539 |
+
right: 0;
|
2540 |
+
bottom: 0;
|
2541 |
+
z-index: 3;
|
2542 |
+
display: block;
|
2543 |
+
height: calc(1.5em + .75rem);
|
2544 |
+
padding: 0.375rem 0.75rem;
|
2545 |
+
line-height: 1.5;
|
2546 |
+
color: #495057;
|
2547 |
+
content: "Browse";
|
2548 |
+
background-color: #e9ecef;
|
2549 |
+
border-left: inherit;
|
2550 |
+
border-radius: 0 0.25rem 0.25rem 0; }
|
2551 |
+
.bootstrap-wplc-content .custom-range {
|
2552 |
+
width: 100%;
|
2553 |
+
height: 1.4rem;
|
2554 |
+
padding: 0;
|
2555 |
+
background-color: transparent;
|
2556 |
+
-webkit-appearance: none;
|
2557 |
+
-moz-appearance: none;
|
2558 |
+
appearance: none; }
|
2559 |
+
.bootstrap-wplc-content .custom-range:focus {
|
2560 |
+
outline: 0; }
|
2561 |
+
.bootstrap-wplc-content .custom-range:focus::-webkit-slider-thumb {
|
2562 |
+
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
|
2563 |
+
.bootstrap-wplc-content .custom-range:focus::-moz-range-thumb {
|
2564 |
+
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
|
2565 |
+
.bootstrap-wplc-content .custom-range:focus::-ms-thumb {
|
2566 |
+
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
|
2567 |
+
.bootstrap-wplc-content .custom-range::-moz-focus-outer {
|
2568 |
+
border: 0; }
|
2569 |
+
.bootstrap-wplc-content .custom-range::-webkit-slider-thumb {
|
2570 |
+
width: 1rem;
|
2571 |
+
height: 1rem;
|
2572 |
+
margin-top: -0.25rem;
|
2573 |
+
background-color: #007bff;
|
2574 |
+
border: 0;
|
2575 |
+
border-radius: 1rem;
|
2576 |
+
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
2577 |
+
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
2578 |
+
-webkit-appearance: none;
|
2579 |
+
appearance: none; }
|
2580 |
+
@media (prefers-reduced-motion: reduce) {
|
2581 |
+
.bootstrap-wplc-content .custom-range::-webkit-slider-thumb {
|
2582 |
+
-webkit-transition: none;
|
2583 |
+
transition: none; } }
|
2584 |
+
.bootstrap-wplc-content .custom-range::-webkit-slider-thumb:active {
|
2585 |
+
background-color: #b3d7ff; }
|
2586 |
+
.bootstrap-wplc-content .custom-range::-webkit-slider-runnable-track {
|
2587 |
+
width: 100%;
|
2588 |
+
height: 0.5rem;
|
2589 |
+
color: transparent;
|
2590 |
+
cursor: pointer;
|
2591 |
+
background-color: #dee2e6;
|
2592 |
+
border-color: transparent;
|
2593 |
+
border-radius: 1rem; }
|
2594 |
+
.bootstrap-wplc-content .custom-range::-moz-range-thumb {
|
2595 |
+
width: 1rem;
|
2596 |
+
height: 1rem;
|
2597 |
+
background-color: #007bff;
|
2598 |
+
border: 0;
|
2599 |
+
border-radius: 1rem;
|
2600 |
+
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
2601 |
+
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
2602 |
+
-moz-appearance: none;
|
2603 |
+
appearance: none; }
|
2604 |
+
@media (prefers-reduced-motion: reduce) {
|
2605 |
+
.bootstrap-wplc-content .custom-range::-moz-range-thumb {
|
2606 |
+
-moz-transition: none;
|
2607 |
+
transition: none; } }
|
2608 |
+
.bootstrap-wplc-content .custom-range::-moz-range-thumb:active {
|
2609 |
+
background-color: #b3d7ff; }
|
2610 |
+
.bootstrap-wplc-content .custom-range::-moz-range-track {
|
2611 |
+
width: 100%;
|
2612 |
+
height: 0.5rem;
|
2613 |
+
color: transparent;
|
2614 |
+
cursor: pointer;
|
2615 |
+
background-color: #dee2e6;
|
2616 |
+
border-color: transparent;
|
2617 |
+
border-radius: 1rem; }
|
2618 |
+
.bootstrap-wplc-content .custom-range::-ms-thumb {
|
2619 |
+
width: 1rem;
|
2620 |
+
height: 1rem;
|
2621 |
+
margin-top: 0;
|
2622 |
+
margin-right: 0.2rem;
|
2623 |
+
margin-left: 0.2rem;
|
2624 |
+
background-color: #007bff;
|
2625 |
+
border: 0;
|
2626 |
+
border-radius: 1rem;
|
2627 |
+
-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
2628 |
+
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
2629 |
+
appearance: none; }
|
2630 |
+
@media (prefers-reduced-motion: reduce) {
|
2631 |
+
.bootstrap-wplc-content .custom-range::-ms-thumb {
|
2632 |
+
-ms-transition: none;
|
2633 |
+
transition: none; } }
|
2634 |
+
.bootstrap-wplc-content .custom-range::-ms-thumb:active {
|
2635 |
+
background-color: #b3d7ff; }
|
2636 |
+
.bootstrap-wplc-content .custom-range::-ms-track {
|
2637 |
+
width: 100%;
|
2638 |
+
height: 0.5rem;
|
2639 |
+
color: transparent;
|
2640 |
+
cursor: pointer;
|
2641 |
+
background-color: transparent;
|
2642 |
+
border-color: transparent;
|
2643 |
+
border-width: 0.5rem; }
|
2644 |
+
.bootstrap-wplc-content .custom-range::-ms-fill-lower {
|
2645 |
+
background-color: #dee2e6;
|
2646 |
+
border-radius: 1rem; }
|
2647 |
+
.bootstrap-wplc-content .custom-range::-ms-fill-upper {
|
2648 |
+
margin-right: 15px;
|
2649 |
+
background-color: #dee2e6;
|
2650 |
+
border-radius: 1rem; }
|
2651 |
+
.bootstrap-wplc-content .custom-range:disabled::-webkit-slider-thumb {
|
2652 |
+
background-color: #adb5bd; }
|
2653 |
+
.bootstrap-wplc-content .custom-range:disabled::-webkit-slider-runnable-track {
|
2654 |
+
cursor: default; }
|
2655 |
+
.bootstrap-wplc-content .custom-range:disabled::-moz-range-thumb {
|
2656 |
+
background-color: #adb5bd; }
|
2657 |
+
.bootstrap-wplc-content .custom-range:disabled::-moz-range-track {
|
2658 |
+
cursor: default; }
|
2659 |
+
.bootstrap-wplc-content .custom-range:disabled::-ms-thumb {
|
2660 |
+
background-color: #adb5bd; }
|
2661 |
+
.bootstrap-wplc-content .custom-control-label::before, .bootstrap-wplc-content .custom-file-label, .bootstrap-wplc-content .custom-select {
|
2662 |
+
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
2663 |
+
@media (prefers-reduced-motion: reduce) {
|
2664 |
+
.bootstrap-wplc-content .custom-control-label::before, .bootstrap-wplc-content .custom-file-label, .bootstrap-wplc-content .custom-select {
|
2665 |
+
transition: none; } }
|
2666 |
+
.bootstrap-wplc-content .nav {
|
2667 |
+
display: -ms-flexbox;
|
2668 |
+
display: flex;
|
2669 |
+
-ms-flex-wrap: wrap;
|
2670 |
+
flex-wrap: wrap;
|
2671 |
+
padding-left: 0;
|
2672 |
+
margin-bottom: 0;
|
2673 |
+
list-style: none; }
|
2674 |
+
.bootstrap-wplc-content .nav-link {
|
2675 |
+
display: block;
|
2676 |
+
padding: 0.5rem 1rem; }
|
2677 |
+
.bootstrap-wplc-content .nav-link:focus, .bootstrap-wplc-content .nav-link:hover {
|
2678 |
+
text-decoration: none; }
|
2679 |
+
.bootstrap-wplc-content .nav-link.disabled {
|
2680 |
+
color: #6c757d;
|
2681 |
+
pointer-events: none;
|
2682 |
+
cursor: default; }
|
2683 |
+
.bootstrap-wplc-content .nav-tabs {
|
2684 |
+
border-bottom: 1px solid #dee2e6; }
|
2685 |
+
.bootstrap-wplc-content .nav-tabs .nav-item {
|
2686 |
+
margin-bottom: -1px; }
|
2687 |
+
.bootstrap-wplc-content .nav-tabs .nav-link {
|
2688 |
+
border: 1px solid transparent;
|
2689 |
+
border-top-left-radius: 0.25rem;
|
2690 |
+
border-top-right-radius: 0.25rem; }
|
2691 |
+
.bootstrap-wplc-content .nav-tabs .nav-link:focus, .bootstrap-wplc-content .nav-tabs .nav-link:hover {
|
2692 |
+
border-color: #e9ecef #e9ecef #dee2e6; }
|
2693 |
+
.bootstrap-wplc-content .nav-tabs .nav-link.disabled {
|
2694 |
+
color: #6c757d;
|
2695 |
+
background-color: transparent;
|
2696 |
+
border-color: transparent; }
|
2697 |
+
.bootstrap-wplc-content .nav-tabs .nav-item.show .nav-link, .bootstrap-wplc-content .nav-tabs .nav-link.active {
|
2698 |
+
color: #495057;
|
2699 |
+
background-color: #fff;
|
2700 |
+
border-color: #dee2e6 #dee2e6 #fff; }
|
2701 |
+
.bootstrap-wplc-content .nav-tabs .dropdown-menu {
|
2702 |
+
margin-top: -1px;
|
2703 |
+
border-top-left-radius: 0;
|
2704 |
+
border-top-right-radius: 0; }
|
2705 |
+
.bootstrap-wplc-content .nav-pills .nav-link {
|
2706 |
+
border-radius: 0.25rem; }
|
2707 |
+
.bootstrap-wplc-content .nav-pills .nav-link.active, .bootstrap-wplc-content .nav-pills .show > .nav-link {
|
2708 |
+
color: #fff;
|
2709 |
+
background-color: #007bff; }
|
2710 |
+
.bootstrap-wplc-content .nav-fill .nav-item {
|
2711 |
+
-ms-flex: 1 1 auto;
|
2712 |
+
flex: 1 1 auto;
|
2713 |
+
text-align: center; }
|
2714 |
+
.bootstrap-wplc-content .nav-justified .nav-item {
|
2715 |
+
-ms-flex-preferred-size: 0;
|
2716 |
+
flex-basis: 0;
|
2717 |
+
-ms-flex-positive: 1;
|
2718 |
+
flex-grow: 1;
|
2719 |
+
text-align: center; }
|
2720 |
+
.bootstrap-wplc-content .tab-content > .tab-pane {
|
2721 |
+
display: none; }
|
2722 |
+
.bootstrap-wplc-content .tab-content > .active {
|
2723 |
+
display: block; }
|
2724 |
+
.bootstrap-wplc-content .navbar {
|
2725 |
+
position: relative;
|
2726 |
+
display: -ms-flexbox;
|
2727 |
+
display: flex;
|
2728 |
+
-ms-flex-wrap: wrap;
|
2729 |
+
flex-wrap: wrap;
|
2730 |
+
-ms-flex-align: center;
|
2731 |
+
align-items: center;
|
2732 |
+
-ms-flex-pack: justify;
|
2733 |
+
justify-content: space-between;
|
2734 |
+
padding: 0.5rem 1rem; }
|
2735 |
+
.bootstrap-wplc-content .navbar .container, .bootstrap-wplc-content .navbar .container-fluid, .bootstrap-wplc-content .navbar .container-lg, .bootstrap-wplc-content .navbar .container-md, .bootstrap-wplc-content .navbar .container-sm, .bootstrap-wplc-content .navbar .container-xl {
|
2736 |
+
display: -ms-flexbox;
|
2737 |
+
display: flex;
|
2738 |
+
-ms-flex-wrap: wrap;
|
2739 |
+
flex-wrap: wrap;
|
2740 |
+
-ms-flex-align: center;
|
2741 |
+
align-items: center;
|
2742 |
+
-ms-flex-pack: justify;
|
2743 |
+
justify-content: space-between; }
|
2744 |
+
.bootstrap-wplc-content .navbar-brand {
|
2745 |
+
display: inline-block;
|
2746 |
+
padding-top: 0.3125rem;
|
2747 |
+
padding-bottom: 0.3125rem;
|
2748 |
+
margin-right: 1rem;
|
2749 |
+
font-size: 1.25rem;
|
2750 |
+
line-height: inherit;
|
2751 |
+
white-space: nowrap; }
|
2752 |
+
.bootstrap-wplc-content .navbar-brand:focus, .bootstrap-wplc-content .navbar-brand:hover {
|
2753 |
+
text-decoration: none; }
|
2754 |
+
.bootstrap-wplc-content .navbar-nav {
|
2755 |
+
display: -ms-flexbox;
|
2756 |
+
display: flex;
|
2757 |
+
-ms-flex-direction: column;
|
2758 |
+
flex-direction: column;
|
2759 |
+
padding-left: 0;
|
2760 |
+
margin-bottom: 0;
|
2761 |
+
list-style: none; }
|
2762 |
+
.bootstrap-wplc-content .navbar-nav .nav-link {
|
2763 |
+
padding-right: 0;
|
2764 |
+
padding-left: 0; }
|
2765 |
+
.bootstrap-wplc-content .navbar-nav .dropdown-menu {
|
2766 |
+
position: static;
|
2767 |
+
float: none; }
|
2768 |
+
.bootstrap-wplc-content .navbar-text {
|
2769 |
+
display: inline-block;
|
2770 |
+
padding-top: 0.5rem;
|
2771 |
+
padding-bottom: 0.5rem; }
|
2772 |
+
.bootstrap-wplc-content .navbar-collapse {
|
2773 |
+
-ms-flex-preferred-size: 100%;
|
2774 |
+
flex-basis: 100%;
|
2775 |
+
-ms-flex-positive: 1;
|
2776 |
+
flex-grow: 1;
|
2777 |
+
-ms-flex-align: center;
|
2778 |
+
align-items: center; }
|
2779 |
+
.bootstrap-wplc-content .navbar-toggler {
|
2780 |
+
padding: 0.25rem 0.75rem;
|
2781 |
+
font-size: 1.25rem;
|
2782 |
+
line-height: 1;
|
2783 |
+
background-color: transparent;
|
2784 |
+
border: 1px solid transparent;
|
2785 |
+
border-radius: 0.25rem; }
|
2786 |
+
.bootstrap-wplc-content .navbar-toggler:focus, .bootstrap-wplc-content .navbar-toggler:hover {
|
2787 |
+
text-decoration: none; }
|
2788 |
+
.bootstrap-wplc-content .navbar-toggler-icon {
|
2789 |
+
display: inline-block;
|
2790 |
+
width: 1.5em;
|
2791 |
+
height: 1.5em;
|
2792 |
+
vertical-align: middle;
|
2793 |
+
content: "";
|
2794 |
+
background: no-repeat center center;
|
2795 |
+
background-size: 100% 100%; }
|
2796 |
+
@media (max-width: 575.98px) {
|
2797 |
+
.bootstrap-wplc-content .navbar-expand-sm > .container, .bootstrap-wplc-content .navbar-expand-sm > .container-fluid, .bootstrap-wplc-content .navbar-expand-sm > .container-lg, .bootstrap-wplc-content .navbar-expand-sm > .container-md, .bootstrap-wplc-content .navbar-expand-sm > .container-sm, .bootstrap-wplc-content .navbar-expand-sm > .container-xl {
|
2798 |
+
padding-right: 0;
|
2799 |
+
padding-left: 0; } }
|
2800 |
+
@media (min-width: 576px) {
|
2801 |
+
.bootstrap-wplc-content .navbar-expand-sm {
|
2802 |
+
-ms-flex-flow: row nowrap;
|
2803 |
+
flex-flow: row nowrap;
|
2804 |
+
-ms-flex-pack: start;
|
2805 |
+
justify-content: flex-start; }
|
2806 |
+
.bootstrap-wplc-content .navbar-expand-sm .navbar-nav {
|
2807 |
+
-ms-flex-direction: row;
|
2808 |
+
flex-direction: row; }
|
2809 |
+
.bootstrap-wplc-content .navbar-expand-sm .navbar-nav .dropdown-menu {
|
2810 |
+
position: absolute; }
|
2811 |
+
.bootstrap-wplc-content .navbar-expand-sm .navbar-nav .nav-link {
|
2812 |
+
padding-right: 0.5rem;
|
2813 |
+
padding-left: 0.5rem; }
|
2814 |
+
.bootstrap-wplc-content .navbar-expand-sm > .container, .bootstrap-wplc-content .navbar-expand-sm > .container-fluid, .bootstrap-wplc-content .navbar-expand-sm > .container-lg, .bootstrap-wplc-content .navbar-expand-sm > .container-md, .bootstrap-wplc-content .navbar-expand-sm > .container-sm, .bootstrap-wplc-content .navbar-expand-sm > .container-xl {
|
2815 |
+
-ms-flex-wrap: nowrap;
|
2816 |
+
flex-wrap: nowrap; }
|
2817 |
+
.bootstrap-wplc-content .navbar-expand-sm .navbar-collapse {
|
2818 |
+
display: -ms-flexbox !important;
|
2819 |
+
display: flex !important;
|
2820 |
+
-ms-flex-preferred-size: auto;
|
2821 |
+
flex-basis: auto; }
|
2822 |
+
.bootstrap-wplc-content .navbar-expand-sm .navbar-toggler {
|
2823 |
+
display: none; } }
|
2824 |
+
@media (max-width: 767.98px) {
|
2825 |
+
.bootstrap-wplc-content .navbar-expand-md > .container, .bootstrap-wplc-content .navbar-expand-md > .container-fluid, .bootstrap-wplc-content .navbar-expand-md > .container-lg, .bootstrap-wplc-content .navbar-expand-md > .container-md, .bootstrap-wplc-content .navbar-expand-md > .container-sm, .bootstrap-wplc-content .navbar-expand-md > .container-xl {
|
2826 |
+
padding-right: 0;
|
2827 |
+
padding-left: 0; } }
|
2828 |
+
@media (min-width: 768px) {
|
2829 |
+
.bootstrap-wplc-content .navbar-expand-md {
|
2830 |
+
-ms-flex-flow: row nowrap;
|
2831 |
+
flex-flow: row nowrap;
|
2832 |
+
-ms-flex-pack: start;
|
2833 |
+
justify-content: flex-start; }
|
2834 |
+
.bootstrap-wplc-content .navbar-expand-md .navbar-nav {
|
2835 |
+
-ms-flex-direction: row;
|
2836 |
+
flex-direction: row; }
|
2837 |
+
.bootstrap-wplc-content .navbar-expand-md .navbar-nav .dropdown-menu {
|
2838 |
+
position: absolute; }
|
2839 |
+
.bootstrap-wplc-content .navbar-expand-md .navbar-nav .nav-link {
|
2840 |
+
padding-right: 0.5rem;
|
2841 |
+
padding-left: 0.5rem; }
|
2842 |
+
.bootstrap-wplc-content .navbar-expand-md > .container, .bootstrap-wplc-content .navbar-expand-md > .container-fluid, .bootstrap-wplc-content .navbar-expand-md > .container-lg, .bootstrap-wplc-content .navbar-expand-md > .container-md, .bootstrap-wplc-content .navbar-expand-md > .container-sm, .bootstrap-wplc-content .navbar-expand-md > .container-xl {
|
2843 |
+
-ms-flex-wrap: nowrap;
|
2844 |
+
flex-wrap: nowrap; }
|
2845 |
+
.bootstrap-wplc-content .navbar-expand-md .navbar-collapse {
|
2846 |
+
display: -ms-flexbox !important;
|
2847 |
+
display: flex !important;
|
2848 |
+
-ms-flex-preferred-size: auto;
|
2849 |
+
flex-basis: auto; }
|
2850 |
+
.bootstrap-wplc-content .navbar-expand-md .navbar-toggler {
|
2851 |
+
display: none; } }
|
2852 |
+
@media (max-width: 991.98px) {
|
2853 |
+
.bootstrap-wplc-content .navbar-expand-lg > .container, .bootstrap-wplc-content .navbar-expand-lg > .container-fluid, .bootstrap-wplc-content .navbar-expand-lg > .container-lg, .bootstrap-wplc-content .navbar-expand-lg > .container-md, .bootstrap-wplc-content .navbar-expand-lg > .container-sm, .bootstrap-wplc-content .navbar-expand-lg > .container-xl {
|
2854 |
+
padding-right: 0;
|
2855 |
+
padding-left: 0; } }
|
2856 |
+
@media (min-width: 992px) {
|
2857 |
+
.bootstrap-wplc-content .navbar-expand-lg {
|
2858 |
+
-ms-flex-flow: row nowrap;
|
2859 |
+
flex-flow: row nowrap;
|
2860 |
+
-ms-flex-pack: start;
|
2861 |
+
justify-content: flex-start; }
|
2862 |
+
.bootstrap-wplc-content .navbar-expand-lg .navbar-nav {
|
2863 |
+
-ms-flex-direction: row;
|
2864 |
+
flex-direction: row; }
|
2865 |
+
.bootstrap-wplc-content .navbar-expand-lg .navbar-nav .dropdown-menu {
|
2866 |
+
position: absolute; }
|
2867 |
+
.bootstrap-wplc-content .navbar-expand-lg .navbar-nav .nav-link {
|
2868 |
+
padding-right: 0.5rem;
|
2869 |
+
padding-left: 0.5rem; }
|
2870 |
+
.bootstrap-wplc-content .navbar-expand-lg > .container, .bootstrap-wplc-content .navbar-expand-lg > .container-fluid, .bootstrap-wplc-content .navbar-expand-lg > .container-lg, .bootstrap-wplc-content .navbar-expand-lg > .container-md, .bootstrap-wplc-content .navbar-expand-lg > .container-sm, .bootstrap-wplc-content .navbar-expand-lg > .container-xl {
|
2871 |
+
-ms-flex-wrap: nowrap;
|
2872 |
+
flex-wrap: nowrap; }
|
2873 |
+
.bootstrap-wplc-content .navbar-expand-lg .navbar-collapse {
|
2874 |
+
display: -ms-flexbox !important;
|
2875 |
+
display: flex !important;
|
2876 |
+
-ms-flex-preferred-size: auto;
|
2877 |
+
flex-basis: auto; }
|
2878 |
+
.bootstrap-wplc-content .navbar-expand-lg .navbar-toggler {
|
2879 |
+
display: none; } }
|
2880 |
+
@media (max-width: 1199.98px) {
|
2881 |
+
.bootstrap-wplc-content .navbar-expand-xl > .container, .bootstrap-wplc-content .navbar-expand-xl > .container-fluid, .bootstrap-wplc-content .navbar-expand-xl > .container-lg, .bootstrap-wplc-content .navbar-expand-xl > .container-md, .bootstrap-wplc-content .navbar-expand-xl > .container-sm, .bootstrap-wplc-content .navbar-expand-xl > .container-xl {
|
2882 |
+
padding-right: 0;
|
2883 |
+
padding-left: 0; } }
|
2884 |
+
@media (min-width: 1200px) {
|
2885 |
+
.bootstrap-wplc-content .navbar-expand-xl {
|
2886 |
+
-ms-flex-flow: row nowrap;
|
2887 |
+
flex-flow: row nowrap;
|
2888 |
+
-ms-flex-pack: start;
|
2889 |
+
justify-content: flex-start; }
|
2890 |
+
.bootstrap-wplc-content .navbar-expand-xl .navbar-nav {
|
2891 |
+
-ms-flex-direction: row;
|
2892 |
+
flex-direction: row; }
|
2893 |
+
.bootstrap-wplc-content .navbar-expand-xl .navbar-nav .dropdown-menu {
|
2894 |
+
position: absolute; }
|
2895 |
+
.bootstrap-wplc-content .navbar-expand-xl .navbar-nav .nav-link {
|
2896 |
+
padding-right: 0.5rem;
|
2897 |
+
padding-left: 0.5rem; }
|
2898 |
+
.bootstrap-wplc-content .navbar-expand-xl > .container, .bootstrap-wplc-content .navbar-expand-xl > .container-fluid, .bootstrap-wplc-content .navbar-expand-xl > .container-lg, .bootstrap-wplc-content .navbar-expand-xl > .container-md, .bootstrap-wplc-content .navbar-expand-xl > .container-sm, .bootstrap-wplc-content .navbar-expand-xl > .container-xl {
|
2899 |
+
-ms-flex-wrap: nowrap;
|
2900 |
+
flex-wrap: nowrap; }
|
2901 |
+
.bootstrap-wplc-content .navbar-expand-xl .navbar-collapse {
|
2902 |
+
display: -ms-flexbox !important;
|
2903 |
+
display: flex !important;
|
2904 |
+
-ms-flex-preferred-size: auto;
|
2905 |
+
flex-basis: auto; }
|
2906 |
+
.bootstrap-wplc-content .navbar-expand-xl .navbar-toggler {
|
2907 |
+
display: none; } }
|
2908 |
+
.bootstrap-wplc-content .navbar-expand {
|
2909 |
+
-ms-flex-flow: row nowrap;
|
2910 |
+
flex-flow: row nowrap;
|
2911 |
+
-ms-flex-pack: start;
|
2912 |
+
justify-content: flex-start; }
|
2913 |
+
.bootstrap-wplc-content .navbar-expand > .container, .bootstrap-wplc-content .navbar-expand > .container-fluid, .bootstrap-wplc-content .navbar-expand > .container-lg, .bootstrap-wplc-content .navbar-expand > .container-md, .bootstrap-wplc-content .navbar-expand > .container-sm, .bootstrap-wplc-content .navbar-expand > .container-xl {
|
2914 |
+
padding-right: 0;
|
2915 |
+
padding-left: 0; }
|
2916 |
+
.bootstrap-wplc-content .navbar-expand .navbar-nav {
|
2917 |
+
-ms-flex-direction: row;
|
2918 |
+
flex-direction: row; }
|
2919 |
+
.bootstrap-wplc-content .navbar-expand .navbar-nav .dropdown-menu {
|
2920 |
+
position: absolute; }
|
2921 |
+
.bootstrap-wplc-content .navbar-expand .navbar-nav .nav-link {
|
2922 |
+
padding-right: 0.5rem;
|
2923 |
+
padding-left: 0.5rem; }
|
2924 |
+
.bootstrap-wplc-content .navbar-expand > .container, .bootstrap-wplc-content .navbar-expand > .container-fluid, .bootstrap-wplc-content .navbar-expand > .container-lg, .bootstrap-wplc-content .navbar-expand > .container-md, .bootstrap-wplc-content .navbar-expand > .container-sm, .bootstrap-wplc-content .navbar-expand > .container-xl {
|
2925 |
+
-ms-flex-wrap: nowrap;
|
2926 |
+
flex-wrap: nowrap; }
|
2927 |
+
.bootstrap-wplc-content .navbar-expand .navbar-collapse {
|
2928 |
+
display: -ms-flexbox !important;
|
2929 |
+
display: flex !important;
|
2930 |
+
-ms-flex-preferred-size: auto;
|
2931 |
+
flex-basis: auto; }
|
2932 |
+
.bootstrap-wplc-content .navbar-expand .navbar-toggler {
|
2933 |
+
display: none; }
|
2934 |
+
.bootstrap-wplc-content .navbar-light .navbar-brand {
|
2935 |
+
color: rgba(0, 0, 0, 0.9); }
|
2936 |
+
.bootstrap-wplc-content .navbar-light .navbar-brand:focus, .bootstrap-wplc-content .navbar-light .navbar-brand:hover {
|
2937 |
+
color: rgba(0, 0, 0, 0.9); }
|
2938 |
+
.bootstrap-wplc-content .navbar-light .navbar-nav .nav-link {
|
2939 |
+
color: rgba(0, 0, 0, 0.5); }
|
2940 |
+
.bootstrap-wplc-content .navbar-light .navbar-nav .nav-link:focus, .bootstrap-wplc-content .navbar-light .navbar-nav .nav-link:hover {
|
2941 |
+
color: rgba(0, 0, 0, 0.7); }
|
2942 |
+
.bootstrap-wplc-content .navbar-light .navbar-nav .nav-link.disabled {
|
2943 |
+
color: rgba(0, 0, 0, 0.3); }
|
2944 |
+
.bootstrap-wplc-content .navbar-light .navbar-nav .active > .nav-link, .bootstrap-wplc-content .navbar-light .navbar-nav .nav-link.active, .bootstrap-wplc-content .navbar-light .navbar-nav .nav-link.show, .bootstrap-wplc-content .navbar-light .navbar-nav .show > .nav-link {
|
2945 |
+
color: rgba(0, 0, 0, 0.9); }
|
2946 |
+
.bootstrap-wplc-content .navbar-light .navbar-toggler {
|
2947 |
+
color: rgba(0, 0, 0, 0.5);
|
2948 |
+
border-color: rgba(0, 0, 0, 0.1); }
|
2949 |
+
.bootstrap-wplc-content .navbar-light .navbar-toggler-icon {
|
2950 |
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
|
2951 |
+
.bootstrap-wplc-content .navbar-light .navbar-text {
|
2952 |
+
color: rgba(0, 0, 0, 0.5); }
|
2953 |
+
.bootstrap-wplc-content .navbar-light .navbar-text a {
|
2954 |
+
color: rgba(0, 0, 0, 0.9); }
|
2955 |
+
.bootstrap-wplc-content .navbar-light .navbar-text a:focus, .bootstrap-wplc-content .navbar-light .navbar-text a:hover {
|
2956 |
+
color: rgba(0, 0, 0, 0.9); }
|
2957 |
+
.bootstrap-wplc-content .navbar-dark .navbar-brand {
|
2958 |
+
color: #fff; }
|
2959 |
+
.bootstrap-wplc-content .navbar-dark .navbar-brand:focus, .bootstrap-wplc-content .navbar-dark .navbar-brand:hover {
|
2960 |
+
color: #fff; }
|
2961 |
+
.bootstrap-wplc-content .navbar-dark .navbar-nav .nav-link {
|
2962 |
+
color: rgba(255, 255, 255, 0.5); }
|
2963 |
+
.bootstrap-wplc-content .navbar-dark .navbar-nav .nav-link:focus, .bootstrap-wplc-content .navbar-dark .navbar-nav .nav-link:hover {
|
2964 |
+
color: rgba(255, 255, 255, 0.75); }
|
2965 |
+
.bootstrap-wplc-content .navbar-dark .navbar-nav .nav-link.disabled {
|
2966 |
+
color: rgba(255, 255, 255, 0.25); }
|
2967 |
+
.bootstrap-wplc-content .navbar-dark .navbar-nav .active > .nav-link, .bootstrap-wplc-content .navbar-dark .navbar-nav .nav-link.active, .bootstrap-wplc-content .navbar-dark .navbar-nav .nav-link.show, .bootstrap-wplc-content .navbar-dark .navbar-nav .show > .nav-link {
|
2968 |
+
color: #fff; }
|
2969 |
+
.bootstrap-wplc-content .navbar-dark .navbar-toggler {
|
2970 |
+
color: rgba(255, 255, 255, 0.5);
|
2971 |
+
border-color: rgba(255, 255, 255, 0.1); }
|
2972 |
+
.bootstrap-wplc-content .navbar-dark .navbar-toggler-icon {
|
2973 |
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
|
2974 |
+
.bootstrap-wplc-content .navbar-dark .navbar-text {
|
2975 |
+
color: rgba(255, 255, 255, 0.5); }
|
2976 |
+
.bootstrap-wplc-content .navbar-dark .navbar-text a {
|
2977 |
+
color: #fff; }
|
2978 |
+
.bootstrap-wplc-content .navbar-dark .navbar-text a:focus, .bootstrap-wplc-content .navbar-dark .navbar-text a:hover {
|
2979 |
+
color: #fff; }
|
2980 |
+
.bootstrap-wplc-content .card {
|
2981 |
+
position: relative;
|
2982 |
+
display: -ms-flexbox;
|
2983 |
+
display: flex;
|
2984 |
+
-ms-flex-direction: column;
|
2985 |
+
flex-direction: column;
|
2986 |
+
min-width: 0;
|
2987 |
+
word-wrap: break-word;
|
2988 |
+
background-color: #fff;
|
2989 |
+
background-clip: border-box;
|
2990 |
+
border: 1px solid rgba(0, 0, 0, 0.125);
|
2991 |
+
border-radius: 0.25rem; }
|
2992 |
+
.bootstrap-wplc-content .card > hr {
|
2993 |
+
margin-right: 0;
|
2994 |
+
margin-left: 0; }
|
2995 |
+
.bootstrap-wplc-content .card > .list-group:first-child .list-group-item:first-child {
|
2996 |
+
border-top-left-radius: 0.25rem;
|
2997 |
+
border-top-right-radius: 0.25rem; }
|
2998 |
+
.bootstrap-wplc-content .card > .list-group:last-child .list-group-item:last-child {
|
2999 |
+
border-bottom-right-radius: 0.25rem;
|
3000 |
+
border-bottom-left-radius: 0.25rem; }
|
3001 |
+
.bootstrap-wplc-content .card-body {
|
3002 |
+
-ms-flex: 1 1 auto;
|
3003 |
+
flex: 1 1 auto;
|
3004 |
+
min-height: 1px;
|
3005 |
+
padding: 1.25rem; }
|
3006 |
+
.bootstrap-wplc-content .card-title {
|
3007 |
+
margin-bottom: 0.75rem; }
|
3008 |
+
.bootstrap-wplc-content .card-subtitle {
|
3009 |
+
margin-top: -0.375rem;
|
3010 |
+
margin-bottom: 0; }
|
3011 |
+
.bootstrap-wplc-content .card-text:last-child {
|
3012 |
+
margin-bottom: 0; }
|
3013 |
+
.bootstrap-wplc-content .card-link:hover {
|
3014 |
+
text-decoration: none; }
|
3015 |
+
.bootstrap-wplc-content .card-link + .card-link {
|
3016 |
+
margin-left: 1.25rem; }
|
3017 |
+
.bootstrap-wplc-content .card-header {
|
3018 |
+
padding: 0.75rem 1.25rem;
|
3019 |
+
margin-bottom: 0;
|
3020 |
+
background-color: rgba(0, 0, 0, 0.03);
|
3021 |
+
border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
|
3022 |
+
.bootstrap-wplc-content .card-header:first-child {
|
3023 |
+
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }
|
3024 |
+
.bootstrap-wplc-content .card-header + .list-group .list-group-item:first-child {
|
3025 |
+
border-top: 0; }
|
3026 |
+
.bootstrap-wplc-content .card-footer {
|
3027 |
+
padding: 0.75rem 1.25rem;
|
3028 |
+
background-color: rgba(0, 0, 0, 0.03);
|
3029 |
+
border-top: 1px solid rgba(0, 0, 0, 0.125); }
|
3030 |
+
.bootstrap-wplc-content .card-footer:last-child {
|
3031 |
+
border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }
|
3032 |
+
.bootstrap-wplc-content .card-header-tabs {
|
3033 |
+
margin-right: -0.625rem;
|
3034 |
+
margin-bottom: -0.75rem;
|
3035 |
+
margin-left: -0.625rem;
|
3036 |
+
border-bottom: 0; }
|
3037 |
+
.bootstrap-wplc-content .card-header-pills {
|
3038 |
+
margin-right: -0.625rem;
|
3039 |
+
margin-left: -0.625rem; }
|
3040 |
+
.bootstrap-wplc-content .card-img-overlay {
|
3041 |
+
position: absolute;
|
3042 |
+
top: 0;
|
3043 |
+
right: 0;
|
3044 |
+
bottom: 0;
|
3045 |
+
left: 0;
|
3046 |
+
padding: 1.25rem; }
|
3047 |
+
.bootstrap-wplc-content .card-img, .bootstrap-wplc-content .card-img-bottom, .bootstrap-wplc-content .card-img-top {
|
3048 |
+
-ms-flex-negative: 0;
|
3049 |
+
flex-shrink: 0;
|
3050 |
+
width: 100%; }
|
3051 |
+
.bootstrap-wplc-content .card-img, .bootstrap-wplc-content .card-img-top {
|
3052 |
+
border-top-left-radius: calc(.25rem - 1px);
|
3053 |
+
border-top-right-radius: calc(.25rem - 1px); }
|
3054 |
+
.bootstrap-wplc-content .card-img, .bootstrap-wplc-content .card-img-bottom {
|
3055 |
+
border-bottom-right-radius: calc(.25rem - 1px);
|
3056 |
+
border-bottom-left-radius: calc(.25rem - 1px); }
|
3057 |
+
.bootstrap-wplc-content .card-deck .card {
|
3058 |
+
margin-bottom: 15px; }
|
3059 |
+
@media (min-width: 576px) {
|
3060 |
+
.bootstrap-wplc-content .card-deck {
|
3061 |
+
display: -ms-flexbox;
|
3062 |
+
display: flex;
|
3063 |
+
-ms-flex-flow: row wrap;
|
3064 |
+
flex-flow: row wrap;
|
3065 |
+
margin-right: -15px;
|
3066 |
+
margin-left: -15px; }
|
3067 |
+
.bootstrap-wplc-content .card-deck .card {
|
3068 |
+
-ms-flex: 1 0 0%;
|
3069 |
+
flex: 1 0 0%;
|
3070 |
+
margin-right: 15px;
|
3071 |
+
margin-bottom: 0;
|
3072 |
+
margin-left: 15px; } }
|
3073 |
+
.bootstrap-wplc-content .card-group > .card {
|
3074 |
+
margin-bottom: 15px; }
|
3075 |
+
@media (min-width: 576px) {
|
3076 |
+
.bootstrap-wplc-content .card-group {
|
3077 |
+
display: -ms-flexbox;
|
3078 |
+
display: flex;
|
3079 |
+
-ms-flex-flow: row wrap;
|
3080 |
+
flex-flow: row wrap; }
|
3081 |
+
.bootstrap-wplc-content .card-group > .card {
|
3082 |
+
-ms-flex: 1 0 0%;
|
3083 |
+
flex: 1 0 0%;
|
3084 |
+
margin-bottom: 0; }
|
3085 |
+
.bootstrap-wplc-content .card-group > .card + .card {
|
3086 |
+
margin-left: 0;
|
3087 |
+
border-left: 0; }
|
3088 |
+
.bootstrap-wplc-content .card-group > .card:not(:last-child) {
|
3089 |
+
border-top-right-radius: 0;
|
3090 |
+
border-bottom-right-radius: 0; }
|
3091 |
+
.bootstrap-wplc-content .card-group > .card:not(:last-child) .card-header, .bootstrap-wplc-content .card-group > .card:not(:last-child) .card-img-top {
|
3092 |
+
border-top-right-radius: 0; }
|
3093 |
+
.bootstrap-wplc-content .card-group > .card:not(:last-child) .card-footer, .bootstrap-wplc-content .card-group > .card:not(:last-child) .card-img-bottom {
|
3094 |
+
border-bottom-right-radius: 0; }
|
3095 |
+
.bootstrap-wplc-content .card-group > .card:not(:first-child) {
|
3096 |
+
border-top-left-radius: 0;
|
3097 |
+
border-bottom-left-radius: 0; }
|
3098 |
+
.bootstrap-wplc-content .card-group > .card:not(:first-child) .card-header, .bootstrap-wplc-content .card-group > .card:not(:first-child) .card-img-top {
|
3099 |
+
border-top-left-radius: 0; }
|
3100 |
+
.bootstrap-wplc-content .card-group > .card:not(:first-child) .card-footer, .bootstrap-wplc-content .card-group > .card:not(:first-child) .card-img-bottom {
|
3101 |
+
border-bottom-left-radius: 0; } }
|
3102 |
+
.bootstrap-wplc-content .card-columns .card {
|
3103 |
+
margin-bottom: 0.75rem; }
|
3104 |
+
@media (min-width: 576px) {
|
3105 |
+
.bootstrap-wplc-content .card-columns {
|
3106 |
+
-webkit-column-count: 3;
|
3107 |
+
-moz-column-count: 3;
|
3108 |
+
column-count: 3;
|
3109 |
+
-webkit-column-gap: 1.25rem;
|
3110 |
+
-moz-column-gap: 1.25rem;
|
3111 |
+
column-gap: 1.25rem;
|
3112 |
+
orphans: 1;
|
3113 |
+
widows: 1; }
|
3114 |
+
.bootstrap-wplc-content .card-columns .card {
|
3115 |
+
display: inline-block;
|
3116 |
+
width: 100%; } }
|
3117 |
+
.bootstrap-wplc-content .accordion > .card {
|
3118 |
+
overflow: hidden; }
|
3119 |
+
.bootstrap-wplc-content .accordion > .card:not(:last-of-type) {
|
3120 |
+
border-bottom: 0;
|
3121 |
+
border-bottom-right-radius: 0;
|
3122 |
+
border-bottom-left-radius: 0; }
|
3123 |
+
.bootstrap-wplc-content .accordion > .card:not(:first-of-type) {
|
3124 |
+
border-top-left-radius: 0;
|
3125 |
+
border-top-right-radius: 0; }
|
3126 |
+
.bootstrap-wplc-content .accordion > .card > .card-header {
|
3127 |
+
border-radius: 0;
|
3128 |
+
margin-bottom: -1px; }
|
3129 |
+
.bootstrap-wplc-content .breadcrumb {
|
3130 |
+
display: -ms-flexbox;
|
3131 |
+
display: flex;
|
3132 |
+
-ms-flex-wrap: wrap;
|
3133 |
+
flex-wrap: wrap;
|
3134 |
+
padding: 0.75rem 1rem;
|
3135 |
+
margin-bottom: 1rem;
|
3136 |
+
list-style: none;
|
3137 |
+
background-color: #e9ecef;
|
3138 |
+
border-radius: 0.25rem; }
|
3139 |
+
.bootstrap-wplc-content .breadcrumb-item + .breadcrumb-item {
|
3140 |
+
padding-left: 0.5rem; }
|
3141 |
+
.bootstrap-wplc-content .breadcrumb-item + .breadcrumb-item::before {
|
3142 |
+
display: inline-block;
|
3143 |
+
padding-right: 0.5rem;
|
3144 |
+
color: #6c757d;
|
3145 |
+
content: "/"; }
|
3146 |
+
.bootstrap-wplc-content .breadcrumb-item + .breadcrumb-item:hover::before {
|
3147 |
+
text-decoration: underline; }
|
3148 |
+
.bootstrap-wplc-content .breadcrumb-item + .breadcrumb-item:hover::before {
|
3149 |
+
text-decoration: none; }
|
3150 |
+
.bootstrap-wplc-content .breadcrumb-item.active {
|
3151 |
+
color: #6c757d; }
|
3152 |
+
.bootstrap-wplc-content .pagination {
|
3153 |
+
display: -ms-flexbox;
|
3154 |
+
display: flex;
|
3155 |
+
padding-left: 0;
|
3156 |
+
list-style: none;
|
3157 |
+
border-radius: 0.25rem; }
|
3158 |
+
.bootstrap-wplc-content .page-link {
|
3159 |
+
position: relative;
|
3160 |
+
display: block;
|
3161 |
+
padding: 0.5rem 0.75rem;
|
3162 |
+
margin-left: -1px;
|
3163 |
+
line-height: 1.25;
|
3164 |
+
color: #007bff;
|
3165 |
+
background-color: #fff;
|
3166 |
+
border: 1px solid #dee2e6; }
|
3167 |
+
.bootstrap-wplc-content .page-link:hover {
|
3168 |
+
z-index: 2;
|
3169 |
+
color: #0056b3;
|
3170 |
+
text-decoration: none;
|
3171 |
+
background-color: #e9ecef;
|
3172 |
+
border-color: #dee2e6; }
|
3173 |
+
.bootstrap-wplc-content .page-link:focus {
|
3174 |
+
z-index: 3;
|
3175 |
+
outline: 0;
|
3176 |
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
|
3177 |
+
.bootstrap-wplc-content .page-item:first-child .page-link {
|
3178 |
+
margin-left: 0;
|
3179 |
+
border-top-left-radius: 0.25rem;
|
3180 |
+
border-bottom-left-radius: 0.25rem; }
|
3181 |
+
.bootstrap-wplc-content .page-item:last-child .page-link {
|
3182 |
+
border-top-right-radius: 0.25rem;
|
3183 |
+
border-bottom-right-radius: 0.25rem; }
|
3184 |
+
.bootstrap-wplc-content .page-item.active .page-link {
|
3185 |
+
z-index: 3;
|
3186 |
+
color: #fff;
|
3187 |
+
background-color: #007bff;
|
3188 |
+
border-color: #007bff; }
|
3189 |
+
.bootstrap-wplc-content .page-item.disabled .page-link {
|
3190 |
+
color: #6c757d;
|
3191 |
+
pointer-events: none;
|
3192 |
+
cursor: auto;
|
3193 |
+
background-color: #fff;
|
3194 |
+
border-color: #dee2e6; }
|
3195 |
+
.bootstrap-wplc-content .pagination-lg .page-link {
|
3196 |
+
padding: 0.75rem 1.5rem;
|
3197 |
+
font-size: 1.25rem;
|
3198 |
+
line-height: 1.5; }
|
3199 |
+
.bootstrap-wplc-content .pagination-lg .page-item:first-child .page-link {
|
3200 |
+
border-top-left-radius: 0.3rem;
|
3201 |
+
border-bottom-left-radius: 0.3rem; }
|
3202 |
+
.bootstrap-wplc-content .pagination-lg .page-item:last-child .page-link {
|
3203 |
+
border-top-right-radius: 0.3rem;
|
3204 |
+
border-bottom-right-radius: 0.3rem; }
|
3205 |
+
.bootstrap-wplc-content .pagination-sm .page-link {
|
3206 |
+
padding: 0.25rem 0.5rem;
|
3207 |
+
font-size: 0.875rem;
|
3208 |
+
line-height: 1.5; }
|
3209 |
+
.bootstrap-wplc-content .pagination-sm .page-item:first-child .page-link {
|
3210 |
+
border-top-left-radius: 0.2rem;
|
3211 |
+
border-bottom-left-radius: 0.2rem; }
|
3212 |
+
.bootstrap-wplc-content .pagination-sm .page-item:last-child .page-link {
|
3213 |
+
border-top-right-radius: 0.2rem;
|
3214 |
+
border-bottom-right-radius: 0.2rem; }
|
3215 |
+
.bootstrap-wplc-content .badge {
|
3216 |
+
display: inline-block;
|
3217 |
+
padding: 0.25em 0.4em;
|
3218 |
+
font-size: 75%;
|
3219 |
+
font-weight: 700;
|
3220 |
+
line-height: 1;
|
3221 |
+
text-align: center;
|
3222 |
+
white-space: nowrap;
|
3223 |
+
vertical-align: baseline;
|
3224 |
+
border-radius: 0.25rem;
|
3225 |
+
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
3226 |
+
@media (prefers-reduced-motion: reduce) {
|
3227 |
+
.bootstrap-wplc-content .badge {
|
3228 |
+
transition: none; } }
|
3229 |
+
.bootstrap-wplc-content a.badge:focus, .bootstrap-wplc-content a.badge:hover {
|
3230 |
+
text-decoration: none; }
|
3231 |
+
.bootstrap-wplc-content .badge:empty {
|
3232 |
+
display: none; }
|
3233 |
+
.bootstrap-wplc-content .btn .badge {
|
3234 |
+
position: relative;
|
3235 |
+
top: -1px; }
|
3236 |
+
.bootstrap-wplc-content .badge-pill {
|
3237 |
+
padding-right: 0.6em;
|
3238 |
+
padding-left: 0.6em;
|
3239 |
+
border-radius: 10rem; }
|
3240 |
+
.bootstrap-wplc-content .badge-primary {
|
3241 |
+
color: #fff;
|
3242 |
+
background-color: #007bff; }
|
3243 |
+
.bootstrap-wplc-content a.badge-primary:focus, .bootstrap-wplc-content a.badge-primary:hover {
|
3244 |
+
color: #fff;
|
3245 |
+
background-color: #0062cc; }
|
3246 |
+
.bootstrap-wplc-content a.badge-primary.focus, .bootstrap-wplc-content a.badge-primary:focus {
|
3247 |
+
outline: 0;
|
3248 |
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
|
3249 |
+
.bootstrap-wplc-content .badge-secondary {
|
3250 |
+
color: #fff;
|
3251 |
+
background-color: #6c757d; }
|
3252 |
+
.bootstrap-wplc-content a.badge-secondary:focus, .bootstrap-wplc-content a.badge-secondary:hover {
|
3253 |
+
color: #fff;
|
3254 |
+
background-color: #545b62; }
|
3255 |
+
.bootstrap-wplc-content a.badge-secondary.focus, .bootstrap-wplc-content a.badge-secondary:focus {
|
3256 |
+
outline: 0;
|
3257 |
+
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
|
3258 |
+
.bootstrap-wplc-content .badge-success {
|
3259 |
+
color: #fff;
|
3260 |
+
background-color: #28a745; }
|
3261 |
+
.bootstrap-wplc-content a.badge-success:focus, .bootstrap-wplc-content a.badge-success:hover {
|
3262 |
+
color: #fff;
|
3263 |
+
background-color: #1e7e34; }
|
3264 |
+
.bootstrap-wplc-content a.badge-success.focus, .bootstrap-wplc-content a.badge-success:focus {
|
3265 |
+
outline: 0;
|
3266 |
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
|
3267 |
+
.bootstrap-wplc-content .badge-info {
|
3268 |
+
color: #fff;
|
3269 |
+
background-color: #17a2b8; }
|
3270 |
+
.bootstrap-wplc-content a.badge-info:focus, .bootstrap-wplc-content a.badge-info:hover {
|
3271 |
+
color: #fff;
|
3272 |
+
background-color: #117a8b; }
|
3273 |
+
.bootstrap-wplc-content a.badge-info.focus, .bootstrap-wplc-content a.badge-info:focus {
|
3274 |
+
outline: 0;
|
3275 |
+
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
|
3276 |
+
.bootstrap-wplc-content .badge-warning {
|
3277 |
+
color: #212529;
|
3278 |
+
background-color: #ffc107; }
|
3279 |
+
.bootstrap-wplc-content a.badge-warning:focus, .bootstrap-wplc-content a.badge-warning:hover {
|
3280 |
+
color: #212529;
|
3281 |
+
background-color: #d39e00; }
|
3282 |
+
.bootstrap-wplc-content a.badge-warning.focus, .bootstrap-wplc-content a.badge-warning:focus {
|
3283 |
+
outline: 0;
|
3284 |
+
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
|
3285 |
+
.bootstrap-wplc-content .badge-danger {
|
3286 |
+
color: #fff;
|
3287 |
+
background-color: #dc3545; }
|
3288 |
+
.bootstrap-wplc-content a.badge-danger:focus, .bootstrap-wplc-content a.badge-danger:hover {
|
3289 |
+
color: #fff;
|
3290 |
+
background-color: #bd2130; }
|
3291 |
+
.bootstrap-wplc-content a.badge-danger.focus, .bootstrap-wplc-content a.badge-danger:focus {
|
3292 |
+
outline: 0;
|
3293 |
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
|
3294 |
+
.bootstrap-wplc-content .badge-light {
|
3295 |
+
color: #212529;
|
3296 |
+
background-color: #f8f9fa; }
|
3297 |
+
.bootstrap-wplc-content a.badge-light:focus, .bootstrap-wplc-content a.badge-light:hover {
|
3298 |
+
color: #212529;
|
3299 |
+
background-color: #dae0e5; }
|
3300 |
+
.bootstrap-wplc-content a.badge-light.focus, .bootstrap-wplc-content a.badge-light:focus {
|
3301 |
+
outline: 0;
|
3302 |
+
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
|
3303 |
+
.bootstrap-wplc-content .badge-dark {
|
3304 |
+
color: #fff;
|
3305 |
+
background-color: #343a40; }
|
3306 |
+
.bootstrap-wplc-content a.badge-dark:focus, .bootstrap-wplc-content a.badge-dark:hover {
|
3307 |
+
color: #fff;
|
3308 |
+
background-color: #1d2124; }
|
3309 |
+
.bootstrap-wplc-content a.badge-dark.focus, .bootstrap-wplc-content a.badge-dark:focus {
|
3310 |
+
outline: 0;
|
3311 |
+
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
|
3312 |
+
.bootstrap-wplc-content .jumbotron {
|
3313 |
+
padding: 2rem 1rem;
|
3314 |
+
margin-bottom: 2rem;
|
3315 |
+
background-color: #e9ecef;
|
3316 |
+
border-radius: 0.3rem; }
|
3317 |
+
@media (min-width: 576px) {
|
3318 |
+
.bootstrap-wplc-content .jumbotron {
|
3319 |
+
padding: 4rem 2rem; } }
|
3320 |
+
.bootstrap-wplc-content .jumbotron-fluid {
|
3321 |
+
padding-right: 0;
|
3322 |
+
padding-left: 0;
|
3323 |
+
border-radius: 0; }
|
3324 |
+
.bootstrap-wplc-content .alert {
|
3325 |
+
position: relative;
|
3326 |
+
padding: 0.75rem 1.25rem;
|
3327 |
+
margin-bottom: 1rem;
|
3328 |
+
border: 1px solid transparent;
|
3329 |
+
border-radius: 0.25rem; }
|
3330 |
+
.bootstrap-wplc-content .alert-heading {
|
3331 |
+
color: inherit; }
|
3332 |
+
.bootstrap-wplc-content .alert-link {
|
3333 |
+
font-weight: 700; }
|
3334 |
+
.bootstrap-wplc-content .alert-dismissible {
|
3335 |
+
padding-right: 4rem; }
|
3336 |
+
.bootstrap-wplc-content .alert-dismissible .close {
|
3337 |
+
position: absolute;
|
3338 |
+
top: 0;
|
3339 |
+
right: 0;
|
3340 |
+
padding: 0.75rem 1.25rem;
|
3341 |
+
color: inherit; }
|
3342 |
+
.bootstrap-wplc-content .alert-primary {
|
3343 |
+
color: #004085;
|
3344 |
+
background-color: #cce5ff;
|
3345 |
+
border-color: #b8daff; }
|
3346 |
+
.bootstrap-wplc-content .alert-primary hr {
|
3347 |
+
border-top-color: #9fcdff; }
|
3348 |
+
.bootstrap-wplc-content .alert-primary .alert-link {
|
3349 |
+
color: #002752; }
|
3350 |
+
.bootstrap-wplc-content .alert-secondary {
|
3351 |
+
color: #383d41;
|
3352 |
+
background-color: #e2e3e5;
|
3353 |
+
border-color: #d6d8db; }
|
3354 |
+
.bootstrap-wplc-content .alert-secondary hr {
|
3355 |
+
border-top-color: #c8cbcf; }
|
3356 |
+
.bootstrap-wplc-content .alert-secondary .alert-link {
|
3357 |
+
color: #202326; }
|
3358 |
+
.bootstrap-wplc-content .alert-success {
|
3359 |
+
color: #155724;
|
3360 |
+
background-color: #d4edda;
|
3361 |
+
border-color: #c3e6cb; }
|
3362 |
+
.bootstrap-wplc-content .alert-success hr {
|
3363 |
+
border-top-color: #b1dfbb; }
|
3364 |
+
.bootstrap-wplc-content .alert-success .alert-link {
|
3365 |
+
color: #0b2e13; }
|
3366 |
+
.bootstrap-wplc-content .alert-info {
|
3367 |
+
color: #0c5460;
|
3368 |
+
background-color: #d1ecf1;
|
3369 |
+
border-color: #bee5eb; }
|
3370 |
+
.bootstrap-wplc-content .alert-info hr {
|
3371 |
+
border-top-color: #abdde5; }
|
3372 |
+
.bootstrap-wplc-content .alert-info .alert-link {
|
3373 |
+
color: #062c33; }
|
3374 |
+
.bootstrap-wplc-content .alert-warning {
|
3375 |
+
color: #856404;
|
3376 |
+
background-color: #fff3cd;
|
3377 |
+
border-color: #ffeeba; }
|
3378 |
+
.bootstrap-wplc-content .alert-warning hr {
|
3379 |
+
border-top-color: #ffe8a1; }
|
3380 |
+
.bootstrap-wplc-content .alert-warning .alert-link {
|
3381 |
+
color: #533f03; }
|
3382 |
+
.bootstrap-wplc-content .alert-danger {
|
3383 |
+
color: #721c24;
|
3384 |
+
background-color: #f8d7da;
|
3385 |
+
border-color: #f5c6cb; }
|
3386 |
+
.bootstrap-wplc-content .alert-danger hr {
|
3387 |
+
border-top-color: #f1b0b7; }
|
3388 |
+
.bootstrap-wplc-content .alert-danger .alert-link {
|
3389 |
+
color: #491217; }
|
3390 |
+
.bootstrap-wplc-content .alert-light {
|
3391 |
+
color: #818182;
|
3392 |
+
background-color: #fefefe;
|
3393 |
+
border-color: #fdfdfe; }
|
3394 |
+
.bootstrap-wplc-content .alert-light hr {
|
3395 |
+
border-top-color: #ececf6; }
|
3396 |
+
.bootstrap-wplc-content .alert-light .alert-link {
|
3397 |
+
color: #686868; }
|
3398 |
+
.bootstrap-wplc-content .alert-dark {
|
3399 |
+
color: #1b1e21;
|
3400 |
+
background-color: #d6d8d9;
|
3401 |
+
border-color: #c6c8ca; }
|
3402 |
+
.bootstrap-wplc-content .alert-dark hr {
|
3403 |
+
border-top-color: #b9bbbe; }
|
3404 |
+
.bootstrap-wplc-content .alert-dark .alert-link {
|
3405 |
+
color: #040505; }
|
3406 |
+
|
3407 |
+
@-webkit-keyframes progress-bar-stripes {
|
3408 |
+
from {
|
3409 |
+
background-position: 1rem 0; }
|
3410 |
+
to {
|
3411 |
+
background-position: 0 0; } }
|
3412 |
+
|
3413 |
+
@keyframes progress-bar-stripes {
|
3414 |
+
from {
|
3415 |
+
background-position: 1rem 0; }
|
3416 |
+
to {
|
3417 |
+
background-position: 0 0; } }
|
3418 |
+
.bootstrap-wplc-content .progress {
|
3419 |
+
display: -ms-flexbox;
|
3420 |
+
display: flex;
|
3421 |
+
height: 1rem;
|
3422 |
+
overflow: hidden;
|
3423 |
+
font-size: 0.75rem;
|
3424 |
+
background-color: #e9ecef;
|
3425 |
+
border-radius: 0.25rem; }
|
3426 |
+
.bootstrap-wplc-content .progress-bar {
|
3427 |
+
display: -ms-flexbox;
|
3428 |
+
display: flex;
|
3429 |
+
-ms-flex-direction: column;
|
3430 |
+
flex-direction: column;
|
3431 |
+
-ms-flex-pack: center;
|
3432 |
+
justify-content: center;
|
3433 |
+
overflow: hidden;
|
3434 |
+
color: #fff;
|
3435 |
+
text-align: center;
|
3436 |
+
white-space: nowrap;
|
3437 |
+
background-color: #007bff;
|
3438 |
+
transition: width 0.6s ease; }
|
3439 |
+
@media (prefers-reduced-motion: reduce) {
|
3440 |
+
.bootstrap-wplc-content .progress-bar {
|
3441 |
+
transition: none; } }
|
3442 |
+
.bootstrap-wplc-content .progress-bar-striped {
|
3443 |
+
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
3444 |
+
background-size: 1rem 1rem; }
|
3445 |
+
.bootstrap-wplc-content .progress-bar-animated {
|
3446 |
+
-webkit-animation: progress-bar-stripes 1s linear infinite;
|
3447 |
+
animation: progress-bar-stripes 1s linear infinite; }
|
3448 |
+
@media (prefers-reduced-motion: reduce) {
|
3449 |
+
.bootstrap-wplc-content .progress-bar-animated {
|
3450 |
+
-webkit-animation: none;
|
3451 |
+
animation: none; } }
|
3452 |
+
.bootstrap-wplc-content .media {
|
3453 |
+
display: -ms-flexbox;
|
3454 |
+
display: flex;
|
3455 |
+
-ms-flex-align: start;
|
3456 |
+
align-items: flex-start; }
|
3457 |
+
.bootstrap-wplc-content .media-body {
|
3458 |
+
-ms-flex: 1;
|
3459 |
+
flex: 1; }
|
3460 |
+
.bootstrap-wplc-content .list-group {
|
3461 |
+
display: -ms-flexbox;
|
3462 |
+
display: flex;
|
3463 |
+
-ms-flex-direction: column;
|
3464 |
+
flex-direction: column;
|
3465 |
+
padding-left: 0;
|
3466 |
+
margin-bottom: 0; }
|
3467 |
+
.bootstrap-wplc-content .list-group-item-action {
|
3468 |
+
width: 100%;
|
3469 |
+
color: #495057;
|
3470 |
+
text-align: inherit; }
|
3471 |
+
.bootstrap-wplc-content .list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-action:hover {
|
3472 |
+
z-index: 1;
|
3473 |
+
color: #495057;
|
3474 |
+
text-decoration: none;
|
3475 |
+
background-color: #f8f9fa; }
|
3476 |
+
.bootstrap-wplc-content .list-group-item-action:active {
|
3477 |
+
color: #212529;
|
3478 |
+
background-color: #e9ecef; }
|
3479 |
+
.bootstrap-wplc-content .list-group-item {
|
3480 |
+
position: relative;
|
3481 |
+
display: block;
|
3482 |
+
padding: 0.75rem 1.25rem;
|
3483 |
+
background-color: #fff;
|
3484 |
+
border: 1px solid rgba(0, 0, 0, 0.125); }
|
3485 |
+
.bootstrap-wplc-content .list-group-item:first-child {
|
3486 |
+
border-top-left-radius: 0.25rem;
|
3487 |
+
border-top-right-radius: 0.25rem; }
|
3488 |
+
.bootstrap-wplc-content .list-group-item:last-child {
|
3489 |
+
border-bottom-right-radius: 0.25rem;
|
3490 |
+
border-bottom-left-radius: 0.25rem; }
|
3491 |
+
.bootstrap-wplc-content .list-group-item.disabled, .bootstrap-wplc-content .list-group-item:disabled {
|
3492 |
+
color: #6c757d;
|
3493 |
+
pointer-events: none;
|
3494 |
+
background-color: #fff; }
|
3495 |
+
.bootstrap-wplc-content .list-group-item.active {
|
3496 |
+
z-index: 2;
|
3497 |
+
color: #fff;
|
3498 |
+
background-color: #007bff;
|
3499 |
+
border-color: #007bff; }
|
3500 |
+
.bootstrap-wplc-content .list-group-item + .list-group-item {
|
3501 |
+
border-top-width: 0; }
|
3502 |
+
.bootstrap-wplc-content .list-group-item + .list-group-item.active {
|
3503 |
+
margin-top: -1px;
|
3504 |
+
border-top-width: 1px; }
|
3505 |
+
.bootstrap-wplc-content .list-group-horizontal {
|
3506 |
+
-ms-flex-direction: row;
|
3507 |
+
flex-direction: row; }
|
3508 |
+
.bootstrap-wplc-content .list-group-horizontal .list-group-item:first-child {
|
3509 |
+
border-bottom-left-radius: 0.25rem;
|
3510 |
+
border-top-right-radius: 0; }
|
3511 |
+
.bootstrap-wplc-content .list-group-horizontal .list-group-item:last-child {
|
3512 |
+
border-top-right-radius: 0.25rem;
|
3513 |
+
border-bottom-left-radius: 0; }
|
3514 |
+
.bootstrap-wplc-content .list-group-horizontal .list-group-item.active {
|
3515 |
+
margin-top: 0; }
|
3516 |
+
.bootstrap-wplc-content .list-group-horizontal .list-group-item + .list-group-item {
|
3517 |
+
border-top-width: 1px;
|
3518 |
+
border-left-width: 0; }
|
3519 |
+
.bootstrap-wplc-content .list-group-horizontal .list-group-item + .list-group-item.active {
|
3520 |
+
margin-left: -1px;
|
3521 |
+
border-left-width: 1px; }
|
3522 |
+
@media (min-width: 576px) {
|
3523 |
+
.bootstrap-wplc-content .list-group-horizontal-sm {
|
3524 |
+
-ms-flex-direction: row;
|
3525 |
+
flex-direction: row; }
|
3526 |
+
.bootstrap-wplc-content .list-group-horizontal-sm .list-group-item:first-child {
|
3527 |
+
border-bottom-left-radius: 0.25rem;
|
3528 |
+
border-top-right-radius: 0; }
|
3529 |
+
.bootstrap-wplc-content .list-group-horizontal-sm .list-group-item:last-child {
|
3530 |
+
border-top-right-radius: 0.25rem;
|
3531 |
+
border-bottom-left-radius: 0; }
|
3532 |
+
.bootstrap-wplc-content .list-group-horizontal-sm .list-group-item.active {
|
3533 |
+
margin-top: 0; }
|
3534 |
+
.bootstrap-wplc-content .list-group-horizontal-sm .list-group-item + .list-group-item {
|
3535 |
+
border-top-width: 1px;
|
3536 |
+
border-left-width: 0; }
|
3537 |
+
.bootstrap-wplc-content .list-group-horizontal-sm .list-group-item + .list-group-item.active {
|
3538 |
+
margin-left: -1px;
|
3539 |
+
border-left-width: 1px; } }
|
3540 |
+
@media (min-width: 768px) {
|
3541 |
+
.bootstrap-wplc-content .list-group-horizontal-md {
|
3542 |
+
-ms-flex-direction: row;
|
3543 |
+
flex-direction: row; }
|
3544 |
+
.bootstrap-wplc-content .list-group-horizontal-md .list-group-item:first-child {
|
3545 |
+
border-bottom-left-radius: 0.25rem;
|
3546 |
+
border-top-right-radius: 0; }
|
3547 |
+
.bootstrap-wplc-content .list-group-horizontal-md .list-group-item:last-child {
|
3548 |
+
border-top-right-radius: 0.25rem;
|
3549 |
+
border-bottom-left-radius: 0; }
|
3550 |
+
.bootstrap-wplc-content .list-group-horizontal-md .list-group-item.active {
|
3551 |
+
margin-top: 0; }
|
3552 |
+
.bootstrap-wplc-content .list-group-horizontal-md .list-group-item + .list-group-item {
|
3553 |
+
border-top-width: 1px;
|
3554 |
+
border-left-width: 0; }
|
3555 |
+
.bootstrap-wplc-content .list-group-horizontal-md .list-group-item + .list-group-item.active {
|
3556 |
+
margin-left: -1px;
|
3557 |
+
border-left-width: 1px; } }
|
3558 |
+
@media (min-width: 992px) {
|
3559 |
+
.bootstrap-wplc-content .list-group-horizontal-lg {
|
3560 |
+
-ms-flex-direction: row;
|
3561 |
+
flex-direction: row; }
|
3562 |
+
.bootstrap-wplc-content .list-group-horizontal-lg .list-group-item:first-child {
|
3563 |
+
border-bottom-left-radius: 0.25rem;
|
3564 |
+
border-top-right-radius: 0; }
|
3565 |
+
.bootstrap-wplc-content .list-group-horizontal-lg .list-group-item:last-child {
|
3566 |
+
border-top-right-radius: 0.25rem;
|
3567 |
+
border-bottom-left-radius: 0; }
|
3568 |
+
.bootstrap-wplc-content .list-group-horizontal-lg .list-group-item.active {
|
3569 |
+
margin-top: 0; }
|
3570 |
+
.bootstrap-wplc-content .list-group-horizontal-lg .list-group-item + .list-group-item {
|
3571 |
+
border-top-width: 1px;
|
3572 |
+
border-left-width: 0; }
|
3573 |
+
.bootstrap-wplc-content .list-group-horizontal-lg .list-group-item + .list-group-item.active {
|
3574 |
+
margin-left: -1px;
|
3575 |
+
border-left-width: 1px; } }
|
3576 |
+
@media (min-width: 1200px) {
|
3577 |
+
.bootstrap-wplc-content .list-group-horizontal-xl {
|
3578 |
+
-ms-flex-direction: row;
|
3579 |
+
flex-direction: row; }
|
3580 |
+
.bootstrap-wplc-content .list-group-horizontal-xl .list-group-item:first-child {
|
3581 |
+
border-bottom-left-radius: 0.25rem;
|
3582 |
+
border-top-right-radius: 0; }
|
3583 |
+
.bootstrap-wplc-content .list-group-horizontal-xl .list-group-item:last-child {
|
3584 |
+
border-top-right-radius: 0.25rem;
|
3585 |
+
border-bottom-left-radius: 0; }
|
3586 |
+
.bootstrap-wplc-content .list-group-horizontal-xl .list-group-item.active {
|
3587 |
+
margin-top: 0; }
|
3588 |
+
.bootstrap-wplc-content .list-group-horizontal-xl .list-group-item + .list-group-item {
|
3589 |
+
border-top-width: 1px;
|
3590 |
+
border-left-width: 0; }
|
3591 |
+
.bootstrap-wplc-content .list-group-horizontal-xl .list-group-item + .list-group-item.active {
|
3592 |
+
margin-left: -1px;
|
3593 |
+
border-left-width: 1px; } }
|
3594 |
+
.bootstrap-wplc-content .list-group-flush .list-group-item {
|
3595 |
+
border-right-width: 0;
|
3596 |
+
border-left-width: 0;
|
3597 |
+
border-radius: 0; }
|
3598 |
+
.bootstrap-wplc-content .list-group-flush .list-group-item:first-child {
|
3599 |
+
border-top-width: 0; }
|
3600 |
+
.bootstrap-wplc-content .list-group-flush:last-child .list-group-item:last-child {
|
3601 |
+
border-bottom-width: 0; }
|
3602 |
+
.bootstrap-wplc-content .list-group-item-primary {
|
3603 |
+
color: #004085;
|
3604 |
+
background-color: #b8daff; }
|
3605 |
+
.bootstrap-wplc-content .list-group-item-primary.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-primary.list-group-item-action:hover {
|
3606 |
+
color: #004085;
|
3607 |
+
background-color: #9fcdff; }
|
3608 |
+
.bootstrap-wplc-content .list-group-item-primary.list-group-item-action.active {
|
3609 |
+
color: #fff;
|
3610 |
+
background-color: #004085;
|
3611 |
+
border-color: #004085; }
|
3612 |
+
.bootstrap-wplc-content .list-group-item-secondary {
|
3613 |
+
color: #383d41;
|
3614 |
+
background-color: #d6d8db; }
|
3615 |
+
.bootstrap-wplc-content .list-group-item-secondary.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-secondary.list-group-item-action:hover {
|
3616 |
+
color: #383d41;
|
3617 |
+
background-color: #c8cbcf; }
|
3618 |
+
.bootstrap-wplc-content .list-group-item-secondary.list-group-item-action.active {
|
3619 |
+
color: #fff;
|
3620 |
+
background-color: #383d41;
|
3621 |
+
border-color: #383d41; }
|
3622 |
+
.bootstrap-wplc-content .list-group-item-success {
|
3623 |
+
color: #155724;
|
3624 |
+
background-color: #c3e6cb; }
|
3625 |
+
.bootstrap-wplc-content .list-group-item-success.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-success.list-group-item-action:hover {
|
3626 |
+
color: #155724;
|
3627 |
+
background-color: #b1dfbb; }
|
3628 |
+
.bootstrap-wplc-content .list-group-item-success.list-group-item-action.active {
|
3629 |
+
color: #fff;
|
3630 |
+
background-color: #155724;
|
3631 |
+
border-color: #155724; }
|
3632 |
+
.bootstrap-wplc-content .list-group-item-info {
|
3633 |
+
color: #0c5460;
|
3634 |
+
background-color: #bee5eb; }
|
3635 |
+
.bootstrap-wplc-content .list-group-item-info.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-info.list-group-item-action:hover {
|
3636 |
+
color: #0c5460;
|
3637 |
+
background-color: #abdde5; }
|
3638 |
+
.bootstrap-wplc-content .list-group-item-info.list-group-item-action.active {
|
3639 |
+
color: #fff;
|
3640 |
+
background-color: #0c5460;
|
3641 |
+
border-color: #0c5460; }
|
3642 |
+
.bootstrap-wplc-content .list-group-item-warning {
|
3643 |
+
color: #856404;
|
3644 |
+
background-color: #ffeeba; }
|
3645 |
+
.bootstrap-wplc-content .list-group-item-warning.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-warning.list-group-item-action:hover {
|
3646 |
+
color: #856404;
|
3647 |
+
background-color: #ffe8a1; }
|
3648 |
+
.bootstrap-wplc-content .list-group-item-warning.list-group-item-action.active {
|
3649 |
+
color: #fff;
|
3650 |
+
background-color: #856404;
|
3651 |
+
border-color: #856404; }
|
3652 |
+
.bootstrap-wplc-content .list-group-item-danger {
|
3653 |
+
color: #721c24;
|
3654 |
+
background-color: #f5c6cb; }
|
3655 |
+
.bootstrap-wplc-content .list-group-item-danger.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-danger.list-group-item-action:hover {
|
3656 |
+
color: #721c24;
|
3657 |
+
background-color: #f1b0b7; }
|
3658 |
+
.bootstrap-wplc-content .list-group-item-danger.list-group-item-action.active {
|
3659 |
+
color: #fff;
|
3660 |
+
background-color: #721c24;
|
3661 |
+
border-color: #721c24; }
|
3662 |
+
.bootstrap-wplc-content .list-group-item-light {
|
3663 |
+
color: #818182;
|
3664 |
+
background-color: #fdfdfe; }
|
3665 |
+
.bootstrap-wplc-content .list-group-item-light.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-light.list-group-item-action:hover {
|
3666 |
+
color: #818182;
|
3667 |
+
background-color: #ececf6; }
|
3668 |
+
.bootstrap-wplc-content .list-group-item-light.list-group-item-action.active {
|
3669 |
+
color: #fff;
|
3670 |
+
background-color: #818182;
|
3671 |
+
border-color: #818182; }
|
3672 |
+
.bootstrap-wplc-content .list-group-item-dark {
|
3673 |
+
color: #1b1e21;
|
3674 |
+
background-color: #c6c8ca; }
|
3675 |
+
.bootstrap-wplc-content .list-group-item-dark.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-dark.list-group-item-action:hover {
|
3676 |
+
color: #1b1e21;
|
3677 |
+
background-color: #b9bbbe; }
|
3678 |
+
.bootstrap-wplc-content .list-group-item-dark.list-group-item-action.active {
|
3679 |
+
color: #fff;
|
3680 |
+
background-color: #1b1e21;
|
3681 |
+
border-color: #1b1e21; }
|
3682 |
+
.bootstrap-wplc-content .close {
|
3683 |
+
float: right;
|
3684 |
+
font-size: 1.5rem;
|
3685 |
+
font-weight: 700;
|
3686 |
+
line-height: 1;
|
3687 |
+
color: #000;
|
3688 |
+
text-shadow: 0 1px 0 #fff;
|
3689 |
+
opacity: 0.5; }
|
3690 |
+
.bootstrap-wplc-content .close:hover {
|
3691 |
+
color: #000;
|
3692 |
+
text-decoration: none; }
|
3693 |
+
.bootstrap-wplc-content .close:not(:disabled):not(.disabled):focus, .bootstrap-wplc-content .close:not(:disabled):not(.disabled):hover {
|
3694 |
+
opacity: 0.75; }
|
3695 |
+
.bootstrap-wplc-content button.close {
|
3696 |
+
padding: 0;
|
3697 |
+
background-color: transparent;
|
3698 |
+
border: 0;
|
3699 |
+
-webkit-appearance: none;
|
3700 |
+
-moz-appearance: none;
|
3701 |
+
appearance: none; }
|
3702 |
+
.bootstrap-wplc-content a.close.disabled {
|
3703 |
+
pointer-events: none; }
|
3704 |
+
.bootstrap-wplc-content .toast {
|
3705 |
+
max-width: 350px;
|
3706 |
+
overflow: hidden;
|
3707 |
+
font-size: 0.875rem;
|
3708 |
+
background-color: rgba(255, 255, 255, 0.85);
|
3709 |
+
background-clip: padding-box;
|
3710 |
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
3711 |
+
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
|
3712 |
+
-webkit-backdrop-filter: blur(10px);
|
3713 |
+
backdrop-filter: blur(10px);
|
3714 |
+
opacity: 0;
|
3715 |
+
border-radius: 0.25rem; }
|
3716 |
+
.bootstrap-wplc-content .toast:not(:last-child) {
|
3717 |
+
margin-bottom: 0.75rem; }
|
3718 |
+
.bootstrap-wplc-content .toast.showing {
|
3719 |
+
opacity: 1; }
|
3720 |
+
.bootstrap-wplc-content .toast.show {
|
3721 |
+
display: block;
|
3722 |
+
opacity: 1; }
|
3723 |
+
.bootstrap-wplc-content .toast.hide {
|
3724 |
+
display: none; }
|
3725 |
+
.bootstrap-wplc-content .toast-header {
|
3726 |
+
display: -ms-flexbox;
|
3727 |
+
display: flex;
|
3728 |
+
-ms-flex-align: center;
|
3729 |
+
align-items: center;
|
3730 |
+
padding: 0.25rem 0.75rem;
|
3731 |
+
color: #6c757d;
|
3732 |
+
background-color: rgba(255, 255, 255, 0.85);
|
3733 |
+
background-clip: padding-box;
|
3734 |
+
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
|
3735 |
+
.bootstrap-wplc-content .toast-body {
|
3736 |
+
padding: 0.75rem; }
|
3737 |
+
.bootstrap-wplc-content .modal-open {
|
3738 |
+
overflow: hidden; }
|
3739 |
+
.bootstrap-wplc-content .modal-open .modal {
|
3740 |
+
overflow-x: hidden;
|
3741 |
+
overflow-y: auto; }
|
3742 |
+
.bootstrap-wplc-content .modal {
|
3743 |
+
position: fixed;
|
3744 |
+
top: 0;
|
3745 |
+
left: 0;
|
3746 |
+
z-index: 1050;
|
3747 |
+
display: none;
|
3748 |
+
width: 100%;
|
3749 |
+
height: 100%;
|
3750 |
+
overflow: hidden;
|
3751 |
+
outline: 0; }
|
3752 |
+
.bootstrap-wplc-content .modal-dialog {
|
3753 |
+
position: relative;
|
3754 |
+
width: auto;
|
3755 |
+
margin: 0.5rem;
|
3756 |
+
pointer-events: none; }
|
3757 |
+
.bootstrap-wplc-content .modal.fade .modal-dialog {
|
3758 |
+
transition: -webkit-transform 0.3s ease-out;
|
3759 |
+
transition: transform 0.3s ease-out;
|
3760 |
+
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
|
3761 |
+
-webkit-transform: translate(0, -50px);
|
3762 |
+
transform: translate(0, -50px); }
|
3763 |
+
@media (prefers-reduced-motion: reduce) {
|
3764 |
+
.bootstrap-wplc-content .modal.fade .modal-dialog {
|
3765 |
+
transition: none; } }
|
3766 |
+
.bootstrap-wplc-content .modal.show .modal-dialog {
|
3767 |
+
-webkit-transform: none;
|
3768 |
+
transform: none; }
|
3769 |
+
.bootstrap-wplc-content .modal.modal-static .modal-dialog {
|
3770 |
+
-webkit-transform: scale(1.02);
|
3771 |
+
transform: scale(1.02); }
|
3772 |
+
.bootstrap-wplc-content .modal-dialog-scrollable {
|
3773 |
+
display: -ms-flexbox;
|
3774 |
+
display: flex;
|
3775 |
+
max-height: calc(100% - 1rem); }
|
3776 |
+
.bootstrap-wplc-content .modal-dialog-scrollable .modal-content {
|
3777 |
+
max-height: calc(100vh - 1rem);
|
3778 |
+
overflow: hidden; }
|
3779 |
+
.bootstrap-wplc-content .modal-dialog-scrollable .modal-footer, .bootstrap-wplc-content .modal-dialog-scrollable .modal-header {
|
3780 |
+
-ms-flex-negative: 0;
|
3781 |
+
flex-shrink: 0; }
|
3782 |
+
.bootstrap-wplc-content .modal-dialog-scrollable .modal-body {
|
3783 |
+
overflow-y: auto; }
|
3784 |
+
.bootstrap-wplc-content .modal-dialog-centered {
|
3785 |
+
display: -ms-flexbox;
|
3786 |
+
display: flex;
|
3787 |
+
-ms-flex-align: center;
|
3788 |
+
align-items: center;
|
3789 |
+
min-height: calc(100% - 1rem); }
|
3790 |
+
.bootstrap-wplc-content .modal-dialog-centered::before {
|
3791 |
+
display: block;
|
3792 |
+
height: calc(100vh - 1rem);
|
3793 |
+
content: ""; }
|
3794 |
+
.bootstrap-wplc-content .modal-dialog-centered.modal-dialog-scrollable {
|
3795 |
+
-ms-flex-direction: column;
|
3796 |
+
flex-direction: column;
|
3797 |
+
-ms-flex-pack: center;
|
3798 |
+
justify-content: center;
|
3799 |
+
height: 100%; }
|
3800 |
+
.bootstrap-wplc-content .modal-dialog-centered.modal-dialog-scrollable .modal-content {
|
3801 |
+
max-height: none; }
|
3802 |
+
.bootstrap-wplc-content .modal-dialog-centered.modal-dialog-scrollable::before {
|
3803 |
+
content: none; }
|
3804 |
+
.bootstrap-wplc-content .modal-content {
|
3805 |
+
position: relative;
|
3806 |
+
display: -ms-flexbox;
|
3807 |
+
display: flex;
|
3808 |
+
-ms-flex-direction: column;
|
3809 |
+
flex-direction: column;
|
3810 |
+
width: 100%;
|
3811 |
+
pointer-events: auto;
|
3812 |
+
background-color: #fff;
|
3813 |
+
background-clip: padding-box;
|
3814 |
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
3815 |
+
border-radius: 0.3rem;
|
3816 |
+
outline: 0; }
|
3817 |
+
.bootstrap-wplc-content .modal-backdrop {
|
3818 |
+
position: fixed;
|
3819 |
+
top: 0;
|
3820 |
+
left: 0;
|
3821 |
+
z-index: 1040;
|
3822 |
+
width: 100vw;
|
3823 |
+
height: 100vh;
|
3824 |
+
background-color: #000; }
|
3825 |
+
.bootstrap-wplc-content .modal-backdrop.fade {
|
3826 |
+
opacity: 0; }
|
3827 |
+
.bootstrap-wplc-content .modal-backdrop.show {
|
3828 |
+
opacity: 0.5; }
|
3829 |
+
.bootstrap-wplc-content .modal-header {
|
3830 |
+
display: -ms-flexbox;
|
3831 |
+
display: flex;
|
3832 |
+
-ms-flex-align: start;
|
3833 |
+
align-items: flex-start;
|
3834 |
+
-ms-flex-pack: justify;
|
3835 |
+
justify-content: space-between;
|
3836 |
+
padding: 1rem 1rem;
|
3837 |
+
border-bottom: 1px solid #dee2e6;
|
3838 |
+
border-top-left-radius: calc(.3rem - 1px);
|
3839 |
+
border-top-right-radius: calc(.3rem - 1px); }
|
3840 |
+
.bootstrap-wplc-content .modal-header .close {
|
3841 |
+
padding: 1rem 1rem;
|
3842 |
+
margin: -1rem -1rem -1rem auto; }
|
3843 |
+
.bootstrap-wplc-content .modal-title {
|
3844 |
+
margin-bottom: 0;
|
3845 |
+
line-height: 1.5; }
|
3846 |
+
.bootstrap-wplc-content .modal-body {
|
3847 |
+
position: relative;
|
3848 |
+
-ms-flex: 1 1 auto;
|
3849 |
+
flex: 1 1 auto;
|
3850 |
+
padding: 1rem; }
|
3851 |
+
.bootstrap-wplc-content .modal-footer {
|
3852 |
+
display: -ms-flexbox;
|
3853 |
+
display: flex;
|
3854 |
+
-ms-flex-wrap: wrap;
|
3855 |
+
flex-wrap: wrap;
|
3856 |
+
-ms-flex-align: center;
|
3857 |
+
align-items: center;
|
3858 |
+
-ms-flex-pack: end;
|
3859 |
+
justify-content: flex-end;
|
3860 |
+
padding: 0.75rem;
|
3861 |
+
border-top: 1px solid #dee2e6;
|
3862 |
+
border-bottom-right-radius: calc(.3rem - 1px);
|
3863 |
+
border-bottom-left-radius: calc(.3rem - 1px); }
|
3864 |
+
.bootstrap-wplc-content .modal-footer > * {
|
3865 |
+
margin: 0.25rem; }
|
3866 |
+
.bootstrap-wplc-content .modal-scrollbar-measure {
|
3867 |
+
position: absolute;
|
3868 |
+
top: -9999px;
|
3869 |
+
width: 50px;
|
3870 |
+
height: 50px;
|
3871 |
+
overflow: scroll; }
|
3872 |
+
@media (min-width: 576px) {
|
3873 |
+
.bootstrap-wplc-content .modal-dialog {
|
3874 |
+
max-width: 500px;
|
3875 |
+
margin: 1.75rem auto; }
|
3876 |
+
.bootstrap-wplc-content .modal-dialog-scrollable {
|
3877 |
+
max-height: calc(100% - 3.5rem); }
|
3878 |
+
.bootstrap-wplc-content .modal-dialog-scrollable .modal-content {
|
3879 |
+
max-height: calc(100vh - 3.5rem); }
|
3880 |
+
.bootstrap-wplc-content .modal-dialog-centered {
|
3881 |
+
min-height: calc(100% - 3.5rem); }
|
3882 |
+
.bootstrap-wplc-content .modal-dialog-centered::before {
|
3883 |
+
height: calc(100vh - 3.5rem); }
|
3884 |
+
.bootstrap-wplc-content .modal-sm {
|
3885 |
+
max-width: 300px; } }
|
3886 |
+
@media (min-width: 992px) {
|
3887 |
+
.bootstrap-wplc-content .modal-lg, .bootstrap-wplc-content .modal-xl {
|
3888 |
+
max-width: 800px; } }
|
3889 |
+
@media (min-width: 1200px) {
|
3890 |
+
.bootstrap-wplc-content .modal-xl {
|
3891 |
+
max-width: 1140px; } }
|
3892 |
+
.bootstrap-wplc-content .tooltip {
|
3893 |
+
position: absolute;
|
3894 |
+
z-index: 1070;
|
3895 |
+
display: block;
|
3896 |
+
margin: 0;
|
3897 |
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
3898 |
+
font-style: normal;
|
3899 |
+
font-weight: 400;
|
3900 |
+
line-height: 1.5;
|
3901 |
+
text-align: left;
|
3902 |
+
text-align: start;
|
3903 |
+
text-decoration: none;
|
3904 |
+
text-shadow: none;
|
3905 |
+
text-transform: none;
|
3906 |
+
letter-spacing: normal;
|
3907 |
+
word-break: normal;
|
3908 |
+
word-spacing: normal;
|
3909 |
+
white-space: normal;
|
3910 |
+
line-break: auto;
|
3911 |
+
font-size: 0.875rem;
|
3912 |
+
word-wrap: break-word;
|
3913 |
+
opacity: 0; }
|
3914 |
+
.bootstrap-wplc-content .tooltip.show {
|
3915 |
+
opacity: 0.9; }
|
3916 |
+
.bootstrap-wplc-content .tooltip .arrow {
|
3917 |
+
position: absolute;
|
3918 |
+
display: block;
|
3919 |
+
width: 0.8rem;
|
3920 |
+
height: 0.4rem; }
|
3921 |
+
.bootstrap-wplc-content .tooltip .arrow::before {
|
3922 |
+
position: absolute;
|
3923 |
+
content: "";
|
3924 |
+
border-color: transparent;
|
3925 |
+
border-style: solid; }
|
3926 |
+
.bootstrap-wplc-content .bs-tooltip-auto[x-placement^=top], .bootstrap-wplc-content .bs-tooltip-top {
|
3927 |
+
padding: 0.4rem 0; }
|
3928 |
+
.bootstrap-wplc-content .bs-tooltip-auto[x-placement^=top] .arrow, .bootstrap-wplc-content .bs-tooltip-top .arrow {
|
3929 |
+
bottom: 0; }
|
3930 |
+
.bootstrap-wplc-content .bs-tooltip-auto[x-placement^=top] .arrow::before, .bootstrap-wplc-content .bs-tooltip-top .arrow::before {
|
3931 |
+
top: 0;
|
3932 |
+
border-width: 0.4rem 0.4rem 0;
|
3933 |
+
border-top-color: #000; }
|
3934 |
+
.bootstrap-wplc-content .bs-tooltip-auto[x-placement^=right], .bootstrap-wplc-content .bs-tooltip-right {
|
3935 |
+
padding: 0 0.4rem; }
|
3936 |
+
.bootstrap-wplc-content .bs-tooltip-auto[x-placement^=right] .arrow, .bootstrap-wplc-content .bs-tooltip-right .arrow {
|
3937 |
+
left: 0;
|
3938 |
+
width: 0.4rem;
|
3939 |
+
height: 0.8rem; }
|
3940 |
+
.bootstrap-wplc-content .bs-tooltip-auto[x-placement^=right] .arrow::before, .bootstrap-wplc-content .bs-tooltip-right .arrow::before {
|
3941 |
+
right: 0;
|
3942 |
+
border-width: 0.4rem 0.4rem 0.4rem 0;
|
3943 |
+
border-right-color: #000; }
|
3944 |
+
.bootstrap-wplc-content .bs-tooltip-auto[x-placement^=bottom], .bootstrap-wplc-content .bs-tooltip-bottom {
|
3945 |
+
padding: 0.4rem 0; }
|
3946 |
+
.bootstrap-wplc-content .bs-tooltip-auto[x-placement^=bottom] .arrow, .bootstrap-wplc-content .bs-tooltip-bottom .arrow {
|
3947 |
+
top: 0; }
|
3948 |
+
.bootstrap-wplc-content .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bootstrap-wplc-content .bs-tooltip-bottom .arrow::before {
|
3949 |
+
bottom: 0;
|
3950 |
+
border-width: 0 0.4rem 0.4rem;
|
3951 |
+
border-bottom-color: #000; }
|
3952 |
+
.bootstrap-wplc-content .bs-tooltip-auto[x-placement^=left], .bootstrap-wplc-content .bs-tooltip-left {
|
3953 |
+
padding: 0 0.4rem; }
|
3954 |
+
.bootstrap-wplc-content .bs-tooltip-auto[x-placement^=left] .arrow, .bootstrap-wplc-content .bs-tooltip-left .arrow {
|
3955 |
+
right: 0;
|
3956 |
+
width: 0.4rem;
|
3957 |
+
height: 0.8rem; }
|
3958 |
+
.bootstrap-wplc-content .bs-tooltip-auto[x-placement^=left] .arrow::before, .bootstrap-wplc-content .bs-tooltip-left .arrow::before {
|
3959 |
+
left: 0;
|
3960 |
+
border-width: 0.4rem 0 0.4rem 0.4rem;
|
3961 |
+
border-left-color: #000; }
|
3962 |
+
.bootstrap-wplc-content .tooltip-inner {
|
3963 |
+
max-width: 200px;
|
3964 |
+
padding: 0.25rem 0.5rem;
|
3965 |
+
color: #fff;
|
3966 |
+
text-align: center;
|
3967 |
+
background-color: #000;
|
3968 |
+
border-radius: 0.25rem; }
|
3969 |
+
.bootstrap-wplc-content .popover {
|
3970 |
+
position: absolute;
|
3971 |
+
top: 0;
|
3972 |
+
left: 0;
|
3973 |
+
z-index: 1060;
|
3974 |
+
display: block;
|
3975 |
+
max-width: 276px;
|
3976 |
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
3977 |
+
font-style: normal;
|
3978 |
+
font-weight: 400;
|
3979 |
+
line-height: 1.5;
|
3980 |
+
text-align: left;
|
3981 |
+
text-align: start;
|
3982 |
+
text-decoration: none;
|
3983 |
+
text-shadow: none;
|
3984 |
+
text-transform: none;
|
3985 |
+
letter-spacing: normal;
|
3986 |
+
word-break: normal;
|
3987 |
+
word-spacing: normal;
|
3988 |
+
white-space: normal;
|
3989 |
+
line-break: auto;
|
3990 |
+
font-size: 0.875rem;
|
3991 |
+
word-wrap: break-word;
|
3992 |
+
background-color: #fff;
|
3993 |
+
background-clip: padding-box;
|
3994 |
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
3995 |
+
border-radius: 0.3rem; }
|
3996 |
+
.bootstrap-wplc-content .popover .arrow {
|
3997 |
+
position: absolute;
|
3998 |
+
display: block;
|
3999 |
+
width: 1rem;
|
4000 |
+
height: 0.5rem;
|
4001 |
+
margin: 0 0.3rem; }
|
4002 |
+
.bootstrap-wplc-content .popover .arrow::after, .bootstrap-wplc-content .popover .arrow::before {
|
4003 |
+
position: absolute;
|
4004 |
+
display: block;
|
4005 |
+
content: "";
|
4006 |
+
border-color: transparent;
|
4007 |
+
border-style: solid; }
|
4008 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=top], .bootstrap-wplc-content .bs-popover-top {
|
4009 |
+
margin-bottom: 0.5rem; }
|
4010 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=top] > .arrow, .bootstrap-wplc-content .bs-popover-top > .arrow {
|
4011 |
+
bottom: calc(-.5rem - 1px); }
|
4012 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=top] > .arrow::before, .bootstrap-wplc-content .bs-popover-top > .arrow::before {
|
4013 |
+
bottom: 0;
|
4014 |
+
border-width: 0.5rem 0.5rem 0;
|
4015 |
+
border-top-color: rgba(0, 0, 0, 0.25); }
|
4016 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=top] > .arrow::after, .bootstrap-wplc-content .bs-popover-top > .arrow::after {
|
4017 |
+
bottom: 1px;
|
4018 |
+
border-width: 0.5rem 0.5rem 0;
|
4019 |
+
border-top-color: #fff; }
|
4020 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=right], .bootstrap-wplc-content .bs-popover-right {
|
4021 |
+
margin-left: 0.5rem; }
|
4022 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=right] > .arrow, .bootstrap-wplc-content .bs-popover-right > .arrow {
|
4023 |
+
left: calc(-.5rem - 1px);
|
4024 |
+
width: 0.5rem;
|
4025 |
+
height: 1rem;
|
4026 |
+
margin: 0.3rem 0; }
|
4027 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=right] > .arrow::before, .bootstrap-wplc-content .bs-popover-right > .arrow::before {
|
4028 |
+
left: 0;
|
4029 |
+
border-width: 0.5rem 0.5rem 0.5rem 0;
|
4030 |
+
border-right-color: rgba(0, 0, 0, 0.25); }
|
4031 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=right] > .arrow::after, .bootstrap-wplc-content .bs-popover-right > .arrow::after {
|
4032 |
+
left: 1px;
|
4033 |
+
border-width: 0.5rem 0.5rem 0.5rem 0;
|
4034 |
+
border-right-color: #fff; }
|
4035 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=bottom], .bootstrap-wplc-content .bs-popover-bottom {
|
4036 |
+
margin-top: 0.5rem; }
|
4037 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=bottom] > .arrow, .bootstrap-wplc-content .bs-popover-bottom > .arrow {
|
4038 |
+
top: calc(-.5rem - 1px); }
|
4039 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bootstrap-wplc-content .bs-popover-bottom > .arrow::before {
|
4040 |
+
top: 0;
|
4041 |
+
border-width: 0 0.5rem 0.5rem 0.5rem;
|
4042 |
+
border-bottom-color: rgba(0, 0, 0, 0.25); }
|
4043 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=bottom] > .arrow::after, .bootstrap-wplc-content .bs-popover-bottom > .arrow::after {
|
4044 |
+
top: 1px;
|
4045 |
+
border-width: 0 0.5rem 0.5rem 0.5rem;
|
4046 |
+
border-bottom-color: #fff; }
|
4047 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bootstrap-wplc-content .bs-popover-bottom .popover-header::before {
|
4048 |
+
position: absolute;
|
4049 |
+
top: 0;
|
4050 |
+
left: 50%;
|
4051 |
+
display: block;
|
4052 |
+
width: 1rem;
|
4053 |
+
margin-left: -0.5rem;
|
4054 |
+
content: "";
|
4055 |
+
border-bottom: 1px solid #f7f7f7; }
|
4056 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=left], .bootstrap-wplc-content .bs-popover-left {
|
4057 |
+
margin-right: 0.5rem; }
|
4058 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=left] > .arrow, .bootstrap-wplc-content .bs-popover-left > .arrow {
|
4059 |
+
right: calc(-.5rem - 1px);
|
4060 |
+
width: 0.5rem;
|
4061 |
+
height: 1rem;
|
4062 |
+
margin: 0.3rem 0; }
|
4063 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=left] > .arrow::before, .bootstrap-wplc-content .bs-popover-left > .arrow::before {
|
4064 |
+
right: 0;
|
4065 |
+
border-width: 0.5rem 0 0.5rem 0.5rem;
|
4066 |
+
border-left-color: rgba(0, 0, 0, 0.25); }
|
4067 |
+
.bootstrap-wplc-content .bs-popover-auto[x-placement^=left] > .arrow::after, .bootstrap-wplc-content .bs-popover-left > .arrow::after {
|
4068 |
+
right: 1px;
|
4069 |
+
border-width: 0.5rem 0 0.5rem 0.5rem;
|
4070 |
+
border-left-color: #fff; }
|
4071 |
+
.bootstrap-wplc-content .popover-header {
|
4072 |
+
padding: 0.5rem 0.75rem;
|
4073 |
+
margin-bottom: 0;
|
4074 |
+
font-size: 1rem;
|
4075 |
+
background-color: #f7f7f7;
|
4076 |
+
border-bottom: 1px solid #ebebeb;
|
4077 |
+
border-top-left-radius: calc(.3rem - 1px);
|
4078 |
+
border-top-right-radius: calc(.3rem - 1px); }
|
4079 |
+
.bootstrap-wplc-content .popover-header:empty {
|
4080 |
+
display: none; }
|
4081 |
+
.bootstrap-wplc-content .popover-body {
|
4082 |
+
padding: 0.5rem 0.75rem;
|
4083 |
+
color: #212529; }
|
4084 |
+
.bootstrap-wplc-content .carousel {
|
4085 |
+
position: relative; }
|
4086 |
+
.bootstrap-wplc-content .carousel.pointer-event {
|
4087 |
+
-ms-touch-action: pan-y;
|
4088 |
+
touch-action: pan-y; }
|
4089 |
+
.bootstrap-wplc-content .carousel-inner {
|
4090 |
+
position: relative;
|
4091 |
+
width: 100%;
|
4092 |
+
overflow: hidden; }
|
4093 |
+
.bootstrap-wplc-content .carousel-inner::after {
|
4094 |
+
display: block;
|
4095 |
+
clear: both;
|
4096 |
+
content: ""; }
|
4097 |
+
.bootstrap-wplc-content .carousel-item {
|
4098 |
+
position: relative;
|
4099 |
+
display: none;
|
4100 |
+
float: left;
|
4101 |
+
width: 100%;
|
4102 |
+
margin-right: -100%;
|
4103 |
+
-webkit-backface-visibility: hidden;
|
4104 |
+
backface-visibility: hidden;
|
4105 |
+
transition: -webkit-transform 0.6s ease-in-out;
|
4106 |
+
transition: transform 0.6s ease-in-out;
|
4107 |
+
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
|
4108 |
+
@media (prefers-reduced-motion: reduce) {
|
4109 |
+
.bootstrap-wplc-content .carousel-item {
|
4110 |
+
transition: none; } }
|
4111 |
+
.bootstrap-wplc-content .carousel-item-next, .bootstrap-wplc-content .carousel-item-prev, .bootstrap-wplc-content .carousel-item.active {
|
4112 |
+
display: block; }
|
4113 |
+
.bootstrap-wplc-content .active.carousel-item-right, .bootstrap-wplc-content .carousel-item-next:not(.carousel-item-left) {
|
4114 |
+
-webkit-transform: translateX(100%);
|
4115 |
+
transform: translateX(100%); }
|
4116 |
+
.bootstrap-wplc-content .active.carousel-item-left, .bootstrap-wplc-content .carousel-item-prev:not(.carousel-item-right) {
|
4117 |
+
-webkit-transform: translateX(-100%);
|
4118 |
+
transform: translateX(-100%); }
|
4119 |
+
.bootstrap-wplc-content .carousel-fade .carousel-item {
|
4120 |
+
opacity: 0;
|
4121 |
+
transition-property: opacity;
|
4122 |
+
-webkit-transform: none;
|
4123 |
+
transform: none; }
|
4124 |
+
.bootstrap-wplc-content .carousel-fade .carousel-item-next.carousel-item-left, .bootstrap-wplc-content .carousel-fade .carousel-item-prev.carousel-item-right, .bootstrap-wplc-content .carousel-fade .carousel-item.active {
|
4125 |
+
z-index: 1;
|
4126 |
+
opacity: 1; }
|
4127 |
+
.bootstrap-wplc-content .carousel-fade .active.carousel-item-left, .bootstrap-wplc-content .carousel-fade .active.carousel-item-right {
|
4128 |
+
z-index: 0;
|
4129 |
+
opacity: 0;
|
4130 |
+
transition: opacity 0s 0.6s; }
|
4131 |
+
@media (prefers-reduced-motion: reduce) {
|
4132 |
+
.bootstrap-wplc-content .carousel-fade .active.carousel-item-left, .bootstrap-wplc-content .carousel-fade .active.carousel-item-right {
|
4133 |
+
transition: none; } }
|
4134 |
+
.bootstrap-wplc-content .carousel-control-next, .bootstrap-wplc-content .carousel-control-prev {
|
4135 |
+
position: absolute;
|
4136 |
+
top: 0;
|
4137 |
+
bottom: 0;
|
4138 |
+
z-index: 1;
|
4139 |
+
display: -ms-flexbox;
|
4140 |
+
display: flex;
|
4141 |
+
-ms-flex-align: center;
|
4142 |
+
align-items: center;
|
4143 |
+
-ms-flex-pack: center;
|
4144 |
+
justify-content: center;
|
4145 |
+
width: 15%;
|
4146 |
+
color: #fff;
|
4147 |
+
text-align: center;
|
4148 |
+
opacity: 0.5;
|
4149 |
+
transition: opacity 0.15s ease; }
|
4150 |
+
@media (prefers-reduced-motion: reduce) {
|
4151 |
+
.bootstrap-wplc-content .carousel-control-next, .bootstrap-wplc-content .carousel-control-prev {
|
4152 |
+
transition: none; } }
|
4153 |
+
.bootstrap-wplc-content .carousel-control-next:focus, .bootstrap-wplc-content .carousel-control-next:hover, .bootstrap-wplc-content .carousel-control-prev:focus, .bootstrap-wplc-content .carousel-control-prev:hover {
|
4154 |
+
color: #fff;
|
4155 |
+
text-decoration: none;
|
4156 |
+
outline: 0;
|
4157 |
+
opacity: 0.9; }
|
4158 |
+
.bootstrap-wplc-content .carousel-control-prev {
|
4159 |
+
left: 0; }
|
4160 |
+
.bootstrap-wplc-content .carousel-control-next {
|
4161 |
+
right: 0; }
|
4162 |
+
.bootstrap-wplc-content .carousel-control-next-icon, .bootstrap-wplc-content .carousel-control-prev-icon {
|
4163 |
+
display: inline-block;
|
4164 |
+
width: 20px;
|
4165 |
+
height: 20px;
|
4166 |
+
background: no-repeat 50%/100% 100%; }
|
4167 |
+
.bootstrap-wplc-content .carousel-control-prev-icon {
|
4168 |
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }
|
4169 |
+
.bootstrap-wplc-content .carousel-control-next-icon {
|
4170 |
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }
|
4171 |
+
.bootstrap-wplc-content .carousel-indicators {
|
4172 |
+
position: absolute;
|
4173 |
+
right: 0;
|
4174 |
+
bottom: 0;
|
4175 |
+
left: 0;
|
4176 |
+
z-index: 15;
|
4177 |
+
display: -ms-flexbox;
|
4178 |
+
display: flex;
|
4179 |
+
-ms-flex-pack: center;
|
4180 |
+
justify-content: center;
|
4181 |
+
padding-left: 0;
|
4182 |
+
margin-right: 15%;
|
4183 |
+
margin-left: 15%;
|
4184 |
+
list-style: none; }
|
4185 |
+
.bootstrap-wplc-content .carousel-indicators li {
|
4186 |
+
box-sizing: content-box;
|
4187 |
+
-ms-flex: 0 1 auto;
|
4188 |
+
flex: 0 1 auto;
|
4189 |
+
width: 30px;
|
4190 |
+
height: 3px;
|
4191 |
+
margin-right: 3px;
|
4192 |
+
margin-left: 3px;
|
4193 |
+
text-indent: -999px;
|
4194 |
+
cursor: pointer;
|
4195 |
+
background-color: #fff;
|
4196 |
+
background-clip: padding-box;
|
4197 |
+
border-top: 10px solid transparent;
|
4198 |
+
border-bottom: 10px solid transparent;
|
4199 |
+
opacity: 0.5;
|
4200 |
+
transition: opacity 0.6s ease; }
|
4201 |
+
@media (prefers-reduced-motion: reduce) {
|
4202 |
+
.bootstrap-wplc-content .carousel-indicators li {
|
4203 |
+
transition: none; } }
|
4204 |
+
.bootstrap-wplc-content .carousel-indicators .active {
|
4205 |
+
opacity: 1; }
|
4206 |
+
.bootstrap-wplc-content .carousel-caption {
|
4207 |
+
position: absolute;
|
4208 |
+
right: 15%;
|
4209 |
+
bottom: 20px;
|
4210 |
+
left: 15%;
|
4211 |
+
z-index: 10;
|
4212 |
+
padding-top: 20px;
|
4213 |
+
padding-bottom: 20px;
|
4214 |
+
color: #fff;
|
4215 |
+
text-align: center; }
|
4216 |
+
|
4217 |
+
@-webkit-keyframes spinner-border {
|
4218 |
+
to {
|
4219 |
+
-webkit-transform: rotate(360deg);
|
4220 |
+
transform: rotate(360deg); } }
|
4221 |
+
|
4222 |
+
@keyframes spinner-border {
|
4223 |
+
to {
|
4224 |
+
-webkit-transform: rotate(360deg);
|
4225 |
+
transform: rotate(360deg); } }
|
4226 |
+
.bootstrap-wplc-content .spinner-border {
|
4227 |
+
display: inline-block;
|
4228 |
+
width: 2rem;
|
4229 |
+
height: 2rem;
|
4230 |
+
vertical-align: text-bottom;
|
4231 |
+
border: 0.25em solid currentColor;
|
4232 |
+
border-right-color: transparent;
|
4233 |
+
border-radius: 50%;
|
4234 |
+
-webkit-animation: spinner-border 0.75s linear infinite;
|
4235 |
+
animation: spinner-border 0.75s linear infinite; }
|
4236 |
+
.bootstrap-wplc-content .spinner-border-sm {
|
4237 |
+
width: 1rem;
|
4238 |
+
height: 1rem;
|
4239 |
+
border-width: 0.2em; }
|
4240 |
+
|
4241 |
+
@-webkit-keyframes spinner-grow {
|
4242 |
+
0% {
|
4243 |
+
-webkit-transform: scale(0);
|
4244 |
+
transform: scale(0); }
|
4245 |
+
50% {
|
4246 |
+
opacity: 1; } }
|
4247 |
+
|
4248 |
+
@keyframes spinner-grow {
|
4249 |
+
0% {
|
4250 |
+
-webkit-transform: scale(0);
|
4251 |
+
transform: scale(0); }
|
4252 |
+
50% {
|
4253 |
+
opacity: 1; } }
|
4254 |
+
.bootstrap-wplc-content .spinner-grow {
|
4255 |
+
display: inline-block;
|
4256 |
+
width: 2rem;
|
4257 |
+
height: 2rem;
|
4258 |
+
vertical-align: text-bottom;
|
4259 |
+
background-color: currentColor;
|
4260 |
+
border-radius: 50%;
|
4261 |
+
opacity: 0;
|
4262 |
+
-webkit-animation: spinner-grow 0.75s linear infinite;
|
4263 |
+
animation: spinner-grow 0.75s linear infinite; }
|
4264 |
+
.bootstrap-wplc-content .spinner-grow-sm {
|
4265 |
+
width: 1rem;
|
4266 |
+
height: 1rem; }
|
4267 |
+
.bootstrap-wplc-content .align-baseline {
|
4268 |
+
vertical-align: baseline !important; }
|
4269 |
+
.bootstrap-wplc-content .align-top {
|
4270 |
+
vertical-align: top !important; }
|
4271 |
+
.bootstrap-wplc-content .align-middle {
|
4272 |
+
vertical-align: middle !important; }
|
4273 |
+
.bootstrap-wplc-content .align-bottom {
|
4274 |
+
vertical-align: bottom !important; }
|
4275 |
+
.bootstrap-wplc-content .align-text-bottom {
|
4276 |
+
vertical-align: text-bottom !important; }
|
4277 |
+
.bootstrap-wplc-content .align-text-top {
|
4278 |
+
vertical-align: text-top !important; }
|
4279 |
+
.bootstrap-wplc-content .bg-primary {
|
4280 |
+
background-color: #007bff !important; }
|
4281 |
+
.bootstrap-wplc-content a.bg-primary:focus, .bootstrap-wplc-content a.bg-primary:hover, .bootstrap-wplc-content button.bg-primary:focus, .bootstrap-wplc-content button.bg-primary:hover {
|
4282 |
+
background-color: #0062cc !important; }
|
4283 |
+
.bootstrap-wplc-content .bg-secondary {
|
4284 |
+
background-color: #6c757d !important; }
|
4285 |
+
.bootstrap-wplc-content a.bg-secondary:focus, .bootstrap-wplc-content a.bg-secondary:hover, .bootstrap-wplc-content button.bg-secondary:focus, .bootstrap-wplc-content button.bg-secondary:hover {
|
4286 |
+
background-color: #545b62 !important; }
|
4287 |
+
.bootstrap-wplc-content .bg-success {
|
4288 |
+
background-color: #28a745 !important; }
|
4289 |
+
.bootstrap-wplc-content a.bg-success:focus, .bootstrap-wplc-content a.bg-success:hover, .bootstrap-wplc-content button.bg-success:focus, .bootstrap-wplc-content button.bg-success:hover {
|
4290 |
+
background-color: #1e7e34 !important; }
|
4291 |
+
.bootstrap-wplc-content .bg-info {
|
4292 |
+
background-color: #17a2b8 !important; }
|
4293 |
+
.bootstrap-wplc-content a.bg-info:focus, .bootstrap-wplc-content a.bg-info:hover, .bootstrap-wplc-content button.bg-info:focus, .bootstrap-wplc-content button.bg-info:hover {
|
4294 |
+
background-color: #117a8b !important; }
|
4295 |
+
.bootstrap-wplc-content .bg-warning {
|
4296 |
+
background-color: #ffc107 !important; }
|
4297 |
+
.bootstrap-wplc-content a.bg-warning:focus, .bootstrap-wplc-content a.bg-warning:hover, .bootstrap-wplc-content button.bg-warning:focus, .bootstrap-wplc-content button.bg-warning:hover {
|
4298 |
+
background-color: #d39e00 !important; }
|
4299 |
+
.bootstrap-wplc-content .bg-danger {
|
4300 |
+
background-color: #dc3545 !important; }
|
4301 |
+
.bootstrap-wplc-content a.bg-danger:focus, .bootstrap-wplc-content a.bg-danger:hover, .bootstrap-wplc-content button.bg-danger:focus, .bootstrap-wplc-content button.bg-danger:hover {
|
4302 |
+
background-color: #bd2130 !important; }
|
4303 |
+
.bootstrap-wplc-content .bg-light {
|
4304 |
+
background-color: #f8f9fa !important; }
|
4305 |
+
.bootstrap-wplc-content a.bg-light:focus, .bootstrap-wplc-content a.bg-light:hover, .bootstrap-wplc-content button.bg-light:focus, .bootstrap-wplc-content button.bg-light:hover {
|
4306 |
+
background-color: #dae0e5 !important; }
|
4307 |
+
.bootstrap-wplc-content .bg-dark {
|
4308 |
+
background-color: #343a40 !important; }
|
4309 |
+
.bootstrap-wplc-content a.bg-dark:focus, .bootstrap-wplc-content a.bg-dark:hover, .bootstrap-wplc-content button.bg-dark:focus, .bootstrap-wplc-content button.bg-dark:hover {
|
4310 |
+
background-color: #1d2124 !important; }
|
4311 |
+
.bootstrap-wplc-content .bg-white {
|
4312 |
+
background-color: #fff !important; }
|
4313 |
+
.bootstrap-wplc-content .bg-transparent {
|
4314 |
+
background-color: transparent !important; }
|
4315 |
+
.bootstrap-wplc-content .border {
|
4316 |
+
border: 1px solid #dee2e6 !important; }
|
4317 |
+
.bootstrap-wplc-content .border-top {
|
4318 |
+
border-top: 1px solid #dee2e6 !important; }
|
4319 |
+
.bootstrap-wplc-content .border-right {
|
4320 |
+
border-right: 1px solid #dee2e6 !important; }
|
4321 |
+
.bootstrap-wplc-content .border-bottom {
|
4322 |
+
border-bottom: 1px solid #dee2e6 !important; }
|
4323 |
+
.bootstrap-wplc-content .border-left {
|
4324 |
+
border-left: 1px solid #dee2e6 !important; }
|
4325 |
+
.bootstrap-wplc-content .border-0 {
|
4326 |
+
border: 0 !important; }
|
4327 |
+
.bootstrap-wplc-content .border-top-0 {
|
4328 |
+
border-top: 0 !important; }
|
4329 |
+
.bootstrap-wplc-content .border-right-0 {
|
4330 |
+
border-right: 0 !important; }
|
4331 |
+
.bootstrap-wplc-content .border-bottom-0 {
|
4332 |
+
border-bottom: 0 !important; }
|
4333 |
+
.bootstrap-wplc-content .border-left-0 {
|
4334 |
+
border-left: 0 !important; }
|
4335 |
+
.bootstrap-wplc-content .border-primary {
|
4336 |
+
border-color: #007bff !important; }
|
4337 |
+
.bootstrap-wplc-content .border-secondary {
|
4338 |
+
border-color: #6c757d !important; }
|
4339 |
+
.bootstrap-wplc-content .border-success {
|
4340 |
+
border-color: #28a745 !important; }
|
4341 |
+
.bootstrap-wplc-content .border-info {
|
4342 |
+
border-color: #17a2b8 !important; }
|
4343 |
+
.bootstrap-wplc-content .border-warning {
|
4344 |
+
border-color: #ffc107 !important; }
|
4345 |
+
.bootstrap-wplc-content .border-danger {
|
4346 |
+
border-color: #dc3545 !important; }
|
4347 |
+
.bootstrap-wplc-content .border-light {
|
4348 |
+
border-color: #f8f9fa !important; }
|
4349 |
+
.bootstrap-wplc-content .border-dark {
|
4350 |
+
border-color: #343a40 !important; }
|
4351 |
+
.bootstrap-wplc-content .border-white {
|
4352 |
+
border-color: #fff !important; }
|
4353 |
+
.bootstrap-wplc-content .rounded-sm {
|
4354 |
+
border-radius: 0.2rem !important; }
|
4355 |
+
.bootstrap-wplc-content .rounded {
|
4356 |
+
border-radius: 0.25rem !important; }
|
4357 |
+
.bootstrap-wplc-content .rounded-top {
|
4358 |
+
border-top-left-radius: 0.25rem !important;
|
4359 |
+
border-top-right-radius: 0.25rem !important; }
|
4360 |
+
.bootstrap-wplc-content .rounded-right {
|
4361 |
+
border-top-right-radius: 0.25rem !important;
|
4362 |
+
border-bottom-right-radius: 0.25rem !important; }
|
4363 |
+
.bootstrap-wplc-content .rounded-bottom {
|
4364 |
+
border-bottom-right-radius: 0.25rem !important;
|
4365 |
+
border-bottom-left-radius: 0.25rem !important; }
|
4366 |
+
.bootstrap-wplc-content .rounded-left {
|
4367 |
+
border-top-left-radius: 0.25rem !important;
|
4368 |
+
border-bottom-left-radius: 0.25rem !important; }
|
4369 |
+
.bootstrap-wplc-content .rounded-lg {
|
4370 |
+
border-radius: 0.3rem !important; }
|
4371 |
+
.bootstrap-wplc-content .rounded-circle {
|
4372 |
+
border-radius: 50% !important; }
|
4373 |
+
.bootstrap-wplc-content .rounded-pill {
|
4374 |
+
border-radius: 50rem !important; }
|
4375 |
+
.bootstrap-wplc-content .rounded-0 {
|
4376 |
+
border-radius: 0 !important; }
|
4377 |
+
.bootstrap-wplc-content .clearfix::after {
|
4378 |
+
display: block;
|
4379 |
+
clear: both;
|
4380 |
+
content: ""; }
|
4381 |
+
.bootstrap-wplc-content .d-none {
|
4382 |
+
display: none !important; }
|
4383 |
+
.bootstrap-wplc-content .d-inline {
|
4384 |
+
display: inline !important; }
|
4385 |
+
.bootstrap-wplc-content .d-inline-block {
|
4386 |
+
display: inline-block !important; }
|
4387 |
+
.bootstrap-wplc-content .d-block {
|
4388 |
+
display: block !important; }
|
4389 |
+
.bootstrap-wplc-content .d-table {
|
4390 |
+
display: table !important; }
|
4391 |
+
.bootstrap-wplc-content .d-table-row {
|
4392 |
+
display: table-row !important; }
|
4393 |
+
.bootstrap-wplc-content .d-table-cell {
|
4394 |
+
display: table-cell !important; }
|
4395 |
+
.bootstrap-wplc-content .d-flex {
|
4396 |
+
display: -ms-flexbox !important;
|
4397 |
+
display: flex !important; }
|
4398 |
+
.bootstrap-wplc-content .d-inline-flex {
|
4399 |
+
display: -ms-inline-flexbox !important;
|
4400 |
+
display: inline-flex !important; }
|
4401 |
+
@media (min-width: 576px) {
|
4402 |
+
.bootstrap-wplc-content .d-sm-none {
|
4403 |
+
display: none !important; }
|
4404 |
+
.bootstrap-wplc-content .d-sm-inline {
|
4405 |
+
display: inline !important; }
|
4406 |
+
.bootstrap-wplc-content .d-sm-inline-block {
|
4407 |
+
display: inline-block !important; }
|
4408 |
+
.bootstrap-wplc-content .d-sm-block {
|
4409 |
+
display: block !important; }
|
4410 |
+
.bootstrap-wplc-content .d-sm-table {
|
4411 |
+
display: table !important; }
|
4412 |
+
.bootstrap-wplc-content .d-sm-table-row {
|
4413 |
+
display: table-row !important; }
|
4414 |
+
.bootstrap-wplc-content .d-sm-table-cell {
|
4415 |
+
display: table-cell !important; }
|
4416 |
+
.bootstrap-wplc-content .d-sm-flex {
|
4417 |
+
display: -ms-flexbox !important;
|
4418 |
+
display: flex !important; }
|
4419 |
+
.bootstrap-wplc-content .d-sm-inline-flex {
|
4420 |
+
display: -ms-inline-flexbox !important;
|
4421 |
+
display: inline-flex !important; } }
|
4422 |
+
@media (min-width: 768px) {
|
4423 |
+
.bootstrap-wplc-content .d-md-none {
|
4424 |
+
display: none !important; }
|
4425 |
+
.bootstrap-wplc-content .d-md-inline {
|
4426 |
+
display: inline !important; }
|
4427 |
+
.bootstrap-wplc-content .d-md-inline-block {
|
4428 |
+
display: inline-block !important; }
|
4429 |
+
.bootstrap-wplc-content .d-md-block {
|
4430 |
+
display: block !important; }
|
4431 |
+
.bootstrap-wplc-content .d-md-table {
|
4432 |
+
display: table !important; }
|
4433 |
+
.bootstrap-wplc-content .d-md-table-row {
|
4434 |
+
display: table-row !important; }
|
4435 |
+
.bootstrap-wplc-content .d-md-table-cell {
|
4436 |
+
display: table-cell !important; }
|
4437 |
+
.bootstrap-wplc-content .d-md-flex {
|
4438 |
+
display: -ms-flexbox !important;
|
4439 |
+
display: flex !important; }
|
4440 |
+
.bootstrap-wplc-content .d-md-inline-flex {
|
4441 |
+
display: -ms-inline-flexbox !important;
|
4442 |
+
display: inline-flex !important; } }
|
4443 |
+
@media (min-width: 992px) {
|
4444 |
+
.bootstrap-wplc-content .d-lg-none {
|
4445 |
+
display: none !important; }
|
4446 |
+
.bootstrap-wplc-content .d-lg-inline {
|
4447 |
+
display: inline !important; }
|
4448 |
+
.bootstrap-wplc-content .d-lg-inline-block {
|
4449 |
+
display: inline-block !important; }
|
4450 |
+
.bootstrap-wplc-content .d-lg-block {
|
4451 |
+
display: block !important; }
|
4452 |
+
.bootstrap-wplc-content .d-lg-table {
|
4453 |
+
display: table !important; }
|
4454 |
+
.bootstrap-wplc-content .d-lg-table-row {
|
4455 |
+
display: table-row !important; }
|
4456 |
+
.bootstrap-wplc-content .d-lg-table-cell {
|
4457 |
+
display: table-cell !important; }
|
4458 |
+
.bootstrap-wplc-content .d-lg-flex {
|
4459 |
+
display: -ms-flexbox !important;
|
4460 |
+
display: flex !important; }
|
4461 |
+
.bootstrap-wplc-content .d-lg-inline-flex {
|
4462 |
+
display: -ms-inline-flexbox !important;
|
4463 |
+
display: inline-flex !important; } }
|
4464 |
+
@media (min-width: 1200px) {
|
4465 |
+
.bootstrap-wplc-content .d-xl-none {
|
4466 |
+
display: none !important; }
|
4467 |
+
.bootstrap-wplc-content .d-xl-inline {
|
4468 |
+
display: inline !important; }
|
4469 |
+
.bootstrap-wplc-content .d-xl-inline-block {
|
4470 |
+
display: inline-block !important; }
|
4471 |
+
.bootstrap-wplc-content .d-xl-block {
|
4472 |
+
display: block !important; }
|
4473 |
+
.bootstrap-wplc-content .d-xl-table {
|
4474 |
+
display: table !important; }
|
4475 |
+
.bootstrap-wplc-content .d-xl-table-row {
|
4476 |
+
display: table-row !important; }
|
4477 |
+
.bootstrap-wplc-content .d-xl-table-cell {
|
4478 |
+
display: table-cell !important; }
|
4479 |
+
.bootstrap-wplc-content .d-xl-flex {
|
4480 |
+
display: -ms-flexbox !important;
|
4481 |
+
display: flex !important; }
|
4482 |
+
.bootstrap-wplc-content .d-xl-inline-flex {
|
4483 |
+
display: -ms-inline-flexbox !important;
|
4484 |
+
display: inline-flex !important; } }
|
4485 |
+
@media print {
|
4486 |
+
.bootstrap-wplc-content .d-print-none {
|
4487 |
+
display: none !important; }
|
4488 |
+
.bootstrap-wplc-content .d-print-inline {
|
4489 |
+
display: inline !important; }
|
4490 |
+
.bootstrap-wplc-content .d-print-inline-block {
|
4491 |
+
display: inline-block !important; }
|
4492 |
+
.bootstrap-wplc-content .d-print-block {
|
4493 |
+
display: block !important; }
|
4494 |
+
.bootstrap-wplc-content .d-print-table {
|
4495 |
+
display: table !important; }
|
4496 |
+
.bootstrap-wplc-content .d-print-table-row {
|
4497 |
+
display: table-row !important; }
|
4498 |
+
.bootstrap-wplc-content .d-print-table-cell {
|
4499 |
+
display: table-cell !important; }
|
4500 |
+
.bootstrap-wplc-content .d-print-flex {
|
4501 |
+
display: -ms-flexbox !important;
|
4502 |
+
display: flex !important; }
|
4503 |
+
.bootstrap-wplc-content .d-print-inline-flex {
|
4504 |
+
display: -ms-inline-flexbox !important;
|
4505 |
+
display: inline-flex !important; } }
|
4506 |
+
.bootstrap-wplc-content .embed-responsive {
|
4507 |
+
position: relative;
|
4508 |
+
display: block;
|
4509 |
+
width: 100%;
|
4510 |
+
padding: 0;
|
4511 |
+
overflow: hidden; }
|
4512 |
+
.bootstrap-wplc-content .embed-responsive::before {
|
4513 |
+
display: block;
|
4514 |
+
content: ""; }
|
4515 |
+
.bootstrap-wplc-content .embed-responsive .embed-responsive-item, .bootstrap-wplc-content .embed-responsive embed, .bootstrap-wplc-content .embed-responsive iframe, .bootstrap-wplc-content .embed-responsive object, .bootstrap-wplc-content .embed-responsive video {
|
4516 |
+
position: absolute;
|
4517 |
+
top: 0;
|
4518 |
+
bottom: 0;
|
4519 |
+
left: 0;
|
4520 |
+
width: 100%;
|
4521 |
+
height: 100%;
|
4522 |
+
border: 0; }
|
4523 |
+
.bootstrap-wplc-content .embed-responsive-21by9::before {
|
4524 |
+
padding-top: 42.857143%; }
|
4525 |
+
.bootstrap-wplc-content .embed-responsive-16by9::before {
|
4526 |
+
padding-top: 56.25%; }
|
4527 |
+
.bootstrap-wplc-content .embed-responsive-4by3::before {
|
4528 |
+
padding-top: 75%; }
|
4529 |
+
.bootstrap-wplc-content .embed-responsive-1by1::before {
|
4530 |
+
padding-top: 100%; }
|
4531 |
+
.bootstrap-wplc-content .flex-row {
|
4532 |
+
-ms-flex-direction: row !important;
|
4533 |
+
flex-direction: row !important; }
|
4534 |
+
.bootstrap-wplc-content .flex-column {
|
4535 |
+
-ms-flex-direction: column !important;
|
4536 |
+
flex-direction: column !important; }
|
4537 |
+
.bootstrap-wplc-content .flex-row-reverse {
|
4538 |
+
-ms-flex-direction: row-reverse !important;
|
4539 |
+
flex-direction: row-reverse !important; }
|
4540 |
+
.bootstrap-wplc-content .flex-column-reverse {
|
4541 |
+
-ms-flex-direction: column-reverse !important;
|
4542 |
+
flex-direction: column-reverse !important; }
|
4543 |
+
.bootstrap-wplc-content .flex-wrap {
|
4544 |
+
-ms-flex-wrap: wrap !important;
|
4545 |
+
flex-wrap: wrap !important; }
|
4546 |
+
.bootstrap-wplc-content .flex-nowrap {
|
4547 |
+
-ms-flex-wrap: nowrap !important;
|
4548 |
+
flex-wrap: nowrap !important; }
|
4549 |
+
.bootstrap-wplc-content .flex-wrap-reverse {
|
4550 |
+
-ms-flex-wrap: wrap-reverse !important;
|
4551 |
+
flex-wrap: wrap-reverse !important; }
|
4552 |
+
.bootstrap-wplc-content .flex-fill {
|
4553 |
+
-ms-flex: 1 1 auto !important;
|
4554 |
+
flex: 1 1 auto !important; }
|
4555 |
+
.bootstrap-wplc-content .flex-grow-0 {
|
4556 |
+
-ms-flex-positive: 0 !important;
|
4557 |
+
flex-grow: 0 !important; }
|
4558 |
+
.bootstrap-wplc-content .flex-grow-1 {
|
4559 |
+
-ms-flex-positive: 1 !important;
|
4560 |
+
flex-grow: 1 !important; }
|
4561 |
+
.bootstrap-wplc-content .flex-shrink-0 {
|
4562 |
+
-ms-flex-negative: 0 !important;
|
4563 |
+
flex-shrink: 0 !important; }
|
4564 |
+
.bootstrap-wplc-content .flex-shrink-1 {
|
4565 |
+
-ms-flex-negative: 1 !important;
|
4566 |
+
flex-shrink: 1 !important; }
|
4567 |
+
.bootstrap-wplc-content .justify-content-start {
|
4568 |
+
-ms-flex-pack: start !important;
|
4569 |
+
justify-content: flex-start !important; }
|
4570 |
+
.bootstrap-wplc-content .justify-content-end {
|
4571 |
+
-ms-flex-pack: end !important;
|
4572 |
+
justify-content: flex-end !important; }
|
4573 |
+
.bootstrap-wplc-content .justify-content-center {
|
4574 |
+
-ms-flex-pack: center !important;
|
4575 |
+
justify-content: center !important; }
|
4576 |
+
.bootstrap-wplc-content .justify-content-between {
|
4577 |
+
-ms-flex-pack: justify !important;
|
4578 |
+
justify-content: space-between !important; }
|
4579 |
+
.bootstrap-wplc-content .justify-content-around {
|
4580 |
+
-ms-flex-pack: distribute !important;
|
4581 |
+
justify-content: space-around !important; }
|
4582 |
+
.bootstrap-wplc-content .align-items-start {
|
4583 |
+
-ms-flex-align: start !important;
|
4584 |
+
align-items: flex-start !important; }
|
4585 |
+
.bootstrap-wplc-content .align-items-end {
|
4586 |
+
-ms-flex-align: end !important;
|
4587 |
+
align-items: flex-end !important; }
|
4588 |
+
.bootstrap-wplc-content .align-items-center {
|
4589 |
+
-ms-flex-align: center !important;
|
4590 |
+
align-items: center !important; }
|
4591 |
+
.bootstrap-wplc-content .align-items-baseline {
|
4592 |
+
-ms-flex-align: baseline !important;
|
4593 |
+
align-items: baseline !important; }
|
4594 |
+
.bootstrap-wplc-content .align-items-stretch {
|
4595 |
+
-ms-flex-align: stretch !important;
|
4596 |
+
align-items: stretch !important; }
|
4597 |
+
.bootstrap-wplc-content .align-content-start {
|
4598 |
+
-ms-flex-line-pack: start !important;
|
4599 |
+
align-content: flex-start !important; }
|
4600 |
+
.bootstrap-wplc-content .align-content-end {
|
4601 |
+
-ms-flex-line-pack: end !important;
|
4602 |
+
align-content: flex-end !important; }
|
4603 |
+
.bootstrap-wplc-content .align-content-center {
|
4604 |
+
-ms-flex-line-pack: center !important;
|
4605 |
+
align-content: center !important; }
|
4606 |
+
.bootstrap-wplc-content .align-content-between {
|
4607 |
+
-ms-flex-line-pack: justify !important;
|
4608 |
+
align-content: space-between !important; }
|
4609 |
+
.bootstrap-wplc-content .align-content-around {
|
4610 |
+
-ms-flex-line-pack: distribute !important;
|
4611 |
+
align-content: space-around !important; }
|
4612 |
+
.bootstrap-wplc-content .align-content-stretch {
|
4613 |
+
-ms-flex-line-pack: stretch !important;
|
4614 |
+
align-content: stretch !important; }
|
4615 |
+
.bootstrap-wplc-content .align-self-auto {
|
4616 |
+
-ms-flex-item-align: auto !important;
|
4617 |
+
align-self: auto !important; }
|
4618 |
+
.bootstrap-wplc-content .align-self-start {
|
4619 |
+
-ms-flex-item-align: start !important;
|
4620 |
+
align-self: flex-start !important; }
|
4621 |
+
.bootstrap-wplc-content .align-self-end {
|
4622 |
+
-ms-flex-item-align: end !important;
|
4623 |
+
align-self: flex-end !important; }
|
4624 |
+
.bootstrap-wplc-content .align-self-center {
|
4625 |
+
-ms-flex-item-align: center !important;
|
4626 |
+
align-self: center !important; }
|
4627 |
+
.bootstrap-wplc-content .align-self-baseline {
|
4628 |
+
-ms-flex-item-align: baseline !important;
|
4629 |
+
align-self: baseline !important; }
|
4630 |
+
.bootstrap-wplc-content .align-self-stretch {
|
4631 |
+
-ms-flex-item-align: stretch !important;
|
4632 |
+
align-self: stretch !important; }
|
4633 |
+
@media (min-width: 576px) {
|
4634 |
+
.bootstrap-wplc-content .flex-sm-row {
|
4635 |
+
-ms-flex-direction: row !important;
|
4636 |
+
flex-direction: row !important; }
|
4637 |
+
.bootstrap-wplc-content .flex-sm-column {
|
4638 |
+
-ms-flex-direction: column !important;
|
4639 |
+
flex-direction: column !important; }
|
4640 |
+
.bootstrap-wplc-content .flex-sm-row-reverse {
|
4641 |
+
-ms-flex-direction: row-reverse !important;
|
4642 |
+
flex-direction: row-reverse !important; }
|
4643 |
+
.bootstrap-wplc-content .flex-sm-column-reverse {
|
4644 |
+
-ms-flex-direction: column-reverse !important;
|
4645 |
+
flex-direction: column-reverse !important; }
|
4646 |
+
.bootstrap-wplc-content .flex-sm-wrap {
|
4647 |
+
-ms-flex-wrap: wrap !important;
|
4648 |
+
flex-wrap: wrap !important; }
|
4649 |
+
.bootstrap-wplc-content .flex-sm-nowrap {
|
4650 |
+
-ms-flex-wrap: nowrap !important;
|
4651 |
+
flex-wrap: nowrap !important; }
|
4652 |
+
.bootstrap-wplc-content .flex-sm-wrap-reverse {
|
4653 |
+
-ms-flex-wrap: wrap-reverse !important;
|
4654 |
+
flex-wrap: wrap-reverse !important; }
|
4655 |
+
.bootstrap-wplc-content .flex-sm-fill {
|
4656 |
+
-ms-flex: 1 1 auto !important;
|
4657 |
+
flex: 1 1 auto !important; }
|
4658 |
+
.bootstrap-wplc-content .flex-sm-grow-0 {
|
4659 |
+
-ms-flex-positive: 0 !important;
|
4660 |
+
flex-grow: 0 !important; }
|
4661 |
+
.bootstrap-wplc-content .flex-sm-grow-1 {
|
4662 |
+
-ms-flex-positive: 1 !important;
|
4663 |
+
flex-grow: 1 !important; }
|
4664 |
+
.bootstrap-wplc-content .flex-sm-shrink-0 {
|
4665 |
+
-ms-flex-negative: 0 !important;
|
4666 |
+
flex-shrink: 0 !important; }
|
4667 |
+
.bootstrap-wplc-content .flex-sm-shrink-1 {
|
4668 |
+
-ms-flex-negative: 1 !important;
|
4669 |
+
flex-shrink: 1 !important; }
|
4670 |
+
.bootstrap-wplc-content .justify-content-sm-start {
|
4671 |
+
-ms-flex-pack: start !important;
|
4672 |
+
justify-content: flex-start !important; }
|
4673 |
+
.bootstrap-wplc-content .justify-content-sm-end {
|
4674 |
+
-ms-flex-pack: end !important;
|
4675 |
+
justify-content: flex-end !important; }
|
4676 |
+
.bootstrap-wplc-content .justify-content-sm-center {
|
4677 |
+
-ms-flex-pack: center !important;
|
4678 |
+
justify-content: center !important; }
|
4679 |
+
.bootstrap-wplc-content .justify-content-sm-between {
|
4680 |
+
-ms-flex-pack: justify !important;
|
4681 |
+
justify-content: space-between !important; }
|
4682 |
+
.bootstrap-wplc-content .justify-content-sm-around {
|
4683 |
+
-ms-flex-pack: distribute !important;
|
4684 |
+
justify-content: space-around !important; }
|
4685 |
+
.bootstrap-wplc-content .align-items-sm-start {
|
4686 |
+
-ms-flex-align: start !important;
|
4687 |
+
align-items: flex-start !important; }
|
4688 |
+
.bootstrap-wplc-content .align-items-sm-end {
|
4689 |
+
-ms-flex-align: end !important;
|
4690 |
+
align-items: flex-end !important; }
|
4691 |
+
.bootstrap-wplc-content .align-items-sm-center {
|
4692 |
+
-ms-flex-align: center !important;
|
4693 |
+
align-items: center !important; }
|
4694 |
+
.bootstrap-wplc-content .align-items-sm-baseline {
|
4695 |
+
-ms-flex-align: baseline !important;
|
4696 |
+
align-items: baseline !important; }
|
4697 |
+
.bootstrap-wplc-content .align-items-sm-stretch {
|
4698 |
+
-ms-flex-align: stretch !important;
|
4699 |
+
align-items: stretch !important; }
|
4700 |
+
.bootstrap-wplc-content .align-content-sm-start {
|
4701 |
+
-ms-flex-line-pack: start !important;
|
4702 |
+
align-content: flex-start !important; }
|
4703 |
+
.bootstrap-wplc-content .align-content-sm-end {
|
4704 |
+
-ms-flex-line-pack: end !important;
|
4705 |
+
align-content: flex-end !important; }
|
4706 |
+
.bootstrap-wplc-content .align-content-sm-center {
|
4707 |
+
-ms-flex-line-pack: center !important;
|
4708 |
+
align-content: center !important; }
|
4709 |
+
.bootstrap-wplc-content .align-content-sm-between {
|
4710 |
+
-ms-flex-line-pack: justify !important;
|
4711 |
+
align-content: space-between !important; }
|
4712 |
+
.bootstrap-wplc-content .align-content-sm-around {
|
4713 |
+
-ms-flex-line-pack: distribute !important;
|
4714 |
+
align-content: space-around !important; }
|
4715 |
+
.bootstrap-wplc-content .align-content-sm-stretch {
|
4716 |
+
-ms-flex-line-pack: stretch !important;
|
4717 |
+
align-content: stretch !important; }
|
4718 |
+
.bootstrap-wplc-content .align-self-sm-auto {
|
4719 |
+
-ms-flex-item-align: auto !important;
|
4720 |
+
align-self: auto !important; }
|
4721 |
+
.bootstrap-wplc-content .align-self-sm-start {
|
4722 |
+
-ms-flex-item-align: start !important;
|
4723 |
+
align-self: flex-start !important; }
|
4724 |
+
.bootstrap-wplc-content .align-self-sm-end {
|
4725 |
+
-ms-flex-item-align: end !important;
|
4726 |
+
align-self: flex-end !important; }
|
4727 |
+
.bootstrap-wplc-content .align-self-sm-center {
|
4728 |
+
-ms-flex-item-align: center !important;
|
4729 |
+
align-self: center !important; }
|
4730 |
+
.bootstrap-wplc-content .align-self-sm-baseline {
|
4731 |
+
-ms-flex-item-align: baseline !important;
|
4732 |
+
align-self: baseline !important; }
|
4733 |
+
.bootstrap-wplc-content .align-self-sm-stretch {
|
4734 |
+
-ms-flex-item-align: stretch !important;
|
4735 |
+
align-self: stretch !important; } }
|
4736 |
+
@media (min-width: 768px) {
|
4737 |
+
.bootstrap-wplc-content .flex-md-row {
|
4738 |
+
-ms-flex-direction: row !important;
|
4739 |
+
flex-direction: row !important; }
|
4740 |
+
.bootstrap-wplc-content .flex-md-column {
|
4741 |
+
-ms-flex-direction: column !important;
|
4742 |
+
flex-direction: column !important; }
|
4743 |
+
.bootstrap-wplc-content .flex-md-row-reverse {
|
4744 |
+
-ms-flex-direction: row-reverse !important;
|
4745 |
+
flex-direction: row-reverse !important; }
|
4746 |
+
.bootstrap-wplc-content .flex-md-column-reverse {
|
4747 |
+
-ms-flex-direction: column-reverse !important;
|
4748 |
+
flex-direction: column-reverse !important; }
|
4749 |
+
.bootstrap-wplc-content .flex-md-wrap {
|
4750 |
+
-ms-flex-wrap: wrap !important;
|
4751 |
+
flex-wrap: wrap !important; }
|
4752 |
+
.bootstrap-wplc-content .flex-md-nowrap {
|
4753 |
+
-ms-flex-wrap: nowrap !important;
|
4754 |
+
flex-wrap: nowrap !important; }
|
4755 |
+
.bootstrap-wplc-content .flex-md-wrap-reverse {
|
4756 |
+
-ms-flex-wrap: wrap-reverse !important;
|
4757 |
+
flex-wrap: wrap-reverse !important; }
|
4758 |
+
.bootstrap-wplc-content .flex-md-fill {
|
4759 |
+
-ms-flex: 1 1 auto !important;
|
4760 |
+
flex: 1 1 auto !important; }
|
4761 |
+
.bootstrap-wplc-content .flex-md-grow-0 {
|
4762 |
+
-ms-flex-positive: 0 !important;
|
4763 |
+
flex-grow: 0 !important; }
|
4764 |
+
.bootstrap-wplc-content .flex-md-grow-1 {
|
4765 |
+
-ms-flex-positive: 1 !important;
|
4766 |
+
flex-grow: 1 !important; }
|
4767 |
+
.bootstrap-wplc-content .flex-md-shrink-0 {
|
4768 |
+
-ms-flex-negative: 0 !important;
|
4769 |
+
flex-shrink: 0 !important; }
|
4770 |
+
.bootstrap-wplc-content .flex-md-shrink-1 {
|
4771 |
+
-ms-flex-negative: 1 !important;
|
4772 |
+
flex-shrink: 1 !important; }
|
4773 |
+
.bootstrap-wplc-content .justify-content-md-start {
|
4774 |
+
-ms-flex-pack: start !important;
|
4775 |
+
justify-content: flex-start !important; }
|
4776 |
+
.bootstrap-wplc-content .justify-content-md-end {
|
4777 |
+
-ms-flex-pack: end !important;
|
4778 |
+
justify-content: flex-end !important; }
|
4779 |
+
.bootstrap-wplc-content .justify-content-md-center {
|
4780 |
+
-ms-flex-pack: center !important;
|
4781 |
+
justify-content: center !important; }
|
4782 |
+
.bootstrap-wplc-content .justify-content-md-between {
|
4783 |
+
-ms-flex-pack: justify !important;
|
4784 |
+
justify-content: space-between !important; }
|
4785 |
+
.bootstrap-wplc-content .justify-content-md-around {
|
4786 |
+
-ms-flex-pack: distribute !important;
|
4787 |
+
justify-content: space-around !important; }
|
4788 |
+
.bootstrap-wplc-content .align-items-md-start {
|
4789 |
+
-ms-flex-align: start !important;
|
4790 |
+
align-items: flex-start !important; }
|
4791 |
+
.bootstrap-wplc-content .align-items-md-end {
|
4792 |
+
-ms-flex-align: end !important;
|
4793 |
+
align-items: flex-end !important; }
|
4794 |
+
.bootstrap-wplc-content .align-items-md-center {
|
4795 |
+
-ms-flex-align: center !important;
|
4796 |
+
align-items: center !important; }
|
4797 |
+
.bootstrap-wplc-content .align-items-md-baseline {
|
4798 |
+
-ms-flex-align: baseline !important;
|
4799 |
+
align-items: baseline !important; }
|
4800 |
+
.bootstrap-wplc-content .align-items-md-stretch {
|
4801 |
+
-ms-flex-align: stretch !important;
|
4802 |
+
align-items: stretch !important; }
|
4803 |
+
.bootstrap-wplc-content .align-content-md-start {
|
4804 |
+
-ms-flex-line-pack: start !important;
|
4805 |
+
align-content: flex-start !important; }
|
4806 |
+
.bootstrap-wplc-content .align-content-md-end {
|
4807 |
+
-ms-flex-line-pack: end !important;
|
4808 |
+
align-content: flex-end !important; }
|
4809 |
+
.bootstrap-wplc-content .align-content-md-center {
|
4810 |
+
-ms-flex-line-pack: center !important;
|
4811 |
+
align-content: center !important; }
|
4812 |
+
.bootstrap-wplc-content .align-content-md-between {
|
4813 |
+
-ms-flex-line-pack: justify !important;
|
4814 |
+
align-content: space-between !important; }
|
4815 |
+
.bootstrap-wplc-content .align-content-md-around {
|
4816 |
+
-ms-flex-line-pack: distribute !important;
|
4817 |
+
align-content: space-around !important; }
|
4818 |
+
.bootstrap-wplc-content .align-content-md-stretch {
|
4819 |
+
-ms-flex-line-pack: stretch !important;
|
4820 |
+
align-content: stretch !important; }
|
4821 |
+
.bootstrap-wplc-content .align-self-md-auto {
|
4822 |
+
-ms-flex-item-align: auto !important;
|
4823 |
+
align-self: auto !important; }
|
4824 |
+
.bootstrap-wplc-content .align-self-md-start {
|
4825 |
+
-ms-flex-item-align: start !important;
|
4826 |
+
align-self: flex-start !important; }
|
4827 |
+
.bootstrap-wplc-content .align-self-md-end {
|
4828 |
+
-ms-flex-item-align: end !important;
|
4829 |
+
align-self: flex-end !important; }
|
4830 |
+
.bootstrap-wplc-content .align-self-md-center {
|
4831 |
+
-ms-flex-item-align: center !important;
|
4832 |
+
align-self: center !important; }
|
4833 |
+
.bootstrap-wplc-content .align-self-md-baseline {
|
4834 |
+
-ms-flex-item-align: baseline !important;
|
4835 |
+
align-self: baseline !important; }
|
4836 |
+
.bootstrap-wplc-content .align-self-md-stretch {
|
4837 |
+
-ms-flex-item-align: stretch !important;
|
4838 |
+
align-self: stretch !important; } }
|
4839 |
+
@media (min-width: 992px) {
|
4840 |
+
.bootstrap-wplc-content .flex-lg-row {
|
4841 |
+
-ms-flex-direction: row !important;
|
4842 |
+
flex-direction: row !important; }
|
4843 |
+
.bootstrap-wplc-content .flex-lg-column {
|
4844 |
+
-ms-flex-direction: column !important;
|
4845 |
+
flex-direction: column !important; }
|
4846 |
+
.bootstrap-wplc-content .flex-lg-row-reverse {
|
4847 |
+
-ms-flex-direction: row-reverse !important;
|
4848 |
+
flex-direction: row-reverse !important; }
|
4849 |
+
.bootstrap-wplc-content .flex-lg-column-reverse {
|
4850 |
+
-ms-flex-direction: column-reverse !important;
|
4851 |
+
flex-direction: column-reverse !important; }
|
4852 |
+
.bootstrap-wplc-content .flex-lg-wrap {
|
4853 |
+
-ms-flex-wrap: wrap !important;
|
4854 |
+
flex-wrap: wrap !important; }
|
4855 |
+
.bootstrap-wplc-content .flex-lg-nowrap {
|
4856 |
+
-ms-flex-wrap: nowrap !important;
|
4857 |
+
flex-wrap: nowrap !important; }
|
4858 |
+
.bootstrap-wplc-content .flex-lg-wrap-reverse {
|
4859 |
+
-ms-flex-wrap: wrap-reverse !important;
|
4860 |
+
flex-wrap: wrap-reverse !important; }
|
4861 |
+
.bootstrap-wplc-content .flex-lg-fill {
|
4862 |
+
-ms-flex: 1 1 auto !important;
|
4863 |
+
flex: 1 1 auto !important; }
|
4864 |
+
.bootstrap-wplc-content .flex-lg-grow-0 {
|
4865 |
+
-ms-flex-positive: 0 !important;
|
4866 |
+
flex-grow: 0 !important; }
|
4867 |
+
.bootstrap-wplc-content .flex-lg-grow-1 {
|
4868 |
+
-ms-flex-positive: 1 !important;
|
4869 |
+
flex-grow: 1 !important; }
|
4870 |
+
.bootstrap-wplc-content .flex-lg-shrink-0 {
|
4871 |
+
-ms-flex-negative: 0 !important;
|
4872 |
+
flex-shrink: 0 !important; }
|
4873 |
+
.bootstrap-wplc-content .flex-lg-shrink-1 {
|
4874 |
+
-ms-flex-negative: 1 !important;
|
4875 |
+
flex-shrink: 1 !important; }
|
4876 |
+
.bootstrap-wplc-content .justify-content-lg-start {
|
4877 |
+
-ms-flex-pack: start !important;
|
4878 |
+
justify-content: flex-start !important; }
|
4879 |
+
.bootstrap-wplc-content .justify-content-lg-end {
|
4880 |
+
-ms-flex-pack: end !important;
|
4881 |
+
justify-content: flex-end !important; }
|
4882 |
+
.bootstrap-wplc-content .justify-content-lg-center {
|
4883 |
+
-ms-flex-pack: center !important;
|
4884 |
+
justify-content: center !important; }
|
4885 |
+
.bootstrap-wplc-content .justify-content-lg-between {
|
4886 |
+
-ms-flex-pack: justify !important;
|
4887 |
+
justify-content: space-between !important; }
|
4888 |
+
.bootstrap-wplc-content .justify-content-lg-around {
|
4889 |
+
-ms-flex-pack: distribute !important;
|
4890 |
+
justify-content: space-around !important; }
|
4891 |
+
.bootstrap-wplc-content .align-items-lg-start {
|
4892 |
+
-ms-flex-align: start !important;
|
4893 |
+
align-items: flex-start !important; }
|
4894 |
+
.bootstrap-wplc-content .align-items-lg-end {
|
4895 |
+
-ms-flex-align: end !important;
|
4896 |
+
align-items: flex-end !important; }
|
4897 |
+
.bootstrap-wplc-content .align-items-lg-center {
|
4898 |
+
-ms-flex-align: center !important;
|
4899 |
+
align-items: center !important; }
|
4900 |
+
.bootstrap-wplc-content .align-items-lg-baseline {
|
4901 |
+
-ms-flex-align: baseline !important;
|
4902 |
+
align-items: baseline !important; }
|
4903 |
+
.bootstrap-wplc-content .align-items-lg-stretch {
|
4904 |
+
-ms-flex-align: stretch !important;
|
4905 |
+
align-items: stretch !important; }
|
4906 |
+
.bootstrap-wplc-content .align-content-lg-start {
|
4907 |
+
-ms-flex-line-pack: start !important;
|
4908 |
+
align-content: flex-start !important; }
|
4909 |
+
.bootstrap-wplc-content .align-content-lg-end {
|
4910 |
+
-ms-flex-line-pack: end !important;
|
4911 |
+
align-content: flex-end !important; }
|
4912 |
+
.bootstrap-wplc-content .align-content-lg-center {
|
4913 |
+
-ms-flex-line-pack: center !important;
|
4914 |
+
align-content: center !important; }
|
4915 |
+
.bootstrap-wplc-content .align-content-lg-between {
|
4916 |
+
-ms-flex-line-pack: justify !important;
|
4917 |
+
align-content: space-between !important; }
|
4918 |
+
.bootstrap-wplc-content .align-content-lg-around {
|
4919 |
+
-ms-flex-line-pack: distribute !important;
|
4920 |
+
align-content: space-around !important; }
|
4921 |
+
.bootstrap-wplc-content .align-content-lg-stretch {
|
4922 |
+
-ms-flex-line-pack: stretch !important;
|
4923 |
+
align-content: stretch !important; }
|
4924 |
+
.bootstrap-wplc-content .align-self-lg-auto {
|
4925 |
+
-ms-flex-item-align: auto !important;
|
4926 |
+
align-self: auto !important; }
|
4927 |
+
.bootstrap-wplc-content .align-self-lg-start {
|
4928 |
+
-ms-flex-item-align: start !important;
|
4929 |
+
align-self: flex-start !important; }
|
4930 |
+
.bootstrap-wplc-content .align-self-lg-end {
|
4931 |
+
-ms-flex-item-align: end !important;
|
4932 |
+
align-self: flex-end !important; }
|
4933 |
+
.bootstrap-wplc-content .align-self-lg-center {
|
4934 |
+
-ms-flex-item-align: center !important;
|
4935 |
+
align-self: center !important; }
|
4936 |
+
.bootstrap-wplc-content .align-self-lg-baseline {
|
4937 |
+
-ms-flex-item-align: baseline !important;
|
4938 |
+
align-self: baseline !important; }
|
4939 |
+
.bootstrap-wplc-content .align-self-lg-stretch {
|
4940 |
+
-ms-flex-item-align: stretch !important;
|
4941 |
+
align-self: stretch !important; } }
|
4942 |
+
@media (min-width: 1200px) {
|
4943 |
+
.bootstrap-wplc-content .flex-xl-row {
|
4944 |
+
-ms-flex-direction: row !important;
|
4945 |
+
flex-direction: row !important; }
|
4946 |
+
.bootstrap-wplc-content .flex-xl-column {
|
4947 |
+
-ms-flex-direction: column !important;
|
4948 |
+
flex-direction: column !important; }
|
4949 |
+
.bootstrap-wplc-content .flex-xl-row-reverse {
|
4950 |
+
-ms-flex-direction: row-reverse !important;
|
4951 |
+
flex-direction: row-reverse !important; }
|
4952 |
+
.bootstrap-wplc-content .flex-xl-column-reverse {
|
4953 |
+
-ms-flex-direction: column-reverse !important;
|
4954 |
+
flex-direction: column-reverse !important; }
|
4955 |
+
.bootstrap-wplc-content .flex-xl-wrap {
|
4956 |
+
-ms-flex-wrap: wrap !important;
|
4957 |
+
flex-wrap: wrap !important; }
|
4958 |
+
.bootstrap-wplc-content .flex-xl-nowrap {
|
4959 |
+
-ms-flex-wrap: nowrap !important;
|
4960 |
+
flex-wrap: nowrap !important; }
|
4961 |
+
.bootstrap-wplc-content .flex-xl-wrap-reverse {
|
4962 |
+
-ms-flex-wrap: wrap-reverse !important;
|
4963 |
+
flex-wrap: wrap-reverse !important; }
|
4964 |
+
.bootstrap-wplc-content .flex-xl-fill {
|
4965 |
+
-ms-flex: 1 1 auto !important;
|
4966 |
+
flex: 1 1 auto !important; }
|
4967 |
+
.bootstrap-wplc-content .flex-xl-grow-0 {
|
4968 |
+
-ms-flex-positive: 0 !important;
|
4969 |
+
flex-grow: 0 !important; }
|
4970 |
+
.bootstrap-wplc-content .flex-xl-grow-1 {
|
4971 |
+
-ms-flex-positive: 1 !important;
|
4972 |
+
flex-grow: 1 !important; }
|
4973 |
+
.bootstrap-wplc-content .flex-xl-shrink-0 {
|
4974 |
+
-ms-flex-negative: 0 !important;
|
4975 |
+
flex-shrink: 0 !important; }
|
4976 |
+
.bootstrap-wplc-content .flex-xl-shrink-1 {
|
4977 |
+
-ms-flex-negative: 1 !important;
|
4978 |
+
flex-shrink: 1 !important; }
|
4979 |
+
.bootstrap-wplc-content .justify-content-xl-start {
|
4980 |
+
-ms-flex-pack: start !important;
|
4981 |
+
justify-content: flex-start !important; }
|
4982 |
+
.bootstrap-wplc-content .justify-content-xl-end {
|
4983 |
+
-ms-flex-pack: end !important;
|
4984 |
+
justify-content: flex-end !important; }
|
4985 |
+
.bootstrap-wplc-content .justify-content-xl-center {
|
4986 |
+
-ms-flex-pack: center !important;
|
4987 |
+
justify-content: center !important; }
|
4988 |
+
.bootstrap-wplc-content .justify-content-xl-between {
|
4989 |
+
-ms-flex-pack: justify !important;
|
4990 |
+
justify-content: space-between !important; }
|
4991 |
+
.bootstrap-wplc-content .justify-content-xl-around {
|
4992 |
+
-ms-flex-pack: distribute !important;
|
4993 |
+
justify-content: space-around !important; }
|
4994 |
+
.bootstrap-wplc-content .align-items-xl-start {
|
4995 |
+
-ms-flex-align: start !important;
|
4996 |
+
align-items: flex-start !important; }
|
4997 |
+
.bootstrap-wplc-content .align-items-xl-end {
|
4998 |
+
-ms-flex-align: end !important;
|
4999 |
+
align-items: flex-end !important; }
|
5000 |
+
.bootstrap-wplc-content .align-items-xl-center {
|
5001 |
+
-ms-flex-align: center !important;
|
5002 |
+
align-items: center !important; }
|
5003 |
+
.bootstrap-wplc-content .align-items-xl-baseline {
|
5004 |
+
-ms-flex-align: baseline !important;
|
5005 |
+
align-items: baseline !important; }
|
5006 |
+
.bootstrap-wplc-content .align-items-xl-stretch {
|
5007 |
+
-ms-flex-align: stretch !important;
|
5008 |
+
align-items: stretch !important; }
|
5009 |
+
.bootstrap-wplc-content .align-content-xl-start {
|
5010 |
+
-ms-flex-line-pack: start !important;
|
5011 |
+
align-content: flex-start !important; }
|
5012 |
+
.bootstrap-wplc-content .align-content-xl-end {
|
5013 |
+
-ms-flex-line-pack: end !important;
|
5014 |
+
align-content: flex-end !important; }
|
5015 |
+
.bootstrap-wplc-content .align-content-xl-center {
|
5016 |
+
-ms-flex-line-pack: center !important;
|
5017 |
+
align-content: center !important; }
|
5018 |
+
.bootstrap-wplc-content .align-content-xl-between {
|
5019 |
+
-ms-flex-line-pack: justify !important;
|
5020 |
+
align-content: space-between !important; }
|
5021 |
+
.bootstrap-wplc-content .align-content-xl-around {
|
5022 |
+
-ms-flex-line-pack: distribute !important;
|
5023 |
+
align-content: space-around !important; }
|
5024 |
+
.bootstrap-wplc-content .align-content-xl-stretch {
|
5025 |
+
-ms-flex-line-pack: stretch !important;
|
5026 |
+
align-content: stretch !important; }
|
5027 |
+
.bootstrap-wplc-content .align-self-xl-auto {
|
5028 |
+
-ms-flex-item-align: auto !important;
|
5029 |
+
align-self: auto !important; }
|
5030 |
+
.bootstrap-wplc-content .align-self-xl-start {
|
5031 |
+
-ms-flex-item-align: start !important;
|
5032 |
+
align-self: flex-start !important; }
|
5033 |
+
.bootstrap-wplc-content .align-self-xl-end {
|
5034 |
+
-ms-flex-item-align: end !important;
|
5035 |
+
align-self: flex-end !important; }
|
5036 |
+
.bootstrap-wplc-content .align-self-xl-center {
|
5037 |
+
-ms-flex-item-align: center !important;
|
5038 |
+
align-self: center !important; }
|
5039 |
+
.bootstrap-wplc-content .align-self-xl-baseline {
|
5040 |
+
-ms-flex-item-align: baseline !important;
|
5041 |
+
align-self: baseline !important; }
|
5042 |
+
.bootstrap-wplc-content .align-self-xl-stretch {
|
5043 |
+
-ms-flex-item-align: stretch !important;
|
5044 |
+
align-self: stretch !important; } }
|
5045 |
+
.bootstrap-wplc-content .float-left {
|
5046 |
+
float: left !important; }
|
5047 |
+
.bootstrap-wplc-content .float-right {
|
5048 |
+
float: right !important; }
|
5049 |
+
.bootstrap-wplc-content .float-none {
|
5050 |
+
float: none !important; }
|
5051 |
+
@media (min-width: 576px) {
|
5052 |
+
.bootstrap-wplc-content .float-sm-left {
|
5053 |
+
float: left !important; }
|
5054 |
+
.bootstrap-wplc-content .float-sm-right {
|
5055 |
+
float: right !important; }
|
5056 |
+
.bootstrap-wplc-content .float-sm-none {
|
5057 |
+
float: none !important; } }
|
5058 |
+
@media (min-width: 768px) {
|
5059 |
+
.bootstrap-wplc-content .float-md-left {
|
5060 |
+
float: left !important; }
|
5061 |
+
.bootstrap-wplc-content .float-md-right {
|
5062 |
+
float: right !important; }
|
5063 |
+
.bootstrap-wplc-content .float-md-none {
|
5064 |
+
float: none !important; } }
|
5065 |
+
@media (min-width: 992px) {
|
5066 |
+
.bootstrap-wplc-content .float-lg-left {
|
5067 |
+
float: left !important; }
|
5068 |
+
.bootstrap-wplc-content .float-lg-right {
|
5069 |
+
float: right !important; }
|
5070 |
+
.bootstrap-wplc-content .float-lg-none {
|
5071 |
+
float: none !important; } }
|
5072 |
+
@media (min-width: 1200px) {
|
5073 |
+
.bootstrap-wplc-content .float-xl-left {
|
5074 |
+
float: left !important; }
|
5075 |
+
.bootstrap-wplc-content .float-xl-right {
|
5076 |
+
float: right !important; }
|
5077 |
+
.bootstrap-wplc-content .float-xl-none {
|
5078 |
+
float: none !important; } }
|
5079 |
+
.bootstrap-wplc-content .overflow-auto {
|
5080 |
+
overflow: auto !important; }
|
5081 |
+
.bootstrap-wplc-content .overflow-hidden {
|
5082 |
+
overflow: hidden !important; }
|
5083 |
+
.bootstrap-wplc-content .position-static {
|
5084 |
+
position: static !important; }
|
5085 |
+
.bootstrap-wplc-content .position-relative {
|
5086 |
+
position: relative !important; }
|
5087 |
+
.bootstrap-wplc-content .position-absolute {
|
5088 |
+
position: absolute !important; }
|
5089 |
+
.bootstrap-wplc-content .position-fixed {
|
5090 |
+
position: fixed !important; }
|
5091 |
+
.bootstrap-wplc-content .position-sticky {
|
5092 |
+
position: -webkit-sticky !important;
|
5093 |
+
position: sticky !important; }
|
5094 |
+
.bootstrap-wplc-content .fixed-top {
|
5095 |
+
position: fixed;
|
5096 |
+
top: 0;
|
5097 |
+
right: 0;
|
5098 |
+
left: 0;
|
5099 |
+
z-index: 1030; }
|
5100 |
+
.bootstrap-wplc-content .fixed-bottom {
|
5101 |
+
position: fixed;
|
5102 |
+
right: 0;
|
5103 |
+
bottom: 0;
|
5104 |
+
left: 0;
|
5105 |
+
z-index: 1030; }
|
5106 |
+
@supports ((position:-webkit-sticky) or (position:sticky)) {
|
5107 |
+
.bootstrap-wplc-content .sticky-top {
|
5108 |
+
position: -webkit-sticky;
|
5109 |
+
position: sticky;
|
5110 |
+
top: 0;
|
5111 |
+
z-index: 1020; } }
|
5112 |
+
.bootstrap-wplc-content .sr-only {
|
5113 |
+
position: absolute;
|
5114 |
+
width: 1px;
|
5115 |
+
height: 1px;
|
5116 |
+
padding: 0;
|
5117 |
+
margin: -1px;
|
5118 |
+
overflow: hidden;
|
5119 |
+
clip: rect(0, 0, 0, 0);
|
5120 |
+
white-space: nowrap;
|
5121 |
+
border: 0; }
|
5122 |
+
.bootstrap-wplc-content .sr-only-focusable:active, .bootstrap-wplc-content .sr-only-focusable:focus {
|
5123 |
+
position: static;
|
5124 |
+
width: auto;
|
5125 |
+
height: auto;
|
5126 |
+
overflow: visible;
|
5127 |
+
clip: auto;
|
5128 |
+
white-space: normal; }
|
5129 |
+
.bootstrap-wplc-content .shadow-sm {
|
5130 |
+
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
|
5131 |
+
.bootstrap-wplc-content .shadow {
|
5132 |
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
|
5133 |
+
.bootstrap-wplc-content .shadow-lg {
|
5134 |
+
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
|
5135 |
+
.bootstrap-wplc-content .shadow-none {
|
5136 |
+
box-shadow: none !important; }
|
5137 |
+
.bootstrap-wplc-content .w-25 {
|
5138 |
+
width: 25% !important; }
|
5139 |
+
.bootstrap-wplc-content .w-50 {
|
5140 |
+
width: 50% !important; }
|
5141 |
+
.bootstrap-wplc-content .w-75 {
|
5142 |
+
width: 75% !important; }
|
5143 |
+
.bootstrap-wplc-content .w-100 {
|
5144 |
+
width: 100% !important; }
|
5145 |
+
.bootstrap-wplc-content .w-auto {
|
5146 |
+
width: auto !important; }
|
5147 |
+
.bootstrap-wplc-content .h-25 {
|
5148 |
+
height: 25% !important; }
|
5149 |
+
.bootstrap-wplc-content .h-50 {
|
5150 |
+
height: 50% !important; }
|
5151 |
+
.bootstrap-wplc-content .h-75 {
|
5152 |
+
height: 75% !important; }
|
5153 |
+
.bootstrap-wplc-content .h-100 {
|
5154 |
+
height: 100% !important; }
|
5155 |
+
.bootstrap-wplc-content .h-auto {
|
5156 |
+
height: auto !important; }
|
5157 |
+
.bootstrap-wplc-content .mw-100 {
|
5158 |
+
max-width: 100% !important; }
|
5159 |
+
.bootstrap-wplc-content .mh-100 {
|
5160 |
+
max-height: 100% !important; }
|
5161 |
+
.bootstrap-wplc-content .min-vw-100 {
|
5162 |
+
min-width: 100vw !important; }
|
5163 |
+
.bootstrap-wplc-content .min-vh-100 {
|
5164 |
+
min-height: 100vh !important; }
|
5165 |
+
.bootstrap-wplc-content .vw-100 {
|
5166 |
+
width: 100vw !important; }
|
5167 |
+
.bootstrap-wplc-content .vh-100 {
|
5168 |
+
height: 100vh !important; }
|
5169 |
+
.bootstrap-wplc-content .stretched-link::after {
|
5170 |
+
position: absolute;
|
5171 |
+
top: 0;
|
5172 |
+
right: 0;
|
5173 |
+
bottom: 0;
|
5174 |
+
left: 0;
|
5175 |
+
z-index: 1;
|
5176 |
+
pointer-events: auto;
|
5177 |
+
content: "";
|
5178 |
+
background-color: rgba(0, 0, 0, 0); }
|
5179 |
+
.bootstrap-wplc-content .m-0 {
|
5180 |
+
margin: 0 !important; }
|
5181 |
+
.bootstrap-wplc-content .mt-0, .bootstrap-wplc-content .my-0 {
|
5182 |
+
margin-top: 0 !important; }
|
5183 |
+
.bootstrap-wplc-content .mr-0, .bootstrap-wplc-content .mx-0 {
|
5184 |
+
margin-right: 0 !important; }
|
5185 |
+
.bootstrap-wplc-content .mb-0, .bootstrap-wplc-content .my-0 {
|
5186 |
+
margin-bottom: 0 !important; }
|
5187 |
+
.bootstrap-wplc-content .ml-0, .bootstrap-wplc-content .mx-0 {
|
5188 |
+
margin-left: 0 !important; }
|
5189 |
+
.bootstrap-wplc-content .m-1 {
|
5190 |
+
margin: 0.25rem !important; }
|
5191 |
+
.bootstrap-wplc-content .mt-1, .bootstrap-wplc-content .my-1 {
|
5192 |
+
margin-top: 0.25rem !important; }
|
5193 |
+
.bootstrap-wplc-content .mr-1, .bootstrap-wplc-content .mx-1 {
|
5194 |
+
margin-right: 0.25rem !important; }
|
5195 |
+
.bootstrap-wplc-content .mb-1, .bootstrap-wplc-content .my-1 {
|
5196 |
+
margin-bottom: 0.25rem !important; }
|
5197 |
+
.bootstrap-wplc-content .ml-1, .bootstrap-wplc-content .mx-1 {
|
5198 |
+
margin-left: 0.25rem !important; }
|
5199 |
+
.bootstrap-wplc-content .m-2 {
|
5200 |
+
margin: 0.5rem !important; }
|
5201 |
+
.bootstrap-wplc-content .mt-2, .bootstrap-wplc-content .my-2 {
|
5202 |
+
margin-top: 0.5rem !important; }
|
5203 |
+
.bootstrap-wplc-content .mr-2, .bootstrap-wplc-content .mx-2 {
|
5204 |
+
margin-right: 0.5rem !important; }
|
5205 |
+
.bootstrap-wplc-content .mb-2, .bootstrap-wplc-content .my-2 {
|
5206 |
+
margin-bottom: 0.5rem !important; }
|
5207 |
+
.bootstrap-wplc-content .ml-2, .bootstrap-wplc-content .mx-2 {
|
5208 |
+
margin-left: 0.5rem !important; }
|
5209 |
+
.bootstrap-wplc-content .m-3 {
|
5210 |
+
margin: 1rem !important; }
|
5211 |
+
.bootstrap-wplc-content .mt-3, .bootstrap-wplc-content .my-3 {
|
5212 |
+
margin-top: 1rem !important; }
|
5213 |
+
.bootstrap-wplc-content .mr-3, .bootstrap-wplc-content .mx-3 {
|
5214 |
+
margin-right: 1rem !important; }
|
5215 |
+
.bootstrap-wplc-content .mb-3, .bootstrap-wplc-content .my-3 {
|
5216 |
+
margin-bottom: 1rem !important; }
|
5217 |
+
.bootstrap-wplc-content .ml-3, .bootstrap-wplc-content .mx-3 {
|
5218 |
+
margin-left: 1rem !important; }
|
5219 |
+
.bootstrap-wplc-content .m-4 {
|
5220 |
+
margin: 1.5rem !important; }
|
5221 |
+
.bootstrap-wplc-content .mt-4, .bootstrap-wplc-content .my-4 {
|
5222 |
+
margin-top: 1.5rem !important; }
|
5223 |
+
.bootstrap-wplc-content .mr-4, .bootstrap-wplc-content .mx-4 {
|
5224 |
+
margin-right: 1.5rem !important; }
|
5225 |
+
.bootstrap-wplc-content .mb-4, .bootstrap-wplc-content .my-4 {
|
5226 |
+
margin-bottom: 1.5rem !important; }
|
5227 |
+
.bootstrap-wplc-content .ml-4, .bootstrap-wplc-content .mx-4 {
|
5228 |
+
margin-left: 1.5rem !important; }
|
5229 |
+
.bootstrap-wplc-content .m-5 {
|
5230 |
+
margin: 3rem !important; }
|
5231 |
+
.bootstrap-wplc-content .mt-5, .bootstrap-wplc-content .my-5 {
|
5232 |
+
margin-top: 3rem !important; }
|
5233 |
+
.bootstrap-wplc-content .mr-5, .bootstrap-wplc-content .mx-5 {
|
5234 |
+
margin-right: 3rem !important; }
|
5235 |
+
.bootstrap-wplc-content .mb-5, .bootstrap-wplc-content .my-5 {
|
5236 |
+
margin-bottom: 3rem !important; }
|
5237 |
+
.bootstrap-wplc-content .ml-5, .bootstrap-wplc-content .mx-5 {
|
5238 |
+
margin-left: 3rem !important; }
|
5239 |
+
.bootstrap-wplc-content .p-0 {
|
5240 |
+
padding: 0 !important; }
|
5241 |
+
.bootstrap-wplc-content .pt-0, .bootstrap-wplc-content .py-0 {
|
5242 |
+
padding-top: 0 !important; }
|
5243 |
+
.bootstrap-wplc-content .pr-0, .bootstrap-wplc-content .px-0 {
|
5244 |
+
padding-right: 0 !important; }
|
5245 |
+
.bootstrap-wplc-content .pb-0, .bootstrap-wplc-content .py-0 {
|
5246 |
+
padding-bottom: 0 !important; }
|
5247 |
+
.bootstrap-wplc-content .pl-0, .bootstrap-wplc-content .px-0 {
|
5248 |
+
padding-left: 0 !important; }
|
5249 |
+
.bootstrap-wplc-content .p-1 {
|
5250 |
+
padding: 0.25rem !important; }
|
5251 |
+
.bootstrap-wplc-content .pt-1, .bootstrap-wplc-content .py-1 {
|
5252 |
+
padding-top: 0.25rem !important; }
|
5253 |
+
.bootstrap-wplc-content .pr-1, .bootstrap-wplc-content .px-1 {
|
5254 |
+
padding-right: 0.25rem !important; }
|
5255 |
+
.bootstrap-wplc-content .pb-1, .bootstrap-wplc-content .py-1 {
|
5256 |
+
padding-bottom: 0.25rem !important; }
|
5257 |
+
.bootstrap-wplc-content .pl-1, .bootstrap-wplc-content .px-1 {
|
5258 |
+
padding-left: 0.25rem !important; }
|
5259 |
+
.bootstrap-wplc-content .p-2 {
|
5260 |
+
padding: 0.5rem !important; }
|
5261 |
+
.bootstrap-wplc-content .pt-2, .bootstrap-wplc-content .py-2 {
|
5262 |
+
padding-top: 0.5rem !important; }
|
5263 |
+
.bootstrap-wplc-content .pr-2, .bootstrap-wplc-content .px-2 {
|
5264 |
+
padding-right: 0.5rem !important; }
|
5265 |
+
.bootstrap-wplc-content .pb-2, .bootstrap-wplc-content .py-2 {
|
5266 |
+
padding-bottom: 0.5rem !important; }
|
5267 |
+
.bootstrap-wplc-content .pl-2, .bootstrap-wplc-content .px-2 {
|
5268 |
+
padding-left: 0.5rem !important; }
|
5269 |
+
.bootstrap-wplc-content .p-3 {
|
5270 |
+
padding: 1rem !important; }
|
5271 |
+
.bootstrap-wplc-content .pt-3, .bootstrap-wplc-content .py-3 {
|
5272 |
+
padding-top: 1rem !important; }
|
5273 |
+
.bootstrap-wplc-content .pr-3, .bootstrap-wplc-content .px-3 {
|
5274 |
+
padding-right: 1rem !important; }
|
5275 |
+
.bootstrap-wplc-content .pb-3, .bootstrap-wplc-content .py-3 {
|
5276 |
+
padding-bottom: 1rem !important; }
|
5277 |
+
.bootstrap-wplc-content .pl-3, .bootstrap-wplc-content .px-3 {
|
5278 |
+
padding-left: 1rem !important; }
|
5279 |
+
.bootstrap-wplc-content .p-4 {
|
5280 |
+
padding: 1.5rem !important; }
|
5281 |
+
.bootstrap-wplc-content .pt-4, .bootstrap-wplc-content .py-4 {
|
5282 |
+
padding-top: 1.5rem !important; }
|
5283 |
+
.bootstrap-wplc-content .pr-4, .bootstrap-wplc-content .px-4 {
|
5284 |
+
padding-right: 1.5rem !important; }
|
5285 |
+
.bootstrap-wplc-content .pb-4, .bootstrap-wplc-content .py-4 {
|
5286 |
+
padding-bottom: 1.5rem !important; }
|
5287 |
+
.bootstrap-wplc-content .pl-4, .bootstrap-wplc-content .px-4 {
|
5288 |
+
padding-left: 1.5rem !important; }
|
5289 |
+
.bootstrap-wplc-content .p-5 {
|
5290 |
+
padding: 3rem !important; }
|
5291 |
+
.bootstrap-wplc-content .pt-5, .bootstrap-wplc-content .py-5 {
|
5292 |
+
padding-top: 3rem !important; }
|
5293 |
+
.bootstrap-wplc-content .pr-5, .bootstrap-wplc-content .px-5 {
|
5294 |
+
padding-right: 3rem !important; }
|
5295 |
+
.bootstrap-wplc-content .pb-5, .bootstrap-wplc-content .py-5 {
|
5296 |
+
padding-bottom: 3rem !important; }
|
5297 |
+
.bootstrap-wplc-content .pl-5, .bootstrap-wplc-content .px-5 {
|
5298 |
+
padding-left: 3rem !important; }
|
5299 |
+
.bootstrap-wplc-content .m-n1 {
|
5300 |
+
margin: -0.25rem !important; }
|
5301 |
+
.bootstrap-wplc-content .mt-n1, .bootstrap-wplc-content .my-n1 {
|
5302 |
+
margin-top: -0.25rem !important; }
|
5303 |
+
.bootstrap-wplc-content .mr-n1, .bootstrap-wplc-content .mx-n1 {
|
5304 |
+
margin-right: -0.25rem !important; }
|
5305 |
+
.bootstrap-wplc-content .mb-n1, .bootstrap-wplc-content .my-n1 {
|
5306 |
+
margin-bottom: -0.25rem !important; }
|
5307 |
+
.bootstrap-wplc-content .ml-n1, .bootstrap-wplc-content .mx-n1 {
|
5308 |
+
margin-left: -0.25rem !important; }
|
5309 |
+
.bootstrap-wplc-content .m-n2 {
|
5310 |
+
margin: -0.5rem !important; }
|
5311 |
+
.bootstrap-wplc-content .mt-n2, .bootstrap-wplc-content .my-n2 {
|
5312 |
+
margin-top: -0.5rem !important; }
|
5313 |
+
.bootstrap-wplc-content .mr-n2, .bootstrap-wplc-content .mx-n2 {
|
5314 |
+
margin-right: -0.5rem !important; }
|
5315 |
+
.bootstrap-wplc-content .mb-n2, .bootstrap-wplc-content .my-n2 {
|
5316 |
+
margin-bottom: -0.5rem !important; }
|
5317 |
+
.bootstrap-wplc-content .ml-n2, .bootstrap-wplc-content .mx-n2 {
|
5318 |
+
margin-left: -0.5rem !important; }
|
5319 |
+
.bootstrap-wplc-content .m-n3 {
|
5320 |
+
margin: -1rem !important; }
|
5321 |
+
.bootstrap-wplc-content .mt-n3, .bootstrap-wplc-content .my-n3 {
|
5322 |
+
margin-top: -1rem !important; }
|
5323 |
+
.bootstrap-wplc-content .mr-n3, .bootstrap-wplc-content .mx-n3 {
|
5324 |
+
margin-right: -1rem !important; }
|
5325 |
+
.bootstrap-wplc-content .mb-n3, .bootstrap-wplc-content .my-n3 {
|
5326 |
+
margin-bottom: -1rem !important; }
|
5327 |
+
.bootstrap-wplc-content .ml-n3, .bootstrap-wplc-content .mx-n3 {
|
5328 |
+
margin-left: -1rem !important; }
|
5329 |
+
.bootstrap-wplc-content .m-n4 {
|
5330 |
+
margin: -1.5rem !important; }
|
5331 |
+
.bootstrap-wplc-content .mt-n4, .bootstrap-wplc-content .my-n4 {
|
5332 |
+
margin-top: -1.5rem !important; }
|
5333 |
+
.bootstrap-wplc-content .mr-n4, .bootstrap-wplc-content .mx-n4 {
|
5334 |
+
margin-right: -1.5rem !important; }
|
5335 |
+
.bootstrap-wplc-content .mb-n4, .bootstrap-wplc-content .my-n4 {
|
5336 |
+
margin-bottom: -1.5rem !important; }
|
5337 |
+
.bootstrap-wplc-content .ml-n4, .bootstrap-wplc-content .mx-n4 {
|
5338 |
+
margin-left: -1.5rem !important; }
|
5339 |
+
.bootstrap-wplc-content .m-n5 {
|
5340 |
+
margin: -3rem !important; }
|
5341 |
+
.bootstrap-wplc-content .mt-n5, .bootstrap-wplc-content .my-n5 {
|
5342 |
+
margin-top: -3rem !important; }
|
5343 |
+
.bootstrap-wplc-content .mr-n5, .bootstrap-wplc-content .mx-n5 {
|
5344 |
+
margin-right: -3rem !important; }
|
5345 |
+
.bootstrap-wplc-content .mb-n5, .bootstrap-wplc-content .my-n5 {
|
5346 |
+
margin-bottom: -3rem !important; }
|
5347 |
+
.bootstrap-wplc-content .ml-n5, .bootstrap-wplc-content .mx-n5 {
|
5348 |
+
margin-left: -3rem !important; }
|
5349 |
+
.bootstrap-wplc-content .m-auto {
|
5350 |
+
margin: auto !important; }
|
5351 |
+
.bootstrap-wplc-content .mt-auto, .bootstrap-wplc-content .my-auto {
|
5352 |
+
margin-top: auto !important; }
|
5353 |
+
.bootstrap-wplc-content .mr-auto, .bootstrap-wplc-content .mx-auto {
|
5354 |
+
margin-right: auto !important; }
|
5355 |
+
.bootstrap-wplc-content .mb-auto, .bootstrap-wplc-content .my-auto {
|
5356 |
+
margin-bottom: auto !important; }
|
5357 |
+
.bootstrap-wplc-content .ml-auto, .bootstrap-wplc-content .mx-auto {
|
5358 |
+
margin-left: auto !important; }
|
5359 |
+
@media (min-width: 576px) {
|
5360 |
+
.bootstrap-wplc-content .m-sm-0 {
|
5361 |
+
margin: 0 !important; }
|
5362 |
+
.bootstrap-wplc-content .mt-sm-0, .bootstrap-wplc-content .my-sm-0 {
|
5363 |
+
margin-top: 0 !important; }
|
5364 |
+
.bootstrap-wplc-content .mr-sm-0, .bootstrap-wplc-content .mx-sm-0 {
|
5365 |
+
margin-right: 0 !important; }
|
5366 |
+
.bootstrap-wplc-content .mb-sm-0, .bootstrap-wplc-content .my-sm-0 {
|
5367 |
+
margin-bottom: 0 !important; }
|
5368 |
+
.bootstrap-wplc-content .ml-sm-0, .bootstrap-wplc-content .mx-sm-0 {
|
5369 |
+
margin-left: 0 !important; }
|
5370 |
+
.bootstrap-wplc-content .m-sm-1 {
|
5371 |
+
margin: 0.25rem !important; }
|
5372 |
+
.bootstrap-wplc-content .mt-sm-1, .bootstrap-wplc-content .my-sm-1 {
|
5373 |
+
margin-top: 0.25rem !important; }
|
5374 |
+
.bootstrap-wplc-content .mr-sm-1, .bootstrap-wplc-content .mx-sm-1 {
|
5375 |
+
margin-right: 0.25rem !important; }
|
5376 |
+
.bootstrap-wplc-content .mb-sm-1, .bootstrap-wplc-content .my-sm-1 {
|
5377 |
+
margin-bottom: 0.25rem !important; }
|
5378 |
+
.bootstrap-wplc-content .ml-sm-1, .bootstrap-wplc-content .mx-sm-1 {
|
5379 |
+
margin-left: 0.25rem !important; }
|
5380 |
+
.bootstrap-wplc-content .m-sm-2 {
|
5381 |
+
margin: 0.5rem !important; }
|
5382 |
+
.bootstrap-wplc-content .mt-sm-2, .bootstrap-wplc-content .my-sm-2 {
|
5383 |
+
margin-top: 0.5rem !important; }
|
5384 |
+
.bootstrap-wplc-content .mr-sm-2, .bootstrap-wplc-content .mx-sm-2 {
|
5385 |
+
margin-right: 0.5rem !important; }
|
5386 |
+
.bootstrap-wplc-content .mb-sm-2, .bootstrap-wplc-content .my-sm-2 {
|
5387 |
+
margin-bottom: 0.5rem !important; }
|
5388 |
+
.bootstrap-wplc-content .ml-sm-2, .bootstrap-wplc-content .mx-sm-2 {
|
5389 |
+
margin-left: 0.5rem !important; }
|
5390 |
+
.bootstrap-wplc-content .m-sm-3 {
|
5391 |
+
margin: 1rem !important; }
|
5392 |
+
.bootstrap-wplc-content .mt-sm-3, .bootstrap-wplc-content .my-sm-3 {
|
5393 |
+
margin-top: 1rem !important; }
|
5394 |
+
.bootstrap-wplc-content .mr-sm-3, .bootstrap-wplc-content .mx-sm-3 {
|
5395 |
+
margin-right: 1rem !important; }
|
5396 |
+
.bootstrap-wplc-content .mb-sm-3, .bootstrap-wplc-content .my-sm-3 {
|
5397 |
+
margin-bottom: 1rem !important; }
|
5398 |
+
.bootstrap-wplc-content .ml-sm-3, .bootstrap-wplc-content .mx-sm-3 {
|
5399 |
+
margin-left: 1rem !important; }
|
5400 |
+
.bootstrap-wplc-content .m-sm-4 {
|
5401 |
+
margin: 1.5rem !important; }
|
5402 |
+
.bootstrap-wplc-content .mt-sm-4, .bootstrap-wplc-content .my-sm-4 {
|
5403 |
+
margin-top: 1.5rem !important; }
|
5404 |
+
.bootstrap-wplc-content .mr-sm-4, .bootstrap-wplc-content .mx-sm-4 {
|
5405 |
+
margin-right: 1.5rem !important; }
|
5406 |
+
.bootstrap-wplc-content .mb-sm-4, .bootstrap-wplc-content .my-sm-4 {
|
5407 |
+
margin-bottom: 1.5rem !important; }
|
5408 |
+
.bootstrap-wplc-content .ml-sm-4, .bootstrap-wplc-content .mx-sm-4 {
|
5409 |
+
margin-left: 1.5rem !important; }
|
5410 |
+
.bootstrap-wplc-content .m-sm-5 {
|
5411 |
+
margin: 3rem !important; }
|
5412 |
+
.bootstrap-wplc-content .mt-sm-5, .bootstrap-wplc-content .my-sm-5 {
|
5413 |
+
margin-top: 3rem !important; }
|
5414 |
+
.bootstrap-wplc-content .mr-sm-5, .bootstrap-wplc-content .mx-sm-5 {
|
5415 |
+
margin-right: 3rem !important; }
|
5416 |
+
.bootstrap-wplc-content .mb-sm-5, .bootstrap-wplc-content .my-sm-5 {
|
5417 |
+
margin-bottom: 3rem !important; }
|
5418 |
+
.bootstrap-wplc-content .ml-sm-5, .bootstrap-wplc-content .mx-sm-5 {
|
5419 |
+
margin-left: 3rem !important; }
|
5420 |
+
.bootstrap-wplc-content .p-sm-0 {
|
5421 |
+
padding: 0 !important; }
|
5422 |
+
.bootstrap-wplc-content .pt-sm-0, .bootstrap-wplc-content .py-sm-0 {
|
5423 |
+
padding-top: 0 !important; }
|
5424 |
+
.bootstrap-wplc-content .pr-sm-0, .bootstrap-wplc-content .px-sm-0 {
|
5425 |
+
padding-right: 0 !important; }
|
5426 |
+
.bootstrap-wplc-content .pb-sm-0, .bootstrap-wplc-content .py-sm-0 {
|
5427 |
+
padding-bottom: 0 !important; }
|
5428 |
+
.bootstrap-wplc-content .pl-sm-0, .bootstrap-wplc-content .px-sm-0 {
|
5429 |
+
padding-left: 0 !important; }
|
5430 |
+
.bootstrap-wplc-content .p-sm-1 {
|
5431 |
+
padding: 0.25rem !important; }
|
5432 |
+
.bootstrap-wplc-content .pt-sm-1, .bootstrap-wplc-content .py-sm-1 {
|
5433 |
+
padding-top: 0.25rem !important; }
|
5434 |
+
.bootstrap-wplc-content .pr-sm-1, .bootstrap-wplc-content .px-sm-1 {
|
5435 |
+
padding-right: 0.25rem !important; }
|
5436 |
+
.bootstrap-wplc-content .pb-sm-1, .bootstrap-wplc-content .py-sm-1 {
|
5437 |
+
padding-bottom: 0.25rem !important; }
|
5438 |
+
.bootstrap-wplc-content .pl-sm-1, .bootstrap-wplc-content .px-sm-1 {
|
5439 |
+
padding-left: 0.25rem !important; }
|
5440 |
+
.bootstrap-wplc-content .p-sm-2 {
|
5441 |
+
padding: 0.5rem !important; }
|
5442 |
+
.bootstrap-wplc-content .pt-sm-2, .bootstrap-wplc-content .py-sm-2 {
|
5443 |
+
padding-top: 0.5rem !important; }
|
5444 |
+
.bootstrap-wplc-content .pr-sm-2, .bootstrap-wplc-content .px-sm-2 {
|
5445 |
+
padding-right: 0.5rem !important; }
|
5446 |
+
.bootstrap-wplc-content .pb-sm-2, .bootstrap-wplc-content .py-sm-2 {
|
5447 |
+
padding-bottom: 0.5rem !important; }
|
5448 |
+
.bootstrap-wplc-content .pl-sm-2, .bootstrap-wplc-content .px-sm-2 {
|
5449 |
+
padding-left: 0.5rem !important; }
|
5450 |
+
.bootstrap-wplc-content .p-sm-3 {
|
5451 |
+
padding: 1rem !important; }
|
5452 |
+
.bootstrap-wplc-content .pt-sm-3, .bootstrap-wplc-content .py-sm-3 {
|
5453 |
+
padding-top: 1rem !important; }
|
5454 |
+
.bootstrap-wplc-content .pr-sm-3, .bootstrap-wplc-content .px-sm-3 {
|
5455 |
+
padding-right: 1rem !important; }
|
5456 |
+
.bootstrap-wplc-content .pb-sm-3, .bootstrap-wplc-content .py-sm-3 {
|
5457 |
+
padding-bottom: 1rem !important; }
|
5458 |
+
.bootstrap-wplc-content .pl-sm-3, .bootstrap-wplc-content .px-sm-3 {
|
5459 |
+
padding-left: 1rem !important; }
|
5460 |
+
.bootstrap-wplc-content .p-sm-4 {
|
5461 |
+
padding: 1.5rem !important; }
|
5462 |
+
.bootstrap-wplc-content .pt-sm-4, .bootstrap-wplc-content .py-sm-4 {
|
5463 |
+
padding-top: 1.5rem !important; }
|
5464 |
+
.bootstrap-wplc-content .pr-sm-4, .bootstrap-wplc-content .px-sm-4 {
|
5465 |
+
padding-right: 1.5rem !important; }
|
5466 |
+
.bootstrap-wplc-content .pb-sm-4, .bootstrap-wplc-content .py-sm-4 {
|
5467 |
+
padding-bottom: 1.5rem !important; }
|
5468 |
+
.bootstrap-wplc-content .pl-sm-4, .bootstrap-wplc-content .px-sm-4 {
|
5469 |
+
padding-left: 1.5rem !important; }
|
5470 |
+
.bootstrap-wplc-content .p-sm-5 {
|
5471 |
+
padding: 3rem !important; }
|
5472 |
+
.bootstrap-wplc-content .pt-sm-5, .bootstrap-wplc-content .py-sm-5 {
|
5473 |
+
padding-top: 3rem !important; }
|
5474 |
+
.bootstrap-wplc-content .pr-sm-5, .bootstrap-wplc-content .px-sm-5 {
|
5475 |
+
padding-right: 3rem !important; }
|
5476 |
+
.bootstrap-wplc-content .pb-sm-5, .bootstrap-wplc-content .py-sm-5 {
|
5477 |
+
padding-bottom: 3rem !important; }
|
5478 |
+
.bootstrap-wplc-content .pl-sm-5, .bootstrap-wplc-content .px-sm-5 {
|
5479 |
+
padding-left: 3rem !important; }
|
5480 |
+
.bootstrap-wplc-content .m-sm-n1 {
|
5481 |
+
margin: -0.25rem !important; }
|
5482 |
+
.bootstrap-wplc-content .mt-sm-n1, .bootstrap-wplc-content .my-sm-n1 {
|
5483 |
+
margin-top: -0.25rem !important; }
|
5484 |
+
.bootstrap-wplc-content .mr-sm-n1, .bootstrap-wplc-content .mx-sm-n1 {
|
5485 |
+
margin-right: -0.25rem !important; }
|
5486 |
+
.bootstrap-wplc-content .mb-sm-n1, .bootstrap-wplc-content .my-sm-n1 {
|
5487 |
+
margin-bottom: -0.25rem !important; }
|
5488 |
+
.bootstrap-wplc-content .ml-sm-n1, .bootstrap-wplc-content .mx-sm-n1 {
|
5489 |
+
margin-left: -0.25rem !important; }
|
5490 |
+
.bootstrap-wplc-content .m-sm-n2 {
|
5491 |
+
margin: -0.5rem !important; }
|
5492 |
+
.bootstrap-wplc-content .mt-sm-n2, .bootstrap-wplc-content .my-sm-n2 {
|
5493 |
+
margin-top: -0.5rem !important; }
|
5494 |
+
.bootstrap-wplc-content .mr-sm-n2, .bootstrap-wplc-content .mx-sm-n2 {
|
5495 |
+
margin-right: -0.5rem !important; }
|
5496 |
+
.bootstrap-wplc-content .mb-sm-n2, .bootstrap-wplc-content .my-sm-n2 {
|
5497 |
+
margin-bottom: -0.5rem !important; }
|
5498 |
+
.bootstrap-wplc-content .ml-sm-n2, .bootstrap-wplc-content .mx-sm-n2 {
|
5499 |
+
margin-left: -0.5rem !important; }
|
5500 |
+
.bootstrap-wplc-content .m-sm-n3 {
|
5501 |
+
margin: -1rem !important; }
|
5502 |
+
.bootstrap-wplc-content .mt-sm-n3, .bootstrap-wplc-content .my-sm-n3 {
|
5503 |
+
margin-top: -1rem !important; }
|
5504 |
+
.bootstrap-wplc-content .mr-sm-n3, .bootstrap-wplc-content .mx-sm-n3 {
|
5505 |
+
margin-right: -1rem !important; }
|
5506 |
+
.bootstrap-wplc-content .mb-sm-n3, .bootstrap-wplc-content .my-sm-n3 {
|
5507 |
+
margin-bottom: -1rem !important; }
|
5508 |
+
.bootstrap-wplc-content .ml-sm-n3, .bootstrap-wplc-content .mx-sm-n3 {
|
5509 |
+
margin-left: -1rem !important; }
|
5510 |
+
.bootstrap-wplc-content .m-sm-n4 {
|
5511 |
+
margin: -1.5rem !important; }
|
5512 |
+
.bootstrap-wplc-content .mt-sm-n4, .bootstrap-wplc-content .my-sm-n4 {
|
5513 |
+
margin-top: -1.5rem !important; }
|
5514 |
+
.bootstrap-wplc-content .mr-sm-n4, .bootstrap-wplc-content .mx-sm-n4 {
|
5515 |
+
margin-right: -1.5rem !important; }
|
5516 |
+
.bootstrap-wplc-content .mb-sm-n4, .bootstrap-wplc-content .my-sm-n4 {
|
5517 |
+
margin-bottom: -1.5rem !important; }
|
5518 |
+
.bootstrap-wplc-content .ml-sm-n4, .bootstrap-wplc-content .mx-sm-n4 {
|
5519 |
+
margin-left: -1.5rem !important; }
|
5520 |
+
.bootstrap-wplc-content .m-sm-n5 {
|
5521 |
+
margin: -3rem !important; }
|
5522 |
+
.bootstrap-wplc-content .mt-sm-n5, .bootstrap-wplc-content .my-sm-n5 {
|
5523 |
+
margin-top: -3rem !important; }
|
5524 |
+
.bootstrap-wplc-content .mr-sm-n5, .bootstrap-wplc-content .mx-sm-n5 {
|
5525 |
+
margin-right: -3rem !important; }
|
5526 |
+
.bootstrap-wplc-content .mb-sm-n5, .bootstrap-wplc-content .my-sm-n5 {
|
5527 |
+
margin-bottom: -3rem !important; }
|
5528 |
+
.bootstrap-wplc-content .ml-sm-n5, .bootstrap-wplc-content .mx-sm-n5 {
|
5529 |
+
margin-left: -3rem !important; }
|
5530 |
+
.bootstrap-wplc-content .m-sm-auto {
|
5531 |
+
margin: auto !important; }
|
5532 |
+
.bootstrap-wplc-content .mt-sm-auto, .bootstrap-wplc-content .my-sm-auto {
|
5533 |
+
margin-top: auto !important; }
|
5534 |
+
.bootstrap-wplc-content .mr-sm-auto, .bootstrap-wplc-content .mx-sm-auto {
|
5535 |
+
margin-right: auto !important; }
|
5536 |
+
.bootstrap-wplc-content .mb-sm-auto, .bootstrap-wplc-content .my-sm-auto {
|
5537 |
+
margin-bottom: auto !important; }
|
5538 |
+
.bootstrap-wplc-content .ml-sm-auto, .bootstrap-wplc-content .mx-sm-auto {
|
5539 |
+
margin-left: auto !important; } }
|
5540 |
+
@media (min-width: 768px) {
|
5541 |
+
.bootstrap-wplc-content .m-md-0 {
|
5542 |
+
margin: 0 !important; }
|
5543 |
+
.bootstrap-wplc-content .mt-md-0, .bootstrap-wplc-content .my-md-0 {
|
5544 |
+
margin-top: 0 !important; }
|
5545 |
+
.bootstrap-wplc-content .mr-md-0, .bootstrap-wplc-content .mx-md-0 {
|
5546 |
+
margin-right: 0 !important; }
|
5547 |
+
.bootstrap-wplc-content .mb-md-0, .bootstrap-wplc-content .my-md-0 {
|
5548 |
+
margin-bottom: 0 !important; }
|
5549 |
+
.bootstrap-wplc-content .ml-md-0, .bootstrap-wplc-content .mx-md-0 {
|
5550 |
+
margin-left: 0 !important; }
|
5551 |
+
.bootstrap-wplc-content .m-md-1 {
|
5552 |
+
margin: 0.25rem !important; }
|
5553 |
+
.bootstrap-wplc-content .mt-md-1, .bootstrap-wplc-content .my-md-1 {
|
5554 |
+
margin-top: 0.25rem !important; }
|
5555 |
+
.bootstrap-wplc-content .mr-md-1, .bootstrap-wplc-content .mx-md-1 {
|
5556 |
+
margin-right: 0.25rem !important; }
|
5557 |
+
.bootstrap-wplc-content .mb-md-1, .bootstrap-wplc-content .my-md-1 {
|
5558 |
+
margin-bottom: 0.25rem !important; }
|
5559 |
+
.bootstrap-wplc-content .ml-md-1, .bootstrap-wplc-content .mx-md-1 {
|
5560 |
+
margin-left: 0.25rem !important; }
|
5561 |
+
.bootstrap-wplc-content .m-md-2 {
|
5562 |
+
margin: 0.5rem !important; }
|
5563 |
+
.bootstrap-wplc-content .mt-md-2, .bootstrap-wplc-content .my-md-2 {
|
5564 |
+
margin-top: 0.5rem !important; }
|
5565 |
+
.bootstrap-wplc-content .mr-md-2, .bootstrap-wplc-content .mx-md-2 {
|
5566 |
+
margin-right: 0.5rem !important; }
|
5567 |
+
.bootstrap-wplc-content .mb-md-2, .bootstrap-wplc-content .my-md-2 {
|
5568 |
+
margin-bottom: 0.5rem !important; }
|
5569 |
+
.bootstrap-wplc-content .ml-md-2, .bootstrap-wplc-content .mx-md-2 {
|
5570 |
+
margin-left: 0.5rem !important; }
|
5571 |
+
.bootstrap-wplc-content .m-md-3 {
|
5572 |
+
margin: 1rem !important; }
|
5573 |
+
.bootstrap-wplc-content .mt-md-3, .bootstrap-wplc-content .my-md-3 {
|
5574 |
+
margin-top: 1rem !important; }
|
5575 |
+
.bootstrap-wplc-content .mr-md-3, .bootstrap-wplc-content .mx-md-3 {
|
5576 |
+
margin-right: 1rem !important; }
|
5577 |
+
.bootstrap-wplc-content .mb-md-3, .bootstrap-wplc-content .my-md-3 {
|
5578 |
+
margin-bottom: 1rem !important; }
|
5579 |
+
.bootstrap-wplc-content .ml-md-3, .bootstrap-wplc-content .mx-md-3 {
|
5580 |
+
margin-left: 1rem !important; }
|
5581 |
+
.bootstrap-wplc-content .m-md-4 {
|
5582 |
+
margin: 1.5rem !important; }
|
5583 |
+
.bootstrap-wplc-content .mt-md-4, .bootstrap-wplc-content .my-md-4 {
|
5584 |
+
margin-top: 1.5rem !important; }
|
5585 |
+
.bootstrap-wplc-content .mr-md-4, .bootstrap-wplc-content .mx-md-4 {
|
5586 |
+
margin-right: 1.5rem !important; }
|
5587 |
+
.bootstrap-wplc-content .mb-md-4, .bootstrap-wplc-content .my-md-4 {
|
5588 |
+
margin-bottom: 1.5rem !important; }
|
5589 |
+
.bootstrap-wplc-content .ml-md-4, .bootstrap-wplc-content .mx-md-4 {
|
5590 |
+
margin-left: 1.5rem !important; }
|
5591 |
+
.bootstrap-wplc-content .m-md-5 {
|
5592 |
+
margin: 3rem !important; }
|
5593 |
+
.bootstrap-wplc-content .mt-md-5, .bootstrap-wplc-content .my-md-5 {
|
5594 |
+
margin-top: 3rem !important; }
|
5595 |
+
.bootstrap-wplc-content .mr-md-5, .bootstrap-wplc-content .mx-md-5 {
|
5596 |
+
margin-right: 3rem !important; }
|
5597 |
+
.bootstrap-wplc-content .mb-md-5, .bootstrap-wplc-content .my-md-5 {
|
5598 |
+
margin-bottom: 3rem !important; }
|
5599 |
+
.bootstrap-wplc-content .ml-md-5, .bootstrap-wplc-content .mx-md-5 {
|
5600 |
+
margin-left: 3rem !important; }
|
5601 |
+
.bootstrap-wplc-content .p-md-0 {
|
5602 |
+
padding: 0 !important; }
|
5603 |
+
.bootstrap-wplc-content .pt-md-0, .bootstrap-wplc-content .py-md-0 {
|
5604 |
+
padding-top: 0 !important; }
|
5605 |
+
.bootstrap-wplc-content .pr-md-0, .bootstrap-wplc-content .px-md-0 {
|
5606 |
+
padding-right: 0 !important; }
|
5607 |
+
.bootstrap-wplc-content .pb-md-0, .bootstrap-wplc-content .py-md-0 {
|
5608 |
+
padding-bottom: 0 !important; }
|
5609 |
+
.bootstrap-wplc-content .pl-md-0, .bootstrap-wplc-content .px-md-0 {
|
5610 |
+
padding-left: 0 !important; }
|
5611 |
+
.bootstrap-wplc-content .p-md-1 {
|
5612 |
+
padding: 0.25rem !important; }
|
5613 |
+
.bootstrap-wplc-content .pt-md-1, .bootstrap-wplc-content .py-md-1 {
|
5614 |
+
padding-top: 0.25rem !important; }
|
5615 |
+
.bootstrap-wplc-content .pr-md-1, .bootstrap-wplc-content .px-md-1 {
|
5616 |
+
padding-right: 0.25rem !important; }
|
5617 |
+
.bootstrap-wplc-content .pb-md-1, .bootstrap-wplc-content .py-md-1 {
|
5618 |
+
padding-bottom: 0.25rem !important; }
|
5619 |
+
.bootstrap-wplc-content .pl-md-1, .bootstrap-wplc-content .px-md-1 {
|
5620 |
+
padding-left: 0.25rem !important; }
|
5621 |
+
.bootstrap-wplc-content .p-md-2 {
|
5622 |
+
padding: 0.5rem !important; }
|
5623 |
+
.bootstrap-wplc-content .pt-md-2, .bootstrap-wplc-content .py-md-2 {
|
5624 |
+
padding-top: 0.5rem !important; }
|
5625 |
+
.bootstrap-wplc-content .pr-md-2, .bootstrap-wplc-content .px-md-2 {
|
5626 |
+
padding-right: 0.5rem !important; }
|
5627 |
+
.bootstrap-wplc-content .pb-md-2, .bootstrap-wplc-content .py-md-2 {
|
5628 |
+
padding-bottom: 0.5rem !important; }
|
5629 |
+
.bootstrap-wplc-content .pl-md-2, .bootstrap-wplc-content .px-md-2 {
|
5630 |
+
padding-left: 0.5rem !important; }
|
5631 |
+
.bootstrap-wplc-content .p-md-3 {
|
5632 |
+
padding: 1rem !important; }
|
5633 |
+
.bootstrap-wplc-content .pt-md-3, .bootstrap-wplc-content .py-md-3 {
|
5634 |
+
padding-top: 1rem !important; }
|
5635 |
+
.bootstrap-wplc-content .pr-md-3, .bootstrap-wplc-content .px-md-3 {
|
5636 |
+
padding-right: 1rem !important; }
|
5637 |
+
.bootstrap-wplc-content .pb-md-3, .bootstrap-wplc-content .py-md-3 {
|
5638 |
+
padding-bottom: 1rem !important; }
|
5639 |
+
.bootstrap-wplc-content .pl-md-3, .bootstrap-wplc-content .px-md-3 {
|
5640 |
+
padding-left: 1rem !important; }
|
5641 |
+
.bootstrap-wplc-content .p-md-4 {
|
5642 |
+
padding: 1.5rem !important; }
|
5643 |
+
.bootstrap-wplc-content .pt-md-4, .bootstrap-wplc-content .py-md-4 {
|
5644 |
+
padding-top: 1.5rem !important; }
|
5645 |
+
.bootstrap-wplc-content .pr-md-4, .bootstrap-wplc-content .px-md-4 {
|
5646 |
+
padding-right: 1.5rem !important; }
|
5647 |
+
.bootstrap-wplc-content .pb-md-4, .bootstrap-wplc-content .py-md-4 {
|
5648 |
+
padding-bottom: 1.5rem !important; }
|
5649 |
+
.bootstrap-wplc-content .pl-md-4, .bootstrap-wplc-content .px-md-4 {
|
5650 |
+
padding-left: 1.5rem !important; }
|
5651 |
+
.bootstrap-wplc-content .p-md-5 {
|
5652 |
+
padding: 3rem !important; }
|
5653 |
+
.bootstrap-wplc-content .pt-md-5, .bootstrap-wplc-content .py-md-5 {
|
5654 |
+
padding-top: 3rem !important; }
|
5655 |
+
.bootstrap-wplc-content .pr-md-5, .bootstrap-wplc-content .px-md-5 {
|
5656 |
+
padding-right: 3rem !important; }
|
5657 |
+
.bootstrap-wplc-content .pb-md-5, .bootstrap-wplc-content .py-md-5 {
|
5658 |
+
padding-bottom: 3rem !important; }
|
5659 |
+
.bootstrap-wplc-content .pl-md-5, .bootstrap-wplc-content .px-md-5 {
|
5660 |
+
padding-left: 3rem !important; }
|
5661 |
+
.bootstrap-wplc-content .m-md-n1 {
|
5662 |
+
margin: -0.25rem !important; }
|
5663 |
+
.bootstrap-wplc-content .mt-md-n1, .bootstrap-wplc-content .my-md-n1 {
|
5664 |
+
margin-top: -0.25rem !important; }
|
5665 |
+
.bootstrap-wplc-content .mr-md-n1, .bootstrap-wplc-content .mx-md-n1 {
|
5666 |
+
margin-right: -0.25rem !important; }
|
5667 |
+
.bootstrap-wplc-content .mb-md-n1, .bootstrap-wplc-content .my-md-n1 {
|
5668 |
+
margin-bottom: -0.25rem !important; }
|
5669 |
+
.bootstrap-wplc-content .ml-md-n1, .bootstrap-wplc-content .mx-md-n1 {
|
5670 |
+
margin-left: -0.25rem !important; }
|
5671 |
+
.bootstrap-wplc-content .m-md-n2 {
|
5672 |
+
margin: -0.5rem !important; }
|
5673 |
+
.bootstrap-wplc-content .mt-md-n2, .bootstrap-wplc-content .my-md-n2 {
|
5674 |
+
margin-top: -0.5rem !important; }
|
5675 |
+
.bootstrap-wplc-content .mr-md-n2, .bootstrap-wplc-content .mx-md-n2 {
|
5676 |
+
margin-right: -0.5rem !important; }
|
5677 |
+
.bootstrap-wplc-content .mb-md-n2, .bootstrap-wplc-content .my-md-n2 {
|
5678 |
+
margin-bottom: -0.5rem !important; }
|
5679 |
+
.bootstrap-wplc-content .ml-md-n2, .bootstrap-wplc-content .mx-md-n2 {
|
5680 |
+
margin-left: -0.5rem !important; }
|
5681 |
+
.bootstrap-wplc-content .m-md-n3 {
|
5682 |
+
margin: -1rem !important; }
|
5683 |
+
.bootstrap-wplc-content .mt-md-n3, .bootstrap-wplc-content .my-md-n3 {
|
5684 |
+
margin-top: -1rem !important; }
|
5685 |
+
.bootstrap-wplc-content .mr-md-n3, .bootstrap-wplc-content .mx-md-n3 {
|
5686 |
+
margin-right: -1rem !important; }
|
5687 |
+
.bootstrap-wplc-content .mb-md-n3, .bootstrap-wplc-content .my-md-n3 {
|
5688 |
+
margin-bottom: -1rem !important; }
|
5689 |
+
.bootstrap-wplc-content .ml-md-n3, .bootstrap-wplc-content .mx-md-n3 {
|
5690 |
+
margin-left: -1rem !important; }
|
5691 |
+
.bootstrap-wplc-content .m-md-n4 {
|
5692 |
+
margin: -1.5rem !important; }
|
5693 |
+
.bootstrap-wplc-content .mt-md-n4, .bootstrap-wplc-content .my-md-n4 {
|
5694 |
+
margin-top: -1.5rem !important; }
|
5695 |
+
.bootstrap-wplc-content .mr-md-n4, .bootstrap-wplc-content .mx-md-n4 {
|
5696 |
+
margin-right: -1.5rem !important; }
|
5697 |
+
.bootstrap-wplc-content .mb-md-n4, .bootstrap-wplc-content .my-md-n4 {
|
5698 |
+
margin-bottom: -1.5rem !important; }
|
5699 |
+
.bootstrap-wplc-content .ml-md-n4, .bootstrap-wplc-content .mx-md-n4 {
|
5700 |
+
margin-left: -1.5rem !important; }
|
5701 |
+
.bootstrap-wplc-content .m-md-n5 {
|
5702 |
+
margin: -3rem !important; }
|
5703 |
+
.bootstrap-wplc-content .mt-md-n5, .bootstrap-wplc-content .my-md-n5 {
|
5704 |
+
margin-top: -3rem !important; }
|
5705 |
+
.bootstrap-wplc-content .mr-md-n5, .bootstrap-wplc-content .mx-md-n5 {
|
5706 |
+
margin-right: -3rem !important; }
|
5707 |
+
.bootstrap-wplc-content .mb-md-n5, .bootstrap-wplc-content .my-md-n5 {
|
5708 |
+
margin-bottom: -3rem !important; }
|
5709 |
+
.bootstrap-wplc-content .ml-md-n5, .bootstrap-wplc-content .mx-md-n5 {
|
5710 |
+
margin-left: -3rem !important; }
|
5711 |
+
.bootstrap-wplc-content .m-md-auto {
|
5712 |
+
margin: auto !important; }
|
5713 |
+
.bootstrap-wplc-content .mt-md-auto, .bootstrap-wplc-content .my-md-auto {
|
5714 |
+
margin-top: auto !important; }
|
5715 |
+
.bootstrap-wplc-content .mr-md-auto, .bootstrap-wplc-content .mx-md-auto {
|
5716 |
+
margin-right: auto !important; }
|
5717 |
+
.bootstrap-wplc-content .mb-md-auto, .bootstrap-wplc-content .my-md-auto {
|
5718 |
+
margin-bottom: auto !important; }
|
5719 |
+
.bootstrap-wplc-content .ml-md-auto, .bootstrap-wplc-content .mx-md-auto {
|
5720 |
+
margin-left: auto !important; } }
|
5721 |
+
@media (min-width: 992px) {
|
5722 |
+
.bootstrap-wplc-content .m-lg-0 {
|
5723 |
+
margin: 0 !important; }
|
5724 |
+
.bootstrap-wplc-content .mt-lg-0, .bootstrap-wplc-content .my-lg-0 {
|
5725 |
+
margin-top: 0 !important; }
|
5726 |
+
.bootstrap-wplc-content .mr-lg-0, .bootstrap-wplc-content .mx-lg-0 {
|
5727 |
+
margin-right: 0 !important; }
|
5728 |
+
.bootstrap-wplc-content .mb-lg-0, .bootstrap-wplc-content .my-lg-0 {
|
5729 |
+
margin-bottom: 0 !important; }
|
5730 |
+
.bootstrap-wplc-content .ml-lg-0, .bootstrap-wplc-content .mx-lg-0 {
|
5731 |
+
margin-left: 0 !important; }
|
5732 |
+
.bootstrap-wplc-content .m-lg-1 {
|
5733 |
+
margin: 0.25rem !important; }
|
5734 |
+
.bootstrap-wplc-content .mt-lg-1, .bootstrap-wplc-content .my-lg-1 {
|
5735 |
+
margin-top: 0.25rem !important; }
|
5736 |
+
.bootstrap-wplc-content .mr-lg-1, .bootstrap-wplc-content .mx-lg-1 {
|
5737 |
+
margin-right: 0.25rem !important; }
|
5738 |
+
.bootstrap-wplc-content .mb-lg-1, .bootstrap-wplc-content .my-lg-1 {
|
5739 |
+
margin-bottom: 0.25rem !important; }
|
5740 |
+
.bootstrap-wplc-content .ml-lg-1, .bootstrap-wplc-content .mx-lg-1 {
|
5741 |
+
margin-left: 0.25rem !important; }
|
5742 |
+
.bootstrap-wplc-content .m-lg-2 {
|
5743 |
+
margin: 0.5rem !important; }
|
5744 |
+
.bootstrap-wplc-content .mt-lg-2, .bootstrap-wplc-content .my-lg-2 {
|
5745 |
+
margin-top: 0.5rem !important; }
|
5746 |
+
.bootstrap-wplc-content .mr-lg-2, .bootstrap-wplc-content .mx-lg-2 {
|
5747 |
+
margin-right: 0.5rem !important; }
|
5748 |
+
.bootstrap-wplc-content .mb-lg-2, .bootstrap-wplc-content .my-lg-2 {
|
5749 |
+
margin-bottom: 0.5rem !important; }
|
5750 |
+
.bootstrap-wplc-content .ml-lg-2, .bootstrap-wplc-content .mx-lg-2 {
|
5751 |
+
margin-left: 0.5rem !important; }
|
5752 |
+
.bootstrap-wplc-content .m-lg-3 {
|
5753 |
+
margin: 1rem !important; }
|
5754 |
+
.bootstrap-wplc-content .mt-lg-3, .bootstrap-wplc-content .my-lg-3 {
|
5755 |
+
margin-top: 1rem !important; }
|
5756 |
+
.bootstrap-wplc-content .mr-lg-3, .bootstrap-wplc-content .mx-lg-3 {
|
5757 |
+
margin-right: 1rem !important; }
|
5758 |
+
.bootstrap-wplc-content .mb-lg-3, .bootstrap-wplc-content .my-lg-3 {
|
5759 |
+
margin-bottom: 1rem !important; }
|
5760 |
+
.bootstrap-wplc-content .ml-lg-3, .bootstrap-wplc-content .mx-lg-3 {
|
5761 |
+
margin-left: 1rem !important; }
|
5762 |
+
.bootstrap-wplc-content .m-lg-4 {
|
5763 |
+
margin: 1.5rem !important; }
|
5764 |
+
.bootstrap-wplc-content .mt-lg-4, .bootstrap-wplc-content .my-lg-4 {
|
5765 |
+
margin-top: 1.5rem !important; }
|
5766 |
+
.bootstrap-wplc-content .mr-lg-4, .bootstrap-wplc-content .mx-lg-4 {
|
5767 |
+
margin-right: 1.5rem !important; }
|
5768 |
+
.bootstrap-wplc-content .mb-lg-4, .bootstrap-wplc-content .my-lg-4 {
|
5769 |
+
margin-bottom: 1.5rem !important; }
|
5770 |
+
.bootstrap-wplc-content .ml-lg-4, .bootstrap-wplc-content .mx-lg-4 {
|
5771 |
+
margin-left: 1.5rem !important; }
|
5772 |
+
.bootstrap-wplc-content .m-lg-5 {
|
5773 |
+
margin: 3rem !important; }
|
5774 |
+
.bootstrap-wplc-content .mt-lg-5, .bootstrap-wplc-content .my-lg-5 {
|
5775 |
+
margin-top: 3rem !important; }
|
5776 |
+
.bootstrap-wplc-content .mr-lg-5, .bootstrap-wplc-content .mx-lg-5 {
|
5777 |
+
margin-right: 3rem !important; }
|
5778 |
+
.bootstrap-wplc-content .mb-lg-5, .bootstrap-wplc-content .my-lg-5 {
|
5779 |
+
margin-bottom: 3rem !important; }
|
5780 |
+
.bootstrap-wplc-content .ml-lg-5, .bootstrap-wplc-content .mx-lg-5 {
|
5781 |
+
margin-left: 3rem !important; }
|
5782 |
+
.bootstrap-wplc-content .p-lg-0 {
|
5783 |
+
padding: 0 !important; }
|
5784 |
+
.bootstrap-wplc-content .pt-lg-0, .bootstrap-wplc-content .py-lg-0 {
|
5785 |
+
padding-top: 0 !important; }
|
5786 |
+
.bootstrap-wplc-content .pr-lg-0, .bootstrap-wplc-content .px-lg-0 {
|
5787 |
+
padding-right: 0 !important; }
|
5788 |
+
.bootstrap-wplc-content .pb-lg-0, .bootstrap-wplc-content .py-lg-0 {
|
5789 |
+
padding-bottom: 0 !important; }
|
5790 |
+
.bootstrap-wplc-content .pl-lg-0, .bootstrap-wplc-content .px-lg-0 {
|
5791 |
+
padding-left: 0 !important; }
|
5792 |
+
.bootstrap-wplc-content .p-lg-1 {
|
5793 |
+
padding: 0.25rem !important; }
|
5794 |
+
.bootstrap-wplc-content .pt-lg-1, .bootstrap-wplc-content .py-lg-1 {
|
5795 |
+
padding-top: 0.25rem !important; }
|
5796 |
+
.bootstrap-wplc-content .pr-lg-1, .bootstrap-wplc-content .px-lg-1 {
|
5797 |
+
padding-right: 0.25rem !important; }
|
5798 |
+
.bootstrap-wplc-content .pb-lg-1, .bootstrap-wplc-content .py-lg-1 {
|
5799 |
+
padding-bottom: 0.25rem !important; }
|
5800 |
+
.bootstrap-wplc-content .pl-lg-1, .bootstrap-wplc-content .px-lg-1 {
|
5801 |
+
padding-left: 0.25rem !important; }
|
5802 |
+
.bootstrap-wplc-content .p-lg-2 {
|
5803 |
+
padding: 0.5rem !important; }
|
5804 |
+
.bootstrap-wplc-content .pt-lg-2, .bootstrap-wplc-content .py-lg-2 {
|
5805 |
+
padding-top: 0.5rem !important; }
|
5806 |
+
.bootstrap-wplc-content .pr-lg-2, .bootstrap-wplc-content .px-lg-2 {
|
5807 |
+
padding-right: 0.5rem !important; }
|
5808 |
+
.bootstrap-wplc-content .pb-lg-2, .bootstrap-wplc-content .py-lg-2 {
|
5809 |
+
padding-bottom: 0.5rem !important; }
|
5810 |
+
.bootstrap-wplc-content .pl-lg-2, .bootstrap-wplc-content .px-lg-2 {
|
5811 |
+
padding-left: 0.5rem !important; }
|
5812 |
+
.bootstrap-wplc-content .p-lg-3 {
|
5813 |
+
padding: 1rem !important; }
|
5814 |
+
.bootstrap-wplc-content .pt-lg-3, .bootstrap-wplc-content .py-lg-3 {
|
5815 |
+
padding-top: 1rem !important; }
|
5816 |
+
.bootstrap-wplc-content .pr-lg-3, .bootstrap-wplc-content .px-lg-3 {
|
5817 |
+
padding-right: 1rem !important; }
|
5818 |
+
.bootstrap-wplc-content .pb-lg-3, .bootstrap-wplc-content .py-lg-3 {
|
5819 |
+
padding-bottom: 1rem !important; }
|
5820 |
+
.bootstrap-wplc-content .pl-lg-3, .bootstrap-wplc-content .px-lg-3 {
|
5821 |
+
padding-left: 1rem !important; }
|
5822 |
+
.bootstrap-wplc-content .p-lg-4 {
|
5823 |
+
padding: 1.5rem !important; }
|
5824 |
+
.bootstrap-wplc-content .pt-lg-4, .bootstrap-wplc-content .py-lg-4 {
|
5825 |
+
padding-top: 1.5rem !important; }
|
5826 |
+
.bootstrap-wplc-content .pr-lg-4, .bootstrap-wplc-content .px-lg-4 {
|
5827 |
+
padding-right: 1.5rem !important; }
|
5828 |
+
.bootstrap-wplc-content .pb-lg-4, .bootstrap-wplc-content .py-lg-4 {
|
5829 |
+
padding-bottom: 1.5rem !important; }
|
5830 |
+
.bootstrap-wplc-content .pl-lg-4, .bootstrap-wplc-content .px-lg-4 {
|
5831 |
+
padding-left: 1.5rem !important; }
|
5832 |
+
.bootstrap-wplc-content .p-lg-5 {
|
5833 |
+
padding: 3rem !important; }
|
5834 |
+
.bootstrap-wplc-content .pt-lg-5, .bootstrap-wplc-content .py-lg-5 {
|
5835 |
+
padding-top: 3rem !important; }
|
5836 |
+
.bootstrap-wplc-content .pr-lg-5, .bootstrap-wplc-content .px-lg-5 {
|
5837 |
+
padding-right: 3rem !important; }
|
5838 |
+
.bootstrap-wplc-content .pb-lg-5, .bootstrap-wplc-content .py-lg-5 {
|
5839 |
+
padding-bottom: 3rem !important; }
|
5840 |
+
.bootstrap-wplc-content .pl-lg-5, .bootstrap-wplc-content .px-lg-5 {
|
5841 |
+
padding-left: 3rem !important; }
|
5842 |
+
.bootstrap-wplc-content .m-lg-n1 {
|
5843 |
+
margin: -0.25rem !important; }
|
5844 |
+
.bootstrap-wplc-content .mt-lg-n1, .bootstrap-wplc-content .my-lg-n1 {
|
5845 |
+
margin-top: -0.25rem !important; }
|
5846 |
+
.bootstrap-wplc-content .mr-lg-n1, .bootstrap-wplc-content .mx-lg-n1 {
|
5847 |
+
margin-right: -0.25rem !important; }
|
5848 |
+
.bootstrap-wplc-content .mb-lg-n1, .bootstrap-wplc-content .my-lg-n1 {
|
5849 |
+
margin-bottom: -0.25rem !important; }
|
5850 |
+
.bootstrap-wplc-content .ml-lg-n1, .bootstrap-wplc-content .mx-lg-n1 {
|
5851 |
+
margin-left: -0.25rem !important; }
|
5852 |
+
.bootstrap-wplc-content .m-lg-n2 {
|
5853 |
+
margin: -0.5rem !important; }
|
5854 |
+
.bootstrap-wplc-content .mt-lg-n2, .bootstrap-wplc-content .my-lg-n2 {
|
5855 |
+
margin-top: -0.5rem !important; }
|
5856 |
+
.bootstrap-wplc-content .mr-lg-n2, .bootstrap-wplc-content .mx-lg-n2 {
|
5857 |
+
margin-right: -0.5rem !important; }
|
5858 |
+
.bootstrap-wplc-content .mb-lg-n2, .bootstrap-wplc-content .my-lg-n2 {
|
5859 |
+
margin-bottom: -0.5rem !important; }
|
5860 |
+
.bootstrap-wplc-content .ml-lg-n2, .bootstrap-wplc-content .mx-lg-n2 {
|
5861 |
+
margin-left: -0.5rem !important; }
|
5862 |
+
.bootstrap-wplc-content .m-lg-n3 {
|
5863 |
+
margin: -1rem !important; }
|
5864 |
+
.bootstrap-wplc-content .mt-lg-n3, .bootstrap-wplc-content .my-lg-n3 {
|
5865 |
+
margin-top: -1rem !important; }
|
5866 |
+
.bootstrap-wplc-content .mr-lg-n3, .bootstrap-wplc-content .mx-lg-n3 {
|
5867 |
+
margin-right: -1rem !important; }
|
5868 |
+
.bootstrap-wplc-content .mb-lg-n3, .bootstrap-wplc-content .my-lg-n3 {
|
5869 |
+
margin-bottom: -1rem !important; }
|
5870 |
+
.bootstrap-wplc-content .ml-lg-n3, .bootstrap-wplc-content .mx-lg-n3 {
|
5871 |
+
margin-left: -1rem !important; }
|
5872 |
+
.bootstrap-wplc-content .m-lg-n4 {
|
5873 |
+
margin: -1.5rem !important; }
|
5874 |
+
.bootstrap-wplc-content .mt-lg-n4, .bootstrap-wplc-content .my-lg-n4 {
|
5875 |
+
margin-top: -1.5rem !important; }
|
5876 |
+
.bootstrap-wplc-content .mr-lg-n4, .bootstrap-wplc-content .mx-lg-n4 {
|
5877 |
+
margin-right: -1.5rem !important; }
|
5878 |
+
.bootstrap-wplc-content .mb-lg-n4, .bootstrap-wplc-content .my-lg-n4 {
|
5879 |
+
margin-bottom: -1.5rem !important; }
|
5880 |
+
.bootstrap-wplc-content .ml-lg-n4, .bootstrap-wplc-content .mx-lg-n4 {
|
5881 |
+
margin-left: -1.5rem !important; }
|
5882 |
+
.bootstrap-wplc-content .m-lg-n5 {
|
5883 |
+
margin: -3rem !important; }
|
5884 |
+
.bootstrap-wplc-content .mt-lg-n5, .bootstrap-wplc-content .my-lg-n5 {
|
5885 |
+
margin-top: -3rem !important; }
|
5886 |
+
.bootstrap-wplc-content .mr-lg-n5, .bootstrap-wplc-content .mx-lg-n5 {
|
5887 |
+
margin-right: -3rem !important; }
|
5888 |
+
.bootstrap-wplc-content .mb-lg-n5, .bootstrap-wplc-content .my-lg-n5 {
|
5889 |
+
margin-bottom: -3rem !important; }
|
5890 |
+
.bootstrap-wplc-content .ml-lg-n5, .bootstrap-wplc-content .mx-lg-n5 {
|
5891 |
+
margin-left: -3rem !important; }
|
5892 |
+
.bootstrap-wplc-content .m-lg-auto {
|
5893 |
+
margin: auto !important; }
|
5894 |
+
.bootstrap-wplc-content .mt-lg-auto, .bootstrap-wplc-content .my-lg-auto {
|
5895 |
+
margin-top: auto !important; }
|
5896 |
+
.bootstrap-wplc-content .mr-lg-auto, .bootstrap-wplc-content .mx-lg-auto {
|
5897 |
+
margin-right: auto !important; }
|
5898 |
+
.bootstrap-wplc-content .mb-lg-auto, .bootstrap-wplc-content .my-lg-auto {
|
5899 |
+
margin-bottom: auto !important; }
|
5900 |
+
.bootstrap-wplc-content .ml-lg-auto, .bootstrap-wplc-content .mx-lg-auto {
|
5901 |
+
margin-left: auto !important; } }
|
5902 |
+
@media (min-width: 1200px) {
|
5903 |
+
.bootstrap-wplc-content .m-xl-0 {
|
5904 |
+
margin: 0 !important; }
|
5905 |
+
.bootstrap-wplc-content .mt-xl-0, .bootstrap-wplc-content .my-xl-0 {
|
5906 |
+
margin-top: 0 !important; }
|
5907 |
+
.bootstrap-wplc-content .mr-xl-0, .bootstrap-wplc-content .mx-xl-0 {
|
5908 |
+
margin-right: 0 !important; }
|
5909 |
+
.bootstrap-wplc-content .mb-xl-0, .bootstrap-wplc-content .my-xl-0 {
|
5910 |
+
margin-bottom: 0 !important; }
|
5911 |
+
.bootstrap-wplc-content .ml-xl-0, .bootstrap-wplc-content .mx-xl-0 {
|
5912 |
+
margin-left: 0 !important; }
|
5913 |
+
.bootstrap-wplc-content .m-xl-1 {
|
5914 |
+
margin: 0.25rem !important; }
|
5915 |
+
.bootstrap-wplc-content .mt-xl-1, .bootstrap-wplc-content .my-xl-1 {
|
5916 |
+
margin-top: 0.25rem !important; }
|
5917 |
+
.bootstrap-wplc-content .mr-xl-1, .bootstrap-wplc-content .mx-xl-1 {
|
5918 |
+
margin-right: 0.25rem !important; }
|
5919 |
+
.bootstrap-wplc-content .mb-xl-1, .bootstrap-wplc-content .my-xl-1 {
|
5920 |
+
margin-bottom: 0.25rem !important; }
|
5921 |
+
.bootstrap-wplc-content .ml-xl-1, .bootstrap-wplc-content .mx-xl-1 {
|
5922 |
+
margin-left: 0.25rem !important; }
|
5923 |
+
.bootstrap-wplc-content .m-xl-2 {
|
5924 |
+
margin: 0.5rem !important; }
|
5925 |
+
.bootstrap-wplc-content .mt-xl-2, .bootstrap-wplc-content .my-xl-2 {
|
5926 |
+
margin-top: 0.5rem !important; }
|
5927 |
+
.bootstrap-wplc-content .mr-xl-2, .bootstrap-wplc-content .mx-xl-2 {
|
5928 |
+
margin-right: 0.5rem !important; }
|
5929 |
+
.bootstrap-wplc-content .mb-xl-2, .bootstrap-wplc-content .my-xl-2 {
|
5930 |
+
margin-bottom: 0.5rem !important; }
|
5931 |
+
.bootstrap-wplc-content .ml-xl-2, .bootstrap-wplc-content .mx-xl-2 {
|
5932 |
+
margin-left: 0.5rem !important; }
|
5933 |
+
.bootstrap-wplc-content .m-xl-3 {
|
5934 |
+
margin: 1rem !important; }
|
5935 |
+
.bootstrap-wplc-content .mt-xl-3, .bootstrap-wplc-content .my-xl-3 {
|
5936 |
+
margin-top: 1rem !important; }
|
5937 |
+
.bootstrap-wplc-content .mr-xl-3, .bootstrap-wplc-content .mx-xl-3 {
|
5938 |
+
margin-right: 1rem !important; }
|
5939 |
+
.bootstrap-wplc-content .mb-xl-3, .bootstrap-wplc-content .my-xl-3 {
|
5940 |
+
margin-bottom: 1rem !important; }
|
5941 |
+
.bootstrap-wplc-content .ml-xl-3, .bootstrap-wplc-content .mx-xl-3 {
|
5942 |
+
margin-left: 1rem !important; }
|
5943 |
+
.bootstrap-wplc-content .m-xl-4 {
|
5944 |
+
margin: 1.5rem !important; }
|
5945 |
+
.bootstrap-wplc-content .mt-xl-4, .bootstrap-wplc-content .my-xl-4 {
|
5946 |
+
margin-top: 1.5rem !important; }
|
5947 |
+
.bootstrap-wplc-content .mr-xl-4, .bootstrap-wplc-content .mx-xl-4 {
|
5948 |
+
margin-right: 1.5rem !important; }
|
5949 |
+
.bootstrap-wplc-content .mb-xl-4, .bootstrap-wplc-content .my-xl-4 {
|
5950 |
+
margin-bottom: 1.5rem !important; }
|
5951 |
+
.bootstrap-wplc-content .ml-xl-4, .bootstrap-wplc-content .mx-xl-4 {
|
5952 |
+
margin-left: 1.5rem !important; }
|
5953 |
+
.bootstrap-wplc-content .m-xl-5 {
|
5954 |
+
margin: 3rem !important; }
|
5955 |
+
.bootstrap-wplc-content .mt-xl-5, .bootstrap-wplc-content .my-xl-5 {
|
5956 |
+
margin-top: 3rem !important; }
|
5957 |
+
.bootstrap-wplc-content .mr-xl-5, .bootstrap-wplc-content .mx-xl-5 {
|
5958 |
+
margin-right: 3rem !important; }
|
5959 |
+
.bootstrap-wplc-content .mb-xl-5, .bootstrap-wplc-content .my-xl-5 {
|
5960 |
+
margin-bottom: 3rem !important; }
|
5961 |
+
.bootstrap-wplc-content .ml-xl-5, .bootstrap-wplc-content .mx-xl-5 {
|
5962 |
+
margin-left: 3rem !important; }
|
5963 |
+
.bootstrap-wplc-content .p-xl-0 {
|
5964 |
+
padding: 0 !important; }
|
5965 |
+
.bootstrap-wplc-content .pt-xl-0, .bootstrap-wplc-content .py-xl-0 {
|
5966 |
+
padding-top: 0 !important; }
|
5967 |
+
.bootstrap-wplc-content .pr-xl-0, .bootstrap-wplc-content .px-xl-0 {
|
5968 |
+
padding-right: 0 !important; }
|
5969 |
+
.bootstrap-wplc-content .pb-xl-0, .bootstrap-wplc-content .py-xl-0 {
|
5970 |
+
padding-bottom: 0 !important; }
|
5971 |
+
.bootstrap-wplc-content .pl-xl-0, .bootstrap-wplc-content .px-xl-0 {
|
5972 |
+
padding-left: 0 !important; }
|
5973 |
+
.bootstrap-wplc-content .p-xl-1 {
|
5974 |
+
padding: 0.25rem !important; }
|
5975 |
+
.bootstrap-wplc-content .pt-xl-1, .bootstrap-wplc-content .py-xl-1 {
|
5976 |
+
padding-top: 0.25rem !important; }
|
5977 |
+
.bootstrap-wplc-content .pr-xl-1, .bootstrap-wplc-content .px-xl-1 {
|
5978 |
+
padding-right: 0.25rem !important; }
|
5979 |
+
.bootstrap-wplc-content .pb-xl-1, .bootstrap-wplc-content .py-xl-1 {
|
5980 |
+
padding-bottom: 0.25rem !important; }
|
5981 |
+
.bootstrap-wplc-content .pl-xl-1, .bootstrap-wplc-content .px-xl-1 {
|
5982 |
+
padding-left: 0.25rem !important; }
|
5983 |
+
.bootstrap-wplc-content .p-xl-2 {
|
5984 |
+
padding: 0.5rem !important; }
|
5985 |
+
.bootstrap-wplc-content .pt-xl-2, .bootstrap-wplc-content .py-xl-2 {
|
5986 |
+
padding-top: 0.5rem !important; }
|
5987 |
+
.bootstrap-wplc-content .pr-xl-2, .bootstrap-wplc-content .px-xl-2 {
|
5988 |
+
padding-right: 0.5rem !important; }
|
5989 |
+
.bootstrap-wplc-content .pb-xl-2, .bootstrap-wplc-content .py-xl-2 {
|
5990 |
+
padding-bottom: 0.5rem !important; }
|
5991 |
+
.bootstrap-wplc-content .pl-xl-2, .bootstrap-wplc-content .px-xl-2 {
|
5992 |
+
padding-left: 0.5rem !important; }
|
5993 |
+
.bootstrap-wplc-content .p-xl-3 {
|
5994 |
+
padding: 1rem !important; }
|
5995 |
+
.bootstrap-wplc-content .pt-xl-3, .bootstrap-wplc-content .py-xl-3 {
|
5996 |
+
padding-top: 1rem !important; }
|
5997 |
+
.bootstrap-wplc-content .pr-xl-3, .bootstrap-wplc-content .px-xl-3 {
|
5998 |
+
padding-right: 1rem !important; }
|
5999 |
+
.bootstrap-wplc-content .pb-xl-3, .bootstrap-wplc-content .py-xl-3 {
|
6000 |
+
padding-bottom: 1rem !important; }
|
6001 |
+
.bootstrap-wplc-content .pl-xl-3, .bootstrap-wplc-content .px-xl-3 {
|
6002 |
+
padding-left: 1rem !important; }
|
6003 |
+
.bootstrap-wplc-content .p-xl-4 {
|
6004 |
+
padding: 1.5rem !important; }
|
6005 |
+
.bootstrap-wplc-content .pt-xl-4, .bootstrap-wplc-content .py-xl-4 {
|
6006 |
+
padding-top: 1.5rem !important; }
|
6007 |
+
.bootstrap-wplc-content .pr-xl-4, .bootstrap-wplc-content .px-xl-4 {
|
6008 |
+
padding-right: 1.5rem !important; }
|
6009 |
+
.bootstrap-wplc-content .pb-xl-4, .bootstrap-wplc-content .py-xl-4 {
|
6010 |
+
padding-bottom: 1.5rem !important; }
|
6011 |
+
.bootstrap-wplc-content .pl-xl-4, .bootstrap-wplc-content .px-xl-4 {
|
6012 |
+
padding-left: 1.5rem !important; }
|
6013 |
+
.bootstrap-wplc-content .p-xl-5 {
|
6014 |
+
padding: 3rem !important; }
|
6015 |
+
.bootstrap-wplc-content .pt-xl-5, .bootstrap-wplc-content .py-xl-5 {
|
6016 |
+
padding-top: 3rem !important; }
|
6017 |
+
.bootstrap-wplc-content .pr-xl-5, .bootstrap-wplc-content .px-xl-5 {
|
6018 |
+
padding-right: 3rem !important; }
|
6019 |
+
.bootstrap-wplc-content .pb-xl-5, .bootstrap-wplc-content .py-xl-5 {
|
6020 |
+
padding-bottom: 3rem !important; }
|
6021 |
+
.bootstrap-wplc-content .pl-xl-5, .bootstrap-wplc-content .px-xl-5 {
|
6022 |
+
padding-left: 3rem !important; }
|
6023 |
+
.bootstrap-wplc-content .m-xl-n1 {
|
6024 |
+
margin: -0.25rem !important; }
|
6025 |
+
.bootstrap-wplc-content .mt-xl-n1, .bootstrap-wplc-content .my-xl-n1 {
|
6026 |
+
margin-top: -0.25rem !important; }
|
6027 |
+
.bootstrap-wplc-content .mr-xl-n1, .bootstrap-wplc-content .mx-xl-n1 {
|
6028 |
+
margin-right: -0.25rem !important; }
|
6029 |
+
.bootstrap-wplc-content .mb-xl-n1, .bootstrap-wplc-content .my-xl-n1 {
|
6030 |
+
margin-bottom: -0.25rem !important; }
|
6031 |
+
.bootstrap-wplc-content .ml-xl-n1, .bootstrap-wplc-content .mx-xl-n1 {
|
6032 |
+
margin-left: -0.25rem !important; }
|
6033 |
+
.bootstrap-wplc-content .m-xl-n2 {
|
6034 |
+
margin: -0.5rem !important; }
|
6035 |
+
.bootstrap-wplc-content .mt-xl-n2, .bootstrap-wplc-content .my-xl-n2 {
|
6036 |
+
margin-top: -0.5rem !important; }
|
6037 |
+
.bootstrap-wplc-content .mr-xl-n2, .bootstrap-wplc-content .mx-xl-n2 {
|
6038 |
+
margin-right: -0.5rem !important; }
|
6039 |
+
.bootstrap-wplc-content .mb-xl-n2, .bootstrap-wplc-content .my-xl-n2 {
|
6040 |
+
margin-bottom: -0.5rem !important; }
|
6041 |
+
.bootstrap-wplc-content .ml-xl-n2, .bootstrap-wplc-content .mx-xl-n2 {
|
6042 |
+
margin-left: -0.5rem !important; }
|
6043 |
+
.bootstrap-wplc-content .m-xl-n3 {
|
6044 |
+
margin: -1rem !important; }
|
6045 |
+
.bootstrap-wplc-content .mt-xl-n3, .bootstrap-wplc-content .my-xl-n3 {
|
6046 |
+
margin-top: -1rem !important; }
|
6047 |
+
.bootstrap-wplc-content .mr-xl-n3, .bootstrap-wplc-content .mx-xl-n3 {
|
6048 |
+
margin-right: -1rem !important; }
|
6049 |
+
.bootstrap-wplc-content .mb-xl-n3, .bootstrap-wplc-content .my-xl-n3 {
|
6050 |
+
margin-bottom: -1rem !important; }
|
6051 |
+
.bootstrap-wplc-content .ml-xl-n3, .bootstrap-wplc-content .mx-xl-n3 {
|
6052 |
+
margin-left: -1rem !important; }
|
6053 |
+
.bootstrap-wplc-content .m-xl-n4 {
|
6054 |
+
margin: -1.5rem !important; }
|
6055 |
+
.bootstrap-wplc-content .mt-xl-n4, .bootstrap-wplc-content .my-xl-n4 {
|
6056 |
+
margin-top: -1.5rem !important; }
|
6057 |
+
.bootstrap-wplc-content .mr-xl-n4, .bootstrap-wplc-content .mx-xl-n4 {
|
6058 |
+
margin-right: -1.5rem !important; }
|
6059 |
+
.bootstrap-wplc-content .mb-xl-n4, .bootstrap-wplc-content .my-xl-n4 {
|
6060 |
+
margin-bottom: -1.5rem !important; }
|
6061 |
+
.bootstrap-wplc-content .ml-xl-n4, .bootstrap-wplc-content .mx-xl-n4 {
|
6062 |
+
margin-left: -1.5rem !important; }
|
6063 |
+
.bootstrap-wplc-content .m-xl-n5 {
|
6064 |
+
margin: -3rem !important; }
|
6065 |
+
.bootstrap-wplc-content .mt-xl-n5, .bootstrap-wplc-content .my-xl-n5 {
|
6066 |
+
margin-top: -3rem !important; }
|
6067 |
+
.bootstrap-wplc-content .mr-xl-n5, .bootstrap-wplc-content .mx-xl-n5 {
|
6068 |
+
margin-right: -3rem !important; }
|
6069 |
+
.bootstrap-wplc-content .mb-xl-n5, .bootstrap-wplc-content .my-xl-n5 {
|
6070 |
+
margin-bottom: -3rem !important; }
|
6071 |
+
.bootstrap-wplc-content .ml-xl-n5, .bootstrap-wplc-content .mx-xl-n5 {
|
6072 |
+
margin-left: -3rem !important; }
|
6073 |
+
.bootstrap-wplc-content .m-xl-auto {
|
6074 |
+
margin: auto !important; }
|
6075 |
+
.bootstrap-wplc-content .mt-xl-auto, .bootstrap-wplc-content .my-xl-auto {
|
6076 |
+
margin-top: auto !important; }
|
6077 |
+
.bootstrap-wplc-content .mr-xl-auto, .bootstrap-wplc-content .mx-xl-auto {
|
6078 |
+
margin-right: auto !important; }
|
6079 |
+
.bootstrap-wplc-content .mb-xl-auto, .bootstrap-wplc-content .my-xl-auto {
|
6080 |
+
margin-bottom: auto !important; }
|
6081 |
+
.bootstrap-wplc-content .ml-xl-auto, .bootstrap-wplc-content .mx-xl-auto {
|
6082 |
+
margin-left: auto !important; } }
|
6083 |
+
.bootstrap-wplc-content .text-monospace {
|
6084 |
+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
|
6085 |
+
.bootstrap-wplc-content .text-justify {
|
6086 |
+
text-align: justify !important; }
|
6087 |
+
.bootstrap-wplc-content .text-wrap {
|
6088 |
+
white-space: normal !important; }
|
6089 |
+
.bootstrap-wplc-content .text-nowrap {
|
6090 |
+
white-space: nowrap !important; }
|
6091 |
+
.bootstrap-wplc-content .text-truncate {
|
6092 |
+
overflow: hidden;
|
6093 |
+
text-overflow: ellipsis;
|
6094 |
+
white-space: nowrap; }
|
6095 |
+
.bootstrap-wplc-content .text-left {
|
6096 |
+
text-align: left !important; }
|
6097 |
+
.bootstrap-wplc-content .text-right {
|
6098 |
+
text-align: right !important; }
|
6099 |
+
.bootstrap-wplc-content .text-center {
|
6100 |
+
text-align: center !important; }
|
6101 |
+
@media (min-width: 576px) {
|
6102 |
+
.bootstrap-wplc-content .text-sm-left {
|
6103 |
+
text-align: left !important; }
|
6104 |
+
.bootstrap-wplc-content .text-sm-right {
|
6105 |
+
text-align: right !important; }
|
6106 |
+
.bootstrap-wplc-content .text-sm-center {
|
6107 |
+
text-align: center !important; } }
|
6108 |
+
@media (min-width: 768px) {
|
6109 |
+
.bootstrap-wplc-content .text-md-left {
|
6110 |
+
text-align: left !important; }
|
6111 |
+
.bootstrap-wplc-content .text-md-right {
|
6112 |
+
text-align: right !important; }
|
6113 |
+
.bootstrap-wplc-content .text-md-center {
|
6114 |
+
text-align: center !important; } }
|
6115 |
+
@media (min-width: 992px) {
|
6116 |
+
.bootstrap-wplc-content .text-lg-left {
|
6117 |
+
text-align: left !important; }
|
6118 |
+
.bootstrap-wplc-content .text-lg-right {
|
6119 |
+
text-align: right !important; }
|
6120 |
+
.bootstrap-wplc-content .text-lg-center {
|
6121 |
+
text-align: center !important; } }
|
6122 |
+
@media (min-width: 1200px) {
|
6123 |
+
.bootstrap-wplc-content .text-xl-left {
|
6124 |
+
text-align: left !important; }
|
6125 |
+
.bootstrap-wplc-content .text-xl-right {
|
6126 |
+
text-align: right !important; }
|
6127 |
+
.bootstrap-wplc-content .text-xl-center {
|
6128 |
+
text-align: center !important; } }
|
6129 |
+
.bootstrap-wplc-content .text-lowercase {
|
6130 |
+
text-transform: lowercase !important; }
|
6131 |
+
.bootstrap-wplc-content .text-uppercase {
|
6132 |
+
text-transform: uppercase !important; }
|
6133 |
+
.bootstrap-wplc-content .text-capitalize {
|
6134 |
+
text-transform: capitalize !important; }
|
6135 |
+
.bootstrap-wplc-content .font-weight-light {
|
6136 |
+
font-weight: 300 !important; }
|
6137 |
+
.bootstrap-wplc-content .font-weight-lighter {
|
6138 |
+
font-weight: lighter !important; }
|
6139 |
+
.bootstrap-wplc-content .font-weight-normal {
|
6140 |
+
font-weight: 400 !important; }
|
6141 |
+
.bootstrap-wplc-content .font-weight-bold {
|
6142 |
+
font-weight: 700 !important; }
|
6143 |
+
.bootstrap-wplc-content .font-weight-bolder {
|
6144 |
+
font-weight: bolder !important; }
|
6145 |
+
.bootstrap-wplc-content .font-italic {
|
6146 |
+
font-style: italic !important; }
|
6147 |
+
.bootstrap-wplc-content .text-white {
|
6148 |
+
color: #fff !important; }
|
6149 |
+
.bootstrap-wplc-content .text-primary {
|
6150 |
+
color: #007bff !important; }
|
6151 |
+
.bootstrap-wplc-content a.text-primary:focus, .bootstrap-wplc-content a.text-primary:hover {
|
6152 |
+
color: #0056b3 !important; }
|
6153 |
+
.bootstrap-wplc-content .text-secondary {
|
6154 |
+
color: #6c757d !important; }
|
6155 |
+
.bootstrap-wplc-content a.text-secondary:focus, .bootstrap-wplc-content a.text-secondary:hover {
|
6156 |
+
color: #494f54 !important; }
|
6157 |
+
.bootstrap-wplc-content .text-success {
|
6158 |
+
color: #28a745 !important; }
|
6159 |
+
.bootstrap-wplc-content a.text-success:focus, .bootstrap-wplc-content a.text-success:hover {
|
6160 |
+
color: #19692c !important; }
|
6161 |
+
.bootstrap-wplc-content .text-info {
|
6162 |
+
color: #17a2b8 !important; }
|
6163 |
+
.bootstrap-wplc-content a.text-info:focus, .bootstrap-wplc-content a.text-info:hover {
|
6164 |
+
color: #0f6674 !important; }
|
6165 |
+
.bootstrap-wplc-content .text-warning {
|
6166 |
+
color: #ffc107 !important; }
|
6167 |
+
.bootstrap-wplc-content a.text-warning:focus, .bootstrap-wplc-content a.text-warning:hover {
|
6168 |
+
color: #ba8b00 !important; }
|
6169 |
+
.bootstrap-wplc-content .text-danger {
|
6170 |
+
color: #dc3545 !important; }
|
6171 |
+
.bootstrap-wplc-content a.text-danger:focus, .bootstrap-wplc-content a.text-danger:hover {
|
6172 |
+
color: #a71d2a !important; }
|
6173 |
+
.bootstrap-wplc-content .text-light {
|
6174 |
+
color: #f8f9fa !important; }
|
6175 |
+
.bootstrap-wplc-content a.text-light:focus, .bootstrap-wplc-content a.text-light:hover {
|
6176 |
+
color: #cbd3da !important; }
|
6177 |
+
.bootstrap-wplc-content .text-dark {
|
6178 |
+
color: #343a40 !important; }
|
6179 |
+
.bootstrap-wplc-content a.text-dark:focus, .bootstrap-wplc-content a.text-dark:hover {
|
6180 |
+
color: #121416 !important; }
|
6181 |
+
.bootstrap-wplc-content .text-body {
|
6182 |
+
color: #212529 !important; }
|
6183 |
+
.bootstrap-wplc-content .text-muted {
|
6184 |
+
color: #6c757d !important; }
|
6185 |
+
.bootstrap-wplc-content .text-black-50 {
|
6186 |
+
color: rgba(0, 0, 0, 0.5) !important; }
|
6187 |
+
.bootstrap-wplc-content .text-white-50 {
|
6188 |
+
color: rgba(255, 255, 255, 0.5) !important; }
|
6189 |
+
.bootstrap-wplc-content .text-hide {
|
6190 |
+
font: 0/0 a;
|
6191 |
+
color: transparent;
|
6192 |
+
text-shadow: none;
|
6193 |
+
background-color: transparent;
|
6194 |
+
border: 0; }
|
6195 |
+
.bootstrap-wplc-content .text-decoration-none {
|
6196 |
+
text-decoration: none !important; }
|
6197 |
+
.bootstrap-wplc-content .text-break {
|
6198 |
+
word-break: break-word !important;
|
6199 |
+
overflow-wrap: break-word !important; }
|
6200 |
+
.bootstrap-wplc-content .text-reset {
|
6201 |
+
color: inherit !important; }
|
6202 |
+
.bootstrap-wplc-content .visible {
|
6203 |
+
visibility: visible !important; }
|
6204 |
+
.bootstrap-wplc-content .invisible {
|
6205 |
+
visibility: hidden !important; }
|
6206 |
+
@media print {
|
6207 |
+
.bootstrap-wplc-content *, .bootstrap-wplc-content ::after, .bootstrap-wplc-content ::before {
|
6208 |
+
text-shadow: none !important;
|
6209 |
+
box-shadow: none !important; }
|
6210 |
+
.bootstrap-wplc-content a:not(.btn) {
|
6211 |
+
text-decoration: underline; }
|
6212 |
+
.bootstrap-wplc-content abbr[title]::after {
|
6213 |
+
content: " (" attr(title) ")"; }
|
6214 |
+
.bootstrap-wplc-content pre {
|
6215 |
+
white-space: pre-wrap !important; }
|
6216 |
+
.bootstrap-wplc-content blockquote, .bootstrap-wplc-content pre {
|
6217 |
+
border: 1px solid #adb5bd;
|
6218 |
+
page-break-inside: avoid; }
|
6219 |
+
.bootstrap-wplc-content thead {
|
6220 |
+
display: table-header-group; }
|
6221 |
+
.bootstrap-wplc-content img, .bootstrap-wplc-content tr {
|
6222 |
+
page-break-inside: avoid; }
|
6223 |
+
.bootstrap-wplc-content h2, .bootstrap-wplc-content h3, .bootstrap-wplc-content p {
|
6224 |
+
orphans: 3;
|
6225 |
+
widows: 3; }
|
6226 |
+
.bootstrap-wplc-content h2, .bootstrap-wplc-content h3 {
|
6227 |
+
page-break-after: avoid; }
|
6228 |
+
@page {
|
6229 |
+
.bootstrap-wplc-content {
|
6230 |
+
size: a3; } }
|
6231 |
+
.bootstrap-wplc-content body {
|
6232 |
+
min-width: 992px !important; }
|
6233 |
+
.bootstrap-wplc-content .container {
|
6234 |
+
min-width: 992px !important; }
|
6235 |
+
.bootstrap-wplc-content .navbar {
|
6236 |
+
display: none; }
|
6237 |
+
.bootstrap-wplc-content .badge {
|
6238 |
+
border: 1px solid #000; }
|
6239 |
+
.bootstrap-wplc-content .table {
|
6240 |
+
border-collapse: collapse !important; }
|
6241 |
+
.bootstrap-wplc-content .table td, .bootstrap-wplc-content .table th {
|
6242 |
+
background-color: #fff !important; }
|
6243 |
+
.bootstrap-wplc-content .table-bordered td, .bootstrap-wplc-content .table-bordered th {
|
6244 |
+
border: 1px solid #dee2e6 !important; }
|
6245 |
+
.bootstrap-wplc-content .table-dark {
|
6246 |
+
color: inherit; }
|
6247 |
+
.bootstrap-wplc-content .table-dark tbody + tbody, .bootstrap-wplc-content .table-dark td, .bootstrap-wplc-content .table-dark th, .bootstrap-wplc-content .table-dark thead th {
|
6248 |
+
border-color: #dee2e6; }
|
6249 |
+
.bootstrap-wplc-content .table .thead-dark th {
|
6250 |
+
color: inherit;
|
6251 |
+
border-color: #dee2e6; } }
|
includes/helpers/offline_messages_helper.php
CHANGED
@@ -23,22 +23,22 @@ class TCXOfflineMessagesHelper {
|
|
23 |
|
24 |
}
|
25 |
|
26 |
-
public static function generate_offline_respond_html( $
|
27 |
-
preg_match_all( '/{(.*?)}/', $
|
28 |
|
29 |
if ( isset( $matches[1] ) ) {
|
30 |
|
31 |
foreach ( $matches[1] as $key => $match ) {
|
32 |
|
33 |
-
if ( $
|
34 |
|
35 |
if ( $matches[1][ $key ] == 'wplc-user-name' ) {
|
36 |
|
37 |
-
$
|
38 |
|
39 |
} else if ( $matches[1][ $key ] == 'wplc-email-address' ) {
|
40 |
|
41 |
-
$
|
42 |
|
43 |
}
|
44 |
|
@@ -57,7 +57,7 @@ class TCXOfflineMessagesHelper {
|
|
57 |
<tbody>
|
58 |
<tr>
|
59 |
<td style="padding-bottom: 20px;">
|
60 |
-
<p>' . $
|
61 |
<hr>
|
62 |
</td>
|
63 |
</tr>
|
@@ -66,7 +66,7 @@ class TCXOfflineMessagesHelper {
|
|
66 |
<table id="" cellpadding="0" cellspacing="0" class="" width="100%" style="border-collapse: separate; font-size: 14px;">
|
67 |
<tbody>
|
68 |
<tr>
|
69 |
-
<td class="sortable-list ui-sortable">' . nl2br( $
|
70 |
</tr>
|
71 |
</tbody>
|
72 |
</table>
|
@@ -105,9 +105,6 @@ class TCXOfflineMessagesHelper {
|
|
105 |
$wplc_user_email,
|
106 |
$wplc_settings->wplc_autorespond_settings['wplc_ar_subject'] );
|
107 |
|
108 |
-
/**
|
109 |
-
* Using contents of wplcmail function as we need additional functionality for this
|
110 |
-
*/
|
111 |
$headers[] = 'Content-type: text/html';
|
112 |
if ( ! empty( $wplc_settings->wplc_autorespond_settings['wplc_ar_from_name'] ) && ! empty( $wplc_settings->wplc_autorespond_settings['wplc_ar_from_email'] ) ) {
|
113 |
$headers[] = 'Reply-To: ' . $wplc_settings->wplc_autorespond_settings['wplc_ar_from_name'] . ' <' . $wplc_settings->wplc_autorespond_settings['wplc_ar_from_email'] . '>';
|
@@ -119,7 +116,50 @@ class TCXOfflineMessagesHelper {
|
|
119 |
|
120 |
}
|
121 |
return;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
}
|
124 |
|
|
|
125 |
}
|
23 |
|
24 |
}
|
25 |
|
26 |
+
public static function generate_offline_respond_html( $mail_body, $wplc_user_name, $wplc_user_email, $mail_subject ) {
|
27 |
+
preg_match_all( '/{(.*?)}/', $mail_body, $matches );
|
28 |
|
29 |
if ( isset( $matches[1] ) ) {
|
30 |
|
31 |
foreach ( $matches[1] as $key => $match ) {
|
32 |
|
33 |
+
if ( $mail_body ) {
|
34 |
|
35 |
if ( $matches[1][ $key ] == 'wplc-user-name' ) {
|
36 |
|
37 |
+
$mail_body = str_replace( $matches[0][ $key ], $wplc_user_name, $mail_body );
|
38 |
|
39 |
} else if ( $matches[1][ $key ] == 'wplc-email-address' ) {
|
40 |
|
41 |
+
$mail_body = str_replace( $matches[0][ $key ], $wplc_user_email, $mail_body );
|
42 |
|
43 |
}
|
44 |
|
57 |
<tbody>
|
58 |
<tr>
|
59 |
<td style="padding-bottom: 20px;">
|
60 |
+
<p>' . $mail_subject . '</p>
|
61 |
<hr>
|
62 |
</td>
|
63 |
</tr>
|
66 |
<table id="" cellpadding="0" cellspacing="0" class="" width="100%" style="border-collapse: separate; font-size: 14px;">
|
67 |
<tbody>
|
68 |
<tr>
|
69 |
+
<td class="sortable-list ui-sortable">' . nl2br( $mail_body ) . '</td>
|
70 |
</tr>
|
71 |
</tbody>
|
72 |
</table>
|
105 |
$wplc_user_email,
|
106 |
$wplc_settings->wplc_autorespond_settings['wplc_ar_subject'] );
|
107 |
|
|
|
|
|
|
|
108 |
$headers[] = 'Content-type: text/html';
|
109 |
if ( ! empty( $wplc_settings->wplc_autorespond_settings['wplc_ar_from_name'] ) && ! empty( $wplc_settings->wplc_autorespond_settings['wplc_ar_from_email'] ) ) {
|
110 |
$headers[] = 'Reply-To: ' . $wplc_settings->wplc_autorespond_settings['wplc_ar_from_name'] . ' <' . $wplc_settings->wplc_autorespond_settings['wplc_ar_from_email'] . '>';
|
116 |
|
117 |
}
|
118 |
return;
|
119 |
+
}
|
120 |
+
|
121 |
+
public static function send_offline_notification_mail( $wplc_user_name,$wplc_user_email,$wplc_offline_message ) {
|
122 |
+
|
123 |
+
$wplc_settings = TCXSettings::getSettings();
|
124 |
+
|
125 |
+
if (isset($wplc_settings->wplc_pro_chat_email_address)) {
|
126 |
+
$email_address = $wplc_settings->wplc_pro_chat_email_address;
|
127 |
+
} else {
|
128 |
+
$email_address = get_option('admin_email');
|
129 |
+
}
|
130 |
+
$email_address = explode(',', $email_address);
|
131 |
+
|
132 |
+
$subject = __("WP Live Chat by 3CX - Offline Message from ", 'wp-live-chat-support');
|
133 |
+
if ( isset( $wplc_settings->wplc_pro_chat_email_offline_subject) ) {
|
134 |
+
$subject = stripslashes( $wplc_settings->wplc_pro_chat_email_offline_subject);
|
135 |
+
}
|
136 |
+
|
137 |
+
$subject = $subject.' [ '.$wplc_user_name.' ] ';
|
138 |
|
139 |
+
$message = __("Name", 'wp-live-chat-support').": $wplc_user_name \n".
|
140 |
+
__("Email", 'wp-live-chat-support').": $wplc_user_email\n".
|
141 |
+
__("Message", 'wp-live-chat-support').": $wplc_offline_message\n\n".
|
142 |
+
__("Via WP Live Chat by 3CX", 'wp-live-chat-support');
|
143 |
+
|
144 |
+
|
145 |
+
$mail_html = self::generate_offline_respond_html( $message,
|
146 |
+
$wplc_user_name,
|
147 |
+
$wplc_user_email,
|
148 |
+
$subject );
|
149 |
+
|
150 |
+
$headers[] = 'Content-type: text/html';
|
151 |
+
$headers[] = 'Reply-To: '.$wplc_user_name.'<'.$wplc_user_email.'>';
|
152 |
+
if ($email_address) {
|
153 |
+
foreach($email_address as $email) {
|
154 |
+
if (!wp_mail($email, $subject, $mail_html, $headers)) {
|
155 |
+
$error = date("Y-m-d H:i:s") . " WP-Mail Failed to send \n";
|
156 |
+
error_log($error);
|
157 |
+
}
|
158 |
+
}
|
159 |
+
}
|
160 |
+
|
161 |
+
return;
|
162 |
}
|
163 |
|
164 |
+
|
165 |
}
|
includes/models/settings.php
CHANGED
@@ -279,7 +279,7 @@ class TCXSettings {
|
|
279 |
$result->wplc_enabled_on_mobile = true;
|
280 |
$result->wplc_encryption_key = '';
|
281 |
$result->wplc_environment = 2;
|
282 |
-
$result->wplc_et_email_body =
|
283 |
$result->wplc_et_email_footer = "<span style='font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal;'>" . __( 'Thank you for chatting with us.' ) . "</span>";
|
284 |
$result->wplc_et_email_header = '<a title="' . get_bloginfo( 'name' ) . '" href="' . get_bloginfo( 'url' ) . '" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-decoration: underline;">' . get_bloginfo( 'name' ) . '</a>';
|
285 |
$result->wplc_exclude_from_pages = '';
|
@@ -503,6 +503,56 @@ class TCXSettings {
|
|
503 |
return false;
|
504 |
}
|
505 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
506 |
}
|
507 |
|
508 |
/* restore default settings snippet */
|
279 |
$result->wplc_enabled_on_mobile = true;
|
280 |
$result->wplc_encryption_key = '';
|
281 |
$result->wplc_environment = 2;
|
282 |
+
$result->wplc_et_email_body = self::wplc_get_default_transcript_body();
|
283 |
$result->wplc_et_email_footer = "<span style='font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal;'>" . __( 'Thank you for chatting with us.' ) . "</span>";
|
284 |
$result->wplc_et_email_header = '<a title="' . get_bloginfo( 'name' ) . '" href="' . get_bloginfo( 'url' ) . '" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-decoration: underline;">' . get_bloginfo( 'name' ) . '</a>';
|
285 |
$result->wplc_exclude_from_pages = '';
|
503 |
return false;
|
504 |
}
|
505 |
}
|
506 |
+
|
507 |
+
private static function wplc_get_default_transcript_body(){
|
508 |
+
return '
|
509 |
+
<table id="" border="0" cellpadding="0" cellspacing="0" width="100%" style="font-family: Georgia, serif;">
|
510 |
+
<tbody>
|
511 |
+
<tr>
|
512 |
+
<td width="100%" style="padding: 30px 20px 100px 20px;">
|
513 |
+
<table cellpadding="0" cellspacing="0" class="" width="100%" style="border-collapse: separate;">
|
514 |
+
<tbody>
|
515 |
+
<tr>
|
516 |
+
<td style="padding-bottom: 20px;">
|
517 |
+
|
518 |
+
<p>[wplc_et_transcript_header_text]</p>
|
519 |
+
</td>
|
520 |
+
</tr>
|
521 |
+
</tbody>
|
522 |
+
</table>
|
523 |
+
|
524 |
+
<table id="" cellpadding="0" cellspacing="0" class="" width="100%" style="border-collapse: separate; font-size: 12px; color: rgb(51, 62, 72);">
|
525 |
+
<tbody>
|
526 |
+
<tr>
|
527 |
+
<td class="sortable-list ui-sortable" >
|
528 |
+
[wplc_et_transcript]
|
529 |
+
</td>
|
530 |
+
</tr>
|
531 |
+
</tbody>
|
532 |
+
</table>
|
533 |
+
|
534 |
+
<table cellpadding="0" cellspacing="0" class="" width="100%" style="border-collapse: separate; max-width:100%;">
|
535 |
+
<tbody>
|
536 |
+
<tr>
|
537 |
+
<td style="padding-top:20px;">
|
538 |
+
<table border="0" cellpadding="0" cellspacing="0" class="" width="100%">
|
539 |
+
<tbody>
|
540 |
+
<tr>
|
541 |
+
<td id="">
|
542 |
+
<p>[wplc_et_transcript_footer_text]</p>
|
543 |
+
</td>
|
544 |
+
</tr>
|
545 |
+
</tbody>
|
546 |
+
</table>
|
547 |
+
</td>
|
548 |
+
</tr>
|
549 |
+
</tbody>
|
550 |
+
</table>
|
551 |
+
</td>
|
552 |
+
</tr>
|
553 |
+
</tbody>
|
554 |
+
</table>';
|
555 |
+
}
|
556 |
}
|
557 |
|
558 |
/* restore default settings snippet */
|
js/tcx-fa.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("TCXfa",[],e):"object"==typeof exports?exports.TCXfa=e():t.TCXfa=e()}(window,(function(){return function(t){var e={};function n(a){if(e[a])return e[a].exports;var r=e[a]={i:a,l:!1,exports:{}};return t[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,a){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(a,r,function(e){return t[e]}.bind(null,r));return a},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=5)}([function(t,e,n){"use strict";(function(t,a){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){for(var n=0;n<e.length;n++){var a=e[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(t,a.key,a)}}function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function o(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},a=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),a.forEach((function(e){c(t,e,n[e])}))}return t}function s(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=[],a=!0,r=!1,i=void 0;try{for(var c,o=t[Symbol.iterator]();!(a=(c=o.next()).done)&&(n.push(c.value),!e||n.length!==e);a=!0);}catch(t){r=!0,i=t}finally{try{a||null==o.return||o.return()}finally{if(r)throw i}}return n}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function f(t){return function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e<t.length;e++)n[e]=t[e];return n}}(t)||function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}n.d(e,"b",(function(){return xe})),n.d(e,"a",(function(){return Me}));var l=function(){},u={},d={},m=null,h={mark:l,measure:l};try{"undefined"!=typeof window&&(u=window),"undefined"!=typeof document&&(d=document),"undefined"!=typeof MutationObserver&&(m=MutationObserver),"undefined"!=typeof performance&&(h=performance)}catch(t){}var p=(u.navigator||{}).userAgent,v=void 0===p?"":p,g=u,b=d,y=m,w=h,x=(g.document,!!b.documentElement&&!!b.head&&"function"==typeof b.addEventListener&&"function"==typeof b.createElement),z=~v.indexOf("MSIE")||~v.indexOf("Trident/"),M=["HTML","HEAD","STYLE","SCRIPT"],k=function(){try{return!0}catch(t){return!1}}(),C={fas:"solid",far:"regular",fal:"light",fad:"duotone",fab:"brands",fa:"solid"},N={solid:"fas",regular:"far",light:"fal",duotone:"fad",brands:"fab"},_=/Font Awesome 5 (Solid|Regular|Light|Duotone|Brands|Free|Pro)/,L={900:"fas",400:"far",normal:"far",300:"fal"},A=[1,2,3,4,5,6,7,8,9,10],S=A.concat([11,12,13,14,15,16,17,18,19,20]),T=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],O={GROUP:"group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},H=["xs","sm","lg","fw","ul","li","border","pull-left","pull-right","spin","pulse","rotate-90","rotate-180","rotate-270","flip-horizontal","flip-vertical","flip-both","stack","stack-1x","stack-2x","inverse","layers","layers-text","layers-counter",O.GROUP,O.SWAP_OPACITY,O.PRIMARY,O.SECONDARY].concat(A.map((function(t){return"".concat(t,"x")}))).concat(S.map((function(t){return"w-".concat(t)}))),E=g.FontAwesomeConfig||{};if(b&&"function"==typeof b.querySelector){[["data-family-prefix","familyPrefix"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]].forEach((function(t){var e=s(t,2),n=e[0],a=e[1],r=function(t){return""===t||"false"!==t&&("true"===t||t)}(function(t){var e=b.querySelector("script["+t+"]");if(e)return e.getAttribute(t)}(n));null!=r&&(E[a]=r)}))}var I=o({},{familyPrefix:"fa",replacementClass:"svg-inline--fa",autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0},E);I.autoReplaceSvg||(I.observeMutations=!1);var j=o({},I);g.FontAwesomeConfig=j;var P=g||{};P.___FONT_AWESOME___||(P.___FONT_AWESOME___={}),P.___FONT_AWESOME___.styles||(P.___FONT_AWESOME___.styles={}),P.___FONT_AWESOME___.hooks||(P.___FONT_AWESOME___.hooks={}),P.___FONT_AWESOME___.shims||(P.___FONT_AWESOME___.shims=[]);var V=P.___FONT_AWESOME___,R=[],F=!1;function D(t){x&&(F?setTimeout(t,0):R.push(t))}x&&((F=(b.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(b.readyState))||b.addEventListener("DOMContentLoaded",(function t(){b.removeEventListener("DOMContentLoaded",t),F=1,R.map((function(t){return t()}))})));var Y,W=function(){},X=void 0!==t&&void 0!==t.process&&"function"==typeof t.process.emit,B=void 0===a?setTimeout:a,U=[];function q(){for(var t=0;t<U.length;t++)U[t][0](U[t][1]);U=[],Y=!1}function K(t,e){U.push([t,e]),Y||(Y=!0,B(q,0))}function G(t){var e=t.owner,n=e._state,a=e._data,r=t[n],i=t.then;if("function"==typeof r){n="fulfilled";try{a=r(a)}catch(t){Q(i,t)}}Z(i,a)||("fulfilled"===n&&$(i,a),"rejected"===n&&Q(i,a))}function Z(t,e){var n;try{if(t===e)throw new TypeError("A promises callback cannot return that same promise.");if(e&&("function"==typeof e||"object"===r(e))){var a=e.then;if("function"==typeof a)return a.call(e,(function(a){n||(n=!0,e===a?J(t,a):$(t,a))}),(function(e){n||(n=!0,Q(t,e))})),!0}}catch(e){return n||Q(t,e),!0}return!1}function $(t,e){t!==e&&Z(t,e)||J(t,e)}function J(t,e){"pending"===t._state&&(t._state="settled",t._data=e,K(et,t))}function Q(t,e){"pending"===t._state&&(t._state="settled",t._data=e,K(nt,t))}function tt(t){t._then=t._then.forEach(G)}function et(t){t._state="fulfilled",tt(t)}function nt(e){e._state="rejected",tt(e),!e._handled&&X&&t.process.emit("unhandledRejection",e._data,e)}function at(e){t.process.emit("rejectionHandled",e)}function rt(t){if("function"!=typeof t)throw new TypeError("Promise resolver "+t+" is not a function");if(this instanceof rt==!1)throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");this._then=[],function(t,e){function n(t){Q(e,t)}try{t((function(t){$(e,t)}),n)}catch(t){n(t)}}(t,this)}rt.prototype={constructor:rt,_state:"pending",_then:null,_data:void 0,_handled:!1,then:function(t,e){var n={owner:this,then:new this.constructor(W),fulfilled:t,rejected:e};return!e&&!t||this._handled||(this._handled=!0,"rejected"===this._state&&X&&K(at,this)),"fulfilled"===this._state||"rejected"===this._state?K(G,n):this._then.push(n),n.then},catch:function(t){return this.then(null,t)}},rt.all=function(t){if(!Array.isArray(t))throw new TypeError("You must pass an array to Promise.all().");return new rt((function(e,n){var a=[],r=0;function i(t){return r++,function(n){a[t]=n,--r||e(a)}}for(var c,o=0;o<t.length;o++)(c=t[o])&&"function"==typeof c.then?c.then(i(o),n):a[o]=c;r||e(a)}))},rt.race=function(t){if(!Array.isArray(t))throw new TypeError("You must pass an array to Promise.race().");return new rt((function(e,n){for(var a,r=0;r<t.length;r++)(a=t[r])&&"function"==typeof a.then?a.then(e,n):e(a)}))},rt.resolve=function(t){return t&&"object"===r(t)&&t.constructor===rt?t:new rt((function(e){e(t)}))},rt.reject=function(t){return new rt((function(e,n){n(t)}))};var it="function"==typeof Promise?Promise:rt,ct=16,ot={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function st(t){if(t&&x){var e=b.createElement("style");e.setAttribute("type","text/css"),e.innerHTML=t;for(var n=b.head.childNodes,a=null,r=n.length-1;r>-1;r--){var i=n[r],c=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(c)>-1&&(a=i)}return b.head.insertBefore(e,a),t}}function ft(){for(var t=12,e="";t-- >0;)e+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return e}function lt(t){for(var e=[],n=(t||[]).length>>>0;n--;)e[n]=t[n];return e}function ut(t){return t.classList?lt(t.classList):(t.getAttribute("class")||"").split(" ").filter((function(t){return t}))}function dt(t,e){var n,a=e.split("-"),r=a[0],i=a.slice(1).join("-");return r!==t||""===i||(n=i,~H.indexOf(n))?null:i}function mt(t){return"".concat(t).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function ht(t){return Object.keys(t||{}).reduce((function(e,n){return e+"".concat(n,": ").concat(t[n],";")}),"")}function pt(t){return t.size!==ot.size||t.x!==ot.x||t.y!==ot.y||t.rotate!==ot.rotate||t.flipX||t.flipY}function vt(t){var e=t.transform,n=t.containerWidth,a=t.iconWidth,r={transform:"translate(".concat(n/2," 256)")},i="translate(".concat(32*e.x,", ").concat(32*e.y,") "),c="scale(".concat(e.size/16*(e.flipX?-1:1),", ").concat(e.size/16*(e.flipY?-1:1),") "),o="rotate(".concat(e.rotate," 0 0)");return{outer:r,inner:{transform:"".concat(i," ").concat(c," ").concat(o)},path:{transform:"translate(".concat(a/2*-1," -256)")}}}var gt={x:0,y:0,width:"100%",height:"100%"};function bt(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return t.attributes&&(t.attributes.fill||e)&&(t.attributes.fill="black"),t}function yt(t){var e=t.icons,n=e.main,a=e.mask,r=t.prefix,i=t.iconName,c=t.transform,s=t.symbol,f=t.title,l=t.maskId,u=t.titleId,d=t.extra,m=t.watchable,h=void 0!==m&&m,p=a.found?a:n,v=p.width,g=p.height,b="fa-w-".concat(Math.ceil(v/g*16)),y=[j.replacementClass,i?"".concat(j.familyPrefix,"-").concat(i):"",b].filter((function(t){return-1===d.classes.indexOf(t)})).concat(d.classes).join(" "),w={children:[],attributes:o({},d.attributes,{"data-prefix":r,"data-icon":i,class:y,role:d.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(v," ").concat(g)})};h&&(w.attributes["data-fa-i2svg"]=""),f&&w.children.push({tag:"title",attributes:{id:w.attributes["aria-labelledby"]||"title-".concat(u||ft())},children:[f]});var x=o({},w,{prefix:r,iconName:i,main:n,mask:a,maskId:l,transform:c,symbol:s,styles:d.styles}),z=a.found&&n.found?function(t){var e,n=t.children,a=t.attributes,r=t.main,i=t.mask,c=t.maskId,s=t.transform,f=r.width,l=r.icon,u=i.width,d=i.icon,m=vt({transform:s,containerWidth:u,iconWidth:f}),h={tag:"rect",attributes:o({},gt,{fill:"white"})},p=l.children?{children:l.children.map(bt)}:{},v={tag:"g",attributes:o({},m.inner),children:[bt(o({tag:l.tag,attributes:o({},l.attributes,m.path)},p))]},g={tag:"g",attributes:o({},m.outer),children:[v]},b="mask-".concat(c||ft()),y="clip-".concat(c||ft()),w={tag:"mask",attributes:o({},gt,{id:b,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[h,g]},x={tag:"defs",children:[{tag:"clipPath",attributes:{id:y},children:(e=d,"g"===e.tag?e.children:[e])},w]};return n.push(x,{tag:"rect",attributes:o({fill:"currentColor","clip-path":"url(#".concat(y,")"),mask:"url(#".concat(b,")")},gt)}),{children:n,attributes:a}}(x):function(t){var e=t.children,n=t.attributes,a=t.main,r=t.transform,i=ht(t.styles);if(i.length>0&&(n.style=i),pt(r)){var c=vt({transform:r,containerWidth:a.width,iconWidth:a.width});e.push({tag:"g",attributes:o({},c.outer),children:[{tag:"g",attributes:o({},c.inner),children:[{tag:a.icon.tag,children:a.icon.children,attributes:o({},a.icon.attributes,c.path)}]}]})}else e.push(a.icon);return{children:e,attributes:n}}(x),M=z.children,k=z.attributes;return x.children=M,x.attributes=k,s?function(t){var e=t.prefix,n=t.iconName,a=t.children,r=t.attributes,i=t.symbol;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:o({},r,{id:!0===i?"".concat(e,"-").concat(j.familyPrefix,"-").concat(n):i}),children:a}]}]}(x):function(t){var e=t.children,n=t.main,a=t.mask,r=t.attributes,i=t.styles,c=t.transform;if(pt(c)&&n.found&&!a.found){var s={x:n.width/n.height/2,y:.5};r.style=ht(o({},i,{"transform-origin":"".concat(s.x+c.x/16,"em ").concat(s.y+c.y/16,"em")}))}return[{tag:"svg",attributes:r,children:e}]}(x)}function wt(t){var e=t.content,n=t.width,a=t.height,r=t.transform,i=t.title,c=t.extra,s=t.watchable,f=void 0!==s&&s,l=o({},c.attributes,i?{title:i}:{},{class:c.classes.join(" ")});f&&(l["data-fa-i2svg"]="");var u=o({},c.styles);pt(r)&&(u.transform=function(t){var e=t.transform,n=t.width,a=void 0===n?16:n,r=t.height,i=void 0===r?16:r,c=t.startCentered,o=void 0!==c&&c,s="";return s+=o&&z?"translate(".concat(e.x/ct-a/2,"em, ").concat(e.y/ct-i/2,"em) "):o?"translate(calc(-50% + ".concat(e.x/ct,"em), calc(-50% + ").concat(e.y/ct,"em)) "):"translate(".concat(e.x/ct,"em, ").concat(e.y/ct,"em) "),s+="scale(".concat(e.size/ct*(e.flipX?-1:1),", ").concat(e.size/ct*(e.flipY?-1:1),") "),s+="rotate(".concat(e.rotate,"deg) ")}({transform:r,startCentered:!0,width:n,height:a}),u["-webkit-transform"]=u.transform);var d=ht(u);d.length>0&&(l.style=d);var m=[];return m.push({tag:"span",attributes:l,children:[e]}),i&&m.push({tag:"span",attributes:{class:"sr-only"},children:[i]}),m}function xt(t){var e=t.content,n=t.title,a=t.extra,r=o({},a.attributes,n?{title:n}:{},{class:a.classes.join(" ")}),i=ht(a.styles);i.length>0&&(r.style=i);var c=[];return c.push({tag:"span",attributes:r,children:[e]}),n&&c.push({tag:"span",attributes:{class:"sr-only"},children:[n]}),c}var zt=function(){},Mt=j.measurePerformance&&w&&w.mark&&w.measure?w:{mark:zt,measure:zt},kt='FA "5.13.0"',Ct=function(t){Mt.mark("".concat(kt," ").concat(t," ends")),Mt.measure("".concat(kt," ").concat(t),"".concat(kt," ").concat(t," begins"),"".concat(kt," ").concat(t," ends"))},Nt=function(t){return Mt.mark("".concat(kt," ").concat(t," begins")),function(){return Ct(t)}},_t=function(t,e,n,a){var r,i,c,o=Object.keys(t),s=o.length,f=void 0!==a?function(t,e){return function(n,a,r,i){return t.call(e,n,a,r,i)}}(e,a):e;for(void 0===n?(r=1,c=t[o[0]]):(r=0,c=n);r<s;r++)c=f(c,t[i=o[r]],i,t);return c};function Lt(t){for(var e="",n=0;n<t.length;n++){e+=("000"+t.charCodeAt(n).toString(16)).slice(-4)}return e}function At(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.skipHooks,r=void 0!==a&&a,i=Object.keys(e).reduce((function(t,n){var a=e[n];return!!a.icon?t[a.iconName]=a.icon:t[n]=a,t}),{});"function"!=typeof V.hooks.addPack||r?V.styles[t]=o({},V.styles[t]||{},i):V.hooks.addPack(t,i),"fas"===t&&At("fa",e)}var St=V.styles,Tt=V.shims,Ot={},Ht={},Et={},It=function(){var t=function(t){return _t(St,(function(e,n,a){return e[a]=_t(n,t,{}),e}),{})};Ot=t((function(t,e,n){return e[3]&&(t[e[3]]=n),t})),Ht=t((function(t,e,n){var a=e[2];return t[n]=n,a.forEach((function(e){t[e]=n})),t}));var e="far"in St;Et=_t(Tt,(function(t,n){var a=n[0],r=n[1],i=n[2];return"far"!==r||e||(r="fas"),t[a]={prefix:r,iconName:i},t}),{})};function jt(t,e){return(Ot[t]||{})[e]}It();var Pt=V.styles;function Vt(t){return t.reduce((function(t,e){var n=dt(j.familyPrefix,e);if(Pt[e])t.prefix=e;else if(j.autoFetchSvg&&["fas","far","fal","fad","fab","fa"].indexOf(e)>-1)t.prefix=e;else if(n){var a="fa"===t.prefix?Et[n]||{prefix:null,iconName:null}:{};t.iconName=a.iconName||n,t.prefix=a.prefix||t.prefix}else e!==j.replacementClass&&0!==e.indexOf("fa-w-")&&t.rest.push(e);return t}),{prefix:null,iconName:null,rest:[]})}function Rt(t,e,n){if(t&&t[e]&&t[e][n])return{prefix:e,iconName:n,icon:t[e][n]}}function Ft(t){var e=t.tag,n=t.attributes,a=void 0===n?{}:n,r=t.children,i=void 0===r?[]:r;return"string"==typeof t?mt(t):"<".concat(e," ").concat(function(t){return Object.keys(t||{}).reduce((function(e,n){return e+"".concat(n,'="').concat(mt(t[n]),'" ')}),"").trim()}(a),">").concat(i.map(Ft).join(""),"</").concat(e,">")}var Dt=function(){};function Yt(t){return"string"==typeof(t.getAttribute?t.getAttribute("data-fa-i2svg"):null)}var Wt={replace:function(t){var e=t[0],n=t[1].map((function(t){return Ft(t)})).join("\n");if(e.parentNode&&e.outerHTML)e.outerHTML=n+(j.keepOriginalSource&&"svg"!==e.tagName.toLowerCase()?"\x3c!-- ".concat(e.outerHTML," --\x3e"):"");else if(e.parentNode){var a=document.createElement("span");e.parentNode.replaceChild(a,e),a.outerHTML=n}},nest:function(t){var e=t[0],n=t[1];if(~ut(e).indexOf(j.replacementClass))return Wt.replace(t);var a=new RegExp("".concat(j.familyPrefix,"-.*"));delete n[0].attributes.style,delete n[0].attributes.id;var r=n[0].attributes.class.split(" ").reduce((function(t,e){return e===j.replacementClass||e.match(a)?t.toSvg.push(e):t.toNode.push(e),t}),{toNode:[],toSvg:[]});n[0].attributes.class=r.toSvg.join(" ");var i=n.map((function(t){return Ft(t)})).join("\n");e.setAttribute("class",r.toNode.join(" ")),e.setAttribute("data-fa-i2svg",""),e.innerHTML=i}};function Xt(t){t()}function Bt(t,e){var n="function"==typeof e?e:Dt;if(0===t.length)n();else{var a=Xt;"async"===j.mutateApproach&&(a=g.requestAnimationFrame||Xt),a((function(){var e=!0===j.autoReplaceSvg?Wt.replace:Wt[j.autoReplaceSvg]||Wt.replace,a=Nt("mutate");t.map(e),a(),n()}))}}var Ut=!1;function qt(){Ut=!1}var Kt=null;function Gt(t){if(y&&j.observeMutations){var e=t.treeCallback,n=t.nodeCallback,a=t.pseudoElementsCallback,r=t.observeMutationsRoot,i=void 0===r?b:r;Kt=new y((function(t){Ut||lt(t).forEach((function(t){if("childList"===t.type&&t.addedNodes.length>0&&!Yt(t.addedNodes[0])&&(j.searchPseudoElements&&a(t.target),e(t.target)),"attributes"===t.type&&t.target.parentNode&&j.searchPseudoElements&&a(t.target.parentNode),"attributes"===t.type&&Yt(t.target)&&~T.indexOf(t.attributeName))if("class"===t.attributeName){var r=Vt(ut(t.target)),i=r.prefix,c=r.iconName;i&&t.target.setAttribute("data-prefix",i),c&&t.target.setAttribute("data-icon",c)}else n(t.target)}))})),x&&Kt.observe(i,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function Zt(t){var e,n,a=t.getAttribute("data-prefix"),r=t.getAttribute("data-icon"),i=void 0!==t.innerText?t.innerText.trim():"",c=Vt(ut(t));return a&&r&&(c.prefix=a,c.iconName=r),c.prefix&&i.length>1?c.iconName=(e=c.prefix,n=t.innerText,(Ht[e]||{})[n]):c.prefix&&1===i.length&&(c.iconName=jt(c.prefix,Lt(t.innerText))),c}var $t=function(t){var e={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t?t.toLowerCase().split(" ").reduce((function(t,e){var n=e.toLowerCase().split("-"),a=n[0],r=n.slice(1).join("-");if(a&&"h"===r)return t.flipX=!0,t;if(a&&"v"===r)return t.flipY=!0,t;if(r=parseFloat(r),isNaN(r))return t;switch(a){case"grow":t.size=t.size+r;break;case"shrink":t.size=t.size-r;break;case"left":t.x=t.x-r;break;case"right":t.x=t.x+r;break;case"up":t.y=t.y-r;break;case"down":t.y=t.y+r;break;case"rotate":t.rotate=t.rotate+r}return t}),e):e};function Jt(t){var e=Zt(t),n=e.iconName,a=e.prefix,r=e.rest,i=function(t){var e=t.getAttribute("style"),n=[];return e&&(n=e.split(";").reduce((function(t,e){var n=e.split(":"),a=n[0],r=n.slice(1);return a&&r.length>0&&(t[a]=r.join(":").trim()),t}),{})),n}(t),c=function(t){return $t(t.getAttribute("data-fa-transform"))}(t),o=function(t){var e=t.getAttribute("data-fa-symbol");return null!==e&&(""===e||e)}(t),s=function(t){var e=lt(t.attributes).reduce((function(t,e){return"class"!==t.name&&"style"!==t.name&&(t[e.name]=e.value),t}),{}),n=t.getAttribute("title"),a=t.getAttribute("data-fa-title-id");return j.autoA11y&&(n?e["aria-labelledby"]="".concat(j.replacementClass,"-title-").concat(a||ft()):(e["aria-hidden"]="true",e.focusable="false")),e}(t),f=function(t){var e=t.getAttribute("data-fa-mask");return e?Vt(e.split(" ").map((function(t){return t.trim()}))):{prefix:null,iconName:null,rest:[]}}(t);return{iconName:n,title:t.getAttribute("title"),titleId:t.getAttribute("data-fa-title-id"),prefix:a,transform:c,symbol:o,mask:f,maskId:t.getAttribute("data-fa-mask-id"),extra:{classes:r,styles:i,attributes:s}}}function Qt(t){this.name="MissingIcon",this.message=t||"Icon unavailable",this.stack=(new Error).stack}Qt.prototype=Object.create(Error.prototype),Qt.prototype.constructor=Qt;var te={fill:"currentColor"},ee={attributeType:"XML",repeatCount:"indefinite",dur:"2s"},ne={tag:"path",attributes:o({},te,{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})},ae=o({},ee,{attributeName:"opacity"}),re={tag:"g",children:[ne,{tag:"circle",attributes:o({},te,{cx:"256",cy:"364",r:"28"}),children:[{tag:"animate",attributes:o({},ee,{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:o({},ae,{values:"1;0;1;1;0;1;"})}]},{tag:"path",attributes:o({},te,{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:[{tag:"animate",attributes:o({},ae,{values:"1;0;0;0;0;1;"})}]},{tag:"path",attributes:o({},te,{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:o({},ae,{values:"0;0;1;1;0;0;"})}]}]},ie=V.styles;function ce(t){var e=t[0],n=t[1],a=s(t.slice(4),1)[0];return{found:!0,width:e,height:n,icon:Array.isArray(a)?{tag:"g",attributes:{class:"".concat(j.familyPrefix,"-").concat(O.GROUP)},children:[{tag:"path",attributes:{class:"".concat(j.familyPrefix,"-").concat(O.SECONDARY),fill:"currentColor",d:a[0]}},{tag:"path",attributes:{class:"".concat(j.familyPrefix,"-").concat(O.PRIMARY),fill:"currentColor",d:a[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:a}}}}function oe(t,e){return new it((function(n,a){var i={found:!1,width:512,height:512,icon:re};if(t&&e&&ie[e]&&ie[e][t])return n(ce(ie[e][t]));"object"===r(g.FontAwesomeKitConfig)&&"string"==typeof window.FontAwesomeKitConfig.token&&g.FontAwesomeKitConfig.token,t&&e&&!j.showMissingIcons?a(new Qt("Icon is missing for prefix ".concat(e," with icon name ").concat(t))):n(i)}))}var se=V.styles;function fe(t){var e=Jt(t);return~e.extra.classes.indexOf("fa-layers-text")?function(t,e){var n=e.title,a=e.transform,r=e.extra,i=null,c=null;if(z){var o=parseInt(getComputedStyle(t).fontSize,10),s=t.getBoundingClientRect();i=s.width/o,c=s.height/o}return j.autoA11y&&!n&&(r.attributes["aria-hidden"]="true"),it.resolve([t,wt({content:t.innerHTML,width:i,height:c,transform:a,title:n,extra:r,watchable:!0})])}(t,e):function(t,e){var n=e.iconName,a=e.title,r=e.titleId,i=e.prefix,c=e.transform,o=e.symbol,f=e.mask,l=e.maskId,u=e.extra;return new it((function(e,d){it.all([oe(n,i),oe(f.iconName,f.prefix)]).then((function(f){var d=s(f,2),m=d[0],h=d[1];e([t,yt({icons:{main:m,mask:h},prefix:i,iconName:n,transform:c,symbol:o,mask:h,maskId:l,title:a,titleId:r,extra:u,watchable:!0})])}))}))}(t,e)}function le(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(x){var n=b.documentElement.classList,a=function(t){return n.add("".concat("fontawesome-i2svg","-").concat(t))},r=function(t){return n.remove("".concat("fontawesome-i2svg","-").concat(t))},i=j.autoFetchSvg?Object.keys(C):Object.keys(se),c=[".".concat("fa-layers-text",":not([").concat("data-fa-i2svg","])")].concat(i.map((function(t){return".".concat(t,":not([").concat("data-fa-i2svg","])")}))).join(", ");if(0!==c.length){var o=[];try{o=lt(t.querySelectorAll(c))}catch(t){}if(o.length>0){a("pending"),r("complete");var s=Nt("onTree"),f=o.reduce((function(t,e){try{var n=fe(e);n&&t.push(n)}catch(t){k||t instanceof Qt&&console.error(t)}return t}),[]);return new it((function(t,n){it.all(f).then((function(n){Bt(n,(function(){a("active"),a("complete"),r("pending"),"function"==typeof e&&e(),s(),t()}))})).catch((function(){s(),n()}))}))}}}}function ue(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;fe(t).then((function(t){t&&Bt([t],e)}))}function de(t,e){var n="".concat("data-fa-pseudo-element-pending").concat(e.replace(":","-"));return new it((function(a,r){if(null!==t.getAttribute(n))return a();var i=lt(t.children).filter((function(t){return t.getAttribute("data-fa-pseudo-element")===e}))[0],c=g.getComputedStyle(t,e),s=c.getPropertyValue("font-family").match(_),f=c.getPropertyValue("font-weight"),l=c.getPropertyValue("content");if(i&&!s)return t.removeChild(i),a();if(s&&"none"!==l&&""!==l){var u=~["Solid","Regular","Light","Duotone","Brands"].indexOf(s[1])?N[s[1].toLowerCase()]:L[f],d=Lt(3===l.length?l.substr(1,1):l),m=jt(u,d),h=m;if(!m||i&&i.getAttribute("data-prefix")===u&&i.getAttribute("data-icon")===h)a();else{t.setAttribute(n,h),i&&t.removeChild(i);var p={iconName:null,title:null,titleId:null,prefix:null,transform:ot,symbol:!1,mask:null,maskId:null,extra:{classes:[],styles:{},attributes:{}}},v=p.extra;v.attributes["data-fa-pseudo-element"]=e,oe(m,u).then((function(r){var i=yt(o({},p,{icons:{main:r,mask:{prefix:null,iconName:null,rest:[]}},prefix:u,iconName:h,extra:v,watchable:!0})),c=b.createElement("svg");":before"===e?t.insertBefore(c,t.firstChild):t.appendChild(c),c.outerHTML=i.map((function(t){return Ft(t)})).join("\n"),t.removeAttribute(n),a()})).catch(r)}}else a()}))}function me(t){return it.all([de(t,":before"),de(t,":after")])}function he(t){return!(t.parentNode===document.head||~M.indexOf(t.tagName.toUpperCase())||t.getAttribute("data-fa-pseudo-element")||t.parentNode&&"svg"===t.parentNode.tagName)}function pe(t){if(x)return new it((function(e,n){var a=lt(t.querySelectorAll("*")).filter(he).map(me),r=Nt("searchPseudoElements");Ut=!0,it.all(a).then((function(){r(),qt(),e()})).catch((function(){r(),qt(),n()}))}))}function ve(){var t="svg-inline--fa",e=j.familyPrefix,n=j.replacementClass,a='svg:not(:root).svg-inline--fa {\n overflow: visible;\n}\n\n.svg-inline--fa {\n display: inline-block;\n font-size: inherit;\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.225em;\n}\n.svg-inline--fa.fa-w-1 {\n width: 0.0625em;\n}\n.svg-inline--fa.fa-w-2 {\n width: 0.125em;\n}\n.svg-inline--fa.fa-w-3 {\n width: 0.1875em;\n}\n.svg-inline--fa.fa-w-4 {\n width: 0.25em;\n}\n.svg-inline--fa.fa-w-5 {\n width: 0.3125em;\n}\n.svg-inline--fa.fa-w-6 {\n width: 0.375em;\n}\n.svg-inline--fa.fa-w-7 {\n width: 0.4375em;\n}\n.svg-inline--fa.fa-w-8 {\n width: 0.5em;\n}\n.svg-inline--fa.fa-w-9 {\n width: 0.5625em;\n}\n.svg-inline--fa.fa-w-10 {\n width: 0.625em;\n}\n.svg-inline--fa.fa-w-11 {\n width: 0.6875em;\n}\n.svg-inline--fa.fa-w-12 {\n width: 0.75em;\n}\n.svg-inline--fa.fa-w-13 {\n width: 0.8125em;\n}\n.svg-inline--fa.fa-w-14 {\n width: 0.875em;\n}\n.svg-inline--fa.fa-w-15 {\n width: 0.9375em;\n}\n.svg-inline--fa.fa-w-16 {\n width: 1em;\n}\n.svg-inline--fa.fa-w-17 {\n width: 1.0625em;\n}\n.svg-inline--fa.fa-w-18 {\n width: 1.125em;\n}\n.svg-inline--fa.fa-w-19 {\n width: 1.1875em;\n}\n.svg-inline--fa.fa-w-20 {\n width: 1.25em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-border {\n height: 1.5em;\n}\n.svg-inline--fa.fa-li {\n width: 2em;\n}\n.svg-inline--fa.fa-fw {\n width: 1.25em;\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: #ff253a;\n border-radius: 1em;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n color: #fff;\n height: 1.5em;\n line-height: 1;\n max-width: 5em;\n min-width: 1.5em;\n overflow: hidden;\n padding: 0.25em;\n right: 0;\n text-overflow: ellipsis;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: 0;\n right: 0;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: 0;\n left: 0;\n right: auto;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n right: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: 0;\n right: auto;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-lg {\n font-size: 1.3333333333em;\n line-height: 0.75em;\n vertical-align: -0.0667em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: 2.5em;\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: -2em;\n position: absolute;\n text-align: center;\n width: 2em;\n line-height: inherit;\n}\n\n.fa-border {\n border: solid 0.08em #eee;\n border-radius: 0.1em;\n padding: 0.2em 0.25em 0.15em;\n}\n\n.fa-pull-left {\n float: left;\n}\n\n.fa-pull-right {\n float: right;\n}\n\n.fa.fa-pull-left,\n.fas.fa-pull-left,\n.far.fa-pull-left,\n.fal.fa-pull-left,\n.fab.fa-pull-left {\n margin-right: 0.3em;\n}\n.fa.fa-pull-right,\n.fas.fa-pull-right,\n.far.fa-pull-right,\n.fal.fa-pull-right,\n.fab.fa-pull-right {\n margin-left: 0.3em;\n}\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8);\n}\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical,\n:root .fa-flip-both {\n -webkit-filter: none;\n filter: none;\n}\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: #fff;\n}\n\n.sr-only {\n border: 0;\n clip: rect(0, 0, 0, 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n clip: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n position: static;\n width: auto;\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse {\n color: #fff;\n}';if("fa"!==e||n!==t){var r=new RegExp("\\.".concat("fa","\\-"),"g"),i=new RegExp("\\--".concat("fa","\\-"),"g"),c=new RegExp("\\.".concat(t),"g");a=a.replace(r,".".concat(e,"-")).replace(i,"--".concat(e,"-")).replace(c,".".concat(n))}return a}function ge(){j.autoAddCss&&!ze&&(st(ve()),ze=!0)}function be(t,e){return Object.defineProperty(t,"abstract",{get:e}),Object.defineProperty(t,"html",{get:function(){return t.abstract.map((function(t){return Ft(t)}))}}),Object.defineProperty(t,"node",{get:function(){if(x){var e=b.createElement("div");return e.innerHTML=t.html,e.children}}}),t}function ye(t){var e=t.prefix,n=void 0===e?"fa":e,a=t.iconName;if(a)return Rt(xe.definitions,n,a)||Rt(V.styles,n,a)}var we,xe=new(function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.definitions={}}var e,n,a;return e=t,(n=[{key:"add",value:function(){for(var t=this,e=arguments.length,n=new Array(e),a=0;a<e;a++)n[a]=arguments[a];var r=n.reduce(this._pullDefinitions,{});Object.keys(r).forEach((function(e){t.definitions[e]=o({},t.definitions[e]||{},r[e]),At(e,r[e]),It()}))}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(t,e){var n=e.prefix&&e.iconName&&e.icon?{0:e}:e;return Object.keys(n).map((function(e){var a=n[e],r=a.prefix,i=a.iconName,c=a.icon;t[r]||(t[r]={}),t[r][i]=c})),t}}])&&i(e.prototype,n),a&&i(e,a),t}()),ze=!1,Me={i2svg:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(x){ge();var e=t.node,n=void 0===e?b:e,a=t.callback,r=void 0===a?function(){}:a;return j.searchPseudoElements&&pe(n),le(n,r)}return it.reject("Operation requires a DOM of some kind.")},css:ve,insertCss:function(){ze||(st(ve()),ze=!0)},watch:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.autoReplaceSvgRoot,n=t.observeMutationsRoot;!1===j.autoReplaceSvg&&(j.autoReplaceSvg=!0),j.observeMutations=!0,D((function(){Ne({autoReplaceSvgRoot:e}),Gt({treeCallback:le,nodeCallback:ue,pseudoElementsCallback:pe,observeMutationsRoot:n})}))}},ke=(we=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.transform,a=void 0===n?ot:n,r=e.symbol,i=void 0!==r&&r,c=e.mask,s=void 0===c?null:c,f=e.maskId,l=void 0===f?null:f,u=e.title,d=void 0===u?null:u,m=e.titleId,h=void 0===m?null:m,p=e.classes,v=void 0===p?[]:p,g=e.attributes,b=void 0===g?{}:g,y=e.styles,w=void 0===y?{}:y;if(t){var x=t.prefix,z=t.iconName,M=t.icon;return be(o({type:"icon"},t),(function(){return ge(),j.autoA11y&&(d?b["aria-labelledby"]="".concat(j.replacementClass,"-title-").concat(h||ft()):(b["aria-hidden"]="true",b.focusable="false")),yt({icons:{main:ce(M),mask:s?ce(s.icon):{found:!1,width:null,height:null,icon:{}}},prefix:x,iconName:z,transform:o({},ot,a),symbol:i,title:d,maskId:l,titleId:h,extra:{attributes:b,styles:w,classes:v}})}))}},function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=(t||{}).icon?t:ye(t||{}),a=e.mask;return a&&(a=(a||{}).icon?a:ye(a||{})),we(n,o({},e,{mask:a}))}),Ce={noAuto:function(){j.autoReplaceSvg=!1,j.observeMutations=!1,Kt&&Kt.disconnect()},config:j,dom:Me,library:xe,parse:{transform:function(t){return $t(t)}},findIconDefinition:ye,icon:ke,text:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.transform,a=void 0===n?ot:n,r=e.title,i=void 0===r?null:r,c=e.classes,s=void 0===c?[]:c,l=e.attributes,u=void 0===l?{}:l,d=e.styles,m=void 0===d?{}:d;return be({type:"text",content:t},(function(){return ge(),wt({content:t,transform:o({},ot,a),title:i,extra:{attributes:u,styles:m,classes:["".concat(j.familyPrefix,"-layers-text")].concat(f(s))}})}))},counter:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.title,a=void 0===n?null:n,r=e.classes,i=void 0===r?[]:r,c=e.attributes,o=void 0===c?{}:c,s=e.styles,l=void 0===s?{}:s;return be({type:"counter",content:t},(function(){return ge(),xt({content:t.toString(),title:a,extra:{attributes:o,styles:l,classes:["".concat(j.familyPrefix,"-layers-counter")].concat(f(i))}})}))},layer:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.classes,a=void 0===n?[]:n;return be({type:"layer"},(function(){ge();var e=[];return t((function(t){Array.isArray(t)?t.map((function(t){e=e.concat(t.abstract)})):e=e.concat(t.abstract)})),[{tag:"span",attributes:{class:["".concat(j.familyPrefix,"-layers")].concat(f(a)).join(" ")},children:e}]}))},toHtml:Ft},Ne=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.autoReplaceSvgRoot,n=void 0===e?b:e;(Object.keys(V.styles).length>0||j.autoFetchSvg)&&x&&j.autoReplaceSvg&&Ce.dom.i2svg({node:n})}}).call(this,n(1),n(2).setImmediate)},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){(function(t){var a=void 0!==t&&t||"undefined"!=typeof self&&self||window,r=Function.prototype.apply;function i(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new i(r.call(setTimeout,a,arguments),clearTimeout)},e.setInterval=function(){return new i(r.call(setInterval,a,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(a,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout((function(){t._onTimeout&&t._onTimeout()}),e))},n(3),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(1))},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var a,r,i,c,o,s=1,f={},l=!1,u=t.document,d=Object.getPrototypeOf&&Object.getPrototypeOf(t);d=d&&d.setTimeout?d:t,"[object process]"==={}.toString.call(t.process)?a=function(t){e.nextTick((function(){h(t)}))}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((i=new MessageChannel).port1.onmessage=function(t){h(t.data)},a=function(t){i.port2.postMessage(t)}):u&&"onreadystatechange"in u.createElement("script")?(r=u.documentElement,a=function(t){var e=u.createElement("script");e.onreadystatechange=function(){h(t),e.onreadystatechange=null,r.removeChild(e),e=null},r.appendChild(e)}):a=function(t){setTimeout(h,0,t)}:(c="setImmediate$"+Math.random()+"$",o=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(c)&&h(+e.data.slice(c.length))},t.addEventListener?t.addEventListener("message",o,!1):t.attachEvent("onmessage",o),a=function(e){t.postMessage(c+e,"*")}),d.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;n<e.length;n++)e[n]=arguments[n+1];var r={callback:t,args:e};return f[s]=r,a(s),s++},d.clearImmediate=m}function m(t){delete f[t]}function h(t){if(l)setTimeout(h,0,t);else{var e=f[t];if(e){l=!0;try{!function(t){var e=t.callback,n=t.args;switch(n.length){case 0:e();break;case 1:e(n[0]);break;case 2:e(n[0],n[1]);break;case 3:e(n[0],n[1],n[2]);break;default:e.apply(void 0,n)}}(e)}finally{m(t),l=!1}}}}}("undefined"==typeof self?void 0===t?this:t:self)}).call(this,n(1),n(4))},function(t,e){var n,a,r=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function c(){throw new Error("clearTimeout has not been defined")}function o(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{a="function"==typeof clearTimeout?clearTimeout:c}catch(t){a=c}}();var s,f=[],l=!1,u=-1;function d(){l&&s&&(l=!1,s.length?f=s.concat(f):u=-1,f.length&&m())}function m(){if(!l){var t=o(d);l=!0;for(var e=f.length;e;){for(s=f,f=[];++u<e;)s&&s[u].run();u=-1,e=f.length}s=null,l=!1,function(t){if(a===clearTimeout)return clearTimeout(t);if((a===c||!a)&&clearTimeout)return a=clearTimeout,clearTimeout(t);try{a(t)}catch(e){try{return a.call(null,t)}catch(e){return a.call(this,t)}}}(t)}}function h(t,e){this.fun=t,this.array=e}function p(){}r.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];f.push(new h(t,e)),1!==f.length||l||o(m)},h.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=p,r.addListener=p,r.once=p,r.off=p,r.removeListener=p,r.removeAllListeners=p,r.emit=p,r.prependListener=p,r.prependOnceListener=p,r.listeners=function(t){return[]},r.binding=function(t){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(t){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},function(t,e,n){"use strict";n.r(e),n.d(e,"tcxFaInit",(function(){return J}));var a=n(0),r={prefix:"fas",iconName:"arrow-circle-up",icon:[512,512,[],"f0aa","M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"]},i={prefix:"fas",iconName:"arrows-alt",icon:[512,512,[],"f0b2","M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z"]},c={prefix:"fas",iconName:"arrows-alt-h",icon:[512,512,[],"f337","M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z"]},o={prefix:"fas",iconName:"bolt",icon:[320,512,[],"f0e7","M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z"]},s={prefix:"fas",iconName:"book",icon:[448,512,[],"f02d","M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z"]},f={prefix:"fas",iconName:"border-all",icon:[448,512,[],"f84c","M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z"]},l={prefix:"fas",iconName:"chart-area",icon:[512,512,[],"f1fe","M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z"]},u={prefix:"fas",iconName:"check",icon:[512,512,[],"f00c","M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"]},d={prefix:"fas",iconName:"check-circle",icon:[512,512,[],"f058","M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"]},m={prefix:"fas",iconName:"chevron-circle-left",icon:[512,512,[],"f137","M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z"]},h={prefix:"fas",iconName:"chevron-circle-right",icon:[512,512,[],"f138","M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z"]},p={prefix:"fas",iconName:"clock",icon:[512,512,[],"f017","M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z"]},v={prefix:"fas",iconName:"cloud",icon:[640,512,[],"f0c2","M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z"]},g={prefix:"fas",iconName:"code",icon:[640,512,[],"f121","M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z"]},b={prefix:"fas",iconName:"code-branch",icon:[384,512,[],"f126","M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z"]},y={prefix:"fas",iconName:"cog",icon:[512,512,[],"f013","M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"]},w={prefix:"fas",iconName:"comment-dots",icon:[512,512,[],"f4ad","M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"]},x={prefix:"fas",iconName:"comments",icon:[576,512,[],"f086","M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z"]},z={prefix:"fas",iconName:"ellipsis-h",icon:[512,512,[],"f141","M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z"]},M={prefix:"fas",iconName:"ellipsis-v",icon:[192,512,[],"f142","M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"]},k={prefix:"fas",iconName:"exclamation",icon:[192,512,[],"f12a","M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z"]},C={prefix:"fas",iconName:"eye",icon:[576,512,[],"f06e","M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z"]},N={prefix:"fas",iconName:"file-export",icon:[576,512,[],"f56e","M384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128zM571 308l-95.7-96.4c-10.1-10.1-27.4-3-27.4 11.3V288h-64v64h64v65.2c0 14.3 17.3 21.4 27.4 11.3L571 332c6.6-6.6 6.6-17.4 0-24zm-379 28v-32c0-8.8 7.2-16 16-16h176V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V352H208c-8.8 0-16-7.2-16-16z"]},_={prefix:"fas",iconName:"gavel",icon:[512,512,[],"f0e3","M504.971 199.362l-22.627-22.627c-9.373-9.373-24.569-9.373-33.941 0l-5.657 5.657L329.608 69.255l5.657-5.657c9.373-9.373 9.373-24.569 0-33.941L312.638 7.029c-9.373-9.373-24.569-9.373-33.941 0L154.246 131.48c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l5.657-5.657 39.598 39.598-81.04 81.04-5.657-5.657c-12.497-12.497-32.758-12.497-45.255 0L9.373 412.118c-12.497 12.497-12.497 32.758 0 45.255l45.255 45.255c12.497 12.497 32.758 12.497 45.255 0l114.745-114.745c12.497-12.497 12.497-32.758 0-45.255l-5.657-5.657 81.04-81.04 39.598 39.598-5.657 5.657c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l124.451-124.451c9.372-9.372 9.372-24.568 0-33.941z"]},L={prefix:"fas",iconName:"globe",icon:[496,512,[],"f0ac","M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z"]},A={prefix:"fas",iconName:"info-circle",icon:[512,512,[],"f05a","M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"]},S={prefix:"fas",iconName:"keyboard",icon:[576,512,[],"f11c","M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z"]},T={prefix:"fas",iconName:"lock",icon:[448,512,[],"f023","M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"]},O={prefix:"fas",iconName:"newspaper",icon:[576,512,[],"f1ea","M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z"]},H={prefix:"fas",iconName:"paperclip",icon:[448,512,[],"f0c6","M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z"]},E={prefix:"fas",iconName:"pencil-alt",icon:[512,512,[],"f303","M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z"]},I={prefix:"fas",iconName:"play",icon:[448,512,[],"f04b","M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"]},j={prefix:"fas",iconName:"plus-circle",icon:[512,512,[],"f055","M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z"]},P={prefix:"fas",iconName:"question-circle",icon:[512,512,[],"f059","M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"]},V={prefix:"fas",iconName:"search",icon:[512,512,[],"f002","M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"]},R={prefix:"fas",iconName:"server",icon:[512,512,[],"f233","M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z"]},F={prefix:"fas",iconName:"sliders-h",icon:[512,512,[],"f1de","M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z"]},D={prefix:"fas",iconName:"smile",icon:[496,512,[],"f118","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z"]},Y={prefix:"fas",iconName:"tasks",icon:[512,512,[],"f0ae","M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"]},W={prefix:"fas",iconName:"thumbtack",icon:[384,512,[],"f08d","M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z"]},X={prefix:"fas",iconName:"times",icon:[352,512,[],"f00d","M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"]},B={prefix:"fas",iconName:"trash",icon:[448,512,[],"f1f8","M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z"]},U={prefix:"fas",iconName:"university",icon:[512,512,[],"f19c","M496 128v16a8 8 0 0 1-8 8h-24v12c0 6.627-5.373 12-12 12H60c-6.627 0-12-5.373-12-12v-12H24a8 8 0 0 1-8-8v-16a8 8 0 0 1 4.941-7.392l232-88a7.996 7.996 0 0 1 6.118 0l232 88A8 8 0 0 1 496 128zm-24 304H40c-13.255 0-24 10.745-24 24v16a8 8 0 0 0 8 8h464a8 8 0 0 0 8-8v-16c0-13.255-10.745-24-24-24zM96 192v192H60c-6.627 0-12 5.373-12 12v20h416v-20c0-6.627-5.373-12-12-12h-36V192h-64v192h-64V192h-64v192h-64V192H96z"]},q={prefix:"fas",iconName:"user-astronaut",icon:[448,512,[],"f4fb","M64 224h13.5c24.7 56.5 80.9 96 146.5 96s121.8-39.5 146.5-96H384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16h-13.5C345.8 39.5 289.6 0 224 0S102.2 39.5 77.5 96H64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16zm40-88c0-22.1 21.5-40 48-40h144c26.5 0 48 17.9 48 40v24c0 53-43 96-96 96h-48c-53 0-96-43-96-96v-24zm72 72l12-36 36-12-36-12-12-36-12 36-36 12 36 12 12 36zm151.6 113.4C297.7 340.7 262.2 352 224 352s-73.7-11.3-103.6-30.6C52.9 328.5 0 385 0 454.4v9.6c0 26.5 21.5 48 48 48h80v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h80c26.5 0 48-21.5 48-48v-9.6c0-69.4-52.9-125.9-120.4-133zM272 448c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-96 0c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16z"]},K={prefix:"fas",iconName:"user-times",icon:[640,512,[],"f235","M589.6 240l45.6-45.6c6.3-6.3 6.3-16.5 0-22.8l-22.8-22.8c-6.3-6.3-16.5-6.3-22.8 0L544 194.4l-45.6-45.6c-6.3-6.3-16.5-6.3-22.8 0l-22.8 22.8c-6.3 6.3-6.3 16.5 0 22.8l45.6 45.6-45.6 45.6c-6.3 6.3-6.3 16.5 0 22.8l22.8 22.8c6.3 6.3 16.5 6.3 22.8 0l45.6-45.6 45.6 45.6c6.3 6.3 16.5 6.3 22.8 0l22.8-22.8c6.3-6.3 6.3-16.5 0-22.8L589.6 240zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z"]},G={prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z"]},Z={prefix:"far",iconName:"envelope",icon:[512,512,[],"f0e0","M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"]},$={prefix:"far",iconName:"paper-plane",icon:[512,512,[],"f1d8","M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z"]};function J(){a.b.add(q),a.b.add(o),a.b.add(s),a.b.add(l),a.b.add(u),a.b.add(d),a.b.add(p),a.b.add(v),a.b.add(g),a.b.add(b),a.b.add(y),a.b.add(w),a.b.add(x),a.b.add(z),a.b.add(M),a.b.add(Z),a.b.add(k),a.b.add(C),a.b.add(_),a.b.add(A),a.b.add(T),a.b.add(O),a.b.add(H),a.b.add($),a.b.add(E),a.b.add(P),a.b.add(V),a.b.add(R),a.b.add(F),a.b.add(D),a.b.add(Y),a.b.add(X),a.b.add(U),a.b.add(G),a.b.add(K),a.b.add(j),a.b.add(B),a.b.add(I),a.b.add(r),a.b.add(c),a.b.add(i),a.b.add(W),a.b.add(N),a.b.add(L),a.b.add(f),a.b.add(S),a.b.add(h),a.b.add(m),a.a.watch({autoReplaceSvgRoot:document.getElementById("wplc_wrapper"),observeMutationsRoot:document.getElementById("wplc_wrapper")})}}])}));
|
1 |
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("TCXfa",[],e):"object"==typeof exports?exports.TCXfa=e():t.TCXfa=e()}(window,(function(){return function(t){var e={};function n(a){if(e[a])return e[a].exports;var r=e[a]={i:a,l:!1,exports:{}};return t[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,a){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(a,r,function(e){return t[e]}.bind(null,r));return a},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=5)}([function(t,e,n){"use strict";(function(t,a){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){for(var n=0;n<e.length;n++){var a=e[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(t,a.key,a)}}function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function o(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},a=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),a.forEach((function(e){c(t,e,n[e])}))}return t}function s(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=[],a=!0,r=!1,i=void 0;try{for(var c,o=t[Symbol.iterator]();!(a=(c=o.next()).done)&&(n.push(c.value),!e||n.length!==e);a=!0);}catch(t){r=!0,i=t}finally{try{a||null==o.return||o.return()}finally{if(r)throw i}}return n}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function f(t){return function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e<t.length;e++)n[e]=t[e];return n}}(t)||function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}n.d(e,"b",(function(){return xe})),n.d(e,"a",(function(){return Me}));var l=function(){},u={},d={},m=null,h={mark:l,measure:l};try{"undefined"!=typeof window&&(u=window),"undefined"!=typeof document&&(d=document),"undefined"!=typeof MutationObserver&&(m=MutationObserver),"undefined"!=typeof performance&&(h=performance)}catch(t){}var p=(u.navigator||{}).userAgent,v=void 0===p?"":p,g=u,b=d,y=m,w=h,x=(g.document,!!b.documentElement&&!!b.head&&"function"==typeof b.addEventListener&&"function"==typeof b.createElement),z=~v.indexOf("MSIE")||~v.indexOf("Trident/"),M=["HTML","HEAD","STYLE","SCRIPT"],k=function(){try{return!0}catch(t){return!1}}(),C={fas:"solid",far:"regular",fal:"light",fad:"duotone",fab:"brands",fa:"solid"},N={solid:"fas",regular:"far",light:"fal",duotone:"fad",brands:"fab"},_=/Font Awesome 5 (Solid|Regular|Light|Duotone|Brands|Free|Pro)/,L={900:"fas",400:"far",normal:"far",300:"fal"},A=[1,2,3,4,5,6,7,8,9,10],S=A.concat([11,12,13,14,15,16,17,18,19,20]),T=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],O={GROUP:"group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},H=["xs","sm","lg","fw","ul","li","border","pull-left","pull-right","spin","pulse","rotate-90","rotate-180","rotate-270","flip-horizontal","flip-vertical","flip-both","stack","stack-1x","stack-2x","inverse","layers","layers-text","layers-counter",O.GROUP,O.SWAP_OPACITY,O.PRIMARY,O.SECONDARY].concat(A.map((function(t){return"".concat(t,"x")}))).concat(S.map((function(t){return"w-".concat(t)}))),E=g.FontAwesomeConfig||{};if(b&&"function"==typeof b.querySelector){[["data-family-prefix","familyPrefix"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]].forEach((function(t){var e=s(t,2),n=e[0],a=e[1],r=function(t){return""===t||"false"!==t&&("true"===t||t)}(function(t){var e=b.querySelector("script["+t+"]");if(e)return e.getAttribute(t)}(n));null!=r&&(E[a]=r)}))}var I=o({},{familyPrefix:"fa",replacementClass:"svg-inline--fa",autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0},E);I.autoReplaceSvg||(I.observeMutations=!1);var j=o({},I);g.FontAwesomeConfig=j;var P=g||{};P.___FONT_AWESOME___||(P.___FONT_AWESOME___={}),P.___FONT_AWESOME___.styles||(P.___FONT_AWESOME___.styles={}),P.___FONT_AWESOME___.hooks||(P.___FONT_AWESOME___.hooks={}),P.___FONT_AWESOME___.shims||(P.___FONT_AWESOME___.shims=[]);var V=P.___FONT_AWESOME___,R=[],F=!1;function D(t){x&&(F?setTimeout(t,0):R.push(t))}x&&((F=(b.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(b.readyState))||b.addEventListener("DOMContentLoaded",(function t(){b.removeEventListener("DOMContentLoaded",t),F=1,R.map((function(t){return t()}))})));var Y,W=function(){},X=void 0!==t&&void 0!==t.process&&"function"==typeof t.process.emit,B=void 0===a?setTimeout:a,U=[];function q(){for(var t=0;t<U.length;t++)U[t][0](U[t][1]);U=[],Y=!1}function K(t,e){U.push([t,e]),Y||(Y=!0,B(q,0))}function G(t){var e=t.owner,n=e._state,a=e._data,r=t[n],i=t.then;if("function"==typeof r){n="fulfilled";try{a=r(a)}catch(t){Q(i,t)}}Z(i,a)||("fulfilled"===n&&$(i,a),"rejected"===n&&Q(i,a))}function Z(t,e){var n;try{if(t===e)throw new TypeError("A promises callback cannot return that same promise.");if(e&&("function"==typeof e||"object"===r(e))){var a=e.then;if("function"==typeof a)return a.call(e,(function(a){n||(n=!0,e===a?J(t,a):$(t,a))}),(function(e){n||(n=!0,Q(t,e))})),!0}}catch(e){return n||Q(t,e),!0}return!1}function $(t,e){t!==e&&Z(t,e)||J(t,e)}function J(t,e){"pending"===t._state&&(t._state="settled",t._data=e,K(et,t))}function Q(t,e){"pending"===t._state&&(t._state="settled",t._data=e,K(nt,t))}function tt(t){t._then=t._then.forEach(G)}function et(t){t._state="fulfilled",tt(t)}function nt(e){e._state="rejected",tt(e),!e._handled&&X&&t.process.emit("unhandledRejection",e._data,e)}function at(e){t.process.emit("rejectionHandled",e)}function rt(t){if("function"!=typeof t)throw new TypeError("Promise resolver "+t+" is not a function");if(this instanceof rt==!1)throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");this._then=[],function(t,e){function n(t){Q(e,t)}try{t((function(t){$(e,t)}),n)}catch(t){n(t)}}(t,this)}rt.prototype={constructor:rt,_state:"pending",_then:null,_data:void 0,_handled:!1,then:function(t,e){var n={owner:this,then:new this.constructor(W),fulfilled:t,rejected:e};return!e&&!t||this._handled||(this._handled=!0,"rejected"===this._state&&X&&K(at,this)),"fulfilled"===this._state||"rejected"===this._state?K(G,n):this._then.push(n),n.then},catch:function(t){return this.then(null,t)}},rt.all=function(t){if(!Array.isArray(t))throw new TypeError("You must pass an array to Promise.all().");return new rt((function(e,n){var a=[],r=0;function i(t){return r++,function(n){a[t]=n,--r||e(a)}}for(var c,o=0;o<t.length;o++)(c=t[o])&&"function"==typeof c.then?c.then(i(o),n):a[o]=c;r||e(a)}))},rt.race=function(t){if(!Array.isArray(t))throw new TypeError("You must pass an array to Promise.race().");return new rt((function(e,n){for(var a,r=0;r<t.length;r++)(a=t[r])&&"function"==typeof a.then?a.then(e,n):e(a)}))},rt.resolve=function(t){return t&&"object"===r(t)&&t.constructor===rt?t:new rt((function(e){e(t)}))},rt.reject=function(t){return new rt((function(e,n){n(t)}))};var it="function"==typeof Promise?Promise:rt,ct=16,ot={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function st(t){if(t&&x){var e=b.createElement("style");e.setAttribute("type","text/css"),e.innerHTML=t;for(var n=b.head.childNodes,a=null,r=n.length-1;r>-1;r--){var i=n[r],c=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(c)>-1&&(a=i)}return b.head.insertBefore(e,a),t}}function ft(){for(var t=12,e="";t-- >0;)e+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return e}function lt(t){for(var e=[],n=(t||[]).length>>>0;n--;)e[n]=t[n];return e}function ut(t){return t.classList?lt(t.classList):(t.getAttribute("class")||"").split(" ").filter((function(t){return t}))}function dt(t,e){var n,a=e.split("-"),r=a[0],i=a.slice(1).join("-");return r!==t||""===i||(n=i,~H.indexOf(n))?null:i}function mt(t){return"".concat(t).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function ht(t){return Object.keys(t||{}).reduce((function(e,n){return e+"".concat(n,": ").concat(t[n],";")}),"")}function pt(t){return t.size!==ot.size||t.x!==ot.x||t.y!==ot.y||t.rotate!==ot.rotate||t.flipX||t.flipY}function vt(t){var e=t.transform,n=t.containerWidth,a=t.iconWidth,r={transform:"translate(".concat(n/2," 256)")},i="translate(".concat(32*e.x,", ").concat(32*e.y,") "),c="scale(".concat(e.size/16*(e.flipX?-1:1),", ").concat(e.size/16*(e.flipY?-1:1),") "),o="rotate(".concat(e.rotate," 0 0)");return{outer:r,inner:{transform:"".concat(i," ").concat(c," ").concat(o)},path:{transform:"translate(".concat(a/2*-1," -256)")}}}var gt={x:0,y:0,width:"100%",height:"100%"};function bt(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return t.attributes&&(t.attributes.fill||e)&&(t.attributes.fill="black"),t}function yt(t){var e=t.icons,n=e.main,a=e.mask,r=t.prefix,i=t.iconName,c=t.transform,s=t.symbol,f=t.title,l=t.maskId,u=t.titleId,d=t.extra,m=t.watchable,h=void 0!==m&&m,p=a.found?a:n,v=p.width,g=p.height,b="fa-w-".concat(Math.ceil(v/g*16)),y=[j.replacementClass,i?"".concat(j.familyPrefix,"-").concat(i):"",b].filter((function(t){return-1===d.classes.indexOf(t)})).concat(d.classes).join(" "),w={children:[],attributes:o({},d.attributes,{"data-prefix":r,"data-icon":i,class:y,role:d.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(v," ").concat(g)})};h&&(w.attributes["data-fa-i2svg"]=""),f&&w.children.push({tag:"title",attributes:{id:w.attributes["aria-labelledby"]||"title-".concat(u||ft())},children:[f]});var x=o({},w,{prefix:r,iconName:i,main:n,mask:a,maskId:l,transform:c,symbol:s,styles:d.styles}),z=a.found&&n.found?function(t){var e,n=t.children,a=t.attributes,r=t.main,i=t.mask,c=t.maskId,s=t.transform,f=r.width,l=r.icon,u=i.width,d=i.icon,m=vt({transform:s,containerWidth:u,iconWidth:f}),h={tag:"rect",attributes:o({},gt,{fill:"white"})},p=l.children?{children:l.children.map(bt)}:{},v={tag:"g",attributes:o({},m.inner),children:[bt(o({tag:l.tag,attributes:o({},l.attributes,m.path)},p))]},g={tag:"g",attributes:o({},m.outer),children:[v]},b="mask-".concat(c||ft()),y="clip-".concat(c||ft()),w={tag:"mask",attributes:o({},gt,{id:b,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[h,g]},x={tag:"defs",children:[{tag:"clipPath",attributes:{id:y},children:(e=d,"g"===e.tag?e.children:[e])},w]};return n.push(x,{tag:"rect",attributes:o({fill:"currentColor","clip-path":"url(#".concat(y,")"),mask:"url(#".concat(b,")")},gt)}),{children:n,attributes:a}}(x):function(t){var e=t.children,n=t.attributes,a=t.main,r=t.transform,i=ht(t.styles);if(i.length>0&&(n.style=i),pt(r)){var c=vt({transform:r,containerWidth:a.width,iconWidth:a.width});e.push({tag:"g",attributes:o({},c.outer),children:[{tag:"g",attributes:o({},c.inner),children:[{tag:a.icon.tag,children:a.icon.children,attributes:o({},a.icon.attributes,c.path)}]}]})}else e.push(a.icon);return{children:e,attributes:n}}(x),M=z.children,k=z.attributes;return x.children=M,x.attributes=k,s?function(t){var e=t.prefix,n=t.iconName,a=t.children,r=t.attributes,i=t.symbol;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:o({},r,{id:!0===i?"".concat(e,"-").concat(j.familyPrefix,"-").concat(n):i}),children:a}]}]}(x):function(t){var e=t.children,n=t.main,a=t.mask,r=t.attributes,i=t.styles,c=t.transform;if(pt(c)&&n.found&&!a.found){var s={x:n.width/n.height/2,y:.5};r.style=ht(o({},i,{"transform-origin":"".concat(s.x+c.x/16,"em ").concat(s.y+c.y/16,"em")}))}return[{tag:"svg",attributes:r,children:e}]}(x)}function wt(t){var e=t.content,n=t.width,a=t.height,r=t.transform,i=t.title,c=t.extra,s=t.watchable,f=void 0!==s&&s,l=o({},c.attributes,i?{title:i}:{},{class:c.classes.join(" ")});f&&(l["data-fa-i2svg"]="");var u=o({},c.styles);pt(r)&&(u.transform=function(t){var e=t.transform,n=t.width,a=void 0===n?16:n,r=t.height,i=void 0===r?16:r,c=t.startCentered,o=void 0!==c&&c,s="";return s+=o&&z?"translate(".concat(e.x/ct-a/2,"em, ").concat(e.y/ct-i/2,"em) "):o?"translate(calc(-50% + ".concat(e.x/ct,"em), calc(-50% + ").concat(e.y/ct,"em)) "):"translate(".concat(e.x/ct,"em, ").concat(e.y/ct,"em) "),s+="scale(".concat(e.size/ct*(e.flipX?-1:1),", ").concat(e.size/ct*(e.flipY?-1:1),") "),s+="rotate(".concat(e.rotate,"deg) ")}({transform:r,startCentered:!0,width:n,height:a}),u["-webkit-transform"]=u.transform);var d=ht(u);d.length>0&&(l.style=d);var m=[];return m.push({tag:"span",attributes:l,children:[e]}),i&&m.push({tag:"span",attributes:{class:"sr-only"},children:[i]}),m}function xt(t){var e=t.content,n=t.title,a=t.extra,r=o({},a.attributes,n?{title:n}:{},{class:a.classes.join(" ")}),i=ht(a.styles);i.length>0&&(r.style=i);var c=[];return c.push({tag:"span",attributes:r,children:[e]}),n&&c.push({tag:"span",attributes:{class:"sr-only"},children:[n]}),c}var zt=function(){},Mt=j.measurePerformance&&w&&w.mark&&w.measure?w:{mark:zt,measure:zt},kt='FA "5.13.0"',Ct=function(t){Mt.mark("".concat(kt," ").concat(t," ends")),Mt.measure("".concat(kt," ").concat(t),"".concat(kt," ").concat(t," begins"),"".concat(kt," ").concat(t," ends"))},Nt=function(t){return Mt.mark("".concat(kt," ").concat(t," begins")),function(){return Ct(t)}},_t=function(t,e,n,a){var r,i,c,o=Object.keys(t),s=o.length,f=void 0!==a?function(t,e){return function(n,a,r,i){return t.call(e,n,a,r,i)}}(e,a):e;for(void 0===n?(r=1,c=t[o[0]]):(r=0,c=n);r<s;r++)c=f(c,t[i=o[r]],i,t);return c};function Lt(t){for(var e="",n=0;n<t.length;n++){e+=("000"+t.charCodeAt(n).toString(16)).slice(-4)}return e}function At(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.skipHooks,r=void 0!==a&&a,i=Object.keys(e).reduce((function(t,n){var a=e[n];return!!a.icon?t[a.iconName]=a.icon:t[n]=a,t}),{});"function"!=typeof V.hooks.addPack||r?V.styles[t]=o({},V.styles[t]||{},i):V.hooks.addPack(t,i),"fas"===t&&At("fa",e)}var St=V.styles,Tt=V.shims,Ot={},Ht={},Et={},It=function(){var t=function(t){return _t(St,(function(e,n,a){return e[a]=_t(n,t,{}),e}),{})};Ot=t((function(t,e,n){return e[3]&&(t[e[3]]=n),t})),Ht=t((function(t,e,n){var a=e[2];return t[n]=n,a.forEach((function(e){t[e]=n})),t}));var e="far"in St;Et=_t(Tt,(function(t,n){var a=n[0],r=n[1],i=n[2];return"far"!==r||e||(r="fas"),t[a]={prefix:r,iconName:i},t}),{})};function jt(t,e){return(Ot[t]||{})[e]}It();var Pt=V.styles;function Vt(t){return t.reduce((function(t,e){var n=dt(j.familyPrefix,e);if(Pt[e])t.prefix=e;else if(j.autoFetchSvg&&["fas","far","fal","fad","fab","fa"].indexOf(e)>-1)t.prefix=e;else if(n){var a="fa"===t.prefix?Et[n]||{prefix:null,iconName:null}:{};t.iconName=a.iconName||n,t.prefix=a.prefix||t.prefix}else e!==j.replacementClass&&0!==e.indexOf("fa-w-")&&t.rest.push(e);return t}),{prefix:null,iconName:null,rest:[]})}function Rt(t,e,n){if(t&&t[e]&&t[e][n])return{prefix:e,iconName:n,icon:t[e][n]}}function Ft(t){var e=t.tag,n=t.attributes,a=void 0===n?{}:n,r=t.children,i=void 0===r?[]:r;return"string"==typeof t?mt(t):"<".concat(e," ").concat(function(t){return Object.keys(t||{}).reduce((function(e,n){return e+"".concat(n,'="').concat(mt(t[n]),'" ')}),"").trim()}(a),">").concat(i.map(Ft).join(""),"</").concat(e,">")}var Dt=function(){};function Yt(t){return"string"==typeof(t.getAttribute?t.getAttribute("data-fa-i2svg"):null)}var Wt={replace:function(t){var e=t[0],n=t[1].map((function(t){return Ft(t)})).join("\n");if(e.parentNode&&e.outerHTML)e.outerHTML=n+(j.keepOriginalSource&&"svg"!==e.tagName.toLowerCase()?"\x3c!-- ".concat(e.outerHTML," --\x3e"):"");else if(e.parentNode){var a=document.createElement("span");e.parentNode.replaceChild(a,e),a.outerHTML=n}},nest:function(t){var e=t[0],n=t[1];if(~ut(e).indexOf(j.replacementClass))return Wt.replace(t);var a=new RegExp("".concat(j.familyPrefix,"-.*"));delete n[0].attributes.style,delete n[0].attributes.id;var r=n[0].attributes.class.split(" ").reduce((function(t,e){return e===j.replacementClass||e.match(a)?t.toSvg.push(e):t.toNode.push(e),t}),{toNode:[],toSvg:[]});n[0].attributes.class=r.toSvg.join(" ");var i=n.map((function(t){return Ft(t)})).join("\n");e.setAttribute("class",r.toNode.join(" ")),e.setAttribute("data-fa-i2svg",""),e.innerHTML=i}};function Xt(t){t()}function Bt(t,e){var n="function"==typeof e?e:Dt;if(0===t.length)n();else{var a=Xt;"async"===j.mutateApproach&&(a=g.requestAnimationFrame||Xt),a((function(){var e=!0===j.autoReplaceSvg?Wt.replace:Wt[j.autoReplaceSvg]||Wt.replace,a=Nt("mutate");t.map(e),a(),n()}))}}var Ut=!1;function qt(){Ut=!1}var Kt=null;function Gt(t){if(y&&j.observeMutations){var e=t.treeCallback,n=t.nodeCallback,a=t.pseudoElementsCallback,r=t.observeMutationsRoot,i=void 0===r?b:r;Kt=new y((function(t){Ut||lt(t).forEach((function(t){if("childList"===t.type&&t.addedNodes.length>0&&!Yt(t.addedNodes[0])&&(j.searchPseudoElements&&a(t.target),e(t.target)),"attributes"===t.type&&t.target.parentNode&&j.searchPseudoElements&&a(t.target.parentNode),"attributes"===t.type&&Yt(t.target)&&~T.indexOf(t.attributeName))if("class"===t.attributeName){var r=Vt(ut(t.target)),i=r.prefix,c=r.iconName;i&&t.target.setAttribute("data-prefix",i),c&&t.target.setAttribute("data-icon",c)}else n(t.target)}))})),x&&Kt.observe(i,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function Zt(t){var e,n,a=t.getAttribute("data-prefix"),r=t.getAttribute("data-icon"),i=void 0!==t.innerText?t.innerText.trim():"",c=Vt(ut(t));return a&&r&&(c.prefix=a,c.iconName=r),c.prefix&&i.length>1?c.iconName=(e=c.prefix,n=t.innerText,(Ht[e]||{})[n]):c.prefix&&1===i.length&&(c.iconName=jt(c.prefix,Lt(t.innerText))),c}var $t=function(t){var e={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t?t.toLowerCase().split(" ").reduce((function(t,e){var n=e.toLowerCase().split("-"),a=n[0],r=n.slice(1).join("-");if(a&&"h"===r)return t.flipX=!0,t;if(a&&"v"===r)return t.flipY=!0,t;if(r=parseFloat(r),isNaN(r))return t;switch(a){case"grow":t.size=t.size+r;break;case"shrink":t.size=t.size-r;break;case"left":t.x=t.x-r;break;case"right":t.x=t.x+r;break;case"up":t.y=t.y-r;break;case"down":t.y=t.y+r;break;case"rotate":t.rotate=t.rotate+r}return t}),e):e};function Jt(t){var e=Zt(t),n=e.iconName,a=e.prefix,r=e.rest,i=function(t){var e=t.getAttribute("style"),n=[];return e&&(n=e.split(";").reduce((function(t,e){var n=e.split(":"),a=n[0],r=n.slice(1);return a&&r.length>0&&(t[a]=r.join(":").trim()),t}),{})),n}(t),c=function(t){return $t(t.getAttribute("data-fa-transform"))}(t),o=function(t){var e=t.getAttribute("data-fa-symbol");return null!==e&&(""===e||e)}(t),s=function(t){var e=lt(t.attributes).reduce((function(t,e){return"class"!==t.name&&"style"!==t.name&&(t[e.name]=e.value),t}),{}),n=t.getAttribute("title"),a=t.getAttribute("data-fa-title-id");return j.autoA11y&&(n?e["aria-labelledby"]="".concat(j.replacementClass,"-title-").concat(a||ft()):(e["aria-hidden"]="true",e.focusable="false")),e}(t),f=function(t){var e=t.getAttribute("data-fa-mask");return e?Vt(e.split(" ").map((function(t){return t.trim()}))):{prefix:null,iconName:null,rest:[]}}(t);return{iconName:n,title:t.getAttribute("title"),titleId:t.getAttribute("data-fa-title-id"),prefix:a,transform:c,symbol:o,mask:f,maskId:t.getAttribute("data-fa-mask-id"),extra:{classes:r,styles:i,attributes:s}}}function Qt(t){this.name="MissingIcon",this.message=t||"Icon unavailable",this.stack=(new Error).stack}Qt.prototype=Object.create(Error.prototype),Qt.prototype.constructor=Qt;var te={fill:"currentColor"},ee={attributeType:"XML",repeatCount:"indefinite",dur:"2s"},ne={tag:"path",attributes:o({},te,{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})},ae=o({},ee,{attributeName:"opacity"}),re={tag:"g",children:[ne,{tag:"circle",attributes:o({},te,{cx:"256",cy:"364",r:"28"}),children:[{tag:"animate",attributes:o({},ee,{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:o({},ae,{values:"1;0;1;1;0;1;"})}]},{tag:"path",attributes:o({},te,{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:[{tag:"animate",attributes:o({},ae,{values:"1;0;0;0;0;1;"})}]},{tag:"path",attributes:o({},te,{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:o({},ae,{values:"0;0;1;1;0;0;"})}]}]},ie=V.styles;function ce(t){var e=t[0],n=t[1],a=s(t.slice(4),1)[0];return{found:!0,width:e,height:n,icon:Array.isArray(a)?{tag:"g",attributes:{class:"".concat(j.familyPrefix,"-").concat(O.GROUP)},children:[{tag:"path",attributes:{class:"".concat(j.familyPrefix,"-").concat(O.SECONDARY),fill:"currentColor",d:a[0]}},{tag:"path",attributes:{class:"".concat(j.familyPrefix,"-").concat(O.PRIMARY),fill:"currentColor",d:a[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:a}}}}function oe(t,e){return new it((function(n,a){var i={found:!1,width:512,height:512,icon:re};if(t&&e&&ie[e]&&ie[e][t])return n(ce(ie[e][t]));"object"===r(g.FontAwesomeKitConfig)&&"string"==typeof window.FontAwesomeKitConfig.token&&g.FontAwesomeKitConfig.token,t&&e&&!j.showMissingIcons?a(new Qt("Icon is missing for prefix ".concat(e," with icon name ").concat(t))):n(i)}))}var se=V.styles;function fe(t){var e=Jt(t);return~e.extra.classes.indexOf("fa-layers-text")?function(t,e){var n=e.title,a=e.transform,r=e.extra,i=null,c=null;if(z){var o=parseInt(getComputedStyle(t).fontSize,10),s=t.getBoundingClientRect();i=s.width/o,c=s.height/o}return j.autoA11y&&!n&&(r.attributes["aria-hidden"]="true"),it.resolve([t,wt({content:t.innerHTML,width:i,height:c,transform:a,title:n,extra:r,watchable:!0})])}(t,e):function(t,e){var n=e.iconName,a=e.title,r=e.titleId,i=e.prefix,c=e.transform,o=e.symbol,f=e.mask,l=e.maskId,u=e.extra;return new it((function(e,d){it.all([oe(n,i),oe(f.iconName,f.prefix)]).then((function(f){var d=s(f,2),m=d[0],h=d[1];e([t,yt({icons:{main:m,mask:h},prefix:i,iconName:n,transform:c,symbol:o,mask:h,maskId:l,title:a,titleId:r,extra:u,watchable:!0})])}))}))}(t,e)}function le(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(x){var n=b.documentElement.classList,a=function(t){return n.add("".concat("fontawesome-i2svg","-").concat(t))},r=function(t){return n.remove("".concat("fontawesome-i2svg","-").concat(t))},i=j.autoFetchSvg?Object.keys(C):Object.keys(se),c=[".".concat("fa-layers-text",":not([").concat("data-fa-i2svg","])")].concat(i.map((function(t){return".".concat(t,":not([").concat("data-fa-i2svg","])")}))).join(", ");if(0!==c.length){var o=[];try{o=lt(t.querySelectorAll(c))}catch(t){}if(o.length>0){a("pending"),r("complete");var s=Nt("onTree"),f=o.reduce((function(t,e){try{var n=fe(e);n&&t.push(n)}catch(t){k||t instanceof Qt&&console.error(t)}return t}),[]);return new it((function(t,n){it.all(f).then((function(n){Bt(n,(function(){a("active"),a("complete"),r("pending"),"function"==typeof e&&e(),s(),t()}))})).catch((function(){s(),n()}))}))}}}}function ue(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;fe(t).then((function(t){t&&Bt([t],e)}))}function de(t,e){var n="".concat("data-fa-pseudo-element-pending").concat(e.replace(":","-"));return new it((function(a,r){if(null!==t.getAttribute(n))return a();var i=lt(t.children).filter((function(t){return t.getAttribute("data-fa-pseudo-element")===e}))[0],c=g.getComputedStyle(t,e),s=c.getPropertyValue("font-family").match(_),f=c.getPropertyValue("font-weight"),l=c.getPropertyValue("content");if(i&&!s)return t.removeChild(i),a();if(s&&"none"!==l&&""!==l){var u=~["Solid","Regular","Light","Duotone","Brands"].indexOf(s[1])?N[s[1].toLowerCase()]:L[f],d=Lt(3===l.length?l.substr(1,1):l),m=jt(u,d),h=m;if(!m||i&&i.getAttribute("data-prefix")===u&&i.getAttribute("data-icon")===h)a();else{t.setAttribute(n,h),i&&t.removeChild(i);var p={iconName:null,title:null,titleId:null,prefix:null,transform:ot,symbol:!1,mask:null,maskId:null,extra:{classes:[],styles:{},attributes:{}}},v=p.extra;v.attributes["data-fa-pseudo-element"]=e,oe(m,u).then((function(r){var i=yt(o({},p,{icons:{main:r,mask:{prefix:null,iconName:null,rest:[]}},prefix:u,iconName:h,extra:v,watchable:!0})),c=b.createElement("svg");":before"===e?t.insertBefore(c,t.firstChild):t.appendChild(c),c.outerHTML=i.map((function(t){return Ft(t)})).join("\n"),t.removeAttribute(n),a()})).catch(r)}}else a()}))}function me(t){return it.all([de(t,":before"),de(t,":after")])}function he(t){return!(t.parentNode===document.head||~M.indexOf(t.tagName.toUpperCase())||t.getAttribute("data-fa-pseudo-element")||t.parentNode&&"svg"===t.parentNode.tagName)}function pe(t){if(x)return new it((function(e,n){var a=lt(t.querySelectorAll("*")).filter(he).map(me),r=Nt("searchPseudoElements");Ut=!0,it.all(a).then((function(){r(),qt(),e()})).catch((function(){r(),qt(),n()}))}))}function ve(){var t="svg-inline--fa",e=j.familyPrefix,n=j.replacementClass,a='svg:not(:root).svg-inline--fa {\n overflow: visible;\n}\n\n.svg-inline--fa {\n display: inline-block;\n font-size: inherit;\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.225em;\n}\n.svg-inline--fa.fa-w-1 {\n width: 0.0625em;\n}\n.svg-inline--fa.fa-w-2 {\n width: 0.125em;\n}\n.svg-inline--fa.fa-w-3 {\n width: 0.1875em;\n}\n.svg-inline--fa.fa-w-4 {\n width: 0.25em;\n}\n.svg-inline--fa.fa-w-5 {\n width: 0.3125em;\n}\n.svg-inline--fa.fa-w-6 {\n width: 0.375em;\n}\n.svg-inline--fa.fa-w-7 {\n width: 0.4375em;\n}\n.svg-inline--fa.fa-w-8 {\n width: 0.5em;\n}\n.svg-inline--fa.fa-w-9 {\n width: 0.5625em;\n}\n.svg-inline--fa.fa-w-10 {\n width: 0.625em;\n}\n.svg-inline--fa.fa-w-11 {\n width: 0.6875em;\n}\n.svg-inline--fa.fa-w-12 {\n width: 0.75em;\n}\n.svg-inline--fa.fa-w-13 {\n width: 0.8125em;\n}\n.svg-inline--fa.fa-w-14 {\n width: 0.875em;\n}\n.svg-inline--fa.fa-w-15 {\n width: 0.9375em;\n}\n.svg-inline--fa.fa-w-16 {\n width: 1em;\n}\n.svg-inline--fa.fa-w-17 {\n width: 1.0625em;\n}\n.svg-inline--fa.fa-w-18 {\n width: 1.125em;\n}\n.svg-inline--fa.fa-w-19 {\n width: 1.1875em;\n}\n.svg-inline--fa.fa-w-20 {\n width: 1.25em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-border {\n height: 1.5em;\n}\n.svg-inline--fa.fa-li {\n width: 2em;\n}\n.svg-inline--fa.fa-fw {\n width: 1.25em;\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: #ff253a;\n border-radius: 1em;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n color: #fff;\n height: 1.5em;\n line-height: 1;\n max-width: 5em;\n min-width: 1.5em;\n overflow: hidden;\n padding: 0.25em;\n right: 0;\n text-overflow: ellipsis;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: 0;\n right: 0;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: 0;\n left: 0;\n right: auto;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n right: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: 0;\n right: auto;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-lg {\n font-size: 1.3333333333em;\n line-height: 0.75em;\n vertical-align: -0.0667em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: 2.5em;\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: -2em;\n position: absolute;\n text-align: center;\n width: 2em;\n line-height: inherit;\n}\n\n.fa-border {\n border: solid 0.08em #eee;\n border-radius: 0.1em;\n padding: 0.2em 0.25em 0.15em;\n}\n\n.fa-pull-left {\n float: left;\n}\n\n.fa-pull-right {\n float: right;\n}\n\n.fa.fa-pull-left,\n.fas.fa-pull-left,\n.far.fa-pull-left,\n.fal.fa-pull-left,\n.fab.fa-pull-left {\n margin-right: 0.3em;\n}\n.fa.fa-pull-right,\n.fas.fa-pull-right,\n.far.fa-pull-right,\n.fal.fa-pull-right,\n.fab.fa-pull-right {\n margin-left: 0.3em;\n}\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8);\n}\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical,\n:root .fa-flip-both {\n -webkit-filter: none;\n filter: none;\n}\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: #fff;\n}\n\n.sr-only {\n border: 0;\n clip: rect(0, 0, 0, 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n clip: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n position: static;\n width: auto;\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse {\n color: #fff;\n}';if("fa"!==e||n!==t){var r=new RegExp("\\.".concat("fa","\\-"),"g"),i=new RegExp("\\--".concat("fa","\\-"),"g"),c=new RegExp("\\.".concat(t),"g");a=a.replace(r,".".concat(e,"-")).replace(i,"--".concat(e,"-")).replace(c,".".concat(n))}return a}function ge(){j.autoAddCss&&!ze&&(st(ve()),ze=!0)}function be(t,e){return Object.defineProperty(t,"abstract",{get:e}),Object.defineProperty(t,"html",{get:function(){return t.abstract.map((function(t){return Ft(t)}))}}),Object.defineProperty(t,"node",{get:function(){if(x){var e=b.createElement("div");return e.innerHTML=t.html,e.children}}}),t}function ye(t){var e=t.prefix,n=void 0===e?"fa":e,a=t.iconName;if(a)return Rt(xe.definitions,n,a)||Rt(V.styles,n,a)}var we,xe=new(function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.definitions={}}var e,n,a;return e=t,(n=[{key:"add",value:function(){for(var t=this,e=arguments.length,n=new Array(e),a=0;a<e;a++)n[a]=arguments[a];var r=n.reduce(this._pullDefinitions,{});Object.keys(r).forEach((function(e){t.definitions[e]=o({},t.definitions[e]||{},r[e]),At(e,r[e]),It()}))}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(t,e){var n=e.prefix&&e.iconName&&e.icon?{0:e}:e;return Object.keys(n).map((function(e){var a=n[e],r=a.prefix,i=a.iconName,c=a.icon;t[r]||(t[r]={}),t[r][i]=c})),t}}])&&i(e.prototype,n),a&&i(e,a),t}()),ze=!1,Me={i2svg:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(x){ge();var e=t.node,n=void 0===e?b:e,a=t.callback,r=void 0===a?function(){}:a;return j.searchPseudoElements&&pe(n),le(n,r)}return it.reject("Operation requires a DOM of some kind.")},css:ve,insertCss:function(){ze||(st(ve()),ze=!0)},watch:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.autoReplaceSvgRoot,n=t.observeMutationsRoot;!1===j.autoReplaceSvg&&(j.autoReplaceSvg=!0),j.observeMutations=!0,D((function(){Ne({autoReplaceSvgRoot:e}),Gt({treeCallback:le,nodeCallback:ue,pseudoElementsCallback:pe,observeMutationsRoot:n})}))}},ke=(we=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.transform,a=void 0===n?ot:n,r=e.symbol,i=void 0!==r&&r,c=e.mask,s=void 0===c?null:c,f=e.maskId,l=void 0===f?null:f,u=e.title,d=void 0===u?null:u,m=e.titleId,h=void 0===m?null:m,p=e.classes,v=void 0===p?[]:p,g=e.attributes,b=void 0===g?{}:g,y=e.styles,w=void 0===y?{}:y;if(t){var x=t.prefix,z=t.iconName,M=t.icon;return be(o({type:"icon"},t),(function(){return ge(),j.autoA11y&&(d?b["aria-labelledby"]="".concat(j.replacementClass,"-title-").concat(h||ft()):(b["aria-hidden"]="true",b.focusable="false")),yt({icons:{main:ce(M),mask:s?ce(s.icon):{found:!1,width:null,height:null,icon:{}}},prefix:x,iconName:z,transform:o({},ot,a),symbol:i,title:d,maskId:l,titleId:h,extra:{attributes:b,styles:w,classes:v}})}))}},function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=(t||{}).icon?t:ye(t||{}),a=e.mask;return a&&(a=(a||{}).icon?a:ye(a||{})),we(n,o({},e,{mask:a}))}),Ce={noAuto:function(){j.autoReplaceSvg=!1,j.observeMutations=!1,Kt&&Kt.disconnect()},config:j,dom:Me,library:xe,parse:{transform:function(t){return $t(t)}},findIconDefinition:ye,icon:ke,text:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.transform,a=void 0===n?ot:n,r=e.title,i=void 0===r?null:r,c=e.classes,s=void 0===c?[]:c,l=e.attributes,u=void 0===l?{}:l,d=e.styles,m=void 0===d?{}:d;return be({type:"text",content:t},(function(){return ge(),wt({content:t,transform:o({},ot,a),title:i,extra:{attributes:u,styles:m,classes:["".concat(j.familyPrefix,"-layers-text")].concat(f(s))}})}))},counter:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.title,a=void 0===n?null:n,r=e.classes,i=void 0===r?[]:r,c=e.attributes,o=void 0===c?{}:c,s=e.styles,l=void 0===s?{}:s;return be({type:"counter",content:t},(function(){return ge(),xt({content:t.toString(),title:a,extra:{attributes:o,styles:l,classes:["".concat(j.familyPrefix,"-layers-counter")].concat(f(i))}})}))},layer:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.classes,a=void 0===n?[]:n;return be({type:"layer"},(function(){ge();var e=[];return t((function(t){Array.isArray(t)?t.map((function(t){e=e.concat(t.abstract)})):e=e.concat(t.abstract)})),[{tag:"span",attributes:{class:["".concat(j.familyPrefix,"-layers")].concat(f(a)).join(" ")},children:e}]}))},toHtml:Ft},Ne=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.autoReplaceSvgRoot,n=void 0===e?b:e;(Object.keys(V.styles).length>0||j.autoFetchSvg)&&x&&j.autoReplaceSvg&&Ce.dom.i2svg({node:n})}}).call(this,n(1),n(2).setImmediate)},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){(function(t){var a=void 0!==t&&t||"undefined"!=typeof self&&self||window,r=Function.prototype.apply;function i(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new i(r.call(setTimeout,a,arguments),clearTimeout)},e.setInterval=function(){return new i(r.call(setInterval,a,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(a,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout((function(){t._onTimeout&&t._onTimeout()}),e))},n(3),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(1))},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var a,r,i,c,o,s=1,f={},l=!1,u=t.document,d=Object.getPrototypeOf&&Object.getPrototypeOf(t);d=d&&d.setTimeout?d:t,"[object process]"==={}.toString.call(t.process)?a=function(t){e.nextTick((function(){h(t)}))}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((i=new MessageChannel).port1.onmessage=function(t){h(t.data)},a=function(t){i.port2.postMessage(t)}):u&&"onreadystatechange"in u.createElement("script")?(r=u.documentElement,a=function(t){var e=u.createElement("script");e.onreadystatechange=function(){h(t),e.onreadystatechange=null,r.removeChild(e),e=null},r.appendChild(e)}):a=function(t){setTimeout(h,0,t)}:(c="setImmediate$"+Math.random()+"$",o=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(c)&&h(+e.data.slice(c.length))},t.addEventListener?t.addEventListener("message",o,!1):t.attachEvent("onmessage",o),a=function(e){t.postMessage(c+e,"*")}),d.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;n<e.length;n++)e[n]=arguments[n+1];var r={callback:t,args:e};return f[s]=r,a(s),s++},d.clearImmediate=m}function m(t){delete f[t]}function h(t){if(l)setTimeout(h,0,t);else{var e=f[t];if(e){l=!0;try{!function(t){var e=t.callback,n=t.args;switch(n.length){case 0:e();break;case 1:e(n[0]);break;case 2:e(n[0],n[1]);break;case 3:e(n[0],n[1],n[2]);break;default:e.apply(void 0,n)}}(e)}finally{m(t),l=!1}}}}}("undefined"==typeof self?void 0===t?this:t:self)}).call(this,n(1),n(4))},function(t,e){var n,a,r=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function c(){throw new Error("clearTimeout has not been defined")}function o(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{a="function"==typeof clearTimeout?clearTimeout:c}catch(t){a=c}}();var s,f=[],l=!1,u=-1;function d(){l&&s&&(l=!1,s.length?f=s.concat(f):u=-1,f.length&&m())}function m(){if(!l){var t=o(d);l=!0;for(var e=f.length;e;){for(s=f,f=[];++u<e;)s&&s[u].run();u=-1,e=f.length}s=null,l=!1,function(t){if(a===clearTimeout)return clearTimeout(t);if((a===c||!a)&&clearTimeout)return a=clearTimeout,clearTimeout(t);try{a(t)}catch(e){try{return a.call(null,t)}catch(e){return a.call(this,t)}}}(t)}}function h(t,e){this.fun=t,this.array=e}function p(){}r.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];f.push(new h(t,e)),1!==f.length||l||o(m)},h.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=p,r.addListener=p,r.once=p,r.off=p,r.removeListener=p,r.removeAllListeners=p,r.emit=p,r.prependListener=p,r.prependOnceListener=p,r.listeners=function(t){return[]},r.binding=function(t){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(t){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},function(t,e,n){"use strict";n.r(e),n.d(e,"tcxFaInit",(function(){return tt}));var a=n(0),r={prefix:"fas",iconName:"arrow-circle-up",icon:[512,512,[],"f0aa","M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"]},i={prefix:"fas",iconName:"arrows-alt",icon:[512,512,[],"f0b2","M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z"]},c={prefix:"fas",iconName:"arrows-alt-h",icon:[512,512,[],"f337","M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z"]},o={prefix:"fas",iconName:"bolt",icon:[320,512,[],"f0e7","M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z"]},s={prefix:"fas",iconName:"book",icon:[448,512,[],"f02d","M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z"]},f={prefix:"fas",iconName:"border-all",icon:[448,512,[],"f84c","M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z"]},l={prefix:"fas",iconName:"caret-down",icon:[320,512,[],"f0d7","M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"]},u={prefix:"fas",iconName:"caret-up",icon:[320,512,[],"f0d8","M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"]},d={prefix:"fas",iconName:"chart-area",icon:[512,512,[],"f1fe","M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z"]},m={prefix:"fas",iconName:"check",icon:[512,512,[],"f00c","M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"]},h={prefix:"fas",iconName:"check-circle",icon:[512,512,[],"f058","M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"]},p={prefix:"fas",iconName:"chevron-circle-left",icon:[512,512,[],"f137","M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z"]},v={prefix:"fas",iconName:"chevron-circle-right",icon:[512,512,[],"f138","M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z"]},g={prefix:"fas",iconName:"clock",icon:[512,512,[],"f017","M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z"]},b={prefix:"fas",iconName:"cloud",icon:[640,512,[],"f0c2","M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z"]},y={prefix:"fas",iconName:"code",icon:[640,512,[],"f121","M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z"]},w={prefix:"fas",iconName:"code-branch",icon:[384,512,[],"f126","M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z"]},x={prefix:"fas",iconName:"cog",icon:[512,512,[],"f013","M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"]},z={prefix:"fas",iconName:"comment-dots",icon:[512,512,[],"f4ad","M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"]},M={prefix:"fas",iconName:"comments",icon:[576,512,[],"f086","M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z"]},k={prefix:"fas",iconName:"ellipsis-h",icon:[512,512,[],"f141","M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z"]},C={prefix:"fas",iconName:"ellipsis-v",icon:[192,512,[],"f142","M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"]},N={prefix:"fas",iconName:"exclamation",icon:[192,512,[],"f12a","M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z"]},_={prefix:"fas",iconName:"eye",icon:[576,512,[],"f06e","M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z"]},L={prefix:"fas",iconName:"file-export",icon:[576,512,[],"f56e","M384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128zM571 308l-95.7-96.4c-10.1-10.1-27.4-3-27.4 11.3V288h-64v64h64v65.2c0 14.3 17.3 21.4 27.4 11.3L571 332c6.6-6.6 6.6-17.4 0-24zm-379 28v-32c0-8.8 7.2-16 16-16h176V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V352H208c-8.8 0-16-7.2-16-16z"]},A={prefix:"fas",iconName:"gavel",icon:[512,512,[],"f0e3","M504.971 199.362l-22.627-22.627c-9.373-9.373-24.569-9.373-33.941 0l-5.657 5.657L329.608 69.255l5.657-5.657c9.373-9.373 9.373-24.569 0-33.941L312.638 7.029c-9.373-9.373-24.569-9.373-33.941 0L154.246 131.48c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l5.657-5.657 39.598 39.598-81.04 81.04-5.657-5.657c-12.497-12.497-32.758-12.497-45.255 0L9.373 412.118c-12.497 12.497-12.497 32.758 0 45.255l45.255 45.255c12.497 12.497 32.758 12.497 45.255 0l114.745-114.745c12.497-12.497 12.497-32.758 0-45.255l-5.657-5.657 81.04-81.04 39.598 39.598-5.657 5.657c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l124.451-124.451c9.372-9.372 9.372-24.568 0-33.941z"]},S={prefix:"fas",iconName:"globe",icon:[496,512,[],"f0ac","M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z"]},T={prefix:"fas",iconName:"info-circle",icon:[512,512,[],"f05a","M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"]},O={prefix:"fas",iconName:"keyboard",icon:[576,512,[],"f11c","M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z"]},H={prefix:"fas",iconName:"lock",icon:[448,512,[],"f023","M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"]},E={prefix:"fas",iconName:"newspaper",icon:[576,512,[],"f1ea","M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z"]},I={prefix:"fas",iconName:"paperclip",icon:[448,512,[],"f0c6","M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z"]},j={prefix:"fas",iconName:"pencil-alt",icon:[512,512,[],"f303","M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z"]},P={prefix:"fas",iconName:"play",icon:[448,512,[],"f04b","M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"]},V={prefix:"fas",iconName:"plus-circle",icon:[512,512,[],"f055","M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z"]},R={prefix:"fas",iconName:"question-circle",icon:[512,512,[],"f059","M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"]},F={prefix:"fas",iconName:"search",icon:[512,512,[],"f002","M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"]},D={prefix:"fas",iconName:"server",icon:[512,512,[],"f233","M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z"]},Y={prefix:"fas",iconName:"sliders-h",icon:[512,512,[],"f1de","M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z"]},W={prefix:"fas",iconName:"smile",icon:[496,512,[],"f118","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z"]},X={prefix:"fas",iconName:"tasks",icon:[512,512,[],"f0ae","M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"]},B={prefix:"fas",iconName:"thumbtack",icon:[384,512,[],"f08d","M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z"]},U={prefix:"fas",iconName:"times",icon:[352,512,[],"f00d","M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"]},q={prefix:"fas",iconName:"trash",icon:[448,512,[],"f1f8","M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z"]},K={prefix:"fas",iconName:"university",icon:[512,512,[],"f19c","M496 128v16a8 8 0 0 1-8 8h-24v12c0 6.627-5.373 12-12 12H60c-6.627 0-12-5.373-12-12v-12H24a8 8 0 0 1-8-8v-16a8 8 0 0 1 4.941-7.392l232-88a7.996 7.996 0 0 1 6.118 0l232 88A8 8 0 0 1 496 128zm-24 304H40c-13.255 0-24 10.745-24 24v16a8 8 0 0 0 8 8h464a8 8 0 0 0 8-8v-16c0-13.255-10.745-24-24-24zM96 192v192H60c-6.627 0-12 5.373-12 12v20h416v-20c0-6.627-5.373-12-12-12h-36V192h-64v192h-64V192h-64v192h-64V192H96z"]},G={prefix:"fas",iconName:"user-astronaut",icon:[448,512,[],"f4fb","M64 224h13.5c24.7 56.5 80.9 96 146.5 96s121.8-39.5 146.5-96H384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16h-13.5C345.8 39.5 289.6 0 224 0S102.2 39.5 77.5 96H64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16zm40-88c0-22.1 21.5-40 48-40h144c26.5 0 48 17.9 48 40v24c0 53-43 96-96 96h-48c-53 0-96-43-96-96v-24zm72 72l12-36 36-12-36-12-12-36-12 36-36 12 36 12 12 36zm151.6 113.4C297.7 340.7 262.2 352 224 352s-73.7-11.3-103.6-30.6C52.9 328.5 0 385 0 454.4v9.6c0 26.5 21.5 48 48 48h80v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h80c26.5 0 48-21.5 48-48v-9.6c0-69.4-52.9-125.9-120.4-133zM272 448c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-96 0c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16z"]},Z={prefix:"fas",iconName:"user-times",icon:[640,512,[],"f235","M589.6 240l45.6-45.6c6.3-6.3 6.3-16.5 0-22.8l-22.8-22.8c-6.3-6.3-16.5-6.3-22.8 0L544 194.4l-45.6-45.6c-6.3-6.3-16.5-6.3-22.8 0l-22.8 22.8c-6.3 6.3-6.3 16.5 0 22.8l45.6 45.6-45.6 45.6c-6.3 6.3-6.3 16.5 0 22.8l22.8 22.8c6.3 6.3 16.5 6.3 22.8 0l45.6-45.6 45.6 45.6c6.3 6.3 16.5 6.3 22.8 0l22.8-22.8c6.3-6.3 6.3-16.5 0-22.8L589.6 240zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z"]},$={prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z"]},J={prefix:"far",iconName:"envelope",icon:[512,512,[],"f0e0","M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"]},Q={prefix:"far",iconName:"paper-plane",icon:[512,512,[],"f1d8","M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z"]};function tt(){a.b.add(G),a.b.add(o),a.b.add(s),a.b.add(d),a.b.add(m),a.b.add(h),a.b.add(g),a.b.add(b),a.b.add(y),a.b.add(w),a.b.add(x),a.b.add(z),a.b.add(M),a.b.add(k),a.b.add(C),a.b.add(J),a.b.add(N),a.b.add(_),a.b.add(A),a.b.add(T),a.b.add(H),a.b.add(E),a.b.add(I),a.b.add(Q),a.b.add(j),a.b.add(R),a.b.add(F),a.b.add(D),a.b.add(Y),a.b.add(W),a.b.add(X),a.b.add(U),a.b.add(K),a.b.add($),a.b.add(Z),a.b.add(V),a.b.add(q),a.b.add(P),a.b.add(r),a.b.add(c),a.b.add(i),a.b.add(B),a.b.add(L),a.b.add(S),a.b.add(f),a.b.add(O),a.b.add(v),a.b.add(p),a.b.add(l),a.b.add(u),a.a.watch({autoReplaceSvgRoot:document.getElementById("wplc_wrapper"),observeMutationsRoot:document.getElementById("wplc_wrapper")})}}])}));
|
js/tcx-fa.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("TCXfa",[],e):"object"==typeof exports?exports.TCXfa=e():t.TCXfa=e()}(window,(function(){return function(t){var e={};function n(a){if(e[a])return e[a].exports;var r=e[a]={i:a,l:!1,exports:{}};return t[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,a){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(a,r,function(e){return t[e]}.bind(null,r));return a},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=5)}([function(t,e,n){"use strict";(function(t,a){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){for(var n=0;n<e.length;n++){var a=e[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(t,a.key,a)}}function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function o(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},a=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),a.forEach((function(e){c(t,e,n[e])}))}return t}function s(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=[],a=!0,r=!1,i=void 0;try{for(var c,o=t[Symbol.iterator]();!(a=(c=o.next()).done)&&(n.push(c.value),!e||n.length!==e);a=!0);}catch(t){r=!0,i=t}finally{try{a||null==o.return||o.return()}finally{if(r)throw i}}return n}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function f(t){return function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e<t.length;e++)n[e]=t[e];return n}}(t)||function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}n.d(e,"b",(function(){return xe})),n.d(e,"a",(function(){return Me}));var l=function(){},u={},d={},m=null,h={mark:l,measure:l};try{"undefined"!=typeof window&&(u=window),"undefined"!=typeof document&&(d=document),"undefined"!=typeof MutationObserver&&(m=MutationObserver),"undefined"!=typeof performance&&(h=performance)}catch(t){}var p=(u.navigator||{}).userAgent,v=void 0===p?"":p,g=u,b=d,y=m,w=h,x=(g.document,!!b.documentElement&&!!b.head&&"function"==typeof b.addEventListener&&"function"==typeof b.createElement),z=~v.indexOf("MSIE")||~v.indexOf("Trident/"),M=["HTML","HEAD","STYLE","SCRIPT"],k=function(){try{return!0}catch(t){return!1}}(),C={fas:"solid",far:"regular",fal:"light",fad:"duotone",fab:"brands",fa:"solid"},N={solid:"fas",regular:"far",light:"fal",duotone:"fad",brands:"fab"},_=/Font Awesome 5 (Solid|Regular|Light|Duotone|Brands|Free|Pro)/,L={900:"fas",400:"far",normal:"far",300:"fal"},A=[1,2,3,4,5,6,7,8,9,10],S=A.concat([11,12,13,14,15,16,17,18,19,20]),T=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],O={GROUP:"group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},H=["xs","sm","lg","fw","ul","li","border","pull-left","pull-right","spin","pulse","rotate-90","rotate-180","rotate-270","flip-horizontal","flip-vertical","flip-both","stack","stack-1x","stack-2x","inverse","layers","layers-text","layers-counter",O.GROUP,O.SWAP_OPACITY,O.PRIMARY,O.SECONDARY].concat(A.map((function(t){return"".concat(t,"x")}))).concat(S.map((function(t){return"w-".concat(t)}))),E=g.FontAwesomeConfig||{};if(b&&"function"==typeof b.querySelector){[["data-family-prefix","familyPrefix"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]].forEach((function(t){var e=s(t,2),n=e[0],a=e[1],r=function(t){return""===t||"false"!==t&&("true"===t||t)}(function(t){var e=b.querySelector("script["+t+"]");if(e)return e.getAttribute(t)}(n));null!=r&&(E[a]=r)}))}var I=o({},{familyPrefix:"fa",replacementClass:"svg-inline--fa",autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0},E);I.autoReplaceSvg||(I.observeMutations=!1);var j=o({},I);g.FontAwesomeConfig=j;var P=g||{};P.___FONT_AWESOME___||(P.___FONT_AWESOME___={}),P.___FONT_AWESOME___.styles||(P.___FONT_AWESOME___.styles={}),P.___FONT_AWESOME___.hooks||(P.___FONT_AWESOME___.hooks={}),P.___FONT_AWESOME___.shims||(P.___FONT_AWESOME___.shims=[]);var V=P.___FONT_AWESOME___,R=[],F=!1;function D(t){x&&(F?setTimeout(t,0):R.push(t))}x&&((F=(b.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(b.readyState))||b.addEventListener("DOMContentLoaded",(function t(){b.removeEventListener("DOMContentLoaded",t),F=1,R.map((function(t){return t()}))})));var Y,W=function(){},X=void 0!==t&&void 0!==t.process&&"function"==typeof t.process.emit,B=void 0===a?setTimeout:a,U=[];function q(){for(var t=0;t<U.length;t++)U[t][0](U[t][1]);U=[],Y=!1}function K(t,e){U.push([t,e]),Y||(Y=!0,B(q,0))}function G(t){var e=t.owner,n=e._state,a=e._data,r=t[n],i=t.then;if("function"==typeof r){n="fulfilled";try{a=r(a)}catch(t){Q(i,t)}}Z(i,a)||("fulfilled"===n&&$(i,a),"rejected"===n&&Q(i,a))}function Z(t,e){var n;try{if(t===e)throw new TypeError("A promises callback cannot return that same promise.");if(e&&("function"==typeof e||"object"===r(e))){var a=e.then;if("function"==typeof a)return a.call(e,(function(a){n||(n=!0,e===a?J(t,a):$(t,a))}),(function(e){n||(n=!0,Q(t,e))})),!0}}catch(e){return n||Q(t,e),!0}return!1}function $(t,e){t!==e&&Z(t,e)||J(t,e)}function J(t,e){"pending"===t._state&&(t._state="settled",t._data=e,K(et,t))}function Q(t,e){"pending"===t._state&&(t._state="settled",t._data=e,K(nt,t))}function tt(t){t._then=t._then.forEach(G)}function et(t){t._state="fulfilled",tt(t)}function nt(e){e._state="rejected",tt(e),!e._handled&&X&&t.process.emit("unhandledRejection",e._data,e)}function at(e){t.process.emit("rejectionHandled",e)}function rt(t){if("function"!=typeof t)throw new TypeError("Promise resolver "+t+" is not a function");if(this instanceof rt==!1)throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");this._then=[],function(t,e){function n(t){Q(e,t)}try{t((function(t){$(e,t)}),n)}catch(t){n(t)}}(t,this)}rt.prototype={constructor:rt,_state:"pending",_then:null,_data:void 0,_handled:!1,then:function(t,e){var n={owner:this,then:new this.constructor(W),fulfilled:t,rejected:e};return!e&&!t||this._handled||(this._handled=!0,"rejected"===this._state&&X&&K(at,this)),"fulfilled"===this._state||"rejected"===this._state?K(G,n):this._then.push(n),n.then},catch:function(t){return this.then(null,t)}},rt.all=function(t){if(!Array.isArray(t))throw new TypeError("You must pass an array to Promise.all().");return new rt((function(e,n){var a=[],r=0;function i(t){return r++,function(n){a[t]=n,--r||e(a)}}for(var c,o=0;o<t.length;o++)(c=t[o])&&"function"==typeof c.then?c.then(i(o),n):a[o]=c;r||e(a)}))},rt.race=function(t){if(!Array.isArray(t))throw new TypeError("You must pass an array to Promise.race().");return new rt((function(e,n){for(var a,r=0;r<t.length;r++)(a=t[r])&&"function"==typeof a.then?a.then(e,n):e(a)}))},rt.resolve=function(t){return t&&"object"===r(t)&&t.constructor===rt?t:new rt((function(e){e(t)}))},rt.reject=function(t){return new rt((function(e,n){n(t)}))};var it="function"==typeof Promise?Promise:rt,ct=16,ot={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function st(t){if(t&&x){var e=b.createElement("style");e.setAttribute("type","text/css"),e.innerHTML=t;for(var n=b.head.childNodes,a=null,r=n.length-1;r>-1;r--){var i=n[r],c=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(c)>-1&&(a=i)}return b.head.insertBefore(e,a),t}}function ft(){for(var t=12,e="";t-- >0;)e+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return e}function lt(t){for(var e=[],n=(t||[]).length>>>0;n--;)e[n]=t[n];return e}function ut(t){return t.classList?lt(t.classList):(t.getAttribute("class")||"").split(" ").filter((function(t){return t}))}function dt(t,e){var n,a=e.split("-"),r=a[0],i=a.slice(1).join("-");return r!==t||""===i||(n=i,~H.indexOf(n))?null:i}function mt(t){return"".concat(t).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function ht(t){return Object.keys(t||{}).reduce((function(e,n){return e+"".concat(n,": ").concat(t[n],";")}),"")}function pt(t){return t.size!==ot.size||t.x!==ot.x||t.y!==ot.y||t.rotate!==ot.rotate||t.flipX||t.flipY}function vt(t){var e=t.transform,n=t.containerWidth,a=t.iconWidth,r={transform:"translate(".concat(n/2," 256)")},i="translate(".concat(32*e.x,", ").concat(32*e.y,") "),c="scale(".concat(e.size/16*(e.flipX?-1:1),", ").concat(e.size/16*(e.flipY?-1:1),") "),o="rotate(".concat(e.rotate," 0 0)");return{outer:r,inner:{transform:"".concat(i," ").concat(c," ").concat(o)},path:{transform:"translate(".concat(a/2*-1," -256)")}}}var gt={x:0,y:0,width:"100%",height:"100%"};function bt(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return t.attributes&&(t.attributes.fill||e)&&(t.attributes.fill="black"),t}function yt(t){var e=t.icons,n=e.main,a=e.mask,r=t.prefix,i=t.iconName,c=t.transform,s=t.symbol,f=t.title,l=t.maskId,u=t.titleId,d=t.extra,m=t.watchable,h=void 0!==m&&m,p=a.found?a:n,v=p.width,g=p.height,b="fa-w-".concat(Math.ceil(v/g*16)),y=[j.replacementClass,i?"".concat(j.familyPrefix,"-").concat(i):"",b].filter((function(t){return-1===d.classes.indexOf(t)})).concat(d.classes).join(" "),w={children:[],attributes:o({},d.attributes,{"data-prefix":r,"data-icon":i,class:y,role:d.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(v," ").concat(g)})};h&&(w.attributes["data-fa-i2svg"]=""),f&&w.children.push({tag:"title",attributes:{id:w.attributes["aria-labelledby"]||"title-".concat(u||ft())},children:[f]});var x=o({},w,{prefix:r,iconName:i,main:n,mask:a,maskId:l,transform:c,symbol:s,styles:d.styles}),z=a.found&&n.found?function(t){var e,n=t.children,a=t.attributes,r=t.main,i=t.mask,c=t.maskId,s=t.transform,f=r.width,l=r.icon,u=i.width,d=i.icon,m=vt({transform:s,containerWidth:u,iconWidth:f}),h={tag:"rect",attributes:o({},gt,{fill:"white"})},p=l.children?{children:l.children.map(bt)}:{},v={tag:"g",attributes:o({},m.inner),children:[bt(o({tag:l.tag,attributes:o({},l.attributes,m.path)},p))]},g={tag:"g",attributes:o({},m.outer),children:[v]},b="mask-".concat(c||ft()),y="clip-".concat(c||ft()),w={tag:"mask",attributes:o({},gt,{id:b,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[h,g]},x={tag:"defs",children:[{tag:"clipPath",attributes:{id:y},children:(e=d,"g"===e.tag?e.children:[e])},w]};return n.push(x,{tag:"rect",attributes:o({fill:"currentColor","clip-path":"url(#".concat(y,")"),mask:"url(#".concat(b,")")},gt)}),{children:n,attributes:a}}(x):function(t){var e=t.children,n=t.attributes,a=t.main,r=t.transform,i=ht(t.styles);if(i.length>0&&(n.style=i),pt(r)){var c=vt({transform:r,containerWidth:a.width,iconWidth:a.width});e.push({tag:"g",attributes:o({},c.outer),children:[{tag:"g",attributes:o({},c.inner),children:[{tag:a.icon.tag,children:a.icon.children,attributes:o({},a.icon.attributes,c.path)}]}]})}else e.push(a.icon);return{children:e,attributes:n}}(x),M=z.children,k=z.attributes;return x.children=M,x.attributes=k,s?function(t){var e=t.prefix,n=t.iconName,a=t.children,r=t.attributes,i=t.symbol;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:o({},r,{id:!0===i?"".concat(e,"-").concat(j.familyPrefix,"-").concat(n):i}),children:a}]}]}(x):function(t){var e=t.children,n=t.main,a=t.mask,r=t.attributes,i=t.styles,c=t.transform;if(pt(c)&&n.found&&!a.found){var s={x:n.width/n.height/2,y:.5};r.style=ht(o({},i,{"transform-origin":"".concat(s.x+c.x/16,"em ").concat(s.y+c.y/16,"em")}))}return[{tag:"svg",attributes:r,children:e}]}(x)}function wt(t){var e=t.content,n=t.width,a=t.height,r=t.transform,i=t.title,c=t.extra,s=t.watchable,f=void 0!==s&&s,l=o({},c.attributes,i?{title:i}:{},{class:c.classes.join(" ")});f&&(l["data-fa-i2svg"]="");var u=o({},c.styles);pt(r)&&(u.transform=function(t){var e=t.transform,n=t.width,a=void 0===n?16:n,r=t.height,i=void 0===r?16:r,c=t.startCentered,o=void 0!==c&&c,s="";return s+=o&&z?"translate(".concat(e.x/ct-a/2,"em, ").concat(e.y/ct-i/2,"em) "):o?"translate(calc(-50% + ".concat(e.x/ct,"em), calc(-50% + ").concat(e.y/ct,"em)) "):"translate(".concat(e.x/ct,"em, ").concat(e.y/ct,"em) "),s+="scale(".concat(e.size/ct*(e.flipX?-1:1),", ").concat(e.size/ct*(e.flipY?-1:1),") "),s+="rotate(".concat(e.rotate,"deg) ")}({transform:r,startCentered:!0,width:n,height:a}),u["-webkit-transform"]=u.transform);var d=ht(u);d.length>0&&(l.style=d);var m=[];return m.push({tag:"span",attributes:l,children:[e]}),i&&m.push({tag:"span",attributes:{class:"sr-only"},children:[i]}),m}function xt(t){var e=t.content,n=t.title,a=t.extra,r=o({},a.attributes,n?{title:n}:{},{class:a.classes.join(" ")}),i=ht(a.styles);i.length>0&&(r.style=i);var c=[];return c.push({tag:"span",attributes:r,children:[e]}),n&&c.push({tag:"span",attributes:{class:"sr-only"},children:[n]}),c}var zt=function(){},Mt=j.measurePerformance&&w&&w.mark&&w.measure?w:{mark:zt,measure:zt},kt='FA "5.13.0"',Ct=function(t){Mt.mark("".concat(kt," ").concat(t," ends")),Mt.measure("".concat(kt," ").concat(t),"".concat(kt," ").concat(t," begins"),"".concat(kt," ").concat(t," ends"))},Nt=function(t){return Mt.mark("".concat(kt," ").concat(t," begins")),function(){return Ct(t)}},_t=function(t,e,n,a){var r,i,c,o=Object.keys(t),s=o.length,f=void 0!==a?function(t,e){return function(n,a,r,i){return t.call(e,n,a,r,i)}}(e,a):e;for(void 0===n?(r=1,c=t[o[0]]):(r=0,c=n);r<s;r++)c=f(c,t[i=o[r]],i,t);return c};function Lt(t){for(var e="",n=0;n<t.length;n++){e+=("000"+t.charCodeAt(n).toString(16)).slice(-4)}return e}function At(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.skipHooks,r=void 0!==a&&a,i=Object.keys(e).reduce((function(t,n){var a=e[n];return!!a.icon?t[a.iconName]=a.icon:t[n]=a,t}),{});"function"!=typeof V.hooks.addPack||r?V.styles[t]=o({},V.styles[t]||{},i):V.hooks.addPack(t,i),"fas"===t&&At("fa",e)}var St=V.styles,Tt=V.shims,Ot={},Ht={},Et={},It=function(){var t=function(t){return _t(St,(function(e,n,a){return e[a]=_t(n,t,{}),e}),{})};Ot=t((function(t,e,n){return e[3]&&(t[e[3]]=n),t})),Ht=t((function(t,e,n){var a=e[2];return t[n]=n,a.forEach((function(e){t[e]=n})),t}));var e="far"in St;Et=_t(Tt,(function(t,n){var a=n[0],r=n[1],i=n[2];return"far"!==r||e||(r="fas"),t[a]={prefix:r,iconName:i},t}),{})};function jt(t,e){return(Ot[t]||{})[e]}It();var Pt=V.styles;function Vt(t){return t.reduce((function(t,e){var n=dt(j.familyPrefix,e);if(Pt[e])t.prefix=e;else if(j.autoFetchSvg&&["fas","far","fal","fad","fab","fa"].indexOf(e)>-1)t.prefix=e;else if(n){var a="fa"===t.prefix?Et[n]||{prefix:null,iconName:null}:{};t.iconName=a.iconName||n,t.prefix=a.prefix||t.prefix}else e!==j.replacementClass&&0!==e.indexOf("fa-w-")&&t.rest.push(e);return t}),{prefix:null,iconName:null,rest:[]})}function Rt(t,e,n){if(t&&t[e]&&t[e][n])return{prefix:e,iconName:n,icon:t[e][n]}}function Ft(t){var e=t.tag,n=t.attributes,a=void 0===n?{}:n,r=t.children,i=void 0===r?[]:r;return"string"==typeof t?mt(t):"<".concat(e," ").concat(function(t){return Object.keys(t||{}).reduce((function(e,n){return e+"".concat(n,'="').concat(mt(t[n]),'" ')}),"").trim()}(a),">").concat(i.map(Ft).join(""),"</").concat(e,">")}var Dt=function(){};function Yt(t){return"string"==typeof(t.getAttribute?t.getAttribute("data-fa-i2svg"):null)}var Wt={replace:function(t){var e=t[0],n=t[1].map((function(t){return Ft(t)})).join("\n");if(e.parentNode&&e.outerHTML)e.outerHTML=n+(j.keepOriginalSource&&"svg"!==e.tagName.toLowerCase()?"\x3c!-- ".concat(e.outerHTML," --\x3e"):"");else if(e.parentNode){var a=document.createElement("span");e.parentNode.replaceChild(a,e),a.outerHTML=n}},nest:function(t){var e=t[0],n=t[1];if(~ut(e).indexOf(j.replacementClass))return Wt.replace(t);var a=new RegExp("".concat(j.familyPrefix,"-.*"));delete n[0].attributes.style,delete n[0].attributes.id;var r=n[0].attributes.class.split(" ").reduce((function(t,e){return e===j.replacementClass||e.match(a)?t.toSvg.push(e):t.toNode.push(e),t}),{toNode:[],toSvg:[]});n[0].attributes.class=r.toSvg.join(" ");var i=n.map((function(t){return Ft(t)})).join("\n");e.setAttribute("class",r.toNode.join(" ")),e.setAttribute("data-fa-i2svg",""),e.innerHTML=i}};function Xt(t){t()}function Bt(t,e){var n="function"==typeof e?e:Dt;if(0===t.length)n();else{var a=Xt;"async"===j.mutateApproach&&(a=g.requestAnimationFrame||Xt),a((function(){var e=!0===j.autoReplaceSvg?Wt.replace:Wt[j.autoReplaceSvg]||Wt.replace,a=Nt("mutate");t.map(e),a(),n()}))}}var Ut=!1;function qt(){Ut=!1}var Kt=null;function Gt(t){if(y&&j.observeMutations){var e=t.treeCallback,n=t.nodeCallback,a=t.pseudoElementsCallback,r=t.observeMutationsRoot,i=void 0===r?b:r;Kt=new y((function(t){Ut||lt(t).forEach((function(t){if("childList"===t.type&&t.addedNodes.length>0&&!Yt(t.addedNodes[0])&&(j.searchPseudoElements&&a(t.target),e(t.target)),"attributes"===t.type&&t.target.parentNode&&j.searchPseudoElements&&a(t.target.parentNode),"attributes"===t.type&&Yt(t.target)&&~T.indexOf(t.attributeName))if("class"===t.attributeName){var r=Vt(ut(t.target)),i=r.prefix,c=r.iconName;i&&t.target.setAttribute("data-prefix",i),c&&t.target.setAttribute("data-icon",c)}else n(t.target)}))})),x&&Kt.observe(i,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function Zt(t){var e,n,a=t.getAttribute("data-prefix"),r=t.getAttribute("data-icon"),i=void 0!==t.innerText?t.innerText.trim():"",c=Vt(ut(t));return a&&r&&(c.prefix=a,c.iconName=r),c.prefix&&i.length>1?c.iconName=(e=c.prefix,n=t.innerText,(Ht[e]||{})[n]):c.prefix&&1===i.length&&(c.iconName=jt(c.prefix,Lt(t.innerText))),c}var $t=function(t){var e={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t?t.toLowerCase().split(" ").reduce((function(t,e){var n=e.toLowerCase().split("-"),a=n[0],r=n.slice(1).join("-");if(a&&"h"===r)return t.flipX=!0,t;if(a&&"v"===r)return t.flipY=!0,t;if(r=parseFloat(r),isNaN(r))return t;switch(a){case"grow":t.size=t.size+r;break;case"shrink":t.size=t.size-r;break;case"left":t.x=t.x-r;break;case"right":t.x=t.x+r;break;case"up":t.y=t.y-r;break;case"down":t.y=t.y+r;break;case"rotate":t.rotate=t.rotate+r}return t}),e):e};function Jt(t){var e=Zt(t),n=e.iconName,a=e.prefix,r=e.rest,i=function(t){var e=t.getAttribute("style"),n=[];return e&&(n=e.split(";").reduce((function(t,e){var n=e.split(":"),a=n[0],r=n.slice(1);return a&&r.length>0&&(t[a]=r.join(":").trim()),t}),{})),n}(t),c=function(t){return $t(t.getAttribute("data-fa-transform"))}(t),o=function(t){var e=t.getAttribute("data-fa-symbol");return null!==e&&(""===e||e)}(t),s=function(t){var e=lt(t.attributes).reduce((function(t,e){return"class"!==t.name&&"style"!==t.name&&(t[e.name]=e.value),t}),{}),n=t.getAttribute("title"),a=t.getAttribute("data-fa-title-id");return j.autoA11y&&(n?e["aria-labelledby"]="".concat(j.replacementClass,"-title-").concat(a||ft()):(e["aria-hidden"]="true",e.focusable="false")),e}(t),f=function(t){var e=t.getAttribute("data-fa-mask");return e?Vt(e.split(" ").map((function(t){return t.trim()}))):{prefix:null,iconName:null,rest:[]}}(t);return{iconName:n,title:t.getAttribute("title"),titleId:t.getAttribute("data-fa-title-id"),prefix:a,transform:c,symbol:o,mask:f,maskId:t.getAttribute("data-fa-mask-id"),extra:{classes:r,styles:i,attributes:s}}}function Qt(t){this.name="MissingIcon",this.message=t||"Icon unavailable",this.stack=(new Error).stack}Qt.prototype=Object.create(Error.prototype),Qt.prototype.constructor=Qt;var te={fill:"currentColor"},ee={attributeType:"XML",repeatCount:"indefinite",dur:"2s"},ne={tag:"path",attributes:o({},te,{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})},ae=o({},ee,{attributeName:"opacity"}),re={tag:"g",children:[ne,{tag:"circle",attributes:o({},te,{cx:"256",cy:"364",r:"28"}),children:[{tag:"animate",attributes:o({},ee,{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:o({},ae,{values:"1;0;1;1;0;1;"})}]},{tag:"path",attributes:o({},te,{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:[{tag:"animate",attributes:o({},ae,{values:"1;0;0;0;0;1;"})}]},{tag:"path",attributes:o({},te,{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:o({},ae,{values:"0;0;1;1;0;0;"})}]}]},ie=V.styles;function ce(t){var e=t[0],n=t[1],a=s(t.slice(4),1)[0];return{found:!0,width:e,height:n,icon:Array.isArray(a)?{tag:"g",attributes:{class:"".concat(j.familyPrefix,"-").concat(O.GROUP)},children:[{tag:"path",attributes:{class:"".concat(j.familyPrefix,"-").concat(O.SECONDARY),fill:"currentColor",d:a[0]}},{tag:"path",attributes:{class:"".concat(j.familyPrefix,"-").concat(O.PRIMARY),fill:"currentColor",d:a[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:a}}}}function oe(t,e){return new it((function(n,a){var i={found:!1,width:512,height:512,icon:re};if(t&&e&&ie[e]&&ie[e][t])return n(ce(ie[e][t]));"object"===r(g.FontAwesomeKitConfig)&&"string"==typeof window.FontAwesomeKitConfig.token&&g.FontAwesomeKitConfig.token,t&&e&&!j.showMissingIcons?a(new Qt("Icon is missing for prefix ".concat(e," with icon name ").concat(t))):n(i)}))}var se=V.styles;function fe(t){var e=Jt(t);return~e.extra.classes.indexOf("fa-layers-text")?function(t,e){var n=e.title,a=e.transform,r=e.extra,i=null,c=null;if(z){var o=parseInt(getComputedStyle(t).fontSize,10),s=t.getBoundingClientRect();i=s.width/o,c=s.height/o}return j.autoA11y&&!n&&(r.attributes["aria-hidden"]="true"),it.resolve([t,wt({content:t.innerHTML,width:i,height:c,transform:a,title:n,extra:r,watchable:!0})])}(t,e):function(t,e){var n=e.iconName,a=e.title,r=e.titleId,i=e.prefix,c=e.transform,o=e.symbol,f=e.mask,l=e.maskId,u=e.extra;return new it((function(e,d){it.all([oe(n,i),oe(f.iconName,f.prefix)]).then((function(f){var d=s(f,2),m=d[0],h=d[1];e([t,yt({icons:{main:m,mask:h},prefix:i,iconName:n,transform:c,symbol:o,mask:h,maskId:l,title:a,titleId:r,extra:u,watchable:!0})])}))}))}(t,e)}function le(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(x){var n=b.documentElement.classList,a=function(t){return n.add("".concat("fontawesome-i2svg","-").concat(t))},r=function(t){return n.remove("".concat("fontawesome-i2svg","-").concat(t))},i=j.autoFetchSvg?Object.keys(C):Object.keys(se),c=[".".concat("fa-layers-text",":not([").concat("data-fa-i2svg","])")].concat(i.map((function(t){return".".concat(t,":not([").concat("data-fa-i2svg","])")}))).join(", ");if(0!==c.length){var o=[];try{o=lt(t.querySelectorAll(c))}catch(t){}if(o.length>0){a("pending"),r("complete");var s=Nt("onTree"),f=o.reduce((function(t,e){try{var n=fe(e);n&&t.push(n)}catch(t){k||t instanceof Qt&&console.error(t)}return t}),[]);return new it((function(t,n){it.all(f).then((function(n){Bt(n,(function(){a("active"),a("complete"),r("pending"),"function"==typeof e&&e(),s(),t()}))})).catch((function(){s(),n()}))}))}}}}function ue(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;fe(t).then((function(t){t&&Bt([t],e)}))}function de(t,e){var n="".concat("data-fa-pseudo-element-pending").concat(e.replace(":","-"));return new it((function(a,r){if(null!==t.getAttribute(n))return a();var i=lt(t.children).filter((function(t){return t.getAttribute("data-fa-pseudo-element")===e}))[0],c=g.getComputedStyle(t,e),s=c.getPropertyValue("font-family").match(_),f=c.getPropertyValue("font-weight"),l=c.getPropertyValue("content");if(i&&!s)return t.removeChild(i),a();if(s&&"none"!==l&&""!==l){var u=~["Solid","Regular","Light","Duotone","Brands"].indexOf(s[1])?N[s[1].toLowerCase()]:L[f],d=Lt(3===l.length?l.substr(1,1):l),m=jt(u,d),h=m;if(!m||i&&i.getAttribute("data-prefix")===u&&i.getAttribute("data-icon")===h)a();else{t.setAttribute(n,h),i&&t.removeChild(i);var p={iconName:null,title:null,titleId:null,prefix:null,transform:ot,symbol:!1,mask:null,maskId:null,extra:{classes:[],styles:{},attributes:{}}},v=p.extra;v.attributes["data-fa-pseudo-element"]=e,oe(m,u).then((function(r){var i=yt(o({},p,{icons:{main:r,mask:{prefix:null,iconName:null,rest:[]}},prefix:u,iconName:h,extra:v,watchable:!0})),c=b.createElement("svg");":before"===e?t.insertBefore(c,t.firstChild):t.appendChild(c),c.outerHTML=i.map((function(t){return Ft(t)})).join("\n"),t.removeAttribute(n),a()})).catch(r)}}else a()}))}function me(t){return it.all([de(t,":before"),de(t,":after")])}function he(t){return!(t.parentNode===document.head||~M.indexOf(t.tagName.toUpperCase())||t.getAttribute("data-fa-pseudo-element")||t.parentNode&&"svg"===t.parentNode.tagName)}function pe(t){if(x)return new it((function(e,n){var a=lt(t.querySelectorAll("*")).filter(he).map(me),r=Nt("searchPseudoElements");Ut=!0,it.all(a).then((function(){r(),qt(),e()})).catch((function(){r(),qt(),n()}))}))}function ve(){var t="svg-inline--fa",e=j.familyPrefix,n=j.replacementClass,a='svg:not(:root).svg-inline--fa {\n overflow: visible;\n}\n\n.svg-inline--fa {\n display: inline-block;\n font-size: inherit;\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.225em;\n}\n.svg-inline--fa.fa-w-1 {\n width: 0.0625em;\n}\n.svg-inline--fa.fa-w-2 {\n width: 0.125em;\n}\n.svg-inline--fa.fa-w-3 {\n width: 0.1875em;\n}\n.svg-inline--fa.fa-w-4 {\n width: 0.25em;\n}\n.svg-inline--fa.fa-w-5 {\n width: 0.3125em;\n}\n.svg-inline--fa.fa-w-6 {\n width: 0.375em;\n}\n.svg-inline--fa.fa-w-7 {\n width: 0.4375em;\n}\n.svg-inline--fa.fa-w-8 {\n width: 0.5em;\n}\n.svg-inline--fa.fa-w-9 {\n width: 0.5625em;\n}\n.svg-inline--fa.fa-w-10 {\n width: 0.625em;\n}\n.svg-inline--fa.fa-w-11 {\n width: 0.6875em;\n}\n.svg-inline--fa.fa-w-12 {\n width: 0.75em;\n}\n.svg-inline--fa.fa-w-13 {\n width: 0.8125em;\n}\n.svg-inline--fa.fa-w-14 {\n width: 0.875em;\n}\n.svg-inline--fa.fa-w-15 {\n width: 0.9375em;\n}\n.svg-inline--fa.fa-w-16 {\n width: 1em;\n}\n.svg-inline--fa.fa-w-17 {\n width: 1.0625em;\n}\n.svg-inline--fa.fa-w-18 {\n width: 1.125em;\n}\n.svg-inline--fa.fa-w-19 {\n width: 1.1875em;\n}\n.svg-inline--fa.fa-w-20 {\n width: 1.25em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-border {\n height: 1.5em;\n}\n.svg-inline--fa.fa-li {\n width: 2em;\n}\n.svg-inline--fa.fa-fw {\n width: 1.25em;\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: #ff253a;\n border-radius: 1em;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n color: #fff;\n height: 1.5em;\n line-height: 1;\n max-width: 5em;\n min-width: 1.5em;\n overflow: hidden;\n padding: 0.25em;\n right: 0;\n text-overflow: ellipsis;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: 0;\n right: 0;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: 0;\n left: 0;\n right: auto;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n right: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: 0;\n right: auto;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-lg {\n font-size: 1.3333333333em;\n line-height: 0.75em;\n vertical-align: -0.0667em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: 2.5em;\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: -2em;\n position: absolute;\n text-align: center;\n width: 2em;\n line-height: inherit;\n}\n\n.fa-border {\n border: solid 0.08em #eee;\n border-radius: 0.1em;\n padding: 0.2em 0.25em 0.15em;\n}\n\n.fa-pull-left {\n float: left;\n}\n\n.fa-pull-right {\n float: right;\n}\n\n.fa.fa-pull-left,\n.fas.fa-pull-left,\n.far.fa-pull-left,\n.fal.fa-pull-left,\n.fab.fa-pull-left {\n margin-right: 0.3em;\n}\n.fa.fa-pull-right,\n.fas.fa-pull-right,\n.far.fa-pull-right,\n.fal.fa-pull-right,\n.fab.fa-pull-right {\n margin-left: 0.3em;\n}\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8);\n}\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical,\n:root .fa-flip-both {\n -webkit-filter: none;\n filter: none;\n}\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: #fff;\n}\n\n.sr-only {\n border: 0;\n clip: rect(0, 0, 0, 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n clip: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n position: static;\n width: auto;\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse {\n color: #fff;\n}';if("fa"!==e||n!==t){var r=new RegExp("\\.".concat("fa","\\-"),"g"),i=new RegExp("\\--".concat("fa","\\-"),"g"),c=new RegExp("\\.".concat(t),"g");a=a.replace(r,".".concat(e,"-")).replace(i,"--".concat(e,"-")).replace(c,".".concat(n))}return a}function ge(){j.autoAddCss&&!ze&&(st(ve()),ze=!0)}function be(t,e){return Object.defineProperty(t,"abstract",{get:e}),Object.defineProperty(t,"html",{get:function(){return t.abstract.map((function(t){return Ft(t)}))}}),Object.defineProperty(t,"node",{get:function(){if(x){var e=b.createElement("div");return e.innerHTML=t.html,e.children}}}),t}function ye(t){var e=t.prefix,n=void 0===e?"fa":e,a=t.iconName;if(a)return Rt(xe.definitions,n,a)||Rt(V.styles,n,a)}var we,xe=new(function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.definitions={}}var e,n,a;return e=t,(n=[{key:"add",value:function(){for(var t=this,e=arguments.length,n=new Array(e),a=0;a<e;a++)n[a]=arguments[a];var r=n.reduce(this._pullDefinitions,{});Object.keys(r).forEach((function(e){t.definitions[e]=o({},t.definitions[e]||{},r[e]),At(e,r[e]),It()}))}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(t,e){var n=e.prefix&&e.iconName&&e.icon?{0:e}:e;return Object.keys(n).map((function(e){var a=n[e],r=a.prefix,i=a.iconName,c=a.icon;t[r]||(t[r]={}),t[r][i]=c})),t}}])&&i(e.prototype,n),a&&i(e,a),t}()),ze=!1,Me={i2svg:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(x){ge();var e=t.node,n=void 0===e?b:e,a=t.callback,r=void 0===a?function(){}:a;return j.searchPseudoElements&&pe(n),le(n,r)}return it.reject("Operation requires a DOM of some kind.")},css:ve,insertCss:function(){ze||(st(ve()),ze=!0)},watch:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.autoReplaceSvgRoot,n=t.observeMutationsRoot;!1===j.autoReplaceSvg&&(j.autoReplaceSvg=!0),j.observeMutations=!0,D((function(){Ne({autoReplaceSvgRoot:e}),Gt({treeCallback:le,nodeCallback:ue,pseudoElementsCallback:pe,observeMutationsRoot:n})}))}},ke=(we=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.transform,a=void 0===n?ot:n,r=e.symbol,i=void 0!==r&&r,c=e.mask,s=void 0===c?null:c,f=e.maskId,l=void 0===f?null:f,u=e.title,d=void 0===u?null:u,m=e.titleId,h=void 0===m?null:m,p=e.classes,v=void 0===p?[]:p,g=e.attributes,b=void 0===g?{}:g,y=e.styles,w=void 0===y?{}:y;if(t){var x=t.prefix,z=t.iconName,M=t.icon;return be(o({type:"icon"},t),(function(){return ge(),j.autoA11y&&(d?b["aria-labelledby"]="".concat(j.replacementClass,"-title-").concat(h||ft()):(b["aria-hidden"]="true",b.focusable="false")),yt({icons:{main:ce(M),mask:s?ce(s.icon):{found:!1,width:null,height:null,icon:{}}},prefix:x,iconName:z,transform:o({},ot,a),symbol:i,title:d,maskId:l,titleId:h,extra:{attributes:b,styles:w,classes:v}})}))}},function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=(t||{}).icon?t:ye(t||{}),a=e.mask;return a&&(a=(a||{}).icon?a:ye(a||{})),we(n,o({},e,{mask:a}))}),Ce={noAuto:function(){j.autoReplaceSvg=!1,j.observeMutations=!1,Kt&&Kt.disconnect()},config:j,dom:Me,library:xe,parse:{transform:function(t){return $t(t)}},findIconDefinition:ye,icon:ke,text:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.transform,a=void 0===n?ot:n,r=e.title,i=void 0===r?null:r,c=e.classes,s=void 0===c?[]:c,l=e.attributes,u=void 0===l?{}:l,d=e.styles,m=void 0===d?{}:d;return be({type:"text",content:t},(function(){return ge(),wt({content:t,transform:o({},ot,a),title:i,extra:{attributes:u,styles:m,classes:["".concat(j.familyPrefix,"-layers-text")].concat(f(s))}})}))},counter:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.title,a=void 0===n?null:n,r=e.classes,i=void 0===r?[]:r,c=e.attributes,o=void 0===c?{}:c,s=e.styles,l=void 0===s?{}:s;return be({type:"counter",content:t},(function(){return ge(),xt({content:t.toString(),title:a,extra:{attributes:o,styles:l,classes:["".concat(j.familyPrefix,"-layers-counter")].concat(f(i))}})}))},layer:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.classes,a=void 0===n?[]:n;return be({type:"layer"},(function(){ge();var e=[];return t((function(t){Array.isArray(t)?t.map((function(t){e=e.concat(t.abstract)})):e=e.concat(t.abstract)})),[{tag:"span",attributes:{class:["".concat(j.familyPrefix,"-layers")].concat(f(a)).join(" ")},children:e}]}))},toHtml:Ft},Ne=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.autoReplaceSvgRoot,n=void 0===e?b:e;(Object.keys(V.styles).length>0||j.autoFetchSvg)&&x&&j.autoReplaceSvg&&Ce.dom.i2svg({node:n})}}).call(this,n(1),n(2).setImmediate)},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){(function(t){var a=void 0!==t&&t||"undefined"!=typeof self&&self||window,r=Function.prototype.apply;function i(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new i(r.call(setTimeout,a,arguments),clearTimeout)},e.setInterval=function(){return new i(r.call(setInterval,a,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(a,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout((function(){t._onTimeout&&t._onTimeout()}),e))},n(3),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(1))},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var a,r,i,c,o,s=1,f={},l=!1,u=t.document,d=Object.getPrototypeOf&&Object.getPrototypeOf(t);d=d&&d.setTimeout?d:t,"[object process]"==={}.toString.call(t.process)?a=function(t){e.nextTick((function(){h(t)}))}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((i=new MessageChannel).port1.onmessage=function(t){h(t.data)},a=function(t){i.port2.postMessage(t)}):u&&"onreadystatechange"in u.createElement("script")?(r=u.documentElement,a=function(t){var e=u.createElement("script");e.onreadystatechange=function(){h(t),e.onreadystatechange=null,r.removeChild(e),e=null},r.appendChild(e)}):a=function(t){setTimeout(h,0,t)}:(c="setImmediate$"+Math.random()+"$",o=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(c)&&h(+e.data.slice(c.length))},t.addEventListener?t.addEventListener("message",o,!1):t.attachEvent("onmessage",o),a=function(e){t.postMessage(c+e,"*")}),d.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;n<e.length;n++)e[n]=arguments[n+1];var r={callback:t,args:e};return f[s]=r,a(s),s++},d.clearImmediate=m}function m(t){delete f[t]}function h(t){if(l)setTimeout(h,0,t);else{var e=f[t];if(e){l=!0;try{!function(t){var e=t.callback,n=t.args;switch(n.length){case 0:e();break;case 1:e(n[0]);break;case 2:e(n[0],n[1]);break;case 3:e(n[0],n[1],n[2]);break;default:e.apply(void 0,n)}}(e)}finally{m(t),l=!1}}}}}("undefined"==typeof self?void 0===t?this:t:self)}).call(this,n(1),n(4))},function(t,e){var n,a,r=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function c(){throw new Error("clearTimeout has not been defined")}function o(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{a="function"==typeof clearTimeout?clearTimeout:c}catch(t){a=c}}();var s,f=[],l=!1,u=-1;function d(){l&&s&&(l=!1,s.length?f=s.concat(f):u=-1,f.length&&m())}function m(){if(!l){var t=o(d);l=!0;for(var e=f.length;e;){for(s=f,f=[];++u<e;)s&&s[u].run();u=-1,e=f.length}s=null,l=!1,function(t){if(a===clearTimeout)return clearTimeout(t);if((a===c||!a)&&clearTimeout)return a=clearTimeout,clearTimeout(t);try{a(t)}catch(e){try{return a.call(null,t)}catch(e){return a.call(this,t)}}}(t)}}function h(t,e){this.fun=t,this.array=e}function p(){}r.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];f.push(new h(t,e)),1!==f.length||l||o(m)},h.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=p,r.addListener=p,r.once=p,r.off=p,r.removeListener=p,r.removeAllListeners=p,r.emit=p,r.prependListener=p,r.prependOnceListener=p,r.listeners=function(t){return[]},r.binding=function(t){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(t){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},function(t,e,n){"use strict";n.r(e),n.d(e,"tcxFaInit",(function(){return J}));var a=n(0),r={prefix:"fas",iconName:"arrow-circle-up",icon:[512,512,[],"f0aa","M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"]},i={prefix:"fas",iconName:"arrows-alt",icon:[512,512,[],"f0b2","M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z"]},c={prefix:"fas",iconName:"arrows-alt-h",icon:[512,512,[],"f337","M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z"]},o={prefix:"fas",iconName:"bolt",icon:[320,512,[],"f0e7","M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z"]},s={prefix:"fas",iconName:"book",icon:[448,512,[],"f02d","M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z"]},f={prefix:"fas",iconName:"border-all",icon:[448,512,[],"f84c","M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z"]},l={prefix:"fas",iconName:"chart-area",icon:[512,512,[],"f1fe","M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z"]},u={prefix:"fas",iconName:"check",icon:[512,512,[],"f00c","M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"]},d={prefix:"fas",iconName:"check-circle",icon:[512,512,[],"f058","M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"]},m={prefix:"fas",iconName:"chevron-circle-left",icon:[512,512,[],"f137","M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z"]},h={prefix:"fas",iconName:"chevron-circle-right",icon:[512,512,[],"f138","M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z"]},p={prefix:"fas",iconName:"clock",icon:[512,512,[],"f017","M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z"]},v={prefix:"fas",iconName:"cloud",icon:[640,512,[],"f0c2","M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z"]},g={prefix:"fas",iconName:"code",icon:[640,512,[],"f121","M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z"]},b={prefix:"fas",iconName:"code-branch",icon:[384,512,[],"f126","M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z"]},y={prefix:"fas",iconName:"cog",icon:[512,512,[],"f013","M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"]},w={prefix:"fas",iconName:"comment-dots",icon:[512,512,[],"f4ad","M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"]},x={prefix:"fas",iconName:"comments",icon:[576,512,[],"f086","M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z"]},z={prefix:"fas",iconName:"ellipsis-h",icon:[512,512,[],"f141","M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z"]},M={prefix:"fas",iconName:"ellipsis-v",icon:[192,512,[],"f142","M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"]},k={prefix:"fas",iconName:"exclamation",icon:[192,512,[],"f12a","M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z"]},C={prefix:"fas",iconName:"eye",icon:[576,512,[],"f06e","M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z"]},N={prefix:"fas",iconName:"file-export",icon:[576,512,[],"f56e","M384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128zM571 308l-95.7-96.4c-10.1-10.1-27.4-3-27.4 11.3V288h-64v64h64v65.2c0 14.3 17.3 21.4 27.4 11.3L571 332c6.6-6.6 6.6-17.4 0-24zm-379 28v-32c0-8.8 7.2-16 16-16h176V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V352H208c-8.8 0-16-7.2-16-16z"]},_={prefix:"fas",iconName:"gavel",icon:[512,512,[],"f0e3","M504.971 199.362l-22.627-22.627c-9.373-9.373-24.569-9.373-33.941 0l-5.657 5.657L329.608 69.255l5.657-5.657c9.373-9.373 9.373-24.569 0-33.941L312.638 7.029c-9.373-9.373-24.569-9.373-33.941 0L154.246 131.48c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l5.657-5.657 39.598 39.598-81.04 81.04-5.657-5.657c-12.497-12.497-32.758-12.497-45.255 0L9.373 412.118c-12.497 12.497-12.497 32.758 0 45.255l45.255 45.255c12.497 12.497 32.758 12.497 45.255 0l114.745-114.745c12.497-12.497 12.497-32.758 0-45.255l-5.657-5.657 81.04-81.04 39.598 39.598-5.657 5.657c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l124.451-124.451c9.372-9.372 9.372-24.568 0-33.941z"]},L={prefix:"fas",iconName:"globe",icon:[496,512,[],"f0ac","M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z"]},A={prefix:"fas",iconName:"info-circle",icon:[512,512,[],"f05a","M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"]},S={prefix:"fas",iconName:"keyboard",icon:[576,512,[],"f11c","M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z"]},T={prefix:"fas",iconName:"lock",icon:[448,512,[],"f023","M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"]},O={prefix:"fas",iconName:"newspaper",icon:[576,512,[],"f1ea","M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z"]},H={prefix:"fas",iconName:"paperclip",icon:[448,512,[],"f0c6","M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z"]},E={prefix:"fas",iconName:"pencil-alt",icon:[512,512,[],"f303","M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z"]},I={prefix:"fas",iconName:"play",icon:[448,512,[],"f04b","M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"]},j={prefix:"fas",iconName:"plus-circle",icon:[512,512,[],"f055","M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z"]},P={prefix:"fas",iconName:"question-circle",icon:[512,512,[],"f059","M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"]},V={prefix:"fas",iconName:"search",icon:[512,512,[],"f002","M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"]},R={prefix:"fas",iconName:"server",icon:[512,512,[],"f233","M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z"]},F={prefix:"fas",iconName:"sliders-h",icon:[512,512,[],"f1de","M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z"]},D={prefix:"fas",iconName:"smile",icon:[496,512,[],"f118","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z"]},Y={prefix:"fas",iconName:"tasks",icon:[512,512,[],"f0ae","M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"]},W={prefix:"fas",iconName:"thumbtack",icon:[384,512,[],"f08d","M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z"]},X={prefix:"fas",iconName:"times",icon:[352,512,[],"f00d","M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"]},B={prefix:"fas",iconName:"trash",icon:[448,512,[],"f1f8","M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z"]},U={prefix:"fas",iconName:"university",icon:[512,512,[],"f19c","M496 128v16a8 8 0 0 1-8 8h-24v12c0 6.627-5.373 12-12 12H60c-6.627 0-12-5.373-12-12v-12H24a8 8 0 0 1-8-8v-16a8 8 0 0 1 4.941-7.392l232-88a7.996 7.996 0 0 1 6.118 0l232 88A8 8 0 0 1 496 128zm-24 304H40c-13.255 0-24 10.745-24 24v16a8 8 0 0 0 8 8h464a8 8 0 0 0 8-8v-16c0-13.255-10.745-24-24-24zM96 192v192H60c-6.627 0-12 5.373-12 12v20h416v-20c0-6.627-5.373-12-12-12h-36V192h-64v192h-64V192h-64v192h-64V192H96z"]},q={prefix:"fas",iconName:"user-astronaut",icon:[448,512,[],"f4fb","M64 224h13.5c24.7 56.5 80.9 96 146.5 96s121.8-39.5 146.5-96H384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16h-13.5C345.8 39.5 289.6 0 224 0S102.2 39.5 77.5 96H64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16zm40-88c0-22.1 21.5-40 48-40h144c26.5 0 48 17.9 48 40v24c0 53-43 96-96 96h-48c-53 0-96-43-96-96v-24zm72 72l12-36 36-12-36-12-12-36-12 36-36 12 36 12 12 36zm151.6 113.4C297.7 340.7 262.2 352 224 352s-73.7-11.3-103.6-30.6C52.9 328.5 0 385 0 454.4v9.6c0 26.5 21.5 48 48 48h80v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h80c26.5 0 48-21.5 48-48v-9.6c0-69.4-52.9-125.9-120.4-133zM272 448c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-96 0c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16z"]},K={prefix:"fas",iconName:"user-times",icon:[640,512,[],"f235","M589.6 240l45.6-45.6c6.3-6.3 6.3-16.5 0-22.8l-22.8-22.8c-6.3-6.3-16.5-6.3-22.8 0L544 194.4l-45.6-45.6c-6.3-6.3-16.5-6.3-22.8 0l-22.8 22.8c-6.3 6.3-6.3 16.5 0 22.8l45.6 45.6-45.6 45.6c-6.3 6.3-6.3 16.5 0 22.8l22.8 22.8c6.3 6.3 16.5 6.3 22.8 0l45.6-45.6 45.6 45.6c6.3 6.3 16.5 6.3 22.8 0l22.8-22.8c6.3-6.3 6.3-16.5 0-22.8L589.6 240zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z"]},G={prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z"]},Z={prefix:"far",iconName:"envelope",icon:[512,512,[],"f0e0","M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"]},$={prefix:"far",iconName:"paper-plane",icon:[512,512,[],"f1d8","M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z"]};function J(){a.b.add(q),a.b.add(o),a.b.add(s),a.b.add(l),a.b.add(u),a.b.add(d),a.b.add(p),a.b.add(v),a.b.add(g),a.b.add(b),a.b.add(y),a.b.add(w),a.b.add(x),a.b.add(z),a.b.add(M),a.b.add(Z),a.b.add(k),a.b.add(C),a.b.add(_),a.b.add(A),a.b.add(T),a.b.add(O),a.b.add(H),a.b.add($),a.b.add(E),a.b.add(P),a.b.add(V),a.b.add(R),a.b.add(F),a.b.add(D),a.b.add(Y),a.b.add(X),a.b.add(U),a.b.add(G),a.b.add(K),a.b.add(j),a.b.add(B),a.b.add(I),a.b.add(r),a.b.add(c),a.b.add(i),a.b.add(W),a.b.add(N),a.b.add(L),a.b.add(f),a.b.add(S),a.b.add(h),a.b.add(m),a.a.watch({autoReplaceSvgRoot:document.getElementById("wplc_wrapper"),observeMutationsRoot:document.getElementById("wplc_wrapper")})}}])}));
|
1 |
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("TCXfa",[],e):"object"==typeof exports?exports.TCXfa=e():t.TCXfa=e()}(window,(function(){return function(t){var e={};function n(a){if(e[a])return e[a].exports;var r=e[a]={i:a,l:!1,exports:{}};return t[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,a){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(a,r,function(e){return t[e]}.bind(null,r));return a},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=5)}([function(t,e,n){"use strict";(function(t,a){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){for(var n=0;n<e.length;n++){var a=e[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(t,a.key,a)}}function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function o(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},a=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),a.forEach((function(e){c(t,e,n[e])}))}return t}function s(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=[],a=!0,r=!1,i=void 0;try{for(var c,o=t[Symbol.iterator]();!(a=(c=o.next()).done)&&(n.push(c.value),!e||n.length!==e);a=!0);}catch(t){r=!0,i=t}finally{try{a||null==o.return||o.return()}finally{if(r)throw i}}return n}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function f(t){return function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e<t.length;e++)n[e]=t[e];return n}}(t)||function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}n.d(e,"b",(function(){return xe})),n.d(e,"a",(function(){return Me}));var l=function(){},u={},d={},m=null,h={mark:l,measure:l};try{"undefined"!=typeof window&&(u=window),"undefined"!=typeof document&&(d=document),"undefined"!=typeof MutationObserver&&(m=MutationObserver),"undefined"!=typeof performance&&(h=performance)}catch(t){}var p=(u.navigator||{}).userAgent,v=void 0===p?"":p,g=u,b=d,y=m,w=h,x=(g.document,!!b.documentElement&&!!b.head&&"function"==typeof b.addEventListener&&"function"==typeof b.createElement),z=~v.indexOf("MSIE")||~v.indexOf("Trident/"),M=["HTML","HEAD","STYLE","SCRIPT"],k=function(){try{return!0}catch(t){return!1}}(),C={fas:"solid",far:"regular",fal:"light",fad:"duotone",fab:"brands",fa:"solid"},N={solid:"fas",regular:"far",light:"fal",duotone:"fad",brands:"fab"},_=/Font Awesome 5 (Solid|Regular|Light|Duotone|Brands|Free|Pro)/,L={900:"fas",400:"far",normal:"far",300:"fal"},A=[1,2,3,4,5,6,7,8,9,10],S=A.concat([11,12,13,14,15,16,17,18,19,20]),T=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],O={GROUP:"group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},H=["xs","sm","lg","fw","ul","li","border","pull-left","pull-right","spin","pulse","rotate-90","rotate-180","rotate-270","flip-horizontal","flip-vertical","flip-both","stack","stack-1x","stack-2x","inverse","layers","layers-text","layers-counter",O.GROUP,O.SWAP_OPACITY,O.PRIMARY,O.SECONDARY].concat(A.map((function(t){return"".concat(t,"x")}))).concat(S.map((function(t){return"w-".concat(t)}))),E=g.FontAwesomeConfig||{};if(b&&"function"==typeof b.querySelector){[["data-family-prefix","familyPrefix"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]].forEach((function(t){var e=s(t,2),n=e[0],a=e[1],r=function(t){return""===t||"false"!==t&&("true"===t||t)}(function(t){var e=b.querySelector("script["+t+"]");if(e)return e.getAttribute(t)}(n));null!=r&&(E[a]=r)}))}var I=o({},{familyPrefix:"fa",replacementClass:"svg-inline--fa",autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0},E);I.autoReplaceSvg||(I.observeMutations=!1);var j=o({},I);g.FontAwesomeConfig=j;var P=g||{};P.___FONT_AWESOME___||(P.___FONT_AWESOME___={}),P.___FONT_AWESOME___.styles||(P.___FONT_AWESOME___.styles={}),P.___FONT_AWESOME___.hooks||(P.___FONT_AWESOME___.hooks={}),P.___FONT_AWESOME___.shims||(P.___FONT_AWESOME___.shims=[]);var V=P.___FONT_AWESOME___,R=[],F=!1;function D(t){x&&(F?setTimeout(t,0):R.push(t))}x&&((F=(b.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(b.readyState))||b.addEventListener("DOMContentLoaded",(function t(){b.removeEventListener("DOMContentLoaded",t),F=1,R.map((function(t){return t()}))})));var Y,W=function(){},X=void 0!==t&&void 0!==t.process&&"function"==typeof t.process.emit,B=void 0===a?setTimeout:a,U=[];function q(){for(var t=0;t<U.length;t++)U[t][0](U[t][1]);U=[],Y=!1}function K(t,e){U.push([t,e]),Y||(Y=!0,B(q,0))}function G(t){var e=t.owner,n=e._state,a=e._data,r=t[n],i=t.then;if("function"==typeof r){n="fulfilled";try{a=r(a)}catch(t){Q(i,t)}}Z(i,a)||("fulfilled"===n&&$(i,a),"rejected"===n&&Q(i,a))}function Z(t,e){var n;try{if(t===e)throw new TypeError("A promises callback cannot return that same promise.");if(e&&("function"==typeof e||"object"===r(e))){var a=e.then;if("function"==typeof a)return a.call(e,(function(a){n||(n=!0,e===a?J(t,a):$(t,a))}),(function(e){n||(n=!0,Q(t,e))})),!0}}catch(e){return n||Q(t,e),!0}return!1}function $(t,e){t!==e&&Z(t,e)||J(t,e)}function J(t,e){"pending"===t._state&&(t._state="settled",t._data=e,K(et,t))}function Q(t,e){"pending"===t._state&&(t._state="settled",t._data=e,K(nt,t))}function tt(t){t._then=t._then.forEach(G)}function et(t){t._state="fulfilled",tt(t)}function nt(e){e._state="rejected",tt(e),!e._handled&&X&&t.process.emit("unhandledRejection",e._data,e)}function at(e){t.process.emit("rejectionHandled",e)}function rt(t){if("function"!=typeof t)throw new TypeError("Promise resolver "+t+" is not a function");if(this instanceof rt==!1)throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");this._then=[],function(t,e){function n(t){Q(e,t)}try{t((function(t){$(e,t)}),n)}catch(t){n(t)}}(t,this)}rt.prototype={constructor:rt,_state:"pending",_then:null,_data:void 0,_handled:!1,then:function(t,e){var n={owner:this,then:new this.constructor(W),fulfilled:t,rejected:e};return!e&&!t||this._handled||(this._handled=!0,"rejected"===this._state&&X&&K(at,this)),"fulfilled"===this._state||"rejected"===this._state?K(G,n):this._then.push(n),n.then},catch:function(t){return this.then(null,t)}},rt.all=function(t){if(!Array.isArray(t))throw new TypeError("You must pass an array to Promise.all().");return new rt((function(e,n){var a=[],r=0;function i(t){return r++,function(n){a[t]=n,--r||e(a)}}for(var c,o=0;o<t.length;o++)(c=t[o])&&"function"==typeof c.then?c.then(i(o),n):a[o]=c;r||e(a)}))},rt.race=function(t){if(!Array.isArray(t))throw new TypeError("You must pass an array to Promise.race().");return new rt((function(e,n){for(var a,r=0;r<t.length;r++)(a=t[r])&&"function"==typeof a.then?a.then(e,n):e(a)}))},rt.resolve=function(t){return t&&"object"===r(t)&&t.constructor===rt?t:new rt((function(e){e(t)}))},rt.reject=function(t){return new rt((function(e,n){n(t)}))};var it="function"==typeof Promise?Promise:rt,ct=16,ot={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function st(t){if(t&&x){var e=b.createElement("style");e.setAttribute("type","text/css"),e.innerHTML=t;for(var n=b.head.childNodes,a=null,r=n.length-1;r>-1;r--){var i=n[r],c=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(c)>-1&&(a=i)}return b.head.insertBefore(e,a),t}}function ft(){for(var t=12,e="";t-- >0;)e+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return e}function lt(t){for(var e=[],n=(t||[]).length>>>0;n--;)e[n]=t[n];return e}function ut(t){return t.classList?lt(t.classList):(t.getAttribute("class")||"").split(" ").filter((function(t){return t}))}function dt(t,e){var n,a=e.split("-"),r=a[0],i=a.slice(1).join("-");return r!==t||""===i||(n=i,~H.indexOf(n))?null:i}function mt(t){return"".concat(t).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function ht(t){return Object.keys(t||{}).reduce((function(e,n){return e+"".concat(n,": ").concat(t[n],";")}),"")}function pt(t){return t.size!==ot.size||t.x!==ot.x||t.y!==ot.y||t.rotate!==ot.rotate||t.flipX||t.flipY}function vt(t){var e=t.transform,n=t.containerWidth,a=t.iconWidth,r={transform:"translate(".concat(n/2," 256)")},i="translate(".concat(32*e.x,", ").concat(32*e.y,") "),c="scale(".concat(e.size/16*(e.flipX?-1:1),", ").concat(e.size/16*(e.flipY?-1:1),") "),o="rotate(".concat(e.rotate," 0 0)");return{outer:r,inner:{transform:"".concat(i," ").concat(c," ").concat(o)},path:{transform:"translate(".concat(a/2*-1," -256)")}}}var gt={x:0,y:0,width:"100%",height:"100%"};function bt(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return t.attributes&&(t.attributes.fill||e)&&(t.attributes.fill="black"),t}function yt(t){var e=t.icons,n=e.main,a=e.mask,r=t.prefix,i=t.iconName,c=t.transform,s=t.symbol,f=t.title,l=t.maskId,u=t.titleId,d=t.extra,m=t.watchable,h=void 0!==m&&m,p=a.found?a:n,v=p.width,g=p.height,b="fa-w-".concat(Math.ceil(v/g*16)),y=[j.replacementClass,i?"".concat(j.familyPrefix,"-").concat(i):"",b].filter((function(t){return-1===d.classes.indexOf(t)})).concat(d.classes).join(" "),w={children:[],attributes:o({},d.attributes,{"data-prefix":r,"data-icon":i,class:y,role:d.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(v," ").concat(g)})};h&&(w.attributes["data-fa-i2svg"]=""),f&&w.children.push({tag:"title",attributes:{id:w.attributes["aria-labelledby"]||"title-".concat(u||ft())},children:[f]});var x=o({},w,{prefix:r,iconName:i,main:n,mask:a,maskId:l,transform:c,symbol:s,styles:d.styles}),z=a.found&&n.found?function(t){var e,n=t.children,a=t.attributes,r=t.main,i=t.mask,c=t.maskId,s=t.transform,f=r.width,l=r.icon,u=i.width,d=i.icon,m=vt({transform:s,containerWidth:u,iconWidth:f}),h={tag:"rect",attributes:o({},gt,{fill:"white"})},p=l.children?{children:l.children.map(bt)}:{},v={tag:"g",attributes:o({},m.inner),children:[bt(o({tag:l.tag,attributes:o({},l.attributes,m.path)},p))]},g={tag:"g",attributes:o({},m.outer),children:[v]},b="mask-".concat(c||ft()),y="clip-".concat(c||ft()),w={tag:"mask",attributes:o({},gt,{id:b,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[h,g]},x={tag:"defs",children:[{tag:"clipPath",attributes:{id:y},children:(e=d,"g"===e.tag?e.children:[e])},w]};return n.push(x,{tag:"rect",attributes:o({fill:"currentColor","clip-path":"url(#".concat(y,")"),mask:"url(#".concat(b,")")},gt)}),{children:n,attributes:a}}(x):function(t){var e=t.children,n=t.attributes,a=t.main,r=t.transform,i=ht(t.styles);if(i.length>0&&(n.style=i),pt(r)){var c=vt({transform:r,containerWidth:a.width,iconWidth:a.width});e.push({tag:"g",attributes:o({},c.outer),children:[{tag:"g",attributes:o({},c.inner),children:[{tag:a.icon.tag,children:a.icon.children,attributes:o({},a.icon.attributes,c.path)}]}]})}else e.push(a.icon);return{children:e,attributes:n}}(x),M=z.children,k=z.attributes;return x.children=M,x.attributes=k,s?function(t){var e=t.prefix,n=t.iconName,a=t.children,r=t.attributes,i=t.symbol;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:o({},r,{id:!0===i?"".concat(e,"-").concat(j.familyPrefix,"-").concat(n):i}),children:a}]}]}(x):function(t){var e=t.children,n=t.main,a=t.mask,r=t.attributes,i=t.styles,c=t.transform;if(pt(c)&&n.found&&!a.found){var s={x:n.width/n.height/2,y:.5};r.style=ht(o({},i,{"transform-origin":"".concat(s.x+c.x/16,"em ").concat(s.y+c.y/16,"em")}))}return[{tag:"svg",attributes:r,children:e}]}(x)}function wt(t){var e=t.content,n=t.width,a=t.height,r=t.transform,i=t.title,c=t.extra,s=t.watchable,f=void 0!==s&&s,l=o({},c.attributes,i?{title:i}:{},{class:c.classes.join(" ")});f&&(l["data-fa-i2svg"]="");var u=o({},c.styles);pt(r)&&(u.transform=function(t){var e=t.transform,n=t.width,a=void 0===n?16:n,r=t.height,i=void 0===r?16:r,c=t.startCentered,o=void 0!==c&&c,s="";return s+=o&&z?"translate(".concat(e.x/ct-a/2,"em, ").concat(e.y/ct-i/2,"em) "):o?"translate(calc(-50% + ".concat(e.x/ct,"em), calc(-50% + ").concat(e.y/ct,"em)) "):"translate(".concat(e.x/ct,"em, ").concat(e.y/ct,"em) "),s+="scale(".concat(e.size/ct*(e.flipX?-1:1),", ").concat(e.size/ct*(e.flipY?-1:1),") "),s+="rotate(".concat(e.rotate,"deg) ")}({transform:r,startCentered:!0,width:n,height:a}),u["-webkit-transform"]=u.transform);var d=ht(u);d.length>0&&(l.style=d);var m=[];return m.push({tag:"span",attributes:l,children:[e]}),i&&m.push({tag:"span",attributes:{class:"sr-only"},children:[i]}),m}function xt(t){var e=t.content,n=t.title,a=t.extra,r=o({},a.attributes,n?{title:n}:{},{class:a.classes.join(" ")}),i=ht(a.styles);i.length>0&&(r.style=i);var c=[];return c.push({tag:"span",attributes:r,children:[e]}),n&&c.push({tag:"span",attributes:{class:"sr-only"},children:[n]}),c}var zt=function(){},Mt=j.measurePerformance&&w&&w.mark&&w.measure?w:{mark:zt,measure:zt},kt='FA "5.13.0"',Ct=function(t){Mt.mark("".concat(kt," ").concat(t," ends")),Mt.measure("".concat(kt," ").concat(t),"".concat(kt," ").concat(t," begins"),"".concat(kt," ").concat(t," ends"))},Nt=function(t){return Mt.mark("".concat(kt," ").concat(t," begins")),function(){return Ct(t)}},_t=function(t,e,n,a){var r,i,c,o=Object.keys(t),s=o.length,f=void 0!==a?function(t,e){return function(n,a,r,i){return t.call(e,n,a,r,i)}}(e,a):e;for(void 0===n?(r=1,c=t[o[0]]):(r=0,c=n);r<s;r++)c=f(c,t[i=o[r]],i,t);return c};function Lt(t){for(var e="",n=0;n<t.length;n++){e+=("000"+t.charCodeAt(n).toString(16)).slice(-4)}return e}function At(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.skipHooks,r=void 0!==a&&a,i=Object.keys(e).reduce((function(t,n){var a=e[n];return!!a.icon?t[a.iconName]=a.icon:t[n]=a,t}),{});"function"!=typeof V.hooks.addPack||r?V.styles[t]=o({},V.styles[t]||{},i):V.hooks.addPack(t,i),"fas"===t&&At("fa",e)}var St=V.styles,Tt=V.shims,Ot={},Ht={},Et={},It=function(){var t=function(t){return _t(St,(function(e,n,a){return e[a]=_t(n,t,{}),e}),{})};Ot=t((function(t,e,n){return e[3]&&(t[e[3]]=n),t})),Ht=t((function(t,e,n){var a=e[2];return t[n]=n,a.forEach((function(e){t[e]=n})),t}));var e="far"in St;Et=_t(Tt,(function(t,n){var a=n[0],r=n[1],i=n[2];return"far"!==r||e||(r="fas"),t[a]={prefix:r,iconName:i},t}),{})};function jt(t,e){return(Ot[t]||{})[e]}It();var Pt=V.styles;function Vt(t){return t.reduce((function(t,e){var n=dt(j.familyPrefix,e);if(Pt[e])t.prefix=e;else if(j.autoFetchSvg&&["fas","far","fal","fad","fab","fa"].indexOf(e)>-1)t.prefix=e;else if(n){var a="fa"===t.prefix?Et[n]||{prefix:null,iconName:null}:{};t.iconName=a.iconName||n,t.prefix=a.prefix||t.prefix}else e!==j.replacementClass&&0!==e.indexOf("fa-w-")&&t.rest.push(e);return t}),{prefix:null,iconName:null,rest:[]})}function Rt(t,e,n){if(t&&t[e]&&t[e][n])return{prefix:e,iconName:n,icon:t[e][n]}}function Ft(t){var e=t.tag,n=t.attributes,a=void 0===n?{}:n,r=t.children,i=void 0===r?[]:r;return"string"==typeof t?mt(t):"<".concat(e," ").concat(function(t){return Object.keys(t||{}).reduce((function(e,n){return e+"".concat(n,'="').concat(mt(t[n]),'" ')}),"").trim()}(a),">").concat(i.map(Ft).join(""),"</").concat(e,">")}var Dt=function(){};function Yt(t){return"string"==typeof(t.getAttribute?t.getAttribute("data-fa-i2svg"):null)}var Wt={replace:function(t){var e=t[0],n=t[1].map((function(t){return Ft(t)})).join("\n");if(e.parentNode&&e.outerHTML)e.outerHTML=n+(j.keepOriginalSource&&"svg"!==e.tagName.toLowerCase()?"\x3c!-- ".concat(e.outerHTML," --\x3e"):"");else if(e.parentNode){var a=document.createElement("span");e.parentNode.replaceChild(a,e),a.outerHTML=n}},nest:function(t){var e=t[0],n=t[1];if(~ut(e).indexOf(j.replacementClass))return Wt.replace(t);var a=new RegExp("".concat(j.familyPrefix,"-.*"));delete n[0].attributes.style,delete n[0].attributes.id;var r=n[0].attributes.class.split(" ").reduce((function(t,e){return e===j.replacementClass||e.match(a)?t.toSvg.push(e):t.toNode.push(e),t}),{toNode:[],toSvg:[]});n[0].attributes.class=r.toSvg.join(" ");var i=n.map((function(t){return Ft(t)})).join("\n");e.setAttribute("class",r.toNode.join(" ")),e.setAttribute("data-fa-i2svg",""),e.innerHTML=i}};function Xt(t){t()}function Bt(t,e){var n="function"==typeof e?e:Dt;if(0===t.length)n();else{var a=Xt;"async"===j.mutateApproach&&(a=g.requestAnimationFrame||Xt),a((function(){var e=!0===j.autoReplaceSvg?Wt.replace:Wt[j.autoReplaceSvg]||Wt.replace,a=Nt("mutate");t.map(e),a(),n()}))}}var Ut=!1;function qt(){Ut=!1}var Kt=null;function Gt(t){if(y&&j.observeMutations){var e=t.treeCallback,n=t.nodeCallback,a=t.pseudoElementsCallback,r=t.observeMutationsRoot,i=void 0===r?b:r;Kt=new y((function(t){Ut||lt(t).forEach((function(t){if("childList"===t.type&&t.addedNodes.length>0&&!Yt(t.addedNodes[0])&&(j.searchPseudoElements&&a(t.target),e(t.target)),"attributes"===t.type&&t.target.parentNode&&j.searchPseudoElements&&a(t.target.parentNode),"attributes"===t.type&&Yt(t.target)&&~T.indexOf(t.attributeName))if("class"===t.attributeName){var r=Vt(ut(t.target)),i=r.prefix,c=r.iconName;i&&t.target.setAttribute("data-prefix",i),c&&t.target.setAttribute("data-icon",c)}else n(t.target)}))})),x&&Kt.observe(i,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function Zt(t){var e,n,a=t.getAttribute("data-prefix"),r=t.getAttribute("data-icon"),i=void 0!==t.innerText?t.innerText.trim():"",c=Vt(ut(t));return a&&r&&(c.prefix=a,c.iconName=r),c.prefix&&i.length>1?c.iconName=(e=c.prefix,n=t.innerText,(Ht[e]||{})[n]):c.prefix&&1===i.length&&(c.iconName=jt(c.prefix,Lt(t.innerText))),c}var $t=function(t){var e={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t?t.toLowerCase().split(" ").reduce((function(t,e){var n=e.toLowerCase().split("-"),a=n[0],r=n.slice(1).join("-");if(a&&"h"===r)return t.flipX=!0,t;if(a&&"v"===r)return t.flipY=!0,t;if(r=parseFloat(r),isNaN(r))return t;switch(a){case"grow":t.size=t.size+r;break;case"shrink":t.size=t.size-r;break;case"left":t.x=t.x-r;break;case"right":t.x=t.x+r;break;case"up":t.y=t.y-r;break;case"down":t.y=t.y+r;break;case"rotate":t.rotate=t.rotate+r}return t}),e):e};function Jt(t){var e=Zt(t),n=e.iconName,a=e.prefix,r=e.rest,i=function(t){var e=t.getAttribute("style"),n=[];return e&&(n=e.split(";").reduce((function(t,e){var n=e.split(":"),a=n[0],r=n.slice(1);return a&&r.length>0&&(t[a]=r.join(":").trim()),t}),{})),n}(t),c=function(t){return $t(t.getAttribute("data-fa-transform"))}(t),o=function(t){var e=t.getAttribute("data-fa-symbol");return null!==e&&(""===e||e)}(t),s=function(t){var e=lt(t.attributes).reduce((function(t,e){return"class"!==t.name&&"style"!==t.name&&(t[e.name]=e.value),t}),{}),n=t.getAttribute("title"),a=t.getAttribute("data-fa-title-id");return j.autoA11y&&(n?e["aria-labelledby"]="".concat(j.replacementClass,"-title-").concat(a||ft()):(e["aria-hidden"]="true",e.focusable="false")),e}(t),f=function(t){var e=t.getAttribute("data-fa-mask");return e?Vt(e.split(" ").map((function(t){return t.trim()}))):{prefix:null,iconName:null,rest:[]}}(t);return{iconName:n,title:t.getAttribute("title"),titleId:t.getAttribute("data-fa-title-id"),prefix:a,transform:c,symbol:o,mask:f,maskId:t.getAttribute("data-fa-mask-id"),extra:{classes:r,styles:i,attributes:s}}}function Qt(t){this.name="MissingIcon",this.message=t||"Icon unavailable",this.stack=(new Error).stack}Qt.prototype=Object.create(Error.prototype),Qt.prototype.constructor=Qt;var te={fill:"currentColor"},ee={attributeType:"XML",repeatCount:"indefinite",dur:"2s"},ne={tag:"path",attributes:o({},te,{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})},ae=o({},ee,{attributeName:"opacity"}),re={tag:"g",children:[ne,{tag:"circle",attributes:o({},te,{cx:"256",cy:"364",r:"28"}),children:[{tag:"animate",attributes:o({},ee,{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:o({},ae,{values:"1;0;1;1;0;1;"})}]},{tag:"path",attributes:o({},te,{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:[{tag:"animate",attributes:o({},ae,{values:"1;0;0;0;0;1;"})}]},{tag:"path",attributes:o({},te,{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:o({},ae,{values:"0;0;1;1;0;0;"})}]}]},ie=V.styles;function ce(t){var e=t[0],n=t[1],a=s(t.slice(4),1)[0];return{found:!0,width:e,height:n,icon:Array.isArray(a)?{tag:"g",attributes:{class:"".concat(j.familyPrefix,"-").concat(O.GROUP)},children:[{tag:"path",attributes:{class:"".concat(j.familyPrefix,"-").concat(O.SECONDARY),fill:"currentColor",d:a[0]}},{tag:"path",attributes:{class:"".concat(j.familyPrefix,"-").concat(O.PRIMARY),fill:"currentColor",d:a[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:a}}}}function oe(t,e){return new it((function(n,a){var i={found:!1,width:512,height:512,icon:re};if(t&&e&&ie[e]&&ie[e][t])return n(ce(ie[e][t]));"object"===r(g.FontAwesomeKitConfig)&&"string"==typeof window.FontAwesomeKitConfig.token&&g.FontAwesomeKitConfig.token,t&&e&&!j.showMissingIcons?a(new Qt("Icon is missing for prefix ".concat(e," with icon name ").concat(t))):n(i)}))}var se=V.styles;function fe(t){var e=Jt(t);return~e.extra.classes.indexOf("fa-layers-text")?function(t,e){var n=e.title,a=e.transform,r=e.extra,i=null,c=null;if(z){var o=parseInt(getComputedStyle(t).fontSize,10),s=t.getBoundingClientRect();i=s.width/o,c=s.height/o}return j.autoA11y&&!n&&(r.attributes["aria-hidden"]="true"),it.resolve([t,wt({content:t.innerHTML,width:i,height:c,transform:a,title:n,extra:r,watchable:!0})])}(t,e):function(t,e){var n=e.iconName,a=e.title,r=e.titleId,i=e.prefix,c=e.transform,o=e.symbol,f=e.mask,l=e.maskId,u=e.extra;return new it((function(e,d){it.all([oe(n,i),oe(f.iconName,f.prefix)]).then((function(f){var d=s(f,2),m=d[0],h=d[1];e([t,yt({icons:{main:m,mask:h},prefix:i,iconName:n,transform:c,symbol:o,mask:h,maskId:l,title:a,titleId:r,extra:u,watchable:!0})])}))}))}(t,e)}function le(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(x){var n=b.documentElement.classList,a=function(t){return n.add("".concat("fontawesome-i2svg","-").concat(t))},r=function(t){return n.remove("".concat("fontawesome-i2svg","-").concat(t))},i=j.autoFetchSvg?Object.keys(C):Object.keys(se),c=[".".concat("fa-layers-text",":not([").concat("data-fa-i2svg","])")].concat(i.map((function(t){return".".concat(t,":not([").concat("data-fa-i2svg","])")}))).join(", ");if(0!==c.length){var o=[];try{o=lt(t.querySelectorAll(c))}catch(t){}if(o.length>0){a("pending"),r("complete");var s=Nt("onTree"),f=o.reduce((function(t,e){try{var n=fe(e);n&&t.push(n)}catch(t){k||t instanceof Qt&&console.error(t)}return t}),[]);return new it((function(t,n){it.all(f).then((function(n){Bt(n,(function(){a("active"),a("complete"),r("pending"),"function"==typeof e&&e(),s(),t()}))})).catch((function(){s(),n()}))}))}}}}function ue(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;fe(t).then((function(t){t&&Bt([t],e)}))}function de(t,e){var n="".concat("data-fa-pseudo-element-pending").concat(e.replace(":","-"));return new it((function(a,r){if(null!==t.getAttribute(n))return a();var i=lt(t.children).filter((function(t){return t.getAttribute("data-fa-pseudo-element")===e}))[0],c=g.getComputedStyle(t,e),s=c.getPropertyValue("font-family").match(_),f=c.getPropertyValue("font-weight"),l=c.getPropertyValue("content");if(i&&!s)return t.removeChild(i),a();if(s&&"none"!==l&&""!==l){var u=~["Solid","Regular","Light","Duotone","Brands"].indexOf(s[1])?N[s[1].toLowerCase()]:L[f],d=Lt(3===l.length?l.substr(1,1):l),m=jt(u,d),h=m;if(!m||i&&i.getAttribute("data-prefix")===u&&i.getAttribute("data-icon")===h)a();else{t.setAttribute(n,h),i&&t.removeChild(i);var p={iconName:null,title:null,titleId:null,prefix:null,transform:ot,symbol:!1,mask:null,maskId:null,extra:{classes:[],styles:{},attributes:{}}},v=p.extra;v.attributes["data-fa-pseudo-element"]=e,oe(m,u).then((function(r){var i=yt(o({},p,{icons:{main:r,mask:{prefix:null,iconName:null,rest:[]}},prefix:u,iconName:h,extra:v,watchable:!0})),c=b.createElement("svg");":before"===e?t.insertBefore(c,t.firstChild):t.appendChild(c),c.outerHTML=i.map((function(t){return Ft(t)})).join("\n"),t.removeAttribute(n),a()})).catch(r)}}else a()}))}function me(t){return it.all([de(t,":before"),de(t,":after")])}function he(t){return!(t.parentNode===document.head||~M.indexOf(t.tagName.toUpperCase())||t.getAttribute("data-fa-pseudo-element")||t.parentNode&&"svg"===t.parentNode.tagName)}function pe(t){if(x)return new it((function(e,n){var a=lt(t.querySelectorAll("*")).filter(he).map(me),r=Nt("searchPseudoElements");Ut=!0,it.all(a).then((function(){r(),qt(),e()})).catch((function(){r(),qt(),n()}))}))}function ve(){var t="svg-inline--fa",e=j.familyPrefix,n=j.replacementClass,a='svg:not(:root).svg-inline--fa {\n overflow: visible;\n}\n\n.svg-inline--fa {\n display: inline-block;\n font-size: inherit;\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.225em;\n}\n.svg-inline--fa.fa-w-1 {\n width: 0.0625em;\n}\n.svg-inline--fa.fa-w-2 {\n width: 0.125em;\n}\n.svg-inline--fa.fa-w-3 {\n width: 0.1875em;\n}\n.svg-inline--fa.fa-w-4 {\n width: 0.25em;\n}\n.svg-inline--fa.fa-w-5 {\n width: 0.3125em;\n}\n.svg-inline--fa.fa-w-6 {\n width: 0.375em;\n}\n.svg-inline--fa.fa-w-7 {\n width: 0.4375em;\n}\n.svg-inline--fa.fa-w-8 {\n width: 0.5em;\n}\n.svg-inline--fa.fa-w-9 {\n width: 0.5625em;\n}\n.svg-inline--fa.fa-w-10 {\n width: 0.625em;\n}\n.svg-inline--fa.fa-w-11 {\n width: 0.6875em;\n}\n.svg-inline--fa.fa-w-12 {\n width: 0.75em;\n}\n.svg-inline--fa.fa-w-13 {\n width: 0.8125em;\n}\n.svg-inline--fa.fa-w-14 {\n width: 0.875em;\n}\n.svg-inline--fa.fa-w-15 {\n width: 0.9375em;\n}\n.svg-inline--fa.fa-w-16 {\n width: 1em;\n}\n.svg-inline--fa.fa-w-17 {\n width: 1.0625em;\n}\n.svg-inline--fa.fa-w-18 {\n width: 1.125em;\n}\n.svg-inline--fa.fa-w-19 {\n width: 1.1875em;\n}\n.svg-inline--fa.fa-w-20 {\n width: 1.25em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-border {\n height: 1.5em;\n}\n.svg-inline--fa.fa-li {\n width: 2em;\n}\n.svg-inline--fa.fa-fw {\n width: 1.25em;\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: #ff253a;\n border-radius: 1em;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n color: #fff;\n height: 1.5em;\n line-height: 1;\n max-width: 5em;\n min-width: 1.5em;\n overflow: hidden;\n padding: 0.25em;\n right: 0;\n text-overflow: ellipsis;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: 0;\n right: 0;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: 0;\n left: 0;\n right: auto;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n right: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: 0;\n right: auto;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-lg {\n font-size: 1.3333333333em;\n line-height: 0.75em;\n vertical-align: -0.0667em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: 2.5em;\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: -2em;\n position: absolute;\n text-align: center;\n width: 2em;\n line-height: inherit;\n}\n\n.fa-border {\n border: solid 0.08em #eee;\n border-radius: 0.1em;\n padding: 0.2em 0.25em 0.15em;\n}\n\n.fa-pull-left {\n float: left;\n}\n\n.fa-pull-right {\n float: right;\n}\n\n.fa.fa-pull-left,\n.fas.fa-pull-left,\n.far.fa-pull-left,\n.fal.fa-pull-left,\n.fab.fa-pull-left {\n margin-right: 0.3em;\n}\n.fa.fa-pull-right,\n.fas.fa-pull-right,\n.far.fa-pull-right,\n.fal.fa-pull-right,\n.fab.fa-pull-right {\n margin-left: 0.3em;\n}\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8);\n}\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical,\n:root .fa-flip-both {\n -webkit-filter: none;\n filter: none;\n}\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: #fff;\n}\n\n.sr-only {\n border: 0;\n clip: rect(0, 0, 0, 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n clip: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n position: static;\n width: auto;\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse {\n color: #fff;\n}';if("fa"!==e||n!==t){var r=new RegExp("\\.".concat("fa","\\-"),"g"),i=new RegExp("\\--".concat("fa","\\-"),"g"),c=new RegExp("\\.".concat(t),"g");a=a.replace(r,".".concat(e,"-")).replace(i,"--".concat(e,"-")).replace(c,".".concat(n))}return a}function ge(){j.autoAddCss&&!ze&&(st(ve()),ze=!0)}function be(t,e){return Object.defineProperty(t,"abstract",{get:e}),Object.defineProperty(t,"html",{get:function(){return t.abstract.map((function(t){return Ft(t)}))}}),Object.defineProperty(t,"node",{get:function(){if(x){var e=b.createElement("div");return e.innerHTML=t.html,e.children}}}),t}function ye(t){var e=t.prefix,n=void 0===e?"fa":e,a=t.iconName;if(a)return Rt(xe.definitions,n,a)||Rt(V.styles,n,a)}var we,xe=new(function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.definitions={}}var e,n,a;return e=t,(n=[{key:"add",value:function(){for(var t=this,e=arguments.length,n=new Array(e),a=0;a<e;a++)n[a]=arguments[a];var r=n.reduce(this._pullDefinitions,{});Object.keys(r).forEach((function(e){t.definitions[e]=o({},t.definitions[e]||{},r[e]),At(e,r[e]),It()}))}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(t,e){var n=e.prefix&&e.iconName&&e.icon?{0:e}:e;return Object.keys(n).map((function(e){var a=n[e],r=a.prefix,i=a.iconName,c=a.icon;t[r]||(t[r]={}),t[r][i]=c})),t}}])&&i(e.prototype,n),a&&i(e,a),t}()),ze=!1,Me={i2svg:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(x){ge();var e=t.node,n=void 0===e?b:e,a=t.callback,r=void 0===a?function(){}:a;return j.searchPseudoElements&&pe(n),le(n,r)}return it.reject("Operation requires a DOM of some kind.")},css:ve,insertCss:function(){ze||(st(ve()),ze=!0)},watch:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.autoReplaceSvgRoot,n=t.observeMutationsRoot;!1===j.autoReplaceSvg&&(j.autoReplaceSvg=!0),j.observeMutations=!0,D((function(){Ne({autoReplaceSvgRoot:e}),Gt({treeCallback:le,nodeCallback:ue,pseudoElementsCallback:pe,observeMutationsRoot:n})}))}},ke=(we=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.transform,a=void 0===n?ot:n,r=e.symbol,i=void 0!==r&&r,c=e.mask,s=void 0===c?null:c,f=e.maskId,l=void 0===f?null:f,u=e.title,d=void 0===u?null:u,m=e.titleId,h=void 0===m?null:m,p=e.classes,v=void 0===p?[]:p,g=e.attributes,b=void 0===g?{}:g,y=e.styles,w=void 0===y?{}:y;if(t){var x=t.prefix,z=t.iconName,M=t.icon;return be(o({type:"icon"},t),(function(){return ge(),j.autoA11y&&(d?b["aria-labelledby"]="".concat(j.replacementClass,"-title-").concat(h||ft()):(b["aria-hidden"]="true",b.focusable="false")),yt({icons:{main:ce(M),mask:s?ce(s.icon):{found:!1,width:null,height:null,icon:{}}},prefix:x,iconName:z,transform:o({},ot,a),symbol:i,title:d,maskId:l,titleId:h,extra:{attributes:b,styles:w,classes:v}})}))}},function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=(t||{}).icon?t:ye(t||{}),a=e.mask;return a&&(a=(a||{}).icon?a:ye(a||{})),we(n,o({},e,{mask:a}))}),Ce={noAuto:function(){j.autoReplaceSvg=!1,j.observeMutations=!1,Kt&&Kt.disconnect()},config:j,dom:Me,library:xe,parse:{transform:function(t){return $t(t)}},findIconDefinition:ye,icon:ke,text:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.transform,a=void 0===n?ot:n,r=e.title,i=void 0===r?null:r,c=e.classes,s=void 0===c?[]:c,l=e.attributes,u=void 0===l?{}:l,d=e.styles,m=void 0===d?{}:d;return be({type:"text",content:t},(function(){return ge(),wt({content:t,transform:o({},ot,a),title:i,extra:{attributes:u,styles:m,classes:["".concat(j.familyPrefix,"-layers-text")].concat(f(s))}})}))},counter:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.title,a=void 0===n?null:n,r=e.classes,i=void 0===r?[]:r,c=e.attributes,o=void 0===c?{}:c,s=e.styles,l=void 0===s?{}:s;return be({type:"counter",content:t},(function(){return ge(),xt({content:t.toString(),title:a,extra:{attributes:o,styles:l,classes:["".concat(j.familyPrefix,"-layers-counter")].concat(f(i))}})}))},layer:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.classes,a=void 0===n?[]:n;return be({type:"layer"},(function(){ge();var e=[];return t((function(t){Array.isArray(t)?t.map((function(t){e=e.concat(t.abstract)})):e=e.concat(t.abstract)})),[{tag:"span",attributes:{class:["".concat(j.familyPrefix,"-layers")].concat(f(a)).join(" ")},children:e}]}))},toHtml:Ft},Ne=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.autoReplaceSvgRoot,n=void 0===e?b:e;(Object.keys(V.styles).length>0||j.autoFetchSvg)&&x&&j.autoReplaceSvg&&Ce.dom.i2svg({node:n})}}).call(this,n(1),n(2).setImmediate)},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){(function(t){var a=void 0!==t&&t||"undefined"!=typeof self&&self||window,r=Function.prototype.apply;function i(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new i(r.call(setTimeout,a,arguments),clearTimeout)},e.setInterval=function(){return new i(r.call(setInterval,a,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(a,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout((function(){t._onTimeout&&t._onTimeout()}),e))},n(3),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(1))},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var a,r,i,c,o,s=1,f={},l=!1,u=t.document,d=Object.getPrototypeOf&&Object.getPrototypeOf(t);d=d&&d.setTimeout?d:t,"[object process]"==={}.toString.call(t.process)?a=function(t){e.nextTick((function(){h(t)}))}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((i=new MessageChannel).port1.onmessage=function(t){h(t.data)},a=function(t){i.port2.postMessage(t)}):u&&"onreadystatechange"in u.createElement("script")?(r=u.documentElement,a=function(t){var e=u.createElement("script");e.onreadystatechange=function(){h(t),e.onreadystatechange=null,r.removeChild(e),e=null},r.appendChild(e)}):a=function(t){setTimeout(h,0,t)}:(c="setImmediate$"+Math.random()+"$",o=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(c)&&h(+e.data.slice(c.length))},t.addEventListener?t.addEventListener("message",o,!1):t.attachEvent("onmessage",o),a=function(e){t.postMessage(c+e,"*")}),d.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;n<e.length;n++)e[n]=arguments[n+1];var r={callback:t,args:e};return f[s]=r,a(s),s++},d.clearImmediate=m}function m(t){delete f[t]}function h(t){if(l)setTimeout(h,0,t);else{var e=f[t];if(e){l=!0;try{!function(t){var e=t.callback,n=t.args;switch(n.length){case 0:e();break;case 1:e(n[0]);break;case 2:e(n[0],n[1]);break;case 3:e(n[0],n[1],n[2]);break;default:e.apply(void 0,n)}}(e)}finally{m(t),l=!1}}}}}("undefined"==typeof self?void 0===t?this:t:self)}).call(this,n(1),n(4))},function(t,e){var n,a,r=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function c(){throw new Error("clearTimeout has not been defined")}function o(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{a="function"==typeof clearTimeout?clearTimeout:c}catch(t){a=c}}();var s,f=[],l=!1,u=-1;function d(){l&&s&&(l=!1,s.length?f=s.concat(f):u=-1,f.length&&m())}function m(){if(!l){var t=o(d);l=!0;for(var e=f.length;e;){for(s=f,f=[];++u<e;)s&&s[u].run();u=-1,e=f.length}s=null,l=!1,function(t){if(a===clearTimeout)return clearTimeout(t);if((a===c||!a)&&clearTimeout)return a=clearTimeout,clearTimeout(t);try{a(t)}catch(e){try{return a.call(null,t)}catch(e){return a.call(this,t)}}}(t)}}function h(t,e){this.fun=t,this.array=e}function p(){}r.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];f.push(new h(t,e)),1!==f.length||l||o(m)},h.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=p,r.addListener=p,r.once=p,r.off=p,r.removeListener=p,r.removeAllListeners=p,r.emit=p,r.prependListener=p,r.prependOnceListener=p,r.listeners=function(t){return[]},r.binding=function(t){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(t){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},function(t,e,n){"use strict";n.r(e),n.d(e,"tcxFaInit",(function(){return tt}));var a=n(0),r={prefix:"fas",iconName:"arrow-circle-up",icon:[512,512,[],"f0aa","M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"]},i={prefix:"fas",iconName:"arrows-alt",icon:[512,512,[],"f0b2","M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z"]},c={prefix:"fas",iconName:"arrows-alt-h",icon:[512,512,[],"f337","M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z"]},o={prefix:"fas",iconName:"bolt",icon:[320,512,[],"f0e7","M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z"]},s={prefix:"fas",iconName:"book",icon:[448,512,[],"f02d","M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z"]},f={prefix:"fas",iconName:"border-all",icon:[448,512,[],"f84c","M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z"]},l={prefix:"fas",iconName:"caret-down",icon:[320,512,[],"f0d7","M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"]},u={prefix:"fas",iconName:"caret-up",icon:[320,512,[],"f0d8","M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"]},d={prefix:"fas",iconName:"chart-area",icon:[512,512,[],"f1fe","M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z"]},m={prefix:"fas",iconName:"check",icon:[512,512,[],"f00c","M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"]},h={prefix:"fas",iconName:"check-circle",icon:[512,512,[],"f058","M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"]},p={prefix:"fas",iconName:"chevron-circle-left",icon:[512,512,[],"f137","M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z"]},v={prefix:"fas",iconName:"chevron-circle-right",icon:[512,512,[],"f138","M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z"]},g={prefix:"fas",iconName:"clock",icon:[512,512,[],"f017","M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z"]},b={prefix:"fas",iconName:"cloud",icon:[640,512,[],"f0c2","M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z"]},y={prefix:"fas",iconName:"code",icon:[640,512,[],"f121","M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z"]},w={prefix:"fas",iconName:"code-branch",icon:[384,512,[],"f126","M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z"]},x={prefix:"fas",iconName:"cog",icon:[512,512,[],"f013","M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"]},z={prefix:"fas",iconName:"comment-dots",icon:[512,512,[],"f4ad","M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"]},M={prefix:"fas",iconName:"comments",icon:[576,512,[],"f086","M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z"]},k={prefix:"fas",iconName:"ellipsis-h",icon:[512,512,[],"f141","M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z"]},C={prefix:"fas",iconName:"ellipsis-v",icon:[192,512,[],"f142","M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"]},N={prefix:"fas",iconName:"exclamation",icon:[192,512,[],"f12a","M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z"]},_={prefix:"fas",iconName:"eye",icon:[576,512,[],"f06e","M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z"]},L={prefix:"fas",iconName:"file-export",icon:[576,512,[],"f56e","M384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128zM571 308l-95.7-96.4c-10.1-10.1-27.4-3-27.4 11.3V288h-64v64h64v65.2c0 14.3 17.3 21.4 27.4 11.3L571 332c6.6-6.6 6.6-17.4 0-24zm-379 28v-32c0-8.8 7.2-16 16-16h176V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V352H208c-8.8 0-16-7.2-16-16z"]},A={prefix:"fas",iconName:"gavel",icon:[512,512,[],"f0e3","M504.971 199.362l-22.627-22.627c-9.373-9.373-24.569-9.373-33.941 0l-5.657 5.657L329.608 69.255l5.657-5.657c9.373-9.373 9.373-24.569 0-33.941L312.638 7.029c-9.373-9.373-24.569-9.373-33.941 0L154.246 131.48c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l5.657-5.657 39.598 39.598-81.04 81.04-5.657-5.657c-12.497-12.497-32.758-12.497-45.255 0L9.373 412.118c-12.497 12.497-12.497 32.758 0 45.255l45.255 45.255c12.497 12.497 32.758 12.497 45.255 0l114.745-114.745c12.497-12.497 12.497-32.758 0-45.255l-5.657-5.657 81.04-81.04 39.598 39.598-5.657 5.657c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l124.451-124.451c9.372-9.372 9.372-24.568 0-33.941z"]},S={prefix:"fas",iconName:"globe",icon:[496,512,[],"f0ac","M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z"]},T={prefix:"fas",iconName:"info-circle",icon:[512,512,[],"f05a","M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"]},O={prefix:"fas",iconName:"keyboard",icon:[576,512,[],"f11c","M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z"]},H={prefix:"fas",iconName:"lock",icon:[448,512,[],"f023","M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"]},E={prefix:"fas",iconName:"newspaper",icon:[576,512,[],"f1ea","M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z"]},I={prefix:"fas",iconName:"paperclip",icon:[448,512,[],"f0c6","M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z"]},j={prefix:"fas",iconName:"pencil-alt",icon:[512,512,[],"f303","M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z"]},P={prefix:"fas",iconName:"play",icon:[448,512,[],"f04b","M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"]},V={prefix:"fas",iconName:"plus-circle",icon:[512,512,[],"f055","M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z"]},R={prefix:"fas",iconName:"question-circle",icon:[512,512,[],"f059","M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"]},F={prefix:"fas",iconName:"search",icon:[512,512,[],"f002","M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"]},D={prefix:"fas",iconName:"server",icon:[512,512,[],"f233","M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z"]},Y={prefix:"fas",iconName:"sliders-h",icon:[512,512,[],"f1de","M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z"]},W={prefix:"fas",iconName:"smile",icon:[496,512,[],"f118","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z"]},X={prefix:"fas",iconName:"tasks",icon:[512,512,[],"f0ae","M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"]},B={prefix:"fas",iconName:"thumbtack",icon:[384,512,[],"f08d","M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z"]},U={prefix:"fas",iconName:"times",icon:[352,512,[],"f00d","M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"]},q={prefix:"fas",iconName:"trash",icon:[448,512,[],"f1f8","M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z"]},K={prefix:"fas",iconName:"university",icon:[512,512,[],"f19c","M496 128v16a8 8 0 0 1-8 8h-24v12c0 6.627-5.373 12-12 12H60c-6.627 0-12-5.373-12-12v-12H24a8 8 0 0 1-8-8v-16a8 8 0 0 1 4.941-7.392l232-88a7.996 7.996 0 0 1 6.118 0l232 88A8 8 0 0 1 496 128zm-24 304H40c-13.255 0-24 10.745-24 24v16a8 8 0 0 0 8 8h464a8 8 0 0 0 8-8v-16c0-13.255-10.745-24-24-24zM96 192v192H60c-6.627 0-12 5.373-12 12v20h416v-20c0-6.627-5.373-12-12-12h-36V192h-64v192h-64V192h-64v192h-64V192H96z"]},G={prefix:"fas",iconName:"user-astronaut",icon:[448,512,[],"f4fb","M64 224h13.5c24.7 56.5 80.9 96 146.5 96s121.8-39.5 146.5-96H384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16h-13.5C345.8 39.5 289.6 0 224 0S102.2 39.5 77.5 96H64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16zm40-88c0-22.1 21.5-40 48-40h144c26.5 0 48 17.9 48 40v24c0 53-43 96-96 96h-48c-53 0-96-43-96-96v-24zm72 72l12-36 36-12-36-12-12-36-12 36-36 12 36 12 12 36zm151.6 113.4C297.7 340.7 262.2 352 224 352s-73.7-11.3-103.6-30.6C52.9 328.5 0 385 0 454.4v9.6c0 26.5 21.5 48 48 48h80v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h80c26.5 0 48-21.5 48-48v-9.6c0-69.4-52.9-125.9-120.4-133zM272 448c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-96 0c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16z"]},Z={prefix:"fas",iconName:"user-times",icon:[640,512,[],"f235","M589.6 240l45.6-45.6c6.3-6.3 6.3-16.5 0-22.8l-22.8-22.8c-6.3-6.3-16.5-6.3-22.8 0L544 194.4l-45.6-45.6c-6.3-6.3-16.5-6.3-22.8 0l-22.8 22.8c-6.3 6.3-6.3 16.5 0 22.8l45.6 45.6-45.6 45.6c-6.3 6.3-6.3 16.5 0 22.8l22.8 22.8c6.3 6.3 16.5 6.3 22.8 0l45.6-45.6 45.6 45.6c6.3 6.3 16.5 6.3 22.8 0l22.8-22.8c6.3-6.3 6.3-16.5 0-22.8L589.6 240zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z"]},$={prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z"]},J={prefix:"far",iconName:"envelope",icon:[512,512,[],"f0e0","M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"]},Q={prefix:"far",iconName:"paper-plane",icon:[512,512,[],"f1d8","M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z"]};function tt(){a.b.add(G),a.b.add(o),a.b.add(s),a.b.add(d),a.b.add(m),a.b.add(h),a.b.add(g),a.b.add(b),a.b.add(y),a.b.add(w),a.b.add(x),a.b.add(z),a.b.add(M),a.b.add(k),a.b.add(C),a.b.add(J),a.b.add(N),a.b.add(_),a.b.add(A),a.b.add(T),a.b.add(H),a.b.add(E),a.b.add(I),a.b.add(Q),a.b.add(j),a.b.add(R),a.b.add(F),a.b.add(D),a.b.add(Y),a.b.add(W),a.b.add(X),a.b.add(U),a.b.add(K),a.b.add($),a.b.add(Z),a.b.add(V),a.b.add(q),a.b.add(P),a.b.add(r),a.b.add(c),a.b.add(i),a.b.add(B),a.b.add(L),a.b.add(S),a.b.add(f),a.b.add(O),a.b.add(v),a.b.add(p),a.b.add(l),a.b.add(u),a.a.watch({autoReplaceSvgRoot:document.getElementById("wplc_wrapper"),observeMutationsRoot:document.getElementById("wplc_wrapper")})}}])}));
|
js/wplc_initiate.js
CHANGED
@@ -123,7 +123,7 @@ function wplc_setup_agent_online_switch() {
|
|
123 |
var top_bar_switch_element = jQuery('#wplc_online_topbar_switch');
|
124 |
top_bar_switch_element.on('click', function (e) {
|
125 |
top_bar_switch_element.attr('disabled', true);
|
126 |
-
if (top_bar_switch_element.
|
127 |
wplc_set_agent_accepting_call(true).then(function (agents) {
|
128 |
wplc_update_agent_status(true);
|
129 |
wplc_update_topbar_agent_list(agents.Data);
|
123 |
var top_bar_switch_element = jQuery('#wplc_online_topbar_switch');
|
124 |
top_bar_switch_element.on('click', function (e) {
|
125 |
top_bar_switch_element.attr('disabled', true);
|
126 |
+
if (top_bar_switch_element[0].checked) {
|
127 |
wplc_set_agent_accepting_call(true).then(function (agents) {
|
128 |
wplc_update_agent_status(true);
|
129 |
wplc_update_topbar_agent_list(agents.Data);
|
modules/settings/settings_controller.php
CHANGED
@@ -522,7 +522,7 @@ class SettingsController extends BaseController {
|
|
522 |
$result = esc_url( trim( base64_decode( $value ) ) );
|
523 |
break;
|
524 |
case "html":
|
525 |
-
$result =
|
526 |
break;
|
527 |
case "json":
|
528 |
$result = json_decode( stripslashes( strval( $value ) ) );
|
522 |
$result = esc_url( trim( base64_decode( $value ) ) );
|
523 |
break;
|
524 |
case "html":
|
525 |
+
$result = wp_filter_post_kses( strval( $value ) ) ;
|
526 |
break;
|
527 |
case "json":
|
528 |
$result = json_decode( stripslashes( strval( $value ) ) );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: live chat, live support, chat plugin, live help, wordpress live chat, chat
|
|
4 |
Requires at least: 5.3
|
5 |
Tested up to: 5.5
|
6 |
Requires PHP: 5.4
|
7 |
-
Stable tag: 9.0.
|
8 |
License: GPLv2
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Text Domain: wp-live-chat-support
|
@@ -159,6 +159,10 @@ If the live chat box still does not appear on your website, please go through th
|
|
159 |
Huge update with over 300 changes that include: Bugfixes, Vulnerability Fixes & Plugin Security, Plugin Optimization & Rebranding Updates. We suggest you remove any existing installations of this plugin and install 8.1.x fresh.
|
160 |
|
161 |
== Changelog ==
|
|
|
|
|
|
|
|
|
162 |
= 9.0.15 - 2020-08-06 =
|
163 |
* Fix broken "Getting Started" wizard.
|
164 |
* Fix blank settings page issue.
|
4 |
Requires at least: 5.3
|
5 |
Tested up to: 5.5
|
6 |
Requires PHP: 5.4
|
7 |
+
Stable tag: 9.0.16
|
8 |
License: GPLv2
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Text Domain: wp-live-chat-support
|
159 |
Huge update with over 300 changes that include: Bugfixes, Vulnerability Fixes & Plugin Security, Plugin Optimization & Rebranding Updates. We suggest you remove any existing installations of this plugin and install 8.1.x fresh.
|
160 |
|
161 |
== Changelog ==
|
162 |
+
= 9.0.16 - 2020-08-10 =
|
163 |
+
* Fix default transcript email template.
|
164 |
+
* Fix offline email notification.
|
165 |
+
* Fix Set online top bar checkbox.
|
166 |
= 9.0.15 - 2020-08-06 =
|
167 |
* Fix broken "Getting Started" wizard.
|
168 |
* Fix blank settings page issue.
|
wp-live-chat-support.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP-Live Chat by 3CX
|
4 |
Plugin URI: https://www.3cx.com/wp-live-chat/
|
5 |
Description: The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with WP-Live Chat by 3CX.
|
6 |
-
Version: 9.0.
|
7 |
Author: 3CX
|
8 |
Author URI: https://www.3cx.com/wp-live-chat/
|
9 |
Domain Path: /languages
|
3 |
Plugin Name: WP-Live Chat by 3CX
|
4 |
Plugin URI: https://www.3cx.com/wp-live-chat/
|
5 |
Description: The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with WP-Live Chat by 3CX.
|
6 |
+
Version: 9.0.16
|
7 |
Author: 3CX
|
8 |
Author URI: https://www.3cx.com/wp-live-chat/
|
9 |
Domain Path: /languages
|