Version Description
[26/08/2019] * Plugin name change * Updated bootstrap library. * Updated font awesome library. - Other minor changes
Download this release
Release Info
Developer | weblizar |
Plugin | Weblizar Twitter Widget |
Version | 1.8.6 |
Comparing to | |
See all releases |
Code changes from version 1.8.5 to 1.8.6
- banner.php +17 -19
- css/all.min.css +5 -0
- css/bootstrap-front.min.css +0 -1
- css/bootstrap-responsive.css +0 -1026
- css/bootstrap.min-product.css +0 -7
- css/bootstrap.min.css +5 -1338
- css/font-awesome-latest/css/fa-brands.css +0 -13
- css/font-awesome-latest/css/fa-brands.min.css +0 -5
- css/font-awesome-latest/css/fa-regular.css +0 -14
- css/font-awesome-latest/css/fa-regular.min.css +0 -5
- css/font-awesome-latest/css/fa-solid.css +0 -15
- css/font-awesome-latest/css/fa-solid.min.css +0 -5
- css/font-awesome-latest/css/fontawesome-all.css +0 -2726
- css/font-awesome-latest/css/fontawesome-all.min.css +0 -5
- css/font-awesome-latest/css/fontawesome.css +0 -2696
- css/font-awesome-latest/css/fontawesome.min.css +0 -5
- css/font-awesome-latest/less/_animated.less +0 -19
- css/font-awesome-latest/less/_bordered-pulled.less +0 -16
- css/font-awesome-latest/less/_core.less +0 -12
- css/font-awesome-latest/less/_fixed-width.less +0 -6
- css/font-awesome-latest/less/_icons.less +0 -833
- css/font-awesome-latest/less/_larger.less +0 -27
- css/font-awesome-latest/less/_list.less +0 -18
- css/font-awesome-latest/less/_mixins.less +0 -57
- css/font-awesome-latest/less/_rotated-flipped.less +0 -23
- css/font-awesome-latest/less/_screen-reader.less +0 -5
- css/font-awesome-latest/less/_stacked.less +0 -22
- css/font-awesome-latest/less/_variables.less +0 -842
- css/font-awesome-latest/less/fa-brands.less +0 -21
- css/font-awesome-latest/less/fa-regular.less +0 -22
- css/font-awesome-latest/less/fa-solid.less +0 -23
- css/font-awesome-latest/less/fontawesome.less +0 -16
- css/font-awesome-latest/scss/_animated.scss +0 -20
- css/font-awesome-latest/scss/_bordered-pulled.scss +0 -20
- css/font-awesome-latest/scss/_core.scss +0 -16
- css/font-awesome-latest/scss/_fixed-width.scss +0 -6
- css/font-awesome-latest/scss/_icons.scss +0 -833
- css/font-awesome-latest/scss/_larger.scss +0 -23
- css/font-awesome-latest/scss/_list.scss +0 -18
- css/font-awesome-latest/scss/_mixins.scss +0 -57
- css/font-awesome-latest/scss/_rotated-flipped.scss +0 -23
- css/font-awesome-latest/scss/_screen-reader.scss +0 -5
- css/font-awesome-latest/scss/_stacked.scss +0 -31
- css/font-awesome-latest/scss/_variables.scss +0 -846
- css/font-awesome-latest/scss/fa-brands.scss +0 -21
- css/font-awesome-latest/scss/fa-regular.scss +0 -22
- css/font-awesome-latest/scss/fa-solid.scss +0 -23
- css/font-awesome-latest/scss/fontawesome.scss +0 -16
- css/font-awesome-latest/webfonts/fa-brands-400.eot +0 -0
- css/font-awesome-latest/webfonts/fa-brands-400.svg +0 -270
banner.php
CHANGED
@@ -5,30 +5,28 @@ $twt_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/twt.jpg";
|
|
5 |
<div class="wb_plugin_feature notice is-dismissible">
|
6 |
<div class="wb_plugin_feature_banner default_pattern pattern_ ">
|
7 |
<div class="wb-col-md-6 wb-col-sm-12">
|
8 |
-
<img class="wp-img-responsive" src="<?php echo $twt_imgpath; ?>" alt="img">
|
9 |
</div>
|
10 |
<div class="wb-col-md-6 wb-col-sm-12 wb_banner_featurs-list">
|
11 |
-
<span><h2><?php
|
12 |
<ul>
|
13 |
-
<li> <?php
|
14 |
-
<li> <?php
|
15 |
-
<li> <?php
|
16 |
-
<li> <?php
|
17 |
-
<li> <?php
|
18 |
-
<li> <?php
|
19 |
-
<li> <?php
|
20 |
-
<li> <?php
|
21 |
-
<li> <?php
|
22 |
-
<li> <?php
|
23 |
-
<li> <?php
|
24 |
-
<li> <?php
|
25 |
</ul>
|
26 |
<div class="wp_btn-grup">
|
27 |
-
<a class="wb_button-primary" href="http://demo.weblizar.com/twitter-tweets-pro/" target="_blank"><?php
|
28 |
-
<a class="wb_button-primary" href="https://weblizar.com/plugins/twitter-tweets-pro/" target="_blank"><?php
|
29 |
</div>
|
30 |
-
<!-- <div class="plugin_vrsion"> <span> <b> 1.0 </b> <?php _e('Version', twitter_tweets); ?> </span> </div>
|
31 |
-
<span class="twt_offer">First 100 Users Get 50% OFF Using "50%OFF" Coupon Code</span> -->
|
32 |
</div>
|
33 |
</div>
|
34 |
</div>
|
@@ -152,4 +150,4 @@ a.wb_button-primary:hover,
|
|
152 |
margin-top: 10px;
|
153 |
margin-bottom: 10px;
|
154 |
}
|
155 |
-
</style>
|
5 |
<div class="wb_plugin_feature notice is-dismissible">
|
6 |
<div class="wb_plugin_feature_banner default_pattern pattern_ ">
|
7 |
<div class="wb-col-md-6 wb-col-sm-12">
|
8 |
+
<img class="wp-img-responsive" src="<?php echo esc_url($twt_imgpath); ?>" alt="img">
|
9 |
</div>
|
10 |
<div class="wb-col-md-6 wb-col-sm-12 wb_banner_featurs-list">
|
11 |
+
<span><h2><?php esc_html_e('Twitter Tweets Pro Features', 'twitter-tweets'); ?> </h2></span>
|
12 |
<ul>
|
13 |
+
<li> <?php esc_html_e('Multiple Twitter feeds with no limitations', 'twitter-tweets'); ?> </li>
|
14 |
+
<li> <?php esc_html_e('Feeds of multiple Users, hashtags or search terms', 'twitter-tweets'); ?> </li>
|
15 |
+
<li> <?php esc_html_e('Filter Tweets by hashtag or words', 'twitter-tweets'); ?> </li>
|
16 |
+
<li> <?php esc_html_e('Display Tweets in Slider', 'twitter-tweets'); ?> </li>
|
17 |
+
<li> <?php esc_html_e('Configurable number of tweets to display', 'twitter-tweets'); ?> </li>
|
18 |
+
<li> <?php esc_html_e('Load more Tweets', 'twitter-tweets'); ?> </li>
|
19 |
+
<li> <?php esc_html_e('Style Settings'); ?></li>
|
20 |
+
<li> <?php esc_html_e('Google Fonts', 'twitter-tweets'); ?> </li>
|
21 |
+
<li> <?php esc_html_e('Tweet Actions (reply, retweet, like)', 'twitter-tweets'); ?> </li>
|
22 |
+
<li> <?php esc_html_e('Share Tweets on Social Media', 'twitter-tweets'); ?> </li>
|
23 |
+
<li> <?php esc_html_e('Update Twitter Status', 'twitter-tweets'); ?> </li>
|
24 |
+
<li> <?php esc_html_e('Twitter Tweets Widget', 'twitter-tweets'); ?> </li>
|
25 |
</ul>
|
26 |
<div class="wp_btn-grup">
|
27 |
+
<a class="wb_button-primary" href="http://demo.weblizar.com/twitter-tweets-pro/" target="_blank"><?php esc_html_e('View Demo', 'twitter-tweets'); ?> </a>
|
28 |
+
<a class="wb_button-primary" href="https://weblizar.com/plugins/twitter-tweets-pro/" target="_blank"><?php esc_html_e('Buy Now', 'twitter-tweets'); ?><?php esc_html_e( '$19', 'twitter-tweets' ); ?> </a>
|
29 |
</div>
|
|
|
|
|
30 |
</div>
|
31 |
</div>
|
32 |
</div>
|
150 |
margin-top: 10px;
|
151 |
margin-bottom: 10px;
|
152 |
}
|
153 |
+
</style>
|
css/all.min.css
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
|
3 |
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
+
*/
|
5 |
+
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
|
css/bootstrap-front.min.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.wl_twt_free dl,.wl_twt_free ol,.wl_twt_free p,.wl_twt_free ul{margin-top:0;margin-bottom:1rem}.wl_twt_free .dropdown-menu,.wl_twt_free .form-control,.wl_twt_free .modal-content,.wl_twt_free .popover{background-clip:padding-box}.wl_twt_free :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.wl_twt_free *,.wl_twt_free ::after,.wl_twt_free ::before{box-sizing:border-box}.wl_twt_free html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}.wl_twt_free article,.wl_twt_free aside,.wl_twt_free figcaption,.wl_twt_free figure,.wl_twt_free footer,.wl_twt_free header,.wl_twt_free hgroup,.wl_twt_free main,.wl_twt_free nav,.wl_twt_free section{display:block}.wl_twt_free body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}.wl_twt_free .text-monospace,.wl_twt_free code,.wl_twt_free kbd,.wl_twt_free pre,.wl_twt_free samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.wl_twt_free [tabindex="-1"]:focus{outline:0!important}.wl_twt_free hr{box-sizing:content-box;height:0;overflow:visible}.wl_twt_free .img-fluid,.wl_twt_free .img-thumbnail{max-width:100%;height:auto}.wl_twt_free h1,.wl_twt_free h2,.wl_twt_free h3,.wl_twt_free h4,.wl_twt_free h5,.wl_twt_free h6{margin-top:0;margin-bottom:.5rem}.wl_twt_free abbr[data-original-title],.wl_twt_free abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}.wl_twt_free .btn:not(:disabled):not(.disabled),.wl_twt_free .close:not(:disabled):not(.disabled),.wl_twt_free .navbar-toggler:not(:disabled):not(.disabled),.wl_twt_free .page-link:not(:disabled):not(.disabled),.wl_twt_free summary{cursor:pointer}.wl_twt_free address{margin-bottom:1rem;font-style:normal;line-height:inherit}.wl_twt_free ol ol,.wl_twt_free ol ul,.wl_twt_free ul ol,.wl_twt_free ul ul{margin-bottom:0}.wl_twt_free dt{font-weight:700}.wl_twt_free dd{margin-bottom:.5rem;margin-left:0}.wl_twt_free blockquote{margin:0 0 1rem}.wl_twt_free dfn{font-style:italic}.wl_twt_free b,.wl_twt_free strong{font-weight:bolder}.wl_twt_free small{font-size:80%}.wl_twt_free sub,.wl_twt_free sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.wl_twt_free sub{bottom:-.25em}.wl_twt_free sup{top:-.5em}.wl_twt_free a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}.wl_twt_free a:hover{color:#0056b3;text-decoration:underline}.wl_twt_free a:not([href]):not([tabindex]),.wl_twt_free a:not([href]):not([tabindex]):focus,.wl_twt_free a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}.wl_twt_free a:not([href]):not([tabindex]):focus{outline:0}.wl_twt_free code,.wl_twt_free kbd,.wl_twt_free pre,.wl_twt_free samp{font-size:1em}.wl_twt_free pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}.wl_twt_free figure{margin:0 0 1rem}.wl_twt_free img{vertical-align:middle;border-style:none}.wl_twt_free .badge,.wl_twt_free progress{vertical-align:baseline}.wl_twt_free svg:not(:root){overflow:hidden}.wl_twt_free table{border-collapse:collapse}.wl_twt_free caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}.wl_twt_free th{text-align:inherit}.wl_twt_free label{display:inline-block;margin-bottom:.5rem}.wl_twt_free button{border-radius:0}.wl_twt_free button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}.wl_twt_free button,.wl_twt_free input,.wl_twt_free optgroup,.wl_twt_free select,.wl_twt_free textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.wl_twt_free button,.wl_twt_free input{overflow:visible}.wl_twt_free button,.wl_twt_free select{text-transform:none}.wl_twt_free [type=reset],.wl_twt_free [type=submit],.wl_twt_free button,.wl_twt_free html [type=button]{-webkit-appearance:button}.wl_twt_free [type=button]::-moz-focus-inner,.wl_twt_free [type=reset]::-moz-focus-inner,.wl_twt_free [type=submit]::-moz-focus-inner,.wl_twt_free button::-moz-focus-inner{padding:0;border-style:none}.wl_twt_free input[type=checkbox],.wl_twt_free input[type=radio]{box-sizing:border-box;padding:0}.wl_twt_free input[type=date],.wl_twt_free input[type=datetime-local],.wl_twt_free input[type=month],.wl_twt_free input[type=time]{-webkit-appearance:listbox}.wl_twt_free textarea{overflow:auto;resize:vertical}.wl_twt_free fieldset{min-width:0;padding:0;margin:0;border:0}.wl_twt_free legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}.wl_twt_free [type=number]::-webkit-inner-spin-button,.wl_twt_free [type=number]::-webkit-outer-spin-button{height:auto}.wl_twt_free [type=search]{outline-offset:-2px;-webkit-appearance:none}.wl_twt_free [type=search]::-webkit-search-cancel-button,.wl_twt_free [type=search]::-webkit-search-decoration{-webkit-appearance:none}.wl_twt_free ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.wl_twt_free .display-1,.wl_twt_free .display-2,.wl_twt_free .display-3,.wl_twt_free .display-4{line-height:1.2;font-weight:300}.wl_twt_free output{display:inline-block}.wl_twt_free summary{display:list-item}.wl_twt_free template{display:none}.wl_twt_free [hidden]{display:none!important}.wl_twt_free .h1,.wl_twt_free .h2,.wl_twt_free .h3,.wl_twt_free .h4,.wl_twt_free .h5,.wl_twt_free .h6,.wl_twt_free h1,.wl_twt_free h2,.wl_twt_free h3,.wl_twt_free h4,.wl_twt_free h5,.wl_twt_free h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.wl_twt_free .h1,.wl_twt_free h1{font-size:2.5rem}.wl_twt_free .h2,.wl_twt_free h2{font-size:2rem}.wl_twt_free .h3,.wl_twt_free h3{font-size:1.75rem}.wl_twt_free .h4,.wl_twt_free h4{font-size:1.5rem}.wl_twt_free .h5,.wl_twt_free h5{font-size:1.25rem}.wl_twt_free .h6,.wl_twt_free h6{font-size:1rem}.wl_twt_free .lead{font-size:1.25rem;font-weight:300}.wl_twt_free .display-1{font-size:6rem}.wl_twt_free .display-2{font-size:5.5rem}.wl_twt_free .display-3{font-size:4.5rem}.wl_twt_free .display-4{font-size:3.5rem}.wl_twt_free hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.wl_twt_free .small,.wl_twt_free small{font-size:80%;font-weight:400}.wl_twt_free .mark,.wl_twt_free mark{padding:.2em;background-color:#fcf8e3}.wl_twt_free .list-inline,.wl_twt_free .list-unstyled{padding-left:0;list-style:none}.wl_twt_free .list-inline-item{display:inline-block}.wl_twt_free .list-inline-item:not(:last-child){margin-right:.5rem}.wl_twt_free .initialism{font-size:90%;text-transform:uppercase}.wl_twt_free .blockquote{margin-bottom:1rem;font-size:1.25rem}.wl_twt_free .blockquote-footer{display:block;font-size:80%;color:#6c757d}.wl_twt_free .blockquote-footer::before{content:"\2014 \00A0"}.wl_twt_free .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.wl_twt_free .figure{display:inline-block}.wl_twt_free .figure-img{margin-bottom:.5rem;line-height:1}.wl_twt_free .figure-caption{font-size:90%;color:#6c757d}.wl_twt_free code{font-size:87.5%;color:#e83e8c;word-break:break-word}.wl_twt_free a>code{color:inherit}.wl_twt_free kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}.wl_twt_free kbd kbd{padding:0;font-size:100%;font-weight:700}.wl_twt_free .container,.wl_twt_free .container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%}.wl_twt_free pre{display:block;font-size:87.5%;color:#212529}.wl_twt_free pre code{font-size:inherit;color:inherit;word-break:normal}.wl_twt_free .pre-scrollable{max-height:340px;overflow-y:scroll}@media (min-width:576px){.wl_twt_free .container{max-width:540px}}@media (min-width:768px){.wl_twt_free .container{max-width:720px}}@media (min-width:992px){.wl_twt_free .container{max-width:960px}}@media (min-width:1200px){.wl_twt_free .container{max-width:1140px}}.wl_twt_free .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.wl_twt_free .no-gutters{margin-right:0;margin-left:0}.wl_twt_free .no-gutters>.col,.wl_twt_free .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.wl_twt_free .col,.wl_twt_free .col-1,.wl_twt_free .col-10,.wl_twt_free .col-11,.wl_twt_free .col-12,.wl_twt_free .col-2,.wl_twt_free .col-3,.wl_twt_free .col-4,.wl_twt_free .col-5,.wl_twt_free .col-6,.wl_twt_free .col-7,.wl_twt_free .col-8,.wl_twt_free .col-9,.wl_twt_free .col-auto,.wl_twt_free .col-lg,.wl_twt_free .col-lg-1,.wl_twt_free .col-lg-10,.wl_twt_free .col-lg-11,.wl_twt_free .col-lg-12,.wl_twt_free .col-lg-2,.wl_twt_free .col-lg-3,.wl_twt_free .col-lg-4,.wl_twt_free .col-lg-5,.wl_twt_free .col-lg-6,.wl_twt_free .col-lg-7,.wl_twt_free .col-lg-8,.wl_twt_free .col-lg-9,.wl_twt_free .col-lg-auto,.wl_twt_free .col-md,.wl_twt_free .col-md-1,.wl_twt_free .col-md-10,.wl_twt_free .col-md-11,.wl_twt_free .col-md-12,.wl_twt_free .col-md-2,.wl_twt_free .col-md-3,.wl_twt_free .col-md-4,.wl_twt_free .col-md-5,.wl_twt_free .col-md-6,.wl_twt_free .col-md-7,.wl_twt_free .col-md-8,.wl_twt_free .col-md-9,.wl_twt_free .col-md-auto,.wl_twt_free .col-sm,.wl_twt_free .col-sm-1,.wl_twt_free .col-sm-10,.wl_twt_free .col-sm-11,.wl_twt_free .col-sm-12,.wl_twt_free .col-sm-2,.wl_twt_free .col-sm-3,.wl_twt_free .col-sm-4,.wl_twt_free .col-sm-5,.wl_twt_free .col-sm-6,.wl_twt_free .col-sm-7,.wl_twt_free .col-sm-8,.wl_twt_free .col-sm-9,.wl_twt_free .col-sm-auto,.wl_twt_free .col-xl,.wl_twt_free .col-xl-1,.wl_twt_free .col-xl-10,.wl_twt_free .col-xl-11,.wl_twt_free .col-xl-12,.wl_twt_free .col-xl-2,.wl_twt_free .col-xl-3,.wl_twt_free .col-xl-4,.wl_twt_free .col-xl-5,.wl_twt_free .col-xl-6,.wl_twt_free .col-xl-7,.wl_twt_free .col-xl-8,.wl_twt_free .col-xl-9,.wl_twt_free .col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.wl_twt_free .col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.wl_twt_free .col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.wl_twt_free .col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.wl_twt_free .col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.wl_twt_free .col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wl_twt_free .col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.wl_twt_free .col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.wl_twt_free .col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wl_twt_free .col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.wl_twt_free .col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.wl_twt_free .col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wl_twt_free .col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.wl_twt_free .col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.wl_twt_free .col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wl_twt_free .order-first{-ms-flex-order:-1;order:-1}.wl_twt_free .order-last{-ms-flex-order:13;order:13}.wl_twt_free .order-0{-ms-flex-order:0;order:0}.wl_twt_free .order-1{-ms-flex-order:1;order:1}.wl_twt_free .order-2{-ms-flex-order:2;order:2}.wl_twt_free .order-3{-ms-flex-order:3;order:3}.wl_twt_free .order-4{-ms-flex-order:4;order:4}.wl_twt_free .order-5{-ms-flex-order:5;order:5}.wl_twt_free .order-6{-ms-flex-order:6;order:6}.wl_twt_free .order-7{-ms-flex-order:7;order:7}.wl_twt_free .order-8{-ms-flex-order:8;order:8}.wl_twt_free .order-9{-ms-flex-order:9;order:9}.wl_twt_free .order-10{-ms-flex-order:10;order:10}.wl_twt_free .order-11{-ms-flex-order:11;order:11}.wl_twt_free .order-12{-ms-flex-order:12;order:12}.wl_twt_free .offset-1{margin-left:8.333333%}.wl_twt_free .offset-2{margin-left:16.666667%}.wl_twt_free .offset-3{margin-left:25%}.wl_twt_free .offset-4{margin-left:33.333333%}.wl_twt_free .offset-5{margin-left:41.666667%}.wl_twt_free .offset-6{margin-left:50%}.wl_twt_free .offset-7{margin-left:58.333333%}.wl_twt_free .offset-8{margin-left:66.666667%}.wl_twt_free .offset-9{margin-left:75%}.wl_twt_free .offset-10{margin-left:83.333333%}.wl_twt_free .offset-11{margin-left:91.666667%}@media (min-width:576px){.wl_twt_free .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.wl_twt_free .col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.wl_twt_free .col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.wl_twt_free .col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.wl_twt_free .col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wl_twt_free .col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.wl_twt_free .col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.wl_twt_free .col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wl_twt_free .col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.wl_twt_free .col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.wl_twt_free .col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wl_twt_free .col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.wl_twt_free .col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.wl_twt_free .col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wl_twt_free .order-sm-first{-ms-flex-order:-1;order:-1}.wl_twt_free .order-sm-last{-ms-flex-order:13;order:13}.wl_twt_free .order-sm-0{-ms-flex-order:0;order:0}.wl_twt_free .order-sm-1{-ms-flex-order:1;order:1}.wl_twt_free .order-sm-2{-ms-flex-order:2;order:2}.wl_twt_free .order-sm-3{-ms-flex-order:3;order:3}.wl_twt_free .order-sm-4{-ms-flex-order:4;order:4}.wl_twt_free .order-sm-5{-ms-flex-order:5;order:5}.wl_twt_free .order-sm-6{-ms-flex-order:6;order:6}.wl_twt_free .order-sm-7{-ms-flex-order:7;order:7}.wl_twt_free .order-sm-8{-ms-flex-order:8;order:8}.wl_twt_free .order-sm-9{-ms-flex-order:9;order:9}.wl_twt_free .order-sm-10{-ms-flex-order:10;order:10}.wl_twt_free .order-sm-11{-ms-flex-order:11;order:11}.wl_twt_free .order-sm-12{-ms-flex-order:12;order:12}.wl_twt_free .offset-sm-0{margin-left:0}.wl_twt_free .offset-sm-1{margin-left:8.333333%}.wl_twt_free .offset-sm-2{margin-left:16.666667%}.wl_twt_free .offset-sm-3{margin-left:25%}.wl_twt_free .offset-sm-4{margin-left:33.333333%}.wl_twt_free .offset-sm-5{margin-left:41.666667%}.wl_twt_free .offset-sm-6{margin-left:50%}.wl_twt_free .offset-sm-7{margin-left:58.333333%}.wl_twt_free .offset-sm-8{margin-left:66.666667%}.wl_twt_free .offset-sm-9{margin-left:75%}.wl_twt_free .offset-sm-10{margin-left:83.333333%}.wl_twt_free .offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.wl_twt_free .col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.wl_twt_free .col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.wl_twt_free .col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.wl_twt_free .col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.wl_twt_free .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wl_twt_free .col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.wl_twt_free .col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.wl_twt_free .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wl_twt_free .col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.wl_twt_free .col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.wl_twt_free .col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wl_twt_free .col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.wl_twt_free .col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.wl_twt_free .col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wl_twt_free .order-md-first{-ms-flex-order:-1;order:-1}.wl_twt_free .order-md-last{-ms-flex-order:13;order:13}.wl_twt_free .order-md-0{-ms-flex-order:0;order:0}.wl_twt_free .order-md-1{-ms-flex-order:1;order:1}.wl_twt_free .order-md-2{-ms-flex-order:2;order:2}.wl_twt_free .order-md-3{-ms-flex-order:3;order:3}.wl_twt_free .order-md-4{-ms-flex-order:4;order:4}.wl_twt_free .order-md-5{-ms-flex-order:5;order:5}.wl_twt_free .order-md-6{-ms-flex-order:6;order:6}.wl_twt_free .order-md-7{-ms-flex-order:7;order:7}.wl_twt_free .order-md-8{-ms-flex-order:8;order:8}.wl_twt_free .order-md-9{-ms-flex-order:9;order:9}.wl_twt_free .order-md-10{-ms-flex-order:10;order:10}.wl_twt_free .order-md-11{-ms-flex-order:11;order:11}.wl_twt_free .order-md-12{-ms-flex-order:12;order:12}.wl_twt_free .offset-md-0{margin-left:0}.wl_twt_free .offset-md-1{margin-left:8.333333%}.wl_twt_free .offset-md-2{margin-left:16.666667%}.wl_twt_free .offset-md-3{margin-left:25%}.wl_twt_free .offset-md-4{margin-left:33.333333%}.wl_twt_free .offset-md-5{margin-left:41.666667%}.wl_twt_free .offset-md-6{margin-left:50%}.wl_twt_free .offset-md-7{margin-left:58.333333%}.wl_twt_free .offset-md-8{margin-left:66.666667%}.wl_twt_free .offset-md-9{margin-left:75%}.wl_twt_free .offset-md-10{margin-left:83.333333%}.wl_twt_free .offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.wl_twt_free .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.wl_twt_free .col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.wl_twt_free .col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.wl_twt_free .col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.wl_twt_free .col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wl_twt_free .col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.wl_twt_free .col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.wl_twt_free .col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wl_twt_free .col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.wl_twt_free .col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.wl_twt_free .col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wl_twt_free .col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.wl_twt_free .col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.wl_twt_free .col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wl_twt_free .order-lg-first{-ms-flex-order:-1;order:-1}.wl_twt_free .order-lg-last{-ms-flex-order:13;order:13}.wl_twt_free .order-lg-0{-ms-flex-order:0;order:0}.wl_twt_free .order-lg-1{-ms-flex-order:1;order:1}.wl_twt_free .order-lg-2{-ms-flex-order:2;order:2}.wl_twt_free .order-lg-3{-ms-flex-order:3;order:3}.wl_twt_free .order-lg-4{-ms-flex-order:4;order:4}.wl_twt_free .order-lg-5{-ms-flex-order:5;order:5}.wl_twt_free .order-lg-6{-ms-flex-order:6;order:6}.wl_twt_free .order-lg-7{-ms-flex-order:7;order:7}.wl_twt_free .order-lg-8{-ms-flex-order:8;order:8}.wl_twt_free .order-lg-9{-ms-flex-order:9;order:9}.wl_twt_free .order-lg-10{-ms-flex-order:10;order:10}.wl_twt_free .order-lg-11{-ms-flex-order:11;order:11}.wl_twt_free .order-lg-12{-ms-flex-order:12;order:12}.wl_twt_free .offset-lg-0{margin-left:0}.wl_twt_free .offset-lg-1{margin-left:8.333333%}.wl_twt_free .offset-lg-2{margin-left:16.666667%}.wl_twt_free .offset-lg-3{margin-left:25%}.wl_twt_free .offset-lg-4{margin-left:33.333333%}.wl_twt_free .offset-lg-5{margin-left:41.666667%}.wl_twt_free .offset-lg-6{margin-left:50%}.wl_twt_free .offset-lg-7{margin-left:58.333333%}.wl_twt_free .offset-lg-8{margin-left:66.666667%}.wl_twt_free .offset-lg-9{margin-left:75%}.wl_twt_free .offset-lg-10{margin-left:83.333333%}.wl_twt_free .offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.wl_twt_free .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.wl_twt_free .col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.wl_twt_free .col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.wl_twt_free .col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.wl_twt_free .col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wl_twt_free .col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.wl_twt_free .col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.wl_twt_free .col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wl_twt_free .col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.wl_twt_free .col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.wl_twt_free .col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wl_twt_free .col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.wl_twt_free .col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.wl_twt_free .col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wl_twt_free .order-xl-first{-ms-flex-order:-1;order:-1}.wl_twt_free .order-xl-last{-ms-flex-order:13;order:13}.wl_twt_free .order-xl-0{-ms-flex-order:0;order:0}.wl_twt_free .order-xl-1{-ms-flex-order:1;order:1}.wl_twt_free .order-xl-2{-ms-flex-order:2;order:2}.wl_twt_free .order-xl-3{-ms-flex-order:3;order:3}.wl_twt_free .order-xl-4{-ms-flex-order:4;order:4}.wl_twt_free .order-xl-5{-ms-flex-order:5;order:5}.wl_twt_free .order-xl-6{-ms-flex-order:6;order:6}.wl_twt_free .order-xl-7{-ms-flex-order:7;order:7}.wl_twt_free .order-xl-8{-ms-flex-order:8;order:8}.wl_twt_free .order-xl-9{-ms-flex-order:9;order:9}.wl_twt_free .order-xl-10{-ms-flex-order:10;order:10}.wl_twt_free .order-xl-11{-ms-flex-order:11;order:11}.wl_twt_free .order-xl-12{-ms-flex-order:12;order:12}.wl_twt_free .offset-xl-0{margin-left:0}.wl_twt_free .offset-xl-1{margin-left:8.333333%}.wl_twt_free .offset-xl-2{margin-left:16.666667%}.wl_twt_free .offset-xl-3{margin-left:25%}.wl_twt_free .offset-xl-4{margin-left:33.333333%}.wl_twt_free .offset-xl-5{margin-left:41.666667%}.wl_twt_free .offset-xl-6{margin-left:50%}.wl_twt_free .offset-xl-7{margin-left:58.333333%}.wl_twt_free .offset-xl-8{margin-left:66.666667%}.wl_twt_free .offset-xl-9{margin-left:75%}.wl_twt_free .offset-xl-10{margin-left:83.333333%}.wl_twt_free .offset-xl-11{margin-left:91.666667%}}.wl_twt_free .table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.wl_twt_free .table td,.wl_twt_free .table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.wl_twt_free .table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.wl_twt_free .table tbody+tbody{border-top:2px solid #dee2e6}.wl_twt_free .table .table{background-color:#fff}.wl_twt_free .table-sm td,.wl_twt_free .table-sm th{padding:.3rem}.wl_twt_free .table-bordered,.wl_twt_free .table-bordered td,.wl_twt_free .table-bordered th{border:1px solid #dee2e6}.wl_twt_free .table-bordered thead td,.wl_twt_free .table-bordered thead th{border-bottom-width:2px}.wl_twt_free .table-borderless tbody+tbody,.wl_twt_free .table-borderless td,.wl_twt_free .table-borderless th,.wl_twt_free .table-borderless thead th{border:0}.wl_twt_free .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.wl_twt_free .table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.wl_twt_free .table-primary,.wl_twt_free .table-primary>td,.wl_twt_free .table-primary>th{background-color:#b8daff}.wl_twt_free .table-hover .table-primary:hover,.wl_twt_free .table-hover .table-primary:hover>td,.wl_twt_free .table-hover .table-primary:hover>th{background-color:#9fcdff}.wl_twt_free .table-secondary,.wl_twt_free .table-secondary>td,.wl_twt_free .table-secondary>th{background-color:#d6d8db}.wl_twt_free .table-hover .table-secondary:hover,.wl_twt_free .table-hover .table-secondary:hover>td,.wl_twt_free .table-hover .table-secondary:hover>th{background-color:#c8cbcf}.wl_twt_free .table-success,.wl_twt_free .table-success>td,.wl_twt_free .table-success>th{background-color:#c3e6cb}.wl_twt_free .table-hover .table-success:hover,.wl_twt_free .table-hover .table-success:hover>td,.wl_twt_free .table-hover .table-success:hover>th{background-color:#b1dfbb}.wl_twt_free .table-info,.wl_twt_free .table-info>td,.wl_twt_free .table-info>th{background-color:#bee5eb}.wl_twt_free .table-hover .table-info:hover,.wl_twt_free .table-hover .table-info:hover>td,.wl_twt_free .table-hover .table-info:hover>th{background-color:#abdde5}.wl_twt_free .table-warning,.wl_twt_free .table-warning>td,.wl_twt_free .table-warning>th{background-color:#ffeeba}.wl_twt_free .table-hover .table-warning:hover,.wl_twt_free .table-hover .table-warning:hover>td,.wl_twt_free .table-hover .table-warning:hover>th{background-color:#ffe8a1}.wl_twt_free .table-danger,.wl_twt_free .table-danger>td,.wl_twt_free .table-danger>th{background-color:#f5c6cb}.wl_twt_free .table-hover .table-danger:hover,.wl_twt_free .table-hover .table-danger:hover>td,.wl_twt_free .table-hover .table-danger:hover>th{background-color:#f1b0b7}.wl_twt_free .table-light,.wl_twt_free .table-light>td,.wl_twt_free .table-light>th{background-color:#fdfdfe}.wl_twt_free .table-hover .table-light:hover,.wl_twt_free .table-hover .table-light:hover>td,.wl_twt_free .table-hover .table-light:hover>th{background-color:#ececf6}.wl_twt_free .table-dark,.wl_twt_free .table-dark>td,.wl_twt_free .table-dark>th{background-color:#c6c8ca}.wl_twt_free .table-hover .table-dark:hover,.wl_twt_free .table-hover .table-dark:hover>td,.wl_twt_free .table-hover .table-dark:hover>th{background-color:#b9bbbe}.wl_twt_free .table-active,.wl_twt_free .table-active>td,.wl_twt_free .table-active>th,.wl_twt_free .table-hover .table-active:hover,.wl_twt_free .table-hover .table-active:hover>td,.wl_twt_free .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.wl_twt_free .table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.wl_twt_free .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.wl_twt_free .table-dark{color:#fff;background-color:#212529}.wl_twt_free .table-dark td,.wl_twt_free .table-dark th,.wl_twt_free .table-dark thead th{border-color:#32383e}.wl_twt_free .table-dark.table-bordered,.wl_twt_free .table-responsive>.table-bordered{border:0}.wl_twt_free .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.wl_twt_free .table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.wl_twt_free .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.wl_twt_free .table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.wl_twt_free .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.wl_twt_free .table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.wl_twt_free .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.wl_twt_free .table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.wl_twt_free .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.wl_twt_free .table-responsive-xl>.table-bordered{border:0}}.wl_twt_free .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.wl_twt_free .collapsing,.wl_twt_free .modal,.wl_twt_free .modal-open,.wl_twt_free .progress{overflow:hidden}.wl_twt_free .form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.wl_twt_free .form-control{transition:none}}.wl_twt_free .form-control::-ms-expand{background-color:transparent;border:0}.wl_twt_free .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.wl_twt_free .form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.wl_twt_free .form-control::-moz-placeholder{color:#6c757d;opacity:1}.wl_twt_free .form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.wl_twt_free .form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.wl_twt_free .form-control::placeholder{color:#6c757d;opacity:1}.wl_twt_free .form-control:disabled,.wl_twt_free .form-control[readonly]{background-color:#e9ecef;opacity:1}.wl_twt_free select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}.wl_twt_free select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.wl_twt_free .form-control-file,.wl_twt_free .form-control-range{display:block;width:100%}.wl_twt_free .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.wl_twt_free .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.wl_twt_free .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.wl_twt_free .form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.wl_twt_free .custom-file-input.is-valid~.custom-file-label,.wl_twt_free .custom-select.is-valid,.wl_twt_free .form-control.is-valid,.wl_twt_free .was-validated .custom-file-input:valid~.custom-file-label,.wl_twt_free .was-validated .custom-select:valid,.wl_twt_free .was-validated .form-control:valid{border-color:#28a745}.wl_twt_free .form-control-plaintext.form-control-lg,.wl_twt_free .form-control-plaintext.form-control-sm,.wl_twt_free .input-group-lg>.form-control-plaintext.form-control,.wl_twt_free .input-group-lg>.input-group-append>.form-control-plaintext.btn,.wl_twt_free .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.wl_twt_free .input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.wl_twt_free .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.wl_twt_free .input-group-sm>.form-control-plaintext.form-control,.wl_twt_free .input-group-sm>.input-group-append>.form-control-plaintext.btn,.wl_twt_free .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.wl_twt_free .input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.wl_twt_free .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.wl_twt_free .form-control-sm,.wl_twt_free .input-group-sm>.form-control,.wl_twt_free .input-group-sm>.input-group-append>.btn,.wl_twt_free .input-group-sm>.input-group-append>.input-group-text,.wl_twt_free .input-group-sm>.input-group-prepend>.btn,.wl_twt_free .input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.wl_twt_free .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.wl_twt_free .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.wl_twt_free .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.wl_twt_free .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.wl_twt_free .input-group-sm>select.form-control:not([size]):not([multiple]),.wl_twt_free select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.wl_twt_free .form-control-lg,.wl_twt_free .input-group-lg>.form-control,.wl_twt_free .input-group-lg>.input-group-append>.btn,.wl_twt_free .input-group-lg>.input-group-append>.input-group-text,.wl_twt_free .input-group-lg>.input-group-prepend>.btn,.wl_twt_free .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.wl_twt_free .input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.wl_twt_free .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.wl_twt_free .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.wl_twt_free .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.wl_twt_free .input-group-lg>select.form-control:not([size]):not([multiple]),.wl_twt_free select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.wl_twt_free .form-group{margin-bottom:1rem}.wl_twt_free .form-text{display:block;margin-top:.25rem}.wl_twt_free .form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.wl_twt_free .form-row>.col,.wl_twt_free .form-row>[class*=col-]{padding-right:5px;padding-left:5px}.wl_twt_free .form-check{position:relative;display:block;padding-left:1.25rem}.wl_twt_free .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.wl_twt_free .form-check-input:disabled~.form-check-label{color:#6c757d}.wl_twt_free .form-check-label{margin-bottom:0}.wl_twt_free .form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.wl_twt_free .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.wl_twt_free .invalid-tooltip,.wl_twt_free .valid-tooltip{position:absolute;z-index:5;max-width:100%;padding:.5rem;line-height:1;border-radius:.2rem;top:100%}.wl_twt_free .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.wl_twt_free .valid-tooltip{display:none;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(40,167,69,.8)}.wl_twt_free .custom-control-input.is-valid~.valid-feedback,.wl_twt_free .custom-control-input.is-valid~.valid-tooltip,.wl_twt_free .custom-file-input.is-valid~.valid-feedback,.wl_twt_free .custom-file-input.is-valid~.valid-tooltip,.wl_twt_free .custom-select.is-valid~.valid-feedback,.wl_twt_free .custom-select.is-valid~.valid-tooltip,.wl_twt_free .form-check-input.is-valid~.valid-feedback,.wl_twt_free .form-check-input.is-valid~.valid-tooltip,.wl_twt_free .form-control-file.is-valid~.valid-feedback,.wl_twt_free .form-control-file.is-valid~.valid-tooltip,.wl_twt_free .form-control.is-valid~.valid-feedback,.wl_twt_free .form-control.is-valid~.valid-tooltip,.wl_twt_free .was-validated .custom-control-input:valid~.valid-feedback,.wl_twt_free .was-validated .custom-control-input:valid~.valid-tooltip,.wl_twt_free .was-validated .custom-file-input:valid~.valid-feedback,.wl_twt_free .was-validated .custom-file-input:valid~.valid-tooltip,.wl_twt_free .was-validated .custom-select:valid~.valid-feedback,.wl_twt_free .was-validated .custom-select:valid~.valid-tooltip,.wl_twt_free .was-validated .form-check-input:valid~.valid-feedback,.wl_twt_free .was-validated .form-check-input:valid~.valid-tooltip,.wl_twt_free .was-validated .form-control-file:valid~.valid-feedback,.wl_twt_free .was-validated .form-control-file:valid~.valid-tooltip,.wl_twt_free .was-validated .form-control:valid~.valid-feedback,.wl_twt_free .was-validated .form-control:valid~.valid-tooltip{display:block}.wl_twt_free .custom-control-input.is-valid~.custom-control-label,.wl_twt_free .form-check-input.is-valid~.form-check-label,.wl_twt_free .was-validated .custom-control-input:valid~.custom-control-label,.wl_twt_free .was-validated .form-check-input:valid~.form-check-label{color:#28a745}.wl_twt_free .custom-select.is-valid:focus,.wl_twt_free .form-control.is-valid:focus,.wl_twt_free .was-validated .custom-select:valid:focus,.wl_twt_free .was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.wl_twt_free .custom-control-input.is-valid~.custom-control-label::before,.wl_twt_free .was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.wl_twt_free .custom-control-input.is-valid:checked~.custom-control-label::before,.wl_twt_free .was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.wl_twt_free .custom-control-input.is-valid:focus~.custom-control-label::before,.wl_twt_free .was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.wl_twt_free .custom-file-input.is-valid~.custom-file-label::before,.wl_twt_free .was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.wl_twt_free .custom-file-input.is-invalid~.custom-file-label,.wl_twt_free .custom-select.is-invalid,.wl_twt_free .form-control.is-invalid,.wl_twt_free .was-validated .custom-file-input:invalid~.custom-file-label,.wl_twt_free .was-validated .custom-select:invalid,.wl_twt_free .was-validated .form-control:invalid{border-color:#dc3545}.wl_twt_free .custom-file-input.is-valid:focus~.custom-file-label,.wl_twt_free .was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.wl_twt_free .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.wl_twt_free .invalid-tooltip{display:none;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.8)}.wl_twt_free .collapsing,.wl_twt_free .dropdown,.wl_twt_free .dropleft,.wl_twt_free .dropright,.wl_twt_free .dropup{position:relative}.wl_twt_free .custom-control-input.is-invalid~.invalid-feedback,.wl_twt_free .custom-control-input.is-invalid~.invalid-tooltip,.wl_twt_free .custom-file-input.is-invalid~.invalid-feedback,.wl_twt_free .custom-file-input.is-invalid~.invalid-tooltip,.wl_twt_free .custom-select.is-invalid~.invalid-feedback,.wl_twt_free .custom-select.is-invalid~.invalid-tooltip,.wl_twt_free .form-check-input.is-invalid~.invalid-feedback,.wl_twt_free .form-check-input.is-invalid~.invalid-tooltip,.wl_twt_free .form-control-file.is-invalid~.invalid-feedback,.wl_twt_free .form-control-file.is-invalid~.invalid-tooltip,.wl_twt_free .form-control.is-invalid~.invalid-feedback,.wl_twt_free .form-control.is-invalid~.invalid-tooltip,.wl_twt_free .was-validated .custom-control-input:invalid~.invalid-feedback,.wl_twt_free .was-validated .custom-control-input:invalid~.invalid-tooltip,.wl_twt_free .was-validated .custom-file-input:invalid~.invalid-feedback,.wl_twt_free .was-validated .custom-file-input:invalid~.invalid-tooltip,.wl_twt_free .was-validated .custom-select:invalid~.invalid-feedback,.wl_twt_free .was-validated .custom-select:invalid~.invalid-tooltip,.wl_twt_free .was-validated .form-check-input:invalid~.invalid-feedback,.wl_twt_free .was-validated .form-check-input:invalid~.invalid-tooltip,.wl_twt_free .was-validated .form-control-file:invalid~.invalid-feedback,.wl_twt_free .was-validated .form-control-file:invalid~.invalid-tooltip,.wl_twt_free .was-validated .form-control:invalid~.invalid-feedback,.wl_twt_free .was-validated .form-control:invalid~.invalid-tooltip{display:block}.wl_twt_free .custom-control-input.is-invalid~.custom-control-label,.wl_twt_free .form-check-input.is-invalid~.form-check-label,.wl_twt_free .was-validated .custom-control-input:invalid~.custom-control-label,.wl_twt_free .was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.wl_twt_free .custom-select.is-invalid:focus,.wl_twt_free .form-control.is-invalid:focus,.wl_twt_free .was-validated .custom-select:invalid:focus,.wl_twt_free .was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.wl_twt_free .custom-control-input.is-invalid~.custom-control-label::before,.wl_twt_free .was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.wl_twt_free .custom-control-input.is-invalid:checked~.custom-control-label::before,.wl_twt_free .was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.wl_twt_free .custom-control-input.is-invalid:focus~.custom-control-label::before,.wl_twt_free .was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.wl_twt_free .custom-file-input.is-invalid~.custom-file-label::before,.wl_twt_free .was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.wl_twt_free .custom-file-input.is-invalid:focus~.custom-file-label,.wl_twt_free .was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.wl_twt_free .form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.wl_twt_free .form-inline .form-check{width:100%}@media (min-width:576px){.wl_twt_free .form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.wl_twt_free .form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.wl_twt_free .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.wl_twt_free .form-inline .form-control-plaintext{display:inline-block}.wl_twt_free .form-inline .custom-select,.wl_twt_free .form-inline .input-group{width:auto}.wl_twt_free .form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.wl_twt_free .form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.wl_twt_free .form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.wl_twt_free .form-inline .custom-control-label{margin-bottom:0}}.wl_twt_free .btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.wl_twt_free .btn{transition:none}}.wl_twt_free .btn:focus,.wl_twt_free .btn:hover{text-decoration:none}.wl_twt_free .btn.focus,.wl_twt_free .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.wl_twt_free .btn-primary.focus,.wl_twt_free .btn-primary:focus,.wl_twt_free .btn-primary:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-primary:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.wl_twt_free .btn.disabled,.wl_twt_free .btn:disabled{opacity:.65}.wl_twt_free .btn:not(:disabled):not(.disabled).active,.wl_twt_free .btn:not(:disabled):not(.disabled):active{background-image:none}.wl_twt_free a.btn.disabled,.wl_twt_free fieldset:disabled a.btn{pointer-events:none}.wl_twt_free .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.wl_twt_free .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.wl_twt_free .btn-primary.disabled,.wl_twt_free .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.wl_twt_free .btn-primary:not(:disabled):not(.disabled).active,.wl_twt_free .btn-primary:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.wl_twt_free .btn-secondary.focus,.wl_twt_free .btn-secondary:focus,.wl_twt_free .btn-secondary:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-secondary:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.wl_twt_free .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.wl_twt_free .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.wl_twt_free .btn-secondary.disabled,.wl_twt_free .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.wl_twt_free .btn-secondary:not(:disabled):not(.disabled).active,.wl_twt_free .btn-secondary:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.wl_twt_free .btn-success.focus,.wl_twt_free .btn-success:focus,.wl_twt_free .btn-success:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-success:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.wl_twt_free .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.wl_twt_free .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.wl_twt_free .btn-success.disabled,.wl_twt_free .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.wl_twt_free .btn-success:not(:disabled):not(.disabled).active,.wl_twt_free .btn-success:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.wl_twt_free .btn-info.focus,.wl_twt_free .btn-info:focus,.wl_twt_free .btn-info:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-info:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.wl_twt_free .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.wl_twt_free .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.wl_twt_free .btn-info.disabled,.wl_twt_free .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.wl_twt_free .btn-info:not(:disabled):not(.disabled).active,.wl_twt_free .btn-info:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.wl_twt_free .btn-warning.focus,.wl_twt_free .btn-warning:focus,.wl_twt_free .btn-warning:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-warning:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.wl_twt_free .btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.wl_twt_free .btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.wl_twt_free .btn-warning.disabled,.wl_twt_free .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.wl_twt_free .btn-warning:not(:disabled):not(.disabled).active,.wl_twt_free .btn-warning:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.wl_twt_free .btn-danger.focus,.wl_twt_free .btn-danger:focus,.wl_twt_free .btn-danger:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-danger:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.wl_twt_free .btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.wl_twt_free .btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.wl_twt_free .btn-danger.disabled,.wl_twt_free .btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.wl_twt_free .btn-danger:not(:disabled):not(.disabled).active,.wl_twt_free .btn-danger:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.wl_twt_free .btn-light.focus,.wl_twt_free .btn-light:focus,.wl_twt_free .btn-light:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-light:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.wl_twt_free .btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.wl_twt_free .btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.wl_twt_free .btn-light.disabled,.wl_twt_free .btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.wl_twt_free .btn-light:not(:disabled):not(.disabled).active,.wl_twt_free .btn-light:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.wl_twt_free .btn-dark.focus,.wl_twt_free .btn-dark:focus,.wl_twt_free .btn-dark:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-dark:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.wl_twt_free .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.wl_twt_free .btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.wl_twt_free .btn-dark.disabled,.wl_twt_free .btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.wl_twt_free .btn-dark:not(:disabled):not(.disabled).active,.wl_twt_free .btn-dark:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.wl_twt_free .btn-outline-primary.focus,.wl_twt_free .btn-outline-primary:focus,.wl_twt_free .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.wl_twt_free .btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.wl_twt_free .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.wl_twt_free .btn-outline-primary.disabled,.wl_twt_free .btn-outline-primary:disabled{color:#007bff;background-color:transparent}.wl_twt_free .btn-outline-primary:not(:disabled):not(.disabled).active,.wl_twt_free .btn-outline-primary:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.wl_twt_free .btn-outline-secondary.focus,.wl_twt_free .btn-outline-secondary:focus,.wl_twt_free .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.wl_twt_free .btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.wl_twt_free .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.wl_twt_free .btn-outline-secondary.disabled,.wl_twt_free .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.wl_twt_free .btn-outline-secondary:not(:disabled):not(.disabled).active,.wl_twt_free .btn-outline-secondary:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.wl_twt_free .btn-outline-success.focus,.wl_twt_free .btn-outline-success:focus,.wl_twt_free .btn-outline-success:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-outline-success:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.wl_twt_free .btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.wl_twt_free .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.wl_twt_free .btn-outline-success.disabled,.wl_twt_free .btn-outline-success:disabled{color:#28a745;background-color:transparent}.wl_twt_free .btn-outline-success:not(:disabled):not(.disabled).active,.wl_twt_free .btn-outline-success:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.wl_twt_free .btn-outline-info.focus,.wl_twt_free .btn-outline-info:focus,.wl_twt_free .btn-outline-info:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-outline-info:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.wl_twt_free .btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.wl_twt_free .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.wl_twt_free .btn-outline-info.disabled,.wl_twt_free .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.wl_twt_free .btn-outline-info:not(:disabled):not(.disabled).active,.wl_twt_free .btn-outline-info:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.wl_twt_free .btn-outline-warning.focus,.wl_twt_free .btn-outline-warning:focus,.wl_twt_free .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.wl_twt_free .btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.wl_twt_free .btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.wl_twt_free .btn-outline-warning.disabled,.wl_twt_free .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.wl_twt_free .btn-outline-warning:not(:disabled):not(.disabled).active,.wl_twt_free .btn-outline-warning:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.wl_twt_free .btn-outline-danger.focus,.wl_twt_free .btn-outline-danger:focus,.wl_twt_free .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.wl_twt_free .btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.wl_twt_free .btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.wl_twt_free .btn-outline-danger.disabled,.wl_twt_free .btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.wl_twt_free .btn-outline-danger:not(:disabled):not(.disabled).active,.wl_twt_free .btn-outline-danger:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.wl_twt_free .btn-outline-light.focus,.wl_twt_free .btn-outline-light:focus,.wl_twt_free .btn-outline-light:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-outline-light:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.wl_twt_free .btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.wl_twt_free .btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.wl_twt_free .btn-outline-light.disabled,.wl_twt_free .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.wl_twt_free .btn-outline-light:not(:disabled):not(.disabled).active,.wl_twt_free .btn-outline-light:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.wl_twt_free .btn-outline-dark.focus,.wl_twt_free .btn-outline-dark:focus,.wl_twt_free .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.wl_twt_free .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.wl_twt_free .show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.wl_twt_free .btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.wl_twt_free .btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.wl_twt_free .btn-outline-dark.disabled,.wl_twt_free .btn-outline-dark:disabled{color:#343a40;background-color:transparent}.wl_twt_free .btn-outline-dark:not(:disabled):not(.disabled).active,.wl_twt_free .btn-outline-dark:not(:disabled):not(.disabled):active,.wl_twt_free .show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.wl_twt_free .btn-link{font-weight:400;color:#007bff;background-color:transparent}.wl_twt_free .btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.wl_twt_free .btn-link.focus,.wl_twt_free .btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.wl_twt_free .btn-link.disabled,.wl_twt_free .btn-link:disabled{color:#6c757d;pointer-events:none}.wl_twt_free .btn-group-lg>.btn,.wl_twt_free .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.wl_twt_free .btn-group-sm>.btn,.wl_twt_free .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.wl_twt_free .btn-block{display:block;width:100%}.wl_twt_free .btn-block+.btn-block{margin-top:.5rem}.wl_twt_free input[type=button].btn-block,.wl_twt_free input[type=reset].btn-block,.wl_twt_free input[type=submit].btn-block{width:100%}.wl_twt_free .dropdown-toggle::after,.wl_twt_free .dropup .dropdown-toggle::after{width:0;height:0;vertical-align:.255em;content:""}.wl_twt_free .fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.wl_twt_free .fade{transition:none}}.wl_twt_free .fade:not(.show){opacity:0}.wl_twt_free .collapse:not(.show){display:none}.wl_twt_free .collapsing{height:0;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.wl_twt_free .collapsing{transition:none}}.wl_twt_free .dropdown-toggle::after{display:inline-block;margin-left:.255em;border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.wl_twt_free .dropdown-toggle:empty::after{margin-left:0}.wl_twt_free .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.wl_twt_free .dropdown-menu-right{right:0;left:auto}.wl_twt_free .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.wl_twt_free .dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.wl_twt_free .dropleft .dropdown-toggle::before,.wl_twt_free .dropright .dropdown-toggle::after{width:0;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;height:0}.wl_twt_free .dropup .dropdown-toggle:empty::after{margin-left:0}.wl_twt_free .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.wl_twt_free .dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;border-right:0;border-left:.3em solid;vertical-align:0}.wl_twt_free .dropright .dropdown-toggle:empty::after{margin-left:0}.wl_twt_free .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.wl_twt_free .dropleft .dropdown-toggle::after{width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";display:none}.wl_twt_free .dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;border-right:.3em solid;vertical-align:0}.wl_twt_free .dropleft .dropdown-toggle:empty::after{margin-left:0}.wl_twt_free .dropdown-menu[x-placement^=bottom],.wl_twt_free .dropdown-menu[x-placement^=left],.wl_twt_free .dropdown-menu[x-placement^=right],.wl_twt_free .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.wl_twt_free .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.wl_twt_free .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.wl_twt_free .btn-group>.btn-group:not(:last-child)>.btn,.wl_twt_free .btn-group>.btn:not(:last-child):not(.dropdown-toggle),.wl_twt_free .input-group>.custom-file:not(:last-child) .custom-file-label,.wl_twt_free .input-group>.custom-file:not(:last-child) .custom-file-label::after,.wl_twt_free .input-group>.custom-select:not(:last-child),.wl_twt_free .input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.wl_twt_free .btn-group>.btn-group:not(:first-child)>.btn,.wl_twt_free .btn-group>.btn:not(:first-child),.wl_twt_free .input-group>.custom-file:not(:first-child) .custom-file-label,.wl_twt_free .input-group>.custom-select:not(:first-child),.wl_twt_free .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.wl_twt_free .dropdown-item:focus,.wl_twt_free .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.wl_twt_free .dropdown-item.active,.wl_twt_free .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.wl_twt_free .dropdown-item.disabled,.wl_twt_free .dropdown-item:disabled{color:#6c757d;background-color:transparent}.wl_twt_free .dropdown-menu.show{display:block}.wl_twt_free .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.wl_twt_free .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.wl_twt_free .btn-group,.wl_twt_free .btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.wl_twt_free .btn-group-vertical>.btn,.wl_twt_free .btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.wl_twt_free .btn-group-vertical>.btn.active,.wl_twt_free .btn-group-vertical>.btn:active,.wl_twt_free .btn-group-vertical>.btn:focus,.wl_twt_free .btn-group-vertical>.btn:hover,.wl_twt_free .btn-group>.btn.active,.wl_twt_free .btn-group>.btn:active,.wl_twt_free .btn-group>.btn:focus,.wl_twt_free .btn-group>.btn:hover{z-index:1}.wl_twt_free .btn-group .btn+.btn,.wl_twt_free .btn-group .btn+.btn-group,.wl_twt_free .btn-group .btn-group+.btn,.wl_twt_free .btn-group .btn-group+.btn-group,.wl_twt_free .btn-group-vertical .btn+.btn,.wl_twt_free .btn-group-vertical .btn+.btn-group,.wl_twt_free .btn-group-vertical .btn-group+.btn,.wl_twt_free .btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.wl_twt_free .btn-group>.btn:first-child,.wl_twt_free .dropdown-toggle-split::after,.wl_twt_free .dropright .dropdown-toggle-split::after,.wl_twt_free .dropup .dropdown-toggle-split::after{margin-left:0}.wl_twt_free .btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.wl_twt_free .btn-toolbar .input-group{width:auto}.wl_twt_free .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.wl_twt_free .dropleft .dropdown-toggle-split::before{margin-right:0}.wl_twt_free .btn-group-sm>.btn+.dropdown-toggle-split,.wl_twt_free .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.wl_twt_free .btn-group-lg>.btn+.dropdown-toggle-split,.wl_twt_free .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.wl_twt_free .btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.wl_twt_free .btn-group-vertical .btn,.wl_twt_free .btn-group-vertical .btn-group{width:100%}.wl_twt_free .btn-group-vertical>.btn+.btn,.wl_twt_free .btn-group-vertical>.btn+.btn-group,.wl_twt_free .btn-group-vertical>.btn-group+.btn,.wl_twt_free .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.wl_twt_free .input-group-append,.wl_twt_free .input-group-append .btn+.btn,.wl_twt_free .input-group-append .btn+.input-group-text,.wl_twt_free .input-group-append .input-group-text+.btn,.wl_twt_free .input-group-append .input-group-text+.input-group-text,.wl_twt_free .input-group-prepend .btn+.btn,.wl_twt_free .input-group-prepend .btn+.input-group-text,.wl_twt_free .input-group-prepend .input-group-text+.btn,.wl_twt_free .input-group-prepend .input-group-text+.input-group-text,.wl_twt_free .input-group>.custom-file+.custom-file,.wl_twt_free .input-group>.custom-file+.custom-select,.wl_twt_free .input-group>.custom-file+.form-control,.wl_twt_free .input-group>.custom-select+.custom-file,.wl_twt_free .input-group>.custom-select+.custom-select,.wl_twt_free .input-group>.custom-select+.form-control,.wl_twt_free .input-group>.form-control+.custom-file,.wl_twt_free .input-group>.form-control+.custom-select,.wl_twt_free .input-group>.form-control+.form-control{margin-left:-1px}.wl_twt_free .btn-group-vertical>.btn-group:not(:last-child)>.btn,.wl_twt_free .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.wl_twt_free .btn-group-vertical>.btn-group:not(:first-child)>.btn,.wl_twt_free .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.wl_twt_free .btn-group-toggle>.btn,.wl_twt_free .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.wl_twt_free .btn-group-toggle>.btn input[type=checkbox],.wl_twt_free .btn-group-toggle>.btn input[type=radio],.wl_twt_free .btn-group-toggle>.btn-group>.btn input[type=checkbox],.wl_twt_free .btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.wl_twt_free .input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.wl_twt_free .input-group>.custom-file,.wl_twt_free .input-group>.custom-select,.wl_twt_free .input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.wl_twt_free .input-group>.custom-file:focus,.wl_twt_free .input-group>.custom-select:focus,.wl_twt_free .input-group>.form-control:focus{z-index:3}.wl_twt_free .input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.wl_twt_free .input-group-append,.wl_twt_free .input-group-prepend{display:-ms-flexbox;display:flex}.wl_twt_free .input-group-append .btn,.wl_twt_free .input-group-prepend .btn{position:relative;z-index:2}.wl_twt_free .input-group-prepend{margin-right:-1px}.wl_twt_free .input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.wl_twt_free .input-group-text input[type=checkbox],.wl_twt_free .input-group-text input[type=radio]{margin-top:0}.wl_twt_free .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.wl_twt_free .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.wl_twt_free .input-group>.input-group-append:not(:last-child)>.btn,.wl_twt_free .input-group>.input-group-append:not(:last-child)>.input-group-text,.wl_twt_free .input-group>.input-group-prepend>.btn,.wl_twt_free .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.wl_twt_free .input-group>.input-group-append>.btn,.wl_twt_free .input-group>.input-group-append>.input-group-text,.wl_twt_free .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.wl_twt_free .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.wl_twt_free .input-group>.input-group-prepend:not(:first-child)>.btn,.wl_twt_free .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.wl_twt_free .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.wl_twt_free .custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.wl_twt_free .custom-control-input{position:absolute;z-index:-1;opacity:0}.wl_twt_free .custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.wl_twt_free .custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.wl_twt_free .custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.wl_twt_free .custom-control-input:disabled~.custom-control-label{color:#6c757d}.wl_twt_free .custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.wl_twt_free .custom-control-label{position:relative;margin-bottom:0}.wl_twt_free .custom-control-label::after,.wl_twt_free .custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.wl_twt_free .custom-control-label::before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.wl_twt_free .custom-checkbox .custom-control-input:checked~.custom-control-label::before,.wl_twt_free .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.wl_twt_free .custom-control-label::after{background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.wl_twt_free .custom-file,.wl_twt_free .custom-file-input{position:relative;height:calc(2.25rem + 2px)}.wl_twt_free .custom-file-input:lang(en)~.custom-file-label::after,.wl_twt_free .custom-file-label::after{content:"Browse"}.wl_twt_free .custom-checkbox .custom-control-label::before{border-radius:.25rem}.wl_twt_free .custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.wl_twt_free .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.wl_twt_free .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,.wl_twt_free .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.wl_twt_free .custom-radio .custom-control-label::before{border-radius:50%}.wl_twt_free .custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.wl_twt_free .custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.wl_twt_free .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.wl_twt_free .custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center no-repeat #fff;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wl_twt_free .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.wl_twt_free .custom-select:focus::-ms-value{color:#495057;background-color:#fff}.wl_twt_free .custom-select[multiple],.wl_twt_free .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.wl_twt_free .custom-select:disabled{color:#6c757d;background-color:#e9ecef}.wl_twt_free .custom-select::-ms-expand{opacity:0}.wl_twt_free .custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.wl_twt_free .custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.wl_twt_free .custom-file{display:inline-block;width:100%;margin-bottom:0}.wl_twt_free .custom-file-input{z-index:2;width:100%;margin:0;opacity:0}.wl_twt_free .custom-file-label,.wl_twt_free .custom-file-label::after{position:absolute;padding:.375rem .75rem;line-height:1.5;color:#495057;top:0;right:0}.wl_twt_free .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.wl_twt_free .custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.wl_twt_free .custom-file-label{left:0;z-index:1;height:calc(2.25rem + 2px);background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.wl_twt_free .custom-file-label::after{bottom:0;z-index:3;display:block;height:2.25rem;background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.wl_twt_free .nav,.wl_twt_free .navbar{display:-ms-flexbox;-ms-flex-wrap:wrap}.wl_twt_free .custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wl_twt_free .custom-range:focus{outline:0}.wl_twt_free .custom-range::-moz-focus-outer{border:0}.wl_twt_free .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-appearance:none;appearance:none}.wl_twt_free .custom-range::-webkit-slider-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.wl_twt_free .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.wl_twt_free .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.wl_twt_free .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-appearance:none;appearance:none}.wl_twt_free .custom-range::-moz-range-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.wl_twt_free .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.wl_twt_free .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.wl_twt_free .custom-range::-ms-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;appearance:none}.wl_twt_free .custom-range::-ms-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.wl_twt_free .custom-range::-ms-thumb:active{background-color:#b3d7ff}.wl_twt_free .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.wl_twt_free .custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.wl_twt_free .custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.wl_twt_free .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.wl_twt_free .nav-link{display:block;padding:.5rem 1rem}.wl_twt_free .nav-link:focus,.wl_twt_free .nav-link:hover{text-decoration:none}.wl_twt_free .nav-link.disabled{color:#6c757d}.wl_twt_free .nav-tabs{border-bottom:1px solid #dee2e6}.wl_twt_free .nav-tabs .nav-item{margin-bottom:-1px}.wl_twt_free .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.wl_twt_free .nav-tabs .nav-link:focus,.wl_twt_free .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.wl_twt_free .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.wl_twt_free .nav-tabs .nav-item.show .nav-link,.wl_twt_free .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.wl_twt_free .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.wl_twt_free .nav-pills .nav-link{border-radius:.25rem}.wl_twt_free .nav-pills .nav-link.active,.wl_twt_free .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.wl_twt_free .nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.wl_twt_free .nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.wl_twt_free .tab-content>.tab-pane{display:none}.wl_twt_free .tab-content>.active{display:block}.wl_twt_free .navbar{position:relative;display:flex;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.wl_twt_free .navbar>.container,.wl_twt_free .navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.wl_twt_free .navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.wl_twt_free .navbar-brand:focus,.wl_twt_free .navbar-brand:hover{text-decoration:none}.wl_twt_free .navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.wl_twt_free .navbar-nav .nav-link{padding-right:0;padding-left:0}.wl_twt_free .navbar-nav .dropdown-menu{position:static;float:none}.wl_twt_free .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.wl_twt_free .navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.wl_twt_free .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.wl_twt_free .navbar-toggler:focus,.wl_twt_free .navbar-toggler:hover{text-decoration:none}.wl_twt_free .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:center center no-repeat;background-size:100% 100%}@media (max-width:575.98px){.wl_twt_free .navbar-expand-sm>.container,.wl_twt_free .navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.wl_twt_free .navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.wl_twt_free .navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.wl_twt_free .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.wl_twt_free .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.wl_twt_free .navbar-expand-sm>.container,.wl_twt_free .navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.wl_twt_free .navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.wl_twt_free .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.wl_twt_free .navbar-expand-md>.container,.wl_twt_free .navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.wl_twt_free .navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.wl_twt_free .navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.wl_twt_free .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.wl_twt_free .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.wl_twt_free .navbar-expand-md>.container,.wl_twt_free .navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.wl_twt_free .navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.wl_twt_free .navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.wl_twt_free .navbar-expand-lg>.container,.wl_twt_free .navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.wl_twt_free .navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.wl_twt_free .navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.wl_twt_free .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.wl_twt_free .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.wl_twt_free .navbar-expand-lg>.container,.wl_twt_free .navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.wl_twt_free .navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.wl_twt_free .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.wl_twt_free .navbar-expand-xl>.container,.wl_twt_free .navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.wl_twt_free .navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.wl_twt_free .navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.wl_twt_free .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.wl_twt_free .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.wl_twt_free .navbar-expand-xl>.container,.wl_twt_free .navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.wl_twt_free .navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.wl_twt_free .navbar-expand-xl .navbar-toggler{display:none}}.wl_twt_free .navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.wl_twt_free .navbar-expand>.container,.wl_twt_free .navbar-expand>.container-fluid{padding-right:0;padding-left:0}.wl_twt_free .navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.wl_twt_free .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.wl_twt_free .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.wl_twt_free .navbar-expand>.container,.wl_twt_free .navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.wl_twt_free .navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.wl_twt_free .navbar-expand .navbar-toggler{display:none}.wl_twt_free .navbar-light .navbar-brand,.wl_twt_free .navbar-light .navbar-brand:focus,.wl_twt_free .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.wl_twt_free .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.wl_twt_free .navbar-light .navbar-nav .nav-link:focus,.wl_twt_free .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.wl_twt_free .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.wl_twt_free .navbar-light .navbar-nav .active>.nav-link,.wl_twt_free .navbar-light .navbar-nav .nav-link.active,.wl_twt_free .navbar-light .navbar-nav .nav-link.show,.wl_twt_free .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.wl_twt_free .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.wl_twt_free .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.wl_twt_free .navbar-light .navbar-text{color:rgba(0,0,0,.5)}.wl_twt_free .navbar-light .navbar-text a,.wl_twt_free .navbar-light .navbar-text a:focus,.wl_twt_free .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.wl_twt_free .navbar-dark .navbar-brand,.wl_twt_free .navbar-dark .navbar-brand:focus,.wl_twt_free .navbar-dark .navbar-brand:hover{color:#fff}.wl_twt_free .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.wl_twt_free .navbar-dark .navbar-nav .nav-link:focus,.wl_twt_free .navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.wl_twt_free .navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.wl_twt_free .navbar-dark .navbar-nav .active>.nav-link,.wl_twt_free .navbar-dark .navbar-nav .nav-link.active,.wl_twt_free .navbar-dark .navbar-nav .nav-link.show,.wl_twt_free .navbar-dark .navbar-nav .show>.nav-link{color:#fff}.wl_twt_free .navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.wl_twt_free .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.wl_twt_free .navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.wl_twt_free .navbar-dark .navbar-text a,.wl_twt_free .navbar-dark .navbar-text a:focus,.wl_twt_free .navbar-dark .navbar-text a:hover{color:#fff}.wl_twt_free .card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.wl_twt_free .card>hr{margin-right:0;margin-left:0}.wl_twt_free .card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.wl_twt_free .card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.wl_twt_free .card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.wl_twt_free .card-footer,.wl_twt_free .card-header{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03)}.wl_twt_free .card-title{margin-bottom:.75rem}.wl_twt_free .card-subtitle{margin-top:-.375rem;margin-bottom:0}.wl_twt_free .card-text:last-child{margin-bottom:0}.wl_twt_free .card-link:hover{text-decoration:none}.wl_twt_free .card-link+.card-link{margin-left:1.25rem}.wl_twt_free .card-header-pills,.wl_twt_free .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.wl_twt_free .card-header{margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.125)}.wl_twt_free .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.wl_twt_free .card-header+.list-group .list-group-item:first-child{border-top:0}.wl_twt_free .card-footer{border-top:1px solid rgba(0,0,0,.125)}.wl_twt_free .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.wl_twt_free .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.wl_twt_free .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.wl_twt_free .card-img{width:100%;border-radius:calc(.25rem - 1px)}.wl_twt_free .card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.wl_twt_free .card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.wl_twt_free .card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.wl_twt_free .card-deck .card{margin-bottom:15px}@media (min-width:576px){.wl_twt_free .card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.wl_twt_free .card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.wl_twt_free .card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.wl_twt_free .card-group>.card{margin-bottom:15px}@media (min-width:576px){.wl_twt_free .card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.wl_twt_free .card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.wl_twt_free .card-group>.card+.card{margin-left:0;border-left:0}.wl_twt_free .card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.wl_twt_free .card-group>.card:first-child .card-header,.wl_twt_free .card-group>.card:first-child .card-img-top{border-top-right-radius:0}.wl_twt_free .card-group>.card:first-child .card-footer,.wl_twt_free .card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.wl_twt_free .card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.wl_twt_free .card-group>.card:last-child .card-header,.wl_twt_free .card-group>.card:last-child .card-img-top{border-top-left-radius:0}.wl_twt_free .card-group>.card:last-child .card-footer,.wl_twt_free .card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.wl_twt_free .card-group>.card:only-child{border-radius:.25rem}.wl_twt_free .card-group>.card:only-child .card-header,.wl_twt_free .card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.wl_twt_free .card-group>.card:only-child .card-footer,.wl_twt_free .card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.wl_twt_free .card-group>.card:not(:first-child):not(:last-child):not(:only-child),.wl_twt_free .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.wl_twt_free .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.wl_twt_free .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.wl_twt_free .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}.wl_twt_free .card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.wl_twt_free .card-columns .card{display:inline-block;width:100%}}.wl_twt_free .card-columns .card{margin-bottom:.75rem}.wl_twt_free .accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.wl_twt_free .accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.wl_twt_free .accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.wl_twt_free .accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.wl_twt_free .breadcrumb,.wl_twt_free .pagination{border-radius:.25rem;list-style:none}.wl_twt_free .breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;background-color:#e9ecef}.wl_twt_free .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.wl_twt_free .breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.wl_twt_free .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.wl_twt_free .breadcrumb-item.active{color:#6c757d}.wl_twt_free .pagination{display:-ms-flexbox;display:flex;padding-left:0}.wl_twt_free .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.wl_twt_free .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.wl_twt_free .page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.wl_twt_free .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.wl_twt_free .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.wl_twt_free .page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.wl_twt_free .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.wl_twt_free .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.wl_twt_free .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.wl_twt_free .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.wl_twt_free .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.wl_twt_free .badge,.wl_twt_free .close{font-weight:700;line-height:1}.wl_twt_free .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.wl_twt_free .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.wl_twt_free .badge{display:inline-block;padding:.25em .4em;font-size:75%;text-align:center;white-space:nowrap;border-radius:.25rem}.wl_twt_free .badge:empty{display:none}.wl_twt_free .btn .badge{position:relative;top:-1px}.wl_twt_free .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.wl_twt_free .badge-primary{color:#fff;background-color:#007bff}.wl_twt_free .badge-primary[href]:focus,.wl_twt_free .badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.wl_twt_free .badge-secondary{color:#fff;background-color:#6c757d}.wl_twt_free .badge-secondary[href]:focus,.wl_twt_free .badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.wl_twt_free .badge-success{color:#fff;background-color:#28a745}.wl_twt_free .badge-success[href]:focus,.wl_twt_free .badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.wl_twt_free .badge-info{color:#fff;background-color:#17a2b8}.wl_twt_free .badge-info[href]:focus,.wl_twt_free .badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.wl_twt_free .badge-warning{color:#212529;background-color:#ffc107}.wl_twt_free .badge-warning[href]:focus,.wl_twt_free .badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.wl_twt_free .badge-danger{color:#fff;background-color:#dc3545}.wl_twt_free .badge-danger[href]:focus,.wl_twt_free .badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.wl_twt_free .badge-light{color:#212529;background-color:#f8f9fa}.wl_twt_free .badge-light[href]:focus,.wl_twt_free .badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.wl_twt_free .badge-dark{color:#fff;background-color:#343a40}.wl_twt_free .badge-dark[href]:focus,.wl_twt_free .badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.wl_twt_free .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.wl_twt_free .jumbotron{padding:4rem 2rem}}.wl_twt_free .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.wl_twt_free .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.wl_twt_free .alert-heading{color:inherit}.wl_twt_free .alert-link{font-weight:700}.wl_twt_free .alert-dismissible{padding-right:4rem}.wl_twt_free .alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.wl_twt_free .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.wl_twt_free .alert-primary hr{border-top-color:#9fcdff}.wl_twt_free .alert-primary .alert-link{color:#002752}.wl_twt_free .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.wl_twt_free .alert-secondary hr{border-top-color:#c8cbcf}.wl_twt_free .alert-secondary .alert-link{color:#202326}.wl_twt_free .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.wl_twt_free .alert-success hr{border-top-color:#b1dfbb}.wl_twt_free .alert-success .alert-link{color:#0b2e13}.wl_twt_free .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.wl_twt_free .alert-info hr{border-top-color:#abdde5}.wl_twt_free .alert-info .alert-link{color:#062c33}.wl_twt_free .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.wl_twt_free .alert-warning hr{border-top-color:#ffe8a1}.wl_twt_free .alert-warning .alert-link{color:#533f03}.wl_twt_free .alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.wl_twt_free .alert-danger hr{border-top-color:#f1b0b7}.wl_twt_free .alert-danger .alert-link{color:#491217}.wl_twt_free .alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.wl_twt_free .alert-light hr{border-top-color:#ececf6}.wl_twt_free .alert-light .alert-link{color:#686868}.wl_twt_free .alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.wl_twt_free .alert-dark hr{border-top-color:#b9bbbe}.wl_twt_free .alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.wl_twt_free .progress{display:-ms-flexbox;display:flex;height:1rem;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.wl_twt_free .progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.wl_twt_free .progress-bar{transition:none}}.wl_twt_free .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.wl_twt_free .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.wl_twt_free .media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.wl_twt_free .media-body{-ms-flex:1;flex:1}.wl_twt_free .list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.wl_twt_free .list-group-item-action{width:100%;color:#495057;text-align:inherit}.wl_twt_free .list-group-item-action:focus,.wl_twt_free .list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.wl_twt_free .list-group-item-action:active{color:#212529;background-color:#e9ecef}.wl_twt_free .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.wl_twt_free .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.wl_twt_free .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.wl_twt_free .list-group-item:focus,.wl_twt_free .list-group-item:hover{z-index:1;text-decoration:none}.wl_twt_free .list-group-item.disabled,.wl_twt_free .list-group-item:disabled{color:#6c757d;background-color:#fff}.wl_twt_free .list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.wl_twt_free .list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.wl_twt_free .list-group-flush:first-child .list-group-item:first-child{border-top:0}.wl_twt_free .list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.wl_twt_free .list-group-item-primary{color:#004085;background-color:#b8daff}.wl_twt_free .list-group-item-primary.list-group-item-action:focus,.wl_twt_free .list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.wl_twt_free .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.wl_twt_free .list-group-item-secondary{color:#383d41;background-color:#d6d8db}.wl_twt_free .list-group-item-secondary.list-group-item-action:focus,.wl_twt_free .list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.wl_twt_free .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.wl_twt_free .list-group-item-success{color:#155724;background-color:#c3e6cb}.wl_twt_free .list-group-item-success.list-group-item-action:focus,.wl_twt_free .list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.wl_twt_free .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.wl_twt_free .list-group-item-info{color:#0c5460;background-color:#bee5eb}.wl_twt_free .list-group-item-info.list-group-item-action:focus,.wl_twt_free .list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.wl_twt_free .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.wl_twt_free .list-group-item-warning{color:#856404;background-color:#ffeeba}.wl_twt_free .list-group-item-warning.list-group-item-action:focus,.wl_twt_free .list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.wl_twt_free .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.wl_twt_free .list-group-item-danger{color:#721c24;background-color:#f5c6cb}.wl_twt_free .list-group-item-danger.list-group-item-action:focus,.wl_twt_free .list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.wl_twt_free .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.wl_twt_free .list-group-item-light{color:#818182;background-color:#fdfdfe}.wl_twt_free .list-group-item-light.list-group-item-action:focus,.wl_twt_free .list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.wl_twt_free .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.wl_twt_free .list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.wl_twt_free .list-group-item-dark.list-group-item-action:focus,.wl_twt_free .list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.wl_twt_free .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.wl_twt_free .close{float:right;font-size:1.5rem;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.wl_twt_free .popover,.wl_twt_free .tooltip{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;text-decoration:none;line-height:1.5;text-shadow:none}.wl_twt_free .close:focus,.wl_twt_free .close:hover{color:#000;text-decoration:none;opacity:.75}.wl_twt_free button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.wl_twt_free .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;outline:0}.wl_twt_free .modal-open .modal{overflow-x:hidden;overflow-y:auto}.wl_twt_free .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.wl_twt_free .modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.wl_twt_free .modal.fade .modal-dialog{transition:none}}.wl_twt_free .modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.wl_twt_free .modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.wl_twt_free .modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.wl_twt_free .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.wl_twt_free .modal-backdrop.fade{opacity:0}.wl_twt_free .modal-backdrop.show{opacity:.5}.wl_twt_free .modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.wl_twt_free .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.wl_twt_free .modal-title{margin-bottom:0;line-height:1.5}.wl_twt_free .modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.wl_twt_free .modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.wl_twt_free .modal-footer>:not(:first-child){margin-left:.25rem}.wl_twt_free .modal-footer>:not(:last-child){margin-right:.25rem}.wl_twt_free .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.wl_twt_free .modal-dialog{max-width:500px;margin:1.75rem auto}.wl_twt_free .modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.wl_twt_free .modal-sm{max-width:300px}}@media (min-width:992px){.wl_twt_free .modal-lg{max-width:800px}}.wl_twt_free .tooltip{position:absolute;z-index:1070;display:block;margin:0;text-align:left;text-align:start;opacity:0}.wl_twt_free .tooltip.show{opacity:.9}.wl_twt_free .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.wl_twt_free .tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.wl_twt_free .bs-tooltip-auto[x-placement^=top],.wl_twt_free .bs-tooltip-top{padding:.4rem 0}.wl_twt_free .bs-tooltip-auto[x-placement^=top] .arrow,.wl_twt_free .bs-tooltip-top .arrow{bottom:0}.wl_twt_free .bs-tooltip-auto[x-placement^=top] .arrow::before,.wl_twt_free .bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.wl_twt_free .bs-tooltip-auto[x-placement^=right],.wl_twt_free .bs-tooltip-right{padding:0 .4rem}.wl_twt_free .bs-tooltip-auto[x-placement^=right] .arrow,.wl_twt_free .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.wl_twt_free .bs-tooltip-auto[x-placement^=right] .arrow::before,.wl_twt_free .bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.wl_twt_free .bs-tooltip-auto[x-placement^=bottom],.wl_twt_free .bs-tooltip-bottom{padding:.4rem 0}.wl_twt_free .bs-tooltip-auto[x-placement^=bottom] .arrow,.wl_twt_free .bs-tooltip-bottom .arrow{top:0}.wl_twt_free .bs-tooltip-auto[x-placement^=bottom] .arrow::before,.wl_twt_free .bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.wl_twt_free .bs-tooltip-auto[x-placement^=left],.wl_twt_free .bs-tooltip-left{padding:0 .4rem}.wl_twt_free .bs-tooltip-auto[x-placement^=left] .arrow,.wl_twt_free .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.wl_twt_free .bs-tooltip-auto[x-placement^=left] .arrow::before,.wl_twt_free .bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.wl_twt_free .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.wl_twt_free .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;text-align:left;text-align:start;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.wl_twt_free .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.wl_twt_free .popover .arrow::after,.wl_twt_free .popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.wl_twt_free .bs-popover-auto[x-placement^=top],.wl_twt_free .bs-popover-top{margin-bottom:.5rem}.wl_twt_free .bs-popover-auto[x-placement^=top] .arrow,.wl_twt_free .bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.wl_twt_free .bs-popover-auto[x-placement^=top] .arrow::after,.wl_twt_free .bs-popover-auto[x-placement^=top] .arrow::before,.wl_twt_free .bs-popover-top .arrow::after,.wl_twt_free .bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.wl_twt_free .bs-popover-auto[x-placement^=top] .arrow::before,.wl_twt_free .bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.wl_twt_free .bs-popover-auto[x-placement^=top] .arrow::after,.wl_twt_free .bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.wl_twt_free .bs-popover-auto[x-placement^=right],.wl_twt_free .bs-popover-right{margin-left:.5rem}.wl_twt_free .bs-popover-auto[x-placement^=right] .arrow,.wl_twt_free .bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.wl_twt_free .bs-popover-auto[x-placement^=right] .arrow::after,.wl_twt_free .bs-popover-auto[x-placement^=right] .arrow::before,.wl_twt_free .bs-popover-right .arrow::after,.wl_twt_free .bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.wl_twt_free .bs-popover-auto[x-placement^=right] .arrow::before,.wl_twt_free .bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.wl_twt_free .bs-popover-auto[x-placement^=right] .arrow::after,.wl_twt_free .bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.wl_twt_free .bs-popover-auto[x-placement^=bottom],.wl_twt_free .bs-popover-bottom{margin-top:.5rem}.wl_twt_free .bs-popover-auto[x-placement^=bottom] .arrow,.wl_twt_free .bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.wl_twt_free .bs-popover-auto[x-placement^=bottom] .arrow::after,.wl_twt_free .bs-popover-auto[x-placement^=bottom] .arrow::before,.wl_twt_free .bs-popover-bottom .arrow::after,.wl_twt_free .bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem}.wl_twt_free .bs-popover-auto[x-placement^=bottom] .arrow::before,.wl_twt_free .bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.wl_twt_free .bs-popover-auto[x-placement^=bottom] .arrow::after,.wl_twt_free .bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.wl_twt_free .bs-popover-auto[x-placement^=bottom] .popover-header::before,.wl_twt_free .bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.wl_twt_free .bs-popover-auto[x-placement^=left],.wl_twt_free .bs-popover-left{margin-right:.5rem}.wl_twt_free .bs-popover-auto[x-placement^=left] .arrow,.wl_twt_free .bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.wl_twt_free .bs-popover-auto[x-placement^=left] .arrow::after,.wl_twt_free .bs-popover-auto[x-placement^=left] .arrow::before,.wl_twt_free .bs-popover-left .arrow::after,.wl_twt_free .bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.wl_twt_free .bs-popover-auto[x-placement^=left] .arrow::before,.wl_twt_free .bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.wl_twt_free .bs-popover-auto[x-placement^=left] .arrow::after,.wl_twt_free .bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.wl_twt_free .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.wl_twt_free .popover-header:empty{display:none}.wl_twt_free .popover-body{padding:.5rem .75rem;color:#212529}.wl_twt_free .carousel{position:relative}.wl_twt_free .carousel-inner{position:relative;width:100%;overflow:hidden}.wl_twt_free .carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}@media screen and (prefers-reduced-motion:reduce){.wl_twt_free .carousel-item{transition:none}}.wl_twt_free .carousel-item-next,.wl_twt_free .carousel-item-prev,.wl_twt_free .carousel-item.active{display:block}.wl_twt_free .carousel-item-next,.wl_twt_free .carousel-item-prev{position:absolute;top:0}.wl_twt_free .carousel-item-next.carousel-item-left,.wl_twt_free .carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports (-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d){.wl_twt_free .carousel-item-next.carousel-item-left,.wl_twt_free .carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.wl_twt_free .active.carousel-item-right,.wl_twt_free .carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports (-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d){.wl_twt_free .active.carousel-item-right,.wl_twt_free .carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.wl_twt_free .active.carousel-item-left,.wl_twt_free .carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports (-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d){.wl_twt_free .active.carousel-item-left,.wl_twt_free .carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.wl_twt_free .carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.wl_twt_free .carousel-fade .carousel-item-next.carousel-item-left,.wl_twt_free .carousel-fade .carousel-item-prev.carousel-item-right,.wl_twt_free .carousel-fade .carousel-item.active{opacity:1}.wl_twt_free .carousel-fade .active.carousel-item-left,.wl_twt_free .carousel-fade .active.carousel-item-right{opacity:0}.wl_twt_free .carousel-fade .active.carousel-item-left,.wl_twt_free .carousel-fade .active.carousel-item-prev,.wl_twt_free .carousel-fade .carousel-item-next,.wl_twt_free .carousel-fade .carousel-item-prev,.wl_twt_free .carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports (-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d){.wl_twt_free .carousel-fade .active.carousel-item-left,.wl_twt_free .carousel-fade .active.carousel-item-prev,.wl_twt_free .carousel-fade .carousel-item-next,.wl_twt_free .carousel-fade .carousel-item-prev,.wl_twt_free .carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.wl_twt_free .carousel-control-next,.wl_twt_free .carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.wl_twt_free .carousel-control-next:focus,.wl_twt_free .carousel-control-next:hover,.wl_twt_free .carousel-control-prev:focus,.wl_twt_free .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.wl_twt_free .carousel-control-prev{left:0}.wl_twt_free .carousel-control-next{right:0}.wl_twt_free .carousel-control-next-icon,.wl_twt_free .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:center center no-repeat;background-size:100% 100%}.wl_twt_free .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.wl_twt_free .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.wl_twt_free .carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.wl_twt_free .carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.wl_twt_free .carousel-indicators li::after,.wl_twt_free .carousel-indicators li::before{left:0;display:inline-block;height:10px;position:absolute;content:"";width:100%}.wl_twt_free .carousel-indicators li::before{top:-10px}.wl_twt_free .carousel-indicators li::after{bottom:-10px}.wl_twt_free .carousel-indicators .active{background-color:#fff}.wl_twt_free .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.wl_twt_free .align-baseline{vertical-align:baseline!important}.wl_twt_free .align-top{vertical-align:top!important}.wl_twt_free .align-middle{vertical-align:middle!important}.wl_twt_free .align-bottom{vertical-align:bottom!important}.wl_twt_free .align-text-bottom{vertical-align:text-bottom!important}.wl_twt_free .align-text-top{vertical-align:text-top!important}.wl_twt_free .bg-primary{background-color:#007bff!important}.wl_twt_free a.bg-primary:focus,.wl_twt_free a.bg-primary:hover,.wl_twt_free button.bg-primary:focus,.wl_twt_free button.bg-primary:hover{background-color:#0062cc!important}.wl_twt_free .bg-secondary{background-color:#6c757d!important}.wl_twt_free a.bg-secondary:focus,.wl_twt_free a.bg-secondary:hover,.wl_twt_free button.bg-secondary:focus,.wl_twt_free button.bg-secondary:hover{background-color:#545b62!important}.wl_twt_free .bg-success{background-color:#28a745!important}.wl_twt_free a.bg-success:focus,.wl_twt_free a.bg-success:hover,.wl_twt_free button.bg-success:focus,.wl_twt_free button.bg-success:hover{background-color:#1e7e34!important}.wl_twt_free .bg-info{background-color:#17a2b8!important}.wl_twt_free a.bg-info:focus,.wl_twt_free a.bg-info:hover,.wl_twt_free button.bg-info:focus,.wl_twt_free button.bg-info:hover{background-color:#117a8b!important}.wl_twt_free .bg-warning{background-color:#ffc107!important}.wl_twt_free a.bg-warning:focus,.wl_twt_free a.bg-warning:hover,.wl_twt_free button.bg-warning:focus,.wl_twt_free button.bg-warning:hover{background-color:#d39e00!important}.wl_twt_free .bg-danger{background-color:#dc3545!important}.wl_twt_free a.bg-danger:focus,.wl_twt_free a.bg-danger:hover,.wl_twt_free button.bg-danger:focus,.wl_twt_free button.bg-danger:hover{background-color:#bd2130!important}.wl_twt_free .bg-light{background-color:#f8f9fa!important}.wl_twt_free a.bg-light:focus,.wl_twt_free a.bg-light:hover,.wl_twt_free button.bg-light:focus,.wl_twt_free button.bg-light:hover{background-color:#dae0e5!important}.wl_twt_free .bg-dark{background-color:#343a40!important}.wl_twt_free a.bg-dark:focus,.wl_twt_free a.bg-dark:hover,.wl_twt_free button.bg-dark:focus,.wl_twt_free button.bg-dark:hover{background-color:#1d2124!important}.wl_twt_free .bg-white{background-color:#fff!important}.wl_twt_free .bg-transparent{background-color:transparent!important}.wl_twt_free .border{border:1px solid #dee2e6!important}.wl_twt_free .border-top{border-top:1px solid #dee2e6!important}.wl_twt_free .border-right{border-right:1px solid #dee2e6!important}.wl_twt_free .border-bottom{border-bottom:1px solid #dee2e6!important}.wl_twt_free .border-left{border-left:1px solid #dee2e6!important}.wl_twt_free .border-0{border:0!important}.wl_twt_free .rounded-right,.wl_twt_free .rounded-top{border-top-right-radius:.25rem!important}.wl_twt_free .rounded-bottom,.wl_twt_free .rounded-right{border-bottom-right-radius:.25rem!important}.wl_twt_free .rounded-left,.wl_twt_free .rounded-top{border-top-left-radius:.25rem!important}.wl_twt_free .rounded-bottom,.wl_twt_free .rounded-left{border-bottom-left-radius:.25rem!important}.wl_twt_free .border-top-0{border-top:0!important}.wl_twt_free .border-right-0{border-right:0!important}.wl_twt_free .border-bottom-0{border-bottom:0!important}.wl_twt_free .border-left-0{border-left:0!important}.wl_twt_free .border-primary{border-color:#007bff!important}.wl_twt_free .border-secondary{border-color:#6c757d!important}.wl_twt_free .border-success{border-color:#28a745!important}.wl_twt_free .border-info{border-color:#17a2b8!important}.wl_twt_free .border-warning{border-color:#ffc107!important}.wl_twt_free .border-danger{border-color:#dc3545!important}.wl_twt_free .border-light{border-color:#f8f9fa!important}.wl_twt_free .border-dark{border-color:#343a40!important}.wl_twt_free .border-white{border-color:#fff!important}.wl_twt_free .rounded{border-radius:.25rem!important}.wl_twt_free .rounded-circle{border-radius:50%!important}.wl_twt_free .rounded-0{border-radius:0!important}.wl_twt_free .clearfix::after{display:block;clear:both;content:""}.wl_twt_free .d-none{display:none!important}.wl_twt_free .d-inline{display:inline!important}.wl_twt_free .d-inline-block{display:inline-block!important}.wl_twt_free .d-block{display:block!important}.wl_twt_free .d-table{display:table!important}.wl_twt_free .d-table-row{display:table-row!important}.wl_twt_free .d-table-cell{display:table-cell!important}.wl_twt_free .d-flex{display:-ms-flexbox!important;display:flex!important}.wl_twt_free .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.wl_twt_free .d-sm-none{display:none!important}.wl_twt_free .d-sm-inline{display:inline!important}.wl_twt_free .d-sm-inline-block{display:inline-block!important}.wl_twt_free .d-sm-block{display:block!important}.wl_twt_free .d-sm-table{display:table!important}.wl_twt_free .d-sm-table-row{display:table-row!important}.wl_twt_free .d-sm-table-cell{display:table-cell!important}.wl_twt_free .d-sm-flex{display:-ms-flexbox!important;display:flex!important}.wl_twt_free .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.wl_twt_free .d-md-none{display:none!important}.wl_twt_free .d-md-inline{display:inline!important}.wl_twt_free .d-md-inline-block{display:inline-block!important}.wl_twt_free .d-md-block{display:block!important}.wl_twt_free .d-md-table{display:table!important}.wl_twt_free .d-md-table-row{display:table-row!important}.wl_twt_free .d-md-table-cell{display:table-cell!important}.wl_twt_free .d-md-flex{display:-ms-flexbox!important;display:flex!important}.wl_twt_free .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.wl_twt_free .d-lg-none{display:none!important}.wl_twt_free .d-lg-inline{display:inline!important}.wl_twt_free .d-lg-inline-block{display:inline-block!important}.wl_twt_free .d-lg-block{display:block!important}.wl_twt_free .d-lg-table{display:table!important}.wl_twt_free .d-lg-table-row{display:table-row!important}.wl_twt_free .d-lg-table-cell{display:table-cell!important}.wl_twt_free .d-lg-flex{display:-ms-flexbox!important;display:flex!important}.wl_twt_free .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.wl_twt_free .d-xl-none{display:none!important}.wl_twt_free .d-xl-inline{display:inline!important}.wl_twt_free .d-xl-inline-block{display:inline-block!important}.wl_twt_free .d-xl-block{display:block!important}.wl_twt_free .d-xl-table{display:table!important}.wl_twt_free .d-xl-table-row{display:table-row!important}.wl_twt_free .d-xl-table-cell{display:table-cell!important}.wl_twt_free .d-xl-flex{display:-ms-flexbox!important;display:flex!important}.wl_twt_free .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.wl_twt_free .d-print-none{display:none!important}.wl_twt_free .d-print-inline{display:inline!important}.wl_twt_free .d-print-inline-block{display:inline-block!important}.wl_twt_free .d-print-block{display:block!important}.wl_twt_free .d-print-table{display:table!important}.wl_twt_free .d-print-table-row{display:table-row!important}.wl_twt_free .d-print-table-cell{display:table-cell!important}.wl_twt_free .d-print-flex{display:-ms-flexbox!important;display:flex!important}.wl_twt_free .d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.wl_twt_free .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.wl_twt_free .embed-responsive::before{display:block;content:""}.wl_twt_free .embed-responsive .embed-responsive-item,.wl_twt_free .embed-responsive embed,.wl_twt_free .embed-responsive iframe,.wl_twt_free .embed-responsive object,.wl_twt_free .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.wl_twt_free .embed-responsive-21by9::before{padding-top:42.857143%}.wl_twt_free .embed-responsive-16by9::before{padding-top:56.25%}.wl_twt_free .embed-responsive-4by3::before{padding-top:75%}.wl_twt_free .embed-responsive-1by1::before{padding-top:100%}.wl_twt_free .flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.wl_twt_free .flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.wl_twt_free .flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.wl_twt_free .flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.wl_twt_free .flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wl_twt_free .flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.wl_twt_free .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.wl_twt_free .flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.wl_twt_free .flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.wl_twt_free .flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.wl_twt_free .flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.wl_twt_free .flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.wl_twt_free .justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.wl_twt_free .justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.wl_twt_free .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.wl_twt_free .justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.wl_twt_free .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.wl_twt_free .align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.wl_twt_free .align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.wl_twt_free .align-items-center{-ms-flex-align:center!important;align-items:center!important}.wl_twt_free .align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.wl_twt_free .align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.wl_twt_free .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.wl_twt_free .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.wl_twt_free .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.wl_twt_free .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.wl_twt_free .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.wl_twt_free .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.wl_twt_free .align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.wl_twt_free .align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.wl_twt_free .align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.wl_twt_free .align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.wl_twt_free .align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.wl_twt_free .align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.wl_twt_free .float-left{float:left!important}.wl_twt_free .float-right{float:right!important}.wl_twt_free .float-none{float:none!important}.wl_twt_free .position-static{position:static!important}.wl_twt_free .position-relative{position:relative!important}.wl_twt_free .position-absolute{position:absolute!important}.wl_twt_free .position-fixed{position:fixed!important}.wl_twt_free .position-sticky{position:-webkit-sticky!important;position:sticky!important}.wl_twt_free .fixed-bottom,.wl_twt_free .fixed-top{position:fixed;right:0;left:0;z-index:1030}.wl_twt_free .fixed-top{top:0}.wl_twt_free .fixed-bottom{bottom:0}@supports (position:-webkit-sticky) or (position:sticky){.wl_twt_free .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.wl_twt_free .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wl_twt_free .sr-only-focusable:active,.wl_twt_free .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.wl_twt_free .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.wl_twt_free .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.wl_twt_free .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.wl_twt_free .shadow-none{box-shadow:none!important}.wl_twt_free .w-25{width:25%!important}.wl_twt_free .w-50{width:50%!important}.wl_twt_free .w-75{width:75%!important}.wl_twt_free .w-100{width:100%!important}.wl_twt_free .w-auto{width:auto!important}.wl_twt_free .h-25{height:25%!important}.wl_twt_free .h-50{height:50%!important}.wl_twt_free .h-75{height:75%!important}.wl_twt_free .h-100{height:100%!important}.wl_twt_free .h-auto{height:auto!important}.wl_twt_free .mw-100{max-width:100%!important}.wl_twt_free .mh-100{max-height:100%!important}.wl_twt_free .m-0{margin:0!important}.wl_twt_free .mt-0,.wl_twt_free .my-0{margin-top:0!important}.wl_twt_free .mr-0,.wl_twt_free .mx-0{margin-right:0!important}.wl_twt_free .mb-0,.wl_twt_free .my-0{margin-bottom:0!important}.wl_twt_free .ml-0,.wl_twt_free .mx-0{margin-left:0!important}.wl_twt_free .m-1{margin:.25rem!important}.wl_twt_free .mt-1,.wl_twt_free .my-1{margin-top:.25rem!important}.wl_twt_free .mr-1,.wl_twt_free .mx-1{margin-right:.25rem!important}.wl_twt_free .mb-1,.wl_twt_free .my-1{margin-bottom:.25rem!important}.wl_twt_free .ml-1,.wl_twt_free .mx-1{margin-left:.25rem!important}.wl_twt_free .m-2{margin:.5rem!important}.wl_twt_free .mt-2,.wl_twt_free .my-2{margin-top:.5rem!important}.wl_twt_free .mr-2,.wl_twt_free .mx-2{margin-right:.5rem!important}.wl_twt_free .mb-2,.wl_twt_free .my-2{margin-bottom:.5rem!important}.wl_twt_free .ml-2,.wl_twt_free .mx-2{margin-left:.5rem!important}.wl_twt_free .m-3{margin:1rem!important}.wl_twt_free .mt-3,.wl_twt_free .my-3{margin-top:1rem!important}.wl_twt_free .mr-3,.wl_twt_free .mx-3{margin-right:1rem!important}.wl_twt_free .mb-3,.wl_twt_free .my-3{margin-bottom:1rem!important}.wl_twt_free .ml-3,.wl_twt_free .mx-3{margin-left:1rem!important}.wl_twt_free .m-4{margin:1.5rem!important}.wl_twt_free .mt-4,.wl_twt_free .my-4{margin-top:1.5rem!important}.wl_twt_free .mr-4,.wl_twt_free .mx-4{margin-right:1.5rem!important}.wl_twt_free .mb-4,.wl_twt_free .my-4{margin-bottom:1.5rem!important}.wl_twt_free .ml-4,.wl_twt_free .mx-4{margin-left:1.5rem!important}.wl_twt_free .m-5{margin:3rem!important}.wl_twt_free .mt-5,.wl_twt_free .my-5{margin-top:3rem!important}.wl_twt_free .mr-5,.wl_twt_free .mx-5{margin-right:3rem!important}.wl_twt_free .mb-5,.wl_twt_free .my-5{margin-bottom:3rem!important}.wl_twt_free .ml-5,.wl_twt_free .mx-5{margin-left:3rem!important}.wl_twt_free .p-0{padding:0!important}.wl_twt_free .pt-0,.wl_twt_free .py-0{padding-top:0!important}.wl_twt_free .pr-0,.wl_twt_free .px-0{padding-right:0!important}.wl_twt_free .pb-0,.wl_twt_free .py-0{padding-bottom:0!important}.wl_twt_free .pl-0,.wl_twt_free .px-0{padding-left:0!important}.wl_twt_free .p-1{padding:.25rem!important}.wl_twt_free .pt-1,.wl_twt_free .py-1{padding-top:.25rem!important}.wl_twt_free .pr-1,.wl_twt_free .px-1{padding-right:.25rem!important}.wl_twt_free .pb-1,.wl_twt_free .py-1{padding-bottom:.25rem!important}.wl_twt_free .pl-1,.wl_twt_free .px-1{padding-left:.25rem!important}.wl_twt_free .p-2{padding:.5rem!important}.wl_twt_free .pt-2,.wl_twt_free .py-2{padding-top:.5rem!important}.wl_twt_free .pr-2,.wl_twt_free .px-2{padding-right:.5rem!important}.wl_twt_free .pb-2,.wl_twt_free .py-2{padding-bottom:.5rem!important}.wl_twt_free .pl-2,.wl_twt_free .px-2{padding-left:.5rem!important}.wl_twt_free .p-3{padding:1rem!important}.wl_twt_free .pt-3,.wl_twt_free .py-3{padding-top:1rem!important}.wl_twt_free .pr-3,.wl_twt_free .px-3{padding-right:1rem!important}.wl_twt_free .pb-3,.wl_twt_free .py-3{padding-bottom:1rem!important}.wl_twt_free .pl-3,.wl_twt_free .px-3{padding-left:1rem!important}.wl_twt_free .p-4{padding:1.5rem!important}.wl_twt_free .pt-4,.wl_twt_free .py-4{padding-top:1.5rem!important}.wl_twt_free .pr-4,.wl_twt_free .px-4{padding-right:1.5rem!important}.wl_twt_free .pb-4,.wl_twt_free .py-4{padding-bottom:1.5rem!important}.wl_twt_free .pl-4,.wl_twt_free .px-4{padding-left:1.5rem!important}.wl_twt_free .p-5{padding:3rem!important}.wl_twt_free .pt-5,.wl_twt_free .py-5{padding-top:3rem!important}.wl_twt_free .pr-5,.wl_twt_free .px-5{padding-right:3rem!important}.wl_twt_free .pb-5,.wl_twt_free .py-5{padding-bottom:3rem!important}.wl_twt_free .pl-5,.wl_twt_free .px-5{padding-left:3rem!important}.wl_twt_free .m-auto{margin:auto!important}.wl_twt_free .mt-auto,.wl_twt_free .my-auto{margin-top:auto!important}.wl_twt_free .mr-auto,.wl_twt_free .mx-auto{margin-right:auto!important}.wl_twt_free .mb-auto,.wl_twt_free .my-auto{margin-bottom:auto!important}.wl_twt_free .ml-auto,.wl_twt_free .mx-auto{margin-left:auto!important}.wl_twt_free .text-justify{text-align:justify!important}.wl_twt_free .text-nowrap{white-space:nowrap!important}.wl_twt_free .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wl_twt_free .text-left{text-align:left!important}.wl_twt_free .text-right{text-align:right!important}.wl_twt_free .text-center{text-align:center!important}@media (min-width:576px){.wl_twt_free .flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.wl_twt_free .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.wl_twt_free .flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.wl_twt_free .flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.wl_twt_free .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wl_twt_free .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.wl_twt_free .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.wl_twt_free .flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.wl_twt_free .flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.wl_twt_free .flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.wl_twt_free .flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.wl_twt_free .flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.wl_twt_free .justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.wl_twt_free .justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.wl_twt_free .justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.wl_twt_free .justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.wl_twt_free .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.wl_twt_free .align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.wl_twt_free .align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.wl_twt_free .align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.wl_twt_free .align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.wl_twt_free .align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.wl_twt_free .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.wl_twt_free .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.wl_twt_free .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.wl_twt_free .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.wl_twt_free .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.wl_twt_free .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.wl_twt_free .align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.wl_twt_free .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.wl_twt_free .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.wl_twt_free .align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.wl_twt_free .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.wl_twt_free .align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.wl_twt_free .float-sm-left{float:left!important}.wl_twt_free .float-sm-right{float:right!important}.wl_twt_free .float-sm-none{float:none!important}.wl_twt_free .m-sm-0{margin:0!important}.wl_twt_free .mt-sm-0,.wl_twt_free .my-sm-0{margin-top:0!important}.wl_twt_free .mr-sm-0,.wl_twt_free .mx-sm-0{margin-right:0!important}.wl_twt_free .mb-sm-0,.wl_twt_free .my-sm-0{margin-bottom:0!important}.wl_twt_free .ml-sm-0,.wl_twt_free .mx-sm-0{margin-left:0!important}.wl_twt_free .m-sm-1{margin:.25rem!important}.wl_twt_free .mt-sm-1,.wl_twt_free .my-sm-1{margin-top:.25rem!important}.wl_twt_free .mr-sm-1,.wl_twt_free .mx-sm-1{margin-right:.25rem!important}.wl_twt_free .mb-sm-1,.wl_twt_free .my-sm-1{margin-bottom:.25rem!important}.wl_twt_free .ml-sm-1,.wl_twt_free .mx-sm-1{margin-left:.25rem!important}.wl_twt_free .m-sm-2{margin:.5rem!important}.wl_twt_free .mt-sm-2,.wl_twt_free .my-sm-2{margin-top:.5rem!important}.wl_twt_free .mr-sm-2,.wl_twt_free .mx-sm-2{margin-right:.5rem!important}.wl_twt_free .mb-sm-2,.wl_twt_free .my-sm-2{margin-bottom:.5rem!important}.wl_twt_free .ml-sm-2,.wl_twt_free .mx-sm-2{margin-left:.5rem!important}.wl_twt_free .m-sm-3{margin:1rem!important}.wl_twt_free .mt-sm-3,.wl_twt_free .my-sm-3{margin-top:1rem!important}.wl_twt_free .mr-sm-3,.wl_twt_free .mx-sm-3{margin-right:1rem!important}.wl_twt_free .mb-sm-3,.wl_twt_free .my-sm-3{margin-bottom:1rem!important}.wl_twt_free .ml-sm-3,.wl_twt_free .mx-sm-3{margin-left:1rem!important}.wl_twt_free .m-sm-4{margin:1.5rem!important}.wl_twt_free .mt-sm-4,.wl_twt_free .my-sm-4{margin-top:1.5rem!important}.wl_twt_free .mr-sm-4,.wl_twt_free .mx-sm-4{margin-right:1.5rem!important}.wl_twt_free .mb-sm-4,.wl_twt_free .my-sm-4{margin-bottom:1.5rem!important}.wl_twt_free .ml-sm-4,.wl_twt_free .mx-sm-4{margin-left:1.5rem!important}.wl_twt_free .m-sm-5{margin:3rem!important}.wl_twt_free .mt-sm-5,.wl_twt_free .my-sm-5{margin-top:3rem!important}.wl_twt_free .mr-sm-5,.wl_twt_free .mx-sm-5{margin-right:3rem!important}.wl_twt_free .mb-sm-5,.wl_twt_free .my-sm-5{margin-bottom:3rem!important}.wl_twt_free .ml-sm-5,.wl_twt_free .mx-sm-5{margin-left:3rem!important}.wl_twt_free .p-sm-0{padding:0!important}.wl_twt_free .pt-sm-0,.wl_twt_free .py-sm-0{padding-top:0!important}.wl_twt_free .pr-sm-0,.wl_twt_free .px-sm-0{padding-right:0!important}.wl_twt_free .pb-sm-0,.wl_twt_free .py-sm-0{padding-bottom:0!important}.wl_twt_free .pl-sm-0,.wl_twt_free .px-sm-0{padding-left:0!important}.wl_twt_free .p-sm-1{padding:.25rem!important}.wl_twt_free .pt-sm-1,.wl_twt_free .py-sm-1{padding-top:.25rem!important}.wl_twt_free .pr-sm-1,.wl_twt_free .px-sm-1{padding-right:.25rem!important}.wl_twt_free .pb-sm-1,.wl_twt_free .py-sm-1{padding-bottom:.25rem!important}.wl_twt_free .pl-sm-1,.wl_twt_free .px-sm-1{padding-left:.25rem!important}.wl_twt_free .p-sm-2{padding:.5rem!important}.wl_twt_free .pt-sm-2,.wl_twt_free .py-sm-2{padding-top:.5rem!important}.wl_twt_free .pr-sm-2,.wl_twt_free .px-sm-2{padding-right:.5rem!important}.wl_twt_free .pb-sm-2,.wl_twt_free .py-sm-2{padding-bottom:.5rem!important}.wl_twt_free .pl-sm-2,.wl_twt_free .px-sm-2{padding-left:.5rem!important}.wl_twt_free .p-sm-3{padding:1rem!important}.wl_twt_free .pt-sm-3,.wl_twt_free .py-sm-3{padding-top:1rem!important}.wl_twt_free .pr-sm-3,.wl_twt_free .px-sm-3{padding-right:1rem!important}.wl_twt_free .pb-sm-3,.wl_twt_free .py-sm-3{padding-bottom:1rem!important}.wl_twt_free .pl-sm-3,.wl_twt_free .px-sm-3{padding-left:1rem!important}.wl_twt_free .p-sm-4{padding:1.5rem!important}.wl_twt_free .pt-sm-4,.wl_twt_free .py-sm-4{padding-top:1.5rem!important}.wl_twt_free .pr-sm-4,.wl_twt_free .px-sm-4{padding-right:1.5rem!important}.wl_twt_free .pb-sm-4,.wl_twt_free .py-sm-4{padding-bottom:1.5rem!important}.wl_twt_free .pl-sm-4,.wl_twt_free .px-sm-4{padding-left:1.5rem!important}.wl_twt_free .p-sm-5{padding:3rem!important}.wl_twt_free .pt-sm-5,.wl_twt_free .py-sm-5{padding-top:3rem!important}.wl_twt_free .pr-sm-5,.wl_twt_free .px-sm-5{padding-right:3rem!important}.wl_twt_free .pb-sm-5,.wl_twt_free .py-sm-5{padding-bottom:3rem!important}.wl_twt_free .pl-sm-5,.wl_twt_free .px-sm-5{padding-left:3rem!important}.wl_twt_free .m-sm-auto{margin:auto!important}.wl_twt_free .mt-sm-auto,.wl_twt_free .my-sm-auto{margin-top:auto!important}.wl_twt_free .mr-sm-auto,.wl_twt_free .mx-sm-auto{margin-right:auto!important}.wl_twt_free .mb-sm-auto,.wl_twt_free .my-sm-auto{margin-bottom:auto!important}.wl_twt_free .ml-sm-auto,.wl_twt_free .mx-sm-auto{margin-left:auto!important}.wl_twt_free .text-sm-left{text-align:left!important}.wl_twt_free .text-sm-right{text-align:right!important}.wl_twt_free .text-sm-center{text-align:center!important}}@media (min-width:768px){.wl_twt_free .flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.wl_twt_free .flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.wl_twt_free .flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.wl_twt_free .flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.wl_twt_free .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wl_twt_free .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.wl_twt_free .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.wl_twt_free .flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.wl_twt_free .flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.wl_twt_free .flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.wl_twt_free .flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.wl_twt_free .flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.wl_twt_free .justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.wl_twt_free .justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.wl_twt_free .justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.wl_twt_free .justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.wl_twt_free .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.wl_twt_free .align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.wl_twt_free .align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.wl_twt_free .align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.wl_twt_free .align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.wl_twt_free .align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.wl_twt_free .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.wl_twt_free .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.wl_twt_free .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.wl_twt_free .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.wl_twt_free .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.wl_twt_free .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.wl_twt_free .align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.wl_twt_free .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.wl_twt_free .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.wl_twt_free .align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.wl_twt_free .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.wl_twt_free .align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.wl_twt_free .float-md-left{float:left!important}.wl_twt_free .float-md-right{float:right!important}.wl_twt_free .float-md-none{float:none!important}.wl_twt_free .m-md-0{margin:0!important}.wl_twt_free .mt-md-0,.wl_twt_free .my-md-0{margin-top:0!important}.wl_twt_free .mr-md-0,.wl_twt_free .mx-md-0{margin-right:0!important}.wl_twt_free .mb-md-0,.wl_twt_free .my-md-0{margin-bottom:0!important}.wl_twt_free .ml-md-0,.wl_twt_free .mx-md-0{margin-left:0!important}.wl_twt_free .m-md-1{margin:.25rem!important}.wl_twt_free .mt-md-1,.wl_twt_free .my-md-1{margin-top:.25rem!important}.wl_twt_free .mr-md-1,.wl_twt_free .mx-md-1{margin-right:.25rem!important}.wl_twt_free .mb-md-1,.wl_twt_free .my-md-1{margin-bottom:.25rem!important}.wl_twt_free .ml-md-1,.wl_twt_free .mx-md-1{margin-left:.25rem!important}.wl_twt_free .m-md-2{margin:.5rem!important}.wl_twt_free .mt-md-2,.wl_twt_free .my-md-2{margin-top:.5rem!important}.wl_twt_free .mr-md-2,.wl_twt_free .mx-md-2{margin-right:.5rem!important}.wl_twt_free .mb-md-2,.wl_twt_free .my-md-2{margin-bottom:.5rem!important}.wl_twt_free .ml-md-2,.wl_twt_free .mx-md-2{margin-left:.5rem!important}.wl_twt_free .m-md-3{margin:1rem!important}.wl_twt_free .mt-md-3,.wl_twt_free .my-md-3{margin-top:1rem!important}.wl_twt_free .mr-md-3,.wl_twt_free .mx-md-3{margin-right:1rem!important}.wl_twt_free .mb-md-3,.wl_twt_free .my-md-3{margin-bottom:1rem!important}.wl_twt_free .ml-md-3,.wl_twt_free .mx-md-3{margin-left:1rem!important}.wl_twt_free .m-md-4{margin:1.5rem!important}.wl_twt_free .mt-md-4,.wl_twt_free .my-md-4{margin-top:1.5rem!important}.wl_twt_free .mr-md-4,.wl_twt_free .mx-md-4{margin-right:1.5rem!important}.wl_twt_free .mb-md-4,.wl_twt_free .my-md-4{margin-bottom:1.5rem!important}.wl_twt_free .ml-md-4,.wl_twt_free .mx-md-4{margin-left:1.5rem!important}.wl_twt_free .m-md-5{margin:3rem!important}.wl_twt_free .mt-md-5,.wl_twt_free .my-md-5{margin-top:3rem!important}.wl_twt_free .mr-md-5,.wl_twt_free .mx-md-5{margin-right:3rem!important}.wl_twt_free .mb-md-5,.wl_twt_free .my-md-5{margin-bottom:3rem!important}.wl_twt_free .ml-md-5,.wl_twt_free .mx-md-5{margin-left:3rem!important}.wl_twt_free .p-md-0{padding:0!important}.wl_twt_free .pt-md-0,.wl_twt_free .py-md-0{padding-top:0!important}.wl_twt_free .pr-md-0,.wl_twt_free .px-md-0{padding-right:0!important}.wl_twt_free .pb-md-0,.wl_twt_free .py-md-0{padding-bottom:0!important}.wl_twt_free .pl-md-0,.wl_twt_free .px-md-0{padding-left:0!important}.wl_twt_free .p-md-1{padding:.25rem!important}.wl_twt_free .pt-md-1,.wl_twt_free .py-md-1{padding-top:.25rem!important}.wl_twt_free .pr-md-1,.wl_twt_free .px-md-1{padding-right:.25rem!important}.wl_twt_free .pb-md-1,.wl_twt_free .py-md-1{padding-bottom:.25rem!important}.wl_twt_free .pl-md-1,.wl_twt_free .px-md-1{padding-left:.25rem!important}.wl_twt_free .p-md-2{padding:.5rem!important}.wl_twt_free .pt-md-2,.wl_twt_free .py-md-2{padding-top:.5rem!important}.wl_twt_free .pr-md-2,.wl_twt_free .px-md-2{padding-right:.5rem!important}.wl_twt_free .pb-md-2,.wl_twt_free .py-md-2{padding-bottom:.5rem!important}.wl_twt_free .pl-md-2,.wl_twt_free .px-md-2{padding-left:.5rem!important}.wl_twt_free .p-md-3{padding:1rem!important}.wl_twt_free .pt-md-3,.wl_twt_free .py-md-3{padding-top:1rem!important}.wl_twt_free .pr-md-3,.wl_twt_free .px-md-3{padding-right:1rem!important}.wl_twt_free .pb-md-3,.wl_twt_free .py-md-3{padding-bottom:1rem!important}.wl_twt_free .pl-md-3,.wl_twt_free .px-md-3{padding-left:1rem!important}.wl_twt_free .p-md-4{padding:1.5rem!important}.wl_twt_free .pt-md-4,.wl_twt_free .py-md-4{padding-top:1.5rem!important}.wl_twt_free .pr-md-4,.wl_twt_free .px-md-4{padding-right:1.5rem!important}.wl_twt_free .pb-md-4,.wl_twt_free .py-md-4{padding-bottom:1.5rem!important}.wl_twt_free .pl-md-4,.wl_twt_free .px-md-4{padding-left:1.5rem!important}.wl_twt_free .p-md-5{padding:3rem!important}.wl_twt_free .pt-md-5,.wl_twt_free .py-md-5{padding-top:3rem!important}.wl_twt_free .pr-md-5,.wl_twt_free .px-md-5{padding-right:3rem!important}.wl_twt_free .pb-md-5,.wl_twt_free .py-md-5{padding-bottom:3rem!important}.wl_twt_free .pl-md-5,.wl_twt_free .px-md-5{padding-left:3rem!important}.wl_twt_free .m-md-auto{margin:auto!important}.wl_twt_free .mt-md-auto,.wl_twt_free .my-md-auto{margin-top:auto!important}.wl_twt_free .mr-md-auto,.wl_twt_free .mx-md-auto{margin-right:auto!important}.wl_twt_free .mb-md-auto,.wl_twt_free .my-md-auto{margin-bottom:auto!important}.wl_twt_free .ml-md-auto,.wl_twt_free .mx-md-auto{margin-left:auto!important}.wl_twt_free .text-md-left{text-align:left!important}.wl_twt_free .text-md-right{text-align:right!important}.wl_twt_free .text-md-center{text-align:center!important}}@media (min-width:992px){.wl_twt_free .flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.wl_twt_free .flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.wl_twt_free .flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.wl_twt_free .flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.wl_twt_free .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wl_twt_free .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.wl_twt_free .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.wl_twt_free .flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.wl_twt_free .flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.wl_twt_free .flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.wl_twt_free .flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.wl_twt_free .flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.wl_twt_free .justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.wl_twt_free .justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.wl_twt_free .justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.wl_twt_free .justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.wl_twt_free .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.wl_twt_free .align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.wl_twt_free .align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.wl_twt_free .align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.wl_twt_free .align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.wl_twt_free .align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.wl_twt_free .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.wl_twt_free .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.wl_twt_free .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.wl_twt_free .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.wl_twt_free .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.wl_twt_free .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.wl_twt_free .align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.wl_twt_free .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.wl_twt_free .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.wl_twt_free .align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.wl_twt_free .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.wl_twt_free .align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.wl_twt_free .float-lg-left{float:left!important}.wl_twt_free .float-lg-right{float:right!important}.wl_twt_free .float-lg-none{float:none!important}.wl_twt_free .m-lg-0{margin:0!important}.wl_twt_free .mt-lg-0,.wl_twt_free .my-lg-0{margin-top:0!important}.wl_twt_free .mr-lg-0,.wl_twt_free .mx-lg-0{margin-right:0!important}.wl_twt_free .mb-lg-0,.wl_twt_free .my-lg-0{margin-bottom:0!important}.wl_twt_free .ml-lg-0,.wl_twt_free .mx-lg-0{margin-left:0!important}.wl_twt_free .m-lg-1{margin:.25rem!important}.wl_twt_free .mt-lg-1,.wl_twt_free .my-lg-1{margin-top:.25rem!important}.wl_twt_free .mr-lg-1,.wl_twt_free .mx-lg-1{margin-right:.25rem!important}.wl_twt_free .mb-lg-1,.wl_twt_free .my-lg-1{margin-bottom:.25rem!important}.wl_twt_free .ml-lg-1,.wl_twt_free .mx-lg-1{margin-left:.25rem!important}.wl_twt_free .m-lg-2{margin:.5rem!important}.wl_twt_free .mt-lg-2,.wl_twt_free .my-lg-2{margin-top:.5rem!important}.wl_twt_free .mr-lg-2,.wl_twt_free .mx-lg-2{margin-right:.5rem!important}.wl_twt_free .mb-lg-2,.wl_twt_free .my-lg-2{margin-bottom:.5rem!important}.wl_twt_free .ml-lg-2,.wl_twt_free .mx-lg-2{margin-left:.5rem!important}.wl_twt_free .m-lg-3{margin:1rem!important}.wl_twt_free .mt-lg-3,.wl_twt_free .my-lg-3{margin-top:1rem!important}.wl_twt_free .mr-lg-3,.wl_twt_free .mx-lg-3{margin-right:1rem!important}.wl_twt_free .mb-lg-3,.wl_twt_free .my-lg-3{margin-bottom:1rem!important}.wl_twt_free .ml-lg-3,.wl_twt_free .mx-lg-3{margin-left:1rem!important}.wl_twt_free .m-lg-4{margin:1.5rem!important}.wl_twt_free .mt-lg-4,.wl_twt_free .my-lg-4{margin-top:1.5rem!important}.wl_twt_free .mr-lg-4,.wl_twt_free .mx-lg-4{margin-right:1.5rem!important}.wl_twt_free .mb-lg-4,.wl_twt_free .my-lg-4{margin-bottom:1.5rem!important}.wl_twt_free .ml-lg-4,.wl_twt_free .mx-lg-4{margin-left:1.5rem!important}.wl_twt_free .m-lg-5{margin:3rem!important}.wl_twt_free .mt-lg-5,.wl_twt_free .my-lg-5{margin-top:3rem!important}.wl_twt_free .mr-lg-5,.wl_twt_free .mx-lg-5{margin-right:3rem!important}.wl_twt_free .mb-lg-5,.wl_twt_free .my-lg-5{margin-bottom:3rem!important}.wl_twt_free .ml-lg-5,.wl_twt_free .mx-lg-5{margin-left:3rem!important}.wl_twt_free .p-lg-0{padding:0!important}.wl_twt_free .pt-lg-0,.wl_twt_free .py-lg-0{padding-top:0!important}.wl_twt_free .pr-lg-0,.wl_twt_free .px-lg-0{padding-right:0!important}.wl_twt_free .pb-lg-0,.wl_twt_free .py-lg-0{padding-bottom:0!important}.wl_twt_free .pl-lg-0,.wl_twt_free .px-lg-0{padding-left:0!important}.wl_twt_free .p-lg-1{padding:.25rem!important}.wl_twt_free .pt-lg-1,.wl_twt_free .py-lg-1{padding-top:.25rem!important}.wl_twt_free .pr-lg-1,.wl_twt_free .px-lg-1{padding-right:.25rem!important}.wl_twt_free .pb-lg-1,.wl_twt_free .py-lg-1{padding-bottom:.25rem!important}.wl_twt_free .pl-lg-1,.wl_twt_free .px-lg-1{padding-left:.25rem!important}.wl_twt_free .p-lg-2{padding:.5rem!important}.wl_twt_free .pt-lg-2,.wl_twt_free .py-lg-2{padding-top:.5rem!important}.wl_twt_free .pr-lg-2,.wl_twt_free .px-lg-2{padding-right:.5rem!important}.wl_twt_free .pb-lg-2,.wl_twt_free .py-lg-2{padding-bottom:.5rem!important}.wl_twt_free .pl-lg-2,.wl_twt_free .px-lg-2{padding-left:.5rem!important}.wl_twt_free .p-lg-3{padding:1rem!important}.wl_twt_free .pt-lg-3,.wl_twt_free .py-lg-3{padding-top:1rem!important}.wl_twt_free .pr-lg-3,.wl_twt_free .px-lg-3{padding-right:1rem!important}.wl_twt_free .pb-lg-3,.wl_twt_free .py-lg-3{padding-bottom:1rem!important}.wl_twt_free .pl-lg-3,.wl_twt_free .px-lg-3{padding-left:1rem!important}.wl_twt_free .p-lg-4{padding:1.5rem!important}.wl_twt_free .pt-lg-4,.wl_twt_free .py-lg-4{padding-top:1.5rem!important}.wl_twt_free .pr-lg-4,.wl_twt_free .px-lg-4{padding-right:1.5rem!important}.wl_twt_free .pb-lg-4,.wl_twt_free .py-lg-4{padding-bottom:1.5rem!important}.wl_twt_free .pl-lg-4,.wl_twt_free .px-lg-4{padding-left:1.5rem!important}.wl_twt_free .p-lg-5{padding:3rem!important}.wl_twt_free .pt-lg-5,.wl_twt_free .py-lg-5{padding-top:3rem!important}.wl_twt_free .pr-lg-5,.wl_twt_free .px-lg-5{padding-right:3rem!important}.wl_twt_free .pb-lg-5,.wl_twt_free .py-lg-5{padding-bottom:3rem!important}.wl_twt_free .pl-lg-5,.wl_twt_free .px-lg-5{padding-left:3rem!important}.wl_twt_free .m-lg-auto{margin:auto!important}.wl_twt_free .mt-lg-auto,.wl_twt_free .my-lg-auto{margin-top:auto!important}.wl_twt_free .mr-lg-auto,.wl_twt_free .mx-lg-auto{margin-right:auto!important}.wl_twt_free .mb-lg-auto,.wl_twt_free .my-lg-auto{margin-bottom:auto!important}.wl_twt_free .ml-lg-auto,.wl_twt_free .mx-lg-auto{margin-left:auto!important}.wl_twt_free .text-lg-left{text-align:left!important}.wl_twt_free .text-lg-right{text-align:right!important}.wl_twt_free .text-lg-center{text-align:center!important}}@media (min-width:1200px){.wl_twt_free .flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.wl_twt_free .flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.wl_twt_free .flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.wl_twt_free .flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.wl_twt_free .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wl_twt_free .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.wl_twt_free .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.wl_twt_free .flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.wl_twt_free .flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.wl_twt_free .flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.wl_twt_free .flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.wl_twt_free .flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.wl_twt_free .justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.wl_twt_free .justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.wl_twt_free .justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.wl_twt_free .justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.wl_twt_free .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.wl_twt_free .align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.wl_twt_free .align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.wl_twt_free .align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.wl_twt_free .align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.wl_twt_free .align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.wl_twt_free .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.wl_twt_free .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.wl_twt_free .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.wl_twt_free .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.wl_twt_free .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.wl_twt_free .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.wl_twt_free .align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.wl_twt_free .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.wl_twt_free .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.wl_twt_free .align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.wl_twt_free .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.wl_twt_free .align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.wl_twt_free .float-xl-left{float:left!important}.wl_twt_free .float-xl-right{float:right!important}.wl_twt_free .float-xl-none{float:none!important}.wl_twt_free .m-xl-0{margin:0!important}.wl_twt_free .mt-xl-0,.wl_twt_free .my-xl-0{margin-top:0!important}.wl_twt_free .mr-xl-0,.wl_twt_free .mx-xl-0{margin-right:0!important}.wl_twt_free .mb-xl-0,.wl_twt_free .my-xl-0{margin-bottom:0!important}.wl_twt_free .ml-xl-0,.wl_twt_free .mx-xl-0{margin-left:0!important}.wl_twt_free .m-xl-1{margin:.25rem!important}.wl_twt_free .mt-xl-1,.wl_twt_free .my-xl-1{margin-top:.25rem!important}.wl_twt_free .mr-xl-1,.wl_twt_free .mx-xl-1{margin-right:.25rem!important}.wl_twt_free .mb-xl-1,.wl_twt_free .my-xl-1{margin-bottom:.25rem!important}.wl_twt_free .ml-xl-1,.wl_twt_free .mx-xl-1{margin-left:.25rem!important}.wl_twt_free .m-xl-2{margin:.5rem!important}.wl_twt_free .mt-xl-2,.wl_twt_free .my-xl-2{margin-top:.5rem!important}.wl_twt_free .mr-xl-2,.wl_twt_free .mx-xl-2{margin-right:.5rem!important}.wl_twt_free .mb-xl-2,.wl_twt_free .my-xl-2{margin-bottom:.5rem!important}.wl_twt_free .ml-xl-2,.wl_twt_free .mx-xl-2{margin-left:.5rem!important}.wl_twt_free .m-xl-3{margin:1rem!important}.wl_twt_free .mt-xl-3,.wl_twt_free .my-xl-3{margin-top:1rem!important}.wl_twt_free .mr-xl-3,.wl_twt_free .mx-xl-3{margin-right:1rem!important}.wl_twt_free .mb-xl-3,.wl_twt_free .my-xl-3{margin-bottom:1rem!important}.wl_twt_free .ml-xl-3,.wl_twt_free .mx-xl-3{margin-left:1rem!important}.wl_twt_free .m-xl-4{margin:1.5rem!important}.wl_twt_free .mt-xl-4,.wl_twt_free .my-xl-4{margin-top:1.5rem!important}.wl_twt_free .mr-xl-4,.wl_twt_free .mx-xl-4{margin-right:1.5rem!important}.wl_twt_free .mb-xl-4,.wl_twt_free .my-xl-4{margin-bottom:1.5rem!important}.wl_twt_free .ml-xl-4,.wl_twt_free .mx-xl-4{margin-left:1.5rem!important}.wl_twt_free .m-xl-5{margin:3rem!important}.wl_twt_free .mt-xl-5,.wl_twt_free .my-xl-5{margin-top:3rem!important}.wl_twt_free .mr-xl-5,.wl_twt_free .mx-xl-5{margin-right:3rem!important}.wl_twt_free .mb-xl-5,.wl_twt_free .my-xl-5{margin-bottom:3rem!important}.wl_twt_free .ml-xl-5,.wl_twt_free .mx-xl-5{margin-left:3rem!important}.wl_twt_free .p-xl-0{padding:0!important}.wl_twt_free .pt-xl-0,.wl_twt_free .py-xl-0{padding-top:0!important}.wl_twt_free .pr-xl-0,.wl_twt_free .px-xl-0{padding-right:0!important}.wl_twt_free .pb-xl-0,.wl_twt_free .py-xl-0{padding-bottom:0!important}.wl_twt_free .pl-xl-0,.wl_twt_free .px-xl-0{padding-left:0!important}.wl_twt_free .p-xl-1{padding:.25rem!important}.wl_twt_free .pt-xl-1,.wl_twt_free .py-xl-1{padding-top:.25rem!important}.wl_twt_free .pr-xl-1,.wl_twt_free .px-xl-1{padding-right:.25rem!important}.wl_twt_free .pb-xl-1,.wl_twt_free .py-xl-1{padding-bottom:.25rem!important}.wl_twt_free .pl-xl-1,.wl_twt_free .px-xl-1{padding-left:.25rem!important}.wl_twt_free .p-xl-2{padding:.5rem!important}.wl_twt_free .pt-xl-2,.wl_twt_free .py-xl-2{padding-top:.5rem!important}.wl_twt_free .pr-xl-2,.wl_twt_free .px-xl-2{padding-right:.5rem!important}.wl_twt_free .pb-xl-2,.wl_twt_free .py-xl-2{padding-bottom:.5rem!important}.wl_twt_free .pl-xl-2,.wl_twt_free .px-xl-2{padding-left:.5rem!important}.wl_twt_free .p-xl-3{padding:1rem!important}.wl_twt_free .pt-xl-3,.wl_twt_free .py-xl-3{padding-top:1rem!important}.wl_twt_free .pr-xl-3,.wl_twt_free .px-xl-3{padding-right:1rem!important}.wl_twt_free .pb-xl-3,.wl_twt_free .py-xl-3{padding-bottom:1rem!important}.wl_twt_free .pl-xl-3,.wl_twt_free .px-xl-3{padding-left:1rem!important}.wl_twt_free .p-xl-4{padding:1.5rem!important}.wl_twt_free .pt-xl-4,.wl_twt_free .py-xl-4{padding-top:1.5rem!important}.wl_twt_free .pr-xl-4,.wl_twt_free .px-xl-4{padding-right:1.5rem!important}.wl_twt_free .pb-xl-4,.wl_twt_free .py-xl-4{padding-bottom:1.5rem!important}.wl_twt_free .pl-xl-4,.wl_twt_free .px-xl-4{padding-left:1.5rem!important}.wl_twt_free .p-xl-5{padding:3rem!important}.wl_twt_free .pt-xl-5,.wl_twt_free .py-xl-5{padding-top:3rem!important}.wl_twt_free .pr-xl-5,.wl_twt_free .px-xl-5{padding-right:3rem!important}.wl_twt_free .pb-xl-5,.wl_twt_free .py-xl-5{padding-bottom:3rem!important}.wl_twt_free .pl-xl-5,.wl_twt_free .px-xl-5{padding-left:3rem!important}.wl_twt_free .m-xl-auto{margin:auto!important}.wl_twt_free .mt-xl-auto,.wl_twt_free .my-xl-auto{margin-top:auto!important}.wl_twt_free .mr-xl-auto,.wl_twt_free .mx-xl-auto{margin-right:auto!important}.wl_twt_free .mb-xl-auto,.wl_twt_free .my-xl-auto{margin-bottom:auto!important}.wl_twt_free .ml-xl-auto,.wl_twt_free .mx-xl-auto{margin-left:auto!important}.wl_twt_free .text-xl-left{text-align:left!important}.wl_twt_free .text-xl-right{text-align:right!important}.wl_twt_free .text-xl-center{text-align:center!important}}.wl_twt_free .text-lowercase{text-transform:lowercase!important}.wl_twt_free .text-uppercase{text-transform:uppercase!important}.wl_twt_free .text-capitalize{text-transform:capitalize!important}.wl_twt_free .font-weight-light{font-weight:300!important}.wl_twt_free .font-weight-normal{font-weight:400!important}.wl_twt_free .font-weight-bold{font-weight:700!important}.wl_twt_free .font-italic{font-style:italic!important}.wl_twt_free .text-white{color:#fff!important}.wl_twt_free .text-primary{color:#007bff!important}.wl_twt_free a.text-primary:focus,.wl_twt_free a.text-primary:hover{color:#0062cc!important}.wl_twt_free .text-secondary{color:#6c757d!important}.wl_twt_free a.text-secondary:focus,.wl_twt_free a.text-secondary:hover{color:#545b62!important}.wl_twt_free .text-success{color:#28a745!important}.wl_twt_free a.text-success:focus,.wl_twt_free a.text-success:hover{color:#1e7e34!important}.wl_twt_free .text-info{color:#17a2b8!important}.wl_twt_free a.text-info:focus,.wl_twt_free a.text-info:hover{color:#117a8b!important}.wl_twt_free .text-warning{color:#ffc107!important}.wl_twt_free a.text-warning:focus,.wl_twt_free a.text-warning:hover{color:#d39e00!important}.wl_twt_free .text-danger{color:#dc3545!important}.wl_twt_free a.text-danger:focus,.wl_twt_free a.text-danger:hover{color:#bd2130!important}.wl_twt_free .text-light{color:#f8f9fa!important}.wl_twt_free a.text-light:focus,.wl_twt_free a.text-light:hover{color:#dae0e5!important}.wl_twt_free .text-dark{color:#343a40!important}.wl_twt_free a.text-dark:focus,.wl_twt_free a.text-dark:hover{color:#1d2124!important}.wl_twt_free .text-body{color:#212529!important}.wl_twt_free .text-muted{color:#6c757d!important}.wl_twt_free .text-black-50{color:rgba(0,0,0,.5)!important}.wl_twt_free .text-white-50{color:rgba(255,255,255,.5)!important}.wl_twt_free .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.wl_twt_free .visible{visibility:visible!important}.wl_twt_free .invisible{visibility:hidden!important}@media print{.wl_twt_free *,.wl_twt_free ::after,.wl_twt_free ::before{text-shadow:none!important;box-shadow:none!important}.wl_twt_free a:not(.btn){text-decoration:underline}.wl_twt_free abbr[title]::after{content:" (" attr(title) ")"}.wl_twt_free pre{white-space:pre-wrap!important}.wl_twt_free blockquote,.wl_twt_free pre{border:1px solid #adb5bd;page-break-inside:avoid}.wl_twt_free thead{display:table-header-group}.wl_twt_free img,.wl_twt_free tr{page-break-inside:avoid}.wl_twt_free h2,.wl_twt_free h3,.wl_twt_free p{orphans:3;widows:3}.wl_twt_free h2,.wl_twt_free h3{page-break-after:avoid}.wl_twt_free .container,.wl_twt_free body{min-width:992px!important}.wl_twt_free .navbar{display:none}.wl_twt_free .badge{border:1px solid #000}.wl_twt_free .table{border-collapse:collapse!important}.wl_twt_free .table td,.wl_twt_free .table th{background-color:#fff!important}.wl_twt_free .table-bordered td,.wl_twt_free .table-bordered th{border:1px solid #dee2e6!important}.wl_twt_free .table-dark{color:inherit}.wl_twt_free .table-dark tbody+tbody,.wl_twt_free .table-dark td,.wl_twt_free .table-dark th,.wl_twt_free .table-dark thead th{border-color:#dee2e6}.wl_twt_free .table .thead-dark th{color:inherit;border-color:#dee2e6}}
|
|
css/bootstrap-responsive.css
DELETED
@@ -1,1026 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Bootstrap Responsive v2.3.0
|
3 |
-
*
|
4 |
-
* Copyright 2012 Twitter, Inc
|
5 |
-
* Licensed under the Apache License v2.0
|
6 |
-
* http://www.apache.org/licenses/LICENSE-2.0
|
7 |
-
*
|
8 |
-
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
9 |
-
*/
|
10 |
-
.input-block-level {
|
11 |
-
display: block;
|
12 |
-
width: 100%;
|
13 |
-
min-height: 30px;
|
14 |
-
-webkit-box-sizing: border-box;
|
15 |
-
-moz-box-sizing: border-box;
|
16 |
-
box-sizing: border-box;
|
17 |
-
}
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
@media (min-width: 1200px) {
|
22 |
-
.row {
|
23 |
-
margin-left: -30px;
|
24 |
-
*zoom: 1;
|
25 |
-
}
|
26 |
-
.row:before,
|
27 |
-
.row:after {
|
28 |
-
display: table;
|
29 |
-
line-height: 0;
|
30 |
-
content: "";
|
31 |
-
}
|
32 |
-
.row:after {
|
33 |
-
clear: both;
|
34 |
-
}
|
35 |
-
[class*="span"] {
|
36 |
-
float: left;
|
37 |
-
min-height: 1px;
|
38 |
-
margin-left: 30px;
|
39 |
-
}
|
40 |
-
.container,
|
41 |
-
.navbar-static-top .container,
|
42 |
-
.navbar-fixed-top .container,
|
43 |
-
.navbar-fixed-bottom .container {
|
44 |
-
width: 1170px;
|
45 |
-
}
|
46 |
-
.span12 {
|
47 |
-
width: 1170px;
|
48 |
-
}
|
49 |
-
.span11 {
|
50 |
-
width: 1070px;
|
51 |
-
}
|
52 |
-
.span10 {
|
53 |
-
width: 970px;
|
54 |
-
}
|
55 |
-
.span9 {
|
56 |
-
width: 870px;
|
57 |
-
}
|
58 |
-
.span8 {
|
59 |
-
width: 770px;
|
60 |
-
}
|
61 |
-
.span7 {
|
62 |
-
width: 670px;
|
63 |
-
}
|
64 |
-
.span6 {
|
65 |
-
width: 570px;
|
66 |
-
}
|
67 |
-
.span5 {
|
68 |
-
width: 470px;
|
69 |
-
}
|
70 |
-
.span4 {
|
71 |
-
width: 370px;
|
72 |
-
}
|
73 |
-
.span3 {
|
74 |
-
width: 270px;
|
75 |
-
}
|
76 |
-
.span2 {
|
77 |
-
width: 170px;
|
78 |
-
}
|
79 |
-
.span1 {
|
80 |
-
width: 70px;
|
81 |
-
}
|
82 |
-
.offset12 {
|
83 |
-
margin-left: 1230px;
|
84 |
-
}
|
85 |
-
.offset11 {
|
86 |
-
margin-left: 1130px;
|
87 |
-
}
|
88 |
-
.offset10 {
|
89 |
-
margin-left: 1030px;
|
90 |
-
}
|
91 |
-
.offset9 {
|
92 |
-
margin-left: 930px;
|
93 |
-
}
|
94 |
-
.offset8 {
|
95 |
-
margin-left: 830px;
|
96 |
-
}
|
97 |
-
.offset7 {
|
98 |
-
margin-left: 730px;
|
99 |
-
}
|
100 |
-
.offset6 {
|
101 |
-
margin-left: 630px;
|
102 |
-
}
|
103 |
-
.offset5 {
|
104 |
-
margin-left: 530px;
|
105 |
-
}
|
106 |
-
.offset4 {
|
107 |
-
margin-left: 430px;
|
108 |
-
}
|
109 |
-
.offset3 {
|
110 |
-
margin-left: 330px;
|
111 |
-
}
|
112 |
-
.offset2 {
|
113 |
-
margin-left: 230px;
|
114 |
-
}
|
115 |
-
.offset1 {
|
116 |
-
margin-left: 130px;
|
117 |
-
}
|
118 |
-
.row-fluid {
|
119 |
-
width: 100%;
|
120 |
-
*zoom: 1;
|
121 |
-
}
|
122 |
-
.row-fluid:before,
|
123 |
-
.row-fluid:after {
|
124 |
-
display: table;
|
125 |
-
line-height: 0;
|
126 |
-
content: "";
|
127 |
-
}
|
128 |
-
.row-fluid:after {
|
129 |
-
clear: both;
|
130 |
-
}
|
131 |
-
.row-fluid [class*="span"] {
|
132 |
-
display: block;
|
133 |
-
float: left;
|
134 |
-
width: 100%;
|
135 |
-
min-height: 30px;
|
136 |
-
margin-left: 2.564102564102564%;
|
137 |
-
*margin-left: 2.5109110747408616%;
|
138 |
-
-webkit-box-sizing: border-box;
|
139 |
-
-moz-box-sizing: border-box;
|
140 |
-
box-sizing: border-box;
|
141 |
-
}
|
142 |
-
.row-fluid [class*="span"]:first-child {
|
143 |
-
margin-left: 0;
|
144 |
-
}
|
145 |
-
.row-fluid .controls-row [class*="span"] + [class*="span"] {
|
146 |
-
margin-left: 2.564102564102564%;
|
147 |
-
}
|
148 |
-
.row-fluid .span12 {
|
149 |
-
width: 100%;
|
150 |
-
*width: 99.94680851063829%;
|
151 |
-
}
|
152 |
-
.row-fluid .span11 {
|
153 |
-
width: 91.45299145299145%;
|
154 |
-
*width: 91.39979996362975%;
|
155 |
-
}
|
156 |
-
.row-fluid .span10 {
|
157 |
-
width: 82.90598290598291%;
|
158 |
-
*width: 82.8527914166212%;
|
159 |
-
}
|
160 |
-
.row-fluid .span9 {
|
161 |
-
width: 74.35897435897436%;
|
162 |
-
*width: 74.30578286961266%;
|
163 |
-
}
|
164 |
-
.row-fluid .span8 {
|
165 |
-
width: 65.81196581196582%;
|
166 |
-
*width: 65.75877432260411%;
|
167 |
-
}
|
168 |
-
.row-fluid .span7 {
|
169 |
-
width: 57.26495726495726%;
|
170 |
-
*width: 57.21176577559556%;
|
171 |
-
}
|
172 |
-
.row-fluid .span6 {
|
173 |
-
width: 48.717948717948715%;
|
174 |
-
*width: 48.664757228587014%;
|
175 |
-
}
|
176 |
-
.row-fluid .span5 {
|
177 |
-
width: 40.17094017094017%;
|
178 |
-
*width: 40.11774868157847%;
|
179 |
-
}
|
180 |
-
.row-fluid .span4 {
|
181 |
-
width: 31.623931623931625%;
|
182 |
-
*width: 31.570740134569924%;
|
183 |
-
}
|
184 |
-
.row-fluid .span3 {
|
185 |
-
width: 23.076923076923077%;
|
186 |
-
*width: 23.023731587561375%;
|
187 |
-
}
|
188 |
-
.row-fluid .span2 {
|
189 |
-
width: 14.52991452991453%;
|
190 |
-
*width: 14.476723040552828%;
|
191 |
-
}
|
192 |
-
.row-fluid .span1 {
|
193 |
-
width: 5.982905982905983%;
|
194 |
-
*width: 5.929714493544281%;
|
195 |
-
}
|
196 |
-
.row-fluid .offset12 {
|
197 |
-
margin-left: 105.12820512820512%;
|
198 |
-
*margin-left: 105.02182214948171%;
|
199 |
-
}
|
200 |
-
.row-fluid .offset12:first-child {
|
201 |
-
margin-left: 102.56410256410257%;
|
202 |
-
*margin-left: 102.45771958537915%;
|
203 |
-
}
|
204 |
-
.row-fluid .offset11 {
|
205 |
-
margin-left: 96.58119658119658%;
|
206 |
-
*margin-left: 96.47481360247316%;
|
207 |
-
}
|
208 |
-
.row-fluid .offset11:first-child {
|
209 |
-
margin-left: 94.01709401709402%;
|
210 |
-
*margin-left: 93.91071103837061%;
|
211 |
-
}
|
212 |
-
.row-fluid .offset10 {
|
213 |
-
margin-left: 88.03418803418803%;
|
214 |
-
*margin-left: 87.92780505546462%;
|
215 |
-
}
|
216 |
-
.row-fluid .offset10:first-child {
|
217 |
-
margin-left: 85.47008547008548%;
|
218 |
-
*margin-left: 85.36370249136206%;
|
219 |
-
}
|
220 |
-
.row-fluid .offset9 {
|
221 |
-
margin-left: 79.48717948717949%;
|
222 |
-
*margin-left: 79.38079650845607%;
|
223 |
-
}
|
224 |
-
.row-fluid .offset9:first-child {
|
225 |
-
margin-left: 76.92307692307693%;
|
226 |
-
*margin-left: 76.81669394435352%;
|
227 |
-
}
|
228 |
-
.row-fluid .offset8 {
|
229 |
-
margin-left: 70.94017094017094%;
|
230 |
-
*margin-left: 70.83378796144753%;
|
231 |
-
}
|
232 |
-
.row-fluid .offset8:first-child {
|
233 |
-
margin-left: 68.37606837606839%;
|
234 |
-
*margin-left: 68.26968539734497%;
|
235 |
-
}
|
236 |
-
.row-fluid .offset7 {
|
237 |
-
margin-left: 62.393162393162385%;
|
238 |
-
*margin-left: 62.28677941443899%;
|
239 |
-
}
|
240 |
-
.row-fluid .offset7:first-child {
|
241 |
-
margin-left: 59.82905982905982%;
|
242 |
-
*margin-left: 59.72267685033642%;
|
243 |
-
}
|
244 |
-
.row-fluid .offset6 {
|
245 |
-
margin-left: 53.84615384615384%;
|
246 |
-
*margin-left: 53.739770867430444%;
|
247 |
-
}
|
248 |
-
.row-fluid .offset6:first-child {
|
249 |
-
margin-left: 51.28205128205128%;
|
250 |
-
*margin-left: 51.175668303327875%;
|
251 |
-
}
|
252 |
-
.row-fluid .offset5 {
|
253 |
-
margin-left: 45.299145299145295%;
|
254 |
-
*margin-left: 45.1927623204219%;
|
255 |
-
}
|
256 |
-
.row-fluid .offset5:first-child {
|
257 |
-
margin-left: 42.73504273504273%;
|
258 |
-
*margin-left: 42.62865975631933%;
|
259 |
-
}
|
260 |
-
.row-fluid .offset4 {
|
261 |
-
margin-left: 36.75213675213675%;
|
262 |
-
*margin-left: 36.645753773413354%;
|
263 |
-
}
|
264 |
-
.row-fluid .offset4:first-child {
|
265 |
-
margin-left: 34.18803418803419%;
|
266 |
-
*margin-left: 34.081651209310785%;
|
267 |
-
}
|
268 |
-
.row-fluid .offset3 {
|
269 |
-
margin-left: 28.205128205128204%;
|
270 |
-
*margin-left: 28.0987452264048%;
|
271 |
-
}
|
272 |
-
.row-fluid .offset3:first-child {
|
273 |
-
margin-left: 25.641025641025642%;
|
274 |
-
*margin-left: 25.53464266230224%;
|
275 |
-
}
|
276 |
-
.row-fluid .offset2 {
|
277 |
-
margin-left: 19.65811965811966%;
|
278 |
-
*margin-left: 19.551736679396257%;
|
279 |
-
}
|
280 |
-
.row-fluid .offset2:first-child {
|
281 |
-
margin-left: 17.094017094017094%;
|
282 |
-
*margin-left: 16.98763411529369%;
|
283 |
-
}
|
284 |
-
.row-fluid .offset1 {
|
285 |
-
margin-left: 11.11111111111111%;
|
286 |
-
*margin-left: 11.004728132387708%;
|
287 |
-
}
|
288 |
-
.row-fluid .offset1:first-child {
|
289 |
-
margin-left: 8.547008547008547%;
|
290 |
-
*margin-left: 8.440625568285142%;
|
291 |
-
}
|
292 |
-
input,
|
293 |
-
textarea,
|
294 |
-
.uneditable-input {
|
295 |
-
margin-left: 0;
|
296 |
-
}
|
297 |
-
.controls-row [class*="span"] + [class*="span"] {
|
298 |
-
margin-left: 30px;
|
299 |
-
}
|
300 |
-
input.span12,
|
301 |
-
textarea.span12,
|
302 |
-
.uneditable-input.span12 {
|
303 |
-
width: 1156px;
|
304 |
-
}
|
305 |
-
input.span11,
|
306 |
-
textarea.span11,
|
307 |
-
.uneditable-input.span11 {
|
308 |
-
width: 1056px;
|
309 |
-
}
|
310 |
-
input.span10,
|
311 |
-
textarea.span10,
|
312 |
-
.uneditable-input.span10 {
|
313 |
-
width: 956px;
|
314 |
-
}
|
315 |
-
input.span9,
|
316 |
-
textarea.span9,
|
317 |
-
.uneditable-input.span9 {
|
318 |
-
width: 856px;
|
319 |
-
}
|
320 |
-
input.span8,
|
321 |
-
textarea.span8,
|
322 |
-
.uneditable-input.span8 {
|
323 |
-
width: 756px;
|
324 |
-
}
|
325 |
-
input.span7,
|
326 |
-
textarea.span7,
|
327 |
-
.uneditable-input.span7 {
|
328 |
-
width: 656px;
|
329 |
-
}
|
330 |
-
input.span6,
|
331 |
-
textarea.span6,
|
332 |
-
.uneditable-input.span6 {
|
333 |
-
width: 556px;
|
334 |
-
}
|
335 |
-
input.span5,
|
336 |
-
textarea.span5,
|
337 |
-
.uneditable-input.span5 {
|
338 |
-
width: 456px;
|
339 |
-
}
|
340 |
-
input.span4,
|
341 |
-
textarea.span4,
|
342 |
-
.uneditable-input.span4 {
|
343 |
-
width: 356px;
|
344 |
-
}
|
345 |
-
input.span3,
|
346 |
-
textarea.span3,
|
347 |
-
.uneditable-input.span3 {
|
348 |
-
width: 256px;
|
349 |
-
}
|
350 |
-
input.span2,
|
351 |
-
textarea.span2,
|
352 |
-
.uneditable-input.span2 {
|
353 |
-
width: 156px;
|
354 |
-
}
|
355 |
-
input.span1,
|
356 |
-
textarea.span1,
|
357 |
-
.uneditable-input.span1 {
|
358 |
-
width: 56px;
|
359 |
-
}
|
360 |
-
.thumbnails {
|
361 |
-
margin-left: -30px;
|
362 |
-
}
|
363 |
-
.thumbnails > li {
|
364 |
-
margin-left: 30px;
|
365 |
-
}
|
366 |
-
.row-fluid .thumbnails {
|
367 |
-
margin-left: 0;
|
368 |
-
}
|
369 |
-
}
|
370 |
-
|
371 |
-
@media (min-width: 768px) and (max-width: 979px) {
|
372 |
-
.row {
|
373 |
-
margin-left: -20px;
|
374 |
-
*zoom: 1;
|
375 |
-
}
|
376 |
-
.row:before,
|
377 |
-
.row:after {
|
378 |
-
display: table;
|
379 |
-
line-height: 0;
|
380 |
-
content: "";
|
381 |
-
}
|
382 |
-
.row:after {
|
383 |
-
clear: both;
|
384 |
-
}
|
385 |
-
[class*="span"] {
|
386 |
-
float: left;
|
387 |
-
min-height: 1px;
|
388 |
-
margin-left: 20px;
|
389 |
-
}
|
390 |
-
.container,
|
391 |
-
.navbar-static-top .container,
|
392 |
-
.navbar-fixed-top .container,
|
393 |
-
.navbar-fixed-bottom .container {
|
394 |
-
width: 724px;
|
395 |
-
}
|
396 |
-
.span12 {
|
397 |
-
width: 724px;
|
398 |
-
}
|
399 |
-
.span11 {
|
400 |
-
width: 662px;
|
401 |
-
}
|
402 |
-
.span10 {
|
403 |
-
width: 600px;
|
404 |
-
}
|
405 |
-
.span9 {
|
406 |
-
width: 538px;
|
407 |
-
}
|
408 |
-
.span8 {
|
409 |
-
width: 476px;
|
410 |
-
}
|
411 |
-
.span7 {
|
412 |
-
width: 414px;
|
413 |
-
}
|
414 |
-
.span6 {
|
415 |
-
width: 352px;
|
416 |
-
}
|
417 |
-
.span5 {
|
418 |
-
width: 290px;
|
419 |
-
}
|
420 |
-
.span4 {
|
421 |
-
width: 228px;
|
422 |
-
}
|
423 |
-
.span3 {
|
424 |
-
width: 166px;
|
425 |
-
}
|
426 |
-
.span2 {
|
427 |
-
width: 104px;
|
428 |
-
}
|
429 |
-
.span1 {
|
430 |
-
width: 42px;
|
431 |
-
}
|
432 |
-
.offset12 {
|
433 |
-
margin-left: 764px;
|
434 |
-
}
|
435 |
-
.offset11 {
|
436 |
-
margin-left: 702px;
|
437 |
-
}
|
438 |
-
.offset10 {
|
439 |
-
margin-left: 640px;
|
440 |
-
}
|
441 |
-
.offset9 {
|
442 |
-
margin-left: 578px;
|
443 |
-
}
|
444 |
-
.offset8 {
|
445 |
-
margin-left: 516px;
|
446 |
-
}
|
447 |
-
.offset7 {
|
448 |
-
margin-left: 454px;
|
449 |
-
}
|
450 |
-
.offset6 {
|
451 |
-
margin-left: 392px;
|
452 |
-
}
|
453 |
-
.offset5 {
|
454 |
-
margin-left: 330px;
|
455 |
-
}
|
456 |
-
.offset4 {
|
457 |
-
margin-left: 268px;
|
458 |
-
}
|
459 |
-
.offset3 {
|
460 |
-
margin-left: 206px;
|
461 |
-
}
|
462 |
-
.offset2 {
|
463 |
-
margin-left: 144px;
|
464 |
-
}
|
465 |
-
.offset1 {
|
466 |
-
margin-left: 82px;
|
467 |
-
}
|
468 |
-
.row-fluid {
|
469 |
-
width: 100%;
|
470 |
-
*zoom: 1;
|
471 |
-
}
|
472 |
-
.row-fluid:before,
|
473 |
-
.row-fluid:after {
|
474 |
-
display: table;
|
475 |
-
line-height: 0;
|
476 |
-
content: "";
|
477 |
-
}
|
478 |
-
.row-fluid:after {
|
479 |
-
clear: both;
|
480 |
-
}
|
481 |
-
.row-fluid [class*="span"] {
|
482 |
-
display: block;
|
483 |
-
float: left;
|
484 |
-
width: 100%;
|
485 |
-
min-height: 30px;
|
486 |
-
margin-left: 2.7624309392265194%;
|
487 |
-
*margin-left: 2.709239449864817%;
|
488 |
-
-webkit-box-sizing: border-box;
|
489 |
-
-moz-box-sizing: border-box;
|
490 |
-
box-sizing: border-box;
|
491 |
-
}
|
492 |
-
.row-fluid [class*="span"]:first-child {
|
493 |
-
margin-left: 0;
|
494 |
-
}
|
495 |
-
.row-fluid .controls-row [class*="span"] + [class*="span"] {
|
496 |
-
margin-left: 2.7624309392265194%;
|
497 |
-
}
|
498 |
-
.row-fluid .span12 {
|
499 |
-
width: 100%;
|
500 |
-
*width: 99.94680851063829%;
|
501 |
-
}
|
502 |
-
.row-fluid .span11 {
|
503 |
-
width: 91.43646408839778%;
|
504 |
-
*width: 91.38327259903608%;
|
505 |
-
}
|
506 |
-
.row-fluid .span10 {
|
507 |
-
width: 82.87292817679558%;
|
508 |
-
*width: 82.81973668743387%;
|
509 |
-
}
|
510 |
-
.row-fluid .span9 {
|
511 |
-
width: 74.30939226519337%;
|
512 |
-
*width: 74.25620077583166%;
|
513 |
-
}
|
514 |
-
.row-fluid .span8 {
|
515 |
-
width: 65.74585635359117%;
|
516 |
-
*width: 65.69266486422946%;
|
517 |
-
}
|
518 |
-
.row-fluid .span7 {
|
519 |
-
width: 57.18232044198895%;
|
520 |
-
*width: 57.12912895262725%;
|
521 |
-
}
|
522 |
-
.row-fluid .span6 {
|
523 |
-
width: 48.61878453038674%;
|
524 |
-
*width: 48.56559304102504%;
|
525 |
-
}
|
526 |
-
.row-fluid .span5 {
|
527 |
-
width: 40.05524861878453%;
|
528 |
-
*width: 40.00205712942283%;
|
529 |
-
}
|
530 |
-
.row-fluid .span4 {
|
531 |
-
width: 31.491712707182323%;
|
532 |
-
*width: 31.43852121782062%;
|
533 |
-
}
|
534 |
-
.row-fluid .span3 {
|
535 |
-
width: 22.92817679558011%;
|
536 |
-
*width: 22.87498530621841%;
|
537 |
-
}
|
538 |
-
.row-fluid .span2 {
|
539 |
-
width: 14.3646408839779%;
|
540 |
-
*width: 14.311449394616199%;
|
541 |
-
}
|
542 |
-
.row-fluid .span1 {
|
543 |
-
width: 5.801104972375691%;
|
544 |
-
*width: 5.747913483013988%;
|
545 |
-
}
|
546 |
-
.row-fluid .offset12 {
|
547 |
-
margin-left: 105.52486187845304%;
|
548 |
-
*margin-left: 105.41847889972962%;
|
549 |
-
}
|
550 |
-
.row-fluid .offset12:first-child {
|
551 |
-
margin-left: 102.76243093922652%;
|
552 |
-
*margin-left: 102.6560479605031%;
|
553 |
-
}
|
554 |
-
.row-fluid .offset11 {
|
555 |
-
margin-left: 96.96132596685082%;
|
556 |
-
*margin-left: 96.8549429881274%;
|
557 |
-
}
|
558 |
-
.row-fluid .offset11:first-child {
|
559 |
-
margin-left: 94.1988950276243%;
|
560 |
-
*margin-left: 94.09251204890089%;
|
561 |
-
}
|
562 |
-
.row-fluid .offset10 {
|
563 |
-
margin-left: 88.39779005524862%;
|
564 |
-
*margin-left: 88.2914070765252%;
|
565 |
-
}
|
566 |
-
.row-fluid .offset10:first-child {
|
567 |
-
margin-left: 85.6353591160221%;
|
568 |
-
*margin-left: 85.52897613729868%;
|
569 |
-
}
|
570 |
-
.row-fluid .offset9 {
|
571 |
-
margin-left: 79.8342541436464%;
|
572 |
-
*margin-left: 79.72787116492299%;
|
573 |
-
}
|
574 |
-
.row-fluid .offset9:first-child {
|
575 |
-
margin-left: 77.07182320441989%;
|
576 |
-
*margin-left: 76.96544022569647%;
|
577 |
-
}
|
578 |
-
.row-fluid .offset8 {
|
579 |
-
margin-left: 71.2707182320442%;
|
580 |
-
*margin-left: 71.16433525332079%;
|
581 |
-
}
|
582 |
-
.row-fluid .offset8:first-child {
|
583 |
-
margin-left: 68.50828729281768%;
|
584 |
-
*margin-left: 68.40190431409427%;
|
585 |
-
}
|
586 |
-
.row-fluid .offset7 {
|
587 |
-
margin-left: 62.70718232044199%;
|
588 |
-
*margin-left: 62.600799341718584%;
|
589 |
-
}
|
590 |
-
.row-fluid .offset7:first-child {
|
591 |
-
margin-left: 59.94475138121547%;
|
592 |
-
*margin-left: 59.838368402492065%;
|
593 |
-
}
|
594 |
-
.row-fluid .offset6 {
|
595 |
-
margin-left: 54.14364640883978%;
|
596 |
-
*margin-left: 54.037263430116376%;
|
597 |
-
}
|
598 |
-
.row-fluid .offset6:first-child {
|
599 |
-
margin-left: 51.38121546961326%;
|
600 |
-
*margin-left: 51.27483249088986%;
|
601 |
-
}
|
602 |
-
.row-fluid .offset5 {
|
603 |
-
margin-left: 45.58011049723757%;
|
604 |
-
*margin-left: 45.47372751851417%;
|
605 |
-
}
|
606 |
-
.row-fluid .offset5:first-child {
|
607 |
-
margin-left: 42.81767955801105%;
|
608 |
-
*margin-left: 42.71129657928765%;
|
609 |
-
}
|
610 |
-
.row-fluid .offset4 {
|
611 |
-
margin-left: 37.01657458563536%;
|
612 |
-
*margin-left: 36.91019160691196%;
|
613 |
-
}
|
614 |
-
.row-fluid .offset4:first-child {
|
615 |
-
margin-left: 34.25414364640884%;
|
616 |
-
*margin-left: 34.14776066768544%;
|
617 |
-
}
|
618 |
-
.row-fluid .offset3 {
|
619 |
-
margin-left: 28.45303867403315%;
|
620 |
-
*margin-left: 28.346655695309746%;
|
621 |
-
}
|
622 |
-
.row-fluid .offset3:first-child {
|
623 |
-
margin-left: 25.69060773480663%;
|
624 |
-
*margin-left: 25.584224756083227%;
|
625 |
-
}
|
626 |
-
.row-fluid .offset2 {
|
627 |
-
margin-left: 19.88950276243094%;
|
628 |
-
*margin-left: 19.783119783707537%;
|
629 |
-
}
|
630 |
-
.row-fluid .offset2:first-child {
|
631 |
-
margin-left: 17.12707182320442%;
|
632 |
-
*margin-left: 17.02068884448102%;
|
633 |
-
}
|
634 |
-
.row-fluid .offset1 {
|
635 |
-
margin-left: 11.32596685082873%;
|
636 |
-
*margin-left: 11.219583872105325%;
|
637 |
-
}
|
638 |
-
.row-fluid .offset1:first-child {
|
639 |
-
margin-left: 8.56353591160221%;
|
640 |
-
*margin-left: 8.457152932878806%;
|
641 |
-
}
|
642 |
-
input,
|
643 |
-
textarea,
|
644 |
-
.uneditable-input {
|
645 |
-
margin-left: 0;
|
646 |
-
}
|
647 |
-
.controls-row [class*="span"] + [class*="span"] {
|
648 |
-
margin-left: 20px;
|
649 |
-
}
|
650 |
-
input.span12,
|
651 |
-
textarea.span12,
|
652 |
-
.uneditable-input.span12 {
|
653 |
-
width: 710px;
|
654 |
-
}
|
655 |
-
input.span11,
|
656 |
-
textarea.span11,
|
657 |
-
.uneditable-input.span11 {
|
658 |
-
width: 648px;
|
659 |
-
}
|
660 |
-
input.span10,
|
661 |
-
textarea.span10,
|
662 |
-
.uneditable-input.span10 {
|
663 |
-
width: 586px;
|
664 |
-
}
|
665 |
-
input.span9,
|
666 |
-
textarea.span9,
|
667 |
-
.uneditable-input.span9 {
|
668 |
-
width: 524px;
|
669 |
-
}
|
670 |
-
input.span8,
|
671 |
-
textarea.span8,
|
672 |
-
.uneditable-input.span8 {
|
673 |
-
width: 462px;
|
674 |
-
}
|
675 |
-
input.span7,
|
676 |
-
textarea.span7,
|
677 |
-
.uneditable-input.span7 {
|
678 |
-
width: 400px;
|
679 |
-
}
|
680 |
-
input.span6,
|
681 |
-
textarea.span6,
|
682 |
-
.uneditable-input.span6 {
|
683 |
-
width: 338px;
|
684 |
-
}
|
685 |
-
input.span5,
|
686 |
-
textarea.span5,
|
687 |
-
.uneditable-input.span5 {
|
688 |
-
width: 276px;
|
689 |
-
}
|
690 |
-
input.span4,
|
691 |
-
textarea.span4,
|
692 |
-
.uneditable-input.span4 {
|
693 |
-
width: 214px;
|
694 |
-
}
|
695 |
-
input.span3,
|
696 |
-
textarea.span3,
|
697 |
-
.uneditable-input.span3 {
|
698 |
-
width: 152px;
|
699 |
-
}
|
700 |
-
input.span2,
|
701 |
-
textarea.span2,
|
702 |
-
.uneditable-input.span2 {
|
703 |
-
width: 90px;
|
704 |
-
}
|
705 |
-
input.span1,
|
706 |
-
textarea.span1,
|
707 |
-
.uneditable-input.span1 {
|
708 |
-
width: 28px;
|
709 |
-
}
|
710 |
-
}
|
711 |
-
|
712 |
-
@media (max-width: 767px) {
|
713 |
-
|
714 |
-
body {
|
715 |
-
padding-right: 20px;
|
716 |
-
padding-left: 20px;
|
717 |
-
}
|
718 |
-
.navbar-fixed-top,
|
719 |
-
.navbar-fixed-bottom,
|
720 |
-
.navbar-static-top {
|
721 |
-
margin-right: -20px;
|
722 |
-
margin-left: -20px;
|
723 |
-
}
|
724 |
-
.container-fluid {
|
725 |
-
padding: 0;
|
726 |
-
}
|
727 |
-
.dl-horizontal dt {
|
728 |
-
float: none;
|
729 |
-
width: auto;
|
730 |
-
clear: none;
|
731 |
-
text-align: left;
|
732 |
-
}
|
733 |
-
.dl-horizontal dd {
|
734 |
-
margin-left: 0;
|
735 |
-
}
|
736 |
-
.container {
|
737 |
-
width: auto;
|
738 |
-
}
|
739 |
-
.row-fluid {
|
740 |
-
width: 100%;
|
741 |
-
}
|
742 |
-
.row,
|
743 |
-
.thumbnails {
|
744 |
-
margin-left: 0;
|
745 |
-
}
|
746 |
-
.thumbnails > li {
|
747 |
-
float: none;
|
748 |
-
margin-left: 0;
|
749 |
-
}
|
750 |
-
[class*="span"],
|
751 |
-
.uneditable-input[class*="span"],
|
752 |
-
.row-fluid [class*="span"] {
|
753 |
-
display: block;
|
754 |
-
float: none;
|
755 |
-
width: 100%;
|
756 |
-
margin-left: 0;
|
757 |
-
-webkit-box-sizing: border-box;
|
758 |
-
-moz-box-sizing: border-box;
|
759 |
-
box-sizing: border-box;
|
760 |
-
}
|
761 |
-
.span12,
|
762 |
-
.row-fluid .span12 {
|
763 |
-
width: 100%;
|
764 |
-
-webkit-box-sizing: border-box;
|
765 |
-
-moz-box-sizing: border-box;
|
766 |
-
box-sizing: border-box;
|
767 |
-
}
|
768 |
-
.row-fluid [class*="offset"]:first-child {
|
769 |
-
margin-left: 0;
|
770 |
-
}
|
771 |
-
.input-large,
|
772 |
-
.input-xlarge,
|
773 |
-
.input-xxlarge,
|
774 |
-
input[class*="span"],
|
775 |
-
select[class*="span"],
|
776 |
-
textarea[class*="span"],
|
777 |
-
.uneditable-input {
|
778 |
-
display: block;
|
779 |
-
width: 100%;
|
780 |
-
min-height: 30px;
|
781 |
-
-webkit-box-sizing: border-box;
|
782 |
-
-moz-box-sizing: border-box;
|
783 |
-
box-sizing: border-box;
|
784 |
-
}
|
785 |
-
.input-prepend input,
|
786 |
-
.input-append input,
|
787 |
-
.input-prepend input[class*="span"],
|
788 |
-
.input-append input[class*="span"] {
|
789 |
-
display: inline-block;
|
790 |
-
width: auto;
|
791 |
-
}
|
792 |
-
.controls-row [class*="span"] + [class*="span"] {
|
793 |
-
margin-left: 0;
|
794 |
-
}
|
795 |
-
.modal {
|
796 |
-
position: fixed;
|
797 |
-
top: 20px;
|
798 |
-
right: 20px;
|
799 |
-
left: 20px;
|
800 |
-
width: auto;
|
801 |
-
margin: 0;
|
802 |
-
}
|
803 |
-
.modal.fade {
|
804 |
-
top: -100px;
|
805 |
-
}
|
806 |
-
.modal.fade.in {
|
807 |
-
top: 20px;
|
808 |
-
}
|
809 |
-
}
|
810 |
-
|
811 |
-
@media (max-width: 480px) {
|
812 |
-
.nav-collapse {
|
813 |
-
-webkit-transform: translate3d(0, 0, 0);
|
814 |
-
}
|
815 |
-
.page-header h1 small {
|
816 |
-
display: block;
|
817 |
-
line-height: 20px;
|
818 |
-
}
|
819 |
-
input[type="checkbox"],
|
820 |
-
input[type="radio"] {
|
821 |
-
border: 1px solid #ccc;
|
822 |
-
}
|
823 |
-
.form-horizontal .control-label {
|
824 |
-
float: none;
|
825 |
-
width: auto;
|
826 |
-
padding-top: 0;
|
827 |
-
text-align: left;
|
828 |
-
}
|
829 |
-
.form-horizontal .controls {
|
830 |
-
margin-left: 0;
|
831 |
-
}
|
832 |
-
.form-horizontal .control-list {
|
833 |
-
padding-top: 0;
|
834 |
-
}
|
835 |
-
.form-horizontal .form-actions {
|
836 |
-
padding-right: 10px;
|
837 |
-
padding-left: 10px;
|
838 |
-
}
|
839 |
-
.media .pull-left,
|
840 |
-
.media .pull-right {
|
841 |
-
display: block;
|
842 |
-
float: none;
|
843 |
-
margin-bottom: 10px;
|
844 |
-
}
|
845 |
-
.media-object {
|
846 |
-
margin-right: 0;
|
847 |
-
margin-left: 0;
|
848 |
-
}
|
849 |
-
.modal {
|
850 |
-
top: 10px;
|
851 |
-
right: 10px;
|
852 |
-
left: 10px;
|
853 |
-
}
|
854 |
-
.modal-header .close {
|
855 |
-
padding: 10px;
|
856 |
-
margin: -10px;
|
857 |
-
}
|
858 |
-
.carousel-caption {
|
859 |
-
position: static;
|
860 |
-
}
|
861 |
-
}
|
862 |
-
|
863 |
-
@media (max-width: 979px) {
|
864 |
-
body {
|
865 |
-
padding-top: 0;
|
866 |
-
}
|
867 |
-
.navbar-fixed-top,
|
868 |
-
.navbar-fixed-bottom {
|
869 |
-
position: static;
|
870 |
-
}
|
871 |
-
.navbar-fixed-top {
|
872 |
-
margin-bottom: 20px;
|
873 |
-
}
|
874 |
-
.navbar-fixed-bottom {
|
875 |
-
margin-top: 20px;
|
876 |
-
}
|
877 |
-
.navbar-fixed-top .navbar-inner,
|
878 |
-
.navbar-fixed-bottom .navbar-inner {
|
879 |
-
padding: 5px;
|
880 |
-
}
|
881 |
-
.navbar .container {
|
882 |
-
width: auto;
|
883 |
-
padding: 0;
|
884 |
-
}
|
885 |
-
.navbar .brand {
|
886 |
-
padding-right: 10px;
|
887 |
-
padding-left: 10px;
|
888 |
-
margin: 0 0 0 -5px;
|
889 |
-
}
|
890 |
-
.nav-collapse {
|
891 |
-
clear: both;
|
892 |
-
}
|
893 |
-
.nav-collapse .nav {
|
894 |
-
float: none;
|
895 |
-
margin: 0 0 10px;
|
896 |
-
}
|
897 |
-
.nav-collapse .nav > li {
|
898 |
-
float: none;
|
899 |
-
}
|
900 |
-
.nav-collapse .nav > li > a {
|
901 |
-
margin-bottom: 2px;
|
902 |
-
}
|
903 |
-
.nav-collapse .nav > .divider-vertical {
|
904 |
-
display: none;
|
905 |
-
}
|
906 |
-
.nav-collapse .nav .nav-header {
|
907 |
-
color: #777777;
|
908 |
-
text-shadow: none;
|
909 |
-
}
|
910 |
-
.nav-collapse .nav > li > a,
|
911 |
-
.nav-collapse .dropdown-menu a {
|
912 |
-
padding: 9px 15px;
|
913 |
-
font-weight: bold;
|
914 |
-
color: #777777;
|
915 |
-
/* -webkit-border-radius: 3px;
|
916 |
-
-moz-border-radius: 3px;
|
917 |
-
border-radius: 3px; Shahid */
|
918 |
-
}
|
919 |
-
.nav-collapse .btn {
|
920 |
-
padding: 4px 10px 4px;
|
921 |
-
font-weight: normal;
|
922 |
-
-webkit-border-radius: 4px;
|
923 |
-
-moz-border-radius: 4px;
|
924 |
-
border-radius: 4px;
|
925 |
-
}
|
926 |
-
.nav-collapse .dropdown-menu li + li a {
|
927 |
-
margin-bottom: 2px;
|
928 |
-
}
|
929 |
-
.nav-collapse .nav > li > a:hover,
|
930 |
-
.nav-collapse .nav > li > a:focus,
|
931 |
-
.nav-collapse .dropdown-menu a:hover,
|
932 |
-
.nav-collapse .dropdown-menu a:focus {
|
933 |
-
background-color: #f2f2f2;
|
934 |
-
}
|
935 |
-
.navbar-inverse .nav-collapse .nav > li > a,
|
936 |
-
.navbar-inverse .nav-collapse .dropdown-menu a {
|
937 |
-
color: #999999;
|
938 |
-
}
|
939 |
-
.navbar-inverse .nav-collapse .nav > li > a:hover,
|
940 |
-
.navbar-inverse .nav-collapse .nav > li > a:focus,
|
941 |
-
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
|
942 |
-
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
|
943 |
-
background-color: #111111;
|
944 |
-
}
|
945 |
-
.nav-collapse.in .btn-group {
|
946 |
-
padding: 0;
|
947 |
-
margin-top: 5px;
|
948 |
-
}
|
949 |
-
.nav-collapse .dropdown-menu {
|
950 |
-
position: static;
|
951 |
-
top: auto;
|
952 |
-
left: auto;
|
953 |
-
display: none;
|
954 |
-
float: none;
|
955 |
-
max-width: none;
|
956 |
-
padding: 0;
|
957 |
-
margin: 0 15px;
|
958 |
-
background-color: transparent;
|
959 |
-
border: none;
|
960 |
-
-webkit-border-radius: 0;
|
961 |
-
-moz-border-radius: 0;
|
962 |
-
border-radius: 0;
|
963 |
-
-webkit-box-shadow: none;
|
964 |
-
-moz-box-shadow: none;
|
965 |
-
box-shadow: none;
|
966 |
-
}
|
967 |
-
.nav-collapse .open > .dropdown-menu {
|
968 |
-
display: block;
|
969 |
-
}
|
970 |
-
.nav-collapse .dropdown-menu:before,
|
971 |
-
.nav-collapse .dropdown-menu:after {
|
972 |
-
display: none;
|
973 |
-
}
|
974 |
-
.nav-collapse .dropdown-menu .divider {
|
975 |
-
display: none;
|
976 |
-
}
|
977 |
-
.nav-collapse .nav > li > .dropdown-menu:before,
|
978 |
-
.nav-collapse .nav > li > .dropdown-menu:after {
|
979 |
-
display: none;
|
980 |
-
}
|
981 |
-
.nav-collapse .navbar-form,
|
982 |
-
.nav-collapse .navbar-search {
|
983 |
-
float: none;
|
984 |
-
padding: 10px 15px;
|
985 |
-
margin: 10px 0;
|
986 |
-
border-top: 1px solid #f2f2f2;
|
987 |
-
border-bottom: 1px solid #f2f2f2;
|
988 |
-
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
989 |
-
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
990 |
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
991 |
-
}
|
992 |
-
.navbar-inverse .nav-collapse .navbar-form,
|
993 |
-
.navbar-inverse .nav-collapse .navbar-search {
|
994 |
-
border-top-color: #111111;
|
995 |
-
border-bottom-color: #111111;
|
996 |
-
}
|
997 |
-
.navbar .nav-collapse .nav.pull-right {
|
998 |
-
float: none;
|
999 |
-
margin-left: 0;
|
1000 |
-
}
|
1001 |
-
.nav-collapse,
|
1002 |
-
.nav-collapse.collapse {
|
1003 |
-
height: 0;
|
1004 |
-
overflow: hidden;
|
1005 |
-
}
|
1006 |
-
.navbar .btn-navbar {
|
1007 |
-
display: block;
|
1008 |
-
}
|
1009 |
-
.navbar-static .navbar-inner {
|
1010 |
-
padding-right: 10px;
|
1011 |
-
padding-left: 10px;
|
1012 |
-
}
|
1013 |
-
}
|
1014 |
-
|
1015 |
-
@media (min-width: 980px) {
|
1016 |
-
.nav-collapse.collapse {
|
1017 |
-
height: auto !important;
|
1018 |
-
overflow: visible !important;
|
1019 |
-
}
|
1020 |
-
}
|
1021 |
-
@media only screen
|
1022 |
-
and (min-device-width : 481px)
|
1023 |
-
and (max-device-width : 800px) {
|
1024 |
-
/* Styles */
|
1025 |
-
.banner_con{display:none;}
|
1026 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/bootstrap.min-product.css
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Bootstrap v4.1.0 (https://getbootstrap.com/)
|
3 |
-
* Copyright 2011-2018 The Bootstrap Authors
|
4 |
-
* Copyright 2011-2018 Twitter, Inc.
|
5 |
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
6 |
-
*/:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::after{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-appearance:none;appearance:none}.custom-range::-webkit-slider-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-appearance:none;appearance:none}.custom-range::-moz-range-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;appearance:none}.custom-range::-ms-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}}
|
7 |
-
/*# sourceMappingURL=bootstrap.min.css.map */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/bootstrap.min.css
CHANGED
@@ -1,1340 +1,7 @@
|
|
1 |
/*!
|
2 |
-
* Bootstrap
|
3 |
-
* Copyright 2011-
|
|
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
5 |
-
*/
|
6 |
-
|
7 |
-
|
8 |
-
small {
|
9 |
-
font-size: 80%;
|
10 |
-
}
|
11 |
-
sub,
|
12 |
-
sup {
|
13 |
-
position: relative;
|
14 |
-
font-size: 75%;
|
15 |
-
line-height: 0;
|
16 |
-
vertical-align: baseline;
|
17 |
-
}
|
18 |
-
sup {
|
19 |
-
top: -.5em;
|
20 |
-
}
|
21 |
-
sub {
|
22 |
-
bottom: -.25em;
|
23 |
-
}
|
24 |
-
img {
|
25 |
-
border: 0;
|
26 |
-
}
|
27 |
-
svg:not(:root) {
|
28 |
-
overflow: hidden;
|
29 |
-
}
|
30 |
-
figure {
|
31 |
-
margin: 1em 40px;
|
32 |
-
}
|
33 |
-
hr {
|
34 |
-
height: 0;
|
35 |
-
-moz-box-sizing: content-box;
|
36 |
-
box-sizing: content-box;
|
37 |
-
}
|
38 |
-
pre {
|
39 |
-
overflow: auto;
|
40 |
-
}
|
41 |
-
code,
|
42 |
-
kbd,
|
43 |
-
pre,
|
44 |
-
samp {
|
45 |
-
font-family: monospace, monospace;
|
46 |
-
font-size: 1em;
|
47 |
-
}
|
48 |
-
button,
|
49 |
-
input,
|
50 |
-
optgroup,
|
51 |
-
select,
|
52 |
-
textarea {
|
53 |
-
margin: 0;
|
54 |
-
font: inherit;
|
55 |
-
color: inherit;
|
56 |
-
}
|
57 |
-
button {
|
58 |
-
overflow: visible;
|
59 |
-
}
|
60 |
-
button,
|
61 |
-
select {
|
62 |
-
text-transform: none;
|
63 |
-
}
|
64 |
-
button,
|
65 |
-
html input[type="button"],
|
66 |
-
input[type="reset"],
|
67 |
-
input[type="submit"] {
|
68 |
-
-webkit-appearance: button;
|
69 |
-
cursor: pointer;
|
70 |
-
}
|
71 |
-
button[disabled],
|
72 |
-
html input[disabled] {
|
73 |
-
cursor: default;
|
74 |
-
}
|
75 |
-
button::-moz-focus-inner,
|
76 |
-
input::-moz-focus-inner {
|
77 |
-
padding: 0;
|
78 |
-
border: 0;
|
79 |
-
}
|
80 |
-
input {
|
81 |
-
line-height: normal;
|
82 |
-
}
|
83 |
-
input[type="checkbox"],
|
84 |
-
input[type="radio"] {
|
85 |
-
box-sizing: border-box;
|
86 |
-
padding: 0;
|
87 |
-
}
|
88 |
-
input[type="number"]::-webkit-inner-spin-button,
|
89 |
-
input[type="number"]::-webkit-outer-spin-button {
|
90 |
-
height: auto;
|
91 |
-
}
|
92 |
-
input[type="search"] {
|
93 |
-
-webkit-box-sizing: content-box;
|
94 |
-
-moz-box-sizing: content-box;
|
95 |
-
box-sizing: content-box;
|
96 |
-
-webkit-appearance: textfield;
|
97 |
-
}
|
98 |
-
input[type="search"]::-webkit-search-cancel-button,
|
99 |
-
input[type="search"]::-webkit-search-decoration {
|
100 |
-
-webkit-appearance: none;
|
101 |
-
}
|
102 |
-
fieldset {
|
103 |
-
padding: .35em .625em .75em;
|
104 |
-
margin: 0 2px;
|
105 |
-
border: 1px solid #c0c0c0;
|
106 |
-
}
|
107 |
-
legend {
|
108 |
-
padding: 0;
|
109 |
-
border: 0;
|
110 |
-
}
|
111 |
-
textarea {
|
112 |
-
overflow: auto;
|
113 |
-
}
|
114 |
-
optgroup {
|
115 |
-
font-weight: bold;
|
116 |
-
}
|
117 |
-
table {
|
118 |
-
border-spacing: 0;
|
119 |
-
border-collapse: collapse;
|
120 |
-
}
|
121 |
-
td,
|
122 |
-
th {
|
123 |
-
padding: 0;
|
124 |
-
}
|
125 |
-
@media print {
|
126 |
-
* {
|
127 |
-
color: #000 !important;
|
128 |
-
text-shadow: none !important;
|
129 |
-
background: transparent !important;
|
130 |
-
box-shadow: none !important;
|
131 |
-
}
|
132 |
-
a,
|
133 |
-
a:visited {
|
134 |
-
text-decoration: underline;
|
135 |
-
}
|
136 |
-
a[href]:after {
|
137 |
-
content: " (" attr(href) ")";
|
138 |
-
}
|
139 |
-
abbr[title]:after {
|
140 |
-
content: " (" attr(title) ")";
|
141 |
-
}
|
142 |
-
a[href^="javascript:"]:after,
|
143 |
-
a[href^="#"]:after {
|
144 |
-
content: "";
|
145 |
-
}
|
146 |
-
pre,
|
147 |
-
blockquote {
|
148 |
-
border: 1px solid #999;
|
149 |
-
|
150 |
-
page-break-inside: avoid;
|
151 |
-
}
|
152 |
-
thead {
|
153 |
-
display: table-header-group;
|
154 |
-
}
|
155 |
-
tr,
|
156 |
-
img {
|
157 |
-
page-break-inside: avoid;
|
158 |
-
}
|
159 |
-
img {
|
160 |
-
max-width: 100% !important;
|
161 |
-
}
|
162 |
-
p,
|
163 |
-
h2,
|
164 |
-
h3 {
|
165 |
-
orphans: 3;
|
166 |
-
widows: 3;
|
167 |
-
}
|
168 |
-
h2,
|
169 |
-
h3 {
|
170 |
-
page-break-after: avoid;
|
171 |
-
}
|
172 |
-
select {
|
173 |
-
background: #fff !important;
|
174 |
-
}
|
175 |
-
.navbar {
|
176 |
-
display: none;
|
177 |
-
}
|
178 |
-
.table td,
|
179 |
-
.table th {
|
180 |
-
background-color: #fff !important;
|
181 |
-
}
|
182 |
-
.btn > .caret,
|
183 |
-
.dropup > .btn > .caret {
|
184 |
-
border-top-color: #000 !important;
|
185 |
-
}
|
186 |
-
.label {
|
187 |
-
border: 1px solid #000;
|
188 |
-
}
|
189 |
-
.table {
|
190 |
-
border-collapse: collapse !important;
|
191 |
-
}
|
192 |
-
.table-bordered th,
|
193 |
-
.table-bordered td {
|
194 |
-
border: 1px solid #ddd !important;
|
195 |
-
}
|
196 |
-
}
|
197 |
-
* {
|
198 |
-
-webkit-box-sizing: border-box;
|
199 |
-
-moz-box-sizing: border-box;
|
200 |
-
box-sizing: border-box;
|
201 |
-
}
|
202 |
-
*:before,
|
203 |
-
*:after {
|
204 |
-
-webkit-box-sizing: border-box;
|
205 |
-
-moz-box-sizing: border-box;
|
206 |
-
box-sizing: border-box;
|
207 |
-
}
|
208 |
-
html {
|
209 |
-
font-size: 62.5%;
|
210 |
-
|
211 |
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
212 |
-
}
|
213 |
-
body {
|
214 |
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
215 |
-
font-size: 14px;
|
216 |
-
line-height: 1.42857143;
|
217 |
-
color: #333;
|
218 |
-
background-color: transparent;
|
219 |
-
}
|
220 |
-
input,
|
221 |
-
button,
|
222 |
-
select,
|
223 |
-
textarea {
|
224 |
-
font-family: inherit;
|
225 |
-
font-size: inherit;
|
226 |
-
line-height: inherit;
|
227 |
-
}
|
228 |
-
a {
|
229 |
-
color: #428bca;
|
230 |
-
text-decoration: none;
|
231 |
-
}
|
232 |
-
a:hover,
|
233 |
-
a:focus {
|
234 |
-
color: #2a6496;
|
235 |
-
text-decoration: underline;
|
236 |
-
}
|
237 |
-
a:focus {
|
238 |
-
outline: thin dotted;
|
239 |
-
outline: 5px auto -webkit-focus-ring-color;
|
240 |
-
outline-offset: -2px;
|
241 |
-
}
|
242 |
-
figure {
|
243 |
-
margin: 0;
|
244 |
-
}
|
245 |
-
img {
|
246 |
-
vertical-align: middle;
|
247 |
-
}
|
248 |
-
.img-responsive,
|
249 |
-
.thumbnail > img,
|
250 |
-
.thumbnail a > img,
|
251 |
-
.carousel-inner > .item > img,
|
252 |
-
.carousel-inner > .item > a > img {
|
253 |
-
display: block;
|
254 |
-
max-width: 100%;
|
255 |
-
height: auto;
|
256 |
-
}
|
257 |
-
.img-rounded {
|
258 |
-
border-radius: 6px;
|
259 |
-
}
|
260 |
-
.img-thumbnail {
|
261 |
-
display: inline-block;
|
262 |
-
max-width: 100%;
|
263 |
-
height: auto;
|
264 |
-
padding: 4px;
|
265 |
-
line-height: 1.42857143;
|
266 |
-
background-color: #fff;
|
267 |
-
border: 1px solid #ddd;
|
268 |
-
border-radius: 4px;
|
269 |
-
-webkit-transition: all .2s ease-in-out;
|
270 |
-
transition: all .2s ease-in-out;
|
271 |
-
}
|
272 |
-
.img-circle {
|
273 |
-
border-radius: 50%;
|
274 |
-
}
|
275 |
-
hr {
|
276 |
-
margin-top: 20px;
|
277 |
-
margin-bottom: 20px;
|
278 |
-
border: 0;
|
279 |
-
border-top: 1px solid #eee;
|
280 |
-
}
|
281 |
-
.sr-only {
|
282 |
-
position: absolute;
|
283 |
-
width: 1px;
|
284 |
-
height: 1px;
|
285 |
-
padding: 0;
|
286 |
-
margin: -1px;
|
287 |
-
overflow: hidden;
|
288 |
-
clip: rect(0, 0, 0, 0);
|
289 |
-
border: 0;
|
290 |
-
}
|
291 |
-
h1,
|
292 |
-
h2,
|
293 |
-
h3,
|
294 |
-
h4,
|
295 |
-
h5,
|
296 |
-
h6,
|
297 |
-
.h1,
|
298 |
-
.h2,
|
299 |
-
.h3,
|
300 |
-
.h4,
|
301 |
-
.h5,
|
302 |
-
.h6 {
|
303 |
-
font-family: inherit;
|
304 |
-
font-weight: 500;
|
305 |
-
line-height: 1.1;
|
306 |
-
color: inherit;
|
307 |
-
}
|
308 |
-
h1 small,
|
309 |
-
h2 small,
|
310 |
-
h3 small,
|
311 |
-
h4 small,
|
312 |
-
h5 small,
|
313 |
-
h6 small,
|
314 |
-
.h1 small,
|
315 |
-
.h2 small,
|
316 |
-
.h3 small,
|
317 |
-
.h4 small,
|
318 |
-
.h5 small,
|
319 |
-
.h6 small,
|
320 |
-
h1 .small,
|
321 |
-
h2 .small,
|
322 |
-
h3 .small,
|
323 |
-
h4 .small,
|
324 |
-
h5 .small,
|
325 |
-
h6 .small,
|
326 |
-
.h1 .small,
|
327 |
-
.h2 .small,
|
328 |
-
.h3 .small,
|
329 |
-
.h4 .small,
|
330 |
-
.h5 .small,
|
331 |
-
.h6 .small {
|
332 |
-
font-weight: normal;
|
333 |
-
line-height: 1;
|
334 |
-
color: #999;
|
335 |
-
}
|
336 |
-
h1,
|
337 |
-
.h1,
|
338 |
-
h2,
|
339 |
-
.h2,
|
340 |
-
h3,
|
341 |
-
.h3 {
|
342 |
-
margin-top: 20px;
|
343 |
-
margin-bottom: 10px;
|
344 |
-
}
|
345 |
-
h1 small,
|
346 |
-
.h1 small,
|
347 |
-
h2 small,
|
348 |
-
.h2 small,
|
349 |
-
h3 small,
|
350 |
-
.h3 small,
|
351 |
-
h1 .small,
|
352 |
-
.h1 .small,
|
353 |
-
h2 .small,
|
354 |
-
.h2 .small,
|
355 |
-
h3 .small,
|
356 |
-
.h3 .small {
|
357 |
-
font-size: 65%;
|
358 |
-
}
|
359 |
-
h4,
|
360 |
-
.h4,
|
361 |
-
h5,
|
362 |
-
.h5,
|
363 |
-
h6,
|
364 |
-
.h6 {
|
365 |
-
margin-top: 10px;
|
366 |
-
margin-bottom: 10px;
|
367 |
-
}
|
368 |
-
h4 small,
|
369 |
-
.h4 small,
|
370 |
-
h5 small,
|
371 |
-
.h5 small,
|
372 |
-
h6 small,
|
373 |
-
.h6 small,
|
374 |
-
h4 .small,
|
375 |
-
.h4 .small,
|
376 |
-
h5 .small,
|
377 |
-
.h5 .small,
|
378 |
-
h6 .small,
|
379 |
-
.h6 .small {
|
380 |
-
font-size: 75%;
|
381 |
-
}
|
382 |
-
h1,
|
383 |
-
.h1 {
|
384 |
-
font-size: 36px;
|
385 |
-
}
|
386 |
-
h2,
|
387 |
-
.h2 {
|
388 |
-
font-size: 30px;
|
389 |
-
}
|
390 |
-
h3,
|
391 |
-
.h3 {
|
392 |
-
font-size: 24px;
|
393 |
-
}
|
394 |
-
h4,
|
395 |
-
.h4 {
|
396 |
-
font-size: 18px;
|
397 |
-
}
|
398 |
-
h5,
|
399 |
-
.h5 {
|
400 |
-
font-size: 14px;
|
401 |
-
}
|
402 |
-
h6,
|
403 |
-
.h6 {
|
404 |
-
font-size: 12px;
|
405 |
-
}
|
406 |
-
p {
|
407 |
-
margin: 0 0 10px;
|
408 |
-
}
|
409 |
-
.lead {
|
410 |
-
margin-bottom: 20px;
|
411 |
-
font-size: 16px;
|
412 |
-
font-weight: 200;
|
413 |
-
line-height: 1.4;
|
414 |
-
}
|
415 |
-
@media (min-width: 768px) {
|
416 |
-
.lead {
|
417 |
-
font-size: 21px;
|
418 |
-
}
|
419 |
-
}
|
420 |
-
small,
|
421 |
-
.small {
|
422 |
-
font-size: 85%;
|
423 |
-
}
|
424 |
-
cite {
|
425 |
-
font-style: normal;
|
426 |
-
}
|
427 |
-
.text-left {
|
428 |
-
text-align: left;
|
429 |
-
}
|
430 |
-
.text-right {
|
431 |
-
text-align: right;
|
432 |
-
}
|
433 |
-
.text-center {
|
434 |
-
text-align: center;
|
435 |
-
}
|
436 |
-
.text-justify {
|
437 |
-
text-align: justify;
|
438 |
-
}
|
439 |
-
.text-muted {
|
440 |
-
color: #999;
|
441 |
-
}
|
442 |
-
.text-primary {
|
443 |
-
color: #428bca;
|
444 |
-
}
|
445 |
-
a.text-primary:hover {
|
446 |
-
color: #3071a9;
|
447 |
-
}
|
448 |
-
.text-success {
|
449 |
-
color: #3c763d;
|
450 |
-
}
|
451 |
-
a.text-success:hover {
|
452 |
-
color: #2b542c;
|
453 |
-
}
|
454 |
-
.text-info {
|
455 |
-
color: #31708f;
|
456 |
-
}
|
457 |
-
a.text-info:hover {
|
458 |
-
color: #245269;
|
459 |
-
}
|
460 |
-
.text-warning {
|
461 |
-
color: #8a6d3b;
|
462 |
-
}
|
463 |
-
a.text-warning:hover {
|
464 |
-
color: #66512c;
|
465 |
-
}
|
466 |
-
.text-danger {
|
467 |
-
color: #a94442;
|
468 |
-
}
|
469 |
-
a.text-danger:hover {
|
470 |
-
color: #843534;
|
471 |
-
}
|
472 |
-
.bg-primary {
|
473 |
-
color: #fff;
|
474 |
-
background-color: #428bca;
|
475 |
-
}
|
476 |
-
a.bg-primary:hover {
|
477 |
-
background-color: #3071a9;
|
478 |
-
}
|
479 |
-
.bg-success {
|
480 |
-
background-color: #dff0d8;
|
481 |
-
}
|
482 |
-
a.bg-success:hover {
|
483 |
-
background-color: #c1e2b3;
|
484 |
-
}
|
485 |
-
.bg-info {
|
486 |
-
background-color: #d9edf7;
|
487 |
-
}
|
488 |
-
a.bg-info:hover {
|
489 |
-
background-color: #afd9ee;
|
490 |
-
}
|
491 |
-
.bg-warning {
|
492 |
-
background-color: #fcf8e3;
|
493 |
-
}
|
494 |
-
a.bg-warning:hover {
|
495 |
-
background-color: #f7ecb5;
|
496 |
-
}
|
497 |
-
.bg-danger {
|
498 |
-
background-color: #f2dede;
|
499 |
-
}
|
500 |
-
a.bg-danger:hover {
|
501 |
-
background-color: #e4b9b9;
|
502 |
-
}
|
503 |
-
.page-header {
|
504 |
-
padding-bottom: 9px;
|
505 |
-
margin: 40px 0 20px;
|
506 |
-
border-bottom: 1px solid #eee;
|
507 |
-
}
|
508 |
-
ul,
|
509 |
-
ol {
|
510 |
-
margin-top: 0;
|
511 |
-
margin-bottom: 10px;
|
512 |
-
}
|
513 |
-
ul ul,
|
514 |
-
ol ul,
|
515 |
-
ul ol,
|
516 |
-
ol ol {
|
517 |
-
margin-bottom: 0;
|
518 |
-
}
|
519 |
-
.list-unstyled {
|
520 |
-
padding-left: 0;
|
521 |
-
list-style: none;
|
522 |
-
}
|
523 |
-
.list-inline {
|
524 |
-
padding-left: 0;
|
525 |
-
margin-left: -5px;
|
526 |
-
list-style: none;
|
527 |
-
}
|
528 |
-
.list-inline > li {
|
529 |
-
display: inline-block;
|
530 |
-
padding-right: 5px;
|
531 |
-
padding-left: 5px;
|
532 |
-
}
|
533 |
-
dl {
|
534 |
-
margin-top: 0;
|
535 |
-
margin-bottom: 20px;
|
536 |
-
}
|
537 |
-
dt,
|
538 |
-
dd {
|
539 |
-
line-height: 1.42857143;
|
540 |
-
}
|
541 |
-
dt {
|
542 |
-
font-weight: bold;
|
543 |
-
}
|
544 |
-
dd {
|
545 |
-
margin-left: 0;
|
546 |
-
}
|
547 |
-
@media (min-width: 768px) {
|
548 |
-
.dl-horizontal dt {
|
549 |
-
float: left;
|
550 |
-
width: 160px;
|
551 |
-
overflow: hidden;
|
552 |
-
clear: left;
|
553 |
-
text-align: right;
|
554 |
-
text-overflow: ellipsis;
|
555 |
-
white-space: nowrap;
|
556 |
-
}
|
557 |
-
.dl-horizontal dd {
|
558 |
-
margin-left: 180px;
|
559 |
-
}
|
560 |
-
}
|
561 |
-
abbr[title],
|
562 |
-
abbr[data-original-title] {
|
563 |
-
cursor: help;
|
564 |
-
border-bottom: 1px dotted #999;
|
565 |
-
}
|
566 |
-
.initialism {
|
567 |
-
font-size: 90%;
|
568 |
-
text-transform: uppercase;
|
569 |
-
}
|
570 |
-
blockquote {
|
571 |
-
padding: 10px 20px;
|
572 |
-
margin: 0 0 20px;
|
573 |
-
font-size: 17.5px;
|
574 |
-
border-left: 5px solid #eee;
|
575 |
-
}
|
576 |
-
blockquote p:last-child,
|
577 |
-
blockquote ul:last-child,
|
578 |
-
blockquote ol:last-child {
|
579 |
-
margin-bottom: 0;
|
580 |
-
}
|
581 |
-
blockquote footer,
|
582 |
-
blockquote small,
|
583 |
-
blockquote .small {
|
584 |
-
display: block;
|
585 |
-
font-size: 80%;
|
586 |
-
line-height: 1.42857143;
|
587 |
-
color: #999;
|
588 |
-
}
|
589 |
-
blockquote footer:before,
|
590 |
-
blockquote small:before,
|
591 |
-
blockquote .small:before {
|
592 |
-
content: '\2014 \00A0';
|
593 |
-
}
|
594 |
-
.blockquote-reverse,
|
595 |
-
blockquote.pull-right {
|
596 |
-
padding-right: 15px;
|
597 |
-
padding-left: 0;
|
598 |
-
text-align: right;
|
599 |
-
border-right: 5px solid #eee;
|
600 |
-
border-left: 0;
|
601 |
-
}
|
602 |
-
.blockquote-reverse footer:before,
|
603 |
-
blockquote.pull-right footer:before,
|
604 |
-
.blockquote-reverse small:before,
|
605 |
-
blockquote.pull-right small:before,
|
606 |
-
.blockquote-reverse .small:before,
|
607 |
-
blockquote.pull-right .small:before {
|
608 |
-
content: '';
|
609 |
-
}
|
610 |
-
.blockquote-reverse footer:after,
|
611 |
-
blockquote.pull-right footer:after,
|
612 |
-
.blockquote-reverse small:after,
|
613 |
-
blockquote.pull-right small:after,
|
614 |
-
.blockquote-reverse .small:after,
|
615 |
-
blockquote.pull-right .small:after {
|
616 |
-
content: '\00A0 \2014';
|
617 |
-
}
|
618 |
-
blockquote:before,
|
619 |
-
blockquote:after {
|
620 |
-
content: "";
|
621 |
-
}
|
622 |
-
address {
|
623 |
-
margin-bottom: 20px;
|
624 |
-
font-style: normal;
|
625 |
-
line-height: 1.42857143;
|
626 |
-
}
|
627 |
-
code,
|
628 |
-
kbd,
|
629 |
-
pre,
|
630 |
-
samp {
|
631 |
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
632 |
-
}
|
633 |
-
code {
|
634 |
-
padding: 2px 4px;
|
635 |
-
font-size: 90%;
|
636 |
-
color: #c7254e;
|
637 |
-
white-space: nowrap;
|
638 |
-
background-color: #f9f2f4;
|
639 |
-
border-radius: 4px;
|
640 |
-
}
|
641 |
-
kbd {
|
642 |
-
padding: 2px 4px;
|
643 |
-
font-size: 90%;
|
644 |
-
color: #fff;
|
645 |
-
background-color: #333;
|
646 |
-
border-radius: 3px;
|
647 |
-
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
|
648 |
-
}
|
649 |
-
pre {
|
650 |
-
display: block;
|
651 |
-
padding: 9.5px;
|
652 |
-
margin: 0 0 10px;
|
653 |
-
font-size: 13px;
|
654 |
-
line-height: 1.42857143;
|
655 |
-
color: #333;
|
656 |
-
word-break: break-all;
|
657 |
-
word-wrap: break-word;
|
658 |
-
background-color: #f5f5f5;
|
659 |
-
border: 1px solid #ccc;
|
660 |
-
border-radius: 4px;
|
661 |
-
}
|
662 |
-
pre code {
|
663 |
-
padding: 0;
|
664 |
-
font-size: inherit;
|
665 |
-
color: inherit;
|
666 |
-
white-space: pre-wrap;
|
667 |
-
background-color: transparent;
|
668 |
-
border-radius: 0;
|
669 |
-
}
|
670 |
-
.pre-scrollable {
|
671 |
-
max-height: 340px;
|
672 |
-
overflow-y: scroll;
|
673 |
-
}
|
674 |
-
.container {
|
675 |
-
padding-right: 15px;
|
676 |
-
padding-left: 15px;
|
677 |
-
margin-right: auto;
|
678 |
-
margin-left: auto;
|
679 |
-
}
|
680 |
-
@media (min-width: 768px) {
|
681 |
-
.container {
|
682 |
-
width: 750px;
|
683 |
-
}
|
684 |
-
}
|
685 |
-
@media (min-width: 992px) {
|
686 |
-
.container {
|
687 |
-
width: 970px;
|
688 |
-
}
|
689 |
-
}
|
690 |
-
@media (min-width: 1200px) {
|
691 |
-
.container {
|
692 |
-
width: 1170px;
|
693 |
-
}
|
694 |
-
}
|
695 |
-
.container-fluid {
|
696 |
-
padding-right: 15px;
|
697 |
-
padding-left: 15px;
|
698 |
-
margin-right: auto;
|
699 |
-
margin-left: auto;
|
700 |
-
}
|
701 |
-
.row {
|
702 |
-
margin-right: -15px;
|
703 |
-
margin-left: -15px;
|
704 |
-
}
|
705 |
-
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
|
706 |
-
position: relative;
|
707 |
-
min-height: 1px;
|
708 |
-
padding-right: 15px;
|
709 |
-
padding-left: 15px;
|
710 |
-
}
|
711 |
-
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
|
712 |
-
float: left;
|
713 |
-
}
|
714 |
-
.col-xs-12 {
|
715 |
-
width: 100%;
|
716 |
-
}
|
717 |
-
.col-xs-11 {
|
718 |
-
width: 91.66666667%;
|
719 |
-
}
|
720 |
-
.col-xs-10 {
|
721 |
-
width: 83.33333333%;
|
722 |
-
}
|
723 |
-
.col-xs-9 {
|
724 |
-
width: 75%;
|
725 |
-
}
|
726 |
-
.col-xs-8 {
|
727 |
-
width: 66.66666667%;
|
728 |
-
}
|
729 |
-
.col-xs-7 {
|
730 |
-
width: 58.33333333%;
|
731 |
-
}
|
732 |
-
.col-xs-6 {
|
733 |
-
width: 50%;
|
734 |
-
}
|
735 |
-
.col-xs-5 {
|
736 |
-
width: 41.66666667%;
|
737 |
-
}
|
738 |
-
.col-xs-4 {
|
739 |
-
width: 33.33333333%;
|
740 |
-
}
|
741 |
-
.col-xs-3 {
|
742 |
-
width: 25%;
|
743 |
-
}
|
744 |
-
.col-xs-2 {
|
745 |
-
width: 16.66666667%;
|
746 |
-
}
|
747 |
-
.col-xs-1 {
|
748 |
-
width: 8.33333333%;
|
749 |
-
}
|
750 |
-
.col-xs-pull-12 {
|
751 |
-
right: 100%;
|
752 |
-
}
|
753 |
-
.col-xs-pull-11 {
|
754 |
-
right: 91.66666667%;
|
755 |
-
}
|
756 |
-
.col-xs-pull-10 {
|
757 |
-
right: 83.33333333%;
|
758 |
-
}
|
759 |
-
.col-xs-pull-9 {
|
760 |
-
right: 75%;
|
761 |
-
}
|
762 |
-
.col-xs-pull-8 {
|
763 |
-
right: 66.66666667%;
|
764 |
-
}
|
765 |
-
.col-xs-pull-7 {
|
766 |
-
right: 58.33333333%;
|
767 |
-
}
|
768 |
-
.col-xs-pull-6 {
|
769 |
-
right: 50%;
|
770 |
-
}
|
771 |
-
.col-xs-pull-5 {
|
772 |
-
right: 41.66666667%;
|
773 |
-
}
|
774 |
-
.col-xs-pull-4 {
|
775 |
-
right: 33.33333333%;
|
776 |
-
}
|
777 |
-
.col-xs-pull-3 {
|
778 |
-
right: 25%;
|
779 |
-
}
|
780 |
-
.col-xs-pull-2 {
|
781 |
-
right: 16.66666667%;
|
782 |
-
}
|
783 |
-
.col-xs-pull-1 {
|
784 |
-
right: 8.33333333%;
|
785 |
-
}
|
786 |
-
.col-xs-pull-0 {
|
787 |
-
right: 0;
|
788 |
-
}
|
789 |
-
.col-xs-push-12 {
|
790 |
-
left: 100%;
|
791 |
-
}
|
792 |
-
.col-xs-push-11 {
|
793 |
-
left: 91.66666667%;
|
794 |
-
}
|
795 |
-
.col-xs-push-10 {
|
796 |
-
left: 83.33333333%;
|
797 |
-
}
|
798 |
-
.col-xs-push-9 {
|
799 |
-
left: 75%;
|
800 |
-
}
|
801 |
-
.col-xs-push-8 {
|
802 |
-
left: 66.66666667%;
|
803 |
-
}
|
804 |
-
.col-xs-push-7 {
|
805 |
-
left: 58.33333333%;
|
806 |
-
}
|
807 |
-
.col-xs-push-6 {
|
808 |
-
left: 50%;
|
809 |
-
}
|
810 |
-
.col-xs-push-5 {
|
811 |
-
left: 41.66666667%;
|
812 |
-
}
|
813 |
-
.col-xs-push-4 {
|
814 |
-
left: 33.33333333%;
|
815 |
-
}
|
816 |
-
.col-xs-push-3 {
|
817 |
-
left: 25%;
|
818 |
-
}
|
819 |
-
.col-xs-push-2 {
|
820 |
-
left: 16.66666667%;
|
821 |
-
}
|
822 |
-
.col-xs-push-1 {
|
823 |
-
left: 8.33333333%;
|
824 |
-
}
|
825 |
-
.col-xs-push-0 {
|
826 |
-
left: 0;
|
827 |
-
}
|
828 |
-
.col-xs-offset-12 {
|
829 |
-
margin-left: 100%;
|
830 |
-
}
|
831 |
-
.col-xs-offset-11 {
|
832 |
-
margin-left: 91.66666667%;
|
833 |
-
}
|
834 |
-
.col-xs-offset-10 {
|
835 |
-
margin-left: 83.33333333%;
|
836 |
-
}
|
837 |
-
.col-xs-offset-9 {
|
838 |
-
margin-left: 75%;
|
839 |
-
}
|
840 |
-
.col-xs-offset-8 {
|
841 |
-
margin-left: 66.66666667%;
|
842 |
-
}
|
843 |
-
.col-xs-offset-7 {
|
844 |
-
margin-left: 58.33333333%;
|
845 |
-
}
|
846 |
-
.col-xs-offset-6 {
|
847 |
-
margin-left: 50%;
|
848 |
-
}
|
849 |
-
.col-xs-offset-5 {
|
850 |
-
margin-left: 41.66666667%;
|
851 |
-
}
|
852 |
-
.col-xs-offset-4 {
|
853 |
-
margin-left: 33.33333333%;
|
854 |
-
}
|
855 |
-
.col-xs-offset-3 {
|
856 |
-
margin-left: 25%;
|
857 |
-
}
|
858 |
-
.col-xs-offset-2 {
|
859 |
-
margin-left: 16.66666667%;
|
860 |
-
}
|
861 |
-
.col-xs-offset-1 {
|
862 |
-
margin-left: 8.33333333%;
|
863 |
-
}
|
864 |
-
.col-xs-offset-0 {
|
865 |
-
margin-left: 0;
|
866 |
-
}
|
867 |
-
@media (min-width: 768px) {
|
868 |
-
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
|
869 |
-
float: left;
|
870 |
-
}
|
871 |
-
.col-sm-12 {
|
872 |
-
width: 100%;
|
873 |
-
}
|
874 |
-
.col-sm-11 {
|
875 |
-
width: 91.66666667%;
|
876 |
-
}
|
877 |
-
.col-sm-10 {
|
878 |
-
width: 83.33333333%;
|
879 |
-
}
|
880 |
-
.col-sm-9 {
|
881 |
-
width: 75%;
|
882 |
-
}
|
883 |
-
.col-sm-8 {
|
884 |
-
width: 66.66666667%;
|
885 |
-
}
|
886 |
-
.col-sm-7 {
|
887 |
-
width: 58.33333333%;
|
888 |
-
}
|
889 |
-
.col-sm-6 {
|
890 |
-
width: 50%;
|
891 |
-
}
|
892 |
-
.col-sm-5 {
|
893 |
-
width: 41.66666667%;
|
894 |
-
}
|
895 |
-
.col-sm-4 {
|
896 |
-
width: 33.33333333%;
|
897 |
-
}
|
898 |
-
.col-sm-3 {
|
899 |
-
width: 25%;
|
900 |
-
}
|
901 |
-
.col-sm-2 {
|
902 |
-
width: 16.66666667%;
|
903 |
-
}
|
904 |
-
.col-sm-1 {
|
905 |
-
width: 8.33333333%;
|
906 |
-
}
|
907 |
-
.col-sm-pull-12 {
|
908 |
-
right: 100%;
|
909 |
-
}
|
910 |
-
.col-sm-pull-11 {
|
911 |
-
right: 91.66666667%;
|
912 |
-
}
|
913 |
-
.col-sm-pull-10 {
|
914 |
-
right: 83.33333333%;
|
915 |
-
}
|
916 |
-
.col-sm-pull-9 {
|
917 |
-
right: 75%;
|
918 |
-
}
|
919 |
-
.col-sm-pull-8 {
|
920 |
-
right: 66.66666667%;
|
921 |
-
}
|
922 |
-
.col-sm-pull-7 {
|
923 |
-
right: 58.33333333%;
|
924 |
-
}
|
925 |
-
.col-sm-pull-6 {
|
926 |
-
right: 50%;
|
927 |
-
}
|
928 |
-
.col-sm-pull-5 {
|
929 |
-
right: 41.66666667%;
|
930 |
-
}
|
931 |
-
.col-sm-pull-4 {
|
932 |
-
right: 33.33333333%;
|
933 |
-
}
|
934 |
-
.col-sm-pull-3 {
|
935 |
-
right: 25%;
|
936 |
-
}
|
937 |
-
.col-sm-pull-2 {
|
938 |
-
right: 16.66666667%;
|
939 |
-
}
|
940 |
-
.col-sm-pull-1 {
|
941 |
-
right: 8.33333333%;
|
942 |
-
}
|
943 |
-
.col-sm-pull-0 {
|
944 |
-
right: 0;
|
945 |
-
}
|
946 |
-
.col-sm-push-12 {
|
947 |
-
left: 100%;
|
948 |
-
}
|
949 |
-
.col-sm-push-11 {
|
950 |
-
left: 91.66666667%;
|
951 |
-
}
|
952 |
-
.col-sm-push-10 {
|
953 |
-
left: 83.33333333%;
|
954 |
-
}
|
955 |
-
.col-sm-push-9 {
|
956 |
-
left: 75%;
|
957 |
-
}
|
958 |
-
.col-sm-push-8 {
|
959 |
-
left: 66.66666667%;
|
960 |
-
}
|
961 |
-
.col-sm-push-7 {
|
962 |
-
left: 58.33333333%;
|
963 |
-
}
|
964 |
-
.col-sm-push-6 {
|
965 |
-
left: 50%;
|
966 |
-
}
|
967 |
-
.col-sm-push-5 {
|
968 |
-
left: 41.66666667%;
|
969 |
-
}
|
970 |
-
.col-sm-push-4 {
|
971 |
-
left: 33.33333333%;
|
972 |
-
}
|
973 |
-
.col-sm-push-3 {
|
974 |
-
left: 25%;
|
975 |
-
}
|
976 |
-
.col-sm-push-2 {
|
977 |
-
left: 16.66666667%;
|
978 |
-
}
|
979 |
-
.col-sm-push-1 {
|
980 |
-
left: 8.33333333%;
|
981 |
-
}
|
982 |
-
.col-sm-push-0 {
|
983 |
-
left: 0;
|
984 |
-
}
|
985 |
-
.col-sm-offset-12 {
|
986 |
-
margin-left: 100%;
|
987 |
-
}
|
988 |
-
.col-sm-offset-11 {
|
989 |
-
margin-left: 91.66666667%;
|
990 |
-
}
|
991 |
-
.col-sm-offset-10 {
|
992 |
-
margin-left: 83.33333333%;
|
993 |
-
}
|
994 |
-
.col-sm-offset-9 {
|
995 |
-
margin-left: 75%;
|
996 |
-
}
|
997 |
-
.col-sm-offset-8 {
|
998 |
-
margin-left: 66.66666667%;
|
999 |
-
}
|
1000 |
-
.col-sm-offset-7 {
|
1001 |
-
margin-left: 58.33333333%;
|
1002 |
-
}
|
1003 |
-
.col-sm-offset-6 {
|
1004 |
-
margin-left: 50%;
|
1005 |
-
}
|
1006 |
-
.col-sm-offset-5 {
|
1007 |
-
margin-left: 41.66666667%;
|
1008 |
-
}
|
1009 |
-
.col-sm-offset-4 {
|
1010 |
-
margin-left: 33.33333333%;
|
1011 |
-
}
|
1012 |
-
.col-sm-offset-3 {
|
1013 |
-
margin-left: 25%;
|
1014 |
-
}
|
1015 |
-
.col-sm-offset-2 {
|
1016 |
-
margin-left: 16.66666667%;
|
1017 |
-
}
|
1018 |
-
.col-sm-offset-1 {
|
1019 |
-
margin-left: 8.33333333%;
|
1020 |
-
}
|
1021 |
-
.col-sm-offset-0 {
|
1022 |
-
margin-left: 0;
|
1023 |
-
}
|
1024 |
-
}
|
1025 |
-
@media (min-width: 992px) {
|
1026 |
-
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
|
1027 |
-
float: left;
|
1028 |
-
}
|
1029 |
-
.col-md-12 {
|
1030 |
-
width: 100%;
|
1031 |
-
}
|
1032 |
-
.col-md-11 {
|
1033 |
-
width: 91.66666667%;
|
1034 |
-
}
|
1035 |
-
.col-md-10 {
|
1036 |
-
width: 83.33333333%;
|
1037 |
-
}
|
1038 |
-
.col-md-9 {
|
1039 |
-
width: 75%;
|
1040 |
-
}
|
1041 |
-
.col-md-8 {
|
1042 |
-
width: 66.66666667%;
|
1043 |
-
}
|
1044 |
-
.col-md-7 {
|
1045 |
-
width: 58.33333333%;
|
1046 |
-
}
|
1047 |
-
.col-md-6 {
|
1048 |
-
width: 50%;
|
1049 |
-
}
|
1050 |
-
.col-md-5 {
|
1051 |
-
width: 41.66666667%;
|
1052 |
-
}
|
1053 |
-
.col-md-4 {
|
1054 |
-
width: 33.33333333%;
|
1055 |
-
}
|
1056 |
-
.col-md-3 {
|
1057 |
-
width: 25%;
|
1058 |
-
}
|
1059 |
-
.col-md-2 {
|
1060 |
-
width: 16.66666667%;
|
1061 |
-
}
|
1062 |
-
.col-md-1 {
|
1063 |
-
width: 8.33333333%;
|
1064 |
-
}
|
1065 |
-
.col-md-pull-12 {
|
1066 |
-
right: 100%;
|
1067 |
-
}
|
1068 |
-
.col-md-pull-11 {
|
1069 |
-
right: 91.66666667%;
|
1070 |
-
}
|
1071 |
-
.col-md-pull-10 {
|
1072 |
-
right: 83.33333333%;
|
1073 |
-
}
|
1074 |
-
.col-md-pull-9 {
|
1075 |
-
right: 75%;
|
1076 |
-
}
|
1077 |
-
.col-md-pull-8 {
|
1078 |
-
right: 66.66666667%;
|
1079 |
-
}
|
1080 |
-
.col-md-pull-7 {
|
1081 |
-
right: 58.33333333%;
|
1082 |
-
}
|
1083 |
-
.col-md-pull-6 {
|
1084 |
-
right: 50%;
|
1085 |
-
}
|
1086 |
-
.col-md-pull-5 {
|
1087 |
-
right: 41.66666667%;
|
1088 |
-
}
|
1089 |
-
.col-md-pull-4 {
|
1090 |
-
right: 33.33333333%;
|
1091 |
-
}
|
1092 |
-
.col-md-pull-3 {
|
1093 |
-
right: 25%;
|
1094 |
-
}
|
1095 |
-
.col-md-pull-2 {
|
1096 |
-
right: 16.66666667%;
|
1097 |
-
}
|
1098 |
-
.col-md-pull-1 {
|
1099 |
-
right: 8.33333333%;
|
1100 |
-
}
|
1101 |
-
.col-md-pull-0 {
|
1102 |
-
right: 0;
|
1103 |
-
}
|
1104 |
-
.col-md-push-12 {
|
1105 |
-
left: 100%;
|
1106 |
-
}
|
1107 |
-
.col-md-push-11 {
|
1108 |
-
left: 91.66666667%;
|
1109 |
-
}
|
1110 |
-
.col-md-push-10 {
|
1111 |
-
left: 83.33333333%;
|
1112 |
-
}
|
1113 |
-
.col-md-push-9 {
|
1114 |
-
left: 75%;
|
1115 |
-
}
|
1116 |
-
.col-md-push-8 {
|
1117 |
-
left: 66.66666667%;
|
1118 |
-
}
|
1119 |
-
.col-md-push-7 {
|
1120 |
-
left: 58.33333333%;
|
1121 |
-
}
|
1122 |
-
.col-md-push-6 {
|
1123 |
-
left: 50%;
|
1124 |
-
}
|
1125 |
-
.col-md-push-5 {
|
1126 |
-
left: 41.66666667%;
|
1127 |
-
}
|
1128 |
-
.col-md-push-4 {
|
1129 |
-
left: 33.33333333%;
|
1130 |
-
}
|
1131 |
-
.col-md-push-3 {
|
1132 |
-
left: 25%;
|
1133 |
-
}
|
1134 |
-
.col-md-push-2 {
|
1135 |
-
left: 16.66666667%;
|
1136 |
-
}
|
1137 |
-
.col-md-push-1 {
|
1138 |
-
left: 8.33333333%;
|
1139 |
-
}
|
1140 |
-
.col-md-push-0 {
|
1141 |
-
left: 0;
|
1142 |
-
}
|
1143 |
-
.col-md-offset-12 {
|
1144 |
-
margin-left: 100%;
|
1145 |
-
}
|
1146 |
-
.col-md-offset-11 {
|
1147 |
-
margin-left: 91.66666667%;
|
1148 |
-
}
|
1149 |
-
.col-md-offset-10 {
|
1150 |
-
margin-left: 83.33333333%;
|
1151 |
-
}
|
1152 |
-
.col-md-offset-9 {
|
1153 |
-
margin-left: 75%;
|
1154 |
-
}
|
1155 |
-
.col-md-offset-8 {
|
1156 |
-
margin-left: 66.66666667%;
|
1157 |
-
}
|
1158 |
-
.col-md-offset-7 {
|
1159 |
-
margin-left: 58.33333333%;
|
1160 |
-
}
|
1161 |
-
.col-md-offset-6 {
|
1162 |
-
margin-left: 50%;
|
1163 |
-
}
|
1164 |
-
.col-md-offset-5 {
|
1165 |
-
margin-left: 41.66666667%;
|
1166 |
-
}
|
1167 |
-
.col-md-offset-4 {
|
1168 |
-
margin-left: 33.33333333%;
|
1169 |
-
}
|
1170 |
-
.col-md-offset-3 {
|
1171 |
-
margin-left: 25%;
|
1172 |
-
}
|
1173 |
-
.col-md-offset-2 {
|
1174 |
-
margin-left: 16.66666667%;
|
1175 |
-
}
|
1176 |
-
.col-md-offset-1 {
|
1177 |
-
margin-left: 8.33333333%;
|
1178 |
-
}
|
1179 |
-
.col-md-offset-0 {
|
1180 |
-
margin-left: 0;
|
1181 |
-
}
|
1182 |
-
}
|
1183 |
-
@media (min-width: 1200px) {
|
1184 |
-
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
|
1185 |
-
float: left;
|
1186 |
-
}
|
1187 |
-
.col-lg-12 {
|
1188 |
-
width: 100%;
|
1189 |
-
}
|
1190 |
-
.col-lg-11 {
|
1191 |
-
width: 91.66666667%;
|
1192 |
-
}
|
1193 |
-
.col-lg-10 {
|
1194 |
-
width: 83.33333333%;
|
1195 |
-
}
|
1196 |
-
.col-lg-9 {
|
1197 |
-
width: 75%;
|
1198 |
-
}
|
1199 |
-
.col-lg-8 {
|
1200 |
-
width: 66.66666667%;
|
1201 |
-
}
|
1202 |
-
.col-lg-7 {
|
1203 |
-
width: 58.33333333%;
|
1204 |
-
}
|
1205 |
-
.col-lg-6 {
|
1206 |
-
width: 50%;
|
1207 |
-
}
|
1208 |
-
.col-lg-5 {
|
1209 |
-
width: 41.66666667%;
|
1210 |
-
}
|
1211 |
-
.col-lg-4 {
|
1212 |
-
width: 33.33333333%;
|
1213 |
-
}
|
1214 |
-
.col-lg-3 {
|
1215 |
-
width: 25%;
|
1216 |
-
}
|
1217 |
-
.col-lg-2 {
|
1218 |
-
width: 16.66666667%;
|
1219 |
-
}
|
1220 |
-
.col-lg-1 {
|
1221 |
-
width: 8.33333333%;
|
1222 |
-
}
|
1223 |
-
.col-lg-pull-12 {
|
1224 |
-
right: 100%;
|
1225 |
-
}
|
1226 |
-
.col-lg-pull-11 {
|
1227 |
-
right: 91.66666667%;
|
1228 |
-
}
|
1229 |
-
.col-lg-pull-10 {
|
1230 |
-
right: 83.33333333%;
|
1231 |
-
}
|
1232 |
-
.col-lg-pull-9 {
|
1233 |
-
right: 75%;
|
1234 |
-
}
|
1235 |
-
.col-lg-pull-8 {
|
1236 |
-
right: 66.66666667%;
|
1237 |
-
}
|
1238 |
-
.col-lg-pull-7 {
|
1239 |
-
right: 58.33333333%;
|
1240 |
-
}
|
1241 |
-
.col-lg-pull-6 {
|
1242 |
-
right: 50%;
|
1243 |
-
}
|
1244 |
-
.col-lg-pull-5 {
|
1245 |
-
right: 41.66666667%;
|
1246 |
-
}
|
1247 |
-
.col-lg-pull-4 {
|
1248 |
-
right: 33.33333333%;
|
1249 |
-
}
|
1250 |
-
.col-lg-pull-3 {
|
1251 |
-
right: 25%;
|
1252 |
-
}
|
1253 |
-
.col-lg-pull-2 {
|
1254 |
-
right: 16.66666667%;
|
1255 |
-
}
|
1256 |
-
.col-lg-pull-1 {
|
1257 |
-
right: 8.33333333%;
|
1258 |
-
}
|
1259 |
-
.col-lg-pull-0 {
|
1260 |
-
right: 0;
|
1261 |
-
}
|
1262 |
-
.col-lg-push-12 {
|
1263 |
-
left: 100%;
|
1264 |
-
}
|
1265 |
-
.col-lg-push-11 {
|
1266 |
-
left: 91.66666667%;
|
1267 |
-
}
|
1268 |
-
.col-lg-push-10 {
|
1269 |
-
left: 83.33333333%;
|
1270 |
-
}
|
1271 |
-
.col-lg-push-9 {
|
1272 |
-
left: 75%;
|
1273 |
-
}
|
1274 |
-
.col-lg-push-8 {
|
1275 |
-
left: 66.66666667%;
|
1276 |
-
}
|
1277 |
-
.col-lg-push-7 {
|
1278 |
-
left: 58.33333333%;
|
1279 |
-
}
|
1280 |
-
.col-lg-push-6 {
|
1281 |
-
left: 50%;
|
1282 |
-
}
|
1283 |
-
.col-lg-push-5 {
|
1284 |
-
left: 41.66666667%;
|
1285 |
-
}
|
1286 |
-
.col-lg-push-4 {
|
1287 |
-
left: 33.33333333%;
|
1288 |
-
}
|
1289 |
-
.col-lg-push-3 {
|
1290 |
-
left: 25%;
|
1291 |
-
}
|
1292 |
-
.col-lg-push-2 {
|
1293 |
-
left: 16.66666667%;
|
1294 |
-
}
|
1295 |
-
.col-lg-push-1 {
|
1296 |
-
left: 8.33333333%;
|
1297 |
-
}
|
1298 |
-
.col-lg-push-0 {
|
1299 |
-
left: 0;
|
1300 |
-
}
|
1301 |
-
.col-lg-offset-12 {
|
1302 |
-
margin-left: 100%;
|
1303 |
-
}
|
1304 |
-
.col-lg-offset-11 {
|
1305 |
-
margin-left: 91.66666667%;
|
1306 |
-
}
|
1307 |
-
.col-lg-offset-10 {
|
1308 |
-
margin-left: 83.33333333%;
|
1309 |
-
}
|
1310 |
-
.col-lg-offset-9 {
|
1311 |
-
margin-left: 75%;
|
1312 |
-
}
|
1313 |
-
.col-lg-offset-8 {
|
1314 |
-
margin-left: 66.66666667%;
|
1315 |
-
}
|
1316 |
-
.col-lg-offset-7 {
|
1317 |
-
margin-left: 58.33333333%;
|
1318 |
-
}
|
1319 |
-
.col-lg-offset-6 {
|
1320 |
-
margin-left: 50%;
|
1321 |
-
}
|
1322 |
-
.col-lg-offset-5 {
|
1323 |
-
margin-left: 41.66666667%;
|
1324 |
-
}
|
1325 |
-
.col-lg-offset-4 {
|
1326 |
-
margin-left: 33.33333333%;
|
1327 |
-
}
|
1328 |
-
.col-lg-offset-3 {
|
1329 |
-
margin-left: 25%;
|
1330 |
-
}
|
1331 |
-
.col-lg-offset-2 {
|
1332 |
-
margin-left: 16.66666667%;
|
1333 |
-
}
|
1334 |
-
.col-lg-offset-1 {
|
1335 |
-
margin-left: 8.33333333%;
|
1336 |
-
}
|
1337 |
-
.col-lg-offset-0 {
|
1338 |
-
margin-left: 0;
|
1339 |
-
}
|
1340 |
-
}
|
1 |
/*!
|
2 |
+
* Bootstrap v4.3.1 (https://getbootstrap.com/)
|
3 |
+
* Copyright 2011-2019 The Bootstrap Authors
|
4 |
+
* Copyright 2011-2019 Twitter, Inc.
|
5 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
6 |
+
*/:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--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";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;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";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;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";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;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";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
|
7 |
+
/*# sourceMappingURL=bootstrap.min.css.map */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/css/fa-brands.css
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@font-face {
|
6 |
-
font-family: 'Font Awesome 5 Brands';
|
7 |
-
font-style: normal;
|
8 |
-
font-weight: normal;
|
9 |
-
src: url("../webfonts/fa-brands-400.eot");
|
10 |
-
src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
|
11 |
-
|
12 |
-
.fab {
|
13 |
-
font-family: 'Font Awesome 5 Brands'; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/css/fa-brands.min.css
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/css/fa-regular.css
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@font-face {
|
6 |
-
font-family: 'Font Awesome 5 Free';
|
7 |
-
font-style: normal;
|
8 |
-
font-weight: 400;
|
9 |
-
src: url("../webfonts/fa-regular-400.eot");
|
10 |
-
src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
|
11 |
-
|
12 |
-
.far {
|
13 |
-
font-family: 'Font Awesome 5 Free';
|
14 |
-
font-weight: 400; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/css/fa-regular.min.css
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:Font Awesome\ 5 Free;font-weight:400}
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/css/fa-solid.css
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@font-face {
|
6 |
-
font-family: 'Font Awesome 5 Free';
|
7 |
-
font-style: normal;
|
8 |
-
font-weight: 900;
|
9 |
-
src: url("../webfonts/fa-solid-900.eot");
|
10 |
-
src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
|
11 |
-
|
12 |
-
.fa,
|
13 |
-
.fas {
|
14 |
-
font-family: 'Font Awesome 5 Free';
|
15 |
-
font-weight: 900; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/css/fa-solid.min.css
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:Font Awesome\ 5 Free;font-weight:900}
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/css/fontawesome-all.css
DELETED
@@ -1,2726 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
.fa,
|
6 |
-
.fas,
|
7 |
-
.far,
|
8 |
-
.fal,
|
9 |
-
.fab {
|
10 |
-
-moz-osx-font-smoothing: grayscale;
|
11 |
-
-webkit-font-smoothing: antialiased;
|
12 |
-
display: inline-block;
|
13 |
-
font-style: normal;
|
14 |
-
font-variant: normal;
|
15 |
-
text-rendering: auto;
|
16 |
-
line-height: 1; }
|
17 |
-
|
18 |
-
.fa-lg {
|
19 |
-
font-size: 1.33333em;
|
20 |
-
line-height: 0.75em;
|
21 |
-
vertical-align: -.0667em; }
|
22 |
-
|
23 |
-
.fa-xs {
|
24 |
-
font-size: .75em; }
|
25 |
-
|
26 |
-
.fa-sm {
|
27 |
-
font-size: .875em; }
|
28 |
-
|
29 |
-
.fa-1x {
|
30 |
-
font-size: 1em; }
|
31 |
-
|
32 |
-
.fa-2x {
|
33 |
-
font-size: 2em; }
|
34 |
-
|
35 |
-
.fa-3x {
|
36 |
-
font-size: 3em; }
|
37 |
-
|
38 |
-
.fa-4x {
|
39 |
-
font-size: 4em; }
|
40 |
-
|
41 |
-
.fa-5x {
|
42 |
-
font-size: 5em; }
|
43 |
-
|
44 |
-
.fa-6x {
|
45 |
-
font-size: 6em; }
|
46 |
-
|
47 |
-
.fa-7x {
|
48 |
-
font-size: 7em; }
|
49 |
-
|
50 |
-
.fa-8x {
|
51 |
-
font-size: 8em; }
|
52 |
-
|
53 |
-
.fa-9x {
|
54 |
-
font-size: 9em; }
|
55 |
-
|
56 |
-
.fa-10x {
|
57 |
-
font-size: 10em; }
|
58 |
-
|
59 |
-
.fa-fw {
|
60 |
-
text-align: center;
|
61 |
-
width: 1.25em; }
|
62 |
-
|
63 |
-
.fa-ul {
|
64 |
-
list-style-type: none;
|
65 |
-
margin-left: 2.5em;
|
66 |
-
padding-left: 0; }
|
67 |
-
.fa-ul > li {
|
68 |
-
position: relative; }
|
69 |
-
|
70 |
-
.fa-li {
|
71 |
-
left: -2em;
|
72 |
-
position: absolute;
|
73 |
-
text-align: center;
|
74 |
-
width: 2em;
|
75 |
-
line-height: inherit; }
|
76 |
-
|
77 |
-
.fa-border {
|
78 |
-
border: solid 0.08em #eee;
|
79 |
-
border-radius: .1em;
|
80 |
-
padding: .2em .25em .15em; }
|
81 |
-
|
82 |
-
.fa-pull-left {
|
83 |
-
float: left; }
|
84 |
-
|
85 |
-
.fa-pull-right {
|
86 |
-
float: right; }
|
87 |
-
|
88 |
-
.fa.fa-pull-left,
|
89 |
-
.fas.fa-pull-left,
|
90 |
-
.far.fa-pull-left,
|
91 |
-
.fal.fa-pull-left,
|
92 |
-
.fab.fa-pull-left {
|
93 |
-
margin-right: .3em; }
|
94 |
-
|
95 |
-
.fa.fa-pull-right,
|
96 |
-
.fas.fa-pull-right,
|
97 |
-
.far.fa-pull-right,
|
98 |
-
.fal.fa-pull-right,
|
99 |
-
.fab.fa-pull-right {
|
100 |
-
margin-left: .3em; }
|
101 |
-
|
102 |
-
.fa-spin {
|
103 |
-
-webkit-animation: fa-spin 2s infinite linear;
|
104 |
-
animation: fa-spin 2s infinite linear; }
|
105 |
-
|
106 |
-
.fa-pulse {
|
107 |
-
-webkit-animation: fa-spin 1s infinite steps(8);
|
108 |
-
animation: fa-spin 1s infinite steps(8); }
|
109 |
-
|
110 |
-
@-webkit-keyframes fa-spin {
|
111 |
-
0% {
|
112 |
-
-webkit-transform: rotate(0deg);
|
113 |
-
transform: rotate(0deg); }
|
114 |
-
100% {
|
115 |
-
-webkit-transform: rotate(360deg);
|
116 |
-
transform: rotate(360deg); } }
|
117 |
-
|
118 |
-
@keyframes fa-spin {
|
119 |
-
0% {
|
120 |
-
-webkit-transform: rotate(0deg);
|
121 |
-
transform: rotate(0deg); }
|
122 |
-
100% {
|
123 |
-
-webkit-transform: rotate(360deg);
|
124 |
-
transform: rotate(360deg); } }
|
125 |
-
|
126 |
-
.fa-rotate-90 {
|
127 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
|
128 |
-
-webkit-transform: rotate(90deg);
|
129 |
-
transform: rotate(90deg); }
|
130 |
-
|
131 |
-
.fa-rotate-180 {
|
132 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
|
133 |
-
-webkit-transform: rotate(180deg);
|
134 |
-
transform: rotate(180deg); }
|
135 |
-
|
136 |
-
.fa-rotate-270 {
|
137 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
|
138 |
-
-webkit-transform: rotate(270deg);
|
139 |
-
transform: rotate(270deg); }
|
140 |
-
|
141 |
-
.fa-flip-horizontal {
|
142 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
|
143 |
-
-webkit-transform: scale(-1, 1);
|
144 |
-
transform: scale(-1, 1); }
|
145 |
-
|
146 |
-
.fa-flip-vertical {
|
147 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
148 |
-
-webkit-transform: scale(1, -1);
|
149 |
-
transform: scale(1, -1); }
|
150 |
-
|
151 |
-
.fa-flip-horizontal.fa-flip-vertical {
|
152 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
153 |
-
-webkit-transform: scale(-1, -1);
|
154 |
-
transform: scale(-1, -1); }
|
155 |
-
|
156 |
-
:root .fa-rotate-90,
|
157 |
-
:root .fa-rotate-180,
|
158 |
-
:root .fa-rotate-270,
|
159 |
-
:root .fa-flip-horizontal,
|
160 |
-
:root .fa-flip-vertical {
|
161 |
-
-webkit-filter: none;
|
162 |
-
filter: none; }
|
163 |
-
|
164 |
-
.fa-stack {
|
165 |
-
display: inline-block;
|
166 |
-
height: 2em;
|
167 |
-
line-height: 2em;
|
168 |
-
position: relative;
|
169 |
-
vertical-align: middle;
|
170 |
-
width: 2em; }
|
171 |
-
|
172 |
-
.fa-stack-1x,
|
173 |
-
.fa-stack-2x {
|
174 |
-
left: 0;
|
175 |
-
position: absolute;
|
176 |
-
text-align: center;
|
177 |
-
width: 100%; }
|
178 |
-
|
179 |
-
.fa-stack-1x {
|
180 |
-
line-height: inherit; }
|
181 |
-
|
182 |
-
.fa-stack-2x {
|
183 |
-
font-size: 2em; }
|
184 |
-
|
185 |
-
.fa-inverse {
|
186 |
-
color: #fff; }
|
187 |
-
|
188 |
-
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
189 |
-
readers do not read off random characters that represent icons */
|
190 |
-
.fa-500px:before {
|
191 |
-
content: "\f26e"; }
|
192 |
-
|
193 |
-
.fa-accessible-icon:before {
|
194 |
-
content: "\f368"; }
|
195 |
-
|
196 |
-
.fa-accusoft:before {
|
197 |
-
content: "\f369"; }
|
198 |
-
|
199 |
-
.fa-address-book:before {
|
200 |
-
content: "\f2b9"; }
|
201 |
-
|
202 |
-
.fa-address-card:before {
|
203 |
-
content: "\f2bb"; }
|
204 |
-
|
205 |
-
.fa-adjust:before {
|
206 |
-
content: "\f042"; }
|
207 |
-
|
208 |
-
.fa-adn:before {
|
209 |
-
content: "\f170"; }
|
210 |
-
|
211 |
-
.fa-adversal:before {
|
212 |
-
content: "\f36a"; }
|
213 |
-
|
214 |
-
.fa-affiliatetheme:before {
|
215 |
-
content: "\f36b"; }
|
216 |
-
|
217 |
-
.fa-algolia:before {
|
218 |
-
content: "\f36c"; }
|
219 |
-
|
220 |
-
.fa-align-center:before {
|
221 |
-
content: "\f037"; }
|
222 |
-
|
223 |
-
.fa-align-justify:before {
|
224 |
-
content: "\f039"; }
|
225 |
-
|
226 |
-
.fa-align-left:before {
|
227 |
-
content: "\f036"; }
|
228 |
-
|
229 |
-
.fa-align-right:before {
|
230 |
-
content: "\f038"; }
|
231 |
-
|
232 |
-
.fa-amazon:before {
|
233 |
-
content: "\f270"; }
|
234 |
-
|
235 |
-
.fa-amazon-pay:before {
|
236 |
-
content: "\f42c"; }
|
237 |
-
|
238 |
-
.fa-ambulance:before {
|
239 |
-
content: "\f0f9"; }
|
240 |
-
|
241 |
-
.fa-american-sign-language-interpreting:before {
|
242 |
-
content: "\f2a3"; }
|
243 |
-
|
244 |
-
.fa-amilia:before {
|
245 |
-
content: "\f36d"; }
|
246 |
-
|
247 |
-
.fa-anchor:before {
|
248 |
-
content: "\f13d"; }
|
249 |
-
|
250 |
-
.fa-android:before {
|
251 |
-
content: "\f17b"; }
|
252 |
-
|
253 |
-
.fa-angellist:before {
|
254 |
-
content: "\f209"; }
|
255 |
-
|
256 |
-
.fa-angle-double-down:before {
|
257 |
-
content: "\f103"; }
|
258 |
-
|
259 |
-
.fa-angle-double-left:before {
|
260 |
-
content: "\f100"; }
|
261 |
-
|
262 |
-
.fa-angle-double-right:before {
|
263 |
-
content: "\f101"; }
|
264 |
-
|
265 |
-
.fa-angle-double-up:before {
|
266 |
-
content: "\f102"; }
|
267 |
-
|
268 |
-
.fa-angle-down:before {
|
269 |
-
content: "\f107"; }
|
270 |
-
|
271 |
-
.fa-angle-left:before {
|
272 |
-
content: "\f104"; }
|
273 |
-
|
274 |
-
.fa-angle-right:before {
|
275 |
-
content: "\f105"; }
|
276 |
-
|
277 |
-
.fa-angle-up:before {
|
278 |
-
content: "\f106"; }
|
279 |
-
|
280 |
-
.fa-angrycreative:before {
|
281 |
-
content: "\f36e"; }
|
282 |
-
|
283 |
-
.fa-angular:before {
|
284 |
-
content: "\f420"; }
|
285 |
-
|
286 |
-
.fa-app-store:before {
|
287 |
-
content: "\f36f"; }
|
288 |
-
|
289 |
-
.fa-app-store-ios:before {
|
290 |
-
content: "\f370"; }
|
291 |
-
|
292 |
-
.fa-apper:before {
|
293 |
-
content: "\f371"; }
|
294 |
-
|
295 |
-
.fa-apple:before {
|
296 |
-
content: "\f179"; }
|
297 |
-
|
298 |
-
.fa-apple-pay:before {
|
299 |
-
content: "\f415"; }
|
300 |
-
|
301 |
-
.fa-archive:before {
|
302 |
-
content: "\f187"; }
|
303 |
-
|
304 |
-
.fa-arrow-alt-circle-down:before {
|
305 |
-
content: "\f358"; }
|
306 |
-
|
307 |
-
.fa-arrow-alt-circle-left:before {
|
308 |
-
content: "\f359"; }
|
309 |
-
|
310 |
-
.fa-arrow-alt-circle-right:before {
|
311 |
-
content: "\f35a"; }
|
312 |
-
|
313 |
-
.fa-arrow-alt-circle-up:before {
|
314 |
-
content: "\f35b"; }
|
315 |
-
|
316 |
-
.fa-arrow-circle-down:before {
|
317 |
-
content: "\f0ab"; }
|
318 |
-
|
319 |
-
.fa-arrow-circle-left:before {
|
320 |
-
content: "\f0a8"; }
|
321 |
-
|
322 |
-
.fa-arrow-circle-right:before {
|
323 |
-
content: "\f0a9"; }
|
324 |
-
|
325 |
-
.fa-arrow-circle-up:before {
|
326 |
-
content: "\f0aa"; }
|
327 |
-
|
328 |
-
.fa-arrow-down:before {
|
329 |
-
content: "\f063"; }
|
330 |
-
|
331 |
-
.fa-arrow-left:before {
|
332 |
-
content: "\f060"; }
|
333 |
-
|
334 |
-
.fa-arrow-right:before {
|
335 |
-
content: "\f061"; }
|
336 |
-
|
337 |
-
.fa-arrow-up:before {
|
338 |
-
content: "\f062"; }
|
339 |
-
|
340 |
-
.fa-arrows-alt:before {
|
341 |
-
content: "\f0b2"; }
|
342 |
-
|
343 |
-
.fa-arrows-alt-h:before {
|
344 |
-
content: "\f337"; }
|
345 |
-
|
346 |
-
.fa-arrows-alt-v:before {
|
347 |
-
content: "\f338"; }
|
348 |
-
|
349 |
-
.fa-assistive-listening-systems:before {
|
350 |
-
content: "\f2a2"; }
|
351 |
-
|
352 |
-
.fa-asterisk:before {
|
353 |
-
content: "\f069"; }
|
354 |
-
|
355 |
-
.fa-asymmetrik:before {
|
356 |
-
content: "\f372"; }
|
357 |
-
|
358 |
-
.fa-at:before {
|
359 |
-
content: "\f1fa"; }
|
360 |
-
|
361 |
-
.fa-audible:before {
|
362 |
-
content: "\f373"; }
|
363 |
-
|
364 |
-
.fa-audio-description:before {
|
365 |
-
content: "\f29e"; }
|
366 |
-
|
367 |
-
.fa-autoprefixer:before {
|
368 |
-
content: "\f41c"; }
|
369 |
-
|
370 |
-
.fa-avianex:before {
|
371 |
-
content: "\f374"; }
|
372 |
-
|
373 |
-
.fa-aviato:before {
|
374 |
-
content: "\f421"; }
|
375 |
-
|
376 |
-
.fa-aws:before {
|
377 |
-
content: "\f375"; }
|
378 |
-
|
379 |
-
.fa-backward:before {
|
380 |
-
content: "\f04a"; }
|
381 |
-
|
382 |
-
.fa-balance-scale:before {
|
383 |
-
content: "\f24e"; }
|
384 |
-
|
385 |
-
.fa-ban:before {
|
386 |
-
content: "\f05e"; }
|
387 |
-
|
388 |
-
.fa-band-aid:before {
|
389 |
-
content: "\f462"; }
|
390 |
-
|
391 |
-
.fa-bandcamp:before {
|
392 |
-
content: "\f2d5"; }
|
393 |
-
|
394 |
-
.fa-barcode:before {
|
395 |
-
content: "\f02a"; }
|
396 |
-
|
397 |
-
.fa-bars:before {
|
398 |
-
content: "\f0c9"; }
|
399 |
-
|
400 |
-
.fa-baseball-ball:before {
|
401 |
-
content: "\f433"; }
|
402 |
-
|
403 |
-
.fa-basketball-ball:before {
|
404 |
-
content: "\f434"; }
|
405 |
-
|
406 |
-
.fa-bath:before {
|
407 |
-
content: "\f2cd"; }
|
408 |
-
|
409 |
-
.fa-battery-empty:before {
|
410 |
-
content: "\f244"; }
|
411 |
-
|
412 |
-
.fa-battery-full:before {
|
413 |
-
content: "\f240"; }
|
414 |
-
|
415 |
-
.fa-battery-half:before {
|
416 |
-
content: "\f242"; }
|
417 |
-
|
418 |
-
.fa-battery-quarter:before {
|
419 |
-
content: "\f243"; }
|
420 |
-
|
421 |
-
.fa-battery-three-quarters:before {
|
422 |
-
content: "\f241"; }
|
423 |
-
|
424 |
-
.fa-bed:before {
|
425 |
-
content: "\f236"; }
|
426 |
-
|
427 |
-
.fa-beer:before {
|
428 |
-
content: "\f0fc"; }
|
429 |
-
|
430 |
-
.fa-behance:before {
|
431 |
-
content: "\f1b4"; }
|
432 |
-
|
433 |
-
.fa-behance-square:before {
|
434 |
-
content: "\f1b5"; }
|
435 |
-
|
436 |
-
.fa-bell:before {
|
437 |
-
content: "\f0f3"; }
|
438 |
-
|
439 |
-
.fa-bell-slash:before {
|
440 |
-
content: "\f1f6"; }
|
441 |
-
|
442 |
-
.fa-bicycle:before {
|
443 |
-
content: "\f206"; }
|
444 |
-
|
445 |
-
.fa-bimobject:before {
|
446 |
-
content: "\f378"; }
|
447 |
-
|
448 |
-
.fa-binoculars:before {
|
449 |
-
content: "\f1e5"; }
|
450 |
-
|
451 |
-
.fa-birthday-cake:before {
|
452 |
-
content: "\f1fd"; }
|
453 |
-
|
454 |
-
.fa-bitbucket:before {
|
455 |
-
content: "\f171"; }
|
456 |
-
|
457 |
-
.fa-bitcoin:before {
|
458 |
-
content: "\f379"; }
|
459 |
-
|
460 |
-
.fa-bity:before {
|
461 |
-
content: "\f37a"; }
|
462 |
-
|
463 |
-
.fa-black-tie:before {
|
464 |
-
content: "\f27e"; }
|
465 |
-
|
466 |
-
.fa-blackberry:before {
|
467 |
-
content: "\f37b"; }
|
468 |
-
|
469 |
-
.fa-blind:before {
|
470 |
-
content: "\f29d"; }
|
471 |
-
|
472 |
-
.fa-blogger:before {
|
473 |
-
content: "\f37c"; }
|
474 |
-
|
475 |
-
.fa-blogger-b:before {
|
476 |
-
content: "\f37d"; }
|
477 |
-
|
478 |
-
.fa-bluetooth:before {
|
479 |
-
content: "\f293"; }
|
480 |
-
|
481 |
-
.fa-bluetooth-b:before {
|
482 |
-
content: "\f294"; }
|
483 |
-
|
484 |
-
.fa-bold:before {
|
485 |
-
content: "\f032"; }
|
486 |
-
|
487 |
-
.fa-bolt:before {
|
488 |
-
content: "\f0e7"; }
|
489 |
-
|
490 |
-
.fa-bomb:before {
|
491 |
-
content: "\f1e2"; }
|
492 |
-
|
493 |
-
.fa-book:before {
|
494 |
-
content: "\f02d"; }
|
495 |
-
|
496 |
-
.fa-bookmark:before {
|
497 |
-
content: "\f02e"; }
|
498 |
-
|
499 |
-
.fa-bowling-ball:before {
|
500 |
-
content: "\f436"; }
|
501 |
-
|
502 |
-
.fa-box:before {
|
503 |
-
content: "\f466"; }
|
504 |
-
|
505 |
-
.fa-boxes:before {
|
506 |
-
content: "\f468"; }
|
507 |
-
|
508 |
-
.fa-braille:before {
|
509 |
-
content: "\f2a1"; }
|
510 |
-
|
511 |
-
.fa-briefcase:before {
|
512 |
-
content: "\f0b1"; }
|
513 |
-
|
514 |
-
.fa-btc:before {
|
515 |
-
content: "\f15a"; }
|
516 |
-
|
517 |
-
.fa-bug:before {
|
518 |
-
content: "\f188"; }
|
519 |
-
|
520 |
-
.fa-building:before {
|
521 |
-
content: "\f1ad"; }
|
522 |
-
|
523 |
-
.fa-bullhorn:before {
|
524 |
-
content: "\f0a1"; }
|
525 |
-
|
526 |
-
.fa-bullseye:before {
|
527 |
-
content: "\f140"; }
|
528 |
-
|
529 |
-
.fa-buromobelexperte:before {
|
530 |
-
content: "\f37f"; }
|
531 |
-
|
532 |
-
.fa-bus:before {
|
533 |
-
content: "\f207"; }
|
534 |
-
|
535 |
-
.fa-buysellads:before {
|
536 |
-
content: "\f20d"; }
|
537 |
-
|
538 |
-
.fa-calculator:before {
|
539 |
-
content: "\f1ec"; }
|
540 |
-
|
541 |
-
.fa-calendar:before {
|
542 |
-
content: "\f133"; }
|
543 |
-
|
544 |
-
.fa-calendar-alt:before {
|
545 |
-
content: "\f073"; }
|
546 |
-
|
547 |
-
.fa-calendar-check:before {
|
548 |
-
content: "\f274"; }
|
549 |
-
|
550 |
-
.fa-calendar-minus:before {
|
551 |
-
content: "\f272"; }
|
552 |
-
|
553 |
-
.fa-calendar-plus:before {
|
554 |
-
content: "\f271"; }
|
555 |
-
|
556 |
-
.fa-calendar-times:before {
|
557 |
-
content: "\f273"; }
|
558 |
-
|
559 |
-
.fa-camera:before {
|
560 |
-
content: "\f030"; }
|
561 |
-
|
562 |
-
.fa-camera-retro:before {
|
563 |
-
content: "\f083"; }
|
564 |
-
|
565 |
-
.fa-car:before {
|
566 |
-
content: "\f1b9"; }
|
567 |
-
|
568 |
-
.fa-caret-down:before {
|
569 |
-
content: "\f0d7"; }
|
570 |
-
|
571 |
-
.fa-caret-left:before {
|
572 |
-
content: "\f0d9"; }
|
573 |
-
|
574 |
-
.fa-caret-right:before {
|
575 |
-
content: "\f0da"; }
|
576 |
-
|
577 |
-
.fa-caret-square-down:before {
|
578 |
-
content: "\f150"; }
|
579 |
-
|
580 |
-
.fa-caret-square-left:before {
|
581 |
-
content: "\f191"; }
|
582 |
-
|
583 |
-
.fa-caret-square-right:before {
|
584 |
-
content: "\f152"; }
|
585 |
-
|
586 |
-
.fa-caret-square-up:before {
|
587 |
-
content: "\f151"; }
|
588 |
-
|
589 |
-
.fa-caret-up:before {
|
590 |
-
content: "\f0d8"; }
|
591 |
-
|
592 |
-
.fa-cart-arrow-down:before {
|
593 |
-
content: "\f218"; }
|
594 |
-
|
595 |
-
.fa-cart-plus:before {
|
596 |
-
content: "\f217"; }
|
597 |
-
|
598 |
-
.fa-cc-amazon-pay:before {
|
599 |
-
content: "\f42d"; }
|
600 |
-
|
601 |
-
.fa-cc-amex:before {
|
602 |
-
content: "\f1f3"; }
|
603 |
-
|
604 |
-
.fa-cc-apple-pay:before {
|
605 |
-
content: "\f416"; }
|
606 |
-
|
607 |
-
.fa-cc-diners-club:before {
|
608 |
-
content: "\f24c"; }
|
609 |
-
|
610 |
-
.fa-cc-discover:before {
|
611 |
-
content: "\f1f2"; }
|
612 |
-
|
613 |
-
.fa-cc-jcb:before {
|
614 |
-
content: "\f24b"; }
|
615 |
-
|
616 |
-
.fa-cc-mastercard:before {
|
617 |
-
content: "\f1f1"; }
|
618 |
-
|
619 |
-
.fa-cc-paypal:before {
|
620 |
-
content: "\f1f4"; }
|
621 |
-
|
622 |
-
.fa-cc-stripe:before {
|
623 |
-
content: "\f1f5"; }
|
624 |
-
|
625 |
-
.fa-cc-visa:before {
|
626 |
-
content: "\f1f0"; }
|
627 |
-
|
628 |
-
.fa-centercode:before {
|
629 |
-
content: "\f380"; }
|
630 |
-
|
631 |
-
.fa-certificate:before {
|
632 |
-
content: "\f0a3"; }
|
633 |
-
|
634 |
-
.fa-chart-area:before {
|
635 |
-
content: "\f1fe"; }
|
636 |
-
|
637 |
-
.fa-chart-bar:before {
|
638 |
-
content: "\f080"; }
|
639 |
-
|
640 |
-
.fa-chart-line:before {
|
641 |
-
content: "\f201"; }
|
642 |
-
|
643 |
-
.fa-chart-pie:before {
|
644 |
-
content: "\f200"; }
|
645 |
-
|
646 |
-
.fa-check:before {
|
647 |
-
content: "\f00c"; }
|
648 |
-
|
649 |
-
.fa-check-circle:before {
|
650 |
-
content: "\f058"; }
|
651 |
-
|
652 |
-
.fa-check-square:before {
|
653 |
-
content: "\f14a"; }
|
654 |
-
|
655 |
-
.fa-chess:before {
|
656 |
-
content: "\f439"; }
|
657 |
-
|
658 |
-
.fa-chess-bishop:before {
|
659 |
-
content: "\f43a"; }
|
660 |
-
|
661 |
-
.fa-chess-board:before {
|
662 |
-
content: "\f43c"; }
|
663 |
-
|
664 |
-
.fa-chess-king:before {
|
665 |
-
content: "\f43f"; }
|
666 |
-
|
667 |
-
.fa-chess-knight:before {
|
668 |
-
content: "\f441"; }
|
669 |
-
|
670 |
-
.fa-chess-pawn:before {
|
671 |
-
content: "\f443"; }
|
672 |
-
|
673 |
-
.fa-chess-queen:before {
|
674 |
-
content: "\f445"; }
|
675 |
-
|
676 |
-
.fa-chess-rook:before {
|
677 |
-
content: "\f447"; }
|
678 |
-
|
679 |
-
.fa-chevron-circle-down:before {
|
680 |
-
content: "\f13a"; }
|
681 |
-
|
682 |
-
.fa-chevron-circle-left:before {
|
683 |
-
content: "\f137"; }
|
684 |
-
|
685 |
-
.fa-chevron-circle-right:before {
|
686 |
-
content: "\f138"; }
|
687 |
-
|
688 |
-
.fa-chevron-circle-up:before {
|
689 |
-
content: "\f139"; }
|
690 |
-
|
691 |
-
.fa-chevron-down:before {
|
692 |
-
content: "\f078"; }
|
693 |
-
|
694 |
-
.fa-chevron-left:before {
|
695 |
-
content: "\f053"; }
|
696 |
-
|
697 |
-
.fa-chevron-right:before {
|
698 |
-
content: "\f054"; }
|
699 |
-
|
700 |
-
.fa-chevron-up:before {
|
701 |
-
content: "\f077"; }
|
702 |
-
|
703 |
-
.fa-child:before {
|
704 |
-
content: "\f1ae"; }
|
705 |
-
|
706 |
-
.fa-chrome:before {
|
707 |
-
content: "\f268"; }
|
708 |
-
|
709 |
-
.fa-circle:before {
|
710 |
-
content: "\f111"; }
|
711 |
-
|
712 |
-
.fa-circle-notch:before {
|
713 |
-
content: "\f1ce"; }
|
714 |
-
|
715 |
-
.fa-clipboard:before {
|
716 |
-
content: "\f328"; }
|
717 |
-
|
718 |
-
.fa-clipboard-check:before {
|
719 |
-
content: "\f46c"; }
|
720 |
-
|
721 |
-
.fa-clipboard-list:before {
|
722 |
-
content: "\f46d"; }
|
723 |
-
|
724 |
-
.fa-clock:before {
|
725 |
-
content: "\f017"; }
|
726 |
-
|
727 |
-
.fa-clone:before {
|
728 |
-
content: "\f24d"; }
|
729 |
-
|
730 |
-
.fa-closed-captioning:before {
|
731 |
-
content: "\f20a"; }
|
732 |
-
|
733 |
-
.fa-cloud:before {
|
734 |
-
content: "\f0c2"; }
|
735 |
-
|
736 |
-
.fa-cloud-download-alt:before {
|
737 |
-
content: "\f381"; }
|
738 |
-
|
739 |
-
.fa-cloud-upload-alt:before {
|
740 |
-
content: "\f382"; }
|
741 |
-
|
742 |
-
.fa-cloudscale:before {
|
743 |
-
content: "\f383"; }
|
744 |
-
|
745 |
-
.fa-cloudsmith:before {
|
746 |
-
content: "\f384"; }
|
747 |
-
|
748 |
-
.fa-cloudversify:before {
|
749 |
-
content: "\f385"; }
|
750 |
-
|
751 |
-
.fa-code:before {
|
752 |
-
content: "\f121"; }
|
753 |
-
|
754 |
-
.fa-code-branch:before {
|
755 |
-
content: "\f126"; }
|
756 |
-
|
757 |
-
.fa-codepen:before {
|
758 |
-
content: "\f1cb"; }
|
759 |
-
|
760 |
-
.fa-codiepie:before {
|
761 |
-
content: "\f284"; }
|
762 |
-
|
763 |
-
.fa-coffee:before {
|
764 |
-
content: "\f0f4"; }
|
765 |
-
|
766 |
-
.fa-cog:before {
|
767 |
-
content: "\f013"; }
|
768 |
-
|
769 |
-
.fa-cogs:before {
|
770 |
-
content: "\f085"; }
|
771 |
-
|
772 |
-
.fa-columns:before {
|
773 |
-
content: "\f0db"; }
|
774 |
-
|
775 |
-
.fa-comment:before {
|
776 |
-
content: "\f075"; }
|
777 |
-
|
778 |
-
.fa-comment-alt:before {
|
779 |
-
content: "\f27a"; }
|
780 |
-
|
781 |
-
.fa-comments:before {
|
782 |
-
content: "\f086"; }
|
783 |
-
|
784 |
-
.fa-compass:before {
|
785 |
-
content: "\f14e"; }
|
786 |
-
|
787 |
-
.fa-compress:before {
|
788 |
-
content: "\f066"; }
|
789 |
-
|
790 |
-
.fa-connectdevelop:before {
|
791 |
-
content: "\f20e"; }
|
792 |
-
|
793 |
-
.fa-contao:before {
|
794 |
-
content: "\f26d"; }
|
795 |
-
|
796 |
-
.fa-copy:before {
|
797 |
-
content: "\f0c5"; }
|
798 |
-
|
799 |
-
.fa-copyright:before {
|
800 |
-
content: "\f1f9"; }
|
801 |
-
|
802 |
-
.fa-cpanel:before {
|
803 |
-
content: "\f388"; }
|
804 |
-
|
805 |
-
.fa-creative-commons:before {
|
806 |
-
content: "\f25e"; }
|
807 |
-
|
808 |
-
.fa-credit-card:before {
|
809 |
-
content: "\f09d"; }
|
810 |
-
|
811 |
-
.fa-crop:before {
|
812 |
-
content: "\f125"; }
|
813 |
-
|
814 |
-
.fa-crosshairs:before {
|
815 |
-
content: "\f05b"; }
|
816 |
-
|
817 |
-
.fa-css3:before {
|
818 |
-
content: "\f13c"; }
|
819 |
-
|
820 |
-
.fa-css3-alt:before {
|
821 |
-
content: "\f38b"; }
|
822 |
-
|
823 |
-
.fa-cube:before {
|
824 |
-
content: "\f1b2"; }
|
825 |
-
|
826 |
-
.fa-cubes:before {
|
827 |
-
content: "\f1b3"; }
|
828 |
-
|
829 |
-
.fa-cut:before {
|
830 |
-
content: "\f0c4"; }
|
831 |
-
|
832 |
-
.fa-cuttlefish:before {
|
833 |
-
content: "\f38c"; }
|
834 |
-
|
835 |
-
.fa-d-and-d:before {
|
836 |
-
content: "\f38d"; }
|
837 |
-
|
838 |
-
.fa-dashcube:before {
|
839 |
-
content: "\f210"; }
|
840 |
-
|
841 |
-
.fa-database:before {
|
842 |
-
content: "\f1c0"; }
|
843 |
-
|
844 |
-
.fa-deaf:before {
|
845 |
-
content: "\f2a4"; }
|
846 |
-
|
847 |
-
.fa-delicious:before {
|
848 |
-
content: "\f1a5"; }
|
849 |
-
|
850 |
-
.fa-deploydog:before {
|
851 |
-
content: "\f38e"; }
|
852 |
-
|
853 |
-
.fa-deskpro:before {
|
854 |
-
content: "\f38f"; }
|
855 |
-
|
856 |
-
.fa-desktop:before {
|
857 |
-
content: "\f108"; }
|
858 |
-
|
859 |
-
.fa-deviantart:before {
|
860 |
-
content: "\f1bd"; }
|
861 |
-
|
862 |
-
.fa-digg:before {
|
863 |
-
content: "\f1a6"; }
|
864 |
-
|
865 |
-
.fa-digital-ocean:before {
|
866 |
-
content: "\f391"; }
|
867 |
-
|
868 |
-
.fa-discord:before {
|
869 |
-
content: "\f392"; }
|
870 |
-
|
871 |
-
.fa-discourse:before {
|
872 |
-
content: "\f393"; }
|
873 |
-
|
874 |
-
.fa-dna:before {
|
875 |
-
content: "\f471"; }
|
876 |
-
|
877 |
-
.fa-dochub:before {
|
878 |
-
content: "\f394"; }
|
879 |
-
|
880 |
-
.fa-docker:before {
|
881 |
-
content: "\f395"; }
|
882 |
-
|
883 |
-
.fa-dollar-sign:before {
|
884 |
-
content: "\f155"; }
|
885 |
-
|
886 |
-
.fa-dolly:before {
|
887 |
-
content: "\f472"; }
|
888 |
-
|
889 |
-
.fa-dolly-flatbed:before {
|
890 |
-
content: "\f474"; }
|
891 |
-
|
892 |
-
.fa-dot-circle:before {
|
893 |
-
content: "\f192"; }
|
894 |
-
|
895 |
-
.fa-download:before {
|
896 |
-
content: "\f019"; }
|
897 |
-
|
898 |
-
.fa-draft2digital:before {
|
899 |
-
content: "\f396"; }
|
900 |
-
|
901 |
-
.fa-dribbble:before {
|
902 |
-
content: "\f17d"; }
|
903 |
-
|
904 |
-
.fa-dribbble-square:before {
|
905 |
-
content: "\f397"; }
|
906 |
-
|
907 |
-
.fa-dropbox:before {
|
908 |
-
content: "\f16b"; }
|
909 |
-
|
910 |
-
.fa-drupal:before {
|
911 |
-
content: "\f1a9"; }
|
912 |
-
|
913 |
-
.fa-dyalog:before {
|
914 |
-
content: "\f399"; }
|
915 |
-
|
916 |
-
.fa-earlybirds:before {
|
917 |
-
content: "\f39a"; }
|
918 |
-
|
919 |
-
.fa-edge:before {
|
920 |
-
content: "\f282"; }
|
921 |
-
|
922 |
-
.fa-edit:before {
|
923 |
-
content: "\f044"; }
|
924 |
-
|
925 |
-
.fa-eject:before {
|
926 |
-
content: "\f052"; }
|
927 |
-
|
928 |
-
.fa-elementor:before {
|
929 |
-
content: "\f430"; }
|
930 |
-
|
931 |
-
.fa-ellipsis-h:before {
|
932 |
-
content: "\f141"; }
|
933 |
-
|
934 |
-
.fa-ellipsis-v:before {
|
935 |
-
content: "\f142"; }
|
936 |
-
|
937 |
-
.fa-ember:before {
|
938 |
-
content: "\f423"; }
|
939 |
-
|
940 |
-
.fa-empire:before {
|
941 |
-
content: "\f1d1"; }
|
942 |
-
|
943 |
-
.fa-envelope:before {
|
944 |
-
content: "\f0e0"; }
|
945 |
-
|
946 |
-
.fa-envelope-open:before {
|
947 |
-
content: "\f2b6"; }
|
948 |
-
|
949 |
-
.fa-envelope-square:before {
|
950 |
-
content: "\f199"; }
|
951 |
-
|
952 |
-
.fa-envira:before {
|
953 |
-
content: "\f299"; }
|
954 |
-
|
955 |
-
.fa-eraser:before {
|
956 |
-
content: "\f12d"; }
|
957 |
-
|
958 |
-
.fa-erlang:before {
|
959 |
-
content: "\f39d"; }
|
960 |
-
|
961 |
-
.fa-ethereum:before {
|
962 |
-
content: "\f42e"; }
|
963 |
-
|
964 |
-
.fa-etsy:before {
|
965 |
-
content: "\f2d7"; }
|
966 |
-
|
967 |
-
.fa-euro-sign:before {
|
968 |
-
content: "\f153"; }
|
969 |
-
|
970 |
-
.fa-exchange-alt:before {
|
971 |
-
content: "\f362"; }
|
972 |
-
|
973 |
-
.fa-exclamation:before {
|
974 |
-
content: "\f12a"; }
|
975 |
-
|
976 |
-
.fa-exclamation-circle:before {
|
977 |
-
content: "\f06a"; }
|
978 |
-
|
979 |
-
.fa-exclamation-triangle:before {
|
980 |
-
content: "\f071"; }
|
981 |
-
|
982 |
-
.fa-expand:before {
|
983 |
-
content: "\f065"; }
|
984 |
-
|
985 |
-
.fa-expand-arrows-alt:before {
|
986 |
-
content: "\f31e"; }
|
987 |
-
|
988 |
-
.fa-expeditedssl:before {
|
989 |
-
content: "\f23e"; }
|
990 |
-
|
991 |
-
.fa-external-link-alt:before {
|
992 |
-
content: "\f35d"; }
|
993 |
-
|
994 |
-
.fa-external-link-square-alt:before {
|
995 |
-
content: "\f360"; }
|
996 |
-
|
997 |
-
.fa-eye:before {
|
998 |
-
content: "\f06e"; }
|
999 |
-
|
1000 |
-
.fa-eye-dropper:before {
|
1001 |
-
content: "\f1fb"; }
|
1002 |
-
|
1003 |
-
.fa-eye-slash:before {
|
1004 |
-
content: "\f070"; }
|
1005 |
-
|
1006 |
-
.fa-facebook:before {
|
1007 |
-
content: "\f09a"; }
|
1008 |
-
|
1009 |
-
.fa-facebook-f:before {
|
1010 |
-
content: "\f39e"; }
|
1011 |
-
|
1012 |
-
.fa-facebook-messenger:before {
|
1013 |
-
content: "\f39f"; }
|
1014 |
-
|
1015 |
-
.fa-facebook-square:before {
|
1016 |
-
content: "\f082"; }
|
1017 |
-
|
1018 |
-
.fa-fast-backward:before {
|
1019 |
-
content: "\f049"; }
|
1020 |
-
|
1021 |
-
.fa-fast-forward:before {
|
1022 |
-
content: "\f050"; }
|
1023 |
-
|
1024 |
-
.fa-fax:before {
|
1025 |
-
content: "\f1ac"; }
|
1026 |
-
|
1027 |
-
.fa-female:before {
|
1028 |
-
content: "\f182"; }
|
1029 |
-
|
1030 |
-
.fa-fighter-jet:before {
|
1031 |
-
content: "\f0fb"; }
|
1032 |
-
|
1033 |
-
.fa-file:before {
|
1034 |
-
content: "\f15b"; }
|
1035 |
-
|
1036 |
-
.fa-file-alt:before {
|
1037 |
-
content: "\f15c"; }
|
1038 |
-
|
1039 |
-
.fa-file-archive:before {
|
1040 |
-
content: "\f1c6"; }
|
1041 |
-
|
1042 |
-
.fa-file-audio:before {
|
1043 |
-
content: "\f1c7"; }
|
1044 |
-
|
1045 |
-
.fa-file-code:before {
|
1046 |
-
content: "\f1c9"; }
|
1047 |
-
|
1048 |
-
.fa-file-excel:before {
|
1049 |
-
content: "\f1c3"; }
|
1050 |
-
|
1051 |
-
.fa-file-image:before {
|
1052 |
-
content: "\f1c5"; }
|
1053 |
-
|
1054 |
-
.fa-file-pdf:before {
|
1055 |
-
content: "\f1c1"; }
|
1056 |
-
|
1057 |
-
.fa-file-powerpoint:before {
|
1058 |
-
content: "\f1c4"; }
|
1059 |
-
|
1060 |
-
.fa-file-video:before {
|
1061 |
-
content: "\f1c8"; }
|
1062 |
-
|
1063 |
-
.fa-file-word:before {
|
1064 |
-
content: "\f1c2"; }
|
1065 |
-
|
1066 |
-
.fa-film:before {
|
1067 |
-
content: "\f008"; }
|
1068 |
-
|
1069 |
-
.fa-filter:before {
|
1070 |
-
content: "\f0b0"; }
|
1071 |
-
|
1072 |
-
.fa-fire:before {
|
1073 |
-
content: "\f06d"; }
|
1074 |
-
|
1075 |
-
.fa-fire-extinguisher:before {
|
1076 |
-
content: "\f134"; }
|
1077 |
-
|
1078 |
-
.fa-firefox:before {
|
1079 |
-
content: "\f269"; }
|
1080 |
-
|
1081 |
-
.fa-first-aid:before {
|
1082 |
-
content: "\f479"; }
|
1083 |
-
|
1084 |
-
.fa-first-order:before {
|
1085 |
-
content: "\f2b0"; }
|
1086 |
-
|
1087 |
-
.fa-firstdraft:before {
|
1088 |
-
content: "\f3a1"; }
|
1089 |
-
|
1090 |
-
.fa-flag:before {
|
1091 |
-
content: "\f024"; }
|
1092 |
-
|
1093 |
-
.fa-flag-checkered:before {
|
1094 |
-
content: "\f11e"; }
|
1095 |
-
|
1096 |
-
.fa-flask:before {
|
1097 |
-
content: "\f0c3"; }
|
1098 |
-
|
1099 |
-
.fa-flickr:before {
|
1100 |
-
content: "\f16e"; }
|
1101 |
-
|
1102 |
-
.fa-flipboard:before {
|
1103 |
-
content: "\f44d"; }
|
1104 |
-
|
1105 |
-
.fa-fly:before {
|
1106 |
-
content: "\f417"; }
|
1107 |
-
|
1108 |
-
.fa-folder:before {
|
1109 |
-
content: "\f07b"; }
|
1110 |
-
|
1111 |
-
.fa-folder-open:before {
|
1112 |
-
content: "\f07c"; }
|
1113 |
-
|
1114 |
-
.fa-font:before {
|
1115 |
-
content: "\f031"; }
|
1116 |
-
|
1117 |
-
.fa-font-awesome:before {
|
1118 |
-
content: "\f2b4"; }
|
1119 |
-
|
1120 |
-
.fa-font-awesome-alt:before {
|
1121 |
-
content: "\f35c"; }
|
1122 |
-
|
1123 |
-
.fa-font-awesome-flag:before {
|
1124 |
-
content: "\f425"; }
|
1125 |
-
|
1126 |
-
.fa-fonticons:before {
|
1127 |
-
content: "\f280"; }
|
1128 |
-
|
1129 |
-
.fa-fonticons-fi:before {
|
1130 |
-
content: "\f3a2"; }
|
1131 |
-
|
1132 |
-
.fa-football-ball:before {
|
1133 |
-
content: "\f44e"; }
|
1134 |
-
|
1135 |
-
.fa-fort-awesome:before {
|
1136 |
-
content: "\f286"; }
|
1137 |
-
|
1138 |
-
.fa-fort-awesome-alt:before {
|
1139 |
-
content: "\f3a3"; }
|
1140 |
-
|
1141 |
-
.fa-forumbee:before {
|
1142 |
-
content: "\f211"; }
|
1143 |
-
|
1144 |
-
.fa-forward:before {
|
1145 |
-
content: "\f04e"; }
|
1146 |
-
|
1147 |
-
.fa-foursquare:before {
|
1148 |
-
content: "\f180"; }
|
1149 |
-
|
1150 |
-
.fa-free-code-camp:before {
|
1151 |
-
content: "\f2c5"; }
|
1152 |
-
|
1153 |
-
.fa-freebsd:before {
|
1154 |
-
content: "\f3a4"; }
|
1155 |
-
|
1156 |
-
.fa-frown:before {
|
1157 |
-
content: "\f119"; }
|
1158 |
-
|
1159 |
-
.fa-futbol:before {
|
1160 |
-
content: "\f1e3"; }
|
1161 |
-
|
1162 |
-
.fa-gamepad:before {
|
1163 |
-
content: "\f11b"; }
|
1164 |
-
|
1165 |
-
.fa-gavel:before {
|
1166 |
-
content: "\f0e3"; }
|
1167 |
-
|
1168 |
-
.fa-gem:before {
|
1169 |
-
content: "\f3a5"; }
|
1170 |
-
|
1171 |
-
.fa-genderless:before {
|
1172 |
-
content: "\f22d"; }
|
1173 |
-
|
1174 |
-
.fa-get-pocket:before {
|
1175 |
-
content: "\f265"; }
|
1176 |
-
|
1177 |
-
.fa-gg:before {
|
1178 |
-
content: "\f260"; }
|
1179 |
-
|
1180 |
-
.fa-gg-circle:before {
|
1181 |
-
content: "\f261"; }
|
1182 |
-
|
1183 |
-
.fa-gift:before {
|
1184 |
-
content: "\f06b"; }
|
1185 |
-
|
1186 |
-
.fa-git:before {
|
1187 |
-
content: "\f1d3"; }
|
1188 |
-
|
1189 |
-
.fa-git-square:before {
|
1190 |
-
content: "\f1d2"; }
|
1191 |
-
|
1192 |
-
.fa-github:before {
|
1193 |
-
content: "\f09b"; }
|
1194 |
-
|
1195 |
-
.fa-github-alt:before {
|
1196 |
-
content: "\f113"; }
|
1197 |
-
|
1198 |
-
.fa-github-square:before {
|
1199 |
-
content: "\f092"; }
|
1200 |
-
|
1201 |
-
.fa-gitkraken:before {
|
1202 |
-
content: "\f3a6"; }
|
1203 |
-
|
1204 |
-
.fa-gitlab:before {
|
1205 |
-
content: "\f296"; }
|
1206 |
-
|
1207 |
-
.fa-gitter:before {
|
1208 |
-
content: "\f426"; }
|
1209 |
-
|
1210 |
-
.fa-glass-martini:before {
|
1211 |
-
content: "\f000"; }
|
1212 |
-
|
1213 |
-
.fa-glide:before {
|
1214 |
-
content: "\f2a5"; }
|
1215 |
-
|
1216 |
-
.fa-glide-g:before {
|
1217 |
-
content: "\f2a6"; }
|
1218 |
-
|
1219 |
-
.fa-globe:before {
|
1220 |
-
content: "\f0ac"; }
|
1221 |
-
|
1222 |
-
.fa-gofore:before {
|
1223 |
-
content: "\f3a7"; }
|
1224 |
-
|
1225 |
-
.fa-golf-ball:before {
|
1226 |
-
content: "\f450"; }
|
1227 |
-
|
1228 |
-
.fa-goodreads:before {
|
1229 |
-
content: "\f3a8"; }
|
1230 |
-
|
1231 |
-
.fa-goodreads-g:before {
|
1232 |
-
content: "\f3a9"; }
|
1233 |
-
|
1234 |
-
.fa-google:before {
|
1235 |
-
content: "\f1a0"; }
|
1236 |
-
|
1237 |
-
.fa-google-drive:before {
|
1238 |
-
content: "\f3aa"; }
|
1239 |
-
|
1240 |
-
.fa-google-play:before {
|
1241 |
-
content: "\f3ab"; }
|
1242 |
-
|
1243 |
-
.fa-google-plus:before {
|
1244 |
-
content: "\f2b3"; }
|
1245 |
-
|
1246 |
-
.fa-google-plus-g:before {
|
1247 |
-
content: "\f0d5"; }
|
1248 |
-
|
1249 |
-
.fa-google-plus-square:before {
|
1250 |
-
content: "\f0d4"; }
|
1251 |
-
|
1252 |
-
.fa-google-wallet:before {
|
1253 |
-
content: "\f1ee"; }
|
1254 |
-
|
1255 |
-
.fa-graduation-cap:before {
|
1256 |
-
content: "\f19d"; }
|
1257 |
-
|
1258 |
-
.fa-gratipay:before {
|
1259 |
-
content: "\f184"; }
|
1260 |
-
|
1261 |
-
.fa-grav:before {
|
1262 |
-
content: "\f2d6"; }
|
1263 |
-
|
1264 |
-
.fa-gripfire:before {
|
1265 |
-
content: "\f3ac"; }
|
1266 |
-
|
1267 |
-
.fa-grunt:before {
|
1268 |
-
content: "\f3ad"; }
|
1269 |
-
|
1270 |
-
.fa-gulp:before {
|
1271 |
-
content: "\f3ae"; }
|
1272 |
-
|
1273 |
-
.fa-h-square:before {
|
1274 |
-
content: "\f0fd"; }
|
1275 |
-
|
1276 |
-
.fa-hacker-news:before {
|
1277 |
-
content: "\f1d4"; }
|
1278 |
-
|
1279 |
-
.fa-hacker-news-square:before {
|
1280 |
-
content: "\f3af"; }
|
1281 |
-
|
1282 |
-
.fa-hand-lizard:before {
|
1283 |
-
content: "\f258"; }
|
1284 |
-
|
1285 |
-
.fa-hand-paper:before {
|
1286 |
-
content: "\f256"; }
|
1287 |
-
|
1288 |
-
.fa-hand-peace:before {
|
1289 |
-
content: "\f25b"; }
|
1290 |
-
|
1291 |
-
.fa-hand-point-down:before {
|
1292 |
-
content: "\f0a7"; }
|
1293 |
-
|
1294 |
-
.fa-hand-point-left:before {
|
1295 |
-
content: "\f0a5"; }
|
1296 |
-
|
1297 |
-
.fa-hand-point-right:before {
|
1298 |
-
content: "\f0a4"; }
|
1299 |
-
|
1300 |
-
.fa-hand-point-up:before {
|
1301 |
-
content: "\f0a6"; }
|
1302 |
-
|
1303 |
-
.fa-hand-pointer:before {
|
1304 |
-
content: "\f25a"; }
|
1305 |
-
|
1306 |
-
.fa-hand-rock:before {
|
1307 |
-
content: "\f255"; }
|
1308 |
-
|
1309 |
-
.fa-hand-scissors:before {
|
1310 |
-
content: "\f257"; }
|
1311 |
-
|
1312 |
-
.fa-hand-spock:before {
|
1313 |
-
content: "\f259"; }
|
1314 |
-
|
1315 |
-
.fa-handshake:before {
|
1316 |
-
content: "\f2b5"; }
|
1317 |
-
|
1318 |
-
.fa-hashtag:before {
|
1319 |
-
content: "\f292"; }
|
1320 |
-
|
1321 |
-
.fa-hdd:before {
|
1322 |
-
content: "\f0a0"; }
|
1323 |
-
|
1324 |
-
.fa-heading:before {
|
1325 |
-
content: "\f1dc"; }
|
1326 |
-
|
1327 |
-
.fa-headphones:before {
|
1328 |
-
content: "\f025"; }
|
1329 |
-
|
1330 |
-
.fa-heart:before {
|
1331 |
-
content: "\f004"; }
|
1332 |
-
|
1333 |
-
.fa-heartbeat:before {
|
1334 |
-
content: "\f21e"; }
|
1335 |
-
|
1336 |
-
.fa-hips:before {
|
1337 |
-
content: "\f452"; }
|
1338 |
-
|
1339 |
-
.fa-hire-a-helper:before {
|
1340 |
-
content: "\f3b0"; }
|
1341 |
-
|
1342 |
-
.fa-history:before {
|
1343 |
-
content: "\f1da"; }
|
1344 |
-
|
1345 |
-
.fa-hockey-puck:before {
|
1346 |
-
content: "\f453"; }
|
1347 |
-
|
1348 |
-
.fa-home:before {
|
1349 |
-
content: "\f015"; }
|
1350 |
-
|
1351 |
-
.fa-hooli:before {
|
1352 |
-
content: "\f427"; }
|
1353 |
-
|
1354 |
-
.fa-hospital:before {
|
1355 |
-
content: "\f0f8"; }
|
1356 |
-
|
1357 |
-
.fa-hospital-symbol:before {
|
1358 |
-
content: "\f47e"; }
|
1359 |
-
|
1360 |
-
.fa-hotjar:before {
|
1361 |
-
content: "\f3b1"; }
|
1362 |
-
|
1363 |
-
.fa-hourglass:before {
|
1364 |
-
content: "\f254"; }
|
1365 |
-
|
1366 |
-
.fa-hourglass-end:before {
|
1367 |
-
content: "\f253"; }
|
1368 |
-
|
1369 |
-
.fa-hourglass-half:before {
|
1370 |
-
content: "\f252"; }
|
1371 |
-
|
1372 |
-
.fa-hourglass-start:before {
|
1373 |
-
content: "\f251"; }
|
1374 |
-
|
1375 |
-
.fa-houzz:before {
|
1376 |
-
content: "\f27c"; }
|
1377 |
-
|
1378 |
-
.fa-html5:before {
|
1379 |
-
content: "\f13b"; }
|
1380 |
-
|
1381 |
-
.fa-hubspot:before {
|
1382 |
-
content: "\f3b2"; }
|
1383 |
-
|
1384 |
-
.fa-i-cursor:before {
|
1385 |
-
content: "\f246"; }
|
1386 |
-
|
1387 |
-
.fa-id-badge:before {
|
1388 |
-
content: "\f2c1"; }
|
1389 |
-
|
1390 |
-
.fa-id-card:before {
|
1391 |
-
content: "\f2c2"; }
|
1392 |
-
|
1393 |
-
.fa-image:before {
|
1394 |
-
content: "\f03e"; }
|
1395 |
-
|
1396 |
-
.fa-images:before {
|
1397 |
-
content: "\f302"; }
|
1398 |
-
|
1399 |
-
.fa-imdb:before {
|
1400 |
-
content: "\f2d8"; }
|
1401 |
-
|
1402 |
-
.fa-inbox:before {
|
1403 |
-
content: "\f01c"; }
|
1404 |
-
|
1405 |
-
.fa-indent:before {
|
1406 |
-
content: "\f03c"; }
|
1407 |
-
|
1408 |
-
.fa-industry:before {
|
1409 |
-
content: "\f275"; }
|
1410 |
-
|
1411 |
-
.fa-info:before {
|
1412 |
-
content: "\f129"; }
|
1413 |
-
|
1414 |
-
.fa-info-circle:before {
|
1415 |
-
content: "\f05a"; }
|
1416 |
-
|
1417 |
-
.fa-instagram:before {
|
1418 |
-
content: "\f16d"; }
|
1419 |
-
|
1420 |
-
.fa-internet-explorer:before {
|
1421 |
-
content: "\f26b"; }
|
1422 |
-
|
1423 |
-
.fa-ioxhost:before {
|
1424 |
-
content: "\f208"; }
|
1425 |
-
|
1426 |
-
.fa-italic:before {
|
1427 |
-
content: "\f033"; }
|
1428 |
-
|
1429 |
-
.fa-itunes:before {
|
1430 |
-
content: "\f3b4"; }
|
1431 |
-
|
1432 |
-
.fa-itunes-note:before {
|
1433 |
-
content: "\f3b5"; }
|
1434 |
-
|
1435 |
-
.fa-jenkins:before {
|
1436 |
-
content: "\f3b6"; }
|
1437 |
-
|
1438 |
-
.fa-joget:before {
|
1439 |
-
content: "\f3b7"; }
|
1440 |
-
|
1441 |
-
.fa-joomla:before {
|
1442 |
-
content: "\f1aa"; }
|
1443 |
-
|
1444 |
-
.fa-js:before {
|
1445 |
-
content: "\f3b8"; }
|
1446 |
-
|
1447 |
-
.fa-js-square:before {
|
1448 |
-
content: "\f3b9"; }
|
1449 |
-
|
1450 |
-
.fa-jsfiddle:before {
|
1451 |
-
content: "\f1cc"; }
|
1452 |
-
|
1453 |
-
.fa-key:before {
|
1454 |
-
content: "\f084"; }
|
1455 |
-
|
1456 |
-
.fa-keyboard:before {
|
1457 |
-
content: "\f11c"; }
|
1458 |
-
|
1459 |
-
.fa-keycdn:before {
|
1460 |
-
content: "\f3ba"; }
|
1461 |
-
|
1462 |
-
.fa-kickstarter:before {
|
1463 |
-
content: "\f3bb"; }
|
1464 |
-
|
1465 |
-
.fa-kickstarter-k:before {
|
1466 |
-
content: "\f3bc"; }
|
1467 |
-
|
1468 |
-
.fa-korvue:before {
|
1469 |
-
content: "\f42f"; }
|
1470 |
-
|
1471 |
-
.fa-language:before {
|
1472 |
-
content: "\f1ab"; }
|
1473 |
-
|
1474 |
-
.fa-laptop:before {
|
1475 |
-
content: "\f109"; }
|
1476 |
-
|
1477 |
-
.fa-laravel:before {
|
1478 |
-
content: "\f3bd"; }
|
1479 |
-
|
1480 |
-
.fa-lastfm:before {
|
1481 |
-
content: "\f202"; }
|
1482 |
-
|
1483 |
-
.fa-lastfm-square:before {
|
1484 |
-
content: "\f203"; }
|
1485 |
-
|
1486 |
-
.fa-leaf:before {
|
1487 |
-
content: "\f06c"; }
|
1488 |
-
|
1489 |
-
.fa-leanpub:before {
|
1490 |
-
content: "\f212"; }
|
1491 |
-
|
1492 |
-
.fa-lemon:before {
|
1493 |
-
content: "\f094"; }
|
1494 |
-
|
1495 |
-
.fa-less:before {
|
1496 |
-
content: "\f41d"; }
|
1497 |
-
|
1498 |
-
.fa-level-down-alt:before {
|
1499 |
-
content: "\f3be"; }
|
1500 |
-
|
1501 |
-
.fa-level-up-alt:before {
|
1502 |
-
content: "\f3bf"; }
|
1503 |
-
|
1504 |
-
.fa-life-ring:before {
|
1505 |
-
content: "\f1cd"; }
|
1506 |
-
|
1507 |
-
.fa-lightbulb:before {
|
1508 |
-
content: "\f0eb"; }
|
1509 |
-
|
1510 |
-
.fa-line:before {
|
1511 |
-
content: "\f3c0"; }
|
1512 |
-
|
1513 |
-
.fa-link:before {
|
1514 |
-
content: "\f0c1"; }
|
1515 |
-
|
1516 |
-
.fa-linkedin:before {
|
1517 |
-
content: "\f08c"; }
|
1518 |
-
|
1519 |
-
.fa-linkedin-in:before {
|
1520 |
-
content: "\f0e1"; }
|
1521 |
-
|
1522 |
-
.fa-linode:before {
|
1523 |
-
content: "\f2b8"; }
|
1524 |
-
|
1525 |
-
.fa-linux:before {
|
1526 |
-
content: "\f17c"; }
|
1527 |
-
|
1528 |
-
.fa-lira-sign:before {
|
1529 |
-
content: "\f195"; }
|
1530 |
-
|
1531 |
-
.fa-list:before {
|
1532 |
-
content: "\f03a"; }
|
1533 |
-
|
1534 |
-
.fa-list-alt:before {
|
1535 |
-
content: "\f022"; }
|
1536 |
-
|
1537 |
-
.fa-list-ol:before {
|
1538 |
-
content: "\f0cb"; }
|
1539 |
-
|
1540 |
-
.fa-list-ul:before {
|
1541 |
-
content: "\f0ca"; }
|
1542 |
-
|
1543 |
-
.fa-location-arrow:before {
|
1544 |
-
content: "\f124"; }
|
1545 |
-
|
1546 |
-
.fa-lock:before {
|
1547 |
-
content: "\f023"; }
|
1548 |
-
|
1549 |
-
.fa-lock-open:before {
|
1550 |
-
content: "\f3c1"; }
|
1551 |
-
|
1552 |
-
.fa-long-arrow-alt-down:before {
|
1553 |
-
content: "\f309"; }
|
1554 |
-
|
1555 |
-
.fa-long-arrow-alt-left:before {
|
1556 |
-
content: "\f30a"; }
|
1557 |
-
|
1558 |
-
.fa-long-arrow-alt-right:before {
|
1559 |
-
content: "\f30b"; }
|
1560 |
-
|
1561 |
-
.fa-long-arrow-alt-up:before {
|
1562 |
-
content: "\f30c"; }
|
1563 |
-
|
1564 |
-
.fa-low-vision:before {
|
1565 |
-
content: "\f2a8"; }
|
1566 |
-
|
1567 |
-
.fa-lyft:before {
|
1568 |
-
content: "\f3c3"; }
|
1569 |
-
|
1570 |
-
.fa-magento:before {
|
1571 |
-
content: "\f3c4"; }
|
1572 |
-
|
1573 |
-
.fa-magic:before {
|
1574 |
-
content: "\f0d0"; }
|
1575 |
-
|
1576 |
-
.fa-magnet:before {
|
1577 |
-
content: "\f076"; }
|
1578 |
-
|
1579 |
-
.fa-male:before {
|
1580 |
-
content: "\f183"; }
|
1581 |
-
|
1582 |
-
.fa-map:before {
|
1583 |
-
content: "\f279"; }
|
1584 |
-
|
1585 |
-
.fa-map-marker:before {
|
1586 |
-
content: "\f041"; }
|
1587 |
-
|
1588 |
-
.fa-map-marker-alt:before {
|
1589 |
-
content: "\f3c5"; }
|
1590 |
-
|
1591 |
-
.fa-map-pin:before {
|
1592 |
-
content: "\f276"; }
|
1593 |
-
|
1594 |
-
.fa-map-signs:before {
|
1595 |
-
content: "\f277"; }
|
1596 |
-
|
1597 |
-
.fa-mars:before {
|
1598 |
-
content: "\f222"; }
|
1599 |
-
|
1600 |
-
.fa-mars-double:before {
|
1601 |
-
content: "\f227"; }
|
1602 |
-
|
1603 |
-
.fa-mars-stroke:before {
|
1604 |
-
content: "\f229"; }
|
1605 |
-
|
1606 |
-
.fa-mars-stroke-h:before {
|
1607 |
-
content: "\f22b"; }
|
1608 |
-
|
1609 |
-
.fa-mars-stroke-v:before {
|
1610 |
-
content: "\f22a"; }
|
1611 |
-
|
1612 |
-
.fa-maxcdn:before {
|
1613 |
-
content: "\f136"; }
|
1614 |
-
|
1615 |
-
.fa-medapps:before {
|
1616 |
-
content: "\f3c6"; }
|
1617 |
-
|
1618 |
-
.fa-medium:before {
|
1619 |
-
content: "\f23a"; }
|
1620 |
-
|
1621 |
-
.fa-medium-m:before {
|
1622 |
-
content: "\f3c7"; }
|
1623 |
-
|
1624 |
-
.fa-medkit:before {
|
1625 |
-
content: "\f0fa"; }
|
1626 |
-
|
1627 |
-
.fa-medrt:before {
|
1628 |
-
content: "\f3c8"; }
|
1629 |
-
|
1630 |
-
.fa-meetup:before {
|
1631 |
-
content: "\f2e0"; }
|
1632 |
-
|
1633 |
-
.fa-meh:before {
|
1634 |
-
content: "\f11a"; }
|
1635 |
-
|
1636 |
-
.fa-mercury:before {
|
1637 |
-
content: "\f223"; }
|
1638 |
-
|
1639 |
-
.fa-microchip:before {
|
1640 |
-
content: "\f2db"; }
|
1641 |
-
|
1642 |
-
.fa-microphone:before {
|
1643 |
-
content: "\f130"; }
|
1644 |
-
|
1645 |
-
.fa-microphone-slash:before {
|
1646 |
-
content: "\f131"; }
|
1647 |
-
|
1648 |
-
.fa-microsoft:before {
|
1649 |
-
content: "\f3ca"; }
|
1650 |
-
|
1651 |
-
.fa-minus:before {
|
1652 |
-
content: "\f068"; }
|
1653 |
-
|
1654 |
-
.fa-minus-circle:before {
|
1655 |
-
content: "\f056"; }
|
1656 |
-
|
1657 |
-
.fa-minus-square:before {
|
1658 |
-
content: "\f146"; }
|
1659 |
-
|
1660 |
-
.fa-mix:before {
|
1661 |
-
content: "\f3cb"; }
|
1662 |
-
|
1663 |
-
.fa-mixcloud:before {
|
1664 |
-
content: "\f289"; }
|
1665 |
-
|
1666 |
-
.fa-mizuni:before {
|
1667 |
-
content: "\f3cc"; }
|
1668 |
-
|
1669 |
-
.fa-mobile:before {
|
1670 |
-
content: "\f10b"; }
|
1671 |
-
|
1672 |
-
.fa-mobile-alt:before {
|
1673 |
-
content: "\f3cd"; }
|
1674 |
-
|
1675 |
-
.fa-modx:before {
|
1676 |
-
content: "\f285"; }
|
1677 |
-
|
1678 |
-
.fa-monero:before {
|
1679 |
-
content: "\f3d0"; }
|
1680 |
-
|
1681 |
-
.fa-money-bill-alt:before {
|
1682 |
-
content: "\f3d1"; }
|
1683 |
-
|
1684 |
-
.fa-moon:before {
|
1685 |
-
content: "\f186"; }
|
1686 |
-
|
1687 |
-
.fa-motorcycle:before {
|
1688 |
-
content: "\f21c"; }
|
1689 |
-
|
1690 |
-
.fa-mouse-pointer:before {
|
1691 |
-
content: "\f245"; }
|
1692 |
-
|
1693 |
-
.fa-music:before {
|
1694 |
-
content: "\f001"; }
|
1695 |
-
|
1696 |
-
.fa-napster:before {
|
1697 |
-
content: "\f3d2"; }
|
1698 |
-
|
1699 |
-
.fa-neuter:before {
|
1700 |
-
content: "\f22c"; }
|
1701 |
-
|
1702 |
-
.fa-newspaper:before {
|
1703 |
-
content: "\f1ea"; }
|
1704 |
-
|
1705 |
-
.fa-nintendo-switch:before {
|
1706 |
-
content: "\f418"; }
|
1707 |
-
|
1708 |
-
.fa-node:before {
|
1709 |
-
content: "\f419"; }
|
1710 |
-
|
1711 |
-
.fa-node-js:before {
|
1712 |
-
content: "\f3d3"; }
|
1713 |
-
|
1714 |
-
.fa-npm:before {
|
1715 |
-
content: "\f3d4"; }
|
1716 |
-
|
1717 |
-
.fa-ns8:before {
|
1718 |
-
content: "\f3d5"; }
|
1719 |
-
|
1720 |
-
.fa-nutritionix:before {
|
1721 |
-
content: "\f3d6"; }
|
1722 |
-
|
1723 |
-
.fa-object-group:before {
|
1724 |
-
content: "\f247"; }
|
1725 |
-
|
1726 |
-
.fa-object-ungroup:before {
|
1727 |
-
content: "\f248"; }
|
1728 |
-
|
1729 |
-
.fa-odnoklassniki:before {
|
1730 |
-
content: "\f263"; }
|
1731 |
-
|
1732 |
-
.fa-odnoklassniki-square:before {
|
1733 |
-
content: "\f264"; }
|
1734 |
-
|
1735 |
-
.fa-opencart:before {
|
1736 |
-
content: "\f23d"; }
|
1737 |
-
|
1738 |
-
.fa-openid:before {
|
1739 |
-
content: "\f19b"; }
|
1740 |
-
|
1741 |
-
.fa-opera:before {
|
1742 |
-
content: "\f26a"; }
|
1743 |
-
|
1744 |
-
.fa-optin-monster:before {
|
1745 |
-
content: "\f23c"; }
|
1746 |
-
|
1747 |
-
.fa-osi:before {
|
1748 |
-
content: "\f41a"; }
|
1749 |
-
|
1750 |
-
.fa-outdent:before {
|
1751 |
-
content: "\f03b"; }
|
1752 |
-
|
1753 |
-
.fa-page4:before {
|
1754 |
-
content: "\f3d7"; }
|
1755 |
-
|
1756 |
-
.fa-pagelines:before {
|
1757 |
-
content: "\f18c"; }
|
1758 |
-
|
1759 |
-
.fa-paint-brush:before {
|
1760 |
-
content: "\f1fc"; }
|
1761 |
-
|
1762 |
-
.fa-palfed:before {
|
1763 |
-
content: "\f3d8"; }
|
1764 |
-
|
1765 |
-
.fa-pallet:before {
|
1766 |
-
content: "\f482"; }
|
1767 |
-
|
1768 |
-
.fa-paper-plane:before {
|
1769 |
-
content: "\f1d8"; }
|
1770 |
-
|
1771 |
-
.fa-paperclip:before {
|
1772 |
-
content: "\f0c6"; }
|
1773 |
-
|
1774 |
-
.fa-paragraph:before {
|
1775 |
-
content: "\f1dd"; }
|
1776 |
-
|
1777 |
-
.fa-paste:before {
|
1778 |
-
content: "\f0ea"; }
|
1779 |
-
|
1780 |
-
.fa-patreon:before {
|
1781 |
-
content: "\f3d9"; }
|
1782 |
-
|
1783 |
-
.fa-pause:before {
|
1784 |
-
content: "\f04c"; }
|
1785 |
-
|
1786 |
-
.fa-pause-circle:before {
|
1787 |
-
content: "\f28b"; }
|
1788 |
-
|
1789 |
-
.fa-paw:before {
|
1790 |
-
content: "\f1b0"; }
|
1791 |
-
|
1792 |
-
.fa-paypal:before {
|
1793 |
-
content: "\f1ed"; }
|
1794 |
-
|
1795 |
-
.fa-pen-square:before {
|
1796 |
-
content: "\f14b"; }
|
1797 |
-
|
1798 |
-
.fa-pencil-alt:before {
|
1799 |
-
content: "\f303"; }
|
1800 |
-
|
1801 |
-
.fa-percent:before {
|
1802 |
-
content: "\f295"; }
|
1803 |
-
|
1804 |
-
.fa-periscope:before {
|
1805 |
-
content: "\f3da"; }
|
1806 |
-
|
1807 |
-
.fa-phabricator:before {
|
1808 |
-
content: "\f3db"; }
|
1809 |
-
|
1810 |
-
.fa-phoenix-framework:before {
|
1811 |
-
content: "\f3dc"; }
|
1812 |
-
|
1813 |
-
.fa-phone:before {
|
1814 |
-
content: "\f095"; }
|
1815 |
-
|
1816 |
-
.fa-phone-square:before {
|
1817 |
-
content: "\f098"; }
|
1818 |
-
|
1819 |
-
.fa-phone-volume:before {
|
1820 |
-
content: "\f2a0"; }
|
1821 |
-
|
1822 |
-
.fa-php:before {
|
1823 |
-
content: "\f457"; }
|
1824 |
-
|
1825 |
-
.fa-pied-piper:before {
|
1826 |
-
content: "\f2ae"; }
|
1827 |
-
|
1828 |
-
.fa-pied-piper-alt:before {
|
1829 |
-
content: "\f1a8"; }
|
1830 |
-
|
1831 |
-
.fa-pied-piper-pp:before {
|
1832 |
-
content: "\f1a7"; }
|
1833 |
-
|
1834 |
-
.fa-pills:before {
|
1835 |
-
content: "\f484"; }
|
1836 |
-
|
1837 |
-
.fa-pinterest:before {
|
1838 |
-
content: "\f0d2"; }
|
1839 |
-
|
1840 |
-
.fa-pinterest-p:before {
|
1841 |
-
content: "\f231"; }
|
1842 |
-
|
1843 |
-
.fa-pinterest-square:before {
|
1844 |
-
content: "\f0d3"; }
|
1845 |
-
|
1846 |
-
.fa-plane:before {
|
1847 |
-
content: "\f072"; }
|
1848 |
-
|
1849 |
-
.fa-play:before {
|
1850 |
-
content: "\f04b"; }
|
1851 |
-
|
1852 |
-
.fa-play-circle:before {
|
1853 |
-
content: "\f144"; }
|
1854 |
-
|
1855 |
-
.fa-playstation:before {
|
1856 |
-
content: "\f3df"; }
|
1857 |
-
|
1858 |
-
.fa-plug:before {
|
1859 |
-
content: "\f1e6"; }
|
1860 |
-
|
1861 |
-
.fa-plus:before {
|
1862 |
-
content: "\f067"; }
|
1863 |
-
|
1864 |
-
.fa-plus-circle:before {
|
1865 |
-
content: "\f055"; }
|
1866 |
-
|
1867 |
-
.fa-plus-square:before {
|
1868 |
-
content: "\f0fe"; }
|
1869 |
-
|
1870 |
-
.fa-podcast:before {
|
1871 |
-
content: "\f2ce"; }
|
1872 |
-
|
1873 |
-
.fa-pound-sign:before {
|
1874 |
-
content: "\f154"; }
|
1875 |
-
|
1876 |
-
.fa-power-off:before {
|
1877 |
-
content: "\f011"; }
|
1878 |
-
|
1879 |
-
.fa-print:before {
|
1880 |
-
content: "\f02f"; }
|
1881 |
-
|
1882 |
-
.fa-product-hunt:before {
|
1883 |
-
content: "\f288"; }
|
1884 |
-
|
1885 |
-
.fa-pushed:before {
|
1886 |
-
content: "\f3e1"; }
|
1887 |
-
|
1888 |
-
.fa-puzzle-piece:before {
|
1889 |
-
content: "\f12e"; }
|
1890 |
-
|
1891 |
-
.fa-python:before {
|
1892 |
-
content: "\f3e2"; }
|
1893 |
-
|
1894 |
-
.fa-qq:before {
|
1895 |
-
content: "\f1d6"; }
|
1896 |
-
|
1897 |
-
.fa-qrcode:before {
|
1898 |
-
content: "\f029"; }
|
1899 |
-
|
1900 |
-
.fa-question:before {
|
1901 |
-
content: "\f128"; }
|
1902 |
-
|
1903 |
-
.fa-question-circle:before {
|
1904 |
-
content: "\f059"; }
|
1905 |
-
|
1906 |
-
.fa-quidditch:before {
|
1907 |
-
content: "\f458"; }
|
1908 |
-
|
1909 |
-
.fa-quinscape:before {
|
1910 |
-
content: "\f459"; }
|
1911 |
-
|
1912 |
-
.fa-quora:before {
|
1913 |
-
content: "\f2c4"; }
|
1914 |
-
|
1915 |
-
.fa-quote-left:before {
|
1916 |
-
content: "\f10d"; }
|
1917 |
-
|
1918 |
-
.fa-quote-right:before {
|
1919 |
-
content: "\f10e"; }
|
1920 |
-
|
1921 |
-
.fa-random:before {
|
1922 |
-
content: "\f074"; }
|
1923 |
-
|
1924 |
-
.fa-ravelry:before {
|
1925 |
-
content: "\f2d9"; }
|
1926 |
-
|
1927 |
-
.fa-react:before {
|
1928 |
-
content: "\f41b"; }
|
1929 |
-
|
1930 |
-
.fa-rebel:before {
|
1931 |
-
content: "\f1d0"; }
|
1932 |
-
|
1933 |
-
.fa-recycle:before {
|
1934 |
-
content: "\f1b8"; }
|
1935 |
-
|
1936 |
-
.fa-red-river:before {
|
1937 |
-
content: "\f3e3"; }
|
1938 |
-
|
1939 |
-
.fa-reddit:before {
|
1940 |
-
content: "\f1a1"; }
|
1941 |
-
|
1942 |
-
.fa-reddit-alien:before {
|
1943 |
-
content: "\f281"; }
|
1944 |
-
|
1945 |
-
.fa-reddit-square:before {
|
1946 |
-
content: "\f1a2"; }
|
1947 |
-
|
1948 |
-
.fa-redo:before {
|
1949 |
-
content: "\f01e"; }
|
1950 |
-
|
1951 |
-
.fa-redo-alt:before {
|
1952 |
-
content: "\f2f9"; }
|
1953 |
-
|
1954 |
-
.fa-registered:before {
|
1955 |
-
content: "\f25d"; }
|
1956 |
-
|
1957 |
-
.fa-rendact:before {
|
1958 |
-
content: "\f3e4"; }
|
1959 |
-
|
1960 |
-
.fa-renren:before {
|
1961 |
-
content: "\f18b"; }
|
1962 |
-
|
1963 |
-
.fa-reply:before {
|
1964 |
-
content: "\f3e5"; }
|
1965 |
-
|
1966 |
-
.fa-reply-all:before {
|
1967 |
-
content: "\f122"; }
|
1968 |
-
|
1969 |
-
.fa-replyd:before {
|
1970 |
-
content: "\f3e6"; }
|
1971 |
-
|
1972 |
-
.fa-resolving:before {
|
1973 |
-
content: "\f3e7"; }
|
1974 |
-
|
1975 |
-
.fa-retweet:before {
|
1976 |
-
content: "\f079"; }
|
1977 |
-
|
1978 |
-
.fa-road:before {
|
1979 |
-
content: "\f018"; }
|
1980 |
-
|
1981 |
-
.fa-rocket:before {
|
1982 |
-
content: "\f135"; }
|
1983 |
-
|
1984 |
-
.fa-rocketchat:before {
|
1985 |
-
content: "\f3e8"; }
|
1986 |
-
|
1987 |
-
.fa-rockrms:before {
|
1988 |
-
content: "\f3e9"; }
|
1989 |
-
|
1990 |
-
.fa-rss:before {
|
1991 |
-
content: "\f09e"; }
|
1992 |
-
|
1993 |
-
.fa-rss-square:before {
|
1994 |
-
content: "\f143"; }
|
1995 |
-
|
1996 |
-
.fa-ruble-sign:before {
|
1997 |
-
content: "\f158"; }
|
1998 |
-
|
1999 |
-
.fa-rupee-sign:before {
|
2000 |
-
content: "\f156"; }
|
2001 |
-
|
2002 |
-
.fa-safari:before {
|
2003 |
-
content: "\f267"; }
|
2004 |
-
|
2005 |
-
.fa-sass:before {
|
2006 |
-
content: "\f41e"; }
|
2007 |
-
|
2008 |
-
.fa-save:before {
|
2009 |
-
content: "\f0c7"; }
|
2010 |
-
|
2011 |
-
.fa-schlix:before {
|
2012 |
-
content: "\f3ea"; }
|
2013 |
-
|
2014 |
-
.fa-scribd:before {
|
2015 |
-
content: "\f28a"; }
|
2016 |
-
|
2017 |
-
.fa-search:before {
|
2018 |
-
content: "\f002"; }
|
2019 |
-
|
2020 |
-
.fa-search-minus:before {
|
2021 |
-
content: "\f010"; }
|
2022 |
-
|
2023 |
-
.fa-search-plus:before {
|
2024 |
-
content: "\f00e"; }
|
2025 |
-
|
2026 |
-
.fa-searchengin:before {
|
2027 |
-
content: "\f3eb"; }
|
2028 |
-
|
2029 |
-
.fa-sellcast:before {
|
2030 |
-
content: "\f2da"; }
|
2031 |
-
|
2032 |
-
.fa-sellsy:before {
|
2033 |
-
content: "\f213"; }
|
2034 |
-
|
2035 |
-
.fa-server:before {
|
2036 |
-
content: "\f233"; }
|
2037 |
-
|
2038 |
-
.fa-servicestack:before {
|
2039 |
-
content: "\f3ec"; }
|
2040 |
-
|
2041 |
-
.fa-share:before {
|
2042 |
-
content: "\f064"; }
|
2043 |
-
|
2044 |
-
.fa-share-alt:before {
|
2045 |
-
content: "\f1e0"; }
|
2046 |
-
|
2047 |
-
.fa-share-alt-square:before {
|
2048 |
-
content: "\f1e1"; }
|
2049 |
-
|
2050 |
-
.fa-share-square:before {
|
2051 |
-
content: "\f14d"; }
|
2052 |
-
|
2053 |
-
.fa-shekel-sign:before {
|
2054 |
-
content: "\f20b"; }
|
2055 |
-
|
2056 |
-
.fa-shield-alt:before {
|
2057 |
-
content: "\f3ed"; }
|
2058 |
-
|
2059 |
-
.fa-ship:before {
|
2060 |
-
content: "\f21a"; }
|
2061 |
-
|
2062 |
-
.fa-shipping-fast:before {
|
2063 |
-
content: "\f48b"; }
|
2064 |
-
|
2065 |
-
.fa-shirtsinbulk:before {
|
2066 |
-
content: "\f214"; }
|
2067 |
-
|
2068 |
-
.fa-shopping-bag:before {
|
2069 |
-
content: "\f290"; }
|
2070 |
-
|
2071 |
-
.fa-shopping-basket:before {
|
2072 |
-
content: "\f291"; }
|
2073 |
-
|
2074 |
-
.fa-shopping-cart:before {
|
2075 |
-
content: "\f07a"; }
|
2076 |
-
|
2077 |
-
.fa-shower:before {
|
2078 |
-
content: "\f2cc"; }
|
2079 |
-
|
2080 |
-
.fa-sign-in-alt:before {
|
2081 |
-
content: "\f2f6"; }
|
2082 |
-
|
2083 |
-
.fa-sign-language:before {
|
2084 |
-
content: "\f2a7"; }
|
2085 |
-
|
2086 |
-
.fa-sign-out-alt:before {
|
2087 |
-
content: "\f2f5"; }
|
2088 |
-
|
2089 |
-
.fa-signal:before {
|
2090 |
-
content: "\f012"; }
|
2091 |
-
|
2092 |
-
.fa-simplybuilt:before {
|
2093 |
-
content: "\f215"; }
|
2094 |
-
|
2095 |
-
.fa-sistrix:before {
|
2096 |
-
content: "\f3ee"; }
|
2097 |
-
|
2098 |
-
.fa-sitemap:before {
|
2099 |
-
content: "\f0e8"; }
|
2100 |
-
|
2101 |
-
.fa-skyatlas:before {
|
2102 |
-
content: "\f216"; }
|
2103 |
-
|
2104 |
-
.fa-skype:before {
|
2105 |
-
content: "\f17e"; }
|
2106 |
-
|
2107 |
-
.fa-slack:before {
|
2108 |
-
content: "\f198"; }
|
2109 |
-
|
2110 |
-
.fa-slack-hash:before {
|
2111 |
-
content: "\f3ef"; }
|
2112 |
-
|
2113 |
-
.fa-sliders-h:before {
|
2114 |
-
content: "\f1de"; }
|
2115 |
-
|
2116 |
-
.fa-slideshare:before {
|
2117 |
-
content: "\f1e7"; }
|
2118 |
-
|
2119 |
-
.fa-smile:before {
|
2120 |
-
content: "\f118"; }
|
2121 |
-
|
2122 |
-
.fa-snapchat:before {
|
2123 |
-
content: "\f2ab"; }
|
2124 |
-
|
2125 |
-
.fa-snapchat-ghost:before {
|
2126 |
-
content: "\f2ac"; }
|
2127 |
-
|
2128 |
-
.fa-snapchat-square:before {
|
2129 |
-
content: "\f2ad"; }
|
2130 |
-
|
2131 |
-
.fa-snowflake:before {
|
2132 |
-
content: "\f2dc"; }
|
2133 |
-
|
2134 |
-
.fa-sort:before {
|
2135 |
-
content: "\f0dc"; }
|
2136 |
-
|
2137 |
-
.fa-sort-alpha-down:before {
|
2138 |
-
content: "\f15d"; }
|
2139 |
-
|
2140 |
-
.fa-sort-alpha-up:before {
|
2141 |
-
content: "\f15e"; }
|
2142 |
-
|
2143 |
-
.fa-sort-amount-down:before {
|
2144 |
-
content: "\f160"; }
|
2145 |
-
|
2146 |
-
.fa-sort-amount-up:before {
|
2147 |
-
content: "\f161"; }
|
2148 |
-
|
2149 |
-
.fa-sort-down:before {
|
2150 |
-
content: "\f0dd"; }
|
2151 |
-
|
2152 |
-
.fa-sort-numeric-down:before {
|
2153 |
-
content: "\f162"; }
|
2154 |
-
|
2155 |
-
.fa-sort-numeric-up:before {
|
2156 |
-
content: "\f163"; }
|
2157 |
-
|
2158 |
-
.fa-sort-up:before {
|
2159 |
-
content: "\f0de"; }
|
2160 |
-
|
2161 |
-
.fa-soundcloud:before {
|
2162 |
-
content: "\f1be"; }
|
2163 |
-
|
2164 |
-
.fa-space-shuttle:before {
|
2165 |
-
content: "\f197"; }
|
2166 |
-
|
2167 |
-
.fa-speakap:before {
|
2168 |
-
content: "\f3f3"; }
|
2169 |
-
|
2170 |
-
.fa-spinner:before {
|
2171 |
-
content: "\f110"; }
|
2172 |
-
|
2173 |
-
.fa-spotify:before {
|
2174 |
-
content: "\f1bc"; }
|
2175 |
-
|
2176 |
-
.fa-square:before {
|
2177 |
-
content: "\f0c8"; }
|
2178 |
-
|
2179 |
-
.fa-square-full:before {
|
2180 |
-
content: "\f45c"; }
|
2181 |
-
|
2182 |
-
.fa-stack-exchange:before {
|
2183 |
-
content: "\f18d"; }
|
2184 |
-
|
2185 |
-
.fa-stack-overflow:before {
|
2186 |
-
content: "\f16c"; }
|
2187 |
-
|
2188 |
-
.fa-star:before {
|
2189 |
-
content: "\f005"; }
|
2190 |
-
|
2191 |
-
.fa-star-half:before {
|
2192 |
-
content: "\f089"; }
|
2193 |
-
|
2194 |
-
.fa-staylinked:before {
|
2195 |
-
content: "\f3f5"; }
|
2196 |
-
|
2197 |
-
.fa-steam:before {
|
2198 |
-
content: "\f1b6"; }
|
2199 |
-
|
2200 |
-
.fa-steam-square:before {
|
2201 |
-
content: "\f1b7"; }
|
2202 |
-
|
2203 |
-
.fa-steam-symbol:before {
|
2204 |
-
content: "\f3f6"; }
|
2205 |
-
|
2206 |
-
.fa-step-backward:before {
|
2207 |
-
content: "\f048"; }
|
2208 |
-
|
2209 |
-
.fa-step-forward:before {
|
2210 |
-
content: "\f051"; }
|
2211 |
-
|
2212 |
-
.fa-stethoscope:before {
|
2213 |
-
content: "\f0f1"; }
|
2214 |
-
|
2215 |
-
.fa-sticker-mule:before {
|
2216 |
-
content: "\f3f7"; }
|
2217 |
-
|
2218 |
-
.fa-sticky-note:before {
|
2219 |
-
content: "\f249"; }
|
2220 |
-
|
2221 |
-
.fa-stop:before {
|
2222 |
-
content: "\f04d"; }
|
2223 |
-
|
2224 |
-
.fa-stop-circle:before {
|
2225 |
-
content: "\f28d"; }
|
2226 |
-
|
2227 |
-
.fa-stopwatch:before {
|
2228 |
-
content: "\f2f2"; }
|
2229 |
-
|
2230 |
-
.fa-strava:before {
|
2231 |
-
content: "\f428"; }
|
2232 |
-
|
2233 |
-
.fa-street-view:before {
|
2234 |
-
content: "\f21d"; }
|
2235 |
-
|
2236 |
-
.fa-strikethrough:before {
|
2237 |
-
content: "\f0cc"; }
|
2238 |
-
|
2239 |
-
.fa-stripe:before {
|
2240 |
-
content: "\f429"; }
|
2241 |
-
|
2242 |
-
.fa-stripe-s:before {
|
2243 |
-
content: "\f42a"; }
|
2244 |
-
|
2245 |
-
.fa-studiovinari:before {
|
2246 |
-
content: "\f3f8"; }
|
2247 |
-
|
2248 |
-
.fa-stumbleupon:before {
|
2249 |
-
content: "\f1a4"; }
|
2250 |
-
|
2251 |
-
.fa-stumbleupon-circle:before {
|
2252 |
-
content: "\f1a3"; }
|
2253 |
-
|
2254 |
-
.fa-subscript:before {
|
2255 |
-
content: "\f12c"; }
|
2256 |
-
|
2257 |
-
.fa-subway:before {
|
2258 |
-
content: "\f239"; }
|
2259 |
-
|
2260 |
-
.fa-suitcase:before {
|
2261 |
-
content: "\f0f2"; }
|
2262 |
-
|
2263 |
-
.fa-sun:before {
|
2264 |
-
content: "\f185"; }
|
2265 |
-
|
2266 |
-
.fa-superpowers:before {
|
2267 |
-
content: "\f2dd"; }
|
2268 |
-
|
2269 |
-
.fa-superscript:before {
|
2270 |
-
content: "\f12b"; }
|
2271 |
-
|
2272 |
-
.fa-supple:before {
|
2273 |
-
content: "\f3f9"; }
|
2274 |
-
|
2275 |
-
.fa-sync:before {
|
2276 |
-
content: "\f021"; }
|
2277 |
-
|
2278 |
-
.fa-sync-alt:before {
|
2279 |
-
content: "\f2f1"; }
|
2280 |
-
|
2281 |
-
.fa-syringe:before {
|
2282 |
-
content: "\f48e"; }
|
2283 |
-
|
2284 |
-
.fa-table:before {
|
2285 |
-
content: "\f0ce"; }
|
2286 |
-
|
2287 |
-
.fa-table-tennis:before {
|
2288 |
-
content: "\f45d"; }
|
2289 |
-
|
2290 |
-
.fa-tablet:before {
|
2291 |
-
content: "\f10a"; }
|
2292 |
-
|
2293 |
-
.fa-tablet-alt:before {
|
2294 |
-
content: "\f3fa"; }
|
2295 |
-
|
2296 |
-
.fa-tachometer-alt:before {
|
2297 |
-
content: "\f3fd"; }
|
2298 |
-
|
2299 |
-
.fa-tag:before {
|
2300 |
-
content: "\f02b"; }
|
2301 |
-
|
2302 |
-
.fa-tags:before {
|
2303 |
-
content: "\f02c"; }
|
2304 |
-
|
2305 |
-
.fa-tasks:before {
|
2306 |
-
content: "\f0ae"; }
|
2307 |
-
|
2308 |
-
.fa-taxi:before {
|
2309 |
-
content: "\f1ba"; }
|
2310 |
-
|
2311 |
-
.fa-telegram:before {
|
2312 |
-
content: "\f2c6"; }
|
2313 |
-
|
2314 |
-
.fa-telegram-plane:before {
|
2315 |
-
content: "\f3fe"; }
|
2316 |
-
|
2317 |
-
.fa-tencent-weibo:before {
|
2318 |
-
content: "\f1d5"; }
|
2319 |
-
|
2320 |
-
.fa-terminal:before {
|
2321 |
-
content: "\f120"; }
|
2322 |
-
|
2323 |
-
.fa-text-height:before {
|
2324 |
-
content: "\f034"; }
|
2325 |
-
|
2326 |
-
.fa-text-width:before {
|
2327 |
-
content: "\f035"; }
|
2328 |
-
|
2329 |
-
.fa-th:before {
|
2330 |
-
content: "\f00a"; }
|
2331 |
-
|
2332 |
-
.fa-th-large:before {
|
2333 |
-
content: "\f009"; }
|
2334 |
-
|
2335 |
-
.fa-th-list:before {
|
2336 |
-
content: "\f00b"; }
|
2337 |
-
|
2338 |
-
.fa-themeisle:before {
|
2339 |
-
content: "\f2b2"; }
|
2340 |
-
|
2341 |
-
.fa-thermometer:before {
|
2342 |
-
content: "\f491"; }
|
2343 |
-
|
2344 |
-
.fa-thermometer-empty:before {
|
2345 |
-
content: "\f2cb"; }
|
2346 |
-
|
2347 |
-
.fa-thermometer-full:before {
|
2348 |
-
content: "\f2c7"; }
|
2349 |
-
|
2350 |
-
.fa-thermometer-half:before {
|
2351 |
-
content: "\f2c9"; }
|
2352 |
-
|
2353 |
-
.fa-thermometer-quarter:before {
|
2354 |
-
content: "\f2ca"; }
|
2355 |
-
|
2356 |
-
.fa-thermometer-three-quarters:before {
|
2357 |
-
content: "\f2c8"; }
|
2358 |
-
|
2359 |
-
.fa-thumbs-down:before {
|
2360 |
-
content: "\f165"; }
|
2361 |
-
|
2362 |
-
.fa-thumbs-up:before {
|
2363 |
-
content: "\f164"; }
|
2364 |
-
|
2365 |
-
.fa-thumbtack:before {
|
2366 |
-
content: "\f08d"; }
|
2367 |
-
|
2368 |
-
.fa-ticket-alt:before {
|
2369 |
-
content: "\f3ff"; }
|
2370 |
-
|
2371 |
-
.fa-times:before {
|
2372 |
-
content: "\f00d"; }
|
2373 |
-
|
2374 |
-
.fa-times-circle:before {
|
2375 |
-
content: "\f057"; }
|
2376 |
-
|
2377 |
-
.fa-tint:before {
|
2378 |
-
content: "\f043"; }
|
2379 |
-
|
2380 |
-
.fa-toggle-off:before {
|
2381 |
-
content: "\f204"; }
|
2382 |
-
|
2383 |
-
.fa-toggle-on:before {
|
2384 |
-
content: "\f205"; }
|
2385 |
-
|
2386 |
-
.fa-trademark:before {
|
2387 |
-
content: "\f25c"; }
|
2388 |
-
|
2389 |
-
.fa-train:before {
|
2390 |
-
content: "\f238"; }
|
2391 |
-
|
2392 |
-
.fa-transgender:before {
|
2393 |
-
content: "\f224"; }
|
2394 |
-
|
2395 |
-
.fa-transgender-alt:before {
|
2396 |
-
content: "\f225"; }
|
2397 |
-
|
2398 |
-
.fa-trash:before {
|
2399 |
-
content: "\f1f8"; }
|
2400 |
-
|
2401 |
-
.fa-trash-alt:before {
|
2402 |
-
content: "\f2ed"; }
|
2403 |
-
|
2404 |
-
.fa-tree:before {
|
2405 |
-
content: "\f1bb"; }
|
2406 |
-
|
2407 |
-
.fa-trello:before {
|
2408 |
-
content: "\f181"; }
|
2409 |
-
|
2410 |
-
.fa-tripadvisor:before {
|
2411 |
-
content: "\f262"; }
|
2412 |
-
|
2413 |
-
.fa-trophy:before {
|
2414 |
-
content: "\f091"; }
|
2415 |
-
|
2416 |
-
.fa-truck:before {
|
2417 |
-
content: "\f0d1"; }
|
2418 |
-
|
2419 |
-
.fa-tty:before {
|
2420 |
-
content: "\f1e4"; }
|
2421 |
-
|
2422 |
-
.fa-tumblr:before {
|
2423 |
-
content: "\f173"; }
|
2424 |
-
|
2425 |
-
.fa-tumblr-square:before {
|
2426 |
-
content: "\f174"; }
|
2427 |
-
|
2428 |
-
.fa-tv:before {
|
2429 |
-
content: "\f26c"; }
|
2430 |
-
|
2431 |
-
.fa-twitch:before {
|
2432 |
-
content: "\f1e8"; }
|
2433 |
-
|
2434 |
-
.fa-twitter:before {
|
2435 |
-
content: "\f099"; }
|
2436 |
-
|
2437 |
-
.fa-twitter-square:before {
|
2438 |
-
content: "\f081"; }
|
2439 |
-
|
2440 |
-
.fa-typo3:before {
|
2441 |
-
content: "\f42b"; }
|
2442 |
-
|
2443 |
-
.fa-uber:before {
|
2444 |
-
content: "\f402"; }
|
2445 |
-
|
2446 |
-
.fa-uikit:before {
|
2447 |
-
content: "\f403"; }
|
2448 |
-
|
2449 |
-
.fa-umbrella:before {
|
2450 |
-
content: "\f0e9"; }
|
2451 |
-
|
2452 |
-
.fa-underline:before {
|
2453 |
-
content: "\f0cd"; }
|
2454 |
-
|
2455 |
-
.fa-undo:before {
|
2456 |
-
content: "\f0e2"; }
|
2457 |
-
|
2458 |
-
.fa-undo-alt:before {
|
2459 |
-
content: "\f2ea"; }
|
2460 |
-
|
2461 |
-
.fa-uniregistry:before {
|
2462 |
-
content: "\f404"; }
|
2463 |
-
|
2464 |
-
.fa-universal-access:before {
|
2465 |
-
content: "\f29a"; }
|
2466 |
-
|
2467 |
-
.fa-university:before {
|
2468 |
-
content: "\f19c"; }
|
2469 |
-
|
2470 |
-
.fa-unlink:before {
|
2471 |
-
content: "\f127"; }
|
2472 |
-
|
2473 |
-
.fa-unlock:before {
|
2474 |
-
content: "\f09c"; }
|
2475 |
-
|
2476 |
-
.fa-unlock-alt:before {
|
2477 |
-
content: "\f13e"; }
|
2478 |
-
|
2479 |
-
.fa-untappd:before {
|
2480 |
-
content: "\f405"; }
|
2481 |
-
|
2482 |
-
.fa-upload:before {
|
2483 |
-
content: "\f093"; }
|
2484 |
-
|
2485 |
-
.fa-usb:before {
|
2486 |
-
content: "\f287"; }
|
2487 |
-
|
2488 |
-
.fa-user:before {
|
2489 |
-
content: "\f007"; }
|
2490 |
-
|
2491 |
-
.fa-user-circle:before {
|
2492 |
-
content: "\f2bd"; }
|
2493 |
-
|
2494 |
-
.fa-user-md:before {
|
2495 |
-
content: "\f0f0"; }
|
2496 |
-
|
2497 |
-
.fa-user-plus:before {
|
2498 |
-
content: "\f234"; }
|
2499 |
-
|
2500 |
-
.fa-user-secret:before {
|
2501 |
-
content: "\f21b"; }
|
2502 |
-
|
2503 |
-
.fa-user-times:before {
|
2504 |
-
content: "\f235"; }
|
2505 |
-
|
2506 |
-
.fa-users:before {
|
2507 |
-
content: "\f0c0"; }
|
2508 |
-
|
2509 |
-
.fa-ussunnah:before {
|
2510 |
-
content: "\f407"; }
|
2511 |
-
|
2512 |
-
.fa-utensil-spoon:before {
|
2513 |
-
content: "\f2e5"; }
|
2514 |
-
|
2515 |
-
.fa-utensils:before {
|
2516 |
-
content: "\f2e7"; }
|
2517 |
-
|
2518 |
-
.fa-vaadin:before {
|
2519 |
-
content: "\f408"; }
|
2520 |
-
|
2521 |
-
.fa-venus:before {
|
2522 |
-
content: "\f221"; }
|
2523 |
-
|
2524 |
-
.fa-venus-double:before {
|
2525 |
-
content: "\f226"; }
|
2526 |
-
|
2527 |
-
.fa-venus-mars:before {
|
2528 |
-
content: "\f228"; }
|
2529 |
-
|
2530 |
-
.fa-viacoin:before {
|
2531 |
-
content: "\f237"; }
|
2532 |
-
|
2533 |
-
.fa-viadeo:before {
|
2534 |
-
content: "\f2a9"; }
|
2535 |
-
|
2536 |
-
.fa-viadeo-square:before {
|
2537 |
-
content: "\f2aa"; }
|
2538 |
-
|
2539 |
-
.fa-viber:before {
|
2540 |
-
content: "\f409"; }
|
2541 |
-
|
2542 |
-
.fa-video:before {
|
2543 |
-
content: "\f03d"; }
|
2544 |
-
|
2545 |
-
.fa-vimeo:before {
|
2546 |
-
content: "\f40a"; }
|
2547 |
-
|
2548 |
-
.fa-vimeo-square:before {
|
2549 |
-
content: "\f194"; }
|
2550 |
-
|
2551 |
-
.fa-vimeo-v:before {
|
2552 |
-
content: "\f27d"; }
|
2553 |
-
|
2554 |
-
.fa-vine:before {
|
2555 |
-
content: "\f1ca"; }
|
2556 |
-
|
2557 |
-
.fa-vk:before {
|
2558 |
-
content: "\f189"; }
|
2559 |
-
|
2560 |
-
.fa-vnv:before {
|
2561 |
-
content: "\f40b"; }
|
2562 |
-
|
2563 |
-
.fa-volleyball-ball:before {
|
2564 |
-
content: "\f45f"; }
|
2565 |
-
|
2566 |
-
.fa-volume-down:before {
|
2567 |
-
content: "\f027"; }
|
2568 |
-
|
2569 |
-
.fa-volume-off:before {
|
2570 |
-
content: "\f026"; }
|
2571 |
-
|
2572 |
-
.fa-volume-up:before {
|
2573 |
-
content: "\f028"; }
|
2574 |
-
|
2575 |
-
.fa-vuejs:before {
|
2576 |
-
content: "\f41f"; }
|
2577 |
-
|
2578 |
-
.fa-warehouse:before {
|
2579 |
-
content: "\f494"; }
|
2580 |
-
|
2581 |
-
.fa-weibo:before {
|
2582 |
-
content: "\f18a"; }
|
2583 |
-
|
2584 |
-
.fa-weight:before {
|
2585 |
-
content: "\f496"; }
|
2586 |
-
|
2587 |
-
.fa-weixin:before {
|
2588 |
-
content: "\f1d7"; }
|
2589 |
-
|
2590 |
-
.fa-whatsapp:before {
|
2591 |
-
content: "\f232"; }
|
2592 |
-
|
2593 |
-
.fa-whatsapp-square:before {
|
2594 |
-
content: "\f40c"; }
|
2595 |
-
|
2596 |
-
.fa-wheelchair:before {
|
2597 |
-
content: "\f193"; }
|
2598 |
-
|
2599 |
-
.fa-whmcs:before {
|
2600 |
-
content: "\f40d"; }
|
2601 |
-
|
2602 |
-
.fa-wifi:before {
|
2603 |
-
content: "\f1eb"; }
|
2604 |
-
|
2605 |
-
.fa-wikipedia-w:before {
|
2606 |
-
content: "\f266"; }
|
2607 |
-
|
2608 |
-
.fa-window-close:before {
|
2609 |
-
content: "\f410"; }
|
2610 |
-
|
2611 |
-
.fa-window-maximize:before {
|
2612 |
-
content: "\f2d0"; }
|
2613 |
-
|
2614 |
-
.fa-window-minimize:before {
|
2615 |
-
content: "\f2d1"; }
|
2616 |
-
|
2617 |
-
.fa-window-restore:before {
|
2618 |
-
content: "\f2d2"; }
|
2619 |
-
|
2620 |
-
.fa-windows:before {
|
2621 |
-
content: "\f17a"; }
|
2622 |
-
|
2623 |
-
.fa-won-sign:before {
|
2624 |
-
content: "\f159"; }
|
2625 |
-
|
2626 |
-
.fa-wordpress:before {
|
2627 |
-
content: "\f19a"; }
|
2628 |
-
|
2629 |
-
.fa-wordpress-simple:before {
|
2630 |
-
content: "\f411"; }
|
2631 |
-
|
2632 |
-
.fa-wpbeginner:before {
|
2633 |
-
content: "\f297"; }
|
2634 |
-
|
2635 |
-
.fa-wpexplorer:before {
|
2636 |
-
content: "\f2de"; }
|
2637 |
-
|
2638 |
-
.fa-wpforms:before {
|
2639 |
-
content: "\f298"; }
|
2640 |
-
|
2641 |
-
.fa-wrench:before {
|
2642 |
-
content: "\f0ad"; }
|
2643 |
-
|
2644 |
-
.fa-xbox:before {
|
2645 |
-
content: "\f412"; }
|
2646 |
-
|
2647 |
-
.fa-xing:before {
|
2648 |
-
content: "\f168"; }
|
2649 |
-
|
2650 |
-
.fa-xing-square:before {
|
2651 |
-
content: "\f169"; }
|
2652 |
-
|
2653 |
-
.fa-y-combinator:before {
|
2654 |
-
content: "\f23b"; }
|
2655 |
-
|
2656 |
-
.fa-yahoo:before {
|
2657 |
-
content: "\f19e"; }
|
2658 |
-
|
2659 |
-
.fa-yandex:before {
|
2660 |
-
content: "\f413"; }
|
2661 |
-
|
2662 |
-
.fa-yandex-international:before {
|
2663 |
-
content: "\f414"; }
|
2664 |
-
|
2665 |
-
.fa-yelp:before {
|
2666 |
-
content: "\f1e9"; }
|
2667 |
-
|
2668 |
-
.fa-yen-sign:before {
|
2669 |
-
content: "\f157"; }
|
2670 |
-
|
2671 |
-
.fa-yoast:before {
|
2672 |
-
content: "\f2b1"; }
|
2673 |
-
|
2674 |
-
.fa-youtube:before {
|
2675 |
-
content: "\f167"; }
|
2676 |
-
|
2677 |
-
.fa-youtube-square:before {
|
2678 |
-
content: "\f431"; }
|
2679 |
-
|
2680 |
-
.sr-only {
|
2681 |
-
border: 0;
|
2682 |
-
clip: rect(0, 0, 0, 0);
|
2683 |
-
height: 1px;
|
2684 |
-
margin: -1px;
|
2685 |
-
overflow: hidden;
|
2686 |
-
padding: 0;
|
2687 |
-
position: absolute;
|
2688 |
-
width: 1px; }
|
2689 |
-
|
2690 |
-
.sr-only-focusable:active, .sr-only-focusable:focus {
|
2691 |
-
clip: auto;
|
2692 |
-
height: auto;
|
2693 |
-
margin: 0;
|
2694 |
-
overflow: visible;
|
2695 |
-
position: static;
|
2696 |
-
width: auto; }
|
2697 |
-
@font-face {
|
2698 |
-
font-family: 'Font Awesome 5 Brands';
|
2699 |
-
font-style: normal;
|
2700 |
-
font-weight: normal;
|
2701 |
-
src: url("../webfonts/fa-brands-400.eot");
|
2702 |
-
src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
|
2703 |
-
|
2704 |
-
.fab {
|
2705 |
-
font-family: 'Font Awesome 5 Brands'; }
|
2706 |
-
@font-face {
|
2707 |
-
font-family: 'Font Awesome 5 Free';
|
2708 |
-
font-style: normal;
|
2709 |
-
font-weight: 400;
|
2710 |
-
src: url("../webfonts/fa-regular-400.eot");
|
2711 |
-
src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
|
2712 |
-
|
2713 |
-
.far {
|
2714 |
-
font-family: 'Font Awesome 5 Free';
|
2715 |
-
font-weight: 400; }
|
2716 |
-
@font-face {
|
2717 |
-
font-family: 'Font Awesome 5 Free';
|
2718 |
-
font-style: normal;
|
2719 |
-
font-weight: 900;
|
2720 |
-
src: url("../webfonts/fa-solid-900.eot");
|
2721 |
-
src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
|
2722 |
-
|
2723 |
-
.fa,
|
2724 |
-
.fas {
|
2725 |
-
font-family: 'Font Awesome 5 Free';
|
2726 |
-
font-weight: 900; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/css/fontawesome-all.min.css
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/css/fontawesome.css
DELETED
@@ -1,2696 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
.fa,
|
6 |
-
.fas,
|
7 |
-
.far,
|
8 |
-
.fal,
|
9 |
-
.fab {
|
10 |
-
-moz-osx-font-smoothing: grayscale;
|
11 |
-
-webkit-font-smoothing: antialiased;
|
12 |
-
display: inline-block;
|
13 |
-
font-style: normal;
|
14 |
-
font-variant: normal;
|
15 |
-
text-rendering: auto;
|
16 |
-
line-height: 1; }
|
17 |
-
|
18 |
-
.fa-lg {
|
19 |
-
font-size: 1.33333em;
|
20 |
-
line-height: 0.75em;
|
21 |
-
vertical-align: -.0667em; }
|
22 |
-
|
23 |
-
.fa-xs {
|
24 |
-
font-size: .75em; }
|
25 |
-
|
26 |
-
.fa-sm {
|
27 |
-
font-size: .875em; }
|
28 |
-
|
29 |
-
.fa-1x {
|
30 |
-
font-size: 1em; }
|
31 |
-
|
32 |
-
.fa-2x {
|
33 |
-
font-size: 2em; }
|
34 |
-
|
35 |
-
.fa-3x {
|
36 |
-
font-size: 3em; }
|
37 |
-
|
38 |
-
.fa-4x {
|
39 |
-
font-size: 4em; }
|
40 |
-
|
41 |
-
.fa-5x {
|
42 |
-
font-size: 5em; }
|
43 |
-
|
44 |
-
.fa-6x {
|
45 |
-
font-size: 6em; }
|
46 |
-
|
47 |
-
.fa-7x {
|
48 |
-
font-size: 7em; }
|
49 |
-
|
50 |
-
.fa-8x {
|
51 |
-
font-size: 8em; }
|
52 |
-
|
53 |
-
.fa-9x {
|
54 |
-
font-size: 9em; }
|
55 |
-
|
56 |
-
.fa-10x {
|
57 |
-
font-size: 10em; }
|
58 |
-
|
59 |
-
.fa-fw {
|
60 |
-
text-align: center;
|
61 |
-
width: 1.25em; }
|
62 |
-
|
63 |
-
.fa-ul {
|
64 |
-
list-style-type: none;
|
65 |
-
margin-left: 2.5em;
|
66 |
-
padding-left: 0; }
|
67 |
-
.fa-ul > li {
|
68 |
-
position: relative; }
|
69 |
-
|
70 |
-
.fa-li {
|
71 |
-
left: -2em;
|
72 |
-
position: absolute;
|
73 |
-
text-align: center;
|
74 |
-
width: 2em;
|
75 |
-
line-height: inherit; }
|
76 |
-
|
77 |
-
.fa-border {
|
78 |
-
border: solid 0.08em #eee;
|
79 |
-
border-radius: .1em;
|
80 |
-
padding: .2em .25em .15em; }
|
81 |
-
|
82 |
-
.fa-pull-left {
|
83 |
-
float: left; }
|
84 |
-
|
85 |
-
.fa-pull-right {
|
86 |
-
float: right; }
|
87 |
-
|
88 |
-
.fa.fa-pull-left,
|
89 |
-
.fas.fa-pull-left,
|
90 |
-
.far.fa-pull-left,
|
91 |
-
.fal.fa-pull-left,
|
92 |
-
.fab.fa-pull-left {
|
93 |
-
margin-right: .3em; }
|
94 |
-
|
95 |
-
.fa.fa-pull-right,
|
96 |
-
.fas.fa-pull-right,
|
97 |
-
.far.fa-pull-right,
|
98 |
-
.fal.fa-pull-right,
|
99 |
-
.fab.fa-pull-right {
|
100 |
-
margin-left: .3em; }
|
101 |
-
|
102 |
-
.fa-spin {
|
103 |
-
-webkit-animation: fa-spin 2s infinite linear;
|
104 |
-
animation: fa-spin 2s infinite linear; }
|
105 |
-
|
106 |
-
.fa-pulse {
|
107 |
-
-webkit-animation: fa-spin 1s infinite steps(8);
|
108 |
-
animation: fa-spin 1s infinite steps(8); }
|
109 |
-
|
110 |
-
@-webkit-keyframes fa-spin {
|
111 |
-
0% {
|
112 |
-
-webkit-transform: rotate(0deg);
|
113 |
-
transform: rotate(0deg); }
|
114 |
-
100% {
|
115 |
-
-webkit-transform: rotate(360deg);
|
116 |
-
transform: rotate(360deg); } }
|
117 |
-
|
118 |
-
@keyframes fa-spin {
|
119 |
-
0% {
|
120 |
-
-webkit-transform: rotate(0deg);
|
121 |
-
transform: rotate(0deg); }
|
122 |
-
100% {
|
123 |
-
-webkit-transform: rotate(360deg);
|
124 |
-
transform: rotate(360deg); } }
|
125 |
-
|
126 |
-
.fa-rotate-90 {
|
127 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
|
128 |
-
-webkit-transform: rotate(90deg);
|
129 |
-
transform: rotate(90deg); }
|
130 |
-
|
131 |
-
.fa-rotate-180 {
|
132 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
|
133 |
-
-webkit-transform: rotate(180deg);
|
134 |
-
transform: rotate(180deg); }
|
135 |
-
|
136 |
-
.fa-rotate-270 {
|
137 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
|
138 |
-
-webkit-transform: rotate(270deg);
|
139 |
-
transform: rotate(270deg); }
|
140 |
-
|
141 |
-
.fa-flip-horizontal {
|
142 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
|
143 |
-
-webkit-transform: scale(-1, 1);
|
144 |
-
transform: scale(-1, 1); }
|
145 |
-
|
146 |
-
.fa-flip-vertical {
|
147 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
148 |
-
-webkit-transform: scale(1, -1);
|
149 |
-
transform: scale(1, -1); }
|
150 |
-
|
151 |
-
.fa-flip-horizontal.fa-flip-vertical {
|
152 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
153 |
-
-webkit-transform: scale(-1, -1);
|
154 |
-
transform: scale(-1, -1); }
|
155 |
-
|
156 |
-
:root .fa-rotate-90,
|
157 |
-
:root .fa-rotate-180,
|
158 |
-
:root .fa-rotate-270,
|
159 |
-
:root .fa-flip-horizontal,
|
160 |
-
:root .fa-flip-vertical {
|
161 |
-
-webkit-filter: none;
|
162 |
-
filter: none; }
|
163 |
-
|
164 |
-
.fa-stack {
|
165 |
-
display: inline-block;
|
166 |
-
height: 2em;
|
167 |
-
line-height: 2em;
|
168 |
-
position: relative;
|
169 |
-
vertical-align: middle;
|
170 |
-
width: 2em; }
|
171 |
-
|
172 |
-
.fa-stack-1x,
|
173 |
-
.fa-stack-2x {
|
174 |
-
left: 0;
|
175 |
-
position: absolute;
|
176 |
-
text-align: center;
|
177 |
-
width: 100%; }
|
178 |
-
|
179 |
-
.fa-stack-1x {
|
180 |
-
line-height: inherit; }
|
181 |
-
|
182 |
-
.fa-stack-2x {
|
183 |
-
font-size: 2em; }
|
184 |
-
|
185 |
-
.fa-inverse {
|
186 |
-
color: #fff; }
|
187 |
-
|
188 |
-
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
189 |
-
readers do not read off random characters that represent icons */
|
190 |
-
.fa-500px:before {
|
191 |
-
content: "\f26e"; }
|
192 |
-
|
193 |
-
.fa-accessible-icon:before {
|
194 |
-
content: "\f368"; }
|
195 |
-
|
196 |
-
.fa-accusoft:before {
|
197 |
-
content: "\f369"; }
|
198 |
-
|
199 |
-
.fa-address-book:before {
|
200 |
-
content: "\f2b9"; }
|
201 |
-
|
202 |
-
.fa-address-card:before {
|
203 |
-
content: "\f2bb"; }
|
204 |
-
|
205 |
-
.fa-adjust:before {
|
206 |
-
content: "\f042"; }
|
207 |
-
|
208 |
-
.fa-adn:before {
|
209 |
-
content: "\f170"; }
|
210 |
-
|
211 |
-
.fa-adversal:before {
|
212 |
-
content: "\f36a"; }
|
213 |
-
|
214 |
-
.fa-affiliatetheme:before {
|
215 |
-
content: "\f36b"; }
|
216 |
-
|
217 |
-
.fa-algolia:before {
|
218 |
-
content: "\f36c"; }
|
219 |
-
|
220 |
-
.fa-align-center:before {
|
221 |
-
content: "\f037"; }
|
222 |
-
|
223 |
-
.fa-align-justify:before {
|
224 |
-
content: "\f039"; }
|
225 |
-
|
226 |
-
.fa-align-left:before {
|
227 |
-
content: "\f036"; }
|
228 |
-
|
229 |
-
.fa-align-right:before {
|
230 |
-
content: "\f038"; }
|
231 |
-
|
232 |
-
.fa-amazon:before {
|
233 |
-
content: "\f270"; }
|
234 |
-
|
235 |
-
.fa-amazon-pay:before {
|
236 |
-
content: "\f42c"; }
|
237 |
-
|
238 |
-
.fa-ambulance:before {
|
239 |
-
content: "\f0f9"; }
|
240 |
-
|
241 |
-
.fa-american-sign-language-interpreting:before {
|
242 |
-
content: "\f2a3"; }
|
243 |
-
|
244 |
-
.fa-amilia:before {
|
245 |
-
content: "\f36d"; }
|
246 |
-
|
247 |
-
.fa-anchor:before {
|
248 |
-
content: "\f13d"; }
|
249 |
-
|
250 |
-
.fa-android:before {
|
251 |
-
content: "\f17b"; }
|
252 |
-
|
253 |
-
.fa-angellist:before {
|
254 |
-
content: "\f209"; }
|
255 |
-
|
256 |
-
.fa-angle-double-down:before {
|
257 |
-
content: "\f103"; }
|
258 |
-
|
259 |
-
.fa-angle-double-left:before {
|
260 |
-
content: "\f100"; }
|
261 |
-
|
262 |
-
.fa-angle-double-right:before {
|
263 |
-
content: "\f101"; }
|
264 |
-
|
265 |
-
.fa-angle-double-up:before {
|
266 |
-
content: "\f102"; }
|
267 |
-
|
268 |
-
.fa-angle-down:before {
|
269 |
-
content: "\f107"; }
|
270 |
-
|
271 |
-
.fa-angle-left:before {
|
272 |
-
content: "\f104"; }
|
273 |
-
|
274 |
-
.fa-angle-right:before {
|
275 |
-
content: "\f105"; }
|
276 |
-
|
277 |
-
.fa-angle-up:before {
|
278 |
-
content: "\f106"; }
|
279 |
-
|
280 |
-
.fa-angrycreative:before {
|
281 |
-
content: "\f36e"; }
|
282 |
-
|
283 |
-
.fa-angular:before {
|
284 |
-
content: "\f420"; }
|
285 |
-
|
286 |
-
.fa-app-store:before {
|
287 |
-
content: "\f36f"; }
|
288 |
-
|
289 |
-
.fa-app-store-ios:before {
|
290 |
-
content: "\f370"; }
|
291 |
-
|
292 |
-
.fa-apper:before {
|
293 |
-
content: "\f371"; }
|
294 |
-
|
295 |
-
.fa-apple:before {
|
296 |
-
content: "\f179"; }
|
297 |
-
|
298 |
-
.fa-apple-pay:before {
|
299 |
-
content: "\f415"; }
|
300 |
-
|
301 |
-
.fa-archive:before {
|
302 |
-
content: "\f187"; }
|
303 |
-
|
304 |
-
.fa-arrow-alt-circle-down:before {
|
305 |
-
content: "\f358"; }
|
306 |
-
|
307 |
-
.fa-arrow-alt-circle-left:before {
|
308 |
-
content: "\f359"; }
|
309 |
-
|
310 |
-
.fa-arrow-alt-circle-right:before {
|
311 |
-
content: "\f35a"; }
|
312 |
-
|
313 |
-
.fa-arrow-alt-circle-up:before {
|
314 |
-
content: "\f35b"; }
|
315 |
-
|
316 |
-
.fa-arrow-circle-down:before {
|
317 |
-
content: "\f0ab"; }
|
318 |
-
|
319 |
-
.fa-arrow-circle-left:before {
|
320 |
-
content: "\f0a8"; }
|
321 |
-
|
322 |
-
.fa-arrow-circle-right:before {
|
323 |
-
content: "\f0a9"; }
|
324 |
-
|
325 |
-
.fa-arrow-circle-up:before {
|
326 |
-
content: "\f0aa"; }
|
327 |
-
|
328 |
-
.fa-arrow-down:before {
|
329 |
-
content: "\f063"; }
|
330 |
-
|
331 |
-
.fa-arrow-left:before {
|
332 |
-
content: "\f060"; }
|
333 |
-
|
334 |
-
.fa-arrow-right:before {
|
335 |
-
content: "\f061"; }
|
336 |
-
|
337 |
-
.fa-arrow-up:before {
|
338 |
-
content: "\f062"; }
|
339 |
-
|
340 |
-
.fa-arrows-alt:before {
|
341 |
-
content: "\f0b2"; }
|
342 |
-
|
343 |
-
.fa-arrows-alt-h:before {
|
344 |
-
content: "\f337"; }
|
345 |
-
|
346 |
-
.fa-arrows-alt-v:before {
|
347 |
-
content: "\f338"; }
|
348 |
-
|
349 |
-
.fa-assistive-listening-systems:before {
|
350 |
-
content: "\f2a2"; }
|
351 |
-
|
352 |
-
.fa-asterisk:before {
|
353 |
-
content: "\f069"; }
|
354 |
-
|
355 |
-
.fa-asymmetrik:before {
|
356 |
-
content: "\f372"; }
|
357 |
-
|
358 |
-
.fa-at:before {
|
359 |
-
content: "\f1fa"; }
|
360 |
-
|
361 |
-
.fa-audible:before {
|
362 |
-
content: "\f373"; }
|
363 |
-
|
364 |
-
.fa-audio-description:before {
|
365 |
-
content: "\f29e"; }
|
366 |
-
|
367 |
-
.fa-autoprefixer:before {
|
368 |
-
content: "\f41c"; }
|
369 |
-
|
370 |
-
.fa-avianex:before {
|
371 |
-
content: "\f374"; }
|
372 |
-
|
373 |
-
.fa-aviato:before {
|
374 |
-
content: "\f421"; }
|
375 |
-
|
376 |
-
.fa-aws:before {
|
377 |
-
content: "\f375"; }
|
378 |
-
|
379 |
-
.fa-backward:before {
|
380 |
-
content: "\f04a"; }
|
381 |
-
|
382 |
-
.fa-balance-scale:before {
|
383 |
-
content: "\f24e"; }
|
384 |
-
|
385 |
-
.fa-ban:before {
|
386 |
-
content: "\f05e"; }
|
387 |
-
|
388 |
-
.fa-band-aid:before {
|
389 |
-
content: "\f462"; }
|
390 |
-
|
391 |
-
.fa-bandcamp:before {
|
392 |
-
content: "\f2d5"; }
|
393 |
-
|
394 |
-
.fa-barcode:before {
|
395 |
-
content: "\f02a"; }
|
396 |
-
|
397 |
-
.fa-bars:before {
|
398 |
-
content: "\f0c9"; }
|
399 |
-
|
400 |
-
.fa-baseball-ball:before {
|
401 |
-
content: "\f433"; }
|
402 |
-
|
403 |
-
.fa-basketball-ball:before {
|
404 |
-
content: "\f434"; }
|
405 |
-
|
406 |
-
.fa-bath:before {
|
407 |
-
content: "\f2cd"; }
|
408 |
-
|
409 |
-
.fa-battery-empty:before {
|
410 |
-
content: "\f244"; }
|
411 |
-
|
412 |
-
.fa-battery-full:before {
|
413 |
-
content: "\f240"; }
|
414 |
-
|
415 |
-
.fa-battery-half:before {
|
416 |
-
content: "\f242"; }
|
417 |
-
|
418 |
-
.fa-battery-quarter:before {
|
419 |
-
content: "\f243"; }
|
420 |
-
|
421 |
-
.fa-battery-three-quarters:before {
|
422 |
-
content: "\f241"; }
|
423 |
-
|
424 |
-
.fa-bed:before {
|
425 |
-
content: "\f236"; }
|
426 |
-
|
427 |
-
.fa-beer:before {
|
428 |
-
content: "\f0fc"; }
|
429 |
-
|
430 |
-
.fa-behance:before {
|
431 |
-
content: "\f1b4"; }
|
432 |
-
|
433 |
-
.fa-behance-square:before {
|
434 |
-
content: "\f1b5"; }
|
435 |
-
|
436 |
-
.fa-bell:before {
|
437 |
-
content: "\f0f3"; }
|
438 |
-
|
439 |
-
.fa-bell-slash:before {
|
440 |
-
content: "\f1f6"; }
|
441 |
-
|
442 |
-
.fa-bicycle:before {
|
443 |
-
content: "\f206"; }
|
444 |
-
|
445 |
-
.fa-bimobject:before {
|
446 |
-
content: "\f378"; }
|
447 |
-
|
448 |
-
.fa-binoculars:before {
|
449 |
-
content: "\f1e5"; }
|
450 |
-
|
451 |
-
.fa-birthday-cake:before {
|
452 |
-
content: "\f1fd"; }
|
453 |
-
|
454 |
-
.fa-bitbucket:before {
|
455 |
-
content: "\f171"; }
|
456 |
-
|
457 |
-
.fa-bitcoin:before {
|
458 |
-
content: "\f379"; }
|
459 |
-
|
460 |
-
.fa-bity:before {
|
461 |
-
content: "\f37a"; }
|
462 |
-
|
463 |
-
.fa-black-tie:before {
|
464 |
-
content: "\f27e"; }
|
465 |
-
|
466 |
-
.fa-blackberry:before {
|
467 |
-
content: "\f37b"; }
|
468 |
-
|
469 |
-
.fa-blind:before {
|
470 |
-
content: "\f29d"; }
|
471 |
-
|
472 |
-
.fa-blogger:before {
|
473 |
-
content: "\f37c"; }
|
474 |
-
|
475 |
-
.fa-blogger-b:before {
|
476 |
-
content: "\f37d"; }
|
477 |
-
|
478 |
-
.fa-bluetooth:before {
|
479 |
-
content: "\f293"; }
|
480 |
-
|
481 |
-
.fa-bluetooth-b:before {
|
482 |
-
content: "\f294"; }
|
483 |
-
|
484 |
-
.fa-bold:before {
|
485 |
-
content: "\f032"; }
|
486 |
-
|
487 |
-
.fa-bolt:before {
|
488 |
-
content: "\f0e7"; }
|
489 |
-
|
490 |
-
.fa-bomb:before {
|
491 |
-
content: "\f1e2"; }
|
492 |
-
|
493 |
-
.fa-book:before {
|
494 |
-
content: "\f02d"; }
|
495 |
-
|
496 |
-
.fa-bookmark:before {
|
497 |
-
content: "\f02e"; }
|
498 |
-
|
499 |
-
.fa-bowling-ball:before {
|
500 |
-
content: "\f436"; }
|
501 |
-
|
502 |
-
.fa-box:before {
|
503 |
-
content: "\f466"; }
|
504 |
-
|
505 |
-
.fa-boxes:before {
|
506 |
-
content: "\f468"; }
|
507 |
-
|
508 |
-
.fa-braille:before {
|
509 |
-
content: "\f2a1"; }
|
510 |
-
|
511 |
-
.fa-briefcase:before {
|
512 |
-
content: "\f0b1"; }
|
513 |
-
|
514 |
-
.fa-btc:before {
|
515 |
-
content: "\f15a"; }
|
516 |
-
|
517 |
-
.fa-bug:before {
|
518 |
-
content: "\f188"; }
|
519 |
-
|
520 |
-
.fa-building:before {
|
521 |
-
content: "\f1ad"; }
|
522 |
-
|
523 |
-
.fa-bullhorn:before {
|
524 |
-
content: "\f0a1"; }
|
525 |
-
|
526 |
-
.fa-bullseye:before {
|
527 |
-
content: "\f140"; }
|
528 |
-
|
529 |
-
.fa-buromobelexperte:before {
|
530 |
-
content: "\f37f"; }
|
531 |
-
|
532 |
-
.fa-bus:before {
|
533 |
-
content: "\f207"; }
|
534 |
-
|
535 |
-
.fa-buysellads:before {
|
536 |
-
content: "\f20d"; }
|
537 |
-
|
538 |
-
.fa-calculator:before {
|
539 |
-
content: "\f1ec"; }
|
540 |
-
|
541 |
-
.fa-calendar:before {
|
542 |
-
content: "\f133"; }
|
543 |
-
|
544 |
-
.fa-calendar-alt:before {
|
545 |
-
content: "\f073"; }
|
546 |
-
|
547 |
-
.fa-calendar-check:before {
|
548 |
-
content: "\f274"; }
|
549 |
-
|
550 |
-
.fa-calendar-minus:before {
|
551 |
-
content: "\f272"; }
|
552 |
-
|
553 |
-
.fa-calendar-plus:before {
|
554 |
-
content: "\f271"; }
|
555 |
-
|
556 |
-
.fa-calendar-times:before {
|
557 |
-
content: "\f273"; }
|
558 |
-
|
559 |
-
.fa-camera:before {
|
560 |
-
content: "\f030"; }
|
561 |
-
|
562 |
-
.fa-camera-retro:before {
|
563 |
-
content: "\f083"; }
|
564 |
-
|
565 |
-
.fa-car:before {
|
566 |
-
content: "\f1b9"; }
|
567 |
-
|
568 |
-
.fa-caret-down:before {
|
569 |
-
content: "\f0d7"; }
|
570 |
-
|
571 |
-
.fa-caret-left:before {
|
572 |
-
content: "\f0d9"; }
|
573 |
-
|
574 |
-
.fa-caret-right:before {
|
575 |
-
content: "\f0da"; }
|
576 |
-
|
577 |
-
.fa-caret-square-down:before {
|
578 |
-
content: "\f150"; }
|
579 |
-
|
580 |
-
.fa-caret-square-left:before {
|
581 |
-
content: "\f191"; }
|
582 |
-
|
583 |
-
.fa-caret-square-right:before {
|
584 |
-
content: "\f152"; }
|
585 |
-
|
586 |
-
.fa-caret-square-up:before {
|
587 |
-
content: "\f151"; }
|
588 |
-
|
589 |
-
.fa-caret-up:before {
|
590 |
-
content: "\f0d8"; }
|
591 |
-
|
592 |
-
.fa-cart-arrow-down:before {
|
593 |
-
content: "\f218"; }
|
594 |
-
|
595 |
-
.fa-cart-plus:before {
|
596 |
-
content: "\f217"; }
|
597 |
-
|
598 |
-
.fa-cc-amazon-pay:before {
|
599 |
-
content: "\f42d"; }
|
600 |
-
|
601 |
-
.fa-cc-amex:before {
|
602 |
-
content: "\f1f3"; }
|
603 |
-
|
604 |
-
.fa-cc-apple-pay:before {
|
605 |
-
content: "\f416"; }
|
606 |
-
|
607 |
-
.fa-cc-diners-club:before {
|
608 |
-
content: "\f24c"; }
|
609 |
-
|
610 |
-
.fa-cc-discover:before {
|
611 |
-
content: "\f1f2"; }
|
612 |
-
|
613 |
-
.fa-cc-jcb:before {
|
614 |
-
content: "\f24b"; }
|
615 |
-
|
616 |
-
.fa-cc-mastercard:before {
|
617 |
-
content: "\f1f1"; }
|
618 |
-
|
619 |
-
.fa-cc-paypal:before {
|
620 |
-
content: "\f1f4"; }
|
621 |
-
|
622 |
-
.fa-cc-stripe:before {
|
623 |
-
content: "\f1f5"; }
|
624 |
-
|
625 |
-
.fa-cc-visa:before {
|
626 |
-
content: "\f1f0"; }
|
627 |
-
|
628 |
-
.fa-centercode:before {
|
629 |
-
content: "\f380"; }
|
630 |
-
|
631 |
-
.fa-certificate:before {
|
632 |
-
content: "\f0a3"; }
|
633 |
-
|
634 |
-
.fa-chart-area:before {
|
635 |
-
content: "\f1fe"; }
|
636 |
-
|
637 |
-
.fa-chart-bar:before {
|
638 |
-
content: "\f080"; }
|
639 |
-
|
640 |
-
.fa-chart-line:before {
|
641 |
-
content: "\f201"; }
|
642 |
-
|
643 |
-
.fa-chart-pie:before {
|
644 |
-
content: "\f200"; }
|
645 |
-
|
646 |
-
.fa-check:before {
|
647 |
-
content: "\f00c"; }
|
648 |
-
|
649 |
-
.fa-check-circle:before {
|
650 |
-
content: "\f058"; }
|
651 |
-
|
652 |
-
.fa-check-square:before {
|
653 |
-
content: "\f14a"; }
|
654 |
-
|
655 |
-
.fa-chess:before {
|
656 |
-
content: "\f439"; }
|
657 |
-
|
658 |
-
.fa-chess-bishop:before {
|
659 |
-
content: "\f43a"; }
|
660 |
-
|
661 |
-
.fa-chess-board:before {
|
662 |
-
content: "\f43c"; }
|
663 |
-
|
664 |
-
.fa-chess-king:before {
|
665 |
-
content: "\f43f"; }
|
666 |
-
|
667 |
-
.fa-chess-knight:before {
|
668 |
-
content: "\f441"; }
|
669 |
-
|
670 |
-
.fa-chess-pawn:before {
|
671 |
-
content: "\f443"; }
|
672 |
-
|
673 |
-
.fa-chess-queen:before {
|
674 |
-
content: "\f445"; }
|
675 |
-
|
676 |
-
.fa-chess-rook:before {
|
677 |
-
content: "\f447"; }
|
678 |
-
|
679 |
-
.fa-chevron-circle-down:before {
|
680 |
-
content: "\f13a"; }
|
681 |
-
|
682 |
-
.fa-chevron-circle-left:before {
|
683 |
-
content: "\f137"; }
|
684 |
-
|
685 |
-
.fa-chevron-circle-right:before {
|
686 |
-
content: "\f138"; }
|
687 |
-
|
688 |
-
.fa-chevron-circle-up:before {
|
689 |
-
content: "\f139"; }
|
690 |
-
|
691 |
-
.fa-chevron-down:before {
|
692 |
-
content: "\f078"; }
|
693 |
-
|
694 |
-
.fa-chevron-left:before {
|
695 |
-
content: "\f053"; }
|
696 |
-
|
697 |
-
.fa-chevron-right:before {
|
698 |
-
content: "\f054"; }
|
699 |
-
|
700 |
-
.fa-chevron-up:before {
|
701 |
-
content: "\f077"; }
|
702 |
-
|
703 |
-
.fa-child:before {
|
704 |
-
content: "\f1ae"; }
|
705 |
-
|
706 |
-
.fa-chrome:before {
|
707 |
-
content: "\f268"; }
|
708 |
-
|
709 |
-
.fa-circle:before {
|
710 |
-
content: "\f111"; }
|
711 |
-
|
712 |
-
.fa-circle-notch:before {
|
713 |
-
content: "\f1ce"; }
|
714 |
-
|
715 |
-
.fa-clipboard:before {
|
716 |
-
content: "\f328"; }
|
717 |
-
|
718 |
-
.fa-clipboard-check:before {
|
719 |
-
content: "\f46c"; }
|
720 |
-
|
721 |
-
.fa-clipboard-list:before {
|
722 |
-
content: "\f46d"; }
|
723 |
-
|
724 |
-
.fa-clock:before {
|
725 |
-
content: "\f017"; }
|
726 |
-
|
727 |
-
.fa-clone:before {
|
728 |
-
content: "\f24d"; }
|
729 |
-
|
730 |
-
.fa-closed-captioning:before {
|
731 |
-
content: "\f20a"; }
|
732 |
-
|
733 |
-
.fa-cloud:before {
|
734 |
-
content: "\f0c2"; }
|
735 |
-
|
736 |
-
.fa-cloud-download-alt:before {
|
737 |
-
content: "\f381"; }
|
738 |
-
|
739 |
-
.fa-cloud-upload-alt:before {
|
740 |
-
content: "\f382"; }
|
741 |
-
|
742 |
-
.fa-cloudscale:before {
|
743 |
-
content: "\f383"; }
|
744 |
-
|
745 |
-
.fa-cloudsmith:before {
|
746 |
-
content: "\f384"; }
|
747 |
-
|
748 |
-
.fa-cloudversify:before {
|
749 |
-
content: "\f385"; }
|
750 |
-
|
751 |
-
.fa-code:before {
|
752 |
-
content: "\f121"; }
|
753 |
-
|
754 |
-
.fa-code-branch:before {
|
755 |
-
content: "\f126"; }
|
756 |
-
|
757 |
-
.fa-codepen:before {
|
758 |
-
content: "\f1cb"; }
|
759 |
-
|
760 |
-
.fa-codiepie:before {
|
761 |
-
content: "\f284"; }
|
762 |
-
|
763 |
-
.fa-coffee:before {
|
764 |
-
content: "\f0f4"; }
|
765 |
-
|
766 |
-
.fa-cog:before {
|
767 |
-
content: "\f013"; }
|
768 |
-
|
769 |
-
.fa-cogs:before {
|
770 |
-
content: "\f085"; }
|
771 |
-
|
772 |
-
.fa-columns:before {
|
773 |
-
content: "\f0db"; }
|
774 |
-
|
775 |
-
.fa-comment:before {
|
776 |
-
content: "\f075"; }
|
777 |
-
|
778 |
-
.fa-comment-alt:before {
|
779 |
-
content: "\f27a"; }
|
780 |
-
|
781 |
-
.fa-comments:before {
|
782 |
-
content: "\f086"; }
|
783 |
-
|
784 |
-
.fa-compass:before {
|
785 |
-
content: "\f14e"; }
|
786 |
-
|
787 |
-
.fa-compress:before {
|
788 |
-
content: "\f066"; }
|
789 |
-
|
790 |
-
.fa-connectdevelop:before {
|
791 |
-
content: "\f20e"; }
|
792 |
-
|
793 |
-
.fa-contao:before {
|
794 |
-
content: "\f26d"; }
|
795 |
-
|
796 |
-
.fa-copy:before {
|
797 |
-
content: "\f0c5"; }
|
798 |
-
|
799 |
-
.fa-copyright:before {
|
800 |
-
content: "\f1f9"; }
|
801 |
-
|
802 |
-
.fa-cpanel:before {
|
803 |
-
content: "\f388"; }
|
804 |
-
|
805 |
-
.fa-creative-commons:before {
|
806 |
-
content: "\f25e"; }
|
807 |
-
|
808 |
-
.fa-credit-card:before {
|
809 |
-
content: "\f09d"; }
|
810 |
-
|
811 |
-
.fa-crop:before {
|
812 |
-
content: "\f125"; }
|
813 |
-
|
814 |
-
.fa-crosshairs:before {
|
815 |
-
content: "\f05b"; }
|
816 |
-
|
817 |
-
.fa-css3:before {
|
818 |
-
content: "\f13c"; }
|
819 |
-
|
820 |
-
.fa-css3-alt:before {
|
821 |
-
content: "\f38b"; }
|
822 |
-
|
823 |
-
.fa-cube:before {
|
824 |
-
content: "\f1b2"; }
|
825 |
-
|
826 |
-
.fa-cubes:before {
|
827 |
-
content: "\f1b3"; }
|
828 |
-
|
829 |
-
.fa-cut:before {
|
830 |
-
content: "\f0c4"; }
|
831 |
-
|
832 |
-
.fa-cuttlefish:before {
|
833 |
-
content: "\f38c"; }
|
834 |
-
|
835 |
-
.fa-d-and-d:before {
|
836 |
-
content: "\f38d"; }
|
837 |
-
|
838 |
-
.fa-dashcube:before {
|
839 |
-
content: "\f210"; }
|
840 |
-
|
841 |
-
.fa-database:before {
|
842 |
-
content: "\f1c0"; }
|
843 |
-
|
844 |
-
.fa-deaf:before {
|
845 |
-
content: "\f2a4"; }
|
846 |
-
|
847 |
-
.fa-delicious:before {
|
848 |
-
content: "\f1a5"; }
|
849 |
-
|
850 |
-
.fa-deploydog:before {
|
851 |
-
content: "\f38e"; }
|
852 |
-
|
853 |
-
.fa-deskpro:before {
|
854 |
-
content: "\f38f"; }
|
855 |
-
|
856 |
-
.fa-desktop:before {
|
857 |
-
content: "\f108"; }
|
858 |
-
|
859 |
-
.fa-deviantart:before {
|
860 |
-
content: "\f1bd"; }
|
861 |
-
|
862 |
-
.fa-digg:before {
|
863 |
-
content: "\f1a6"; }
|
864 |
-
|
865 |
-
.fa-digital-ocean:before {
|
866 |
-
content: "\f391"; }
|
867 |
-
|
868 |
-
.fa-discord:before {
|
869 |
-
content: "\f392"; }
|
870 |
-
|
871 |
-
.fa-discourse:before {
|
872 |
-
content: "\f393"; }
|
873 |
-
|
874 |
-
.fa-dna:before {
|
875 |
-
content: "\f471"; }
|
876 |
-
|
877 |
-
.fa-dochub:before {
|
878 |
-
content: "\f394"; }
|
879 |
-
|
880 |
-
.fa-docker:before {
|
881 |
-
content: "\f395"; }
|
882 |
-
|
883 |
-
.fa-dollar-sign:before {
|
884 |
-
content: "\f155"; }
|
885 |
-
|
886 |
-
.fa-dolly:before {
|
887 |
-
content: "\f472"; }
|
888 |
-
|
889 |
-
.fa-dolly-flatbed:before {
|
890 |
-
content: "\f474"; }
|
891 |
-
|
892 |
-
.fa-dot-circle:before {
|
893 |
-
content: "\f192"; }
|
894 |
-
|
895 |
-
.fa-download:before {
|
896 |
-
content: "\f019"; }
|
897 |
-
|
898 |
-
.fa-draft2digital:before {
|
899 |
-
content: "\f396"; }
|
900 |
-
|
901 |
-
.fa-dribbble:before {
|
902 |
-
content: "\f17d"; }
|
903 |
-
|
904 |
-
.fa-dribbble-square:before {
|
905 |
-
content: "\f397"; }
|
906 |
-
|
907 |
-
.fa-dropbox:before {
|
908 |
-
content: "\f16b"; }
|
909 |
-
|
910 |
-
.fa-drupal:before {
|
911 |
-
content: "\f1a9"; }
|
912 |
-
|
913 |
-
.fa-dyalog:before {
|
914 |
-
content: "\f399"; }
|
915 |
-
|
916 |
-
.fa-earlybirds:before {
|
917 |
-
content: "\f39a"; }
|
918 |
-
|
919 |
-
.fa-edge:before {
|
920 |
-
content: "\f282"; }
|
921 |
-
|
922 |
-
.fa-edit:before {
|
923 |
-
content: "\f044"; }
|
924 |
-
|
925 |
-
.fa-eject:before {
|
926 |
-
content: "\f052"; }
|
927 |
-
|
928 |
-
.fa-elementor:before {
|
929 |
-
content: "\f430"; }
|
930 |
-
|
931 |
-
.fa-ellipsis-h:before {
|
932 |
-
content: "\f141"; }
|
933 |
-
|
934 |
-
.fa-ellipsis-v:before {
|
935 |
-
content: "\f142"; }
|
936 |
-
|
937 |
-
.fa-ember:before {
|
938 |
-
content: "\f423"; }
|
939 |
-
|
940 |
-
.fa-empire:before {
|
941 |
-
content: "\f1d1"; }
|
942 |
-
|
943 |
-
.fa-envelope:before {
|
944 |
-
content: "\f0e0"; }
|
945 |
-
|
946 |
-
.fa-envelope-open:before {
|
947 |
-
content: "\f2b6"; }
|
948 |
-
|
949 |
-
.fa-envelope-square:before {
|
950 |
-
content: "\f199"; }
|
951 |
-
|
952 |
-
.fa-envira:before {
|
953 |
-
content: "\f299"; }
|
954 |
-
|
955 |
-
.fa-eraser:before {
|
956 |
-
content: "\f12d"; }
|
957 |
-
|
958 |
-
.fa-erlang:before {
|
959 |
-
content: "\f39d"; }
|
960 |
-
|
961 |
-
.fa-ethereum:before {
|
962 |
-
content: "\f42e"; }
|
963 |
-
|
964 |
-
.fa-etsy:before {
|
965 |
-
content: "\f2d7"; }
|
966 |
-
|
967 |
-
.fa-euro-sign:before {
|
968 |
-
content: "\f153"; }
|
969 |
-
|
970 |
-
.fa-exchange-alt:before {
|
971 |
-
content: "\f362"; }
|
972 |
-
|
973 |
-
.fa-exclamation:before {
|
974 |
-
content: "\f12a"; }
|
975 |
-
|
976 |
-
.fa-exclamation-circle:before {
|
977 |
-
content: "\f06a"; }
|
978 |
-
|
979 |
-
.fa-exclamation-triangle:before {
|
980 |
-
content: "\f071"; }
|
981 |
-
|
982 |
-
.fa-expand:before {
|
983 |
-
content: "\f065"; }
|
984 |
-
|
985 |
-
.fa-expand-arrows-alt:before {
|
986 |
-
content: "\f31e"; }
|
987 |
-
|
988 |
-
.fa-expeditedssl:before {
|
989 |
-
content: "\f23e"; }
|
990 |
-
|
991 |
-
.fa-external-link-alt:before {
|
992 |
-
content: "\f35d"; }
|
993 |
-
|
994 |
-
.fa-external-link-square-alt:before {
|
995 |
-
content: "\f360"; }
|
996 |
-
|
997 |
-
.fa-eye:before {
|
998 |
-
content: "\f06e"; }
|
999 |
-
|
1000 |
-
.fa-eye-dropper:before {
|
1001 |
-
content: "\f1fb"; }
|
1002 |
-
|
1003 |
-
.fa-eye-slash:before {
|
1004 |
-
content: "\f070"; }
|
1005 |
-
|
1006 |
-
.fa-facebook:before {
|
1007 |
-
content: "\f09a"; }
|
1008 |
-
|
1009 |
-
.fa-facebook-f:before {
|
1010 |
-
content: "\f39e"; }
|
1011 |
-
|
1012 |
-
.fa-facebook-messenger:before {
|
1013 |
-
content: "\f39f"; }
|
1014 |
-
|
1015 |
-
.fa-facebook-square:before {
|
1016 |
-
content: "\f082"; }
|
1017 |
-
|
1018 |
-
.fa-fast-backward:before {
|
1019 |
-
content: "\f049"; }
|
1020 |
-
|
1021 |
-
.fa-fast-forward:before {
|
1022 |
-
content: "\f050"; }
|
1023 |
-
|
1024 |
-
.fa-fax:before {
|
1025 |
-
content: "\f1ac"; }
|
1026 |
-
|
1027 |
-
.fa-female:before {
|
1028 |
-
content: "\f182"; }
|
1029 |
-
|
1030 |
-
.fa-fighter-jet:before {
|
1031 |
-
content: "\f0fb"; }
|
1032 |
-
|
1033 |
-
.fa-file:before {
|
1034 |
-
content: "\f15b"; }
|
1035 |
-
|
1036 |
-
.fa-file-alt:before {
|
1037 |
-
content: "\f15c"; }
|
1038 |
-
|
1039 |
-
.fa-file-archive:before {
|
1040 |
-
content: "\f1c6"; }
|
1041 |
-
|
1042 |
-
.fa-file-audio:before {
|
1043 |
-
content: "\f1c7"; }
|
1044 |
-
|
1045 |
-
.fa-file-code:before {
|
1046 |
-
content: "\f1c9"; }
|
1047 |
-
|
1048 |
-
.fa-file-excel:before {
|
1049 |
-
content: "\f1c3"; }
|
1050 |
-
|
1051 |
-
.fa-file-image:before {
|
1052 |
-
content: "\f1c5"; }
|
1053 |
-
|
1054 |
-
.fa-file-pdf:before {
|
1055 |
-
content: "\f1c1"; }
|
1056 |
-
|
1057 |
-
.fa-file-powerpoint:before {
|
1058 |
-
content: "\f1c4"; }
|
1059 |
-
|
1060 |
-
.fa-file-video:before {
|
1061 |
-
content: "\f1c8"; }
|
1062 |
-
|
1063 |
-
.fa-file-word:before {
|
1064 |
-
content: "\f1c2"; }
|
1065 |
-
|
1066 |
-
.fa-film:before {
|
1067 |
-
content: "\f008"; }
|
1068 |
-
|
1069 |
-
.fa-filter:before {
|
1070 |
-
content: "\f0b0"; }
|
1071 |
-
|
1072 |
-
.fa-fire:before {
|
1073 |
-
content: "\f06d"; }
|
1074 |
-
|
1075 |
-
.fa-fire-extinguisher:before {
|
1076 |
-
content: "\f134"; }
|
1077 |
-
|
1078 |
-
.fa-firefox:before {
|
1079 |
-
content: "\f269"; }
|
1080 |
-
|
1081 |
-
.fa-first-aid:before {
|
1082 |
-
content: "\f479"; }
|
1083 |
-
|
1084 |
-
.fa-first-order:before {
|
1085 |
-
content: "\f2b0"; }
|
1086 |
-
|
1087 |
-
.fa-firstdraft:before {
|
1088 |
-
content: "\f3a1"; }
|
1089 |
-
|
1090 |
-
.fa-flag:before {
|
1091 |
-
content: "\f024"; }
|
1092 |
-
|
1093 |
-
.fa-flag-checkered:before {
|
1094 |
-
content: "\f11e"; }
|
1095 |
-
|
1096 |
-
.fa-flask:before {
|
1097 |
-
content: "\f0c3"; }
|
1098 |
-
|
1099 |
-
.fa-flickr:before {
|
1100 |
-
content: "\f16e"; }
|
1101 |
-
|
1102 |
-
.fa-flipboard:before {
|
1103 |
-
content: "\f44d"; }
|
1104 |
-
|
1105 |
-
.fa-fly:before {
|
1106 |
-
content: "\f417"; }
|
1107 |
-
|
1108 |
-
.fa-folder:before {
|
1109 |
-
content: "\f07b"; }
|
1110 |
-
|
1111 |
-
.fa-folder-open:before {
|
1112 |
-
content: "\f07c"; }
|
1113 |
-
|
1114 |
-
.fa-font:before {
|
1115 |
-
content: "\f031"; }
|
1116 |
-
|
1117 |
-
.fa-font-awesome:before {
|
1118 |
-
content: "\f2b4"; }
|
1119 |
-
|
1120 |
-
.fa-font-awesome-alt:before {
|
1121 |
-
content: "\f35c"; }
|
1122 |
-
|
1123 |
-
.fa-font-awesome-flag:before {
|
1124 |
-
content: "\f425"; }
|
1125 |
-
|
1126 |
-
.fa-fonticons:before {
|
1127 |
-
content: "\f280"; }
|
1128 |
-
|
1129 |
-
.fa-fonticons-fi:before {
|
1130 |
-
content: "\f3a2"; }
|
1131 |
-
|
1132 |
-
.fa-football-ball:before {
|
1133 |
-
content: "\f44e"; }
|
1134 |
-
|
1135 |
-
.fa-fort-awesome:before {
|
1136 |
-
content: "\f286"; }
|
1137 |
-
|
1138 |
-
.fa-fort-awesome-alt:before {
|
1139 |
-
content: "\f3a3"; }
|
1140 |
-
|
1141 |
-
.fa-forumbee:before {
|
1142 |
-
content: "\f211"; }
|
1143 |
-
|
1144 |
-
.fa-forward:before {
|
1145 |
-
content: "\f04e"; }
|
1146 |
-
|
1147 |
-
.fa-foursquare:before {
|
1148 |
-
content: "\f180"; }
|
1149 |
-
|
1150 |
-
.fa-free-code-camp:before {
|
1151 |
-
content: "\f2c5"; }
|
1152 |
-
|
1153 |
-
.fa-freebsd:before {
|
1154 |
-
content: "\f3a4"; }
|
1155 |
-
|
1156 |
-
.fa-frown:before {
|
1157 |
-
content: "\f119"; }
|
1158 |
-
|
1159 |
-
.fa-futbol:before {
|
1160 |
-
content: "\f1e3"; }
|
1161 |
-
|
1162 |
-
.fa-gamepad:before {
|
1163 |
-
content: "\f11b"; }
|
1164 |
-
|
1165 |
-
.fa-gavel:before {
|
1166 |
-
content: "\f0e3"; }
|
1167 |
-
|
1168 |
-
.fa-gem:before {
|
1169 |
-
content: "\f3a5"; }
|
1170 |
-
|
1171 |
-
.fa-genderless:before {
|
1172 |
-
content: "\f22d"; }
|
1173 |
-
|
1174 |
-
.fa-get-pocket:before {
|
1175 |
-
content: "\f265"; }
|
1176 |
-
|
1177 |
-
.fa-gg:before {
|
1178 |
-
content: "\f260"; }
|
1179 |
-
|
1180 |
-
.fa-gg-circle:before {
|
1181 |
-
content: "\f261"; }
|
1182 |
-
|
1183 |
-
.fa-gift:before {
|
1184 |
-
content: "\f06b"; }
|
1185 |
-
|
1186 |
-
.fa-git:before {
|
1187 |
-
content: "\f1d3"; }
|
1188 |
-
|
1189 |
-
.fa-git-square:before {
|
1190 |
-
content: "\f1d2"; }
|
1191 |
-
|
1192 |
-
.fa-github:before {
|
1193 |
-
content: "\f09b"; }
|
1194 |
-
|
1195 |
-
.fa-github-alt:before {
|
1196 |
-
content: "\f113"; }
|
1197 |
-
|
1198 |
-
.fa-github-square:before {
|
1199 |
-
content: "\f092"; }
|
1200 |
-
|
1201 |
-
.fa-gitkraken:before {
|
1202 |
-
content: "\f3a6"; }
|
1203 |
-
|
1204 |
-
.fa-gitlab:before {
|
1205 |
-
content: "\f296"; }
|
1206 |
-
|
1207 |
-
.fa-gitter:before {
|
1208 |
-
content: "\f426"; }
|
1209 |
-
|
1210 |
-
.fa-glass-martini:before {
|
1211 |
-
content: "\f000"; }
|
1212 |
-
|
1213 |
-
.fa-glide:before {
|
1214 |
-
content: "\f2a5"; }
|
1215 |
-
|
1216 |
-
.fa-glide-g:before {
|
1217 |
-
content: "\f2a6"; }
|
1218 |
-
|
1219 |
-
.fa-globe:before {
|
1220 |
-
content: "\f0ac"; }
|
1221 |
-
|
1222 |
-
.fa-gofore:before {
|
1223 |
-
content: "\f3a7"; }
|
1224 |
-
|
1225 |
-
.fa-golf-ball:before {
|
1226 |
-
content: "\f450"; }
|
1227 |
-
|
1228 |
-
.fa-goodreads:before {
|
1229 |
-
content: "\f3a8"; }
|
1230 |
-
|
1231 |
-
.fa-goodreads-g:before {
|
1232 |
-
content: "\f3a9"; }
|
1233 |
-
|
1234 |
-
.fa-google:before {
|
1235 |
-
content: "\f1a0"; }
|
1236 |
-
|
1237 |
-
.fa-google-drive:before {
|
1238 |
-
content: "\f3aa"; }
|
1239 |
-
|
1240 |
-
.fa-google-play:before {
|
1241 |
-
content: "\f3ab"; }
|
1242 |
-
|
1243 |
-
.fa-google-plus:before {
|
1244 |
-
content: "\f2b3"; }
|
1245 |
-
|
1246 |
-
.fa-google-plus-g:before {
|
1247 |
-
content: "\f0d5"; }
|
1248 |
-
|
1249 |
-
.fa-google-plus-square:before {
|
1250 |
-
content: "\f0d4"; }
|
1251 |
-
|
1252 |
-
.fa-google-wallet:before {
|
1253 |
-
content: "\f1ee"; }
|
1254 |
-
|
1255 |
-
.fa-graduation-cap:before {
|
1256 |
-
content: "\f19d"; }
|
1257 |
-
|
1258 |
-
.fa-gratipay:before {
|
1259 |
-
content: "\f184"; }
|
1260 |
-
|
1261 |
-
.fa-grav:before {
|
1262 |
-
content: "\f2d6"; }
|
1263 |
-
|
1264 |
-
.fa-gripfire:before {
|
1265 |
-
content: "\f3ac"; }
|
1266 |
-
|
1267 |
-
.fa-grunt:before {
|
1268 |
-
content: "\f3ad"; }
|
1269 |
-
|
1270 |
-
.fa-gulp:before {
|
1271 |
-
content: "\f3ae"; }
|
1272 |
-
|
1273 |
-
.fa-h-square:before {
|
1274 |
-
content: "\f0fd"; }
|
1275 |
-
|
1276 |
-
.fa-hacker-news:before {
|
1277 |
-
content: "\f1d4"; }
|
1278 |
-
|
1279 |
-
.fa-hacker-news-square:before {
|
1280 |
-
content: "\f3af"; }
|
1281 |
-
|
1282 |
-
.fa-hand-lizard:before {
|
1283 |
-
content: "\f258"; }
|
1284 |
-
|
1285 |
-
.fa-hand-paper:before {
|
1286 |
-
content: "\f256"; }
|
1287 |
-
|
1288 |
-
.fa-hand-peace:before {
|
1289 |
-
content: "\f25b"; }
|
1290 |
-
|
1291 |
-
.fa-hand-point-down:before {
|
1292 |
-
content: "\f0a7"; }
|
1293 |
-
|
1294 |
-
.fa-hand-point-left:before {
|
1295 |
-
content: "\f0a5"; }
|
1296 |
-
|
1297 |
-
.fa-hand-point-right:before {
|
1298 |
-
content: "\f0a4"; }
|
1299 |
-
|
1300 |
-
.fa-hand-point-up:before {
|
1301 |
-
content: "\f0a6"; }
|
1302 |
-
|
1303 |
-
.fa-hand-pointer:before {
|
1304 |
-
content: "\f25a"; }
|
1305 |
-
|
1306 |
-
.fa-hand-rock:before {
|
1307 |
-
content: "\f255"; }
|
1308 |
-
|
1309 |
-
.fa-hand-scissors:before {
|
1310 |
-
content: "\f257"; }
|
1311 |
-
|
1312 |
-
.fa-hand-spock:before {
|
1313 |
-
content: "\f259"; }
|
1314 |
-
|
1315 |
-
.fa-handshake:before {
|
1316 |
-
content: "\f2b5"; }
|
1317 |
-
|
1318 |
-
.fa-hashtag:before {
|
1319 |
-
content: "\f292"; }
|
1320 |
-
|
1321 |
-
.fa-hdd:before {
|
1322 |
-
content: "\f0a0"; }
|
1323 |
-
|
1324 |
-
.fa-heading:before {
|
1325 |
-
content: "\f1dc"; }
|
1326 |
-
|
1327 |
-
.fa-headphones:before {
|
1328 |
-
content: "\f025"; }
|
1329 |
-
|
1330 |
-
.fa-heart:before {
|
1331 |
-
content: "\f004"; }
|
1332 |
-
|
1333 |
-
.fa-heartbeat:before {
|
1334 |
-
content: "\f21e"; }
|
1335 |
-
|
1336 |
-
.fa-hips:before {
|
1337 |
-
content: "\f452"; }
|
1338 |
-
|
1339 |
-
.fa-hire-a-helper:before {
|
1340 |
-
content: "\f3b0"; }
|
1341 |
-
|
1342 |
-
.fa-history:before {
|
1343 |
-
content: "\f1da"; }
|
1344 |
-
|
1345 |
-
.fa-hockey-puck:before {
|
1346 |
-
content: "\f453"; }
|
1347 |
-
|
1348 |
-
.fa-home:before {
|
1349 |
-
content: "\f015"; }
|
1350 |
-
|
1351 |
-
.fa-hooli:before {
|
1352 |
-
content: "\f427"; }
|
1353 |
-
|
1354 |
-
.fa-hospital:before {
|
1355 |
-
content: "\f0f8"; }
|
1356 |
-
|
1357 |
-
.fa-hospital-symbol:before {
|
1358 |
-
content: "\f47e"; }
|
1359 |
-
|
1360 |
-
.fa-hotjar:before {
|
1361 |
-
content: "\f3b1"; }
|
1362 |
-
|
1363 |
-
.fa-hourglass:before {
|
1364 |
-
content: "\f254"; }
|
1365 |
-
|
1366 |
-
.fa-hourglass-end:before {
|
1367 |
-
content: "\f253"; }
|
1368 |
-
|
1369 |
-
.fa-hourglass-half:before {
|
1370 |
-
content: "\f252"; }
|
1371 |
-
|
1372 |
-
.fa-hourglass-start:before {
|
1373 |
-
content: "\f251"; }
|
1374 |
-
|
1375 |
-
.fa-houzz:before {
|
1376 |
-
content: "\f27c"; }
|
1377 |
-
|
1378 |
-
.fa-html5:before {
|
1379 |
-
content: "\f13b"; }
|
1380 |
-
|
1381 |
-
.fa-hubspot:before {
|
1382 |
-
content: "\f3b2"; }
|
1383 |
-
|
1384 |
-
.fa-i-cursor:before {
|
1385 |
-
content: "\f246"; }
|
1386 |
-
|
1387 |
-
.fa-id-badge:before {
|
1388 |
-
content: "\f2c1"; }
|
1389 |
-
|
1390 |
-
.fa-id-card:before {
|
1391 |
-
content: "\f2c2"; }
|
1392 |
-
|
1393 |
-
.fa-image:before {
|
1394 |
-
content: "\f03e"; }
|
1395 |
-
|
1396 |
-
.fa-images:before {
|
1397 |
-
content: "\f302"; }
|
1398 |
-
|
1399 |
-
.fa-imdb:before {
|
1400 |
-
content: "\f2d8"; }
|
1401 |
-
|
1402 |
-
.fa-inbox:before {
|
1403 |
-
content: "\f01c"; }
|
1404 |
-
|
1405 |
-
.fa-indent:before {
|
1406 |
-
content: "\f03c"; }
|
1407 |
-
|
1408 |
-
.fa-industry:before {
|
1409 |
-
content: "\f275"; }
|
1410 |
-
|
1411 |
-
.fa-info:before {
|
1412 |
-
content: "\f129"; }
|
1413 |
-
|
1414 |
-
.fa-info-circle:before {
|
1415 |
-
content: "\f05a"; }
|
1416 |
-
|
1417 |
-
.fa-instagram:before {
|
1418 |
-
content: "\f16d"; }
|
1419 |
-
|
1420 |
-
.fa-internet-explorer:before {
|
1421 |
-
content: "\f26b"; }
|
1422 |
-
|
1423 |
-
.fa-ioxhost:before {
|
1424 |
-
content: "\f208"; }
|
1425 |
-
|
1426 |
-
.fa-italic:before {
|
1427 |
-
content: "\f033"; }
|
1428 |
-
|
1429 |
-
.fa-itunes:before {
|
1430 |
-
content: "\f3b4"; }
|
1431 |
-
|
1432 |
-
.fa-itunes-note:before {
|
1433 |
-
content: "\f3b5"; }
|
1434 |
-
|
1435 |
-
.fa-jenkins:before {
|
1436 |
-
content: "\f3b6"; }
|
1437 |
-
|
1438 |
-
.fa-joget:before {
|
1439 |
-
content: "\f3b7"; }
|
1440 |
-
|
1441 |
-
.fa-joomla:before {
|
1442 |
-
content: "\f1aa"; }
|
1443 |
-
|
1444 |
-
.fa-js:before {
|
1445 |
-
content: "\f3b8"; }
|
1446 |
-
|
1447 |
-
.fa-js-square:before {
|
1448 |
-
content: "\f3b9"; }
|
1449 |
-
|
1450 |
-
.fa-jsfiddle:before {
|
1451 |
-
content: "\f1cc"; }
|
1452 |
-
|
1453 |
-
.fa-key:before {
|
1454 |
-
content: "\f084"; }
|
1455 |
-
|
1456 |
-
.fa-keyboard:before {
|
1457 |
-
content: "\f11c"; }
|
1458 |
-
|
1459 |
-
.fa-keycdn:before {
|
1460 |
-
content: "\f3ba"; }
|
1461 |
-
|
1462 |
-
.fa-kickstarter:before {
|
1463 |
-
content: "\f3bb"; }
|
1464 |
-
|
1465 |
-
.fa-kickstarter-k:before {
|
1466 |
-
content: "\f3bc"; }
|
1467 |
-
|
1468 |
-
.fa-korvue:before {
|
1469 |
-
content: "\f42f"; }
|
1470 |
-
|
1471 |
-
.fa-language:before {
|
1472 |
-
content: "\f1ab"; }
|
1473 |
-
|
1474 |
-
.fa-laptop:before {
|
1475 |
-
content: "\f109"; }
|
1476 |
-
|
1477 |
-
.fa-laravel:before {
|
1478 |
-
content: "\f3bd"; }
|
1479 |
-
|
1480 |
-
.fa-lastfm:before {
|
1481 |
-
content: "\f202"; }
|
1482 |
-
|
1483 |
-
.fa-lastfm-square:before {
|
1484 |
-
content: "\f203"; }
|
1485 |
-
|
1486 |
-
.fa-leaf:before {
|
1487 |
-
content: "\f06c"; }
|
1488 |
-
|
1489 |
-
.fa-leanpub:before {
|
1490 |
-
content: "\f212"; }
|
1491 |
-
|
1492 |
-
.fa-lemon:before {
|
1493 |
-
content: "\f094"; }
|
1494 |
-
|
1495 |
-
.fa-less:before {
|
1496 |
-
content: "\f41d"; }
|
1497 |
-
|
1498 |
-
.fa-level-down-alt:before {
|
1499 |
-
content: "\f3be"; }
|
1500 |
-
|
1501 |
-
.fa-level-up-alt:before {
|
1502 |
-
content: "\f3bf"; }
|
1503 |
-
|
1504 |
-
.fa-life-ring:before {
|
1505 |
-
content: "\f1cd"; }
|
1506 |
-
|
1507 |
-
.fa-lightbulb:before {
|
1508 |
-
content: "\f0eb"; }
|
1509 |
-
|
1510 |
-
.fa-line:before {
|
1511 |
-
content: "\f3c0"; }
|
1512 |
-
|
1513 |
-
.fa-link:before {
|
1514 |
-
content: "\f0c1"; }
|
1515 |
-
|
1516 |
-
.fa-linkedin:before {
|
1517 |
-
content: "\f08c"; }
|
1518 |
-
|
1519 |
-
.fa-linkedin-in:before {
|
1520 |
-
content: "\f0e1"; }
|
1521 |
-
|
1522 |
-
.fa-linode:before {
|
1523 |
-
content: "\f2b8"; }
|
1524 |
-
|
1525 |
-
.fa-linux:before {
|
1526 |
-
content: "\f17c"; }
|
1527 |
-
|
1528 |
-
.fa-lira-sign:before {
|
1529 |
-
content: "\f195"; }
|
1530 |
-
|
1531 |
-
.fa-list:before {
|
1532 |
-
content: "\f03a"; }
|
1533 |
-
|
1534 |
-
.fa-list-alt:before {
|
1535 |
-
content: "\f022"; }
|
1536 |
-
|
1537 |
-
.fa-list-ol:before {
|
1538 |
-
content: "\f0cb"; }
|
1539 |
-
|
1540 |
-
.fa-list-ul:before {
|
1541 |
-
content: "\f0ca"; }
|
1542 |
-
|
1543 |
-
.fa-location-arrow:before {
|
1544 |
-
content: "\f124"; }
|
1545 |
-
|
1546 |
-
.fa-lock:before {
|
1547 |
-
content: "\f023"; }
|
1548 |
-
|
1549 |
-
.fa-lock-open:before {
|
1550 |
-
content: "\f3c1"; }
|
1551 |
-
|
1552 |
-
.fa-long-arrow-alt-down:before {
|
1553 |
-
content: "\f309"; }
|
1554 |
-
|
1555 |
-
.fa-long-arrow-alt-left:before {
|
1556 |
-
content: "\f30a"; }
|
1557 |
-
|
1558 |
-
.fa-long-arrow-alt-right:before {
|
1559 |
-
content: "\f30b"; }
|
1560 |
-
|
1561 |
-
.fa-long-arrow-alt-up:before {
|
1562 |
-
content: "\f30c"; }
|
1563 |
-
|
1564 |
-
.fa-low-vision:before {
|
1565 |
-
content: "\f2a8"; }
|
1566 |
-
|
1567 |
-
.fa-lyft:before {
|
1568 |
-
content: "\f3c3"; }
|
1569 |
-
|
1570 |
-
.fa-magento:before {
|
1571 |
-
content: "\f3c4"; }
|
1572 |
-
|
1573 |
-
.fa-magic:before {
|
1574 |
-
content: "\f0d0"; }
|
1575 |
-
|
1576 |
-
.fa-magnet:before {
|
1577 |
-
content: "\f076"; }
|
1578 |
-
|
1579 |
-
.fa-male:before {
|
1580 |
-
content: "\f183"; }
|
1581 |
-
|
1582 |
-
.fa-map:before {
|
1583 |
-
content: "\f279"; }
|
1584 |
-
|
1585 |
-
.fa-map-marker:before {
|
1586 |
-
content: "\f041"; }
|
1587 |
-
|
1588 |
-
.fa-map-marker-alt:before {
|
1589 |
-
content: "\f3c5"; }
|
1590 |
-
|
1591 |
-
.fa-map-pin:before {
|
1592 |
-
content: "\f276"; }
|
1593 |
-
|
1594 |
-
.fa-map-signs:before {
|
1595 |
-
content: "\f277"; }
|
1596 |
-
|
1597 |
-
.fa-mars:before {
|
1598 |
-
content: "\f222"; }
|
1599 |
-
|
1600 |
-
.fa-mars-double:before {
|
1601 |
-
content: "\f227"; }
|
1602 |
-
|
1603 |
-
.fa-mars-stroke:before {
|
1604 |
-
content: "\f229"; }
|
1605 |
-
|
1606 |
-
.fa-mars-stroke-h:before {
|
1607 |
-
content: "\f22b"; }
|
1608 |
-
|
1609 |
-
.fa-mars-stroke-v:before {
|
1610 |
-
content: "\f22a"; }
|
1611 |
-
|
1612 |
-
.fa-maxcdn:before {
|
1613 |
-
content: "\f136"; }
|
1614 |
-
|
1615 |
-
.fa-medapps:before {
|
1616 |
-
content: "\f3c6"; }
|
1617 |
-
|
1618 |
-
.fa-medium:before {
|
1619 |
-
content: "\f23a"; }
|
1620 |
-
|
1621 |
-
.fa-medium-m:before {
|
1622 |
-
content: "\f3c7"; }
|
1623 |
-
|
1624 |
-
.fa-medkit:before {
|
1625 |
-
content: "\f0fa"; }
|
1626 |
-
|
1627 |
-
.fa-medrt:before {
|
1628 |
-
content: "\f3c8"; }
|
1629 |
-
|
1630 |
-
.fa-meetup:before {
|
1631 |
-
content: "\f2e0"; }
|
1632 |
-
|
1633 |
-
.fa-meh:before {
|
1634 |
-
content: "\f11a"; }
|
1635 |
-
|
1636 |
-
.fa-mercury:before {
|
1637 |
-
content: "\f223"; }
|
1638 |
-
|
1639 |
-
.fa-microchip:before {
|
1640 |
-
content: "\f2db"; }
|
1641 |
-
|
1642 |
-
.fa-microphone:before {
|
1643 |
-
content: "\f130"; }
|
1644 |
-
|
1645 |
-
.fa-microphone-slash:before {
|
1646 |
-
content: "\f131"; }
|
1647 |
-
|
1648 |
-
.fa-microsoft:before {
|
1649 |
-
content: "\f3ca"; }
|
1650 |
-
|
1651 |
-
.fa-minus:before {
|
1652 |
-
content: "\f068"; }
|
1653 |
-
|
1654 |
-
.fa-minus-circle:before {
|
1655 |
-
content: "\f056"; }
|
1656 |
-
|
1657 |
-
.fa-minus-square:before {
|
1658 |
-
content: "\f146"; }
|
1659 |
-
|
1660 |
-
.fa-mix:before {
|
1661 |
-
content: "\f3cb"; }
|
1662 |
-
|
1663 |
-
.fa-mixcloud:before {
|
1664 |
-
content: "\f289"; }
|
1665 |
-
|
1666 |
-
.fa-mizuni:before {
|
1667 |
-
content: "\f3cc"; }
|
1668 |
-
|
1669 |
-
.fa-mobile:before {
|
1670 |
-
content: "\f10b"; }
|
1671 |
-
|
1672 |
-
.fa-mobile-alt:before {
|
1673 |
-
content: "\f3cd"; }
|
1674 |
-
|
1675 |
-
.fa-modx:before {
|
1676 |
-
content: "\f285"; }
|
1677 |
-
|
1678 |
-
.fa-monero:before {
|
1679 |
-
content: "\f3d0"; }
|
1680 |
-
|
1681 |
-
.fa-money-bill-alt:before {
|
1682 |
-
content: "\f3d1"; }
|
1683 |
-
|
1684 |
-
.fa-moon:before {
|
1685 |
-
content: "\f186"; }
|
1686 |
-
|
1687 |
-
.fa-motorcycle:before {
|
1688 |
-
content: "\f21c"; }
|
1689 |
-
|
1690 |
-
.fa-mouse-pointer:before {
|
1691 |
-
content: "\f245"; }
|
1692 |
-
|
1693 |
-
.fa-music:before {
|
1694 |
-
content: "\f001"; }
|
1695 |
-
|
1696 |
-
.fa-napster:before {
|
1697 |
-
content: "\f3d2"; }
|
1698 |
-
|
1699 |
-
.fa-neuter:before {
|
1700 |
-
content: "\f22c"; }
|
1701 |
-
|
1702 |
-
.fa-newspaper:before {
|
1703 |
-
content: "\f1ea"; }
|
1704 |
-
|
1705 |
-
.fa-nintendo-switch:before {
|
1706 |
-
content: "\f418"; }
|
1707 |
-
|
1708 |
-
.fa-node:before {
|
1709 |
-
content: "\f419"; }
|
1710 |
-
|
1711 |
-
.fa-node-js:before {
|
1712 |
-
content: "\f3d3"; }
|
1713 |
-
|
1714 |
-
.fa-npm:before {
|
1715 |
-
content: "\f3d4"; }
|
1716 |
-
|
1717 |
-
.fa-ns8:before {
|
1718 |
-
content: "\f3d5"; }
|
1719 |
-
|
1720 |
-
.fa-nutritionix:before {
|
1721 |
-
content: "\f3d6"; }
|
1722 |
-
|
1723 |
-
.fa-object-group:before {
|
1724 |
-
content: "\f247"; }
|
1725 |
-
|
1726 |
-
.fa-object-ungroup:before {
|
1727 |
-
content: "\f248"; }
|
1728 |
-
|
1729 |
-
.fa-odnoklassniki:before {
|
1730 |
-
content: "\f263"; }
|
1731 |
-
|
1732 |
-
.fa-odnoklassniki-square:before {
|
1733 |
-
content: "\f264"; }
|
1734 |
-
|
1735 |
-
.fa-opencart:before {
|
1736 |
-
content: "\f23d"; }
|
1737 |
-
|
1738 |
-
.fa-openid:before {
|
1739 |
-
content: "\f19b"; }
|
1740 |
-
|
1741 |
-
.fa-opera:before {
|
1742 |
-
content: "\f26a"; }
|
1743 |
-
|
1744 |
-
.fa-optin-monster:before {
|
1745 |
-
content: "\f23c"; }
|
1746 |
-
|
1747 |
-
.fa-osi:before {
|
1748 |
-
content: "\f41a"; }
|
1749 |
-
|
1750 |
-
.fa-outdent:before {
|
1751 |
-
content: "\f03b"; }
|
1752 |
-
|
1753 |
-
.fa-page4:before {
|
1754 |
-
content: "\f3d7"; }
|
1755 |
-
|
1756 |
-
.fa-pagelines:before {
|
1757 |
-
content: "\f18c"; }
|
1758 |
-
|
1759 |
-
.fa-paint-brush:before {
|
1760 |
-
content: "\f1fc"; }
|
1761 |
-
|
1762 |
-
.fa-palfed:before {
|
1763 |
-
content: "\f3d8"; }
|
1764 |
-
|
1765 |
-
.fa-pallet:before {
|
1766 |
-
content: "\f482"; }
|
1767 |
-
|
1768 |
-
.fa-paper-plane:before {
|
1769 |
-
content: "\f1d8"; }
|
1770 |
-
|
1771 |
-
.fa-paperclip:before {
|
1772 |
-
content: "\f0c6"; }
|
1773 |
-
|
1774 |
-
.fa-paragraph:before {
|
1775 |
-
content: "\f1dd"; }
|
1776 |
-
|
1777 |
-
.fa-paste:before {
|
1778 |
-
content: "\f0ea"; }
|
1779 |
-
|
1780 |
-
.fa-patreon:before {
|
1781 |
-
content: "\f3d9"; }
|
1782 |
-
|
1783 |
-
.fa-pause:before {
|
1784 |
-
content: "\f04c"; }
|
1785 |
-
|
1786 |
-
.fa-pause-circle:before {
|
1787 |
-
content: "\f28b"; }
|
1788 |
-
|
1789 |
-
.fa-paw:before {
|
1790 |
-
content: "\f1b0"; }
|
1791 |
-
|
1792 |
-
.fa-paypal:before {
|
1793 |
-
content: "\f1ed"; }
|
1794 |
-
|
1795 |
-
.fa-pen-square:before {
|
1796 |
-
content: "\f14b"; }
|
1797 |
-
|
1798 |
-
.fa-pencil-alt:before {
|
1799 |
-
content: "\f303"; }
|
1800 |
-
|
1801 |
-
.fa-percent:before {
|
1802 |
-
content: "\f295"; }
|
1803 |
-
|
1804 |
-
.fa-periscope:before {
|
1805 |
-
content: "\f3da"; }
|
1806 |
-
|
1807 |
-
.fa-phabricator:before {
|
1808 |
-
content: "\f3db"; }
|
1809 |
-
|
1810 |
-
.fa-phoenix-framework:before {
|
1811 |
-
content: "\f3dc"; }
|
1812 |
-
|
1813 |
-
.fa-phone:before {
|
1814 |
-
content: "\f095"; }
|
1815 |
-
|
1816 |
-
.fa-phone-square:before {
|
1817 |
-
content: "\f098"; }
|
1818 |
-
|
1819 |
-
.fa-phone-volume:before {
|
1820 |
-
content: "\f2a0"; }
|
1821 |
-
|
1822 |
-
.fa-php:before {
|
1823 |
-
content: "\f457"; }
|
1824 |
-
|
1825 |
-
.fa-pied-piper:before {
|
1826 |
-
content: "\f2ae"; }
|
1827 |
-
|
1828 |
-
.fa-pied-piper-alt:before {
|
1829 |
-
content: "\f1a8"; }
|
1830 |
-
|
1831 |
-
.fa-pied-piper-pp:before {
|
1832 |
-
content: "\f1a7"; }
|
1833 |
-
|
1834 |
-
.fa-pills:before {
|
1835 |
-
content: "\f484"; }
|
1836 |
-
|
1837 |
-
.fa-pinterest:before {
|
1838 |
-
content: "\f0d2"; }
|
1839 |
-
|
1840 |
-
.fa-pinterest-p:before {
|
1841 |
-
content: "\f231"; }
|
1842 |
-
|
1843 |
-
.fa-pinterest-square:before {
|
1844 |
-
content: "\f0d3"; }
|
1845 |
-
|
1846 |
-
.fa-plane:before {
|
1847 |
-
content: "\f072"; }
|
1848 |
-
|
1849 |
-
.fa-play:before {
|
1850 |
-
content: "\f04b"; }
|
1851 |
-
|
1852 |
-
.fa-play-circle:before {
|
1853 |
-
content: "\f144"; }
|
1854 |
-
|
1855 |
-
.fa-playstation:before {
|
1856 |
-
content: "\f3df"; }
|
1857 |
-
|
1858 |
-
.fa-plug:before {
|
1859 |
-
content: "\f1e6"; }
|
1860 |
-
|
1861 |
-
.fa-plus:before {
|
1862 |
-
content: "\f067"; }
|
1863 |
-
|
1864 |
-
.fa-plus-circle:before {
|
1865 |
-
content: "\f055"; }
|
1866 |
-
|
1867 |
-
.fa-plus-square:before {
|
1868 |
-
content: "\f0fe"; }
|
1869 |
-
|
1870 |
-
.fa-podcast:before {
|
1871 |
-
content: "\f2ce"; }
|
1872 |
-
|
1873 |
-
.fa-pound-sign:before {
|
1874 |
-
content: "\f154"; }
|
1875 |
-
|
1876 |
-
.fa-power-off:before {
|
1877 |
-
content: "\f011"; }
|
1878 |
-
|
1879 |
-
.fa-print:before {
|
1880 |
-
content: "\f02f"; }
|
1881 |
-
|
1882 |
-
.fa-product-hunt:before {
|
1883 |
-
content: "\f288"; }
|
1884 |
-
|
1885 |
-
.fa-pushed:before {
|
1886 |
-
content: "\f3e1"; }
|
1887 |
-
|
1888 |
-
.fa-puzzle-piece:before {
|
1889 |
-
content: "\f12e"; }
|
1890 |
-
|
1891 |
-
.fa-python:before {
|
1892 |
-
content: "\f3e2"; }
|
1893 |
-
|
1894 |
-
.fa-qq:before {
|
1895 |
-
content: "\f1d6"; }
|
1896 |
-
|
1897 |
-
.fa-qrcode:before {
|
1898 |
-
content: "\f029"; }
|
1899 |
-
|
1900 |
-
.fa-question:before {
|
1901 |
-
content: "\f128"; }
|
1902 |
-
|
1903 |
-
.fa-question-circle:before {
|
1904 |
-
content: "\f059"; }
|
1905 |
-
|
1906 |
-
.fa-quidditch:before {
|
1907 |
-
content: "\f458"; }
|
1908 |
-
|
1909 |
-
.fa-quinscape:before {
|
1910 |
-
content: "\f459"; }
|
1911 |
-
|
1912 |
-
.fa-quora:before {
|
1913 |
-
content: "\f2c4"; }
|
1914 |
-
|
1915 |
-
.fa-quote-left:before {
|
1916 |
-
content: "\f10d"; }
|
1917 |
-
|
1918 |
-
.fa-quote-right:before {
|
1919 |
-
content: "\f10e"; }
|
1920 |
-
|
1921 |
-
.fa-random:before {
|
1922 |
-
content: "\f074"; }
|
1923 |
-
|
1924 |
-
.fa-ravelry:before {
|
1925 |
-
content: "\f2d9"; }
|
1926 |
-
|
1927 |
-
.fa-react:before {
|
1928 |
-
content: "\f41b"; }
|
1929 |
-
|
1930 |
-
.fa-rebel:before {
|
1931 |
-
content: "\f1d0"; }
|
1932 |
-
|
1933 |
-
.fa-recycle:before {
|
1934 |
-
content: "\f1b8"; }
|
1935 |
-
|
1936 |
-
.fa-red-river:before {
|
1937 |
-
content: "\f3e3"; }
|
1938 |
-
|
1939 |
-
.fa-reddit:before {
|
1940 |
-
content: "\f1a1"; }
|
1941 |
-
|
1942 |
-
.fa-reddit-alien:before {
|
1943 |
-
content: "\f281"; }
|
1944 |
-
|
1945 |
-
.fa-reddit-square:before {
|
1946 |
-
content: "\f1a2"; }
|
1947 |
-
|
1948 |
-
.fa-redo:before {
|
1949 |
-
content: "\f01e"; }
|
1950 |
-
|
1951 |
-
.fa-redo-alt:before {
|
1952 |
-
content: "\f2f9"; }
|
1953 |
-
|
1954 |
-
.fa-registered:before {
|
1955 |
-
content: "\f25d"; }
|
1956 |
-
|
1957 |
-
.fa-rendact:before {
|
1958 |
-
content: "\f3e4"; }
|
1959 |
-
|
1960 |
-
.fa-renren:before {
|
1961 |
-
content: "\f18b"; }
|
1962 |
-
|
1963 |
-
.fa-reply:before {
|
1964 |
-
content: "\f3e5"; }
|
1965 |
-
|
1966 |
-
.fa-reply-all:before {
|
1967 |
-
content: "\f122"; }
|
1968 |
-
|
1969 |
-
.fa-replyd:before {
|
1970 |
-
content: "\f3e6"; }
|
1971 |
-
|
1972 |
-
.fa-resolving:before {
|
1973 |
-
content: "\f3e7"; }
|
1974 |
-
|
1975 |
-
.fa-retweet:before {
|
1976 |
-
content: "\f079"; }
|
1977 |
-
|
1978 |
-
.fa-road:before {
|
1979 |
-
content: "\f018"; }
|
1980 |
-
|
1981 |
-
.fa-rocket:before {
|
1982 |
-
content: "\f135"; }
|
1983 |
-
|
1984 |
-
.fa-rocketchat:before {
|
1985 |
-
content: "\f3e8"; }
|
1986 |
-
|
1987 |
-
.fa-rockrms:before {
|
1988 |
-
content: "\f3e9"; }
|
1989 |
-
|
1990 |
-
.fa-rss:before {
|
1991 |
-
content: "\f09e"; }
|
1992 |
-
|
1993 |
-
.fa-rss-square:before {
|
1994 |
-
content: "\f143"; }
|
1995 |
-
|
1996 |
-
.fa-ruble-sign:before {
|
1997 |
-
content: "\f158"; }
|
1998 |
-
|
1999 |
-
.fa-rupee-sign:before {
|
2000 |
-
content: "\f156"; }
|
2001 |
-
|
2002 |
-
.fa-safari:before {
|
2003 |
-
content: "\f267"; }
|
2004 |
-
|
2005 |
-
.fa-sass:before {
|
2006 |
-
content: "\f41e"; }
|
2007 |
-
|
2008 |
-
.fa-save:before {
|
2009 |
-
content: "\f0c7"; }
|
2010 |
-
|
2011 |
-
.fa-schlix:before {
|
2012 |
-
content: "\f3ea"; }
|
2013 |
-
|
2014 |
-
.fa-scribd:before {
|
2015 |
-
content: "\f28a"; }
|
2016 |
-
|
2017 |
-
.fa-search:before {
|
2018 |
-
content: "\f002"; }
|
2019 |
-
|
2020 |
-
.fa-search-minus:before {
|
2021 |
-
content: "\f010"; }
|
2022 |
-
|
2023 |
-
.fa-search-plus:before {
|
2024 |
-
content: "\f00e"; }
|
2025 |
-
|
2026 |
-
.fa-searchengin:before {
|
2027 |
-
content: "\f3eb"; }
|
2028 |
-
|
2029 |
-
.fa-sellcast:before {
|
2030 |
-
content: "\f2da"; }
|
2031 |
-
|
2032 |
-
.fa-sellsy:before {
|
2033 |
-
content: "\f213"; }
|
2034 |
-
|
2035 |
-
.fa-server:before {
|
2036 |
-
content: "\f233"; }
|
2037 |
-
|
2038 |
-
.fa-servicestack:before {
|
2039 |
-
content: "\f3ec"; }
|
2040 |
-
|
2041 |
-
.fa-share:before {
|
2042 |
-
content: "\f064"; }
|
2043 |
-
|
2044 |
-
.fa-share-alt:before {
|
2045 |
-
content: "\f1e0"; }
|
2046 |
-
|
2047 |
-
.fa-share-alt-square:before {
|
2048 |
-
content: "\f1e1"; }
|
2049 |
-
|
2050 |
-
.fa-share-square:before {
|
2051 |
-
content: "\f14d"; }
|
2052 |
-
|
2053 |
-
.fa-shekel-sign:before {
|
2054 |
-
content: "\f20b"; }
|
2055 |
-
|
2056 |
-
.fa-shield-alt:before {
|
2057 |
-
content: "\f3ed"; }
|
2058 |
-
|
2059 |
-
.fa-ship:before {
|
2060 |
-
content: "\f21a"; }
|
2061 |
-
|
2062 |
-
.fa-shipping-fast:before {
|
2063 |
-
content: "\f48b"; }
|
2064 |
-
|
2065 |
-
.fa-shirtsinbulk:before {
|
2066 |
-
content: "\f214"; }
|
2067 |
-
|
2068 |
-
.fa-shopping-bag:before {
|
2069 |
-
content: "\f290"; }
|
2070 |
-
|
2071 |
-
.fa-shopping-basket:before {
|
2072 |
-
content: "\f291"; }
|
2073 |
-
|
2074 |
-
.fa-shopping-cart:before {
|
2075 |
-
content: "\f07a"; }
|
2076 |
-
|
2077 |
-
.fa-shower:before {
|
2078 |
-
content: "\f2cc"; }
|
2079 |
-
|
2080 |
-
.fa-sign-in-alt:before {
|
2081 |
-
content: "\f2f6"; }
|
2082 |
-
|
2083 |
-
.fa-sign-language:before {
|
2084 |
-
content: "\f2a7"; }
|
2085 |
-
|
2086 |
-
.fa-sign-out-alt:before {
|
2087 |
-
content: "\f2f5"; }
|
2088 |
-
|
2089 |
-
.fa-signal:before {
|
2090 |
-
content: "\f012"; }
|
2091 |
-
|
2092 |
-
.fa-simplybuilt:before {
|
2093 |
-
content: "\f215"; }
|
2094 |
-
|
2095 |
-
.fa-sistrix:before {
|
2096 |
-
content: "\f3ee"; }
|
2097 |
-
|
2098 |
-
.fa-sitemap:before {
|
2099 |
-
content: "\f0e8"; }
|
2100 |
-
|
2101 |
-
.fa-skyatlas:before {
|
2102 |
-
content: "\f216"; }
|
2103 |
-
|
2104 |
-
.fa-skype:before {
|
2105 |
-
content: "\f17e"; }
|
2106 |
-
|
2107 |
-
.fa-slack:before {
|
2108 |
-
content: "\f198"; }
|
2109 |
-
|
2110 |
-
.fa-slack-hash:before {
|
2111 |
-
content: "\f3ef"; }
|
2112 |
-
|
2113 |
-
.fa-sliders-h:before {
|
2114 |
-
content: "\f1de"; }
|
2115 |
-
|
2116 |
-
.fa-slideshare:before {
|
2117 |
-
content: "\f1e7"; }
|
2118 |
-
|
2119 |
-
.fa-smile:before {
|
2120 |
-
content: "\f118"; }
|
2121 |
-
|
2122 |
-
.fa-snapchat:before {
|
2123 |
-
content: "\f2ab"; }
|
2124 |
-
|
2125 |
-
.fa-snapchat-ghost:before {
|
2126 |
-
content: "\f2ac"; }
|
2127 |
-
|
2128 |
-
.fa-snapchat-square:before {
|
2129 |
-
content: "\f2ad"; }
|
2130 |
-
|
2131 |
-
.fa-snowflake:before {
|
2132 |
-
content: "\f2dc"; }
|
2133 |
-
|
2134 |
-
.fa-sort:before {
|
2135 |
-
content: "\f0dc"; }
|
2136 |
-
|
2137 |
-
.fa-sort-alpha-down:before {
|
2138 |
-
content: "\f15d"; }
|
2139 |
-
|
2140 |
-
.fa-sort-alpha-up:before {
|
2141 |
-
content: "\f15e"; }
|
2142 |
-
|
2143 |
-
.fa-sort-amount-down:before {
|
2144 |
-
content: "\f160"; }
|
2145 |
-
|
2146 |
-
.fa-sort-amount-up:before {
|
2147 |
-
content: "\f161"; }
|
2148 |
-
|
2149 |
-
.fa-sort-down:before {
|
2150 |
-
content: "\f0dd"; }
|
2151 |
-
|
2152 |
-
.fa-sort-numeric-down:before {
|
2153 |
-
content: "\f162"; }
|
2154 |
-
|
2155 |
-
.fa-sort-numeric-up:before {
|
2156 |
-
content: "\f163"; }
|
2157 |
-
|
2158 |
-
.fa-sort-up:before {
|
2159 |
-
content: "\f0de"; }
|
2160 |
-
|
2161 |
-
.fa-soundcloud:before {
|
2162 |
-
content: "\f1be"; }
|
2163 |
-
|
2164 |
-
.fa-space-shuttle:before {
|
2165 |
-
content: "\f197"; }
|
2166 |
-
|
2167 |
-
.fa-speakap:before {
|
2168 |
-
content: "\f3f3"; }
|
2169 |
-
|
2170 |
-
.fa-spinner:before {
|
2171 |
-
content: "\f110"; }
|
2172 |
-
|
2173 |
-
.fa-spotify:before {
|
2174 |
-
content: "\f1bc"; }
|
2175 |
-
|
2176 |
-
.fa-square:before {
|
2177 |
-
content: "\f0c8"; }
|
2178 |
-
|
2179 |
-
.fa-square-full:before {
|
2180 |
-
content: "\f45c"; }
|
2181 |
-
|
2182 |
-
.fa-stack-exchange:before {
|
2183 |
-
content: "\f18d"; }
|
2184 |
-
|
2185 |
-
.fa-stack-overflow:before {
|
2186 |
-
content: "\f16c"; }
|
2187 |
-
|
2188 |
-
.fa-star:before {
|
2189 |
-
content: "\f005"; }
|
2190 |
-
|
2191 |
-
.fa-star-half:before {
|
2192 |
-
content: "\f089"; }
|
2193 |
-
|
2194 |
-
.fa-staylinked:before {
|
2195 |
-
content: "\f3f5"; }
|
2196 |
-
|
2197 |
-
.fa-steam:before {
|
2198 |
-
content: "\f1b6"; }
|
2199 |
-
|
2200 |
-
.fa-steam-square:before {
|
2201 |
-
content: "\f1b7"; }
|
2202 |
-
|
2203 |
-
.fa-steam-symbol:before {
|
2204 |
-
content: "\f3f6"; }
|
2205 |
-
|
2206 |
-
.fa-step-backward:before {
|
2207 |
-
content: "\f048"; }
|
2208 |
-
|
2209 |
-
.fa-step-forward:before {
|
2210 |
-
content: "\f051"; }
|
2211 |
-
|
2212 |
-
.fa-stethoscope:before {
|
2213 |
-
content: "\f0f1"; }
|
2214 |
-
|
2215 |
-
.fa-sticker-mule:before {
|
2216 |
-
content: "\f3f7"; }
|
2217 |
-
|
2218 |
-
.fa-sticky-note:before {
|
2219 |
-
content: "\f249"; }
|
2220 |
-
|
2221 |
-
.fa-stop:before {
|
2222 |
-
content: "\f04d"; }
|
2223 |
-
|
2224 |
-
.fa-stop-circle:before {
|
2225 |
-
content: "\f28d"; }
|
2226 |
-
|
2227 |
-
.fa-stopwatch:before {
|
2228 |
-
content: "\f2f2"; }
|
2229 |
-
|
2230 |
-
.fa-strava:before {
|
2231 |
-
content: "\f428"; }
|
2232 |
-
|
2233 |
-
.fa-street-view:before {
|
2234 |
-
content: "\f21d"; }
|
2235 |
-
|
2236 |
-
.fa-strikethrough:before {
|
2237 |
-
content: "\f0cc"; }
|
2238 |
-
|
2239 |
-
.fa-stripe:before {
|
2240 |
-
content: "\f429"; }
|
2241 |
-
|
2242 |
-
.fa-stripe-s:before {
|
2243 |
-
content: "\f42a"; }
|
2244 |
-
|
2245 |
-
.fa-studiovinari:before {
|
2246 |
-
content: "\f3f8"; }
|
2247 |
-
|
2248 |
-
.fa-stumbleupon:before {
|
2249 |
-
content: "\f1a4"; }
|
2250 |
-
|
2251 |
-
.fa-stumbleupon-circle:before {
|
2252 |
-
content: "\f1a3"; }
|
2253 |
-
|
2254 |
-
.fa-subscript:before {
|
2255 |
-
content: "\f12c"; }
|
2256 |
-
|
2257 |
-
.fa-subway:before {
|
2258 |
-
content: "\f239"; }
|
2259 |
-
|
2260 |
-
.fa-suitcase:before {
|
2261 |
-
content: "\f0f2"; }
|
2262 |
-
|
2263 |
-
.fa-sun:before {
|
2264 |
-
content: "\f185"; }
|
2265 |
-
|
2266 |
-
.fa-superpowers:before {
|
2267 |
-
content: "\f2dd"; }
|
2268 |
-
|
2269 |
-
.fa-superscript:before {
|
2270 |
-
content: "\f12b"; }
|
2271 |
-
|
2272 |
-
.fa-supple:before {
|
2273 |
-
content: "\f3f9"; }
|
2274 |
-
|
2275 |
-
.fa-sync:before {
|
2276 |
-
content: "\f021"; }
|
2277 |
-
|
2278 |
-
.fa-sync-alt:before {
|
2279 |
-
content: "\f2f1"; }
|
2280 |
-
|
2281 |
-
.fa-syringe:before {
|
2282 |
-
content: "\f48e"; }
|
2283 |
-
|
2284 |
-
.fa-table:before {
|
2285 |
-
content: "\f0ce"; }
|
2286 |
-
|
2287 |
-
.fa-table-tennis:before {
|
2288 |
-
content: "\f45d"; }
|
2289 |
-
|
2290 |
-
.fa-tablet:before {
|
2291 |
-
content: "\f10a"; }
|
2292 |
-
|
2293 |
-
.fa-tablet-alt:before {
|
2294 |
-
content: "\f3fa"; }
|
2295 |
-
|
2296 |
-
.fa-tachometer-alt:before {
|
2297 |
-
content: "\f3fd"; }
|
2298 |
-
|
2299 |
-
.fa-tag:before {
|
2300 |
-
content: "\f02b"; }
|
2301 |
-
|
2302 |
-
.fa-tags:before {
|
2303 |
-
content: "\f02c"; }
|
2304 |
-
|
2305 |
-
.fa-tasks:before {
|
2306 |
-
content: "\f0ae"; }
|
2307 |
-
|
2308 |
-
.fa-taxi:before {
|
2309 |
-
content: "\f1ba"; }
|
2310 |
-
|
2311 |
-
.fa-telegram:before {
|
2312 |
-
content: "\f2c6"; }
|
2313 |
-
|
2314 |
-
.fa-telegram-plane:before {
|
2315 |
-
content: "\f3fe"; }
|
2316 |
-
|
2317 |
-
.fa-tencent-weibo:before {
|
2318 |
-
content: "\f1d5"; }
|
2319 |
-
|
2320 |
-
.fa-terminal:before {
|
2321 |
-
content: "\f120"; }
|
2322 |
-
|
2323 |
-
.fa-text-height:before {
|
2324 |
-
content: "\f034"; }
|
2325 |
-
|
2326 |
-
.fa-text-width:before {
|
2327 |
-
content: "\f035"; }
|
2328 |
-
|
2329 |
-
.fa-th:before {
|
2330 |
-
content: "\f00a"; }
|
2331 |
-
|
2332 |
-
.fa-th-large:before {
|
2333 |
-
content: "\f009"; }
|
2334 |
-
|
2335 |
-
.fa-th-list:before {
|
2336 |
-
content: "\f00b"; }
|
2337 |
-
|
2338 |
-
.fa-themeisle:before {
|
2339 |
-
content: "\f2b2"; }
|
2340 |
-
|
2341 |
-
.fa-thermometer:before {
|
2342 |
-
content: "\f491"; }
|
2343 |
-
|
2344 |
-
.fa-thermometer-empty:before {
|
2345 |
-
content: "\f2cb"; }
|
2346 |
-
|
2347 |
-
.fa-thermometer-full:before {
|
2348 |
-
content: "\f2c7"; }
|
2349 |
-
|
2350 |
-
.fa-thermometer-half:before {
|
2351 |
-
content: "\f2c9"; }
|
2352 |
-
|
2353 |
-
.fa-thermometer-quarter:before {
|
2354 |
-
content: "\f2ca"; }
|
2355 |
-
|
2356 |
-
.fa-thermometer-three-quarters:before {
|
2357 |
-
content: "\f2c8"; }
|
2358 |
-
|
2359 |
-
.fa-thumbs-down:before {
|
2360 |
-
content: "\f165"; }
|
2361 |
-
|
2362 |
-
.fa-thumbs-up:before {
|
2363 |
-
content: "\f164"; }
|
2364 |
-
|
2365 |
-
.fa-thumbtack:before {
|
2366 |
-
content: "\f08d"; }
|
2367 |
-
|
2368 |
-
.fa-ticket-alt:before {
|
2369 |
-
content: "\f3ff"; }
|
2370 |
-
|
2371 |
-
.fa-times:before {
|
2372 |
-
content: "\f00d"; }
|
2373 |
-
|
2374 |
-
.fa-times-circle:before {
|
2375 |
-
content: "\f057"; }
|
2376 |
-
|
2377 |
-
.fa-tint:before {
|
2378 |
-
content: "\f043"; }
|
2379 |
-
|
2380 |
-
.fa-toggle-off:before {
|
2381 |
-
content: "\f204"; }
|
2382 |
-
|
2383 |
-
.fa-toggle-on:before {
|
2384 |
-
content: "\f205"; }
|
2385 |
-
|
2386 |
-
.fa-trademark:before {
|
2387 |
-
content: "\f25c"; }
|
2388 |
-
|
2389 |
-
.fa-train:before {
|
2390 |
-
content: "\f238"; }
|
2391 |
-
|
2392 |
-
.fa-transgender:before {
|
2393 |
-
content: "\f224"; }
|
2394 |
-
|
2395 |
-
.fa-transgender-alt:before {
|
2396 |
-
content: "\f225"; }
|
2397 |
-
|
2398 |
-
.fa-trash:before {
|
2399 |
-
content: "\f1f8"; }
|
2400 |
-
|
2401 |
-
.fa-trash-alt:before {
|
2402 |
-
content: "\f2ed"; }
|
2403 |
-
|
2404 |
-
.fa-tree:before {
|
2405 |
-
content: "\f1bb"; }
|
2406 |
-
|
2407 |
-
.fa-trello:before {
|
2408 |
-
content: "\f181"; }
|
2409 |
-
|
2410 |
-
.fa-tripadvisor:before {
|
2411 |
-
content: "\f262"; }
|
2412 |
-
|
2413 |
-
.fa-trophy:before {
|
2414 |
-
content: "\f091"; }
|
2415 |
-
|
2416 |
-
.fa-truck:before {
|
2417 |
-
content: "\f0d1"; }
|
2418 |
-
|
2419 |
-
.fa-tty:before {
|
2420 |
-
content: "\f1e4"; }
|
2421 |
-
|
2422 |
-
.fa-tumblr:before {
|
2423 |
-
content: "\f173"; }
|
2424 |
-
|
2425 |
-
.fa-tumblr-square:before {
|
2426 |
-
content: "\f174"; }
|
2427 |
-
|
2428 |
-
.fa-tv:before {
|
2429 |
-
content: "\f26c"; }
|
2430 |
-
|
2431 |
-
.fa-twitch:before {
|
2432 |
-
content: "\f1e8"; }
|
2433 |
-
|
2434 |
-
.fa-twitter:before {
|
2435 |
-
content: "\f099"; }
|
2436 |
-
|
2437 |
-
.fa-twitter-square:before {
|
2438 |
-
content: "\f081"; }
|
2439 |
-
|
2440 |
-
.fa-typo3:before {
|
2441 |
-
content: "\f42b"; }
|
2442 |
-
|
2443 |
-
.fa-uber:before {
|
2444 |
-
content: "\f402"; }
|
2445 |
-
|
2446 |
-
.fa-uikit:before {
|
2447 |
-
content: "\f403"; }
|
2448 |
-
|
2449 |
-
.fa-umbrella:before {
|
2450 |
-
content: "\f0e9"; }
|
2451 |
-
|
2452 |
-
.fa-underline:before {
|
2453 |
-
content: "\f0cd"; }
|
2454 |
-
|
2455 |
-
.fa-undo:before {
|
2456 |
-
content: "\f0e2"; }
|
2457 |
-
|
2458 |
-
.fa-undo-alt:before {
|
2459 |
-
content: "\f2ea"; }
|
2460 |
-
|
2461 |
-
.fa-uniregistry:before {
|
2462 |
-
content: "\f404"; }
|
2463 |
-
|
2464 |
-
.fa-universal-access:before {
|
2465 |
-
content: "\f29a"; }
|
2466 |
-
|
2467 |
-
.fa-university:before {
|
2468 |
-
content: "\f19c"; }
|
2469 |
-
|
2470 |
-
.fa-unlink:before {
|
2471 |
-
content: "\f127"; }
|
2472 |
-
|
2473 |
-
.fa-unlock:before {
|
2474 |
-
content: "\f09c"; }
|
2475 |
-
|
2476 |
-
.fa-unlock-alt:before {
|
2477 |
-
content: "\f13e"; }
|
2478 |
-
|
2479 |
-
.fa-untappd:before {
|
2480 |
-
content: "\f405"; }
|
2481 |
-
|
2482 |
-
.fa-upload:before {
|
2483 |
-
content: "\f093"; }
|
2484 |
-
|
2485 |
-
.fa-usb:before {
|
2486 |
-
content: "\f287"; }
|
2487 |
-
|
2488 |
-
.fa-user:before {
|
2489 |
-
content: "\f007"; }
|
2490 |
-
|
2491 |
-
.fa-user-circle:before {
|
2492 |
-
content: "\f2bd"; }
|
2493 |
-
|
2494 |
-
.fa-user-md:before {
|
2495 |
-
content: "\f0f0"; }
|
2496 |
-
|
2497 |
-
.fa-user-plus:before {
|
2498 |
-
content: "\f234"; }
|
2499 |
-
|
2500 |
-
.fa-user-secret:before {
|
2501 |
-
content: "\f21b"; }
|
2502 |
-
|
2503 |
-
.fa-user-times:before {
|
2504 |
-
content: "\f235"; }
|
2505 |
-
|
2506 |
-
.fa-users:before {
|
2507 |
-
content: "\f0c0"; }
|
2508 |
-
|
2509 |
-
.fa-ussunnah:before {
|
2510 |
-
content: "\f407"; }
|
2511 |
-
|
2512 |
-
.fa-utensil-spoon:before {
|
2513 |
-
content: "\f2e5"; }
|
2514 |
-
|
2515 |
-
.fa-utensils:before {
|
2516 |
-
content: "\f2e7"; }
|
2517 |
-
|
2518 |
-
.fa-vaadin:before {
|
2519 |
-
content: "\f408"; }
|
2520 |
-
|
2521 |
-
.fa-venus:before {
|
2522 |
-
content: "\f221"; }
|
2523 |
-
|
2524 |
-
.fa-venus-double:before {
|
2525 |
-
content: "\f226"; }
|
2526 |
-
|
2527 |
-
.fa-venus-mars:before {
|
2528 |
-
content: "\f228"; }
|
2529 |
-
|
2530 |
-
.fa-viacoin:before {
|
2531 |
-
content: "\f237"; }
|
2532 |
-
|
2533 |
-
.fa-viadeo:before {
|
2534 |
-
content: "\f2a9"; }
|
2535 |
-
|
2536 |
-
.fa-viadeo-square:before {
|
2537 |
-
content: "\f2aa"; }
|
2538 |
-
|
2539 |
-
.fa-viber:before {
|
2540 |
-
content: "\f409"; }
|
2541 |
-
|
2542 |
-
.fa-video:before {
|
2543 |
-
content: "\f03d"; }
|
2544 |
-
|
2545 |
-
.fa-vimeo:before {
|
2546 |
-
content: "\f40a"; }
|
2547 |
-
|
2548 |
-
.fa-vimeo-square:before {
|
2549 |
-
content: "\f194"; }
|
2550 |
-
|
2551 |
-
.fa-vimeo-v:before {
|
2552 |
-
content: "\f27d"; }
|
2553 |
-
|
2554 |
-
.fa-vine:before {
|
2555 |
-
content: "\f1ca"; }
|
2556 |
-
|
2557 |
-
.fa-vk:before {
|
2558 |
-
content: "\f189"; }
|
2559 |
-
|
2560 |
-
.fa-vnv:before {
|
2561 |
-
content: "\f40b"; }
|
2562 |
-
|
2563 |
-
.fa-volleyball-ball:before {
|
2564 |
-
content: "\f45f"; }
|
2565 |
-
|
2566 |
-
.fa-volume-down:before {
|
2567 |
-
content: "\f027"; }
|
2568 |
-
|
2569 |
-
.fa-volume-off:before {
|
2570 |
-
content: "\f026"; }
|
2571 |
-
|
2572 |
-
.fa-volume-up:before {
|
2573 |
-
content: "\f028"; }
|
2574 |
-
|
2575 |
-
.fa-vuejs:before {
|
2576 |
-
content: "\f41f"; }
|
2577 |
-
|
2578 |
-
.fa-warehouse:before {
|
2579 |
-
content: "\f494"; }
|
2580 |
-
|
2581 |
-
.fa-weibo:before {
|
2582 |
-
content: "\f18a"; }
|
2583 |
-
|
2584 |
-
.fa-weight:before {
|
2585 |
-
content: "\f496"; }
|
2586 |
-
|
2587 |
-
.fa-weixin:before {
|
2588 |
-
content: "\f1d7"; }
|
2589 |
-
|
2590 |
-
.fa-whatsapp:before {
|
2591 |
-
content: "\f232"; }
|
2592 |
-
|
2593 |
-
.fa-whatsapp-square:before {
|
2594 |
-
content: "\f40c"; }
|
2595 |
-
|
2596 |
-
.fa-wheelchair:before {
|
2597 |
-
content: "\f193"; }
|
2598 |
-
|
2599 |
-
.fa-whmcs:before {
|
2600 |
-
content: "\f40d"; }
|
2601 |
-
|
2602 |
-
.fa-wifi:before {
|
2603 |
-
content: "\f1eb"; }
|
2604 |
-
|
2605 |
-
.fa-wikipedia-w:before {
|
2606 |
-
content: "\f266"; }
|
2607 |
-
|
2608 |
-
.fa-window-close:before {
|
2609 |
-
content: "\f410"; }
|
2610 |
-
|
2611 |
-
.fa-window-maximize:before {
|
2612 |
-
content: "\f2d0"; }
|
2613 |
-
|
2614 |
-
.fa-window-minimize:before {
|
2615 |
-
content: "\f2d1"; }
|
2616 |
-
|
2617 |
-
.fa-window-restore:before {
|
2618 |
-
content: "\f2d2"; }
|
2619 |
-
|
2620 |
-
.fa-windows:before {
|
2621 |
-
content: "\f17a"; }
|
2622 |
-
|
2623 |
-
.fa-won-sign:before {
|
2624 |
-
content: "\f159"; }
|
2625 |
-
|
2626 |
-
.fa-wordpress:before {
|
2627 |
-
content: "\f19a"; }
|
2628 |
-
|
2629 |
-
.fa-wordpress-simple:before {
|
2630 |
-
content: "\f411"; }
|
2631 |
-
|
2632 |
-
.fa-wpbeginner:before {
|
2633 |
-
content: "\f297"; }
|
2634 |
-
|
2635 |
-
.fa-wpexplorer:before {
|
2636 |
-
content: "\f2de"; }
|
2637 |
-
|
2638 |
-
.fa-wpforms:before {
|
2639 |
-
content: "\f298"; }
|
2640 |
-
|
2641 |
-
.fa-wrench:before {
|
2642 |
-
content: "\f0ad"; }
|
2643 |
-
|
2644 |
-
.fa-xbox:before {
|
2645 |
-
content: "\f412"; }
|
2646 |
-
|
2647 |
-
.fa-xing:before {
|
2648 |
-
content: "\f168"; }
|
2649 |
-
|
2650 |
-
.fa-xing-square:before {
|
2651 |
-
content: "\f169"; }
|
2652 |
-
|
2653 |
-
.fa-y-combinator:before {
|
2654 |
-
content: "\f23b"; }
|
2655 |
-
|
2656 |
-
.fa-yahoo:before {
|
2657 |
-
content: "\f19e"; }
|
2658 |
-
|
2659 |
-
.fa-yandex:before {
|
2660 |
-
content: "\f413"; }
|
2661 |
-
|
2662 |
-
.fa-yandex-international:before {
|
2663 |
-
content: "\f414"; }
|
2664 |
-
|
2665 |
-
.fa-yelp:before {
|
2666 |
-
content: "\f1e9"; }
|
2667 |
-
|
2668 |
-
.fa-yen-sign:before {
|
2669 |
-
content: "\f157"; }
|
2670 |
-
|
2671 |
-
.fa-yoast:before {
|
2672 |
-
content: "\f2b1"; }
|
2673 |
-
|
2674 |
-
.fa-youtube:before {
|
2675 |
-
content: "\f167"; }
|
2676 |
-
|
2677 |
-
.fa-youtube-square:before {
|
2678 |
-
content: "\f431"; }
|
2679 |
-
|
2680 |
-
.sr-only {
|
2681 |
-
border: 0;
|
2682 |
-
clip: rect(0, 0, 0, 0);
|
2683 |
-
height: 1px;
|
2684 |
-
margin: -1px;
|
2685 |
-
overflow: hidden;
|
2686 |
-
padding: 0;
|
2687 |
-
position: absolute;
|
2688 |
-
width: 1px; }
|
2689 |
-
|
2690 |
-
.sr-only-focusable:active, .sr-only-focusable:focus {
|
2691 |
-
clip: auto;
|
2692 |
-
height: auto;
|
2693 |
-
margin: 0;
|
2694 |
-
overflow: visible;
|
2695 |
-
position: static;
|
2696 |
-
width: auto; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/css/fontawesome.min.css
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/_animated.less
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
// Animated Icons
|
2 |
-
// --------------------------
|
3 |
-
|
4 |
-
.@{fa-css-prefix}-spin {
|
5 |
-
animation: fa-spin 2s infinite linear;
|
6 |
-
}
|
7 |
-
|
8 |
-
.@{fa-css-prefix}-pulse {
|
9 |
-
animation: fa-spin 1s infinite steps(8);
|
10 |
-
}
|
11 |
-
|
12 |
-
@keyframes fa-spin {
|
13 |
-
0% {
|
14 |
-
transform: rotate(0deg);
|
15 |
-
}
|
16 |
-
100% {
|
17 |
-
transform: rotate(360deg);
|
18 |
-
}
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/_bordered-pulled.less
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
// Bordered & Pulled
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.@{fa-css-prefix}-border {
|
5 |
-
border-radius: .1em;
|
6 |
-
border: solid .08em @fa-border-color;
|
7 |
-
padding: .2em .25em .15em;
|
8 |
-
}
|
9 |
-
|
10 |
-
.@{fa-css-prefix}-pull-left { float: left; }
|
11 |
-
.@{fa-css-prefix}-pull-right { float: right; }
|
12 |
-
|
13 |
-
.@{fa-css-prefix}, .fas, .far, .fal, .fab {
|
14 |
-
&.@{fa-css-prefix}-pull-left { margin-right: .3em; }
|
15 |
-
&.@{fa-css-prefix}-pull-right { margin-left: .3em; }
|
16 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/_core.less
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
// Base Class Definition
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.@{fa-css-prefix}, .fas, .far, .fal, .fab {
|
5 |
-
-moz-osx-font-smoothing: grayscale;
|
6 |
-
-webkit-font-smoothing: antialiased;
|
7 |
-
display: inline-block;
|
8 |
-
font-style: normal;
|
9 |
-
font-variant: normal;
|
10 |
-
text-rendering: auto;
|
11 |
-
line-height: 1;
|
12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/_fixed-width.less
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
// Fixed Width Icons
|
2 |
-
// -------------------------
|
3 |
-
.@{fa-css-prefix}-fw {
|
4 |
-
text-align: center;
|
5 |
-
width: (20em / 16);
|
6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/_icons.less
DELETED
@@ -1,833 +0,0 @@
|
|
1 |
-
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
2 |
-
readers do not read off random characters that represent icons */
|
3 |
-
|
4 |
-
.@{fa-css-prefix}-500px:before { content: @fa-var-500px; }
|
5 |
-
.@{fa-css-prefix}-accessible-icon:before { content: @fa-var-accessible-icon; }
|
6 |
-
.@{fa-css-prefix}-accusoft:before { content: @fa-var-accusoft; }
|
7 |
-
.@{fa-css-prefix}-address-book:before { content: @fa-var-address-book; }
|
8 |
-
.@{fa-css-prefix}-address-card:before { content: @fa-var-address-card; }
|
9 |
-
.@{fa-css-prefix}-adjust:before { content: @fa-var-adjust; }
|
10 |
-
.@{fa-css-prefix}-adn:before { content: @fa-var-adn; }
|
11 |
-
.@{fa-css-prefix}-adversal:before { content: @fa-var-adversal; }
|
12 |
-
.@{fa-css-prefix}-affiliatetheme:before { content: @fa-var-affiliatetheme; }
|
13 |
-
.@{fa-css-prefix}-algolia:before { content: @fa-var-algolia; }
|
14 |
-
.@{fa-css-prefix}-align-center:before { content: @fa-var-align-center; }
|
15 |
-
.@{fa-css-prefix}-align-justify:before { content: @fa-var-align-justify; }
|
16 |
-
.@{fa-css-prefix}-align-left:before { content: @fa-var-align-left; }
|
17 |
-
.@{fa-css-prefix}-align-right:before { content: @fa-var-align-right; }
|
18 |
-
.@{fa-css-prefix}-amazon:before { content: @fa-var-amazon; }
|
19 |
-
.@{fa-css-prefix}-amazon-pay:before { content: @fa-var-amazon-pay; }
|
20 |
-
.@{fa-css-prefix}-ambulance:before { content: @fa-var-ambulance; }
|
21 |
-
.@{fa-css-prefix}-american-sign-language-interpreting:before { content: @fa-var-american-sign-language-interpreting; }
|
22 |
-
.@{fa-css-prefix}-amilia:before { content: @fa-var-amilia; }
|
23 |
-
.@{fa-css-prefix}-anchor:before { content: @fa-var-anchor; }
|
24 |
-
.@{fa-css-prefix}-android:before { content: @fa-var-android; }
|
25 |
-
.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; }
|
26 |
-
.@{fa-css-prefix}-angle-double-down:before { content: @fa-var-angle-double-down; }
|
27 |
-
.@{fa-css-prefix}-angle-double-left:before { content: @fa-var-angle-double-left; }
|
28 |
-
.@{fa-css-prefix}-angle-double-right:before { content: @fa-var-angle-double-right; }
|
29 |
-
.@{fa-css-prefix}-angle-double-up:before { content: @fa-var-angle-double-up; }
|
30 |
-
.@{fa-css-prefix}-angle-down:before { content: @fa-var-angle-down; }
|
31 |
-
.@{fa-css-prefix}-angle-left:before { content: @fa-var-angle-left; }
|
32 |
-
.@{fa-css-prefix}-angle-right:before { content: @fa-var-angle-right; }
|
33 |
-
.@{fa-css-prefix}-angle-up:before { content: @fa-var-angle-up; }
|
34 |
-
.@{fa-css-prefix}-angrycreative:before { content: @fa-var-angrycreative; }
|
35 |
-
.@{fa-css-prefix}-angular:before { content: @fa-var-angular; }
|
36 |
-
.@{fa-css-prefix}-app-store:before { content: @fa-var-app-store; }
|
37 |
-
.@{fa-css-prefix}-app-store-ios:before { content: @fa-var-app-store-ios; }
|
38 |
-
.@{fa-css-prefix}-apper:before { content: @fa-var-apper; }
|
39 |
-
.@{fa-css-prefix}-apple:before { content: @fa-var-apple; }
|
40 |
-
.@{fa-css-prefix}-apple-pay:before { content: @fa-var-apple-pay; }
|
41 |
-
.@{fa-css-prefix}-archive:before { content: @fa-var-archive; }
|
42 |
-
.@{fa-css-prefix}-arrow-alt-circle-down:before { content: @fa-var-arrow-alt-circle-down; }
|
43 |
-
.@{fa-css-prefix}-arrow-alt-circle-left:before { content: @fa-var-arrow-alt-circle-left; }
|
44 |
-
.@{fa-css-prefix}-arrow-alt-circle-right:before { content: @fa-var-arrow-alt-circle-right; }
|
45 |
-
.@{fa-css-prefix}-arrow-alt-circle-up:before { content: @fa-var-arrow-alt-circle-up; }
|
46 |
-
.@{fa-css-prefix}-arrow-circle-down:before { content: @fa-var-arrow-circle-down; }
|
47 |
-
.@{fa-css-prefix}-arrow-circle-left:before { content: @fa-var-arrow-circle-left; }
|
48 |
-
.@{fa-css-prefix}-arrow-circle-right:before { content: @fa-var-arrow-circle-right; }
|
49 |
-
.@{fa-css-prefix}-arrow-circle-up:before { content: @fa-var-arrow-circle-up; }
|
50 |
-
.@{fa-css-prefix}-arrow-down:before { content: @fa-var-arrow-down; }
|
51 |
-
.@{fa-css-prefix}-arrow-left:before { content: @fa-var-arrow-left; }
|
52 |
-
.@{fa-css-prefix}-arrow-right:before { content: @fa-var-arrow-right; }
|
53 |
-
.@{fa-css-prefix}-arrow-up:before { content: @fa-var-arrow-up; }
|
54 |
-
.@{fa-css-prefix}-arrows-alt:before { content: @fa-var-arrows-alt; }
|
55 |
-
.@{fa-css-prefix}-arrows-alt-h:before { content: @fa-var-arrows-alt-h; }
|
56 |
-
.@{fa-css-prefix}-arrows-alt-v:before { content: @fa-var-arrows-alt-v; }
|
57 |
-
.@{fa-css-prefix}-assistive-listening-systems:before { content: @fa-var-assistive-listening-systems; }
|
58 |
-
.@{fa-css-prefix}-asterisk:before { content: @fa-var-asterisk; }
|
59 |
-
.@{fa-css-prefix}-asymmetrik:before { content: @fa-var-asymmetrik; }
|
60 |
-
.@{fa-css-prefix}-at:before { content: @fa-var-at; }
|
61 |
-
.@{fa-css-prefix}-audible:before { content: @fa-var-audible; }
|
62 |
-
.@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; }
|
63 |
-
.@{fa-css-prefix}-autoprefixer:before { content: @fa-var-autoprefixer; }
|
64 |
-
.@{fa-css-prefix}-avianex:before { content: @fa-var-avianex; }
|
65 |
-
.@{fa-css-prefix}-aviato:before { content: @fa-var-aviato; }
|
66 |
-
.@{fa-css-prefix}-aws:before { content: @fa-var-aws; }
|
67 |
-
.@{fa-css-prefix}-backward:before { content: @fa-var-backward; }
|
68 |
-
.@{fa-css-prefix}-balance-scale:before { content: @fa-var-balance-scale; }
|
69 |
-
.@{fa-css-prefix}-ban:before { content: @fa-var-ban; }
|
70 |
-
.@{fa-css-prefix}-band-aid:before { content: @fa-var-band-aid; }
|
71 |
-
.@{fa-css-prefix}-bandcamp:before { content: @fa-var-bandcamp; }
|
72 |
-
.@{fa-css-prefix}-barcode:before { content: @fa-var-barcode; }
|
73 |
-
.@{fa-css-prefix}-bars:before { content: @fa-var-bars; }
|
74 |
-
.@{fa-css-prefix}-baseball-ball:before { content: @fa-var-baseball-ball; }
|
75 |
-
.@{fa-css-prefix}-basketball-ball:before { content: @fa-var-basketball-ball; }
|
76 |
-
.@{fa-css-prefix}-bath:before { content: @fa-var-bath; }
|
77 |
-
.@{fa-css-prefix}-battery-empty:before { content: @fa-var-battery-empty; }
|
78 |
-
.@{fa-css-prefix}-battery-full:before { content: @fa-var-battery-full; }
|
79 |
-
.@{fa-css-prefix}-battery-half:before { content: @fa-var-battery-half; }
|
80 |
-
.@{fa-css-prefix}-battery-quarter:before { content: @fa-var-battery-quarter; }
|
81 |
-
.@{fa-css-prefix}-battery-three-quarters:before { content: @fa-var-battery-three-quarters; }
|
82 |
-
.@{fa-css-prefix}-bed:before { content: @fa-var-bed; }
|
83 |
-
.@{fa-css-prefix}-beer:before { content: @fa-var-beer; }
|
84 |
-
.@{fa-css-prefix}-behance:before { content: @fa-var-behance; }
|
85 |
-
.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; }
|
86 |
-
.@{fa-css-prefix}-bell:before { content: @fa-var-bell; }
|
87 |
-
.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; }
|
88 |
-
.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; }
|
89 |
-
.@{fa-css-prefix}-bimobject:before { content: @fa-var-bimobject; }
|
90 |
-
.@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; }
|
91 |
-
.@{fa-css-prefix}-birthday-cake:before { content: @fa-var-birthday-cake; }
|
92 |
-
.@{fa-css-prefix}-bitbucket:before { content: @fa-var-bitbucket; }
|
93 |
-
.@{fa-css-prefix}-bitcoin:before { content: @fa-var-bitcoin; }
|
94 |
-
.@{fa-css-prefix}-bity:before { content: @fa-var-bity; }
|
95 |
-
.@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; }
|
96 |
-
.@{fa-css-prefix}-blackberry:before { content: @fa-var-blackberry; }
|
97 |
-
.@{fa-css-prefix}-blind:before { content: @fa-var-blind; }
|
98 |
-
.@{fa-css-prefix}-blogger:before { content: @fa-var-blogger; }
|
99 |
-
.@{fa-css-prefix}-blogger-b:before { content: @fa-var-blogger-b; }
|
100 |
-
.@{fa-css-prefix}-bluetooth:before { content: @fa-var-bluetooth; }
|
101 |
-
.@{fa-css-prefix}-bluetooth-b:before { content: @fa-var-bluetooth-b; }
|
102 |
-
.@{fa-css-prefix}-bold:before { content: @fa-var-bold; }
|
103 |
-
.@{fa-css-prefix}-bolt:before { content: @fa-var-bolt; }
|
104 |
-
.@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; }
|
105 |
-
.@{fa-css-prefix}-book:before { content: @fa-var-book; }
|
106 |
-
.@{fa-css-prefix}-bookmark:before { content: @fa-var-bookmark; }
|
107 |
-
.@{fa-css-prefix}-bowling-ball:before { content: @fa-var-bowling-ball; }
|
108 |
-
.@{fa-css-prefix}-box:before { content: @fa-var-box; }
|
109 |
-
.@{fa-css-prefix}-boxes:before { content: @fa-var-boxes; }
|
110 |
-
.@{fa-css-prefix}-braille:before { content: @fa-var-braille; }
|
111 |
-
.@{fa-css-prefix}-briefcase:before { content: @fa-var-briefcase; }
|
112 |
-
.@{fa-css-prefix}-btc:before { content: @fa-var-btc; }
|
113 |
-
.@{fa-css-prefix}-bug:before { content: @fa-var-bug; }
|
114 |
-
.@{fa-css-prefix}-building:before { content: @fa-var-building; }
|
115 |
-
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; }
|
116 |
-
.@{fa-css-prefix}-bullseye:before { content: @fa-var-bullseye; }
|
117 |
-
.@{fa-css-prefix}-buromobelexperte:before { content: @fa-var-buromobelexperte; }
|
118 |
-
.@{fa-css-prefix}-bus:before { content: @fa-var-bus; }
|
119 |
-
.@{fa-css-prefix}-buysellads:before { content: @fa-var-buysellads; }
|
120 |
-
.@{fa-css-prefix}-calculator:before { content: @fa-var-calculator; }
|
121 |
-
.@{fa-css-prefix}-calendar:before { content: @fa-var-calendar; }
|
122 |
-
.@{fa-css-prefix}-calendar-alt:before { content: @fa-var-calendar-alt; }
|
123 |
-
.@{fa-css-prefix}-calendar-check:before { content: @fa-var-calendar-check; }
|
124 |
-
.@{fa-css-prefix}-calendar-minus:before { content: @fa-var-calendar-minus; }
|
125 |
-
.@{fa-css-prefix}-calendar-plus:before { content: @fa-var-calendar-plus; }
|
126 |
-
.@{fa-css-prefix}-calendar-times:before { content: @fa-var-calendar-times; }
|
127 |
-
.@{fa-css-prefix}-camera:before { content: @fa-var-camera; }
|
128 |
-
.@{fa-css-prefix}-camera-retro:before { content: @fa-var-camera-retro; }
|
129 |
-
.@{fa-css-prefix}-car:before { content: @fa-var-car; }
|
130 |
-
.@{fa-css-prefix}-caret-down:before { content: @fa-var-caret-down; }
|
131 |
-
.@{fa-css-prefix}-caret-left:before { content: @fa-var-caret-left; }
|
132 |
-
.@{fa-css-prefix}-caret-right:before { content: @fa-var-caret-right; }
|
133 |
-
.@{fa-css-prefix}-caret-square-down:before { content: @fa-var-caret-square-down; }
|
134 |
-
.@{fa-css-prefix}-caret-square-left:before { content: @fa-var-caret-square-left; }
|
135 |
-
.@{fa-css-prefix}-caret-square-right:before { content: @fa-var-caret-square-right; }
|
136 |
-
.@{fa-css-prefix}-caret-square-up:before { content: @fa-var-caret-square-up; }
|
137 |
-
.@{fa-css-prefix}-caret-up:before { content: @fa-var-caret-up; }
|
138 |
-
.@{fa-css-prefix}-cart-arrow-down:before { content: @fa-var-cart-arrow-down; }
|
139 |
-
.@{fa-css-prefix}-cart-plus:before { content: @fa-var-cart-plus; }
|
140 |
-
.@{fa-css-prefix}-cc-amazon-pay:before { content: @fa-var-cc-amazon-pay; }
|
141 |
-
.@{fa-css-prefix}-cc-amex:before { content: @fa-var-cc-amex; }
|
142 |
-
.@{fa-css-prefix}-cc-apple-pay:before { content: @fa-var-cc-apple-pay; }
|
143 |
-
.@{fa-css-prefix}-cc-diners-club:before { content: @fa-var-cc-diners-club; }
|
144 |
-
.@{fa-css-prefix}-cc-discover:before { content: @fa-var-cc-discover; }
|
145 |
-
.@{fa-css-prefix}-cc-jcb:before { content: @fa-var-cc-jcb; }
|
146 |
-
.@{fa-css-prefix}-cc-mastercard:before { content: @fa-var-cc-mastercard; }
|
147 |
-
.@{fa-css-prefix}-cc-paypal:before { content: @fa-var-cc-paypal; }
|
148 |
-
.@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; }
|
149 |
-
.@{fa-css-prefix}-cc-visa:before { content: @fa-var-cc-visa; }
|
150 |
-
.@{fa-css-prefix}-centercode:before { content: @fa-var-centercode; }
|
151 |
-
.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; }
|
152 |
-
.@{fa-css-prefix}-chart-area:before { content: @fa-var-chart-area; }
|
153 |
-
.@{fa-css-prefix}-chart-bar:before { content: @fa-var-chart-bar; }
|
154 |
-
.@{fa-css-prefix}-chart-line:before { content: @fa-var-chart-line; }
|
155 |
-
.@{fa-css-prefix}-chart-pie:before { content: @fa-var-chart-pie; }
|
156 |
-
.@{fa-css-prefix}-check:before { content: @fa-var-check; }
|
157 |
-
.@{fa-css-prefix}-check-circle:before { content: @fa-var-check-circle; }
|
158 |
-
.@{fa-css-prefix}-check-square:before { content: @fa-var-check-square; }
|
159 |
-
.@{fa-css-prefix}-chess:before { content: @fa-var-chess; }
|
160 |
-
.@{fa-css-prefix}-chess-bishop:before { content: @fa-var-chess-bishop; }
|
161 |
-
.@{fa-css-prefix}-chess-board:before { content: @fa-var-chess-board; }
|
162 |
-
.@{fa-css-prefix}-chess-king:before { content: @fa-var-chess-king; }
|
163 |
-
.@{fa-css-prefix}-chess-knight:before { content: @fa-var-chess-knight; }
|
164 |
-
.@{fa-css-prefix}-chess-pawn:before { content: @fa-var-chess-pawn; }
|
165 |
-
.@{fa-css-prefix}-chess-queen:before { content: @fa-var-chess-queen; }
|
166 |
-
.@{fa-css-prefix}-chess-rook:before { content: @fa-var-chess-rook; }
|
167 |
-
.@{fa-css-prefix}-chevron-circle-down:before { content: @fa-var-chevron-circle-down; }
|
168 |
-
.@{fa-css-prefix}-chevron-circle-left:before { content: @fa-var-chevron-circle-left; }
|
169 |
-
.@{fa-css-prefix}-chevron-circle-right:before { content: @fa-var-chevron-circle-right; }
|
170 |
-
.@{fa-css-prefix}-chevron-circle-up:before { content: @fa-var-chevron-circle-up; }
|
171 |
-
.@{fa-css-prefix}-chevron-down:before { content: @fa-var-chevron-down; }
|
172 |
-
.@{fa-css-prefix}-chevron-left:before { content: @fa-var-chevron-left; }
|
173 |
-
.@{fa-css-prefix}-chevron-right:before { content: @fa-var-chevron-right; }
|
174 |
-
.@{fa-css-prefix}-chevron-up:before { content: @fa-var-chevron-up; }
|
175 |
-
.@{fa-css-prefix}-child:before { content: @fa-var-child; }
|
176 |
-
.@{fa-css-prefix}-chrome:before { content: @fa-var-chrome; }
|
177 |
-
.@{fa-css-prefix}-circle:before { content: @fa-var-circle; }
|
178 |
-
.@{fa-css-prefix}-circle-notch:before { content: @fa-var-circle-notch; }
|
179 |
-
.@{fa-css-prefix}-clipboard:before { content: @fa-var-clipboard; }
|
180 |
-
.@{fa-css-prefix}-clipboard-check:before { content: @fa-var-clipboard-check; }
|
181 |
-
.@{fa-css-prefix}-clipboard-list:before { content: @fa-var-clipboard-list; }
|
182 |
-
.@{fa-css-prefix}-clock:before { content: @fa-var-clock; }
|
183 |
-
.@{fa-css-prefix}-clone:before { content: @fa-var-clone; }
|
184 |
-
.@{fa-css-prefix}-closed-captioning:before { content: @fa-var-closed-captioning; }
|
185 |
-
.@{fa-css-prefix}-cloud:before { content: @fa-var-cloud; }
|
186 |
-
.@{fa-css-prefix}-cloud-download-alt:before { content: @fa-var-cloud-download-alt; }
|
187 |
-
.@{fa-css-prefix}-cloud-upload-alt:before { content: @fa-var-cloud-upload-alt; }
|
188 |
-
.@{fa-css-prefix}-cloudscale:before { content: @fa-var-cloudscale; }
|
189 |
-
.@{fa-css-prefix}-cloudsmith:before { content: @fa-var-cloudsmith; }
|
190 |
-
.@{fa-css-prefix}-cloudversify:before { content: @fa-var-cloudversify; }
|
191 |
-
.@{fa-css-prefix}-code:before { content: @fa-var-code; }
|
192 |
-
.@{fa-css-prefix}-code-branch:before { content: @fa-var-code-branch; }
|
193 |
-
.@{fa-css-prefix}-codepen:before { content: @fa-var-codepen; }
|
194 |
-
.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; }
|
195 |
-
.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; }
|
196 |
-
.@{fa-css-prefix}-cog:before { content: @fa-var-cog; }
|
197 |
-
.@{fa-css-prefix}-cogs:before { content: @fa-var-cogs; }
|
198 |
-
.@{fa-css-prefix}-columns:before { content: @fa-var-columns; }
|
199 |
-
.@{fa-css-prefix}-comment:before { content: @fa-var-comment; }
|
200 |
-
.@{fa-css-prefix}-comment-alt:before { content: @fa-var-comment-alt; }
|
201 |
-
.@{fa-css-prefix}-comments:before { content: @fa-var-comments; }
|
202 |
-
.@{fa-css-prefix}-compass:before { content: @fa-var-compass; }
|
203 |
-
.@{fa-css-prefix}-compress:before { content: @fa-var-compress; }
|
204 |
-
.@{fa-css-prefix}-connectdevelop:before { content: @fa-var-connectdevelop; }
|
205 |
-
.@{fa-css-prefix}-contao:before { content: @fa-var-contao; }
|
206 |
-
.@{fa-css-prefix}-copy:before { content: @fa-var-copy; }
|
207 |
-
.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; }
|
208 |
-
.@{fa-css-prefix}-cpanel:before { content: @fa-var-cpanel; }
|
209 |
-
.@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; }
|
210 |
-
.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; }
|
211 |
-
.@{fa-css-prefix}-crop:before { content: @fa-var-crop; }
|
212 |
-
.@{fa-css-prefix}-crosshairs:before { content: @fa-var-crosshairs; }
|
213 |
-
.@{fa-css-prefix}-css3:before { content: @fa-var-css3; }
|
214 |
-
.@{fa-css-prefix}-css3-alt:before { content: @fa-var-css3-alt; }
|
215 |
-
.@{fa-css-prefix}-cube:before { content: @fa-var-cube; }
|
216 |
-
.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; }
|
217 |
-
.@{fa-css-prefix}-cut:before { content: @fa-var-cut; }
|
218 |
-
.@{fa-css-prefix}-cuttlefish:before { content: @fa-var-cuttlefish; }
|
219 |
-
.@{fa-css-prefix}-d-and-d:before { content: @fa-var-d-and-d; }
|
220 |
-
.@{fa-css-prefix}-dashcube:before { content: @fa-var-dashcube; }
|
221 |
-
.@{fa-css-prefix}-database:before { content: @fa-var-database; }
|
222 |
-
.@{fa-css-prefix}-deaf:before { content: @fa-var-deaf; }
|
223 |
-
.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; }
|
224 |
-
.@{fa-css-prefix}-deploydog:before { content: @fa-var-deploydog; }
|
225 |
-
.@{fa-css-prefix}-deskpro:before { content: @fa-var-deskpro; }
|
226 |
-
.@{fa-css-prefix}-desktop:before { content: @fa-var-desktop; }
|
227 |
-
.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; }
|
228 |
-
.@{fa-css-prefix}-digg:before { content: @fa-var-digg; }
|
229 |
-
.@{fa-css-prefix}-digital-ocean:before { content: @fa-var-digital-ocean; }
|
230 |
-
.@{fa-css-prefix}-discord:before { content: @fa-var-discord; }
|
231 |
-
.@{fa-css-prefix}-discourse:before { content: @fa-var-discourse; }
|
232 |
-
.@{fa-css-prefix}-dna:before { content: @fa-var-dna; }
|
233 |
-
.@{fa-css-prefix}-dochub:before { content: @fa-var-dochub; }
|
234 |
-
.@{fa-css-prefix}-docker:before { content: @fa-var-docker; }
|
235 |
-
.@{fa-css-prefix}-dollar-sign:before { content: @fa-var-dollar-sign; }
|
236 |
-
.@{fa-css-prefix}-dolly:before { content: @fa-var-dolly; }
|
237 |
-
.@{fa-css-prefix}-dolly-flatbed:before { content: @fa-var-dolly-flatbed; }
|
238 |
-
.@{fa-css-prefix}-dot-circle:before { content: @fa-var-dot-circle; }
|
239 |
-
.@{fa-css-prefix}-download:before { content: @fa-var-download; }
|
240 |
-
.@{fa-css-prefix}-draft2digital:before { content: @fa-var-draft2digital; }
|
241 |
-
.@{fa-css-prefix}-dribbble:before { content: @fa-var-dribbble; }
|
242 |
-
.@{fa-css-prefix}-dribbble-square:before { content: @fa-var-dribbble-square; }
|
243 |
-
.@{fa-css-prefix}-dropbox:before { content: @fa-var-dropbox; }
|
244 |
-
.@{fa-css-prefix}-drupal:before { content: @fa-var-drupal; }
|
245 |
-
.@{fa-css-prefix}-dyalog:before { content: @fa-var-dyalog; }
|
246 |
-
.@{fa-css-prefix}-earlybirds:before { content: @fa-var-earlybirds; }
|
247 |
-
.@{fa-css-prefix}-edge:before { content: @fa-var-edge; }
|
248 |
-
.@{fa-css-prefix}-edit:before { content: @fa-var-edit; }
|
249 |
-
.@{fa-css-prefix}-eject:before { content: @fa-var-eject; }
|
250 |
-
.@{fa-css-prefix}-elementor:before { content: @fa-var-elementor; }
|
251 |
-
.@{fa-css-prefix}-ellipsis-h:before { content: @fa-var-ellipsis-h; }
|
252 |
-
.@{fa-css-prefix}-ellipsis-v:before { content: @fa-var-ellipsis-v; }
|
253 |
-
.@{fa-css-prefix}-ember:before { content: @fa-var-ember; }
|
254 |
-
.@{fa-css-prefix}-empire:before { content: @fa-var-empire; }
|
255 |
-
.@{fa-css-prefix}-envelope:before { content: @fa-var-envelope; }
|
256 |
-
.@{fa-css-prefix}-envelope-open:before { content: @fa-var-envelope-open; }
|
257 |
-
.@{fa-css-prefix}-envelope-square:before { content: @fa-var-envelope-square; }
|
258 |
-
.@{fa-css-prefix}-envira:before { content: @fa-var-envira; }
|
259 |
-
.@{fa-css-prefix}-eraser:before { content: @fa-var-eraser; }
|
260 |
-
.@{fa-css-prefix}-erlang:before { content: @fa-var-erlang; }
|
261 |
-
.@{fa-css-prefix}-ethereum:before { content: @fa-var-ethereum; }
|
262 |
-
.@{fa-css-prefix}-etsy:before { content: @fa-var-etsy; }
|
263 |
-
.@{fa-css-prefix}-euro-sign:before { content: @fa-var-euro-sign; }
|
264 |
-
.@{fa-css-prefix}-exchange-alt:before { content: @fa-var-exchange-alt; }
|
265 |
-
.@{fa-css-prefix}-exclamation:before { content: @fa-var-exclamation; }
|
266 |
-
.@{fa-css-prefix}-exclamation-circle:before { content: @fa-var-exclamation-circle; }
|
267 |
-
.@{fa-css-prefix}-exclamation-triangle:before { content: @fa-var-exclamation-triangle; }
|
268 |
-
.@{fa-css-prefix}-expand:before { content: @fa-var-expand; }
|
269 |
-
.@{fa-css-prefix}-expand-arrows-alt:before { content: @fa-var-expand-arrows-alt; }
|
270 |
-
.@{fa-css-prefix}-expeditedssl:before { content: @fa-var-expeditedssl; }
|
271 |
-
.@{fa-css-prefix}-external-link-alt:before { content: @fa-var-external-link-alt; }
|
272 |
-
.@{fa-css-prefix}-external-link-square-alt:before { content: @fa-var-external-link-square-alt; }
|
273 |
-
.@{fa-css-prefix}-eye:before { content: @fa-var-eye; }
|
274 |
-
.@{fa-css-prefix}-eye-dropper:before { content: @fa-var-eye-dropper; }
|
275 |
-
.@{fa-css-prefix}-eye-slash:before { content: @fa-var-eye-slash; }
|
276 |
-
.@{fa-css-prefix}-facebook:before { content: @fa-var-facebook; }
|
277 |
-
.@{fa-css-prefix}-facebook-f:before { content: @fa-var-facebook-f; }
|
278 |
-
.@{fa-css-prefix}-facebook-messenger:before { content: @fa-var-facebook-messenger; }
|
279 |
-
.@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; }
|
280 |
-
.@{fa-css-prefix}-fast-backward:before { content: @fa-var-fast-backward; }
|
281 |
-
.@{fa-css-prefix}-fast-forward:before { content: @fa-var-fast-forward; }
|
282 |
-
.@{fa-css-prefix}-fax:before { content: @fa-var-fax; }
|
283 |
-
.@{fa-css-prefix}-female:before { content: @fa-var-female; }
|
284 |
-
.@{fa-css-prefix}-fighter-jet:before { content: @fa-var-fighter-jet; }
|
285 |
-
.@{fa-css-prefix}-file:before { content: @fa-var-file; }
|
286 |
-
.@{fa-css-prefix}-file-alt:before { content: @fa-var-file-alt; }
|
287 |
-
.@{fa-css-prefix}-file-archive:before { content: @fa-var-file-archive; }
|
288 |
-
.@{fa-css-prefix}-file-audio:before { content: @fa-var-file-audio; }
|
289 |
-
.@{fa-css-prefix}-file-code:before { content: @fa-var-file-code; }
|
290 |
-
.@{fa-css-prefix}-file-excel:before { content: @fa-var-file-excel; }
|
291 |
-
.@{fa-css-prefix}-file-image:before { content: @fa-var-file-image; }
|
292 |
-
.@{fa-css-prefix}-file-pdf:before { content: @fa-var-file-pdf; }
|
293 |
-
.@{fa-css-prefix}-file-powerpoint:before { content: @fa-var-file-powerpoint; }
|
294 |
-
.@{fa-css-prefix}-file-video:before { content: @fa-var-file-video; }
|
295 |
-
.@{fa-css-prefix}-file-word:before { content: @fa-var-file-word; }
|
296 |
-
.@{fa-css-prefix}-film:before { content: @fa-var-film; }
|
297 |
-
.@{fa-css-prefix}-filter:before { content: @fa-var-filter; }
|
298 |
-
.@{fa-css-prefix}-fire:before { content: @fa-var-fire; }
|
299 |
-
.@{fa-css-prefix}-fire-extinguisher:before { content: @fa-var-fire-extinguisher; }
|
300 |
-
.@{fa-css-prefix}-firefox:before { content: @fa-var-firefox; }
|
301 |
-
.@{fa-css-prefix}-first-aid:before { content: @fa-var-first-aid; }
|
302 |
-
.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; }
|
303 |
-
.@{fa-css-prefix}-firstdraft:before { content: @fa-var-firstdraft; }
|
304 |
-
.@{fa-css-prefix}-flag:before { content: @fa-var-flag; }
|
305 |
-
.@{fa-css-prefix}-flag-checkered:before { content: @fa-var-flag-checkered; }
|
306 |
-
.@{fa-css-prefix}-flask:before { content: @fa-var-flask; }
|
307 |
-
.@{fa-css-prefix}-flickr:before { content: @fa-var-flickr; }
|
308 |
-
.@{fa-css-prefix}-flipboard:before { content: @fa-var-flipboard; }
|
309 |
-
.@{fa-css-prefix}-fly:before { content: @fa-var-fly; }
|
310 |
-
.@{fa-css-prefix}-folder:before { content: @fa-var-folder; }
|
311 |
-
.@{fa-css-prefix}-folder-open:before { content: @fa-var-folder-open; }
|
312 |
-
.@{fa-css-prefix}-font:before { content: @fa-var-font; }
|
313 |
-
.@{fa-css-prefix}-font-awesome:before { content: @fa-var-font-awesome; }
|
314 |
-
.@{fa-css-prefix}-font-awesome-alt:before { content: @fa-var-font-awesome-alt; }
|
315 |
-
.@{fa-css-prefix}-font-awesome-flag:before { content: @fa-var-font-awesome-flag; }
|
316 |
-
.@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; }
|
317 |
-
.@{fa-css-prefix}-fonticons-fi:before { content: @fa-var-fonticons-fi; }
|
318 |
-
.@{fa-css-prefix}-football-ball:before { content: @fa-var-football-ball; }
|
319 |
-
.@{fa-css-prefix}-fort-awesome:before { content: @fa-var-fort-awesome; }
|
320 |
-
.@{fa-css-prefix}-fort-awesome-alt:before { content: @fa-var-fort-awesome-alt; }
|
321 |
-
.@{fa-css-prefix}-forumbee:before { content: @fa-var-forumbee; }
|
322 |
-
.@{fa-css-prefix}-forward:before { content: @fa-var-forward; }
|
323 |
-
.@{fa-css-prefix}-foursquare:before { content: @fa-var-foursquare; }
|
324 |
-
.@{fa-css-prefix}-free-code-camp:before { content: @fa-var-free-code-camp; }
|
325 |
-
.@{fa-css-prefix}-freebsd:before { content: @fa-var-freebsd; }
|
326 |
-
.@{fa-css-prefix}-frown:before { content: @fa-var-frown; }
|
327 |
-
.@{fa-css-prefix}-futbol:before { content: @fa-var-futbol; }
|
328 |
-
.@{fa-css-prefix}-gamepad:before { content: @fa-var-gamepad; }
|
329 |
-
.@{fa-css-prefix}-gavel:before { content: @fa-var-gavel; }
|
330 |
-
.@{fa-css-prefix}-gem:before { content: @fa-var-gem; }
|
331 |
-
.@{fa-css-prefix}-genderless:before { content: @fa-var-genderless; }
|
332 |
-
.@{fa-css-prefix}-get-pocket:before { content: @fa-var-get-pocket; }
|
333 |
-
.@{fa-css-prefix}-gg:before { content: @fa-var-gg; }
|
334 |
-
.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; }
|
335 |
-
.@{fa-css-prefix}-gift:before { content: @fa-var-gift; }
|
336 |
-
.@{fa-css-prefix}-git:before { content: @fa-var-git; }
|
337 |
-
.@{fa-css-prefix}-git-square:before { content: @fa-var-git-square; }
|
338 |
-
.@{fa-css-prefix}-github:before { content: @fa-var-github; }
|
339 |
-
.@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; }
|
340 |
-
.@{fa-css-prefix}-github-square:before { content: @fa-var-github-square; }
|
341 |
-
.@{fa-css-prefix}-gitkraken:before { content: @fa-var-gitkraken; }
|
342 |
-
.@{fa-css-prefix}-gitlab:before { content: @fa-var-gitlab; }
|
343 |
-
.@{fa-css-prefix}-gitter:before { content: @fa-var-gitter; }
|
344 |
-
.@{fa-css-prefix}-glass-martini:before { content: @fa-var-glass-martini; }
|
345 |
-
.@{fa-css-prefix}-glide:before { content: @fa-var-glide; }
|
346 |
-
.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; }
|
347 |
-
.@{fa-css-prefix}-globe:before { content: @fa-var-globe; }
|
348 |
-
.@{fa-css-prefix}-gofore:before { content: @fa-var-gofore; }
|
349 |
-
.@{fa-css-prefix}-golf-ball:before { content: @fa-var-golf-ball; }
|
350 |
-
.@{fa-css-prefix}-goodreads:before { content: @fa-var-goodreads; }
|
351 |
-
.@{fa-css-prefix}-goodreads-g:before { content: @fa-var-goodreads-g; }
|
352 |
-
.@{fa-css-prefix}-google:before { content: @fa-var-google; }
|
353 |
-
.@{fa-css-prefix}-google-drive:before { content: @fa-var-google-drive; }
|
354 |
-
.@{fa-css-prefix}-google-play:before { content: @fa-var-google-play; }
|
355 |
-
.@{fa-css-prefix}-google-plus:before { content: @fa-var-google-plus; }
|
356 |
-
.@{fa-css-prefix}-google-plus-g:before { content: @fa-var-google-plus-g; }
|
357 |
-
.@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; }
|
358 |
-
.@{fa-css-prefix}-google-wallet:before { content: @fa-var-google-wallet; }
|
359 |
-
.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; }
|
360 |
-
.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; }
|
361 |
-
.@{fa-css-prefix}-grav:before { content: @fa-var-grav; }
|
362 |
-
.@{fa-css-prefix}-gripfire:before { content: @fa-var-gripfire; }
|
363 |
-
.@{fa-css-prefix}-grunt:before { content: @fa-var-grunt; }
|
364 |
-
.@{fa-css-prefix}-gulp:before { content: @fa-var-gulp; }
|
365 |
-
.@{fa-css-prefix}-h-square:before { content: @fa-var-h-square; }
|
366 |
-
.@{fa-css-prefix}-hacker-news:before { content: @fa-var-hacker-news; }
|
367 |
-
.@{fa-css-prefix}-hacker-news-square:before { content: @fa-var-hacker-news-square; }
|
368 |
-
.@{fa-css-prefix}-hand-lizard:before { content: @fa-var-hand-lizard; }
|
369 |
-
.@{fa-css-prefix}-hand-paper:before { content: @fa-var-hand-paper; }
|
370 |
-
.@{fa-css-prefix}-hand-peace:before { content: @fa-var-hand-peace; }
|
371 |
-
.@{fa-css-prefix}-hand-point-down:before { content: @fa-var-hand-point-down; }
|
372 |
-
.@{fa-css-prefix}-hand-point-left:before { content: @fa-var-hand-point-left; }
|
373 |
-
.@{fa-css-prefix}-hand-point-right:before { content: @fa-var-hand-point-right; }
|
374 |
-
.@{fa-css-prefix}-hand-point-up:before { content: @fa-var-hand-point-up; }
|
375 |
-
.@{fa-css-prefix}-hand-pointer:before { content: @fa-var-hand-pointer; }
|
376 |
-
.@{fa-css-prefix}-hand-rock:before { content: @fa-var-hand-rock; }
|
377 |
-
.@{fa-css-prefix}-hand-scissors:before { content: @fa-var-hand-scissors; }
|
378 |
-
.@{fa-css-prefix}-hand-spock:before { content: @fa-var-hand-spock; }
|
379 |
-
.@{fa-css-prefix}-handshake:before { content: @fa-var-handshake; }
|
380 |
-
.@{fa-css-prefix}-hashtag:before { content: @fa-var-hashtag; }
|
381 |
-
.@{fa-css-prefix}-hdd:before { content: @fa-var-hdd; }
|
382 |
-
.@{fa-css-prefix}-heading:before { content: @fa-var-heading; }
|
383 |
-
.@{fa-css-prefix}-headphones:before { content: @fa-var-headphones; }
|
384 |
-
.@{fa-css-prefix}-heart:before { content: @fa-var-heart; }
|
385 |
-
.@{fa-css-prefix}-heartbeat:before { content: @fa-var-heartbeat; }
|
386 |
-
.@{fa-css-prefix}-hips:before { content: @fa-var-hips; }
|
387 |
-
.@{fa-css-prefix}-hire-a-helper:before { content: @fa-var-hire-a-helper; }
|
388 |
-
.@{fa-css-prefix}-history:before { content: @fa-var-history; }
|
389 |
-
.@{fa-css-prefix}-hockey-puck:before { content: @fa-var-hockey-puck; }
|
390 |
-
.@{fa-css-prefix}-home:before { content: @fa-var-home; }
|
391 |
-
.@{fa-css-prefix}-hooli:before { content: @fa-var-hooli; }
|
392 |
-
.@{fa-css-prefix}-hospital:before { content: @fa-var-hospital; }
|
393 |
-
.@{fa-css-prefix}-hospital-symbol:before { content: @fa-var-hospital-symbol; }
|
394 |
-
.@{fa-css-prefix}-hotjar:before { content: @fa-var-hotjar; }
|
395 |
-
.@{fa-css-prefix}-hourglass:before { content: @fa-var-hourglass; }
|
396 |
-
.@{fa-css-prefix}-hourglass-end:before { content: @fa-var-hourglass-end; }
|
397 |
-
.@{fa-css-prefix}-hourglass-half:before { content: @fa-var-hourglass-half; }
|
398 |
-
.@{fa-css-prefix}-hourglass-start:before { content: @fa-var-hourglass-start; }
|
399 |
-
.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; }
|
400 |
-
.@{fa-css-prefix}-html5:before { content: @fa-var-html5; }
|
401 |
-
.@{fa-css-prefix}-hubspot:before { content: @fa-var-hubspot; }
|
402 |
-
.@{fa-css-prefix}-i-cursor:before { content: @fa-var-i-cursor; }
|
403 |
-
.@{fa-css-prefix}-id-badge:before { content: @fa-var-id-badge; }
|
404 |
-
.@{fa-css-prefix}-id-card:before { content: @fa-var-id-card; }
|
405 |
-
.@{fa-css-prefix}-image:before { content: @fa-var-image; }
|
406 |
-
.@{fa-css-prefix}-images:before { content: @fa-var-images; }
|
407 |
-
.@{fa-css-prefix}-imdb:before { content: @fa-var-imdb; }
|
408 |
-
.@{fa-css-prefix}-inbox:before { content: @fa-var-inbox; }
|
409 |
-
.@{fa-css-prefix}-indent:before { content: @fa-var-indent; }
|
410 |
-
.@{fa-css-prefix}-industry:before { content: @fa-var-industry; }
|
411 |
-
.@{fa-css-prefix}-info:before { content: @fa-var-info; }
|
412 |
-
.@{fa-css-prefix}-info-circle:before { content: @fa-var-info-circle; }
|
413 |
-
.@{fa-css-prefix}-instagram:before { content: @fa-var-instagram; }
|
414 |
-
.@{fa-css-prefix}-internet-explorer:before { content: @fa-var-internet-explorer; }
|
415 |
-
.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; }
|
416 |
-
.@{fa-css-prefix}-italic:before { content: @fa-var-italic; }
|
417 |
-
.@{fa-css-prefix}-itunes:before { content: @fa-var-itunes; }
|
418 |
-
.@{fa-css-prefix}-itunes-note:before { content: @fa-var-itunes-note; }
|
419 |
-
.@{fa-css-prefix}-jenkins:before { content: @fa-var-jenkins; }
|
420 |
-
.@{fa-css-prefix}-joget:before { content: @fa-var-joget; }
|
421 |
-
.@{fa-css-prefix}-joomla:before { content: @fa-var-joomla; }
|
422 |
-
.@{fa-css-prefix}-js:before { content: @fa-var-js; }
|
423 |
-
.@{fa-css-prefix}-js-square:before { content: @fa-var-js-square; }
|
424 |
-
.@{fa-css-prefix}-jsfiddle:before { content: @fa-var-jsfiddle; }
|
425 |
-
.@{fa-css-prefix}-key:before { content: @fa-var-key; }
|
426 |
-
.@{fa-css-prefix}-keyboard:before { content: @fa-var-keyboard; }
|
427 |
-
.@{fa-css-prefix}-keycdn:before { content: @fa-var-keycdn; }
|
428 |
-
.@{fa-css-prefix}-kickstarter:before { content: @fa-var-kickstarter; }
|
429 |
-
.@{fa-css-prefix}-kickstarter-k:before { content: @fa-var-kickstarter-k; }
|
430 |
-
.@{fa-css-prefix}-korvue:before { content: @fa-var-korvue; }
|
431 |
-
.@{fa-css-prefix}-language:before { content: @fa-var-language; }
|
432 |
-
.@{fa-css-prefix}-laptop:before { content: @fa-var-laptop; }
|
433 |
-
.@{fa-css-prefix}-laravel:before { content: @fa-var-laravel; }
|
434 |
-
.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; }
|
435 |
-
.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; }
|
436 |
-
.@{fa-css-prefix}-leaf:before { content: @fa-var-leaf; }
|
437 |
-
.@{fa-css-prefix}-leanpub:before { content: @fa-var-leanpub; }
|
438 |
-
.@{fa-css-prefix}-lemon:before { content: @fa-var-lemon; }
|
439 |
-
.@{fa-css-prefix}-less:before { content: @fa-var-less; }
|
440 |
-
.@{fa-css-prefix}-level-down-alt:before { content: @fa-var-level-down-alt; }
|
441 |
-
.@{fa-css-prefix}-level-up-alt:before { content: @fa-var-level-up-alt; }
|
442 |
-
.@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; }
|
443 |
-
.@{fa-css-prefix}-lightbulb:before { content: @fa-var-lightbulb; }
|
444 |
-
.@{fa-css-prefix}-line:before { content: @fa-var-line; }
|
445 |
-
.@{fa-css-prefix}-link:before { content: @fa-var-link; }
|
446 |
-
.@{fa-css-prefix}-linkedin:before { content: @fa-var-linkedin; }
|
447 |
-
.@{fa-css-prefix}-linkedin-in:before { content: @fa-var-linkedin-in; }
|
448 |
-
.@{fa-css-prefix}-linode:before { content: @fa-var-linode; }
|
449 |
-
.@{fa-css-prefix}-linux:before { content: @fa-var-linux; }
|
450 |
-
.@{fa-css-prefix}-lira-sign:before { content: @fa-var-lira-sign; }
|
451 |
-
.@{fa-css-prefix}-list:before { content: @fa-var-list; }
|
452 |
-
.@{fa-css-prefix}-list-alt:before { content: @fa-var-list-alt; }
|
453 |
-
.@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; }
|
454 |
-
.@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; }
|
455 |
-
.@{fa-css-prefix}-location-arrow:before { content: @fa-var-location-arrow; }
|
456 |
-
.@{fa-css-prefix}-lock:before { content: @fa-var-lock; }
|
457 |
-
.@{fa-css-prefix}-lock-open:before { content: @fa-var-lock-open; }
|
458 |
-
.@{fa-css-prefix}-long-arrow-alt-down:before { content: @fa-var-long-arrow-alt-down; }
|
459 |
-
.@{fa-css-prefix}-long-arrow-alt-left:before { content: @fa-var-long-arrow-alt-left; }
|
460 |
-
.@{fa-css-prefix}-long-arrow-alt-right:before { content: @fa-var-long-arrow-alt-right; }
|
461 |
-
.@{fa-css-prefix}-long-arrow-alt-up:before { content: @fa-var-long-arrow-alt-up; }
|
462 |
-
.@{fa-css-prefix}-low-vision:before { content: @fa-var-low-vision; }
|
463 |
-
.@{fa-css-prefix}-lyft:before { content: @fa-var-lyft; }
|
464 |
-
.@{fa-css-prefix}-magento:before { content: @fa-var-magento; }
|
465 |
-
.@{fa-css-prefix}-magic:before { content: @fa-var-magic; }
|
466 |
-
.@{fa-css-prefix}-magnet:before { content: @fa-var-magnet; }
|
467 |
-
.@{fa-css-prefix}-male:before { content: @fa-var-male; }
|
468 |
-
.@{fa-css-prefix}-map:before { content: @fa-var-map; }
|
469 |
-
.@{fa-css-prefix}-map-marker:before { content: @fa-var-map-marker; }
|
470 |
-
.@{fa-css-prefix}-map-marker-alt:before { content: @fa-var-map-marker-alt; }
|
471 |
-
.@{fa-css-prefix}-map-pin:before { content: @fa-var-map-pin; }
|
472 |
-
.@{fa-css-prefix}-map-signs:before { content: @fa-var-map-signs; }
|
473 |
-
.@{fa-css-prefix}-mars:before { content: @fa-var-mars; }
|
474 |
-
.@{fa-css-prefix}-mars-double:before { content: @fa-var-mars-double; }
|
475 |
-
.@{fa-css-prefix}-mars-stroke:before { content: @fa-var-mars-stroke; }
|
476 |
-
.@{fa-css-prefix}-mars-stroke-h:before { content: @fa-var-mars-stroke-h; }
|
477 |
-
.@{fa-css-prefix}-mars-stroke-v:before { content: @fa-var-mars-stroke-v; }
|
478 |
-
.@{fa-css-prefix}-maxcdn:before { content: @fa-var-maxcdn; }
|
479 |
-
.@{fa-css-prefix}-medapps:before { content: @fa-var-medapps; }
|
480 |
-
.@{fa-css-prefix}-medium:before { content: @fa-var-medium; }
|
481 |
-
.@{fa-css-prefix}-medium-m:before { content: @fa-var-medium-m; }
|
482 |
-
.@{fa-css-prefix}-medkit:before { content: @fa-var-medkit; }
|
483 |
-
.@{fa-css-prefix}-medrt:before { content: @fa-var-medrt; }
|
484 |
-
.@{fa-css-prefix}-meetup:before { content: @fa-var-meetup; }
|
485 |
-
.@{fa-css-prefix}-meh:before { content: @fa-var-meh; }
|
486 |
-
.@{fa-css-prefix}-mercury:before { content: @fa-var-mercury; }
|
487 |
-
.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; }
|
488 |
-
.@{fa-css-prefix}-microphone:before { content: @fa-var-microphone; }
|
489 |
-
.@{fa-css-prefix}-microphone-slash:before { content: @fa-var-microphone-slash; }
|
490 |
-
.@{fa-css-prefix}-microsoft:before { content: @fa-var-microsoft; }
|
491 |
-
.@{fa-css-prefix}-minus:before { content: @fa-var-minus; }
|
492 |
-
.@{fa-css-prefix}-minus-circle:before { content: @fa-var-minus-circle; }
|
493 |
-
.@{fa-css-prefix}-minus-square:before { content: @fa-var-minus-square; }
|
494 |
-
.@{fa-css-prefix}-mix:before { content: @fa-var-mix; }
|
495 |
-
.@{fa-css-prefix}-mixcloud:before { content: @fa-var-mixcloud; }
|
496 |
-
.@{fa-css-prefix}-mizuni:before { content: @fa-var-mizuni; }
|
497 |
-
.@{fa-css-prefix}-mobile:before { content: @fa-var-mobile; }
|
498 |
-
.@{fa-css-prefix}-mobile-alt:before { content: @fa-var-mobile-alt; }
|
499 |
-
.@{fa-css-prefix}-modx:before { content: @fa-var-modx; }
|
500 |
-
.@{fa-css-prefix}-monero:before { content: @fa-var-monero; }
|
501 |
-
.@{fa-css-prefix}-money-bill-alt:before { content: @fa-var-money-bill-alt; }
|
502 |
-
.@{fa-css-prefix}-moon:before { content: @fa-var-moon; }
|
503 |
-
.@{fa-css-prefix}-motorcycle:before { content: @fa-var-motorcycle; }
|
504 |
-
.@{fa-css-prefix}-mouse-pointer:before { content: @fa-var-mouse-pointer; }
|
505 |
-
.@{fa-css-prefix}-music:before { content: @fa-var-music; }
|
506 |
-
.@{fa-css-prefix}-napster:before { content: @fa-var-napster; }
|
507 |
-
.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; }
|
508 |
-
.@{fa-css-prefix}-newspaper:before { content: @fa-var-newspaper; }
|
509 |
-
.@{fa-css-prefix}-nintendo-switch:before { content: @fa-var-nintendo-switch; }
|
510 |
-
.@{fa-css-prefix}-node:before { content: @fa-var-node; }
|
511 |
-
.@{fa-css-prefix}-node-js:before { content: @fa-var-node-js; }
|
512 |
-
.@{fa-css-prefix}-npm:before { content: @fa-var-npm; }
|
513 |
-
.@{fa-css-prefix}-ns8:before { content: @fa-var-ns8; }
|
514 |
-
.@{fa-css-prefix}-nutritionix:before { content: @fa-var-nutritionix; }
|
515 |
-
.@{fa-css-prefix}-object-group:before { content: @fa-var-object-group; }
|
516 |
-
.@{fa-css-prefix}-object-ungroup:before { content: @fa-var-object-ungroup; }
|
517 |
-
.@{fa-css-prefix}-odnoklassniki:before { content: @fa-var-odnoklassniki; }
|
518 |
-
.@{fa-css-prefix}-odnoklassniki-square:before { content: @fa-var-odnoklassniki-square; }
|
519 |
-
.@{fa-css-prefix}-opencart:before { content: @fa-var-opencart; }
|
520 |
-
.@{fa-css-prefix}-openid:before { content: @fa-var-openid; }
|
521 |
-
.@{fa-css-prefix}-opera:before { content: @fa-var-opera; }
|
522 |
-
.@{fa-css-prefix}-optin-monster:before { content: @fa-var-optin-monster; }
|
523 |
-
.@{fa-css-prefix}-osi:before { content: @fa-var-osi; }
|
524 |
-
.@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; }
|
525 |
-
.@{fa-css-prefix}-page4:before { content: @fa-var-page4; }
|
526 |
-
.@{fa-css-prefix}-pagelines:before { content: @fa-var-pagelines; }
|
527 |
-
.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; }
|
528 |
-
.@{fa-css-prefix}-palfed:before { content: @fa-var-palfed; }
|
529 |
-
.@{fa-css-prefix}-pallet:before { content: @fa-var-pallet; }
|
530 |
-
.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; }
|
531 |
-
.@{fa-css-prefix}-paperclip:before { content: @fa-var-paperclip; }
|
532 |
-
.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; }
|
533 |
-
.@{fa-css-prefix}-paste:before { content: @fa-var-paste; }
|
534 |
-
.@{fa-css-prefix}-patreon:before { content: @fa-var-patreon; }
|
535 |
-
.@{fa-css-prefix}-pause:before { content: @fa-var-pause; }
|
536 |
-
.@{fa-css-prefix}-pause-circle:before { content: @fa-var-pause-circle; }
|
537 |
-
.@{fa-css-prefix}-paw:before { content: @fa-var-paw; }
|
538 |
-
.@{fa-css-prefix}-paypal:before { content: @fa-var-paypal; }
|
539 |
-
.@{fa-css-prefix}-pen-square:before { content: @fa-var-pen-square; }
|
540 |
-
.@{fa-css-prefix}-pencil-alt:before { content: @fa-var-pencil-alt; }
|
541 |
-
.@{fa-css-prefix}-percent:before { content: @fa-var-percent; }
|
542 |
-
.@{fa-css-prefix}-periscope:before { content: @fa-var-periscope; }
|
543 |
-
.@{fa-css-prefix}-phabricator:before { content: @fa-var-phabricator; }
|
544 |
-
.@{fa-css-prefix}-phoenix-framework:before { content: @fa-var-phoenix-framework; }
|
545 |
-
.@{fa-css-prefix}-phone:before { content: @fa-var-phone; }
|
546 |
-
.@{fa-css-prefix}-phone-square:before { content: @fa-var-phone-square; }
|
547 |
-
.@{fa-css-prefix}-phone-volume:before { content: @fa-var-phone-volume; }
|
548 |
-
.@{fa-css-prefix}-php:before { content: @fa-var-php; }
|
549 |
-
.@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; }
|
550 |
-
.@{fa-css-prefix}-pied-piper-alt:before { content: @fa-var-pied-piper-alt; }
|
551 |
-
.@{fa-css-prefix}-pied-piper-pp:before { content: @fa-var-pied-piper-pp; }
|
552 |
-
.@{fa-css-prefix}-pills:before { content: @fa-var-pills; }
|
553 |
-
.@{fa-css-prefix}-pinterest:before { content: @fa-var-pinterest; }
|
554 |
-
.@{fa-css-prefix}-pinterest-p:before { content: @fa-var-pinterest-p; }
|
555 |
-
.@{fa-css-prefix}-pinterest-square:before { content: @fa-var-pinterest-square; }
|
556 |
-
.@{fa-css-prefix}-plane:before { content: @fa-var-plane; }
|
557 |
-
.@{fa-css-prefix}-play:before { content: @fa-var-play; }
|
558 |
-
.@{fa-css-prefix}-play-circle:before { content: @fa-var-play-circle; }
|
559 |
-
.@{fa-css-prefix}-playstation:before { content: @fa-var-playstation; }
|
560 |
-
.@{fa-css-prefix}-plug:before { content: @fa-var-plug; }
|
561 |
-
.@{fa-css-prefix}-plus:before { content: @fa-var-plus; }
|
562 |
-
.@{fa-css-prefix}-plus-circle:before { content: @fa-var-plus-circle; }
|
563 |
-
.@{fa-css-prefix}-plus-square:before { content: @fa-var-plus-square; }
|
564 |
-
.@{fa-css-prefix}-podcast:before { content: @fa-var-podcast; }
|
565 |
-
.@{fa-css-prefix}-pound-sign:before { content: @fa-var-pound-sign; }
|
566 |
-
.@{fa-css-prefix}-power-off:before { content: @fa-var-power-off; }
|
567 |
-
.@{fa-css-prefix}-print:before { content: @fa-var-print; }
|
568 |
-
.@{fa-css-prefix}-product-hunt:before { content: @fa-var-product-hunt; }
|
569 |
-
.@{fa-css-prefix}-pushed:before { content: @fa-var-pushed; }
|
570 |
-
.@{fa-css-prefix}-puzzle-piece:before { content: @fa-var-puzzle-piece; }
|
571 |
-
.@{fa-css-prefix}-python:before { content: @fa-var-python; }
|
572 |
-
.@{fa-css-prefix}-qq:before { content: @fa-var-qq; }
|
573 |
-
.@{fa-css-prefix}-qrcode:before { content: @fa-var-qrcode; }
|
574 |
-
.@{fa-css-prefix}-question:before { content: @fa-var-question; }
|
575 |
-
.@{fa-css-prefix}-question-circle:before { content: @fa-var-question-circle; }
|
576 |
-
.@{fa-css-prefix}-quidditch:before { content: @fa-var-quidditch; }
|
577 |
-
.@{fa-css-prefix}-quinscape:before { content: @fa-var-quinscape; }
|
578 |
-
.@{fa-css-prefix}-quora:before { content: @fa-var-quora; }
|
579 |
-
.@{fa-css-prefix}-quote-left:before { content: @fa-var-quote-left; }
|
580 |
-
.@{fa-css-prefix}-quote-right:before { content: @fa-var-quote-right; }
|
581 |
-
.@{fa-css-prefix}-random:before { content: @fa-var-random; }
|
582 |
-
.@{fa-css-prefix}-ravelry:before { content: @fa-var-ravelry; }
|
583 |
-
.@{fa-css-prefix}-react:before { content: @fa-var-react; }
|
584 |
-
.@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; }
|
585 |
-
.@{fa-css-prefix}-recycle:before { content: @fa-var-recycle; }
|
586 |
-
.@{fa-css-prefix}-red-river:before { content: @fa-var-red-river; }
|
587 |
-
.@{fa-css-prefix}-reddit:before { content: @fa-var-reddit; }
|
588 |
-
.@{fa-css-prefix}-reddit-alien:before { content: @fa-var-reddit-alien; }
|
589 |
-
.@{fa-css-prefix}-reddit-square:before { content: @fa-var-reddit-square; }
|
590 |
-
.@{fa-css-prefix}-redo:before { content: @fa-var-redo; }
|
591 |
-
.@{fa-css-prefix}-redo-alt:before { content: @fa-var-redo-alt; }
|
592 |
-
.@{fa-css-prefix}-registered:before { content: @fa-var-registered; }
|
593 |
-
.@{fa-css-prefix}-rendact:before { content: @fa-var-rendact; }
|
594 |
-
.@{fa-css-prefix}-renren:before { content: @fa-var-renren; }
|
595 |
-
.@{fa-css-prefix}-reply:before { content: @fa-var-reply; }
|
596 |
-
.@{fa-css-prefix}-reply-all:before { content: @fa-var-reply-all; }
|
597 |
-
.@{fa-css-prefix}-replyd:before { content: @fa-var-replyd; }
|
598 |
-
.@{fa-css-prefix}-resolving:before { content: @fa-var-resolving; }
|
599 |
-
.@{fa-css-prefix}-retweet:before { content: @fa-var-retweet; }
|
600 |
-
.@{fa-css-prefix}-road:before { content: @fa-var-road; }
|
601 |
-
.@{fa-css-prefix}-rocket:before { content: @fa-var-rocket; }
|
602 |
-
.@{fa-css-prefix}-rocketchat:before { content: @fa-var-rocketchat; }
|
603 |
-
.@{fa-css-prefix}-rockrms:before { content: @fa-var-rockrms; }
|
604 |
-
.@{fa-css-prefix}-rss:before { content: @fa-var-rss; }
|
605 |
-
.@{fa-css-prefix}-rss-square:before { content: @fa-var-rss-square; }
|
606 |
-
.@{fa-css-prefix}-ruble-sign:before { content: @fa-var-ruble-sign; }
|
607 |
-
.@{fa-css-prefix}-rupee-sign:before { content: @fa-var-rupee-sign; }
|
608 |
-
.@{fa-css-prefix}-safari:before { content: @fa-var-safari; }
|
609 |
-
.@{fa-css-prefix}-sass:before { content: @fa-var-sass; }
|
610 |
-
.@{fa-css-prefix}-save:before { content: @fa-var-save; }
|
611 |
-
.@{fa-css-prefix}-schlix:before { content: @fa-var-schlix; }
|
612 |
-
.@{fa-css-prefix}-scribd:before { content: @fa-var-scribd; }
|
613 |
-
.@{fa-css-prefix}-search:before { content: @fa-var-search; }
|
614 |
-
.@{fa-css-prefix}-search-minus:before { content: @fa-var-search-minus; }
|
615 |
-
.@{fa-css-prefix}-search-plus:before { content: @fa-var-search-plus; }
|
616 |
-
.@{fa-css-prefix}-searchengin:before { content: @fa-var-searchengin; }
|
617 |
-
.@{fa-css-prefix}-sellcast:before { content: @fa-var-sellcast; }
|
618 |
-
.@{fa-css-prefix}-sellsy:before { content: @fa-var-sellsy; }
|
619 |
-
.@{fa-css-prefix}-server:before { content: @fa-var-server; }
|
620 |
-
.@{fa-css-prefix}-servicestack:before { content: @fa-var-servicestack; }
|
621 |
-
.@{fa-css-prefix}-share:before { content: @fa-var-share; }
|
622 |
-
.@{fa-css-prefix}-share-alt:before { content: @fa-var-share-alt; }
|
623 |
-
.@{fa-css-prefix}-share-alt-square:before { content: @fa-var-share-alt-square; }
|
624 |
-
.@{fa-css-prefix}-share-square:before { content: @fa-var-share-square; }
|
625 |
-
.@{fa-css-prefix}-shekel-sign:before { content: @fa-var-shekel-sign; }
|
626 |
-
.@{fa-css-prefix}-shield-alt:before { content: @fa-var-shield-alt; }
|
627 |
-
.@{fa-css-prefix}-ship:before { content: @fa-var-ship; }
|
628 |
-
.@{fa-css-prefix}-shipping-fast:before { content: @fa-var-shipping-fast; }
|
629 |
-
.@{fa-css-prefix}-shirtsinbulk:before { content: @fa-var-shirtsinbulk; }
|
630 |
-
.@{fa-css-prefix}-shopping-bag:before { content: @fa-var-shopping-bag; }
|
631 |
-
.@{fa-css-prefix}-shopping-basket:before { content: @fa-var-shopping-basket; }
|
632 |
-
.@{fa-css-prefix}-shopping-cart:before { content: @fa-var-shopping-cart; }
|
633 |
-
.@{fa-css-prefix}-shower:before { content: @fa-var-shower; }
|
634 |
-
.@{fa-css-prefix}-sign-in-alt:before { content: @fa-var-sign-in-alt; }
|
635 |
-
.@{fa-css-prefix}-sign-language:before { content: @fa-var-sign-language; }
|
636 |
-
.@{fa-css-prefix}-sign-out-alt:before { content: @fa-var-sign-out-alt; }
|
637 |
-
.@{fa-css-prefix}-signal:before { content: @fa-var-signal; }
|
638 |
-
.@{fa-css-prefix}-simplybuilt:before { content: @fa-var-simplybuilt; }
|
639 |
-
.@{fa-css-prefix}-sistrix:before { content: @fa-var-sistrix; }
|
640 |
-
.@{fa-css-prefix}-sitemap:before { content: @fa-var-sitemap; }
|
641 |
-
.@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; }
|
642 |
-
.@{fa-css-prefix}-skype:before { content: @fa-var-skype; }
|
643 |
-
.@{fa-css-prefix}-slack:before { content: @fa-var-slack; }
|
644 |
-
.@{fa-css-prefix}-slack-hash:before { content: @fa-var-slack-hash; }
|
645 |
-
.@{fa-css-prefix}-sliders-h:before { content: @fa-var-sliders-h; }
|
646 |
-
.@{fa-css-prefix}-slideshare:before { content: @fa-var-slideshare; }
|
647 |
-
.@{fa-css-prefix}-smile:before { content: @fa-var-smile; }
|
648 |
-
.@{fa-css-prefix}-snapchat:before { content: @fa-var-snapchat; }
|
649 |
-
.@{fa-css-prefix}-snapchat-ghost:before { content: @fa-var-snapchat-ghost; }
|
650 |
-
.@{fa-css-prefix}-snapchat-square:before { content: @fa-var-snapchat-square; }
|
651 |
-
.@{fa-css-prefix}-snowflake:before { content: @fa-var-snowflake; }
|
652 |
-
.@{fa-css-prefix}-sort:before { content: @fa-var-sort; }
|
653 |
-
.@{fa-css-prefix}-sort-alpha-down:before { content: @fa-var-sort-alpha-down; }
|
654 |
-
.@{fa-css-prefix}-sort-alpha-up:before { content: @fa-var-sort-alpha-up; }
|
655 |
-
.@{fa-css-prefix}-sort-amount-down:before { content: @fa-var-sort-amount-down; }
|
656 |
-
.@{fa-css-prefix}-sort-amount-up:before { content: @fa-var-sort-amount-up; }
|
657 |
-
.@{fa-css-prefix}-sort-down:before { content: @fa-var-sort-down; }
|
658 |
-
.@{fa-css-prefix}-sort-numeric-down:before { content: @fa-var-sort-numeric-down; }
|
659 |
-
.@{fa-css-prefix}-sort-numeric-up:before { content: @fa-var-sort-numeric-up; }
|
660 |
-
.@{fa-css-prefix}-sort-up:before { content: @fa-var-sort-up; }
|
661 |
-
.@{fa-css-prefix}-soundcloud:before { content: @fa-var-soundcloud; }
|
662 |
-
.@{fa-css-prefix}-space-shuttle:before { content: @fa-var-space-shuttle; }
|
663 |
-
.@{fa-css-prefix}-speakap:before { content: @fa-var-speakap; }
|
664 |
-
.@{fa-css-prefix}-spinner:before { content: @fa-var-spinner; }
|
665 |
-
.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; }
|
666 |
-
.@{fa-css-prefix}-square:before { content: @fa-var-square; }
|
667 |
-
.@{fa-css-prefix}-square-full:before { content: @fa-var-square-full; }
|
668 |
-
.@{fa-css-prefix}-stack-exchange:before { content: @fa-var-stack-exchange; }
|
669 |
-
.@{fa-css-prefix}-stack-overflow:before { content: @fa-var-stack-overflow; }
|
670 |
-
.@{fa-css-prefix}-star:before { content: @fa-var-star; }
|
671 |
-
.@{fa-css-prefix}-star-half:before { content: @fa-var-star-half; }
|
672 |
-
.@{fa-css-prefix}-staylinked:before { content: @fa-var-staylinked; }
|
673 |
-
.@{fa-css-prefix}-steam:before { content: @fa-var-steam; }
|
674 |
-
.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; }
|
675 |
-
.@{fa-css-prefix}-steam-symbol:before { content: @fa-var-steam-symbol; }
|
676 |
-
.@{fa-css-prefix}-step-backward:before { content: @fa-var-step-backward; }
|
677 |
-
.@{fa-css-prefix}-step-forward:before { content: @fa-var-step-forward; }
|
678 |
-
.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; }
|
679 |
-
.@{fa-css-prefix}-sticker-mule:before { content: @fa-var-sticker-mule; }
|
680 |
-
.@{fa-css-prefix}-sticky-note:before { content: @fa-var-sticky-note; }
|
681 |
-
.@{fa-css-prefix}-stop:before { content: @fa-var-stop; }
|
682 |
-
.@{fa-css-prefix}-stop-circle:before { content: @fa-var-stop-circle; }
|
683 |
-
.@{fa-css-prefix}-stopwatch:before { content: @fa-var-stopwatch; }
|
684 |
-
.@{fa-css-prefix}-strava:before { content: @fa-var-strava; }
|
685 |
-
.@{fa-css-prefix}-street-view:before { content: @fa-var-street-view; }
|
686 |
-
.@{fa-css-prefix}-strikethrough:before { content: @fa-var-strikethrough; }
|
687 |
-
.@{fa-css-prefix}-stripe:before { content: @fa-var-stripe; }
|
688 |
-
.@{fa-css-prefix}-stripe-s:before { content: @fa-var-stripe-s; }
|
689 |
-
.@{fa-css-prefix}-studiovinari:before { content: @fa-var-studiovinari; }
|
690 |
-
.@{fa-css-prefix}-stumbleupon:before { content: @fa-var-stumbleupon; }
|
691 |
-
.@{fa-css-prefix}-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; }
|
692 |
-
.@{fa-css-prefix}-subscript:before { content: @fa-var-subscript; }
|
693 |
-
.@{fa-css-prefix}-subway:before { content: @fa-var-subway; }
|
694 |
-
.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; }
|
695 |
-
.@{fa-css-prefix}-sun:before { content: @fa-var-sun; }
|
696 |
-
.@{fa-css-prefix}-superpowers:before { content: @fa-var-superpowers; }
|
697 |
-
.@{fa-css-prefix}-superscript:before { content: @fa-var-superscript; }
|
698 |
-
.@{fa-css-prefix}-supple:before { content: @fa-var-supple; }
|
699 |
-
.@{fa-css-prefix}-sync:before { content: @fa-var-sync; }
|
700 |
-
.@{fa-css-prefix}-sync-alt:before { content: @fa-var-sync-alt; }
|
701 |
-
.@{fa-css-prefix}-syringe:before { content: @fa-var-syringe; }
|
702 |
-
.@{fa-css-prefix}-table:before { content: @fa-var-table; }
|
703 |
-
.@{fa-css-prefix}-table-tennis:before { content: @fa-var-table-tennis; }
|
704 |
-
.@{fa-css-prefix}-tablet:before { content: @fa-var-tablet; }
|
705 |
-
.@{fa-css-prefix}-tablet-alt:before { content: @fa-var-tablet-alt; }
|
706 |
-
.@{fa-css-prefix}-tachometer-alt:before { content: @fa-var-tachometer-alt; }
|
707 |
-
.@{fa-css-prefix}-tag:before { content: @fa-var-tag; }
|
708 |
-
.@{fa-css-prefix}-tags:before { content: @fa-var-tags; }
|
709 |
-
.@{fa-css-prefix}-tasks:before { content: @fa-var-tasks; }
|
710 |
-
.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; }
|
711 |
-
.@{fa-css-prefix}-telegram:before { content: @fa-var-telegram; }
|
712 |
-
.@{fa-css-prefix}-telegram-plane:before { content: @fa-var-telegram-plane; }
|
713 |
-
.@{fa-css-prefix}-tencent-weibo:before { content: @fa-var-tencent-weibo; }
|
714 |
-
.@{fa-css-prefix}-terminal:before { content: @fa-var-terminal; }
|
715 |
-
.@{fa-css-prefix}-text-height:before { content: @fa-var-text-height; }
|
716 |
-
.@{fa-css-prefix}-text-width:before { content: @fa-var-text-width; }
|
717 |
-
.@{fa-css-prefix}-th:before { content: @fa-var-th; }
|
718 |
-
.@{fa-css-prefix}-th-large:before { content: @fa-var-th-large; }
|
719 |
-
.@{fa-css-prefix}-th-list:before { content: @fa-var-th-list; }
|
720 |
-
.@{fa-css-prefix}-themeisle:before { content: @fa-var-themeisle; }
|
721 |
-
.@{fa-css-prefix}-thermometer:before { content: @fa-var-thermometer; }
|
722 |
-
.@{fa-css-prefix}-thermometer-empty:before { content: @fa-var-thermometer-empty; }
|
723 |
-
.@{fa-css-prefix}-thermometer-full:before { content: @fa-var-thermometer-full; }
|
724 |
-
.@{fa-css-prefix}-thermometer-half:before { content: @fa-var-thermometer-half; }
|
725 |
-
.@{fa-css-prefix}-thermometer-quarter:before { content: @fa-var-thermometer-quarter; }
|
726 |
-
.@{fa-css-prefix}-thermometer-three-quarters:before { content: @fa-var-thermometer-three-quarters; }
|
727 |
-
.@{fa-css-prefix}-thumbs-down:before { content: @fa-var-thumbs-down; }
|
728 |
-
.@{fa-css-prefix}-thumbs-up:before { content: @fa-var-thumbs-up; }
|
729 |
-
.@{fa-css-prefix}-thumbtack:before { content: @fa-var-thumbtack; }
|
730 |
-
.@{fa-css-prefix}-ticket-alt:before { content: @fa-var-ticket-alt; }
|
731 |
-
.@{fa-css-prefix}-times:before { content: @fa-var-times; }
|
732 |
-
.@{fa-css-prefix}-times-circle:before { content: @fa-var-times-circle; }
|
733 |
-
.@{fa-css-prefix}-tint:before { content: @fa-var-tint; }
|
734 |
-
.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; }
|
735 |
-
.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; }
|
736 |
-
.@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; }
|
737 |
-
.@{fa-css-prefix}-train:before { content: @fa-var-train; }
|
738 |
-
.@{fa-css-prefix}-transgender:before { content: @fa-var-transgender; }
|
739 |
-
.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender-alt; }
|
740 |
-
.@{fa-css-prefix}-trash:before { content: @fa-var-trash; }
|
741 |
-
.@{fa-css-prefix}-trash-alt:before { content: @fa-var-trash-alt; }
|
742 |
-
.@{fa-css-prefix}-tree:before { content: @fa-var-tree; }
|
743 |
-
.@{fa-css-prefix}-trello:before { content: @fa-var-trello; }
|
744 |
-
.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; }
|
745 |
-
.@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; }
|
746 |
-
.@{fa-css-prefix}-truck:before { content: @fa-var-truck; }
|
747 |
-
.@{fa-css-prefix}-tty:before { content: @fa-var-tty; }
|
748 |
-
.@{fa-css-prefix}-tumblr:before { content: @fa-var-tumblr; }
|
749 |
-
.@{fa-css-prefix}-tumblr-square:before { content: @fa-var-tumblr-square; }
|
750 |
-
.@{fa-css-prefix}-tv:before { content: @fa-var-tv; }
|
751 |
-
.@{fa-css-prefix}-twitch:before { content: @fa-var-twitch; }
|
752 |
-
.@{fa-css-prefix}-twitter:before { content: @fa-var-twitter; }
|
753 |
-
.@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; }
|
754 |
-
.@{fa-css-prefix}-typo3:before { content: @fa-var-typo3; }
|
755 |
-
.@{fa-css-prefix}-uber:before { content: @fa-var-uber; }
|
756 |
-
.@{fa-css-prefix}-uikit:before { content: @fa-var-uikit; }
|
757 |
-
.@{fa-css-prefix}-umbrella:before { content: @fa-var-umbrella; }
|
758 |
-
.@{fa-css-prefix}-underline:before { content: @fa-var-underline; }
|
759 |
-
.@{fa-css-prefix}-undo:before { content: @fa-var-undo; }
|
760 |
-
.@{fa-css-prefix}-undo-alt:before { content: @fa-var-undo-alt; }
|
761 |
-
.@{fa-css-prefix}-uniregistry:before { content: @fa-var-uniregistry; }
|
762 |
-
.@{fa-css-prefix}-universal-access:before { content: @fa-var-universal-access; }
|
763 |
-
.@{fa-css-prefix}-university:before { content: @fa-var-university; }
|
764 |
-
.@{fa-css-prefix}-unlink:before { content: @fa-var-unlink; }
|
765 |
-
.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; }
|
766 |
-
.@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock-alt; }
|
767 |
-
.@{fa-css-prefix}-untappd:before { content: @fa-var-untappd; }
|
768 |
-
.@{fa-css-prefix}-upload:before { content: @fa-var-upload; }
|
769 |
-
.@{fa-css-prefix}-usb:before { content: @fa-var-usb; }
|
770 |
-
.@{fa-css-prefix}-user:before { content: @fa-var-user; }
|
771 |
-
.@{fa-css-prefix}-user-circle:before { content: @fa-var-user-circle; }
|
772 |
-
.@{fa-css-prefix}-user-md:before { content: @fa-var-user-md; }
|
773 |
-
.@{fa-css-prefix}-user-plus:before { content: @fa-var-user-plus; }
|
774 |
-
.@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; }
|
775 |
-
.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; }
|
776 |
-
.@{fa-css-prefix}-users:before { content: @fa-var-users; }
|
777 |
-
.@{fa-css-prefix}-ussunnah:before { content: @fa-var-ussunnah; }
|
778 |
-
.@{fa-css-prefix}-utensil-spoon:before { content: @fa-var-utensil-spoon; }
|
779 |
-
.@{fa-css-prefix}-utensils:before { content: @fa-var-utensils; }
|
780 |
-
.@{fa-css-prefix}-vaadin:before { content: @fa-var-vaadin; }
|
781 |
-
.@{fa-css-prefix}-venus:before { content: @fa-var-venus; }
|
782 |
-
.@{fa-css-prefix}-venus-double:before { content: @fa-var-venus-double; }
|
783 |
-
.@{fa-css-prefix}-venus-mars:before { content: @fa-var-venus-mars; }
|
784 |
-
.@{fa-css-prefix}-viacoin:before { content: @fa-var-viacoin; }
|
785 |
-
.@{fa-css-prefix}-viadeo:before { content: @fa-var-viadeo; }
|
786 |
-
.@{fa-css-prefix}-viadeo-square:before { content: @fa-var-viadeo-square; }
|
787 |
-
.@{fa-css-prefix}-viber:before { content: @fa-var-viber; }
|
788 |
-
.@{fa-css-prefix}-video:before { content: @fa-var-video; }
|
789 |
-
.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; }
|
790 |
-
.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; }
|
791 |
-
.@{fa-css-prefix}-vimeo-v:before { content: @fa-var-vimeo-v; }
|
792 |
-
.@{fa-css-prefix}-vine:before { content: @fa-var-vine; }
|
793 |
-
.@{fa-css-prefix}-vk:before { content: @fa-var-vk; }
|
794 |
-
.@{fa-css-prefix}-vnv:before { content: @fa-var-vnv; }
|
795 |
-
.@{fa-css-prefix}-volleyball-ball:before { content: @fa-var-volleyball-ball; }
|
796 |
-
.@{fa-css-prefix}-volume-down:before { content: @fa-var-volume-down; }
|
797 |
-
.@{fa-css-prefix}-volume-off:before { content: @fa-var-volume-off; }
|
798 |
-
.@{fa-css-prefix}-volume-up:before { content: @fa-var-volume-up; }
|
799 |
-
.@{fa-css-prefix}-vuejs:before { content: @fa-var-vuejs; }
|
800 |
-
.@{fa-css-prefix}-warehouse:before { content: @fa-var-warehouse; }
|
801 |
-
.@{fa-css-prefix}-weibo:before { content: @fa-var-weibo; }
|
802 |
-
.@{fa-css-prefix}-weight:before { content: @fa-var-weight; }
|
803 |
-
.@{fa-css-prefix}-weixin:before { content: @fa-var-weixin; }
|
804 |
-
.@{fa-css-prefix}-whatsapp:before { content: @fa-var-whatsapp; }
|
805 |
-
.@{fa-css-prefix}-whatsapp-square:before { content: @fa-var-whatsapp-square; }
|
806 |
-
.@{fa-css-prefix}-wheelchair:before { content: @fa-var-wheelchair; }
|
807 |
-
.@{fa-css-prefix}-whmcs:before { content: @fa-var-whmcs; }
|
808 |
-
.@{fa-css-prefix}-wifi:before { content: @fa-var-wifi; }
|
809 |
-
.@{fa-css-prefix}-wikipedia-w:before { content: @fa-var-wikipedia-w; }
|
810 |
-
.@{fa-css-prefix}-window-close:before { content: @fa-var-window-close; }
|
811 |
-
.@{fa-css-prefix}-window-maximize:before { content: @fa-var-window-maximize; }
|
812 |
-
.@{fa-css-prefix}-window-minimize:before { content: @fa-var-window-minimize; }
|
813 |
-
.@{fa-css-prefix}-window-restore:before { content: @fa-var-window-restore; }
|
814 |
-
.@{fa-css-prefix}-windows:before { content: @fa-var-windows; }
|
815 |
-
.@{fa-css-prefix}-won-sign:before { content: @fa-var-won-sign; }
|
816 |
-
.@{fa-css-prefix}-wordpress:before { content: @fa-var-wordpress; }
|
817 |
-
.@{fa-css-prefix}-wordpress-simple:before { content: @fa-var-wordpress-simple; }
|
818 |
-
.@{fa-css-prefix}-wpbeginner:before { content: @fa-var-wpbeginner; }
|
819 |
-
.@{fa-css-prefix}-wpexplorer:before { content: @fa-var-wpexplorer; }
|
820 |
-
.@{fa-css-prefix}-wpforms:before { content: @fa-var-wpforms; }
|
821 |
-
.@{fa-css-prefix}-wrench:before { content: @fa-var-wrench; }
|
822 |
-
.@{fa-css-prefix}-xbox:before { content: @fa-var-xbox; }
|
823 |
-
.@{fa-css-prefix}-xing:before { content: @fa-var-xing; }
|
824 |
-
.@{fa-css-prefix}-xing-square:before { content: @fa-var-xing-square; }
|
825 |
-
.@{fa-css-prefix}-y-combinator:before { content: @fa-var-y-combinator; }
|
826 |
-
.@{fa-css-prefix}-yahoo:before { content: @fa-var-yahoo; }
|
827 |
-
.@{fa-css-prefix}-yandex:before { content: @fa-var-yandex; }
|
828 |
-
.@{fa-css-prefix}-yandex-international:before { content: @fa-var-yandex-international; }
|
829 |
-
.@{fa-css-prefix}-yelp:before { content: @fa-var-yelp; }
|
830 |
-
.@{fa-css-prefix}-yen-sign:before { content: @fa-var-yen-sign; }
|
831 |
-
.@{fa-css-prefix}-yoast:before { content: @fa-var-yoast; }
|
832 |
-
.@{fa-css-prefix}-youtube:before { content: @fa-var-youtube; }
|
833 |
-
.@{fa-css-prefix}-youtube-square:before { content: @fa-var-youtube-square; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/_larger.less
DELETED
@@ -1,27 +0,0 @@
|
|
1 |
-
// Icon Sizes
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.larger(@factor) when (@factor > 0) {
|
5 |
-
.larger((@factor - 1));
|
6 |
-
|
7 |
-
.@{fa-css-prefix}-@{factor}x {
|
8 |
-
font-size: (@factor * 1em);
|
9 |
-
}
|
10 |
-
}
|
11 |
-
|
12 |
-
/* makes the font 33% larger relative to the icon container */
|
13 |
-
.@{fa-css-prefix}-lg {
|
14 |
-
font-size: (4em / 3);
|
15 |
-
line-height: (3em / 4);
|
16 |
-
vertical-align: -.0667em;
|
17 |
-
}
|
18 |
-
|
19 |
-
.@{fa-css-prefix}-xs {
|
20 |
-
font-size: .75em;
|
21 |
-
}
|
22 |
-
|
23 |
-
.@{fa-css-prefix}-sm {
|
24 |
-
font-size: .875em;
|
25 |
-
}
|
26 |
-
|
27 |
-
.larger(10);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/_list.less
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
// List Icons
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.@{fa-css-prefix}-ul {
|
5 |
-
list-style-type: none;
|
6 |
-
margin-left: @fa-li-width * 5/4;
|
7 |
-
padding-left: 0;
|
8 |
-
|
9 |
-
> li { position: relative; }
|
10 |
-
}
|
11 |
-
|
12 |
-
.@{fa-css-prefix}-li {
|
13 |
-
left: -@fa-li-width;
|
14 |
-
position: absolute;
|
15 |
-
text-align: center;
|
16 |
-
width: @fa-li-width;
|
17 |
-
line-height: inherit;
|
18 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/_mixins.less
DELETED
@@ -1,57 +0,0 @@
|
|
1 |
-
// Mixins
|
2 |
-
// --------------------------
|
3 |
-
|
4 |
-
.fa-icon() {
|
5 |
-
-moz-osx-font-smoothing: grayscale;
|
6 |
-
-webkit-font-smoothing: antialiased;
|
7 |
-
display: inline-block;
|
8 |
-
font-style: normal;
|
9 |
-
font-variant: normal;
|
10 |
-
font-weight: normal;
|
11 |
-
line-height: 1;
|
12 |
-
vertical-align: -.125em;
|
13 |
-
}
|
14 |
-
|
15 |
-
.fa-icon-rotate(@degrees, @rotation) {
|
16 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation})";
|
17 |
-
transform: rotate(@degrees);
|
18 |
-
}
|
19 |
-
|
20 |
-
.fa-icon-flip(@horiz, @vert, @rotation) {
|
21 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation}, mirror=1)";
|
22 |
-
transform: scale(@horiz, @vert);
|
23 |
-
}
|
24 |
-
|
25 |
-
|
26 |
-
// Only display content to screen readers. A la Bootstrap 4.
|
27 |
-
//
|
28 |
-
// See: http://a11yproject.com/posts/how-to-hide-content/
|
29 |
-
|
30 |
-
.sr-only() {
|
31 |
-
border: 0;
|
32 |
-
clip: rect(0,0,0,0);
|
33 |
-
height: 1px;
|
34 |
-
margin: -1px;
|
35 |
-
overflow: hidden;
|
36 |
-
padding: 0;
|
37 |
-
position: absolute;
|
38 |
-
width: 1px;
|
39 |
-
}
|
40 |
-
|
41 |
-
// Use in conjunction with .sr-only to only display content when it's focused.
|
42 |
-
//
|
43 |
-
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
44 |
-
//
|
45 |
-
// Credit: HTML5 Boilerplate
|
46 |
-
|
47 |
-
.sr-only-focusable() {
|
48 |
-
&:active,
|
49 |
-
&:focus {
|
50 |
-
clip: auto;
|
51 |
-
height: auto;
|
52 |
-
margin: 0;
|
53 |
-
overflow: visible;
|
54 |
-
position: static;
|
55 |
-
width: auto;
|
56 |
-
}
|
57 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/_rotated-flipped.less
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
// Rotated & Flipped Icons
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); }
|
5 |
-
.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); }
|
6 |
-
.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); }
|
7 |
-
|
8 |
-
.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); }
|
9 |
-
.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); }
|
10 |
-
.@{fa-css-prefix}-flip-horizontal.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(-1, -1, 2); }
|
11 |
-
|
12 |
-
// Hook for IE8-9
|
13 |
-
// -------------------------
|
14 |
-
|
15 |
-
:root {
|
16 |
-
.@{fa-css-prefix}-rotate-90,
|
17 |
-
.@{fa-css-prefix}-rotate-180,
|
18 |
-
.@{fa-css-prefix}-rotate-270,
|
19 |
-
.@{fa-css-prefix}-flip-horizontal,
|
20 |
-
.@{fa-css-prefix}-flip-vertical {
|
21 |
-
filter: none;
|
22 |
-
}
|
23 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/_screen-reader.less
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
// Screen Readers
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.sr-only { .sr-only(); }
|
5 |
-
.sr-only-focusable { .sr-only-focusable(); }
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/_stacked.less
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
// Stacked Icons
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.@{fa-css-prefix}-stack {
|
5 |
-
display: inline-block;
|
6 |
-
height: 2em;
|
7 |
-
line-height: 2em;
|
8 |
-
position: relative;
|
9 |
-
vertical-align: middle;
|
10 |
-
width: 2em;
|
11 |
-
}
|
12 |
-
|
13 |
-
.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
|
14 |
-
left: 0;
|
15 |
-
position: absolute;
|
16 |
-
text-align: center;
|
17 |
-
width: 100%;
|
18 |
-
}
|
19 |
-
|
20 |
-
.@{fa-css-prefix}-stack-1x { line-height: inherit; }
|
21 |
-
.@{fa-css-prefix}-stack-2x { font-size: 2em; }
|
22 |
-
.@{fa-css-prefix}-inverse { color: @fa-inverse; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/_variables.less
DELETED
@@ -1,842 +0,0 @@
|
|
1 |
-
// Variables
|
2 |
-
// --------------------------
|
3 |
-
|
4 |
-
@fa-font-path: "../webfonts";
|
5 |
-
@fa-font-size-base: 16px;
|
6 |
-
@fa-line-height-base: 1;
|
7 |
-
@fa-css-prefix: fa;
|
8 |
-
@fa-version: "5.0.8";
|
9 |
-
@fa-border-color: #eee;
|
10 |
-
@fa-inverse: #fff;
|
11 |
-
@fa-li-width: 2em;
|
12 |
-
|
13 |
-
@fa-var-500px: "\f26e";
|
14 |
-
@fa-var-accessible-icon: "\f368";
|
15 |
-
@fa-var-accusoft: "\f369";
|
16 |
-
@fa-var-address-book: "\f2b9";
|
17 |
-
@fa-var-address-card: "\f2bb";
|
18 |
-
@fa-var-adjust: "\f042";
|
19 |
-
@fa-var-adn: "\f170";
|
20 |
-
@fa-var-adversal: "\f36a";
|
21 |
-
@fa-var-affiliatetheme: "\f36b";
|
22 |
-
@fa-var-algolia: "\f36c";
|
23 |
-
@fa-var-align-center: "\f037";
|
24 |
-
@fa-var-align-justify: "\f039";
|
25 |
-
@fa-var-align-left: "\f036";
|
26 |
-
@fa-var-align-right: "\f038";
|
27 |
-
@fa-var-amazon: "\f270";
|
28 |
-
@fa-var-amazon-pay: "\f42c";
|
29 |
-
@fa-var-ambulance: "\f0f9";
|
30 |
-
@fa-var-american-sign-language-interpreting: "\f2a3";
|
31 |
-
@fa-var-amilia: "\f36d";
|
32 |
-
@fa-var-anchor: "\f13d";
|
33 |
-
@fa-var-android: "\f17b";
|
34 |
-
@fa-var-angellist: "\f209";
|
35 |
-
@fa-var-angle-double-down: "\f103";
|
36 |
-
@fa-var-angle-double-left: "\f100";
|
37 |
-
@fa-var-angle-double-right: "\f101";
|
38 |
-
@fa-var-angle-double-up: "\f102";
|
39 |
-
@fa-var-angle-down: "\f107";
|
40 |
-
@fa-var-angle-left: "\f104";
|
41 |
-
@fa-var-angle-right: "\f105";
|
42 |
-
@fa-var-angle-up: "\f106";
|
43 |
-
@fa-var-angrycreative: "\f36e";
|
44 |
-
@fa-var-angular: "\f420";
|
45 |
-
@fa-var-app-store: "\f36f";
|
46 |
-
@fa-var-app-store-ios: "\f370";
|
47 |
-
@fa-var-apper: "\f371";
|
48 |
-
@fa-var-apple: "\f179";
|
49 |
-
@fa-var-apple-pay: "\f415";
|
50 |
-
@fa-var-archive: "\f187";
|
51 |
-
@fa-var-arrow-alt-circle-down: "\f358";
|
52 |
-
@fa-var-arrow-alt-circle-left: "\f359";
|
53 |
-
@fa-var-arrow-alt-circle-right: "\f35a";
|
54 |
-
@fa-var-arrow-alt-circle-up: "\f35b";
|
55 |
-
@fa-var-arrow-circle-down: "\f0ab";
|
56 |
-
@fa-var-arrow-circle-left: "\f0a8";
|
57 |
-
@fa-var-arrow-circle-right: "\f0a9";
|
58 |
-
@fa-var-arrow-circle-up: "\f0aa";
|
59 |
-
@fa-var-arrow-down: "\f063";
|
60 |
-
@fa-var-arrow-left: "\f060";
|
61 |
-
@fa-var-arrow-right: "\f061";
|
62 |
-
@fa-var-arrow-up: "\f062";
|
63 |
-
@fa-var-arrows-alt: "\f0b2";
|
64 |
-
@fa-var-arrows-alt-h: "\f337";
|
65 |
-
@fa-var-arrows-alt-v: "\f338";
|
66 |
-
@fa-var-assistive-listening-systems: "\f2a2";
|
67 |
-
@fa-var-asterisk: "\f069";
|
68 |
-
@fa-var-asymmetrik: "\f372";
|
69 |
-
@fa-var-at: "\f1fa";
|
70 |
-
@fa-var-audible: "\f373";
|
71 |
-
@fa-var-audio-description: "\f29e";
|
72 |
-
@fa-var-autoprefixer: "\f41c";
|
73 |
-
@fa-var-avianex: "\f374";
|
74 |
-
@fa-var-aviato: "\f421";
|
75 |
-
@fa-var-aws: "\f375";
|
76 |
-
@fa-var-backward: "\f04a";
|
77 |
-
@fa-var-balance-scale: "\f24e";
|
78 |
-
@fa-var-ban: "\f05e";
|
79 |
-
@fa-var-band-aid: "\f462";
|
80 |
-
@fa-var-bandcamp: "\f2d5";
|
81 |
-
@fa-var-barcode: "\f02a";
|
82 |
-
@fa-var-bars: "\f0c9";
|
83 |
-
@fa-var-baseball-ball: "\f433";
|
84 |
-
@fa-var-basketball-ball: "\f434";
|
85 |
-
@fa-var-bath: "\f2cd";
|
86 |
-
@fa-var-battery-empty: "\f244";
|
87 |
-
@fa-var-battery-full: "\f240";
|
88 |
-
@fa-var-battery-half: "\f242";
|
89 |
-
@fa-var-battery-quarter: "\f243";
|
90 |
-
@fa-var-battery-three-quarters: "\f241";
|
91 |
-
@fa-var-bed: "\f236";
|
92 |
-
@fa-var-beer: "\f0fc";
|
93 |
-
@fa-var-behance: "\f1b4";
|
94 |
-
@fa-var-behance-square: "\f1b5";
|
95 |
-
@fa-var-bell: "\f0f3";
|
96 |
-
@fa-var-bell-slash: "\f1f6";
|
97 |
-
@fa-var-bicycle: "\f206";
|
98 |
-
@fa-var-bimobject: "\f378";
|
99 |
-
@fa-var-binoculars: "\f1e5";
|
100 |
-
@fa-var-birthday-cake: "\f1fd";
|
101 |
-
@fa-var-bitbucket: "\f171";
|
102 |
-
@fa-var-bitcoin: "\f379";
|
103 |
-
@fa-var-bity: "\f37a";
|
104 |
-
@fa-var-black-tie: "\f27e";
|
105 |
-
@fa-var-blackberry: "\f37b";
|
106 |
-
@fa-var-blind: "\f29d";
|
107 |
-
@fa-var-blogger: "\f37c";
|
108 |
-
@fa-var-blogger-b: "\f37d";
|
109 |
-
@fa-var-bluetooth: "\f293";
|
110 |
-
@fa-var-bluetooth-b: "\f294";
|
111 |
-
@fa-var-bold: "\f032";
|
112 |
-
@fa-var-bolt: "\f0e7";
|
113 |
-
@fa-var-bomb: "\f1e2";
|
114 |
-
@fa-var-book: "\f02d";
|
115 |
-
@fa-var-bookmark: "\f02e";
|
116 |
-
@fa-var-bowling-ball: "\f436";
|
117 |
-
@fa-var-box: "\f466";
|
118 |
-
@fa-var-boxes: "\f468";
|
119 |
-
@fa-var-braille: "\f2a1";
|
120 |
-
@fa-var-briefcase: "\f0b1";
|
121 |
-
@fa-var-btc: "\f15a";
|
122 |
-
@fa-var-bug: "\f188";
|
123 |
-
@fa-var-building: "\f1ad";
|
124 |
-
@fa-var-bullhorn: "\f0a1";
|
125 |
-
@fa-var-bullseye: "\f140";
|
126 |
-
@fa-var-buromobelexperte: "\f37f";
|
127 |
-
@fa-var-bus: "\f207";
|
128 |
-
@fa-var-buysellads: "\f20d";
|
129 |
-
@fa-var-calculator: "\f1ec";
|
130 |
-
@fa-var-calendar: "\f133";
|
131 |
-
@fa-var-calendar-alt: "\f073";
|
132 |
-
@fa-var-calendar-check: "\f274";
|
133 |
-
@fa-var-calendar-minus: "\f272";
|
134 |
-
@fa-var-calendar-plus: "\f271";
|
135 |
-
@fa-var-calendar-times: "\f273";
|
136 |
-
@fa-var-camera: "\f030";
|
137 |
-
@fa-var-camera-retro: "\f083";
|
138 |
-
@fa-var-car: "\f1b9";
|
139 |
-
@fa-var-caret-down: "\f0d7";
|
140 |
-
@fa-var-caret-left: "\f0d9";
|
141 |
-
@fa-var-caret-right: "\f0da";
|
142 |
-
@fa-var-caret-square-down: "\f150";
|
143 |
-
@fa-var-caret-square-left: "\f191";
|
144 |
-
@fa-var-caret-square-right: "\f152";
|
145 |
-
@fa-var-caret-square-up: "\f151";
|
146 |
-
@fa-var-caret-up: "\f0d8";
|
147 |
-
@fa-var-cart-arrow-down: "\f218";
|
148 |
-
@fa-var-cart-plus: "\f217";
|
149 |
-
@fa-var-cc-amazon-pay: "\f42d";
|
150 |
-
@fa-var-cc-amex: "\f1f3";
|
151 |
-
@fa-var-cc-apple-pay: "\f416";
|
152 |
-
@fa-var-cc-diners-club: "\f24c";
|
153 |
-
@fa-var-cc-discover: "\f1f2";
|
154 |
-
@fa-var-cc-jcb: "\f24b";
|
155 |
-
@fa-var-cc-mastercard: "\f1f1";
|
156 |
-
@fa-var-cc-paypal: "\f1f4";
|
157 |
-
@fa-var-cc-stripe: "\f1f5";
|
158 |
-
@fa-var-cc-visa: "\f1f0";
|
159 |
-
@fa-var-centercode: "\f380";
|
160 |
-
@fa-var-certificate: "\f0a3";
|
161 |
-
@fa-var-chart-area: "\f1fe";
|
162 |
-
@fa-var-chart-bar: "\f080";
|
163 |
-
@fa-var-chart-line: "\f201";
|
164 |
-
@fa-var-chart-pie: "\f200";
|
165 |
-
@fa-var-check: "\f00c";
|
166 |
-
@fa-var-check-circle: "\f058";
|
167 |
-
@fa-var-check-square: "\f14a";
|
168 |
-
@fa-var-chess: "\f439";
|
169 |
-
@fa-var-chess-bishop: "\f43a";
|
170 |
-
@fa-var-chess-board: "\f43c";
|
171 |
-
@fa-var-chess-king: "\f43f";
|
172 |
-
@fa-var-chess-knight: "\f441";
|
173 |
-
@fa-var-chess-pawn: "\f443";
|
174 |
-
@fa-var-chess-queen: "\f445";
|
175 |
-
@fa-var-chess-rook: "\f447";
|
176 |
-
@fa-var-chevron-circle-down: "\f13a";
|
177 |
-
@fa-var-chevron-circle-left: "\f137";
|
178 |
-
@fa-var-chevron-circle-right: "\f138";
|
179 |
-
@fa-var-chevron-circle-up: "\f139";
|
180 |
-
@fa-var-chevron-down: "\f078";
|
181 |
-
@fa-var-chevron-left: "\f053";
|
182 |
-
@fa-var-chevron-right: "\f054";
|
183 |
-
@fa-var-chevron-up: "\f077";
|
184 |
-
@fa-var-child: "\f1ae";
|
185 |
-
@fa-var-chrome: "\f268";
|
186 |
-
@fa-var-circle: "\f111";
|
187 |
-
@fa-var-circle-notch: "\f1ce";
|
188 |
-
@fa-var-clipboard: "\f328";
|
189 |
-
@fa-var-clipboard-check: "\f46c";
|
190 |
-
@fa-var-clipboard-list: "\f46d";
|
191 |
-
@fa-var-clock: "\f017";
|
192 |
-
@fa-var-clone: "\f24d";
|
193 |
-
@fa-var-closed-captioning: "\f20a";
|
194 |
-
@fa-var-cloud: "\f0c2";
|
195 |
-
@fa-var-cloud-download-alt: "\f381";
|
196 |
-
@fa-var-cloud-upload-alt: "\f382";
|
197 |
-
@fa-var-cloudscale: "\f383";
|
198 |
-
@fa-var-cloudsmith: "\f384";
|
199 |
-
@fa-var-cloudversify: "\f385";
|
200 |
-
@fa-var-code: "\f121";
|
201 |
-
@fa-var-code-branch: "\f126";
|
202 |
-
@fa-var-codepen: "\f1cb";
|
203 |
-
@fa-var-codiepie: "\f284";
|
204 |
-
@fa-var-coffee: "\f0f4";
|
205 |
-
@fa-var-cog: "\f013";
|
206 |
-
@fa-var-cogs: "\f085";
|
207 |
-
@fa-var-columns: "\f0db";
|
208 |
-
@fa-var-comment: "\f075";
|
209 |
-
@fa-var-comment-alt: "\f27a";
|
210 |
-
@fa-var-comments: "\f086";
|
211 |
-
@fa-var-compass: "\f14e";
|
212 |
-
@fa-var-compress: "\f066";
|
213 |
-
@fa-var-connectdevelop: "\f20e";
|
214 |
-
@fa-var-contao: "\f26d";
|
215 |
-
@fa-var-copy: "\f0c5";
|
216 |
-
@fa-var-copyright: "\f1f9";
|
217 |
-
@fa-var-cpanel: "\f388";
|
218 |
-
@fa-var-creative-commons: "\f25e";
|
219 |
-
@fa-var-credit-card: "\f09d";
|
220 |
-
@fa-var-crop: "\f125";
|
221 |
-
@fa-var-crosshairs: "\f05b";
|
222 |
-
@fa-var-css3: "\f13c";
|
223 |
-
@fa-var-css3-alt: "\f38b";
|
224 |
-
@fa-var-cube: "\f1b2";
|
225 |
-
@fa-var-cubes: "\f1b3";
|
226 |
-
@fa-var-cut: "\f0c4";
|
227 |
-
@fa-var-cuttlefish: "\f38c";
|
228 |
-
@fa-var-d-and-d: "\f38d";
|
229 |
-
@fa-var-dashcube: "\f210";
|
230 |
-
@fa-var-database: "\f1c0";
|
231 |
-
@fa-var-deaf: "\f2a4";
|
232 |
-
@fa-var-delicious: "\f1a5";
|
233 |
-
@fa-var-deploydog: "\f38e";
|
234 |
-
@fa-var-deskpro: "\f38f";
|
235 |
-
@fa-var-desktop: "\f108";
|
236 |
-
@fa-var-deviantart: "\f1bd";
|
237 |
-
@fa-var-digg: "\f1a6";
|
238 |
-
@fa-var-digital-ocean: "\f391";
|
239 |
-
@fa-var-discord: "\f392";
|
240 |
-
@fa-var-discourse: "\f393";
|
241 |
-
@fa-var-dna: "\f471";
|
242 |
-
@fa-var-dochub: "\f394";
|
243 |
-
@fa-var-docker: "\f395";
|
244 |
-
@fa-var-dollar-sign: "\f155";
|
245 |
-
@fa-var-dolly: "\f472";
|
246 |
-
@fa-var-dolly-flatbed: "\f474";
|
247 |
-
@fa-var-dot-circle: "\f192";
|
248 |
-
@fa-var-download: "\f019";
|
249 |
-
@fa-var-draft2digital: "\f396";
|
250 |
-
@fa-var-dribbble: "\f17d";
|
251 |
-
@fa-var-dribbble-square: "\f397";
|
252 |
-
@fa-var-dropbox: "\f16b";
|
253 |
-
@fa-var-drupal: "\f1a9";
|
254 |
-
@fa-var-dyalog: "\f399";
|
255 |
-
@fa-var-earlybirds: "\f39a";
|
256 |
-
@fa-var-edge: "\f282";
|
257 |
-
@fa-var-edit: "\f044";
|
258 |
-
@fa-var-eject: "\f052";
|
259 |
-
@fa-var-elementor: "\f430";
|
260 |
-
@fa-var-ellipsis-h: "\f141";
|
261 |
-
@fa-var-ellipsis-v: "\f142";
|
262 |
-
@fa-var-ember: "\f423";
|
263 |
-
@fa-var-empire: "\f1d1";
|
264 |
-
@fa-var-envelope: "\f0e0";
|
265 |
-
@fa-var-envelope-open: "\f2b6";
|
266 |
-
@fa-var-envelope-square: "\f199";
|
267 |
-
@fa-var-envira: "\f299";
|
268 |
-
@fa-var-eraser: "\f12d";
|
269 |
-
@fa-var-erlang: "\f39d";
|
270 |
-
@fa-var-ethereum: "\f42e";
|
271 |
-
@fa-var-etsy: "\f2d7";
|
272 |
-
@fa-var-euro-sign: "\f153";
|
273 |
-
@fa-var-exchange-alt: "\f362";
|
274 |
-
@fa-var-exclamation: "\f12a";
|
275 |
-
@fa-var-exclamation-circle: "\f06a";
|
276 |
-
@fa-var-exclamation-triangle: "\f071";
|
277 |
-
@fa-var-expand: "\f065";
|
278 |
-
@fa-var-expand-arrows-alt: "\f31e";
|
279 |
-
@fa-var-expeditedssl: "\f23e";
|
280 |
-
@fa-var-external-link-alt: "\f35d";
|
281 |
-
@fa-var-external-link-square-alt: "\f360";
|
282 |
-
@fa-var-eye: "\f06e";
|
283 |
-
@fa-var-eye-dropper: "\f1fb";
|
284 |
-
@fa-var-eye-slash: "\f070";
|
285 |
-
@fa-var-facebook: "\f09a";
|
286 |
-
@fa-var-facebook-f: "\f39e";
|
287 |
-
@fa-var-facebook-messenger: "\f39f";
|
288 |
-
@fa-var-facebook-square: "\f082";
|
289 |
-
@fa-var-fast-backward: "\f049";
|
290 |
-
@fa-var-fast-forward: "\f050";
|
291 |
-
@fa-var-fax: "\f1ac";
|
292 |
-
@fa-var-female: "\f182";
|
293 |
-
@fa-var-fighter-jet: "\f0fb";
|
294 |
-
@fa-var-file: "\f15b";
|
295 |
-
@fa-var-file-alt: "\f15c";
|
296 |
-
@fa-var-file-archive: "\f1c6";
|
297 |
-
@fa-var-file-audio: "\f1c7";
|
298 |
-
@fa-var-file-code: "\f1c9";
|
299 |
-
@fa-var-file-excel: "\f1c3";
|
300 |
-
@fa-var-file-image: "\f1c5";
|
301 |
-
@fa-var-file-pdf: "\f1c1";
|
302 |
-
@fa-var-file-powerpoint: "\f1c4";
|
303 |
-
@fa-var-file-video: "\f1c8";
|
304 |
-
@fa-var-file-word: "\f1c2";
|
305 |
-
@fa-var-film: "\f008";
|
306 |
-
@fa-var-filter: "\f0b0";
|
307 |
-
@fa-var-fire: "\f06d";
|
308 |
-
@fa-var-fire-extinguisher: "\f134";
|
309 |
-
@fa-var-firefox: "\f269";
|
310 |
-
@fa-var-first-aid: "\f479";
|
311 |
-
@fa-var-first-order: "\f2b0";
|
312 |
-
@fa-var-firstdraft: "\f3a1";
|
313 |
-
@fa-var-flag: "\f024";
|
314 |
-
@fa-var-flag-checkered: "\f11e";
|
315 |
-
@fa-var-flask: "\f0c3";
|
316 |
-
@fa-var-flickr: "\f16e";
|
317 |
-
@fa-var-flipboard: "\f44d";
|
318 |
-
@fa-var-fly: "\f417";
|
319 |
-
@fa-var-folder: "\f07b";
|
320 |
-
@fa-var-folder-open: "\f07c";
|
321 |
-
@fa-var-font: "\f031";
|
322 |
-
@fa-var-font-awesome: "\f2b4";
|
323 |
-
@fa-var-font-awesome-alt: "\f35c";
|
324 |
-
@fa-var-font-awesome-flag: "\f425";
|
325 |
-
@fa-var-fonticons: "\f280";
|
326 |
-
@fa-var-fonticons-fi: "\f3a2";
|
327 |
-
@fa-var-football-ball: "\f44e";
|
328 |
-
@fa-var-fort-awesome: "\f286";
|
329 |
-
@fa-var-fort-awesome-alt: "\f3a3";
|
330 |
-
@fa-var-forumbee: "\f211";
|
331 |
-
@fa-var-forward: "\f04e";
|
332 |
-
@fa-var-foursquare: "\f180";
|
333 |
-
@fa-var-free-code-camp: "\f2c5";
|
334 |
-
@fa-var-freebsd: "\f3a4";
|
335 |
-
@fa-var-frown: "\f119";
|
336 |
-
@fa-var-futbol: "\f1e3";
|
337 |
-
@fa-var-gamepad: "\f11b";
|
338 |
-
@fa-var-gavel: "\f0e3";
|
339 |
-
@fa-var-gem: "\f3a5";
|
340 |
-
@fa-var-genderless: "\f22d";
|
341 |
-
@fa-var-get-pocket: "\f265";
|
342 |
-
@fa-var-gg: "\f260";
|
343 |
-
@fa-var-gg-circle: "\f261";
|
344 |
-
@fa-var-gift: "\f06b";
|
345 |
-
@fa-var-git: "\f1d3";
|
346 |
-
@fa-var-git-square: "\f1d2";
|
347 |
-
@fa-var-github: "\f09b";
|
348 |
-
@fa-var-github-alt: "\f113";
|
349 |
-
@fa-var-github-square: "\f092";
|
350 |
-
@fa-var-gitkraken: "\f3a6";
|
351 |
-
@fa-var-gitlab: "\f296";
|
352 |
-
@fa-var-gitter: "\f426";
|
353 |
-
@fa-var-glass-martini: "\f000";
|
354 |
-
@fa-var-glide: "\f2a5";
|
355 |
-
@fa-var-glide-g: "\f2a6";
|
356 |
-
@fa-var-globe: "\f0ac";
|
357 |
-
@fa-var-gofore: "\f3a7";
|
358 |
-
@fa-var-golf-ball: "\f450";
|
359 |
-
@fa-var-goodreads: "\f3a8";
|
360 |
-
@fa-var-goodreads-g: "\f3a9";
|
361 |
-
@fa-var-google: "\f1a0";
|
362 |
-
@fa-var-google-drive: "\f3aa";
|
363 |
-
@fa-var-google-play: "\f3ab";
|
364 |
-
@fa-var-google-plus: "\f2b3";
|
365 |
-
@fa-var-google-plus-g: "\f0d5";
|
366 |
-
@fa-var-google-plus-square: "\f0d4";
|
367 |
-
@fa-var-google-wallet: "\f1ee";
|
368 |
-
@fa-var-graduation-cap: "\f19d";
|
369 |
-
@fa-var-gratipay: "\f184";
|
370 |
-
@fa-var-grav: "\f2d6";
|
371 |
-
@fa-var-gripfire: "\f3ac";
|
372 |
-
@fa-var-grunt: "\f3ad";
|
373 |
-
@fa-var-gulp: "\f3ae";
|
374 |
-
@fa-var-h-square: "\f0fd";
|
375 |
-
@fa-var-hacker-news: "\f1d4";
|
376 |
-
@fa-var-hacker-news-square: "\f3af";
|
377 |
-
@fa-var-hand-lizard: "\f258";
|
378 |
-
@fa-var-hand-paper: "\f256";
|
379 |
-
@fa-var-hand-peace: "\f25b";
|
380 |
-
@fa-var-hand-point-down: "\f0a7";
|
381 |
-
@fa-var-hand-point-left: "\f0a5";
|
382 |
-
@fa-var-hand-point-right: "\f0a4";
|
383 |
-
@fa-var-hand-point-up: "\f0a6";
|
384 |
-
@fa-var-hand-pointer: "\f25a";
|
385 |
-
@fa-var-hand-rock: "\f255";
|
386 |
-
@fa-var-hand-scissors: "\f257";
|
387 |
-
@fa-var-hand-spock: "\f259";
|
388 |
-
@fa-var-handshake: "\f2b5";
|
389 |
-
@fa-var-hashtag: "\f292";
|
390 |
-
@fa-var-hdd: "\f0a0";
|
391 |
-
@fa-var-heading: "\f1dc";
|
392 |
-
@fa-var-headphones: "\f025";
|
393 |
-
@fa-var-heart: "\f004";
|
394 |
-
@fa-var-heartbeat: "\f21e";
|
395 |
-
@fa-var-hips: "\f452";
|
396 |
-
@fa-var-hire-a-helper: "\f3b0";
|
397 |
-
@fa-var-history: "\f1da";
|
398 |
-
@fa-var-hockey-puck: "\f453";
|
399 |
-
@fa-var-home: "\f015";
|
400 |
-
@fa-var-hooli: "\f427";
|
401 |
-
@fa-var-hospital: "\f0f8";
|
402 |
-
@fa-var-hospital-symbol: "\f47e";
|
403 |
-
@fa-var-hotjar: "\f3b1";
|
404 |
-
@fa-var-hourglass: "\f254";
|
405 |
-
@fa-var-hourglass-end: "\f253";
|
406 |
-
@fa-var-hourglass-half: "\f252";
|
407 |
-
@fa-var-hourglass-start: "\f251";
|
408 |
-
@fa-var-houzz: "\f27c";
|
409 |
-
@fa-var-html5: "\f13b";
|
410 |
-
@fa-var-hubspot: "\f3b2";
|
411 |
-
@fa-var-i-cursor: "\f246";
|
412 |
-
@fa-var-id-badge: "\f2c1";
|
413 |
-
@fa-var-id-card: "\f2c2";
|
414 |
-
@fa-var-image: "\f03e";
|
415 |
-
@fa-var-images: "\f302";
|
416 |
-
@fa-var-imdb: "\f2d8";
|
417 |
-
@fa-var-inbox: "\f01c";
|
418 |
-
@fa-var-indent: "\f03c";
|
419 |
-
@fa-var-industry: "\f275";
|
420 |
-
@fa-var-info: "\f129";
|
421 |
-
@fa-var-info-circle: "\f05a";
|
422 |
-
@fa-var-instagram: "\f16d";
|
423 |
-
@fa-var-internet-explorer: "\f26b";
|
424 |
-
@fa-var-ioxhost: "\f208";
|
425 |
-
@fa-var-italic: "\f033";
|
426 |
-
@fa-var-itunes: "\f3b4";
|
427 |
-
@fa-var-itunes-note: "\f3b5";
|
428 |
-
@fa-var-jenkins: "\f3b6";
|
429 |
-
@fa-var-joget: "\f3b7";
|
430 |
-
@fa-var-joomla: "\f1aa";
|
431 |
-
@fa-var-js: "\f3b8";
|
432 |
-
@fa-var-js-square: "\f3b9";
|
433 |
-
@fa-var-jsfiddle: "\f1cc";
|
434 |
-
@fa-var-key: "\f084";
|
435 |
-
@fa-var-keyboard: "\f11c";
|
436 |
-
@fa-var-keycdn: "\f3ba";
|
437 |
-
@fa-var-kickstarter: "\f3bb";
|
438 |
-
@fa-var-kickstarter-k: "\f3bc";
|
439 |
-
@fa-var-korvue: "\f42f";
|
440 |
-
@fa-var-language: "\f1ab";
|
441 |
-
@fa-var-laptop: "\f109";
|
442 |
-
@fa-var-laravel: "\f3bd";
|
443 |
-
@fa-var-lastfm: "\f202";
|
444 |
-
@fa-var-lastfm-square: "\f203";
|
445 |
-
@fa-var-leaf: "\f06c";
|
446 |
-
@fa-var-leanpub: "\f212";
|
447 |
-
@fa-var-lemon: "\f094";
|
448 |
-
@fa-var-less: "\f41d";
|
449 |
-
@fa-var-level-down-alt: "\f3be";
|
450 |
-
@fa-var-level-up-alt: "\f3bf";
|
451 |
-
@fa-var-life-ring: "\f1cd";
|
452 |
-
@fa-var-lightbulb: "\f0eb";
|
453 |
-
@fa-var-line: "\f3c0";
|
454 |
-
@fa-var-link: "\f0c1";
|
455 |
-
@fa-var-linkedin: "\f08c";
|
456 |
-
@fa-var-linkedin-in: "\f0e1";
|
457 |
-
@fa-var-linode: "\f2b8";
|
458 |
-
@fa-var-linux: "\f17c";
|
459 |
-
@fa-var-lira-sign: "\f195";
|
460 |
-
@fa-var-list: "\f03a";
|
461 |
-
@fa-var-list-alt: "\f022";
|
462 |
-
@fa-var-list-ol: "\f0cb";
|
463 |
-
@fa-var-list-ul: "\f0ca";
|
464 |
-
@fa-var-location-arrow: "\f124";
|
465 |
-
@fa-var-lock: "\f023";
|
466 |
-
@fa-var-lock-open: "\f3c1";
|
467 |
-
@fa-var-long-arrow-alt-down: "\f309";
|
468 |
-
@fa-var-long-arrow-alt-left: "\f30a";
|
469 |
-
@fa-var-long-arrow-alt-right: "\f30b";
|
470 |
-
@fa-var-long-arrow-alt-up: "\f30c";
|
471 |
-
@fa-var-low-vision: "\f2a8";
|
472 |
-
@fa-var-lyft: "\f3c3";
|
473 |
-
@fa-var-magento: "\f3c4";
|
474 |
-
@fa-var-magic: "\f0d0";
|
475 |
-
@fa-var-magnet: "\f076";
|
476 |
-
@fa-var-male: "\f183";
|
477 |
-
@fa-var-map: "\f279";
|
478 |
-
@fa-var-map-marker: "\f041";
|
479 |
-
@fa-var-map-marker-alt: "\f3c5";
|
480 |
-
@fa-var-map-pin: "\f276";
|
481 |
-
@fa-var-map-signs: "\f277";
|
482 |
-
@fa-var-mars: "\f222";
|
483 |
-
@fa-var-mars-double: "\f227";
|
484 |
-
@fa-var-mars-stroke: "\f229";
|
485 |
-
@fa-var-mars-stroke-h: "\f22b";
|
486 |
-
@fa-var-mars-stroke-v: "\f22a";
|
487 |
-
@fa-var-maxcdn: "\f136";
|
488 |
-
@fa-var-medapps: "\f3c6";
|
489 |
-
@fa-var-medium: "\f23a";
|
490 |
-
@fa-var-medium-m: "\f3c7";
|
491 |
-
@fa-var-medkit: "\f0fa";
|
492 |
-
@fa-var-medrt: "\f3c8";
|
493 |
-
@fa-var-meetup: "\f2e0";
|
494 |
-
@fa-var-meh: "\f11a";
|
495 |
-
@fa-var-mercury: "\f223";
|
496 |
-
@fa-var-microchip: "\f2db";
|
497 |
-
@fa-var-microphone: "\f130";
|
498 |
-
@fa-var-microphone-slash: "\f131";
|
499 |
-
@fa-var-microsoft: "\f3ca";
|
500 |
-
@fa-var-minus: "\f068";
|
501 |
-
@fa-var-minus-circle: "\f056";
|
502 |
-
@fa-var-minus-square: "\f146";
|
503 |
-
@fa-var-mix: "\f3cb";
|
504 |
-
@fa-var-mixcloud: "\f289";
|
505 |
-
@fa-var-mizuni: "\f3cc";
|
506 |
-
@fa-var-mobile: "\f10b";
|
507 |
-
@fa-var-mobile-alt: "\f3cd";
|
508 |
-
@fa-var-modx: "\f285";
|
509 |
-
@fa-var-monero: "\f3d0";
|
510 |
-
@fa-var-money-bill-alt: "\f3d1";
|
511 |
-
@fa-var-moon: "\f186";
|
512 |
-
@fa-var-motorcycle: "\f21c";
|
513 |
-
@fa-var-mouse-pointer: "\f245";
|
514 |
-
@fa-var-music: "\f001";
|
515 |
-
@fa-var-napster: "\f3d2";
|
516 |
-
@fa-var-neuter: "\f22c";
|
517 |
-
@fa-var-newspaper: "\f1ea";
|
518 |
-
@fa-var-nintendo-switch: "\f418";
|
519 |
-
@fa-var-node: "\f419";
|
520 |
-
@fa-var-node-js: "\f3d3";
|
521 |
-
@fa-var-npm: "\f3d4";
|
522 |
-
@fa-var-ns8: "\f3d5";
|
523 |
-
@fa-var-nutritionix: "\f3d6";
|
524 |
-
@fa-var-object-group: "\f247";
|
525 |
-
@fa-var-object-ungroup: "\f248";
|
526 |
-
@fa-var-odnoklassniki: "\f263";
|
527 |
-
@fa-var-odnoklassniki-square: "\f264";
|
528 |
-
@fa-var-opencart: "\f23d";
|
529 |
-
@fa-var-openid: "\f19b";
|
530 |
-
@fa-var-opera: "\f26a";
|
531 |
-
@fa-var-optin-monster: "\f23c";
|
532 |
-
@fa-var-osi: "\f41a";
|
533 |
-
@fa-var-outdent: "\f03b";
|
534 |
-
@fa-var-page4: "\f3d7";
|
535 |
-
@fa-var-pagelines: "\f18c";
|
536 |
-
@fa-var-paint-brush: "\f1fc";
|
537 |
-
@fa-var-palfed: "\f3d8";
|
538 |
-
@fa-var-pallet: "\f482";
|
539 |
-
@fa-var-paper-plane: "\f1d8";
|
540 |
-
@fa-var-paperclip: "\f0c6";
|
541 |
-
@fa-var-paragraph: "\f1dd";
|
542 |
-
@fa-var-paste: "\f0ea";
|
543 |
-
@fa-var-patreon: "\f3d9";
|
544 |
-
@fa-var-pause: "\f04c";
|
545 |
-
@fa-var-pause-circle: "\f28b";
|
546 |
-
@fa-var-paw: "\f1b0";
|
547 |
-
@fa-var-paypal: "\f1ed";
|
548 |
-
@fa-var-pen-square: "\f14b";
|
549 |
-
@fa-var-pencil-alt: "\f303";
|
550 |
-
@fa-var-percent: "\f295";
|
551 |
-
@fa-var-periscope: "\f3da";
|
552 |
-
@fa-var-phabricator: "\f3db";
|
553 |
-
@fa-var-phoenix-framework: "\f3dc";
|
554 |
-
@fa-var-phone: "\f095";
|
555 |
-
@fa-var-phone-square: "\f098";
|
556 |
-
@fa-var-phone-volume: "\f2a0";
|
557 |
-
@fa-var-php: "\f457";
|
558 |
-
@fa-var-pied-piper: "\f2ae";
|
559 |
-
@fa-var-pied-piper-alt: "\f1a8";
|
560 |
-
@fa-var-pied-piper-pp: "\f1a7";
|
561 |
-
@fa-var-pills: "\f484";
|
562 |
-
@fa-var-pinterest: "\f0d2";
|
563 |
-
@fa-var-pinterest-p: "\f231";
|
564 |
-
@fa-var-pinterest-square: "\f0d3";
|
565 |
-
@fa-var-plane: "\f072";
|
566 |
-
@fa-var-play: "\f04b";
|
567 |
-
@fa-var-play-circle: "\f144";
|
568 |
-
@fa-var-playstation: "\f3df";
|
569 |
-
@fa-var-plug: "\f1e6";
|
570 |
-
@fa-var-plus: "\f067";
|
571 |
-
@fa-var-plus-circle: "\f055";
|
572 |
-
@fa-var-plus-square: "\f0fe";
|
573 |
-
@fa-var-podcast: "\f2ce";
|
574 |
-
@fa-var-pound-sign: "\f154";
|
575 |
-
@fa-var-power-off: "\f011";
|
576 |
-
@fa-var-print: "\f02f";
|
577 |
-
@fa-var-product-hunt: "\f288";
|
578 |
-
@fa-var-pushed: "\f3e1";
|
579 |
-
@fa-var-puzzle-piece: "\f12e";
|
580 |
-
@fa-var-python: "\f3e2";
|
581 |
-
@fa-var-qq: "\f1d6";
|
582 |
-
@fa-var-qrcode: "\f029";
|
583 |
-
@fa-var-question: "\f128";
|
584 |
-
@fa-var-question-circle: "\f059";
|
585 |
-
@fa-var-quidditch: "\f458";
|
586 |
-
@fa-var-quinscape: "\f459";
|
587 |
-
@fa-var-quora: "\f2c4";
|
588 |
-
@fa-var-quote-left: "\f10d";
|
589 |
-
@fa-var-quote-right: "\f10e";
|
590 |
-
@fa-var-random: "\f074";
|
591 |
-
@fa-var-ravelry: "\f2d9";
|
592 |
-
@fa-var-react: "\f41b";
|
593 |
-
@fa-var-rebel: "\f1d0";
|
594 |
-
@fa-var-recycle: "\f1b8";
|
595 |
-
@fa-var-red-river: "\f3e3";
|
596 |
-
@fa-var-reddit: "\f1a1";
|
597 |
-
@fa-var-reddit-alien: "\f281";
|
598 |
-
@fa-var-reddit-square: "\f1a2";
|
599 |
-
@fa-var-redo: "\f01e";
|
600 |
-
@fa-var-redo-alt: "\f2f9";
|
601 |
-
@fa-var-registered: "\f25d";
|
602 |
-
@fa-var-rendact: "\f3e4";
|
603 |
-
@fa-var-renren: "\f18b";
|
604 |
-
@fa-var-reply: "\f3e5";
|
605 |
-
@fa-var-reply-all: "\f122";
|
606 |
-
@fa-var-replyd: "\f3e6";
|
607 |
-
@fa-var-resolving: "\f3e7";
|
608 |
-
@fa-var-retweet: "\f079";
|
609 |
-
@fa-var-road: "\f018";
|
610 |
-
@fa-var-rocket: "\f135";
|
611 |
-
@fa-var-rocketchat: "\f3e8";
|
612 |
-
@fa-var-rockrms: "\f3e9";
|
613 |
-
@fa-var-rss: "\f09e";
|
614 |
-
@fa-var-rss-square: "\f143";
|
615 |
-
@fa-var-ruble-sign: "\f158";
|
616 |
-
@fa-var-rupee-sign: "\f156";
|
617 |
-
@fa-var-safari: "\f267";
|
618 |
-
@fa-var-sass: "\f41e";
|
619 |
-
@fa-var-save: "\f0c7";
|
620 |
-
@fa-var-schlix: "\f3ea";
|
621 |
-
@fa-var-scribd: "\f28a";
|
622 |
-
@fa-var-search: "\f002";
|
623 |
-
@fa-var-search-minus: "\f010";
|
624 |
-
@fa-var-search-plus: "\f00e";
|
625 |
-
@fa-var-searchengin: "\f3eb";
|
626 |
-
@fa-var-sellcast: "\f2da";
|
627 |
-
@fa-var-sellsy: "\f213";
|
628 |
-
@fa-var-server: "\f233";
|
629 |
-
@fa-var-servicestack: "\f3ec";
|
630 |
-
@fa-var-share: "\f064";
|
631 |
-
@fa-var-share-alt: "\f1e0";
|
632 |
-
@fa-var-share-alt-square: "\f1e1";
|
633 |
-
@fa-var-share-square: "\f14d";
|
634 |
-
@fa-var-shekel-sign: "\f20b";
|
635 |
-
@fa-var-shield-alt: "\f3ed";
|
636 |
-
@fa-var-ship: "\f21a";
|
637 |
-
@fa-var-shipping-fast: "\f48b";
|
638 |
-
@fa-var-shirtsinbulk: "\f214";
|
639 |
-
@fa-var-shopping-bag: "\f290";
|
640 |
-
@fa-var-shopping-basket: "\f291";
|
641 |
-
@fa-var-shopping-cart: "\f07a";
|
642 |
-
@fa-var-shower: "\f2cc";
|
643 |
-
@fa-var-sign-in-alt: "\f2f6";
|
644 |
-
@fa-var-sign-language: "\f2a7";
|
645 |
-
@fa-var-sign-out-alt: "\f2f5";
|
646 |
-
@fa-var-signal: "\f012";
|
647 |
-
@fa-var-simplybuilt: "\f215";
|
648 |
-
@fa-var-sistrix: "\f3ee";
|
649 |
-
@fa-var-sitemap: "\f0e8";
|
650 |
-
@fa-var-skyatlas: "\f216";
|
651 |
-
@fa-var-skype: "\f17e";
|
652 |
-
@fa-var-slack: "\f198";
|
653 |
-
@fa-var-slack-hash: "\f3ef";
|
654 |
-
@fa-var-sliders-h: "\f1de";
|
655 |
-
@fa-var-slideshare: "\f1e7";
|
656 |
-
@fa-var-smile: "\f118";
|
657 |
-
@fa-var-snapchat: "\f2ab";
|
658 |
-
@fa-var-snapchat-ghost: "\f2ac";
|
659 |
-
@fa-var-snapchat-square: "\f2ad";
|
660 |
-
@fa-var-snowflake: "\f2dc";
|
661 |
-
@fa-var-sort: "\f0dc";
|
662 |
-
@fa-var-sort-alpha-down: "\f15d";
|
663 |
-
@fa-var-sort-alpha-up: "\f15e";
|
664 |
-
@fa-var-sort-amount-down: "\f160";
|
665 |
-
@fa-var-sort-amount-up: "\f161";
|
666 |
-
@fa-var-sort-down: "\f0dd";
|
667 |
-
@fa-var-sort-numeric-down: "\f162";
|
668 |
-
@fa-var-sort-numeric-up: "\f163";
|
669 |
-
@fa-var-sort-up: "\f0de";
|
670 |
-
@fa-var-soundcloud: "\f1be";
|
671 |
-
@fa-var-space-shuttle: "\f197";
|
672 |
-
@fa-var-speakap: "\f3f3";
|
673 |
-
@fa-var-spinner: "\f110";
|
674 |
-
@fa-var-spotify: "\f1bc";
|
675 |
-
@fa-var-square: "\f0c8";
|
676 |
-
@fa-var-square-full: "\f45c";
|
677 |
-
@fa-var-stack-exchange: "\f18d";
|
678 |
-
@fa-var-stack-overflow: "\f16c";
|
679 |
-
@fa-var-star: "\f005";
|
680 |
-
@fa-var-star-half: "\f089";
|
681 |
-
@fa-var-staylinked: "\f3f5";
|
682 |
-
@fa-var-steam: "\f1b6";
|
683 |
-
@fa-var-steam-square: "\f1b7";
|
684 |
-
@fa-var-steam-symbol: "\f3f6";
|
685 |
-
@fa-var-step-backward: "\f048";
|
686 |
-
@fa-var-step-forward: "\f051";
|
687 |
-
@fa-var-stethoscope: "\f0f1";
|
688 |
-
@fa-var-sticker-mule: "\f3f7";
|
689 |
-
@fa-var-sticky-note: "\f249";
|
690 |
-
@fa-var-stop: "\f04d";
|
691 |
-
@fa-var-stop-circle: "\f28d";
|
692 |
-
@fa-var-stopwatch: "\f2f2";
|
693 |
-
@fa-var-strava: "\f428";
|
694 |
-
@fa-var-street-view: "\f21d";
|
695 |
-
@fa-var-strikethrough: "\f0cc";
|
696 |
-
@fa-var-stripe: "\f429";
|
697 |
-
@fa-var-stripe-s: "\f42a";
|
698 |
-
@fa-var-studiovinari: "\f3f8";
|
699 |
-
@fa-var-stumbleupon: "\f1a4";
|
700 |
-
@fa-var-stumbleupon-circle: "\f1a3";
|
701 |
-
@fa-var-subscript: "\f12c";
|
702 |
-
@fa-var-subway: "\f239";
|
703 |
-
@fa-var-suitcase: "\f0f2";
|
704 |
-
@fa-var-sun: "\f185";
|
705 |
-
@fa-var-superpowers: "\f2dd";
|
706 |
-
@fa-var-superscript: "\f12b";
|
707 |
-
@fa-var-supple: "\f3f9";
|
708 |
-
@fa-var-sync: "\f021";
|
709 |
-
@fa-var-sync-alt: "\f2f1";
|
710 |
-
@fa-var-syringe: "\f48e";
|
711 |
-
@fa-var-table: "\f0ce";
|
712 |
-
@fa-var-table-tennis: "\f45d";
|
713 |
-
@fa-var-tablet: "\f10a";
|
714 |
-
@fa-var-tablet-alt: "\f3fa";
|
715 |
-
@fa-var-tachometer-alt: "\f3fd";
|
716 |
-
@fa-var-tag: "\f02b";
|
717 |
-
@fa-var-tags: "\f02c";
|
718 |
-
@fa-var-tasks: "\f0ae";
|
719 |
-
@fa-var-taxi: "\f1ba";
|
720 |
-
@fa-var-telegram: "\f2c6";
|
721 |
-
@fa-var-telegram-plane: "\f3fe";
|
722 |
-
@fa-var-tencent-weibo: "\f1d5";
|
723 |
-
@fa-var-terminal: "\f120";
|
724 |
-
@fa-var-text-height: "\f034";
|
725 |
-
@fa-var-text-width: "\f035";
|
726 |
-
@fa-var-th: "\f00a";
|
727 |
-
@fa-var-th-large: "\f009";
|
728 |
-
@fa-var-th-list: "\f00b";
|
729 |
-
@fa-var-themeisle: "\f2b2";
|
730 |
-
@fa-var-thermometer: "\f491";
|
731 |
-
@fa-var-thermometer-empty: "\f2cb";
|
732 |
-
@fa-var-thermometer-full: "\f2c7";
|
733 |
-
@fa-var-thermometer-half: "\f2c9";
|
734 |
-
@fa-var-thermometer-quarter: "\f2ca";
|
735 |
-
@fa-var-thermometer-three-quarters: "\f2c8";
|
736 |
-
@fa-var-thumbs-down: "\f165";
|
737 |
-
@fa-var-thumbs-up: "\f164";
|
738 |
-
@fa-var-thumbtack: "\f08d";
|
739 |
-
@fa-var-ticket-alt: "\f3ff";
|
740 |
-
@fa-var-times: "\f00d";
|
741 |
-
@fa-var-times-circle: "\f057";
|
742 |
-
@fa-var-tint: "\f043";
|
743 |
-
@fa-var-toggle-off: "\f204";
|
744 |
-
@fa-var-toggle-on: "\f205";
|
745 |
-
@fa-var-trademark: "\f25c";
|
746 |
-
@fa-var-train: "\f238";
|
747 |
-
@fa-var-transgender: "\f224";
|
748 |
-
@fa-var-transgender-alt: "\f225";
|
749 |
-
@fa-var-trash: "\f1f8";
|
750 |
-
@fa-var-trash-alt: "\f2ed";
|
751 |
-
@fa-var-tree: "\f1bb";
|
752 |
-
@fa-var-trello: "\f181";
|
753 |
-
@fa-var-tripadvisor: "\f262";
|
754 |
-
@fa-var-trophy: "\f091";
|
755 |
-
@fa-var-truck: "\f0d1";
|
756 |
-
@fa-var-tty: "\f1e4";
|
757 |
-
@fa-var-tumblr: "\f173";
|
758 |
-
@fa-var-tumblr-square: "\f174";
|
759 |
-
@fa-var-tv: "\f26c";
|
760 |
-
@fa-var-twitch: "\f1e8";
|
761 |
-
@fa-var-twitter: "\f099";
|
762 |
-
@fa-var-twitter-square: "\f081";
|
763 |
-
@fa-var-typo3: "\f42b";
|
764 |
-
@fa-var-uber: "\f402";
|
765 |
-
@fa-var-uikit: "\f403";
|
766 |
-
@fa-var-umbrella: "\f0e9";
|
767 |
-
@fa-var-underline: "\f0cd";
|
768 |
-
@fa-var-undo: "\f0e2";
|
769 |
-
@fa-var-undo-alt: "\f2ea";
|
770 |
-
@fa-var-uniregistry: "\f404";
|
771 |
-
@fa-var-universal-access: "\f29a";
|
772 |
-
@fa-var-university: "\f19c";
|
773 |
-
@fa-var-unlink: "\f127";
|
774 |
-
@fa-var-unlock: "\f09c";
|
775 |
-
@fa-var-unlock-alt: "\f13e";
|
776 |
-
@fa-var-untappd: "\f405";
|
777 |
-
@fa-var-upload: "\f093";
|
778 |
-
@fa-var-usb: "\f287";
|
779 |
-
@fa-var-user: "\f007";
|
780 |
-
@fa-var-user-circle: "\f2bd";
|
781 |
-
@fa-var-user-md: "\f0f0";
|
782 |
-
@fa-var-user-plus: "\f234";
|
783 |
-
@fa-var-user-secret: "\f21b";
|
784 |
-
@fa-var-user-times: "\f235";
|
785 |
-
@fa-var-users: "\f0c0";
|
786 |
-
@fa-var-ussunnah: "\f407";
|
787 |
-
@fa-var-utensil-spoon: "\f2e5";
|
788 |
-
@fa-var-utensils: "\f2e7";
|
789 |
-
@fa-var-vaadin: "\f408";
|
790 |
-
@fa-var-venus: "\f221";
|
791 |
-
@fa-var-venus-double: "\f226";
|
792 |
-
@fa-var-venus-mars: "\f228";
|
793 |
-
@fa-var-viacoin: "\f237";
|
794 |
-
@fa-var-viadeo: "\f2a9";
|
795 |
-
@fa-var-viadeo-square: "\f2aa";
|
796 |
-
@fa-var-viber: "\f409";
|
797 |
-
@fa-var-video: "\f03d";
|
798 |
-
@fa-var-vimeo: "\f40a";
|
799 |
-
@fa-var-vimeo-square: "\f194";
|
800 |
-
@fa-var-vimeo-v: "\f27d";
|
801 |
-
@fa-var-vine: "\f1ca";
|
802 |
-
@fa-var-vk: "\f189";
|
803 |
-
@fa-var-vnv: "\f40b";
|
804 |
-
@fa-var-volleyball-ball: "\f45f";
|
805 |
-
@fa-var-volume-down: "\f027";
|
806 |
-
@fa-var-volume-off: "\f026";
|
807 |
-
@fa-var-volume-up: "\f028";
|
808 |
-
@fa-var-vuejs: "\f41f";
|
809 |
-
@fa-var-warehouse: "\f494";
|
810 |
-
@fa-var-weibo: "\f18a";
|
811 |
-
@fa-var-weight: "\f496";
|
812 |
-
@fa-var-weixin: "\f1d7";
|
813 |
-
@fa-var-whatsapp: "\f232";
|
814 |
-
@fa-var-whatsapp-square: "\f40c";
|
815 |
-
@fa-var-wheelchair: "\f193";
|
816 |
-
@fa-var-whmcs: "\f40d";
|
817 |
-
@fa-var-wifi: "\f1eb";
|
818 |
-
@fa-var-wikipedia-w: "\f266";
|
819 |
-
@fa-var-window-close: "\f410";
|
820 |
-
@fa-var-window-maximize: "\f2d0";
|
821 |
-
@fa-var-window-minimize: "\f2d1";
|
822 |
-
@fa-var-window-restore: "\f2d2";
|
823 |
-
@fa-var-windows: "\f17a";
|
824 |
-
@fa-var-won-sign: "\f159";
|
825 |
-
@fa-var-wordpress: "\f19a";
|
826 |
-
@fa-var-wordpress-simple: "\f411";
|
827 |
-
@fa-var-wpbeginner: "\f297";
|
828 |
-
@fa-var-wpexplorer: "\f2de";
|
829 |
-
@fa-var-wpforms: "\f298";
|
830 |
-
@fa-var-wrench: "\f0ad";
|
831 |
-
@fa-var-xbox: "\f412";
|
832 |
-
@fa-var-xing: "\f168";
|
833 |
-
@fa-var-xing-square: "\f169";
|
834 |
-
@fa-var-y-combinator: "\f23b";
|
835 |
-
@fa-var-yahoo: "\f19e";
|
836 |
-
@fa-var-yandex: "\f413";
|
837 |
-
@fa-var-yandex-international: "\f414";
|
838 |
-
@fa-var-yelp: "\f1e9";
|
839 |
-
@fa-var-yen-sign: "\f157";
|
840 |
-
@fa-var-yoast: "\f2b1";
|
841 |
-
@fa-var-youtube: "\f167";
|
842 |
-
@fa-var-youtube-square: "\f431";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/fa-brands.less
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@import "_variables.less";
|
6 |
-
|
7 |
-
@font-face {
|
8 |
-
font-family: 'Font Awesome 5 Brands';
|
9 |
-
font-style: normal;
|
10 |
-
font-weight: normal;
|
11 |
-
src: url('@{fa-font-path}/fa-brands-400.eot');
|
12 |
-
src: url('@{fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
|
13 |
-
url('@{fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
14 |
-
url('@{fa-font-path}/fa-brands-400.woff') format('woff'),
|
15 |
-
url('@{fa-font-path}/fa-brands-400.ttf') format('truetype'),
|
16 |
-
url('@{fa-font-path}/fa-brands-400.svg#fontawesome') format('svg');
|
17 |
-
}
|
18 |
-
|
19 |
-
.fab {
|
20 |
-
font-family: 'Font Awesome 5 Brands';
|
21 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/fa-regular.less
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@import "_variables.less";
|
6 |
-
|
7 |
-
@font-face {
|
8 |
-
font-family: 'Font Awesome 5 Free';
|
9 |
-
font-style: normal;
|
10 |
-
font-weight: 400;
|
11 |
-
src: url('@{fa-font-path}/fa-regular-400.eot');
|
12 |
-
src: url('@{fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
|
13 |
-
url('@{fa-font-path}/fa-regular-400.woff2') format('woff2'),
|
14 |
-
url('@{fa-font-path}/fa-regular-400.woff') format('woff'),
|
15 |
-
url('@{fa-font-path}/fa-regular-400.ttf') format('truetype'),
|
16 |
-
url('@{fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
|
17 |
-
}
|
18 |
-
|
19 |
-
.far {
|
20 |
-
font-family: 'Font Awesome 5 Free';
|
21 |
-
font-weight: 400;
|
22 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/fa-solid.less
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@import "_variables.less";
|
6 |
-
|
7 |
-
@font-face {
|
8 |
-
font-family: 'Font Awesome 5 Free';
|
9 |
-
font-style: normal;
|
10 |
-
font-weight: 900;
|
11 |
-
src: url('@{fa-font-path}/fa-solid-900.eot');
|
12 |
-
src: url('@{fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
|
13 |
-
url('@{fa-font-path}/fa-solid-900.woff2') format('woff2'),
|
14 |
-
url('@{fa-font-path}/fa-solid-900.woff') format('woff'),
|
15 |
-
url('@{fa-font-path}/fa-solid-900.ttf') format('truetype'),
|
16 |
-
url('@{fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
|
17 |
-
}
|
18 |
-
|
19 |
-
.fa,
|
20 |
-
.fas {
|
21 |
-
font-family: 'Font Awesome 5 Free';
|
22 |
-
font-weight: 900;
|
23 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/less/fontawesome.less
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@import "_variables.less";
|
6 |
-
@import "_mixins.less";
|
7 |
-
@import "_core.less";
|
8 |
-
@import "_larger.less";
|
9 |
-
@import "_fixed-width.less";
|
10 |
-
@import "_list.less";
|
11 |
-
@import "_bordered-pulled.less";
|
12 |
-
@import "_animated.less";
|
13 |
-
@import "_rotated-flipped.less";
|
14 |
-
@import "_stacked.less";
|
15 |
-
@import "_icons.less";
|
16 |
-
@import "_screen-reader.less";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/_animated.scss
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
// Animated Icons
|
2 |
-
// --------------------------
|
3 |
-
|
4 |
-
.#{$fa-css-prefix}-spin {
|
5 |
-
animation: fa-spin 2s infinite linear;
|
6 |
-
}
|
7 |
-
|
8 |
-
.#{$fa-css-prefix}-pulse {
|
9 |
-
animation: fa-spin 1s infinite steps(8);
|
10 |
-
}
|
11 |
-
|
12 |
-
@keyframes fa-spin {
|
13 |
-
0% {
|
14 |
-
transform: rotate(0deg);
|
15 |
-
}
|
16 |
-
|
17 |
-
100% {
|
18 |
-
transform: rotate(360deg);
|
19 |
-
}
|
20 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/_bordered-pulled.scss
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
// Bordered & Pulled
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.#{$fa-css-prefix}-border {
|
5 |
-
border: solid .08em $fa-border-color;
|
6 |
-
border-radius: .1em;
|
7 |
-
padding: .2em .25em .15em;
|
8 |
-
}
|
9 |
-
|
10 |
-
.#{$fa-css-prefix}-pull-left { float: left; }
|
11 |
-
.#{$fa-css-prefix}-pull-right { float: right; }
|
12 |
-
|
13 |
-
.#{$fa-css-prefix},
|
14 |
-
.fas,
|
15 |
-
.far,
|
16 |
-
.fal,
|
17 |
-
.fab {
|
18 |
-
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
|
19 |
-
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
|
20 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/_core.scss
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
// Base Class Definition
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.#{$fa-css-prefix},
|
5 |
-
.fas,
|
6 |
-
.far,
|
7 |
-
.fal,
|
8 |
-
.fab {
|
9 |
-
-moz-osx-font-smoothing: grayscale;
|
10 |
-
-webkit-font-smoothing: antialiased;
|
11 |
-
display: inline-block;
|
12 |
-
font-style: normal;
|
13 |
-
font-variant: normal;
|
14 |
-
text-rendering: auto;
|
15 |
-
line-height: 1;
|
16 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/_fixed-width.scss
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
// Fixed Width Icons
|
2 |
-
// -------------------------
|
3 |
-
.#{$fa-css-prefix}-fw {
|
4 |
-
text-align: center;
|
5 |
-
width: (20em / 16);
|
6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/_icons.scss
DELETED
@@ -1,833 +0,0 @@
|
|
1 |
-
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
2 |
-
readers do not read off random characters that represent icons */
|
3 |
-
|
4 |
-
.#{$fa-css-prefix}-500px:before { content: fa-content($fa-var-500px); }
|
5 |
-
.#{$fa-css-prefix}-accessible-icon:before { content: fa-content($fa-var-accessible-icon); }
|
6 |
-
.#{$fa-css-prefix}-accusoft:before { content: fa-content($fa-var-accusoft); }
|
7 |
-
.#{$fa-css-prefix}-address-book:before { content: fa-content($fa-var-address-book); }
|
8 |
-
.#{$fa-css-prefix}-address-card:before { content: fa-content($fa-var-address-card); }
|
9 |
-
.#{$fa-css-prefix}-adjust:before { content: fa-content($fa-var-adjust); }
|
10 |
-
.#{$fa-css-prefix}-adn:before { content: fa-content($fa-var-adn); }
|
11 |
-
.#{$fa-css-prefix}-adversal:before { content: fa-content($fa-var-adversal); }
|
12 |
-
.#{$fa-css-prefix}-affiliatetheme:before { content: fa-content($fa-var-affiliatetheme); }
|
13 |
-
.#{$fa-css-prefix}-algolia:before { content: fa-content($fa-var-algolia); }
|
14 |
-
.#{$fa-css-prefix}-align-center:before { content: fa-content($fa-var-align-center); }
|
15 |
-
.#{$fa-css-prefix}-align-justify:before { content: fa-content($fa-var-align-justify); }
|
16 |
-
.#{$fa-css-prefix}-align-left:before { content: fa-content($fa-var-align-left); }
|
17 |
-
.#{$fa-css-prefix}-align-right:before { content: fa-content($fa-var-align-right); }
|
18 |
-
.#{$fa-css-prefix}-amazon:before { content: fa-content($fa-var-amazon); }
|
19 |
-
.#{$fa-css-prefix}-amazon-pay:before { content: fa-content($fa-var-amazon-pay); }
|
20 |
-
.#{$fa-css-prefix}-ambulance:before { content: fa-content($fa-var-ambulance); }
|
21 |
-
.#{$fa-css-prefix}-american-sign-language-interpreting:before { content: fa-content($fa-var-american-sign-language-interpreting); }
|
22 |
-
.#{$fa-css-prefix}-amilia:before { content: fa-content($fa-var-amilia); }
|
23 |
-
.#{$fa-css-prefix}-anchor:before { content: fa-content($fa-var-anchor); }
|
24 |
-
.#{$fa-css-prefix}-android:before { content: fa-content($fa-var-android); }
|
25 |
-
.#{$fa-css-prefix}-angellist:before { content: fa-content($fa-var-angellist); }
|
26 |
-
.#{$fa-css-prefix}-angle-double-down:before { content: fa-content($fa-var-angle-double-down); }
|
27 |
-
.#{$fa-css-prefix}-angle-double-left:before { content: fa-content($fa-var-angle-double-left); }
|
28 |
-
.#{$fa-css-prefix}-angle-double-right:before { content: fa-content($fa-var-angle-double-right); }
|
29 |
-
.#{$fa-css-prefix}-angle-double-up:before { content: fa-content($fa-var-angle-double-up); }
|
30 |
-
.#{$fa-css-prefix}-angle-down:before { content: fa-content($fa-var-angle-down); }
|
31 |
-
.#{$fa-css-prefix}-angle-left:before { content: fa-content($fa-var-angle-left); }
|
32 |
-
.#{$fa-css-prefix}-angle-right:before { content: fa-content($fa-var-angle-right); }
|
33 |
-
.#{$fa-css-prefix}-angle-up:before { content: fa-content($fa-var-angle-up); }
|
34 |
-
.#{$fa-css-prefix}-angrycreative:before { content: fa-content($fa-var-angrycreative); }
|
35 |
-
.#{$fa-css-prefix}-angular:before { content: fa-content($fa-var-angular); }
|
36 |
-
.#{$fa-css-prefix}-app-store:before { content: fa-content($fa-var-app-store); }
|
37 |
-
.#{$fa-css-prefix}-app-store-ios:before { content: fa-content($fa-var-app-store-ios); }
|
38 |
-
.#{$fa-css-prefix}-apper:before { content: fa-content($fa-var-apper); }
|
39 |
-
.#{$fa-css-prefix}-apple:before { content: fa-content($fa-var-apple); }
|
40 |
-
.#{$fa-css-prefix}-apple-pay:before { content: fa-content($fa-var-apple-pay); }
|
41 |
-
.#{$fa-css-prefix}-archive:before { content: fa-content($fa-var-archive); }
|
42 |
-
.#{$fa-css-prefix}-arrow-alt-circle-down:before { content: fa-content($fa-var-arrow-alt-circle-down); }
|
43 |
-
.#{$fa-css-prefix}-arrow-alt-circle-left:before { content: fa-content($fa-var-arrow-alt-circle-left); }
|
44 |
-
.#{$fa-css-prefix}-arrow-alt-circle-right:before { content: fa-content($fa-var-arrow-alt-circle-right); }
|
45 |
-
.#{$fa-css-prefix}-arrow-alt-circle-up:before { content: fa-content($fa-var-arrow-alt-circle-up); }
|
46 |
-
.#{$fa-css-prefix}-arrow-circle-down:before { content: fa-content($fa-var-arrow-circle-down); }
|
47 |
-
.#{$fa-css-prefix}-arrow-circle-left:before { content: fa-content($fa-var-arrow-circle-left); }
|
48 |
-
.#{$fa-css-prefix}-arrow-circle-right:before { content: fa-content($fa-var-arrow-circle-right); }
|
49 |
-
.#{$fa-css-prefix}-arrow-circle-up:before { content: fa-content($fa-var-arrow-circle-up); }
|
50 |
-
.#{$fa-css-prefix}-arrow-down:before { content: fa-content($fa-var-arrow-down); }
|
51 |
-
.#{$fa-css-prefix}-arrow-left:before { content: fa-content($fa-var-arrow-left); }
|
52 |
-
.#{$fa-css-prefix}-arrow-right:before { content: fa-content($fa-var-arrow-right); }
|
53 |
-
.#{$fa-css-prefix}-arrow-up:before { content: fa-content($fa-var-arrow-up); }
|
54 |
-
.#{$fa-css-prefix}-arrows-alt:before { content: fa-content($fa-var-arrows-alt); }
|
55 |
-
.#{$fa-css-prefix}-arrows-alt-h:before { content: fa-content($fa-var-arrows-alt-h); }
|
56 |
-
.#{$fa-css-prefix}-arrows-alt-v:before { content: fa-content($fa-var-arrows-alt-v); }
|
57 |
-
.#{$fa-css-prefix}-assistive-listening-systems:before { content: fa-content($fa-var-assistive-listening-systems); }
|
58 |
-
.#{$fa-css-prefix}-asterisk:before { content: fa-content($fa-var-asterisk); }
|
59 |
-
.#{$fa-css-prefix}-asymmetrik:before { content: fa-content($fa-var-asymmetrik); }
|
60 |
-
.#{$fa-css-prefix}-at:before { content: fa-content($fa-var-at); }
|
61 |
-
.#{$fa-css-prefix}-audible:before { content: fa-content($fa-var-audible); }
|
62 |
-
.#{$fa-css-prefix}-audio-description:before { content: fa-content($fa-var-audio-description); }
|
63 |
-
.#{$fa-css-prefix}-autoprefixer:before { content: fa-content($fa-var-autoprefixer); }
|
64 |
-
.#{$fa-css-prefix}-avianex:before { content: fa-content($fa-var-avianex); }
|
65 |
-
.#{$fa-css-prefix}-aviato:before { content: fa-content($fa-var-aviato); }
|
66 |
-
.#{$fa-css-prefix}-aws:before { content: fa-content($fa-var-aws); }
|
67 |
-
.#{$fa-css-prefix}-backward:before { content: fa-content($fa-var-backward); }
|
68 |
-
.#{$fa-css-prefix}-balance-scale:before { content: fa-content($fa-var-balance-scale); }
|
69 |
-
.#{$fa-css-prefix}-ban:before { content: fa-content($fa-var-ban); }
|
70 |
-
.#{$fa-css-prefix}-band-aid:before { content: fa-content($fa-var-band-aid); }
|
71 |
-
.#{$fa-css-prefix}-bandcamp:before { content: fa-content($fa-var-bandcamp); }
|
72 |
-
.#{$fa-css-prefix}-barcode:before { content: fa-content($fa-var-barcode); }
|
73 |
-
.#{$fa-css-prefix}-bars:before { content: fa-content($fa-var-bars); }
|
74 |
-
.#{$fa-css-prefix}-baseball-ball:before { content: fa-content($fa-var-baseball-ball); }
|
75 |
-
.#{$fa-css-prefix}-basketball-ball:before { content: fa-content($fa-var-basketball-ball); }
|
76 |
-
.#{$fa-css-prefix}-bath:before { content: fa-content($fa-var-bath); }
|
77 |
-
.#{$fa-css-prefix}-battery-empty:before { content: fa-content($fa-var-battery-empty); }
|
78 |
-
.#{$fa-css-prefix}-battery-full:before { content: fa-content($fa-var-battery-full); }
|
79 |
-
.#{$fa-css-prefix}-battery-half:before { content: fa-content($fa-var-battery-half); }
|
80 |
-
.#{$fa-css-prefix}-battery-quarter:before { content: fa-content($fa-var-battery-quarter); }
|
81 |
-
.#{$fa-css-prefix}-battery-three-quarters:before { content: fa-content($fa-var-battery-three-quarters); }
|
82 |
-
.#{$fa-css-prefix}-bed:before { content: fa-content($fa-var-bed); }
|
83 |
-
.#{$fa-css-prefix}-beer:before { content: fa-content($fa-var-beer); }
|
84 |
-
.#{$fa-css-prefix}-behance:before { content: fa-content($fa-var-behance); }
|
85 |
-
.#{$fa-css-prefix}-behance-square:before { content: fa-content($fa-var-behance-square); }
|
86 |
-
.#{$fa-css-prefix}-bell:before { content: fa-content($fa-var-bell); }
|
87 |
-
.#{$fa-css-prefix}-bell-slash:before { content: fa-content($fa-var-bell-slash); }
|
88 |
-
.#{$fa-css-prefix}-bicycle:before { content: fa-content($fa-var-bicycle); }
|
89 |
-
.#{$fa-css-prefix}-bimobject:before { content: fa-content($fa-var-bimobject); }
|
90 |
-
.#{$fa-css-prefix}-binoculars:before { content: fa-content($fa-var-binoculars); }
|
91 |
-
.#{$fa-css-prefix}-birthday-cake:before { content: fa-content($fa-var-birthday-cake); }
|
92 |
-
.#{$fa-css-prefix}-bitbucket:before { content: fa-content($fa-var-bitbucket); }
|
93 |
-
.#{$fa-css-prefix}-bitcoin:before { content: fa-content($fa-var-bitcoin); }
|
94 |
-
.#{$fa-css-prefix}-bity:before { content: fa-content($fa-var-bity); }
|
95 |
-
.#{$fa-css-prefix}-black-tie:before { content: fa-content($fa-var-black-tie); }
|
96 |
-
.#{$fa-css-prefix}-blackberry:before { content: fa-content($fa-var-blackberry); }
|
97 |
-
.#{$fa-css-prefix}-blind:before { content: fa-content($fa-var-blind); }
|
98 |
-
.#{$fa-css-prefix}-blogger:before { content: fa-content($fa-var-blogger); }
|
99 |
-
.#{$fa-css-prefix}-blogger-b:before { content: fa-content($fa-var-blogger-b); }
|
100 |
-
.#{$fa-css-prefix}-bluetooth:before { content: fa-content($fa-var-bluetooth); }
|
101 |
-
.#{$fa-css-prefix}-bluetooth-b:before { content: fa-content($fa-var-bluetooth-b); }
|
102 |
-
.#{$fa-css-prefix}-bold:before { content: fa-content($fa-var-bold); }
|
103 |
-
.#{$fa-css-prefix}-bolt:before { content: fa-content($fa-var-bolt); }
|
104 |
-
.#{$fa-css-prefix}-bomb:before { content: fa-content($fa-var-bomb); }
|
105 |
-
.#{$fa-css-prefix}-book:before { content: fa-content($fa-var-book); }
|
106 |
-
.#{$fa-css-prefix}-bookmark:before { content: fa-content($fa-var-bookmark); }
|
107 |
-
.#{$fa-css-prefix}-bowling-ball:before { content: fa-content($fa-var-bowling-ball); }
|
108 |
-
.#{$fa-css-prefix}-box:before { content: fa-content($fa-var-box); }
|
109 |
-
.#{$fa-css-prefix}-boxes:before { content: fa-content($fa-var-boxes); }
|
110 |
-
.#{$fa-css-prefix}-braille:before { content: fa-content($fa-var-braille); }
|
111 |
-
.#{$fa-css-prefix}-briefcase:before { content: fa-content($fa-var-briefcase); }
|
112 |
-
.#{$fa-css-prefix}-btc:before { content: fa-content($fa-var-btc); }
|
113 |
-
.#{$fa-css-prefix}-bug:before { content: fa-content($fa-var-bug); }
|
114 |
-
.#{$fa-css-prefix}-building:before { content: fa-content($fa-var-building); }
|
115 |
-
.#{$fa-css-prefix}-bullhorn:before { content: fa-content($fa-var-bullhorn); }
|
116 |
-
.#{$fa-css-prefix}-bullseye:before { content: fa-content($fa-var-bullseye); }
|
117 |
-
.#{$fa-css-prefix}-buromobelexperte:before { content: fa-content($fa-var-buromobelexperte); }
|
118 |
-
.#{$fa-css-prefix}-bus:before { content: fa-content($fa-var-bus); }
|
119 |
-
.#{$fa-css-prefix}-buysellads:before { content: fa-content($fa-var-buysellads); }
|
120 |
-
.#{$fa-css-prefix}-calculator:before { content: fa-content($fa-var-calculator); }
|
121 |
-
.#{$fa-css-prefix}-calendar:before { content: fa-content($fa-var-calendar); }
|
122 |
-
.#{$fa-css-prefix}-calendar-alt:before { content: fa-content($fa-var-calendar-alt); }
|
123 |
-
.#{$fa-css-prefix}-calendar-check:before { content: fa-content($fa-var-calendar-check); }
|
124 |
-
.#{$fa-css-prefix}-calendar-minus:before { content: fa-content($fa-var-calendar-minus); }
|
125 |
-
.#{$fa-css-prefix}-calendar-plus:before { content: fa-content($fa-var-calendar-plus); }
|
126 |
-
.#{$fa-css-prefix}-calendar-times:before { content: fa-content($fa-var-calendar-times); }
|
127 |
-
.#{$fa-css-prefix}-camera:before { content: fa-content($fa-var-camera); }
|
128 |
-
.#{$fa-css-prefix}-camera-retro:before { content: fa-content($fa-var-camera-retro); }
|
129 |
-
.#{$fa-css-prefix}-car:before { content: fa-content($fa-var-car); }
|
130 |
-
.#{$fa-css-prefix}-caret-down:before { content: fa-content($fa-var-caret-down); }
|
131 |
-
.#{$fa-css-prefix}-caret-left:before { content: fa-content($fa-var-caret-left); }
|
132 |
-
.#{$fa-css-prefix}-caret-right:before { content: fa-content($fa-var-caret-right); }
|
133 |
-
.#{$fa-css-prefix}-caret-square-down:before { content: fa-content($fa-var-caret-square-down); }
|
134 |
-
.#{$fa-css-prefix}-caret-square-left:before { content: fa-content($fa-var-caret-square-left); }
|
135 |
-
.#{$fa-css-prefix}-caret-square-right:before { content: fa-content($fa-var-caret-square-right); }
|
136 |
-
.#{$fa-css-prefix}-caret-square-up:before { content: fa-content($fa-var-caret-square-up); }
|
137 |
-
.#{$fa-css-prefix}-caret-up:before { content: fa-content($fa-var-caret-up); }
|
138 |
-
.#{$fa-css-prefix}-cart-arrow-down:before { content: fa-content($fa-var-cart-arrow-down); }
|
139 |
-
.#{$fa-css-prefix}-cart-plus:before { content: fa-content($fa-var-cart-plus); }
|
140 |
-
.#{$fa-css-prefix}-cc-amazon-pay:before { content: fa-content($fa-var-cc-amazon-pay); }
|
141 |
-
.#{$fa-css-prefix}-cc-amex:before { content: fa-content($fa-var-cc-amex); }
|
142 |
-
.#{$fa-css-prefix}-cc-apple-pay:before { content: fa-content($fa-var-cc-apple-pay); }
|
143 |
-
.#{$fa-css-prefix}-cc-diners-club:before { content: fa-content($fa-var-cc-diners-club); }
|
144 |
-
.#{$fa-css-prefix}-cc-discover:before { content: fa-content($fa-var-cc-discover); }
|
145 |
-
.#{$fa-css-prefix}-cc-jcb:before { content: fa-content($fa-var-cc-jcb); }
|
146 |
-
.#{$fa-css-prefix}-cc-mastercard:before { content: fa-content($fa-var-cc-mastercard); }
|
147 |
-
.#{$fa-css-prefix}-cc-paypal:before { content: fa-content($fa-var-cc-paypal); }
|
148 |
-
.#{$fa-css-prefix}-cc-stripe:before { content: fa-content($fa-var-cc-stripe); }
|
149 |
-
.#{$fa-css-prefix}-cc-visa:before { content: fa-content($fa-var-cc-visa); }
|
150 |
-
.#{$fa-css-prefix}-centercode:before { content: fa-content($fa-var-centercode); }
|
151 |
-
.#{$fa-css-prefix}-certificate:before { content: fa-content($fa-var-certificate); }
|
152 |
-
.#{$fa-css-prefix}-chart-area:before { content: fa-content($fa-var-chart-area); }
|
153 |
-
.#{$fa-css-prefix}-chart-bar:before { content: fa-content($fa-var-chart-bar); }
|
154 |
-
.#{$fa-css-prefix}-chart-line:before { content: fa-content($fa-var-chart-line); }
|
155 |
-
.#{$fa-css-prefix}-chart-pie:before { content: fa-content($fa-var-chart-pie); }
|
156 |
-
.#{$fa-css-prefix}-check:before { content: fa-content($fa-var-check); }
|
157 |
-
.#{$fa-css-prefix}-check-circle:before { content: fa-content($fa-var-check-circle); }
|
158 |
-
.#{$fa-css-prefix}-check-square:before { content: fa-content($fa-var-check-square); }
|
159 |
-
.#{$fa-css-prefix}-chess:before { content: fa-content($fa-var-chess); }
|
160 |
-
.#{$fa-css-prefix}-chess-bishop:before { content: fa-content($fa-var-chess-bishop); }
|
161 |
-
.#{$fa-css-prefix}-chess-board:before { content: fa-content($fa-var-chess-board); }
|
162 |
-
.#{$fa-css-prefix}-chess-king:before { content: fa-content($fa-var-chess-king); }
|
163 |
-
.#{$fa-css-prefix}-chess-knight:before { content: fa-content($fa-var-chess-knight); }
|
164 |
-
.#{$fa-css-prefix}-chess-pawn:before { content: fa-content($fa-var-chess-pawn); }
|
165 |
-
.#{$fa-css-prefix}-chess-queen:before { content: fa-content($fa-var-chess-queen); }
|
166 |
-
.#{$fa-css-prefix}-chess-rook:before { content: fa-content($fa-var-chess-rook); }
|
167 |
-
.#{$fa-css-prefix}-chevron-circle-down:before { content: fa-content($fa-var-chevron-circle-down); }
|
168 |
-
.#{$fa-css-prefix}-chevron-circle-left:before { content: fa-content($fa-var-chevron-circle-left); }
|
169 |
-
.#{$fa-css-prefix}-chevron-circle-right:before { content: fa-content($fa-var-chevron-circle-right); }
|
170 |
-
.#{$fa-css-prefix}-chevron-circle-up:before { content: fa-content($fa-var-chevron-circle-up); }
|
171 |
-
.#{$fa-css-prefix}-chevron-down:before { content: fa-content($fa-var-chevron-down); }
|
172 |
-
.#{$fa-css-prefix}-chevron-left:before { content: fa-content($fa-var-chevron-left); }
|
173 |
-
.#{$fa-css-prefix}-chevron-right:before { content: fa-content($fa-var-chevron-right); }
|
174 |
-
.#{$fa-css-prefix}-chevron-up:before { content: fa-content($fa-var-chevron-up); }
|
175 |
-
.#{$fa-css-prefix}-child:before { content: fa-content($fa-var-child); }
|
176 |
-
.#{$fa-css-prefix}-chrome:before { content: fa-content($fa-var-chrome); }
|
177 |
-
.#{$fa-css-prefix}-circle:before { content: fa-content($fa-var-circle); }
|
178 |
-
.#{$fa-css-prefix}-circle-notch:before { content: fa-content($fa-var-circle-notch); }
|
179 |
-
.#{$fa-css-prefix}-clipboard:before { content: fa-content($fa-var-clipboard); }
|
180 |
-
.#{$fa-css-prefix}-clipboard-check:before { content: fa-content($fa-var-clipboard-check); }
|
181 |
-
.#{$fa-css-prefix}-clipboard-list:before { content: fa-content($fa-var-clipboard-list); }
|
182 |
-
.#{$fa-css-prefix}-clock:before { content: fa-content($fa-var-clock); }
|
183 |
-
.#{$fa-css-prefix}-clone:before { content: fa-content($fa-var-clone); }
|
184 |
-
.#{$fa-css-prefix}-closed-captioning:before { content: fa-content($fa-var-closed-captioning); }
|
185 |
-
.#{$fa-css-prefix}-cloud:before { content: fa-content($fa-var-cloud); }
|
186 |
-
.#{$fa-css-prefix}-cloud-download-alt:before { content: fa-content($fa-var-cloud-download-alt); }
|
187 |
-
.#{$fa-css-prefix}-cloud-upload-alt:before { content: fa-content($fa-var-cloud-upload-alt); }
|
188 |
-
.#{$fa-css-prefix}-cloudscale:before { content: fa-content($fa-var-cloudscale); }
|
189 |
-
.#{$fa-css-prefix}-cloudsmith:before { content: fa-content($fa-var-cloudsmith); }
|
190 |
-
.#{$fa-css-prefix}-cloudversify:before { content: fa-content($fa-var-cloudversify); }
|
191 |
-
.#{$fa-css-prefix}-code:before { content: fa-content($fa-var-code); }
|
192 |
-
.#{$fa-css-prefix}-code-branch:before { content: fa-content($fa-var-code-branch); }
|
193 |
-
.#{$fa-css-prefix}-codepen:before { content: fa-content($fa-var-codepen); }
|
194 |
-
.#{$fa-css-prefix}-codiepie:before { content: fa-content($fa-var-codiepie); }
|
195 |
-
.#{$fa-css-prefix}-coffee:before { content: fa-content($fa-var-coffee); }
|
196 |
-
.#{$fa-css-prefix}-cog:before { content: fa-content($fa-var-cog); }
|
197 |
-
.#{$fa-css-prefix}-cogs:before { content: fa-content($fa-var-cogs); }
|
198 |
-
.#{$fa-css-prefix}-columns:before { content: fa-content($fa-var-columns); }
|
199 |
-
.#{$fa-css-prefix}-comment:before { content: fa-content($fa-var-comment); }
|
200 |
-
.#{$fa-css-prefix}-comment-alt:before { content: fa-content($fa-var-comment-alt); }
|
201 |
-
.#{$fa-css-prefix}-comments:before { content: fa-content($fa-var-comments); }
|
202 |
-
.#{$fa-css-prefix}-compass:before { content: fa-content($fa-var-compass); }
|
203 |
-
.#{$fa-css-prefix}-compress:before { content: fa-content($fa-var-compress); }
|
204 |
-
.#{$fa-css-prefix}-connectdevelop:before { content: fa-content($fa-var-connectdevelop); }
|
205 |
-
.#{$fa-css-prefix}-contao:before { content: fa-content($fa-var-contao); }
|
206 |
-
.#{$fa-css-prefix}-copy:before { content: fa-content($fa-var-copy); }
|
207 |
-
.#{$fa-css-prefix}-copyright:before { content: fa-content($fa-var-copyright); }
|
208 |
-
.#{$fa-css-prefix}-cpanel:before { content: fa-content($fa-var-cpanel); }
|
209 |
-
.#{$fa-css-prefix}-creative-commons:before { content: fa-content($fa-var-creative-commons); }
|
210 |
-
.#{$fa-css-prefix}-credit-card:before { content: fa-content($fa-var-credit-card); }
|
211 |
-
.#{$fa-css-prefix}-crop:before { content: fa-content($fa-var-crop); }
|
212 |
-
.#{$fa-css-prefix}-crosshairs:before { content: fa-content($fa-var-crosshairs); }
|
213 |
-
.#{$fa-css-prefix}-css3:before { content: fa-content($fa-var-css3); }
|
214 |
-
.#{$fa-css-prefix}-css3-alt:before { content: fa-content($fa-var-css3-alt); }
|
215 |
-
.#{$fa-css-prefix}-cube:before { content: fa-content($fa-var-cube); }
|
216 |
-
.#{$fa-css-prefix}-cubes:before { content: fa-content($fa-var-cubes); }
|
217 |
-
.#{$fa-css-prefix}-cut:before { content: fa-content($fa-var-cut); }
|
218 |
-
.#{$fa-css-prefix}-cuttlefish:before { content: fa-content($fa-var-cuttlefish); }
|
219 |
-
.#{$fa-css-prefix}-d-and-d:before { content: fa-content($fa-var-d-and-d); }
|
220 |
-
.#{$fa-css-prefix}-dashcube:before { content: fa-content($fa-var-dashcube); }
|
221 |
-
.#{$fa-css-prefix}-database:before { content: fa-content($fa-var-database); }
|
222 |
-
.#{$fa-css-prefix}-deaf:before { content: fa-content($fa-var-deaf); }
|
223 |
-
.#{$fa-css-prefix}-delicious:before { content: fa-content($fa-var-delicious); }
|
224 |
-
.#{$fa-css-prefix}-deploydog:before { content: fa-content($fa-var-deploydog); }
|
225 |
-
.#{$fa-css-prefix}-deskpro:before { content: fa-content($fa-var-deskpro); }
|
226 |
-
.#{$fa-css-prefix}-desktop:before { content: fa-content($fa-var-desktop); }
|
227 |
-
.#{$fa-css-prefix}-deviantart:before { content: fa-content($fa-var-deviantart); }
|
228 |
-
.#{$fa-css-prefix}-digg:before { content: fa-content($fa-var-digg); }
|
229 |
-
.#{$fa-css-prefix}-digital-ocean:before { content: fa-content($fa-var-digital-ocean); }
|
230 |
-
.#{$fa-css-prefix}-discord:before { content: fa-content($fa-var-discord); }
|
231 |
-
.#{$fa-css-prefix}-discourse:before { content: fa-content($fa-var-discourse); }
|
232 |
-
.#{$fa-css-prefix}-dna:before { content: fa-content($fa-var-dna); }
|
233 |
-
.#{$fa-css-prefix}-dochub:before { content: fa-content($fa-var-dochub); }
|
234 |
-
.#{$fa-css-prefix}-docker:before { content: fa-content($fa-var-docker); }
|
235 |
-
.#{$fa-css-prefix}-dollar-sign:before { content: fa-content($fa-var-dollar-sign); }
|
236 |
-
.#{$fa-css-prefix}-dolly:before { content: fa-content($fa-var-dolly); }
|
237 |
-
.#{$fa-css-prefix}-dolly-flatbed:before { content: fa-content($fa-var-dolly-flatbed); }
|
238 |
-
.#{$fa-css-prefix}-dot-circle:before { content: fa-content($fa-var-dot-circle); }
|
239 |
-
.#{$fa-css-prefix}-download:before { content: fa-content($fa-var-download); }
|
240 |
-
.#{$fa-css-prefix}-draft2digital:before { content: fa-content($fa-var-draft2digital); }
|
241 |
-
.#{$fa-css-prefix}-dribbble:before { content: fa-content($fa-var-dribbble); }
|
242 |
-
.#{$fa-css-prefix}-dribbble-square:before { content: fa-content($fa-var-dribbble-square); }
|
243 |
-
.#{$fa-css-prefix}-dropbox:before { content: fa-content($fa-var-dropbox); }
|
244 |
-
.#{$fa-css-prefix}-drupal:before { content: fa-content($fa-var-drupal); }
|
245 |
-
.#{$fa-css-prefix}-dyalog:before { content: fa-content($fa-var-dyalog); }
|
246 |
-
.#{$fa-css-prefix}-earlybirds:before { content: fa-content($fa-var-earlybirds); }
|
247 |
-
.#{$fa-css-prefix}-edge:before { content: fa-content($fa-var-edge); }
|
248 |
-
.#{$fa-css-prefix}-edit:before { content: fa-content($fa-var-edit); }
|
249 |
-
.#{$fa-css-prefix}-eject:before { content: fa-content($fa-var-eject); }
|
250 |
-
.#{$fa-css-prefix}-elementor:before { content: fa-content($fa-var-elementor); }
|
251 |
-
.#{$fa-css-prefix}-ellipsis-h:before { content: fa-content($fa-var-ellipsis-h); }
|
252 |
-
.#{$fa-css-prefix}-ellipsis-v:before { content: fa-content($fa-var-ellipsis-v); }
|
253 |
-
.#{$fa-css-prefix}-ember:before { content: fa-content($fa-var-ember); }
|
254 |
-
.#{$fa-css-prefix}-empire:before { content: fa-content($fa-var-empire); }
|
255 |
-
.#{$fa-css-prefix}-envelope:before { content: fa-content($fa-var-envelope); }
|
256 |
-
.#{$fa-css-prefix}-envelope-open:before { content: fa-content($fa-var-envelope-open); }
|
257 |
-
.#{$fa-css-prefix}-envelope-square:before { content: fa-content($fa-var-envelope-square); }
|
258 |
-
.#{$fa-css-prefix}-envira:before { content: fa-content($fa-var-envira); }
|
259 |
-
.#{$fa-css-prefix}-eraser:before { content: fa-content($fa-var-eraser); }
|
260 |
-
.#{$fa-css-prefix}-erlang:before { content: fa-content($fa-var-erlang); }
|
261 |
-
.#{$fa-css-prefix}-ethereum:before { content: fa-content($fa-var-ethereum); }
|
262 |
-
.#{$fa-css-prefix}-etsy:before { content: fa-content($fa-var-etsy); }
|
263 |
-
.#{$fa-css-prefix}-euro-sign:before { content: fa-content($fa-var-euro-sign); }
|
264 |
-
.#{$fa-css-prefix}-exchange-alt:before { content: fa-content($fa-var-exchange-alt); }
|
265 |
-
.#{$fa-css-prefix}-exclamation:before { content: fa-content($fa-var-exclamation); }
|
266 |
-
.#{$fa-css-prefix}-exclamation-circle:before { content: fa-content($fa-var-exclamation-circle); }
|
267 |
-
.#{$fa-css-prefix}-exclamation-triangle:before { content: fa-content($fa-var-exclamation-triangle); }
|
268 |
-
.#{$fa-css-prefix}-expand:before { content: fa-content($fa-var-expand); }
|
269 |
-
.#{$fa-css-prefix}-expand-arrows-alt:before { content: fa-content($fa-var-expand-arrows-alt); }
|
270 |
-
.#{$fa-css-prefix}-expeditedssl:before { content: fa-content($fa-var-expeditedssl); }
|
271 |
-
.#{$fa-css-prefix}-external-link-alt:before { content: fa-content($fa-var-external-link-alt); }
|
272 |
-
.#{$fa-css-prefix}-external-link-square-alt:before { content: fa-content($fa-var-external-link-square-alt); }
|
273 |
-
.#{$fa-css-prefix}-eye:before { content: fa-content($fa-var-eye); }
|
274 |
-
.#{$fa-css-prefix}-eye-dropper:before { content: fa-content($fa-var-eye-dropper); }
|
275 |
-
.#{$fa-css-prefix}-eye-slash:before { content: fa-content($fa-var-eye-slash); }
|
276 |
-
.#{$fa-css-prefix}-facebook:before { content: fa-content($fa-var-facebook); }
|
277 |
-
.#{$fa-css-prefix}-facebook-f:before { content: fa-content($fa-var-facebook-f); }
|
278 |
-
.#{$fa-css-prefix}-facebook-messenger:before { content: fa-content($fa-var-facebook-messenger); }
|
279 |
-
.#{$fa-css-prefix}-facebook-square:before { content: fa-content($fa-var-facebook-square); }
|
280 |
-
.#{$fa-css-prefix}-fast-backward:before { content: fa-content($fa-var-fast-backward); }
|
281 |
-
.#{$fa-css-prefix}-fast-forward:before { content: fa-content($fa-var-fast-forward); }
|
282 |
-
.#{$fa-css-prefix}-fax:before { content: fa-content($fa-var-fax); }
|
283 |
-
.#{$fa-css-prefix}-female:before { content: fa-content($fa-var-female); }
|
284 |
-
.#{$fa-css-prefix}-fighter-jet:before { content: fa-content($fa-var-fighter-jet); }
|
285 |
-
.#{$fa-css-prefix}-file:before { content: fa-content($fa-var-file); }
|
286 |
-
.#{$fa-css-prefix}-file-alt:before { content: fa-content($fa-var-file-alt); }
|
287 |
-
.#{$fa-css-prefix}-file-archive:before { content: fa-content($fa-var-file-archive); }
|
288 |
-
.#{$fa-css-prefix}-file-audio:before { content: fa-content($fa-var-file-audio); }
|
289 |
-
.#{$fa-css-prefix}-file-code:before { content: fa-content($fa-var-file-code); }
|
290 |
-
.#{$fa-css-prefix}-file-excel:before { content: fa-content($fa-var-file-excel); }
|
291 |
-
.#{$fa-css-prefix}-file-image:before { content: fa-content($fa-var-file-image); }
|
292 |
-
.#{$fa-css-prefix}-file-pdf:before { content: fa-content($fa-var-file-pdf); }
|
293 |
-
.#{$fa-css-prefix}-file-powerpoint:before { content: fa-content($fa-var-file-powerpoint); }
|
294 |
-
.#{$fa-css-prefix}-file-video:before { content: fa-content($fa-var-file-video); }
|
295 |
-
.#{$fa-css-prefix}-file-word:before { content: fa-content($fa-var-file-word); }
|
296 |
-
.#{$fa-css-prefix}-film:before { content: fa-content($fa-var-film); }
|
297 |
-
.#{$fa-css-prefix}-filter:before { content: fa-content($fa-var-filter); }
|
298 |
-
.#{$fa-css-prefix}-fire:before { content: fa-content($fa-var-fire); }
|
299 |
-
.#{$fa-css-prefix}-fire-extinguisher:before { content: fa-content($fa-var-fire-extinguisher); }
|
300 |
-
.#{$fa-css-prefix}-firefox:before { content: fa-content($fa-var-firefox); }
|
301 |
-
.#{$fa-css-prefix}-first-aid:before { content: fa-content($fa-var-first-aid); }
|
302 |
-
.#{$fa-css-prefix}-first-order:before { content: fa-content($fa-var-first-order); }
|
303 |
-
.#{$fa-css-prefix}-firstdraft:before { content: fa-content($fa-var-firstdraft); }
|
304 |
-
.#{$fa-css-prefix}-flag:before { content: fa-content($fa-var-flag); }
|
305 |
-
.#{$fa-css-prefix}-flag-checkered:before { content: fa-content($fa-var-flag-checkered); }
|
306 |
-
.#{$fa-css-prefix}-flask:before { content: fa-content($fa-var-flask); }
|
307 |
-
.#{$fa-css-prefix}-flickr:before { content: fa-content($fa-var-flickr); }
|
308 |
-
.#{$fa-css-prefix}-flipboard:before { content: fa-content($fa-var-flipboard); }
|
309 |
-
.#{$fa-css-prefix}-fly:before { content: fa-content($fa-var-fly); }
|
310 |
-
.#{$fa-css-prefix}-folder:before { content: fa-content($fa-var-folder); }
|
311 |
-
.#{$fa-css-prefix}-folder-open:before { content: fa-content($fa-var-folder-open); }
|
312 |
-
.#{$fa-css-prefix}-font:before { content: fa-content($fa-var-font); }
|
313 |
-
.#{$fa-css-prefix}-font-awesome:before { content: fa-content($fa-var-font-awesome); }
|
314 |
-
.#{$fa-css-prefix}-font-awesome-alt:before { content: fa-content($fa-var-font-awesome-alt); }
|
315 |
-
.#{$fa-css-prefix}-font-awesome-flag:before { content: fa-content($fa-var-font-awesome-flag); }
|
316 |
-
.#{$fa-css-prefix}-fonticons:before { content: fa-content($fa-var-fonticons); }
|
317 |
-
.#{$fa-css-prefix}-fonticons-fi:before { content: fa-content($fa-var-fonticons-fi); }
|
318 |
-
.#{$fa-css-prefix}-football-ball:before { content: fa-content($fa-var-football-ball); }
|
319 |
-
.#{$fa-css-prefix}-fort-awesome:before { content: fa-content($fa-var-fort-awesome); }
|
320 |
-
.#{$fa-css-prefix}-fort-awesome-alt:before { content: fa-content($fa-var-fort-awesome-alt); }
|
321 |
-
.#{$fa-css-prefix}-forumbee:before { content: fa-content($fa-var-forumbee); }
|
322 |
-
.#{$fa-css-prefix}-forward:before { content: fa-content($fa-var-forward); }
|
323 |
-
.#{$fa-css-prefix}-foursquare:before { content: fa-content($fa-var-foursquare); }
|
324 |
-
.#{$fa-css-prefix}-free-code-camp:before { content: fa-content($fa-var-free-code-camp); }
|
325 |
-
.#{$fa-css-prefix}-freebsd:before { content: fa-content($fa-var-freebsd); }
|
326 |
-
.#{$fa-css-prefix}-frown:before { content: fa-content($fa-var-frown); }
|
327 |
-
.#{$fa-css-prefix}-futbol:before { content: fa-content($fa-var-futbol); }
|
328 |
-
.#{$fa-css-prefix}-gamepad:before { content: fa-content($fa-var-gamepad); }
|
329 |
-
.#{$fa-css-prefix}-gavel:before { content: fa-content($fa-var-gavel); }
|
330 |
-
.#{$fa-css-prefix}-gem:before { content: fa-content($fa-var-gem); }
|
331 |
-
.#{$fa-css-prefix}-genderless:before { content: fa-content($fa-var-genderless); }
|
332 |
-
.#{$fa-css-prefix}-get-pocket:before { content: fa-content($fa-var-get-pocket); }
|
333 |
-
.#{$fa-css-prefix}-gg:before { content: fa-content($fa-var-gg); }
|
334 |
-
.#{$fa-css-prefix}-gg-circle:before { content: fa-content($fa-var-gg-circle); }
|
335 |
-
.#{$fa-css-prefix}-gift:before { content: fa-content($fa-var-gift); }
|
336 |
-
.#{$fa-css-prefix}-git:before { content: fa-content($fa-var-git); }
|
337 |
-
.#{$fa-css-prefix}-git-square:before { content: fa-content($fa-var-git-square); }
|
338 |
-
.#{$fa-css-prefix}-github:before { content: fa-content($fa-var-github); }
|
339 |
-
.#{$fa-css-prefix}-github-alt:before { content: fa-content($fa-var-github-alt); }
|
340 |
-
.#{$fa-css-prefix}-github-square:before { content: fa-content($fa-var-github-square); }
|
341 |
-
.#{$fa-css-prefix}-gitkraken:before { content: fa-content($fa-var-gitkraken); }
|
342 |
-
.#{$fa-css-prefix}-gitlab:before { content: fa-content($fa-var-gitlab); }
|
343 |
-
.#{$fa-css-prefix}-gitter:before { content: fa-content($fa-var-gitter); }
|
344 |
-
.#{$fa-css-prefix}-glass-martini:before { content: fa-content($fa-var-glass-martini); }
|
345 |
-
.#{$fa-css-prefix}-glide:before { content: fa-content($fa-var-glide); }
|
346 |
-
.#{$fa-css-prefix}-glide-g:before { content: fa-content($fa-var-glide-g); }
|
347 |
-
.#{$fa-css-prefix}-globe:before { content: fa-content($fa-var-globe); }
|
348 |
-
.#{$fa-css-prefix}-gofore:before { content: fa-content($fa-var-gofore); }
|
349 |
-
.#{$fa-css-prefix}-golf-ball:before { content: fa-content($fa-var-golf-ball); }
|
350 |
-
.#{$fa-css-prefix}-goodreads:before { content: fa-content($fa-var-goodreads); }
|
351 |
-
.#{$fa-css-prefix}-goodreads-g:before { content: fa-content($fa-var-goodreads-g); }
|
352 |
-
.#{$fa-css-prefix}-google:before { content: fa-content($fa-var-google); }
|
353 |
-
.#{$fa-css-prefix}-google-drive:before { content: fa-content($fa-var-google-drive); }
|
354 |
-
.#{$fa-css-prefix}-google-play:before { content: fa-content($fa-var-google-play); }
|
355 |
-
.#{$fa-css-prefix}-google-plus:before { content: fa-content($fa-var-google-plus); }
|
356 |
-
.#{$fa-css-prefix}-google-plus-g:before { content: fa-content($fa-var-google-plus-g); }
|
357 |
-
.#{$fa-css-prefix}-google-plus-square:before { content: fa-content($fa-var-google-plus-square); }
|
358 |
-
.#{$fa-css-prefix}-google-wallet:before { content: fa-content($fa-var-google-wallet); }
|
359 |
-
.#{$fa-css-prefix}-graduation-cap:before { content: fa-content($fa-var-graduation-cap); }
|
360 |
-
.#{$fa-css-prefix}-gratipay:before { content: fa-content($fa-var-gratipay); }
|
361 |
-
.#{$fa-css-prefix}-grav:before { content: fa-content($fa-var-grav); }
|
362 |
-
.#{$fa-css-prefix}-gripfire:before { content: fa-content($fa-var-gripfire); }
|
363 |
-
.#{$fa-css-prefix}-grunt:before { content: fa-content($fa-var-grunt); }
|
364 |
-
.#{$fa-css-prefix}-gulp:before { content: fa-content($fa-var-gulp); }
|
365 |
-
.#{$fa-css-prefix}-h-square:before { content: fa-content($fa-var-h-square); }
|
366 |
-
.#{$fa-css-prefix}-hacker-news:before { content: fa-content($fa-var-hacker-news); }
|
367 |
-
.#{$fa-css-prefix}-hacker-news-square:before { content: fa-content($fa-var-hacker-news-square); }
|
368 |
-
.#{$fa-css-prefix}-hand-lizard:before { content: fa-content($fa-var-hand-lizard); }
|
369 |
-
.#{$fa-css-prefix}-hand-paper:before { content: fa-content($fa-var-hand-paper); }
|
370 |
-
.#{$fa-css-prefix}-hand-peace:before { content: fa-content($fa-var-hand-peace); }
|
371 |
-
.#{$fa-css-prefix}-hand-point-down:before { content: fa-content($fa-var-hand-point-down); }
|
372 |
-
.#{$fa-css-prefix}-hand-point-left:before { content: fa-content($fa-var-hand-point-left); }
|
373 |
-
.#{$fa-css-prefix}-hand-point-right:before { content: fa-content($fa-var-hand-point-right); }
|
374 |
-
.#{$fa-css-prefix}-hand-point-up:before { content: fa-content($fa-var-hand-point-up); }
|
375 |
-
.#{$fa-css-prefix}-hand-pointer:before { content: fa-content($fa-var-hand-pointer); }
|
376 |
-
.#{$fa-css-prefix}-hand-rock:before { content: fa-content($fa-var-hand-rock); }
|
377 |
-
.#{$fa-css-prefix}-hand-scissors:before { content: fa-content($fa-var-hand-scissors); }
|
378 |
-
.#{$fa-css-prefix}-hand-spock:before { content: fa-content($fa-var-hand-spock); }
|
379 |
-
.#{$fa-css-prefix}-handshake:before { content: fa-content($fa-var-handshake); }
|
380 |
-
.#{$fa-css-prefix}-hashtag:before { content: fa-content($fa-var-hashtag); }
|
381 |
-
.#{$fa-css-prefix}-hdd:before { content: fa-content($fa-var-hdd); }
|
382 |
-
.#{$fa-css-prefix}-heading:before { content: fa-content($fa-var-heading); }
|
383 |
-
.#{$fa-css-prefix}-headphones:before { content: fa-content($fa-var-headphones); }
|
384 |
-
.#{$fa-css-prefix}-heart:before { content: fa-content($fa-var-heart); }
|
385 |
-
.#{$fa-css-prefix}-heartbeat:before { content: fa-content($fa-var-heartbeat); }
|
386 |
-
.#{$fa-css-prefix}-hips:before { content: fa-content($fa-var-hips); }
|
387 |
-
.#{$fa-css-prefix}-hire-a-helper:before { content: fa-content($fa-var-hire-a-helper); }
|
388 |
-
.#{$fa-css-prefix}-history:before { content: fa-content($fa-var-history); }
|
389 |
-
.#{$fa-css-prefix}-hockey-puck:before { content: fa-content($fa-var-hockey-puck); }
|
390 |
-
.#{$fa-css-prefix}-home:before { content: fa-content($fa-var-home); }
|
391 |
-
.#{$fa-css-prefix}-hooli:before { content: fa-content($fa-var-hooli); }
|
392 |
-
.#{$fa-css-prefix}-hospital:before { content: fa-content($fa-var-hospital); }
|
393 |
-
.#{$fa-css-prefix}-hospital-symbol:before { content: fa-content($fa-var-hospital-symbol); }
|
394 |
-
.#{$fa-css-prefix}-hotjar:before { content: fa-content($fa-var-hotjar); }
|
395 |
-
.#{$fa-css-prefix}-hourglass:before { content: fa-content($fa-var-hourglass); }
|
396 |
-
.#{$fa-css-prefix}-hourglass-end:before { content: fa-content($fa-var-hourglass-end); }
|
397 |
-
.#{$fa-css-prefix}-hourglass-half:before { content: fa-content($fa-var-hourglass-half); }
|
398 |
-
.#{$fa-css-prefix}-hourglass-start:before { content: fa-content($fa-var-hourglass-start); }
|
399 |
-
.#{$fa-css-prefix}-houzz:before { content: fa-content($fa-var-houzz); }
|
400 |
-
.#{$fa-css-prefix}-html5:before { content: fa-content($fa-var-html5); }
|
401 |
-
.#{$fa-css-prefix}-hubspot:before { content: fa-content($fa-var-hubspot); }
|
402 |
-
.#{$fa-css-prefix}-i-cursor:before { content: fa-content($fa-var-i-cursor); }
|
403 |
-
.#{$fa-css-prefix}-id-badge:before { content: fa-content($fa-var-id-badge); }
|
404 |
-
.#{$fa-css-prefix}-id-card:before { content: fa-content($fa-var-id-card); }
|
405 |
-
.#{$fa-css-prefix}-image:before { content: fa-content($fa-var-image); }
|
406 |
-
.#{$fa-css-prefix}-images:before { content: fa-content($fa-var-images); }
|
407 |
-
.#{$fa-css-prefix}-imdb:before { content: fa-content($fa-var-imdb); }
|
408 |
-
.#{$fa-css-prefix}-inbox:before { content: fa-content($fa-var-inbox); }
|
409 |
-
.#{$fa-css-prefix}-indent:before { content: fa-content($fa-var-indent); }
|
410 |
-
.#{$fa-css-prefix}-industry:before { content: fa-content($fa-var-industry); }
|
411 |
-
.#{$fa-css-prefix}-info:before { content: fa-content($fa-var-info); }
|
412 |
-
.#{$fa-css-prefix}-info-circle:before { content: fa-content($fa-var-info-circle); }
|
413 |
-
.#{$fa-css-prefix}-instagram:before { content: fa-content($fa-var-instagram); }
|
414 |
-
.#{$fa-css-prefix}-internet-explorer:before { content: fa-content($fa-var-internet-explorer); }
|
415 |
-
.#{$fa-css-prefix}-ioxhost:before { content: fa-content($fa-var-ioxhost); }
|
416 |
-
.#{$fa-css-prefix}-italic:before { content: fa-content($fa-var-italic); }
|
417 |
-
.#{$fa-css-prefix}-itunes:before { content: fa-content($fa-var-itunes); }
|
418 |
-
.#{$fa-css-prefix}-itunes-note:before { content: fa-content($fa-var-itunes-note); }
|
419 |
-
.#{$fa-css-prefix}-jenkins:before { content: fa-content($fa-var-jenkins); }
|
420 |
-
.#{$fa-css-prefix}-joget:before { content: fa-content($fa-var-joget); }
|
421 |
-
.#{$fa-css-prefix}-joomla:before { content: fa-content($fa-var-joomla); }
|
422 |
-
.#{$fa-css-prefix}-js:before { content: fa-content($fa-var-js); }
|
423 |
-
.#{$fa-css-prefix}-js-square:before { content: fa-content($fa-var-js-square); }
|
424 |
-
.#{$fa-css-prefix}-jsfiddle:before { content: fa-content($fa-var-jsfiddle); }
|
425 |
-
.#{$fa-css-prefix}-key:before { content: fa-content($fa-var-key); }
|
426 |
-
.#{$fa-css-prefix}-keyboard:before { content: fa-content($fa-var-keyboard); }
|
427 |
-
.#{$fa-css-prefix}-keycdn:before { content: fa-content($fa-var-keycdn); }
|
428 |
-
.#{$fa-css-prefix}-kickstarter:before { content: fa-content($fa-var-kickstarter); }
|
429 |
-
.#{$fa-css-prefix}-kickstarter-k:before { content: fa-content($fa-var-kickstarter-k); }
|
430 |
-
.#{$fa-css-prefix}-korvue:before { content: fa-content($fa-var-korvue); }
|
431 |
-
.#{$fa-css-prefix}-language:before { content: fa-content($fa-var-language); }
|
432 |
-
.#{$fa-css-prefix}-laptop:before { content: fa-content($fa-var-laptop); }
|
433 |
-
.#{$fa-css-prefix}-laravel:before { content: fa-content($fa-var-laravel); }
|
434 |
-
.#{$fa-css-prefix}-lastfm:before { content: fa-content($fa-var-lastfm); }
|
435 |
-
.#{$fa-css-prefix}-lastfm-square:before { content: fa-content($fa-var-lastfm-square); }
|
436 |
-
.#{$fa-css-prefix}-leaf:before { content: fa-content($fa-var-leaf); }
|
437 |
-
.#{$fa-css-prefix}-leanpub:before { content: fa-content($fa-var-leanpub); }
|
438 |
-
.#{$fa-css-prefix}-lemon:before { content: fa-content($fa-var-lemon); }
|
439 |
-
.#{$fa-css-prefix}-less:before { content: fa-content($fa-var-less); }
|
440 |
-
.#{$fa-css-prefix}-level-down-alt:before { content: fa-content($fa-var-level-down-alt); }
|
441 |
-
.#{$fa-css-prefix}-level-up-alt:before { content: fa-content($fa-var-level-up-alt); }
|
442 |
-
.#{$fa-css-prefix}-life-ring:before { content: fa-content($fa-var-life-ring); }
|
443 |
-
.#{$fa-css-prefix}-lightbulb:before { content: fa-content($fa-var-lightbulb); }
|
444 |
-
.#{$fa-css-prefix}-line:before { content: fa-content($fa-var-line); }
|
445 |
-
.#{$fa-css-prefix}-link:before { content: fa-content($fa-var-link); }
|
446 |
-
.#{$fa-css-prefix}-linkedin:before { content: fa-content($fa-var-linkedin); }
|
447 |
-
.#{$fa-css-prefix}-linkedin-in:before { content: fa-content($fa-var-linkedin-in); }
|
448 |
-
.#{$fa-css-prefix}-linode:before { content: fa-content($fa-var-linode); }
|
449 |
-
.#{$fa-css-prefix}-linux:before { content: fa-content($fa-var-linux); }
|
450 |
-
.#{$fa-css-prefix}-lira-sign:before { content: fa-content($fa-var-lira-sign); }
|
451 |
-
.#{$fa-css-prefix}-list:before { content: fa-content($fa-var-list); }
|
452 |
-
.#{$fa-css-prefix}-list-alt:before { content: fa-content($fa-var-list-alt); }
|
453 |
-
.#{$fa-css-prefix}-list-ol:before { content: fa-content($fa-var-list-ol); }
|
454 |
-
.#{$fa-css-prefix}-list-ul:before { content: fa-content($fa-var-list-ul); }
|
455 |
-
.#{$fa-css-prefix}-location-arrow:before { content: fa-content($fa-var-location-arrow); }
|
456 |
-
.#{$fa-css-prefix}-lock:before { content: fa-content($fa-var-lock); }
|
457 |
-
.#{$fa-css-prefix}-lock-open:before { content: fa-content($fa-var-lock-open); }
|
458 |
-
.#{$fa-css-prefix}-long-arrow-alt-down:before { content: fa-content($fa-var-long-arrow-alt-down); }
|
459 |
-
.#{$fa-css-prefix}-long-arrow-alt-left:before { content: fa-content($fa-var-long-arrow-alt-left); }
|
460 |
-
.#{$fa-css-prefix}-long-arrow-alt-right:before { content: fa-content($fa-var-long-arrow-alt-right); }
|
461 |
-
.#{$fa-css-prefix}-long-arrow-alt-up:before { content: fa-content($fa-var-long-arrow-alt-up); }
|
462 |
-
.#{$fa-css-prefix}-low-vision:before { content: fa-content($fa-var-low-vision); }
|
463 |
-
.#{$fa-css-prefix}-lyft:before { content: fa-content($fa-var-lyft); }
|
464 |
-
.#{$fa-css-prefix}-magento:before { content: fa-content($fa-var-magento); }
|
465 |
-
.#{$fa-css-prefix}-magic:before { content: fa-content($fa-var-magic); }
|
466 |
-
.#{$fa-css-prefix}-magnet:before { content: fa-content($fa-var-magnet); }
|
467 |
-
.#{$fa-css-prefix}-male:before { content: fa-content($fa-var-male); }
|
468 |
-
.#{$fa-css-prefix}-map:before { content: fa-content($fa-var-map); }
|
469 |
-
.#{$fa-css-prefix}-map-marker:before { content: fa-content($fa-var-map-marker); }
|
470 |
-
.#{$fa-css-prefix}-map-marker-alt:before { content: fa-content($fa-var-map-marker-alt); }
|
471 |
-
.#{$fa-css-prefix}-map-pin:before { content: fa-content($fa-var-map-pin); }
|
472 |
-
.#{$fa-css-prefix}-map-signs:before { content: fa-content($fa-var-map-signs); }
|
473 |
-
.#{$fa-css-prefix}-mars:before { content: fa-content($fa-var-mars); }
|
474 |
-
.#{$fa-css-prefix}-mars-double:before { content: fa-content($fa-var-mars-double); }
|
475 |
-
.#{$fa-css-prefix}-mars-stroke:before { content: fa-content($fa-var-mars-stroke); }
|
476 |
-
.#{$fa-css-prefix}-mars-stroke-h:before { content: fa-content($fa-var-mars-stroke-h); }
|
477 |
-
.#{$fa-css-prefix}-mars-stroke-v:before { content: fa-content($fa-var-mars-stroke-v); }
|
478 |
-
.#{$fa-css-prefix}-maxcdn:before { content: fa-content($fa-var-maxcdn); }
|
479 |
-
.#{$fa-css-prefix}-medapps:before { content: fa-content($fa-var-medapps); }
|
480 |
-
.#{$fa-css-prefix}-medium:before { content: fa-content($fa-var-medium); }
|
481 |
-
.#{$fa-css-prefix}-medium-m:before { content: fa-content($fa-var-medium-m); }
|
482 |
-
.#{$fa-css-prefix}-medkit:before { content: fa-content($fa-var-medkit); }
|
483 |
-
.#{$fa-css-prefix}-medrt:before { content: fa-content($fa-var-medrt); }
|
484 |
-
.#{$fa-css-prefix}-meetup:before { content: fa-content($fa-var-meetup); }
|
485 |
-
.#{$fa-css-prefix}-meh:before { content: fa-content($fa-var-meh); }
|
486 |
-
.#{$fa-css-prefix}-mercury:before { content: fa-content($fa-var-mercury); }
|
487 |
-
.#{$fa-css-prefix}-microchip:before { content: fa-content($fa-var-microchip); }
|
488 |
-
.#{$fa-css-prefix}-microphone:before { content: fa-content($fa-var-microphone); }
|
489 |
-
.#{$fa-css-prefix}-microphone-slash:before { content: fa-content($fa-var-microphone-slash); }
|
490 |
-
.#{$fa-css-prefix}-microsoft:before { content: fa-content($fa-var-microsoft); }
|
491 |
-
.#{$fa-css-prefix}-minus:before { content: fa-content($fa-var-minus); }
|
492 |
-
.#{$fa-css-prefix}-minus-circle:before { content: fa-content($fa-var-minus-circle); }
|
493 |
-
.#{$fa-css-prefix}-minus-square:before { content: fa-content($fa-var-minus-square); }
|
494 |
-
.#{$fa-css-prefix}-mix:before { content: fa-content($fa-var-mix); }
|
495 |
-
.#{$fa-css-prefix}-mixcloud:before { content: fa-content($fa-var-mixcloud); }
|
496 |
-
.#{$fa-css-prefix}-mizuni:before { content: fa-content($fa-var-mizuni); }
|
497 |
-
.#{$fa-css-prefix}-mobile:before { content: fa-content($fa-var-mobile); }
|
498 |
-
.#{$fa-css-prefix}-mobile-alt:before { content: fa-content($fa-var-mobile-alt); }
|
499 |
-
.#{$fa-css-prefix}-modx:before { content: fa-content($fa-var-modx); }
|
500 |
-
.#{$fa-css-prefix}-monero:before { content: fa-content($fa-var-monero); }
|
501 |
-
.#{$fa-css-prefix}-money-bill-alt:before { content: fa-content($fa-var-money-bill-alt); }
|
502 |
-
.#{$fa-css-prefix}-moon:before { content: fa-content($fa-var-moon); }
|
503 |
-
.#{$fa-css-prefix}-motorcycle:before { content: fa-content($fa-var-motorcycle); }
|
504 |
-
.#{$fa-css-prefix}-mouse-pointer:before { content: fa-content($fa-var-mouse-pointer); }
|
505 |
-
.#{$fa-css-prefix}-music:before { content: fa-content($fa-var-music); }
|
506 |
-
.#{$fa-css-prefix}-napster:before { content: fa-content($fa-var-napster); }
|
507 |
-
.#{$fa-css-prefix}-neuter:before { content: fa-content($fa-var-neuter); }
|
508 |
-
.#{$fa-css-prefix}-newspaper:before { content: fa-content($fa-var-newspaper); }
|
509 |
-
.#{$fa-css-prefix}-nintendo-switch:before { content: fa-content($fa-var-nintendo-switch); }
|
510 |
-
.#{$fa-css-prefix}-node:before { content: fa-content($fa-var-node); }
|
511 |
-
.#{$fa-css-prefix}-node-js:before { content: fa-content($fa-var-node-js); }
|
512 |
-
.#{$fa-css-prefix}-npm:before { content: fa-content($fa-var-npm); }
|
513 |
-
.#{$fa-css-prefix}-ns8:before { content: fa-content($fa-var-ns8); }
|
514 |
-
.#{$fa-css-prefix}-nutritionix:before { content: fa-content($fa-var-nutritionix); }
|
515 |
-
.#{$fa-css-prefix}-object-group:before { content: fa-content($fa-var-object-group); }
|
516 |
-
.#{$fa-css-prefix}-object-ungroup:before { content: fa-content($fa-var-object-ungroup); }
|
517 |
-
.#{$fa-css-prefix}-odnoklassniki:before { content: fa-content($fa-var-odnoklassniki); }
|
518 |
-
.#{$fa-css-prefix}-odnoklassniki-square:before { content: fa-content($fa-var-odnoklassniki-square); }
|
519 |
-
.#{$fa-css-prefix}-opencart:before { content: fa-content($fa-var-opencart); }
|
520 |
-
.#{$fa-css-prefix}-openid:before { content: fa-content($fa-var-openid); }
|
521 |
-
.#{$fa-css-prefix}-opera:before { content: fa-content($fa-var-opera); }
|
522 |
-
.#{$fa-css-prefix}-optin-monster:before { content: fa-content($fa-var-optin-monster); }
|
523 |
-
.#{$fa-css-prefix}-osi:before { content: fa-content($fa-var-osi); }
|
524 |
-
.#{$fa-css-prefix}-outdent:before { content: fa-content($fa-var-outdent); }
|
525 |
-
.#{$fa-css-prefix}-page4:before { content: fa-content($fa-var-page4); }
|
526 |
-
.#{$fa-css-prefix}-pagelines:before { content: fa-content($fa-var-pagelines); }
|
527 |
-
.#{$fa-css-prefix}-paint-brush:before { content: fa-content($fa-var-paint-brush); }
|
528 |
-
.#{$fa-css-prefix}-palfed:before { content: fa-content($fa-var-palfed); }
|
529 |
-
.#{$fa-css-prefix}-pallet:before { content: fa-content($fa-var-pallet); }
|
530 |
-
.#{$fa-css-prefix}-paper-plane:before { content: fa-content($fa-var-paper-plane); }
|
531 |
-
.#{$fa-css-prefix}-paperclip:before { content: fa-content($fa-var-paperclip); }
|
532 |
-
.#{$fa-css-prefix}-paragraph:before { content: fa-content($fa-var-paragraph); }
|
533 |
-
.#{$fa-css-prefix}-paste:before { content: fa-content($fa-var-paste); }
|
534 |
-
.#{$fa-css-prefix}-patreon:before { content: fa-content($fa-var-patreon); }
|
535 |
-
.#{$fa-css-prefix}-pause:before { content: fa-content($fa-var-pause); }
|
536 |
-
.#{$fa-css-prefix}-pause-circle:before { content: fa-content($fa-var-pause-circle); }
|
537 |
-
.#{$fa-css-prefix}-paw:before { content: fa-content($fa-var-paw); }
|
538 |
-
.#{$fa-css-prefix}-paypal:before { content: fa-content($fa-var-paypal); }
|
539 |
-
.#{$fa-css-prefix}-pen-square:before { content: fa-content($fa-var-pen-square); }
|
540 |
-
.#{$fa-css-prefix}-pencil-alt:before { content: fa-content($fa-var-pencil-alt); }
|
541 |
-
.#{$fa-css-prefix}-percent:before { content: fa-content($fa-var-percent); }
|
542 |
-
.#{$fa-css-prefix}-periscope:before { content: fa-content($fa-var-periscope); }
|
543 |
-
.#{$fa-css-prefix}-phabricator:before { content: fa-content($fa-var-phabricator); }
|
544 |
-
.#{$fa-css-prefix}-phoenix-framework:before { content: fa-content($fa-var-phoenix-framework); }
|
545 |
-
.#{$fa-css-prefix}-phone:before { content: fa-content($fa-var-phone); }
|
546 |
-
.#{$fa-css-prefix}-phone-square:before { content: fa-content($fa-var-phone-square); }
|
547 |
-
.#{$fa-css-prefix}-phone-volume:before { content: fa-content($fa-var-phone-volume); }
|
548 |
-
.#{$fa-css-prefix}-php:before { content: fa-content($fa-var-php); }
|
549 |
-
.#{$fa-css-prefix}-pied-piper:before { content: fa-content($fa-var-pied-piper); }
|
550 |
-
.#{$fa-css-prefix}-pied-piper-alt:before { content: fa-content($fa-var-pied-piper-alt); }
|
551 |
-
.#{$fa-css-prefix}-pied-piper-pp:before { content: fa-content($fa-var-pied-piper-pp); }
|
552 |
-
.#{$fa-css-prefix}-pills:before { content: fa-content($fa-var-pills); }
|
553 |
-
.#{$fa-css-prefix}-pinterest:before { content: fa-content($fa-var-pinterest); }
|
554 |
-
.#{$fa-css-prefix}-pinterest-p:before { content: fa-content($fa-var-pinterest-p); }
|
555 |
-
.#{$fa-css-prefix}-pinterest-square:before { content: fa-content($fa-var-pinterest-square); }
|
556 |
-
.#{$fa-css-prefix}-plane:before { content: fa-content($fa-var-plane); }
|
557 |
-
.#{$fa-css-prefix}-play:before { content: fa-content($fa-var-play); }
|
558 |
-
.#{$fa-css-prefix}-play-circle:before { content: fa-content($fa-var-play-circle); }
|
559 |
-
.#{$fa-css-prefix}-playstation:before { content: fa-content($fa-var-playstation); }
|
560 |
-
.#{$fa-css-prefix}-plug:before { content: fa-content($fa-var-plug); }
|
561 |
-
.#{$fa-css-prefix}-plus:before { content: fa-content($fa-var-plus); }
|
562 |
-
.#{$fa-css-prefix}-plus-circle:before { content: fa-content($fa-var-plus-circle); }
|
563 |
-
.#{$fa-css-prefix}-plus-square:before { content: fa-content($fa-var-plus-square); }
|
564 |
-
.#{$fa-css-prefix}-podcast:before { content: fa-content($fa-var-podcast); }
|
565 |
-
.#{$fa-css-prefix}-pound-sign:before { content: fa-content($fa-var-pound-sign); }
|
566 |
-
.#{$fa-css-prefix}-power-off:before { content: fa-content($fa-var-power-off); }
|
567 |
-
.#{$fa-css-prefix}-print:before { content: fa-content($fa-var-print); }
|
568 |
-
.#{$fa-css-prefix}-product-hunt:before { content: fa-content($fa-var-product-hunt); }
|
569 |
-
.#{$fa-css-prefix}-pushed:before { content: fa-content($fa-var-pushed); }
|
570 |
-
.#{$fa-css-prefix}-puzzle-piece:before { content: fa-content($fa-var-puzzle-piece); }
|
571 |
-
.#{$fa-css-prefix}-python:before { content: fa-content($fa-var-python); }
|
572 |
-
.#{$fa-css-prefix}-qq:before { content: fa-content($fa-var-qq); }
|
573 |
-
.#{$fa-css-prefix}-qrcode:before { content: fa-content($fa-var-qrcode); }
|
574 |
-
.#{$fa-css-prefix}-question:before { content: fa-content($fa-var-question); }
|
575 |
-
.#{$fa-css-prefix}-question-circle:before { content: fa-content($fa-var-question-circle); }
|
576 |
-
.#{$fa-css-prefix}-quidditch:before { content: fa-content($fa-var-quidditch); }
|
577 |
-
.#{$fa-css-prefix}-quinscape:before { content: fa-content($fa-var-quinscape); }
|
578 |
-
.#{$fa-css-prefix}-quora:before { content: fa-content($fa-var-quora); }
|
579 |
-
.#{$fa-css-prefix}-quote-left:before { content: fa-content($fa-var-quote-left); }
|
580 |
-
.#{$fa-css-prefix}-quote-right:before { content: fa-content($fa-var-quote-right); }
|
581 |
-
.#{$fa-css-prefix}-random:before { content: fa-content($fa-var-random); }
|
582 |
-
.#{$fa-css-prefix}-ravelry:before { content: fa-content($fa-var-ravelry); }
|
583 |
-
.#{$fa-css-prefix}-react:before { content: fa-content($fa-var-react); }
|
584 |
-
.#{$fa-css-prefix}-rebel:before { content: fa-content($fa-var-rebel); }
|
585 |
-
.#{$fa-css-prefix}-recycle:before { content: fa-content($fa-var-recycle); }
|
586 |
-
.#{$fa-css-prefix}-red-river:before { content: fa-content($fa-var-red-river); }
|
587 |
-
.#{$fa-css-prefix}-reddit:before { content: fa-content($fa-var-reddit); }
|
588 |
-
.#{$fa-css-prefix}-reddit-alien:before { content: fa-content($fa-var-reddit-alien); }
|
589 |
-
.#{$fa-css-prefix}-reddit-square:before { content: fa-content($fa-var-reddit-square); }
|
590 |
-
.#{$fa-css-prefix}-redo:before { content: fa-content($fa-var-redo); }
|
591 |
-
.#{$fa-css-prefix}-redo-alt:before { content: fa-content($fa-var-redo-alt); }
|
592 |
-
.#{$fa-css-prefix}-registered:before { content: fa-content($fa-var-registered); }
|
593 |
-
.#{$fa-css-prefix}-rendact:before { content: fa-content($fa-var-rendact); }
|
594 |
-
.#{$fa-css-prefix}-renren:before { content: fa-content($fa-var-renren); }
|
595 |
-
.#{$fa-css-prefix}-reply:before { content: fa-content($fa-var-reply); }
|
596 |
-
.#{$fa-css-prefix}-reply-all:before { content: fa-content($fa-var-reply-all); }
|
597 |
-
.#{$fa-css-prefix}-replyd:before { content: fa-content($fa-var-replyd); }
|
598 |
-
.#{$fa-css-prefix}-resolving:before { content: fa-content($fa-var-resolving); }
|
599 |
-
.#{$fa-css-prefix}-retweet:before { content: fa-content($fa-var-retweet); }
|
600 |
-
.#{$fa-css-prefix}-road:before { content: fa-content($fa-var-road); }
|
601 |
-
.#{$fa-css-prefix}-rocket:before { content: fa-content($fa-var-rocket); }
|
602 |
-
.#{$fa-css-prefix}-rocketchat:before { content: fa-content($fa-var-rocketchat); }
|
603 |
-
.#{$fa-css-prefix}-rockrms:before { content: fa-content($fa-var-rockrms); }
|
604 |
-
.#{$fa-css-prefix}-rss:before { content: fa-content($fa-var-rss); }
|
605 |
-
.#{$fa-css-prefix}-rss-square:before { content: fa-content($fa-var-rss-square); }
|
606 |
-
.#{$fa-css-prefix}-ruble-sign:before { content: fa-content($fa-var-ruble-sign); }
|
607 |
-
.#{$fa-css-prefix}-rupee-sign:before { content: fa-content($fa-var-rupee-sign); }
|
608 |
-
.#{$fa-css-prefix}-safari:before { content: fa-content($fa-var-safari); }
|
609 |
-
.#{$fa-css-prefix}-sass:before { content: fa-content($fa-var-sass); }
|
610 |
-
.#{$fa-css-prefix}-save:before { content: fa-content($fa-var-save); }
|
611 |
-
.#{$fa-css-prefix}-schlix:before { content: fa-content($fa-var-schlix); }
|
612 |
-
.#{$fa-css-prefix}-scribd:before { content: fa-content($fa-var-scribd); }
|
613 |
-
.#{$fa-css-prefix}-search:before { content: fa-content($fa-var-search); }
|
614 |
-
.#{$fa-css-prefix}-search-minus:before { content: fa-content($fa-var-search-minus); }
|
615 |
-
.#{$fa-css-prefix}-search-plus:before { content: fa-content($fa-var-search-plus); }
|
616 |
-
.#{$fa-css-prefix}-searchengin:before { content: fa-content($fa-var-searchengin); }
|
617 |
-
.#{$fa-css-prefix}-sellcast:before { content: fa-content($fa-var-sellcast); }
|
618 |
-
.#{$fa-css-prefix}-sellsy:before { content: fa-content($fa-var-sellsy); }
|
619 |
-
.#{$fa-css-prefix}-server:before { content: fa-content($fa-var-server); }
|
620 |
-
.#{$fa-css-prefix}-servicestack:before { content: fa-content($fa-var-servicestack); }
|
621 |
-
.#{$fa-css-prefix}-share:before { content: fa-content($fa-var-share); }
|
622 |
-
.#{$fa-css-prefix}-share-alt:before { content: fa-content($fa-var-share-alt); }
|
623 |
-
.#{$fa-css-prefix}-share-alt-square:before { content: fa-content($fa-var-share-alt-square); }
|
624 |
-
.#{$fa-css-prefix}-share-square:before { content: fa-content($fa-var-share-square); }
|
625 |
-
.#{$fa-css-prefix}-shekel-sign:before { content: fa-content($fa-var-shekel-sign); }
|
626 |
-
.#{$fa-css-prefix}-shield-alt:before { content: fa-content($fa-var-shield-alt); }
|
627 |
-
.#{$fa-css-prefix}-ship:before { content: fa-content($fa-var-ship); }
|
628 |
-
.#{$fa-css-prefix}-shipping-fast:before { content: fa-content($fa-var-shipping-fast); }
|
629 |
-
.#{$fa-css-prefix}-shirtsinbulk:before { content: fa-content($fa-var-shirtsinbulk); }
|
630 |
-
.#{$fa-css-prefix}-shopping-bag:before { content: fa-content($fa-var-shopping-bag); }
|
631 |
-
.#{$fa-css-prefix}-shopping-basket:before { content: fa-content($fa-var-shopping-basket); }
|
632 |
-
.#{$fa-css-prefix}-shopping-cart:before { content: fa-content($fa-var-shopping-cart); }
|
633 |
-
.#{$fa-css-prefix}-shower:before { content: fa-content($fa-var-shower); }
|
634 |
-
.#{$fa-css-prefix}-sign-in-alt:before { content: fa-content($fa-var-sign-in-alt); }
|
635 |
-
.#{$fa-css-prefix}-sign-language:before { content: fa-content($fa-var-sign-language); }
|
636 |
-
.#{$fa-css-prefix}-sign-out-alt:before { content: fa-content($fa-var-sign-out-alt); }
|
637 |
-
.#{$fa-css-prefix}-signal:before { content: fa-content($fa-var-signal); }
|
638 |
-
.#{$fa-css-prefix}-simplybuilt:before { content: fa-content($fa-var-simplybuilt); }
|
639 |
-
.#{$fa-css-prefix}-sistrix:before { content: fa-content($fa-var-sistrix); }
|
640 |
-
.#{$fa-css-prefix}-sitemap:before { content: fa-content($fa-var-sitemap); }
|
641 |
-
.#{$fa-css-prefix}-skyatlas:before { content: fa-content($fa-var-skyatlas); }
|
642 |
-
.#{$fa-css-prefix}-skype:before { content: fa-content($fa-var-skype); }
|
643 |
-
.#{$fa-css-prefix}-slack:before { content: fa-content($fa-var-slack); }
|
644 |
-
.#{$fa-css-prefix}-slack-hash:before { content: fa-content($fa-var-slack-hash); }
|
645 |
-
.#{$fa-css-prefix}-sliders-h:before { content: fa-content($fa-var-sliders-h); }
|
646 |
-
.#{$fa-css-prefix}-slideshare:before { content: fa-content($fa-var-slideshare); }
|
647 |
-
.#{$fa-css-prefix}-smile:before { content: fa-content($fa-var-smile); }
|
648 |
-
.#{$fa-css-prefix}-snapchat:before { content: fa-content($fa-var-snapchat); }
|
649 |
-
.#{$fa-css-prefix}-snapchat-ghost:before { content: fa-content($fa-var-snapchat-ghost); }
|
650 |
-
.#{$fa-css-prefix}-snapchat-square:before { content: fa-content($fa-var-snapchat-square); }
|
651 |
-
.#{$fa-css-prefix}-snowflake:before { content: fa-content($fa-var-snowflake); }
|
652 |
-
.#{$fa-css-prefix}-sort:before { content: fa-content($fa-var-sort); }
|
653 |
-
.#{$fa-css-prefix}-sort-alpha-down:before { content: fa-content($fa-var-sort-alpha-down); }
|
654 |
-
.#{$fa-css-prefix}-sort-alpha-up:before { content: fa-content($fa-var-sort-alpha-up); }
|
655 |
-
.#{$fa-css-prefix}-sort-amount-down:before { content: fa-content($fa-var-sort-amount-down); }
|
656 |
-
.#{$fa-css-prefix}-sort-amount-up:before { content: fa-content($fa-var-sort-amount-up); }
|
657 |
-
.#{$fa-css-prefix}-sort-down:before { content: fa-content($fa-var-sort-down); }
|
658 |
-
.#{$fa-css-prefix}-sort-numeric-down:before { content: fa-content($fa-var-sort-numeric-down); }
|
659 |
-
.#{$fa-css-prefix}-sort-numeric-up:before { content: fa-content($fa-var-sort-numeric-up); }
|
660 |
-
.#{$fa-css-prefix}-sort-up:before { content: fa-content($fa-var-sort-up); }
|
661 |
-
.#{$fa-css-prefix}-soundcloud:before { content: fa-content($fa-var-soundcloud); }
|
662 |
-
.#{$fa-css-prefix}-space-shuttle:before { content: fa-content($fa-var-space-shuttle); }
|
663 |
-
.#{$fa-css-prefix}-speakap:before { content: fa-content($fa-var-speakap); }
|
664 |
-
.#{$fa-css-prefix}-spinner:before { content: fa-content($fa-var-spinner); }
|
665 |
-
.#{$fa-css-prefix}-spotify:before { content: fa-content($fa-var-spotify); }
|
666 |
-
.#{$fa-css-prefix}-square:before { content: fa-content($fa-var-square); }
|
667 |
-
.#{$fa-css-prefix}-square-full:before { content: fa-content($fa-var-square-full); }
|
668 |
-
.#{$fa-css-prefix}-stack-exchange:before { content: fa-content($fa-var-stack-exchange); }
|
669 |
-
.#{$fa-css-prefix}-stack-overflow:before { content: fa-content($fa-var-stack-overflow); }
|
670 |
-
.#{$fa-css-prefix}-star:before { content: fa-content($fa-var-star); }
|
671 |
-
.#{$fa-css-prefix}-star-half:before { content: fa-content($fa-var-star-half); }
|
672 |
-
.#{$fa-css-prefix}-staylinked:before { content: fa-content($fa-var-staylinked); }
|
673 |
-
.#{$fa-css-prefix}-steam:before { content: fa-content($fa-var-steam); }
|
674 |
-
.#{$fa-css-prefix}-steam-square:before { content: fa-content($fa-var-steam-square); }
|
675 |
-
.#{$fa-css-prefix}-steam-symbol:before { content: fa-content($fa-var-steam-symbol); }
|
676 |
-
.#{$fa-css-prefix}-step-backward:before { content: fa-content($fa-var-step-backward); }
|
677 |
-
.#{$fa-css-prefix}-step-forward:before { content: fa-content($fa-var-step-forward); }
|
678 |
-
.#{$fa-css-prefix}-stethoscope:before { content: fa-content($fa-var-stethoscope); }
|
679 |
-
.#{$fa-css-prefix}-sticker-mule:before { content: fa-content($fa-var-sticker-mule); }
|
680 |
-
.#{$fa-css-prefix}-sticky-note:before { content: fa-content($fa-var-sticky-note); }
|
681 |
-
.#{$fa-css-prefix}-stop:before { content: fa-content($fa-var-stop); }
|
682 |
-
.#{$fa-css-prefix}-stop-circle:before { content: fa-content($fa-var-stop-circle); }
|
683 |
-
.#{$fa-css-prefix}-stopwatch:before { content: fa-content($fa-var-stopwatch); }
|
684 |
-
.#{$fa-css-prefix}-strava:before { content: fa-content($fa-var-strava); }
|
685 |
-
.#{$fa-css-prefix}-street-view:before { content: fa-content($fa-var-street-view); }
|
686 |
-
.#{$fa-css-prefix}-strikethrough:before { content: fa-content($fa-var-strikethrough); }
|
687 |
-
.#{$fa-css-prefix}-stripe:before { content: fa-content($fa-var-stripe); }
|
688 |
-
.#{$fa-css-prefix}-stripe-s:before { content: fa-content($fa-var-stripe-s); }
|
689 |
-
.#{$fa-css-prefix}-studiovinari:before { content: fa-content($fa-var-studiovinari); }
|
690 |
-
.#{$fa-css-prefix}-stumbleupon:before { content: fa-content($fa-var-stumbleupon); }
|
691 |
-
.#{$fa-css-prefix}-stumbleupon-circle:before { content: fa-content($fa-var-stumbleupon-circle); }
|
692 |
-
.#{$fa-css-prefix}-subscript:before { content: fa-content($fa-var-subscript); }
|
693 |
-
.#{$fa-css-prefix}-subway:before { content: fa-content($fa-var-subway); }
|
694 |
-
.#{$fa-css-prefix}-suitcase:before { content: fa-content($fa-var-suitcase); }
|
695 |
-
.#{$fa-css-prefix}-sun:before { content: fa-content($fa-var-sun); }
|
696 |
-
.#{$fa-css-prefix}-superpowers:before { content: fa-content($fa-var-superpowers); }
|
697 |
-
.#{$fa-css-prefix}-superscript:before { content: fa-content($fa-var-superscript); }
|
698 |
-
.#{$fa-css-prefix}-supple:before { content: fa-content($fa-var-supple); }
|
699 |
-
.#{$fa-css-prefix}-sync:before { content: fa-content($fa-var-sync); }
|
700 |
-
.#{$fa-css-prefix}-sync-alt:before { content: fa-content($fa-var-sync-alt); }
|
701 |
-
.#{$fa-css-prefix}-syringe:before { content: fa-content($fa-var-syringe); }
|
702 |
-
.#{$fa-css-prefix}-table:before { content: fa-content($fa-var-table); }
|
703 |
-
.#{$fa-css-prefix}-table-tennis:before { content: fa-content($fa-var-table-tennis); }
|
704 |
-
.#{$fa-css-prefix}-tablet:before { content: fa-content($fa-var-tablet); }
|
705 |
-
.#{$fa-css-prefix}-tablet-alt:before { content: fa-content($fa-var-tablet-alt); }
|
706 |
-
.#{$fa-css-prefix}-tachometer-alt:before { content: fa-content($fa-var-tachometer-alt); }
|
707 |
-
.#{$fa-css-prefix}-tag:before { content: fa-content($fa-var-tag); }
|
708 |
-
.#{$fa-css-prefix}-tags:before { content: fa-content($fa-var-tags); }
|
709 |
-
.#{$fa-css-prefix}-tasks:before { content: fa-content($fa-var-tasks); }
|
710 |
-
.#{$fa-css-prefix}-taxi:before { content: fa-content($fa-var-taxi); }
|
711 |
-
.#{$fa-css-prefix}-telegram:before { content: fa-content($fa-var-telegram); }
|
712 |
-
.#{$fa-css-prefix}-telegram-plane:before { content: fa-content($fa-var-telegram-plane); }
|
713 |
-
.#{$fa-css-prefix}-tencent-weibo:before { content: fa-content($fa-var-tencent-weibo); }
|
714 |
-
.#{$fa-css-prefix}-terminal:before { content: fa-content($fa-var-terminal); }
|
715 |
-
.#{$fa-css-prefix}-text-height:before { content: fa-content($fa-var-text-height); }
|
716 |
-
.#{$fa-css-prefix}-text-width:before { content: fa-content($fa-var-text-width); }
|
717 |
-
.#{$fa-css-prefix}-th:before { content: fa-content($fa-var-th); }
|
718 |
-
.#{$fa-css-prefix}-th-large:before { content: fa-content($fa-var-th-large); }
|
719 |
-
.#{$fa-css-prefix}-th-list:before { content: fa-content($fa-var-th-list); }
|
720 |
-
.#{$fa-css-prefix}-themeisle:before { content: fa-content($fa-var-themeisle); }
|
721 |
-
.#{$fa-css-prefix}-thermometer:before { content: fa-content($fa-var-thermometer); }
|
722 |
-
.#{$fa-css-prefix}-thermometer-empty:before { content: fa-content($fa-var-thermometer-empty); }
|
723 |
-
.#{$fa-css-prefix}-thermometer-full:before { content: fa-content($fa-var-thermometer-full); }
|
724 |
-
.#{$fa-css-prefix}-thermometer-half:before { content: fa-content($fa-var-thermometer-half); }
|
725 |
-
.#{$fa-css-prefix}-thermometer-quarter:before { content: fa-content($fa-var-thermometer-quarter); }
|
726 |
-
.#{$fa-css-prefix}-thermometer-three-quarters:before { content: fa-content($fa-var-thermometer-three-quarters); }
|
727 |
-
.#{$fa-css-prefix}-thumbs-down:before { content: fa-content($fa-var-thumbs-down); }
|
728 |
-
.#{$fa-css-prefix}-thumbs-up:before { content: fa-content($fa-var-thumbs-up); }
|
729 |
-
.#{$fa-css-prefix}-thumbtack:before { content: fa-content($fa-var-thumbtack); }
|
730 |
-
.#{$fa-css-prefix}-ticket-alt:before { content: fa-content($fa-var-ticket-alt); }
|
731 |
-
.#{$fa-css-prefix}-times:before { content: fa-content($fa-var-times); }
|
732 |
-
.#{$fa-css-prefix}-times-circle:before { content: fa-content($fa-var-times-circle); }
|
733 |
-
.#{$fa-css-prefix}-tint:before { content: fa-content($fa-var-tint); }
|
734 |
-
.#{$fa-css-prefix}-toggle-off:before { content: fa-content($fa-var-toggle-off); }
|
735 |
-
.#{$fa-css-prefix}-toggle-on:before { content: fa-content($fa-var-toggle-on); }
|
736 |
-
.#{$fa-css-prefix}-trademark:before { content: fa-content($fa-var-trademark); }
|
737 |
-
.#{$fa-css-prefix}-train:before { content: fa-content($fa-var-train); }
|
738 |
-
.#{$fa-css-prefix}-transgender:before { content: fa-content($fa-var-transgender); }
|
739 |
-
.#{$fa-css-prefix}-transgender-alt:before { content: fa-content($fa-var-transgender-alt); }
|
740 |
-
.#{$fa-css-prefix}-trash:before { content: fa-content($fa-var-trash); }
|
741 |
-
.#{$fa-css-prefix}-trash-alt:before { content: fa-content($fa-var-trash-alt); }
|
742 |
-
.#{$fa-css-prefix}-tree:before { content: fa-content($fa-var-tree); }
|
743 |
-
.#{$fa-css-prefix}-trello:before { content: fa-content($fa-var-trello); }
|
744 |
-
.#{$fa-css-prefix}-tripadvisor:before { content: fa-content($fa-var-tripadvisor); }
|
745 |
-
.#{$fa-css-prefix}-trophy:before { content: fa-content($fa-var-trophy); }
|
746 |
-
.#{$fa-css-prefix}-truck:before { content: fa-content($fa-var-truck); }
|
747 |
-
.#{$fa-css-prefix}-tty:before { content: fa-content($fa-var-tty); }
|
748 |
-
.#{$fa-css-prefix}-tumblr:before { content: fa-content($fa-var-tumblr); }
|
749 |
-
.#{$fa-css-prefix}-tumblr-square:before { content: fa-content($fa-var-tumblr-square); }
|
750 |
-
.#{$fa-css-prefix}-tv:before { content: fa-content($fa-var-tv); }
|
751 |
-
.#{$fa-css-prefix}-twitch:before { content: fa-content($fa-var-twitch); }
|
752 |
-
.#{$fa-css-prefix}-twitter:before { content: fa-content($fa-var-twitter); }
|
753 |
-
.#{$fa-css-prefix}-twitter-square:before { content: fa-content($fa-var-twitter-square); }
|
754 |
-
.#{$fa-css-prefix}-typo3:before { content: fa-content($fa-var-typo3); }
|
755 |
-
.#{$fa-css-prefix}-uber:before { content: fa-content($fa-var-uber); }
|
756 |
-
.#{$fa-css-prefix}-uikit:before { content: fa-content($fa-var-uikit); }
|
757 |
-
.#{$fa-css-prefix}-umbrella:before { content: fa-content($fa-var-umbrella); }
|
758 |
-
.#{$fa-css-prefix}-underline:before { content: fa-content($fa-var-underline); }
|
759 |
-
.#{$fa-css-prefix}-undo:before { content: fa-content($fa-var-undo); }
|
760 |
-
.#{$fa-css-prefix}-undo-alt:before { content: fa-content($fa-var-undo-alt); }
|
761 |
-
.#{$fa-css-prefix}-uniregistry:before { content: fa-content($fa-var-uniregistry); }
|
762 |
-
.#{$fa-css-prefix}-universal-access:before { content: fa-content($fa-var-universal-access); }
|
763 |
-
.#{$fa-css-prefix}-university:before { content: fa-content($fa-var-university); }
|
764 |
-
.#{$fa-css-prefix}-unlink:before { content: fa-content($fa-var-unlink); }
|
765 |
-
.#{$fa-css-prefix}-unlock:before { content: fa-content($fa-var-unlock); }
|
766 |
-
.#{$fa-css-prefix}-unlock-alt:before { content: fa-content($fa-var-unlock-alt); }
|
767 |
-
.#{$fa-css-prefix}-untappd:before { content: fa-content($fa-var-untappd); }
|
768 |
-
.#{$fa-css-prefix}-upload:before { content: fa-content($fa-var-upload); }
|
769 |
-
.#{$fa-css-prefix}-usb:before { content: fa-content($fa-var-usb); }
|
770 |
-
.#{$fa-css-prefix}-user:before { content: fa-content($fa-var-user); }
|
771 |
-
.#{$fa-css-prefix}-user-circle:before { content: fa-content($fa-var-user-circle); }
|
772 |
-
.#{$fa-css-prefix}-user-md:before { content: fa-content($fa-var-user-md); }
|
773 |
-
.#{$fa-css-prefix}-user-plus:before { content: fa-content($fa-var-user-plus); }
|
774 |
-
.#{$fa-css-prefix}-user-secret:before { content: fa-content($fa-var-user-secret); }
|
775 |
-
.#{$fa-css-prefix}-user-times:before { content: fa-content($fa-var-user-times); }
|
776 |
-
.#{$fa-css-prefix}-users:before { content: fa-content($fa-var-users); }
|
777 |
-
.#{$fa-css-prefix}-ussunnah:before { content: fa-content($fa-var-ussunnah); }
|
778 |
-
.#{$fa-css-prefix}-utensil-spoon:before { content: fa-content($fa-var-utensil-spoon); }
|
779 |
-
.#{$fa-css-prefix}-utensils:before { content: fa-content($fa-var-utensils); }
|
780 |
-
.#{$fa-css-prefix}-vaadin:before { content: fa-content($fa-var-vaadin); }
|
781 |
-
.#{$fa-css-prefix}-venus:before { content: fa-content($fa-var-venus); }
|
782 |
-
.#{$fa-css-prefix}-venus-double:before { content: fa-content($fa-var-venus-double); }
|
783 |
-
.#{$fa-css-prefix}-venus-mars:before { content: fa-content($fa-var-venus-mars); }
|
784 |
-
.#{$fa-css-prefix}-viacoin:before { content: fa-content($fa-var-viacoin); }
|
785 |
-
.#{$fa-css-prefix}-viadeo:before { content: fa-content($fa-var-viadeo); }
|
786 |
-
.#{$fa-css-prefix}-viadeo-square:before { content: fa-content($fa-var-viadeo-square); }
|
787 |
-
.#{$fa-css-prefix}-viber:before { content: fa-content($fa-var-viber); }
|
788 |
-
.#{$fa-css-prefix}-video:before { content: fa-content($fa-var-video); }
|
789 |
-
.#{$fa-css-prefix}-vimeo:before { content: fa-content($fa-var-vimeo); }
|
790 |
-
.#{$fa-css-prefix}-vimeo-square:before { content: fa-content($fa-var-vimeo-square); }
|
791 |
-
.#{$fa-css-prefix}-vimeo-v:before { content: fa-content($fa-var-vimeo-v); }
|
792 |
-
.#{$fa-css-prefix}-vine:before { content: fa-content($fa-var-vine); }
|
793 |
-
.#{$fa-css-prefix}-vk:before { content: fa-content($fa-var-vk); }
|
794 |
-
.#{$fa-css-prefix}-vnv:before { content: fa-content($fa-var-vnv); }
|
795 |
-
.#{$fa-css-prefix}-volleyball-ball:before { content: fa-content($fa-var-volleyball-ball); }
|
796 |
-
.#{$fa-css-prefix}-volume-down:before { content: fa-content($fa-var-volume-down); }
|
797 |
-
.#{$fa-css-prefix}-volume-off:before { content: fa-content($fa-var-volume-off); }
|
798 |
-
.#{$fa-css-prefix}-volume-up:before { content: fa-content($fa-var-volume-up); }
|
799 |
-
.#{$fa-css-prefix}-vuejs:before { content: fa-content($fa-var-vuejs); }
|
800 |
-
.#{$fa-css-prefix}-warehouse:before { content: fa-content($fa-var-warehouse); }
|
801 |
-
.#{$fa-css-prefix}-weibo:before { content: fa-content($fa-var-weibo); }
|
802 |
-
.#{$fa-css-prefix}-weight:before { content: fa-content($fa-var-weight); }
|
803 |
-
.#{$fa-css-prefix}-weixin:before { content: fa-content($fa-var-weixin); }
|
804 |
-
.#{$fa-css-prefix}-whatsapp:before { content: fa-content($fa-var-whatsapp); }
|
805 |
-
.#{$fa-css-prefix}-whatsapp-square:before { content: fa-content($fa-var-whatsapp-square); }
|
806 |
-
.#{$fa-css-prefix}-wheelchair:before { content: fa-content($fa-var-wheelchair); }
|
807 |
-
.#{$fa-css-prefix}-whmcs:before { content: fa-content($fa-var-whmcs); }
|
808 |
-
.#{$fa-css-prefix}-wifi:before { content: fa-content($fa-var-wifi); }
|
809 |
-
.#{$fa-css-prefix}-wikipedia-w:before { content: fa-content($fa-var-wikipedia-w); }
|
810 |
-
.#{$fa-css-prefix}-window-close:before { content: fa-content($fa-var-window-close); }
|
811 |
-
.#{$fa-css-prefix}-window-maximize:before { content: fa-content($fa-var-window-maximize); }
|
812 |
-
.#{$fa-css-prefix}-window-minimize:before { content: fa-content($fa-var-window-minimize); }
|
813 |
-
.#{$fa-css-prefix}-window-restore:before { content: fa-content($fa-var-window-restore); }
|
814 |
-
.#{$fa-css-prefix}-windows:before { content: fa-content($fa-var-windows); }
|
815 |
-
.#{$fa-css-prefix}-won-sign:before { content: fa-content($fa-var-won-sign); }
|
816 |
-
.#{$fa-css-prefix}-wordpress:before { content: fa-content($fa-var-wordpress); }
|
817 |
-
.#{$fa-css-prefix}-wordpress-simple:before { content: fa-content($fa-var-wordpress-simple); }
|
818 |
-
.#{$fa-css-prefix}-wpbeginner:before { content: fa-content($fa-var-wpbeginner); }
|
819 |
-
.#{$fa-css-prefix}-wpexplorer:before { content: fa-content($fa-var-wpexplorer); }
|
820 |
-
.#{$fa-css-prefix}-wpforms:before { content: fa-content($fa-var-wpforms); }
|
821 |
-
.#{$fa-css-prefix}-wrench:before { content: fa-content($fa-var-wrench); }
|
822 |
-
.#{$fa-css-prefix}-xbox:before { content: fa-content($fa-var-xbox); }
|
823 |
-
.#{$fa-css-prefix}-xing:before { content: fa-content($fa-var-xing); }
|
824 |
-
.#{$fa-css-prefix}-xing-square:before { content: fa-content($fa-var-xing-square); }
|
825 |
-
.#{$fa-css-prefix}-y-combinator:before { content: fa-content($fa-var-y-combinator); }
|
826 |
-
.#{$fa-css-prefix}-yahoo:before { content: fa-content($fa-var-yahoo); }
|
827 |
-
.#{$fa-css-prefix}-yandex:before { content: fa-content($fa-var-yandex); }
|
828 |
-
.#{$fa-css-prefix}-yandex-international:before { content: fa-content($fa-var-yandex-international); }
|
829 |
-
.#{$fa-css-prefix}-yelp:before { content: fa-content($fa-var-yelp); }
|
830 |
-
.#{$fa-css-prefix}-yen-sign:before { content: fa-content($fa-var-yen-sign); }
|
831 |
-
.#{$fa-css-prefix}-yoast:before { content: fa-content($fa-var-yoast); }
|
832 |
-
.#{$fa-css-prefix}-youtube:before { content: fa-content($fa-var-youtube); }
|
833 |
-
.#{$fa-css-prefix}-youtube-square:before { content: fa-content($fa-var-youtube-square); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/_larger.scss
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
// Icon Sizes
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
// makes the font 33% larger relative to the icon container
|
5 |
-
.#{$fa-css-prefix}-lg {
|
6 |
-
font-size: (4em / 3);
|
7 |
-
line-height: (3em / 4);
|
8 |
-
vertical-align: -.0667em;
|
9 |
-
}
|
10 |
-
|
11 |
-
.#{$fa-css-prefix}-xs {
|
12 |
-
font-size: .75em;
|
13 |
-
}
|
14 |
-
|
15 |
-
.#{$fa-css-prefix}-sm {
|
16 |
-
font-size: .875em;
|
17 |
-
}
|
18 |
-
|
19 |
-
@for $i from 1 through 10 {
|
20 |
-
.#{$fa-css-prefix}-#{$i}x {
|
21 |
-
font-size: $i * 1em;
|
22 |
-
}
|
23 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/_list.scss
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
// List Icons
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.#{$fa-css-prefix}-ul {
|
5 |
-
list-style-type: none;
|
6 |
-
margin-left: $fa-li-width * 5/4;
|
7 |
-
padding-left: 0;
|
8 |
-
|
9 |
-
> li { position: relative; }
|
10 |
-
}
|
11 |
-
|
12 |
-
.#{$fa-css-prefix}-li {
|
13 |
-
left: -$fa-li-width;
|
14 |
-
position: absolute;
|
15 |
-
text-align: center;
|
16 |
-
width: $fa-li-width;
|
17 |
-
line-height: inherit;
|
18 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/_mixins.scss
DELETED
@@ -1,57 +0,0 @@
|
|
1 |
-
// Mixins
|
2 |
-
// --------------------------
|
3 |
-
|
4 |
-
@mixin fa-icon {
|
5 |
-
-webkit-font-smoothing: antialiased;
|
6 |
-
-moz-osx-font-smoothing: grayscale;
|
7 |
-
display: inline-block;
|
8 |
-
font-style: normal;
|
9 |
-
font-variant: normal;
|
10 |
-
font-weight: normal;
|
11 |
-
line-height: 1;
|
12 |
-
vertical-align: -.125em;
|
13 |
-
}
|
14 |
-
|
15 |
-
@mixin fa-icon-rotate($degrees, $rotation) {
|
16 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})";
|
17 |
-
transform: rotate($degrees);
|
18 |
-
}
|
19 |
-
|
20 |
-
@mixin fa-icon-flip($horiz, $vert, $rotation) {
|
21 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)";
|
22 |
-
transform: scale($horiz, $vert);
|
23 |
-
}
|
24 |
-
|
25 |
-
|
26 |
-
// Only display content to screen readers. A la Bootstrap 4.
|
27 |
-
//
|
28 |
-
// See: http://a11yproject.com/posts/how-to-hide-content/
|
29 |
-
|
30 |
-
@mixin sr-only {
|
31 |
-
border: 0;
|
32 |
-
clip: rect(0, 0, 0, 0);
|
33 |
-
height: 1px;
|
34 |
-
margin: -1px;
|
35 |
-
overflow: hidden;
|
36 |
-
padding: 0;
|
37 |
-
position: absolute;
|
38 |
-
width: 1px;
|
39 |
-
}
|
40 |
-
|
41 |
-
// Use in conjunction with .sr-only to only display content when it's focused.
|
42 |
-
//
|
43 |
-
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
44 |
-
//
|
45 |
-
// Credit: HTML5 Boilerplate
|
46 |
-
|
47 |
-
@mixin sr-only-focusable {
|
48 |
-
&:active,
|
49 |
-
&:focus {
|
50 |
-
clip: auto;
|
51 |
-
height: auto;
|
52 |
-
margin: 0;
|
53 |
-
overflow: visible;
|
54 |
-
position: static;
|
55 |
-
width: auto;
|
56 |
-
}
|
57 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/_rotated-flipped.scss
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
// Rotated & Flipped Icons
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); }
|
5 |
-
.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); }
|
6 |
-
.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); }
|
7 |
-
|
8 |
-
.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
|
9 |
-
.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
|
10 |
-
.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(-1, -1, 2); }
|
11 |
-
|
12 |
-
// Hook for IE8-9
|
13 |
-
// -------------------------
|
14 |
-
|
15 |
-
:root {
|
16 |
-
.#{$fa-css-prefix}-rotate-90,
|
17 |
-
.#{$fa-css-prefix}-rotate-180,
|
18 |
-
.#{$fa-css-prefix}-rotate-270,
|
19 |
-
.#{$fa-css-prefix}-flip-horizontal,
|
20 |
-
.#{$fa-css-prefix}-flip-vertical {
|
21 |
-
filter: none;
|
22 |
-
}
|
23 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/_screen-reader.scss
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
// Screen Readers
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.sr-only { @include sr-only; }
|
5 |
-
.sr-only-focusable { @include sr-only-focusable; }
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/_stacked.scss
DELETED
@@ -1,31 +0,0 @@
|
|
1 |
-
// Stacked Icons
|
2 |
-
// -------------------------
|
3 |
-
|
4 |
-
.#{$fa-css-prefix}-stack {
|
5 |
-
display: inline-block;
|
6 |
-
height: 2em;
|
7 |
-
line-height: 2em;
|
8 |
-
position: relative;
|
9 |
-
vertical-align: middle;
|
10 |
-
width: 2em;
|
11 |
-
}
|
12 |
-
|
13 |
-
.#{$fa-css-prefix}-stack-1x,
|
14 |
-
.#{$fa-css-prefix}-stack-2x {
|
15 |
-
left: 0;
|
16 |
-
position: absolute;
|
17 |
-
text-align: center;
|
18 |
-
width: 100%;
|
19 |
-
}
|
20 |
-
|
21 |
-
.#{$fa-css-prefix}-stack-1x {
|
22 |
-
line-height: inherit;
|
23 |
-
}
|
24 |
-
|
25 |
-
.#{$fa-css-prefix}-stack-2x {
|
26 |
-
font-size: 2em;
|
27 |
-
}
|
28 |
-
|
29 |
-
.#{$fa-css-prefix}-inverse {
|
30 |
-
color: $fa-inverse;
|
31 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/_variables.scss
DELETED
@@ -1,846 +0,0 @@
|
|
1 |
-
// Variables
|
2 |
-
// --------------------------
|
3 |
-
|
4 |
-
$fa-font-path: "../webfonts" !default;
|
5 |
-
$fa-font-size-base: 16px !default;
|
6 |
-
$fa-css-prefix: fa !default;
|
7 |
-
$fa-version: "5.0.8" !default;
|
8 |
-
$fa-border-color: #eee !default;
|
9 |
-
$fa-inverse: #fff !default;
|
10 |
-
$fa-li-width: 2em !default;
|
11 |
-
|
12 |
-
// Convenience function used to set content property
|
13 |
-
@function fa-content($fa-var) {
|
14 |
-
@return unquote("\"#{ $fa-var }\"");
|
15 |
-
}
|
16 |
-
|
17 |
-
$fa-var-500px: \f26e;
|
18 |
-
$fa-var-accessible-icon: \f368;
|
19 |
-
$fa-var-accusoft: \f369;
|
20 |
-
$fa-var-address-book: \f2b9;
|
21 |
-
$fa-var-address-card: \f2bb;
|
22 |
-
$fa-var-adjust: \f042;
|
23 |
-
$fa-var-adn: \f170;
|
24 |
-
$fa-var-adversal: \f36a;
|
25 |
-
$fa-var-affiliatetheme: \f36b;
|
26 |
-
$fa-var-algolia: \f36c;
|
27 |
-
$fa-var-align-center: \f037;
|
28 |
-
$fa-var-align-justify: \f039;
|
29 |
-
$fa-var-align-left: \f036;
|
30 |
-
$fa-var-align-right: \f038;
|
31 |
-
$fa-var-amazon: \f270;
|
32 |
-
$fa-var-amazon-pay: \f42c;
|
33 |
-
$fa-var-ambulance: \f0f9;
|
34 |
-
$fa-var-american-sign-language-interpreting: \f2a3;
|
35 |
-
$fa-var-amilia: \f36d;
|
36 |
-
$fa-var-anchor: \f13d;
|
37 |
-
$fa-var-android: \f17b;
|
38 |
-
$fa-var-angellist: \f209;
|
39 |
-
$fa-var-angle-double-down: \f103;
|
40 |
-
$fa-var-angle-double-left: \f100;
|
41 |
-
$fa-var-angle-double-right: \f101;
|
42 |
-
$fa-var-angle-double-up: \f102;
|
43 |
-
$fa-var-angle-down: \f107;
|
44 |
-
$fa-var-angle-left: \f104;
|
45 |
-
$fa-var-angle-right: \f105;
|
46 |
-
$fa-var-angle-up: \f106;
|
47 |
-
$fa-var-angrycreative: \f36e;
|
48 |
-
$fa-var-angular: \f420;
|
49 |
-
$fa-var-app-store: \f36f;
|
50 |
-
$fa-var-app-store-ios: \f370;
|
51 |
-
$fa-var-apper: \f371;
|
52 |
-
$fa-var-apple: \f179;
|
53 |
-
$fa-var-apple-pay: \f415;
|
54 |
-
$fa-var-archive: \f187;
|
55 |
-
$fa-var-arrow-alt-circle-down: \f358;
|
56 |
-
$fa-var-arrow-alt-circle-left: \f359;
|
57 |
-
$fa-var-arrow-alt-circle-right: \f35a;
|
58 |
-
$fa-var-arrow-alt-circle-up: \f35b;
|
59 |
-
$fa-var-arrow-circle-down: \f0ab;
|
60 |
-
$fa-var-arrow-circle-left: \f0a8;
|
61 |
-
$fa-var-arrow-circle-right: \f0a9;
|
62 |
-
$fa-var-arrow-circle-up: \f0aa;
|
63 |
-
$fa-var-arrow-down: \f063;
|
64 |
-
$fa-var-arrow-left: \f060;
|
65 |
-
$fa-var-arrow-right: \f061;
|
66 |
-
$fa-var-arrow-up: \f062;
|
67 |
-
$fa-var-arrows-alt: \f0b2;
|
68 |
-
$fa-var-arrows-alt-h: \f337;
|
69 |
-
$fa-var-arrows-alt-v: \f338;
|
70 |
-
$fa-var-assistive-listening-systems: \f2a2;
|
71 |
-
$fa-var-asterisk: \f069;
|
72 |
-
$fa-var-asymmetrik: \f372;
|
73 |
-
$fa-var-at: \f1fa;
|
74 |
-
$fa-var-audible: \f373;
|
75 |
-
$fa-var-audio-description: \f29e;
|
76 |
-
$fa-var-autoprefixer: \f41c;
|
77 |
-
$fa-var-avianex: \f374;
|
78 |
-
$fa-var-aviato: \f421;
|
79 |
-
$fa-var-aws: \f375;
|
80 |
-
$fa-var-backward: \f04a;
|
81 |
-
$fa-var-balance-scale: \f24e;
|
82 |
-
$fa-var-ban: \f05e;
|
83 |
-
$fa-var-band-aid: \f462;
|
84 |
-
$fa-var-bandcamp: \f2d5;
|
85 |
-
$fa-var-barcode: \f02a;
|
86 |
-
$fa-var-bars: \f0c9;
|
87 |
-
$fa-var-baseball-ball: \f433;
|
88 |
-
$fa-var-basketball-ball: \f434;
|
89 |
-
$fa-var-bath: \f2cd;
|
90 |
-
$fa-var-battery-empty: \f244;
|
91 |
-
$fa-var-battery-full: \f240;
|
92 |
-
$fa-var-battery-half: \f242;
|
93 |
-
$fa-var-battery-quarter: \f243;
|
94 |
-
$fa-var-battery-three-quarters: \f241;
|
95 |
-
$fa-var-bed: \f236;
|
96 |
-
$fa-var-beer: \f0fc;
|
97 |
-
$fa-var-behance: \f1b4;
|
98 |
-
$fa-var-behance-square: \f1b5;
|
99 |
-
$fa-var-bell: \f0f3;
|
100 |
-
$fa-var-bell-slash: \f1f6;
|
101 |
-
$fa-var-bicycle: \f206;
|
102 |
-
$fa-var-bimobject: \f378;
|
103 |
-
$fa-var-binoculars: \f1e5;
|
104 |
-
$fa-var-birthday-cake: \f1fd;
|
105 |
-
$fa-var-bitbucket: \f171;
|
106 |
-
$fa-var-bitcoin: \f379;
|
107 |
-
$fa-var-bity: \f37a;
|
108 |
-
$fa-var-black-tie: \f27e;
|
109 |
-
$fa-var-blackberry: \f37b;
|
110 |
-
$fa-var-blind: \f29d;
|
111 |
-
$fa-var-blogger: \f37c;
|
112 |
-
$fa-var-blogger-b: \f37d;
|
113 |
-
$fa-var-bluetooth: \f293;
|
114 |
-
$fa-var-bluetooth-b: \f294;
|
115 |
-
$fa-var-bold: \f032;
|
116 |
-
$fa-var-bolt: \f0e7;
|
117 |
-
$fa-var-bomb: \f1e2;
|
118 |
-
$fa-var-book: \f02d;
|
119 |
-
$fa-var-bookmark: \f02e;
|
120 |
-
$fa-var-bowling-ball: \f436;
|
121 |
-
$fa-var-box: \f466;
|
122 |
-
$fa-var-boxes: \f468;
|
123 |
-
$fa-var-braille: \f2a1;
|
124 |
-
$fa-var-briefcase: \f0b1;
|
125 |
-
$fa-var-btc: \f15a;
|
126 |
-
$fa-var-bug: \f188;
|
127 |
-
$fa-var-building: \f1ad;
|
128 |
-
$fa-var-bullhorn: \f0a1;
|
129 |
-
$fa-var-bullseye: \f140;
|
130 |
-
$fa-var-buromobelexperte: \f37f;
|
131 |
-
$fa-var-bus: \f207;
|
132 |
-
$fa-var-buysellads: \f20d;
|
133 |
-
$fa-var-calculator: \f1ec;
|
134 |
-
$fa-var-calendar: \f133;
|
135 |
-
$fa-var-calendar-alt: \f073;
|
136 |
-
$fa-var-calendar-check: \f274;
|
137 |
-
$fa-var-calendar-minus: \f272;
|
138 |
-
$fa-var-calendar-plus: \f271;
|
139 |
-
$fa-var-calendar-times: \f273;
|
140 |
-
$fa-var-camera: \f030;
|
141 |
-
$fa-var-camera-retro: \f083;
|
142 |
-
$fa-var-car: \f1b9;
|
143 |
-
$fa-var-caret-down: \f0d7;
|
144 |
-
$fa-var-caret-left: \f0d9;
|
145 |
-
$fa-var-caret-right: \f0da;
|
146 |
-
$fa-var-caret-square-down: \f150;
|
147 |
-
$fa-var-caret-square-left: \f191;
|
148 |
-
$fa-var-caret-square-right: \f152;
|
149 |
-
$fa-var-caret-square-up: \f151;
|
150 |
-
$fa-var-caret-up: \f0d8;
|
151 |
-
$fa-var-cart-arrow-down: \f218;
|
152 |
-
$fa-var-cart-plus: \f217;
|
153 |
-
$fa-var-cc-amazon-pay: \f42d;
|
154 |
-
$fa-var-cc-amex: \f1f3;
|
155 |
-
$fa-var-cc-apple-pay: \f416;
|
156 |
-
$fa-var-cc-diners-club: \f24c;
|
157 |
-
$fa-var-cc-discover: \f1f2;
|
158 |
-
$fa-var-cc-jcb: \f24b;
|
159 |
-
$fa-var-cc-mastercard: \f1f1;
|
160 |
-
$fa-var-cc-paypal: \f1f4;
|
161 |
-
$fa-var-cc-stripe: \f1f5;
|
162 |
-
$fa-var-cc-visa: \f1f0;
|
163 |
-
$fa-var-centercode: \f380;
|
164 |
-
$fa-var-certificate: \f0a3;
|
165 |
-
$fa-var-chart-area: \f1fe;
|
166 |
-
$fa-var-chart-bar: \f080;
|
167 |
-
$fa-var-chart-line: \f201;
|
168 |
-
$fa-var-chart-pie: \f200;
|
169 |
-
$fa-var-check: \f00c;
|
170 |
-
$fa-var-check-circle: \f058;
|
171 |
-
$fa-var-check-square: \f14a;
|
172 |
-
$fa-var-chess: \f439;
|
173 |
-
$fa-var-chess-bishop: \f43a;
|
174 |
-
$fa-var-chess-board: \f43c;
|
175 |
-
$fa-var-chess-king: \f43f;
|
176 |
-
$fa-var-chess-knight: \f441;
|
177 |
-
$fa-var-chess-pawn: \f443;
|
178 |
-
$fa-var-chess-queen: \f445;
|
179 |
-
$fa-var-chess-rook: \f447;
|
180 |
-
$fa-var-chevron-circle-down: \f13a;
|
181 |
-
$fa-var-chevron-circle-left: \f137;
|
182 |
-
$fa-var-chevron-circle-right: \f138;
|
183 |
-
$fa-var-chevron-circle-up: \f139;
|
184 |
-
$fa-var-chevron-down: \f078;
|
185 |
-
$fa-var-chevron-left: \f053;
|
186 |
-
$fa-var-chevron-right: \f054;
|
187 |
-
$fa-var-chevron-up: \f077;
|
188 |
-
$fa-var-child: \f1ae;
|
189 |
-
$fa-var-chrome: \f268;
|
190 |
-
$fa-var-circle: \f111;
|
191 |
-
$fa-var-circle-notch: \f1ce;
|
192 |
-
$fa-var-clipboard: \f328;
|
193 |
-
$fa-var-clipboard-check: \f46c;
|
194 |
-
$fa-var-clipboard-list: \f46d;
|
195 |
-
$fa-var-clock: \f017;
|
196 |
-
$fa-var-clone: \f24d;
|
197 |
-
$fa-var-closed-captioning: \f20a;
|
198 |
-
$fa-var-cloud: \f0c2;
|
199 |
-
$fa-var-cloud-download-alt: \f381;
|
200 |
-
$fa-var-cloud-upload-alt: \f382;
|
201 |
-
$fa-var-cloudscale: \f383;
|
202 |
-
$fa-var-cloudsmith: \f384;
|
203 |
-
$fa-var-cloudversify: \f385;
|
204 |
-
$fa-var-code: \f121;
|
205 |
-
$fa-var-code-branch: \f126;
|
206 |
-
$fa-var-codepen: \f1cb;
|
207 |
-
$fa-var-codiepie: \f284;
|
208 |
-
$fa-var-coffee: \f0f4;
|
209 |
-
$fa-var-cog: \f013;
|
210 |
-
$fa-var-cogs: \f085;
|
211 |
-
$fa-var-columns: \f0db;
|
212 |
-
$fa-var-comment: \f075;
|
213 |
-
$fa-var-comment-alt: \f27a;
|
214 |
-
$fa-var-comments: \f086;
|
215 |
-
$fa-var-compass: \f14e;
|
216 |
-
$fa-var-compress: \f066;
|
217 |
-
$fa-var-connectdevelop: \f20e;
|
218 |
-
$fa-var-contao: \f26d;
|
219 |
-
$fa-var-copy: \f0c5;
|
220 |
-
$fa-var-copyright: \f1f9;
|
221 |
-
$fa-var-cpanel: \f388;
|
222 |
-
$fa-var-creative-commons: \f25e;
|
223 |
-
$fa-var-credit-card: \f09d;
|
224 |
-
$fa-var-crop: \f125;
|
225 |
-
$fa-var-crosshairs: \f05b;
|
226 |
-
$fa-var-css3: \f13c;
|
227 |
-
$fa-var-css3-alt: \f38b;
|
228 |
-
$fa-var-cube: \f1b2;
|
229 |
-
$fa-var-cubes: \f1b3;
|
230 |
-
$fa-var-cut: \f0c4;
|
231 |
-
$fa-var-cuttlefish: \f38c;
|
232 |
-
$fa-var-d-and-d: \f38d;
|
233 |
-
$fa-var-dashcube: \f210;
|
234 |
-
$fa-var-database: \f1c0;
|
235 |
-
$fa-var-deaf: \f2a4;
|
236 |
-
$fa-var-delicious: \f1a5;
|
237 |
-
$fa-var-deploydog: \f38e;
|
238 |
-
$fa-var-deskpro: \f38f;
|
239 |
-
$fa-var-desktop: \f108;
|
240 |
-
$fa-var-deviantart: \f1bd;
|
241 |
-
$fa-var-digg: \f1a6;
|
242 |
-
$fa-var-digital-ocean: \f391;
|
243 |
-
$fa-var-discord: \f392;
|
244 |
-
$fa-var-discourse: \f393;
|
245 |
-
$fa-var-dna: \f471;
|
246 |
-
$fa-var-dochub: \f394;
|
247 |
-
$fa-var-docker: \f395;
|
248 |
-
$fa-var-dollar-sign: \f155;
|
249 |
-
$fa-var-dolly: \f472;
|
250 |
-
$fa-var-dolly-flatbed: \f474;
|
251 |
-
$fa-var-dot-circle: \f192;
|
252 |
-
$fa-var-download: \f019;
|
253 |
-
$fa-var-draft2digital: \f396;
|
254 |
-
$fa-var-dribbble: \f17d;
|
255 |
-
$fa-var-dribbble-square: \f397;
|
256 |
-
$fa-var-dropbox: \f16b;
|
257 |
-
$fa-var-drupal: \f1a9;
|
258 |
-
$fa-var-dyalog: \f399;
|
259 |
-
$fa-var-earlybirds: \f39a;
|
260 |
-
$fa-var-edge: \f282;
|
261 |
-
$fa-var-edit: \f044;
|
262 |
-
$fa-var-eject: \f052;
|
263 |
-
$fa-var-elementor: \f430;
|
264 |
-
$fa-var-ellipsis-h: \f141;
|
265 |
-
$fa-var-ellipsis-v: \f142;
|
266 |
-
$fa-var-ember: \f423;
|
267 |
-
$fa-var-empire: \f1d1;
|
268 |
-
$fa-var-envelope: \f0e0;
|
269 |
-
$fa-var-envelope-open: \f2b6;
|
270 |
-
$fa-var-envelope-square: \f199;
|
271 |
-
$fa-var-envira: \f299;
|
272 |
-
$fa-var-eraser: \f12d;
|
273 |
-
$fa-var-erlang: \f39d;
|
274 |
-
$fa-var-ethereum: \f42e;
|
275 |
-
$fa-var-etsy: \f2d7;
|
276 |
-
$fa-var-euro-sign: \f153;
|
277 |
-
$fa-var-exchange-alt: \f362;
|
278 |
-
$fa-var-exclamation: \f12a;
|
279 |
-
$fa-var-exclamation-circle: \f06a;
|
280 |
-
$fa-var-exclamation-triangle: \f071;
|
281 |
-
$fa-var-expand: \f065;
|
282 |
-
$fa-var-expand-arrows-alt: \f31e;
|
283 |
-
$fa-var-expeditedssl: \f23e;
|
284 |
-
$fa-var-external-link-alt: \f35d;
|
285 |
-
$fa-var-external-link-square-alt: \f360;
|
286 |
-
$fa-var-eye: \f06e;
|
287 |
-
$fa-var-eye-dropper: \f1fb;
|
288 |
-
$fa-var-eye-slash: \f070;
|
289 |
-
$fa-var-facebook: \f09a;
|
290 |
-
$fa-var-facebook-f: \f39e;
|
291 |
-
$fa-var-facebook-messenger: \f39f;
|
292 |
-
$fa-var-facebook-square: \f082;
|
293 |
-
$fa-var-fast-backward: \f049;
|
294 |
-
$fa-var-fast-forward: \f050;
|
295 |
-
$fa-var-fax: \f1ac;
|
296 |
-
$fa-var-female: \f182;
|
297 |
-
$fa-var-fighter-jet: \f0fb;
|
298 |
-
$fa-var-file: \f15b;
|
299 |
-
$fa-var-file-alt: \f15c;
|
300 |
-
$fa-var-file-archive: \f1c6;
|
301 |
-
$fa-var-file-audio: \f1c7;
|
302 |
-
$fa-var-file-code: \f1c9;
|
303 |
-
$fa-var-file-excel: \f1c3;
|
304 |
-
$fa-var-file-image: \f1c5;
|
305 |
-
$fa-var-file-pdf: \f1c1;
|
306 |
-
$fa-var-file-powerpoint: \f1c4;
|
307 |
-
$fa-var-file-video: \f1c8;
|
308 |
-
$fa-var-file-word: \f1c2;
|
309 |
-
$fa-var-film: \f008;
|
310 |
-
$fa-var-filter: \f0b0;
|
311 |
-
$fa-var-fire: \f06d;
|
312 |
-
$fa-var-fire-extinguisher: \f134;
|
313 |
-
$fa-var-firefox: \f269;
|
314 |
-
$fa-var-first-aid: \f479;
|
315 |
-
$fa-var-first-order: \f2b0;
|
316 |
-
$fa-var-firstdraft: \f3a1;
|
317 |
-
$fa-var-flag: \f024;
|
318 |
-
$fa-var-flag-checkered: \f11e;
|
319 |
-
$fa-var-flask: \f0c3;
|
320 |
-
$fa-var-flickr: \f16e;
|
321 |
-
$fa-var-flipboard: \f44d;
|
322 |
-
$fa-var-fly: \f417;
|
323 |
-
$fa-var-folder: \f07b;
|
324 |
-
$fa-var-folder-open: \f07c;
|
325 |
-
$fa-var-font: \f031;
|
326 |
-
$fa-var-font-awesome: \f2b4;
|
327 |
-
$fa-var-font-awesome-alt: \f35c;
|
328 |
-
$fa-var-font-awesome-flag: \f425;
|
329 |
-
$fa-var-fonticons: \f280;
|
330 |
-
$fa-var-fonticons-fi: \f3a2;
|
331 |
-
$fa-var-football-ball: \f44e;
|
332 |
-
$fa-var-fort-awesome: \f286;
|
333 |
-
$fa-var-fort-awesome-alt: \f3a3;
|
334 |
-
$fa-var-forumbee: \f211;
|
335 |
-
$fa-var-forward: \f04e;
|
336 |
-
$fa-var-foursquare: \f180;
|
337 |
-
$fa-var-free-code-camp: \f2c5;
|
338 |
-
$fa-var-freebsd: \f3a4;
|
339 |
-
$fa-var-frown: \f119;
|
340 |
-
$fa-var-futbol: \f1e3;
|
341 |
-
$fa-var-gamepad: \f11b;
|
342 |
-
$fa-var-gavel: \f0e3;
|
343 |
-
$fa-var-gem: \f3a5;
|
344 |
-
$fa-var-genderless: \f22d;
|
345 |
-
$fa-var-get-pocket: \f265;
|
346 |
-
$fa-var-gg: \f260;
|
347 |
-
$fa-var-gg-circle: \f261;
|
348 |
-
$fa-var-gift: \f06b;
|
349 |
-
$fa-var-git: \f1d3;
|
350 |
-
$fa-var-git-square: \f1d2;
|
351 |
-
$fa-var-github: \f09b;
|
352 |
-
$fa-var-github-alt: \f113;
|
353 |
-
$fa-var-github-square: \f092;
|
354 |
-
$fa-var-gitkraken: \f3a6;
|
355 |
-
$fa-var-gitlab: \f296;
|
356 |
-
$fa-var-gitter: \f426;
|
357 |
-
$fa-var-glass-martini: \f000;
|
358 |
-
$fa-var-glide: \f2a5;
|
359 |
-
$fa-var-glide-g: \f2a6;
|
360 |
-
$fa-var-globe: \f0ac;
|
361 |
-
$fa-var-gofore: \f3a7;
|
362 |
-
$fa-var-golf-ball: \f450;
|
363 |
-
$fa-var-goodreads: \f3a8;
|
364 |
-
$fa-var-goodreads-g: \f3a9;
|
365 |
-
$fa-var-google: \f1a0;
|
366 |
-
$fa-var-google-drive: \f3aa;
|
367 |
-
$fa-var-google-play: \f3ab;
|
368 |
-
$fa-var-google-plus: \f2b3;
|
369 |
-
$fa-var-google-plus-g: \f0d5;
|
370 |
-
$fa-var-google-plus-square: \f0d4;
|
371 |
-
$fa-var-google-wallet: \f1ee;
|
372 |
-
$fa-var-graduation-cap: \f19d;
|
373 |
-
$fa-var-gratipay: \f184;
|
374 |
-
$fa-var-grav: \f2d6;
|
375 |
-
$fa-var-gripfire: \f3ac;
|
376 |
-
$fa-var-grunt: \f3ad;
|
377 |
-
$fa-var-gulp: \f3ae;
|
378 |
-
$fa-var-h-square: \f0fd;
|
379 |
-
$fa-var-hacker-news: \f1d4;
|
380 |
-
$fa-var-hacker-news-square: \f3af;
|
381 |
-
$fa-var-hand-lizard: \f258;
|
382 |
-
$fa-var-hand-paper: \f256;
|
383 |
-
$fa-var-hand-peace: \f25b;
|
384 |
-
$fa-var-hand-point-down: \f0a7;
|
385 |
-
$fa-var-hand-point-left: \f0a5;
|
386 |
-
$fa-var-hand-point-right: \f0a4;
|
387 |
-
$fa-var-hand-point-up: \f0a6;
|
388 |
-
$fa-var-hand-pointer: \f25a;
|
389 |
-
$fa-var-hand-rock: \f255;
|
390 |
-
$fa-var-hand-scissors: \f257;
|
391 |
-
$fa-var-hand-spock: \f259;
|
392 |
-
$fa-var-handshake: \f2b5;
|
393 |
-
$fa-var-hashtag: \f292;
|
394 |
-
$fa-var-hdd: \f0a0;
|
395 |
-
$fa-var-heading: \f1dc;
|
396 |
-
$fa-var-headphones: \f025;
|
397 |
-
$fa-var-heart: \f004;
|
398 |
-
$fa-var-heartbeat: \f21e;
|
399 |
-
$fa-var-hips: \f452;
|
400 |
-
$fa-var-hire-a-helper: \f3b0;
|
401 |
-
$fa-var-history: \f1da;
|
402 |
-
$fa-var-hockey-puck: \f453;
|
403 |
-
$fa-var-home: \f015;
|
404 |
-
$fa-var-hooli: \f427;
|
405 |
-
$fa-var-hospital: \f0f8;
|
406 |
-
$fa-var-hospital-symbol: \f47e;
|
407 |
-
$fa-var-hotjar: \f3b1;
|
408 |
-
$fa-var-hourglass: \f254;
|
409 |
-
$fa-var-hourglass-end: \f253;
|
410 |
-
$fa-var-hourglass-half: \f252;
|
411 |
-
$fa-var-hourglass-start: \f251;
|
412 |
-
$fa-var-houzz: \f27c;
|
413 |
-
$fa-var-html5: \f13b;
|
414 |
-
$fa-var-hubspot: \f3b2;
|
415 |
-
$fa-var-i-cursor: \f246;
|
416 |
-
$fa-var-id-badge: \f2c1;
|
417 |
-
$fa-var-id-card: \f2c2;
|
418 |
-
$fa-var-image: \f03e;
|
419 |
-
$fa-var-images: \f302;
|
420 |
-
$fa-var-imdb: \f2d8;
|
421 |
-
$fa-var-inbox: \f01c;
|
422 |
-
$fa-var-indent: \f03c;
|
423 |
-
$fa-var-industry: \f275;
|
424 |
-
$fa-var-info: \f129;
|
425 |
-
$fa-var-info-circle: \f05a;
|
426 |
-
$fa-var-instagram: \f16d;
|
427 |
-
$fa-var-internet-explorer: \f26b;
|
428 |
-
$fa-var-ioxhost: \f208;
|
429 |
-
$fa-var-italic: \f033;
|
430 |
-
$fa-var-itunes: \f3b4;
|
431 |
-
$fa-var-itunes-note: \f3b5;
|
432 |
-
$fa-var-jenkins: \f3b6;
|
433 |
-
$fa-var-joget: \f3b7;
|
434 |
-
$fa-var-joomla: \f1aa;
|
435 |
-
$fa-var-js: \f3b8;
|
436 |
-
$fa-var-js-square: \f3b9;
|
437 |
-
$fa-var-jsfiddle: \f1cc;
|
438 |
-
$fa-var-key: \f084;
|
439 |
-
$fa-var-keyboard: \f11c;
|
440 |
-
$fa-var-keycdn: \f3ba;
|
441 |
-
$fa-var-kickstarter: \f3bb;
|
442 |
-
$fa-var-kickstarter-k: \f3bc;
|
443 |
-
$fa-var-korvue: \f42f;
|
444 |
-
$fa-var-language: \f1ab;
|
445 |
-
$fa-var-laptop: \f109;
|
446 |
-
$fa-var-laravel: \f3bd;
|
447 |
-
$fa-var-lastfm: \f202;
|
448 |
-
$fa-var-lastfm-square: \f203;
|
449 |
-
$fa-var-leaf: \f06c;
|
450 |
-
$fa-var-leanpub: \f212;
|
451 |
-
$fa-var-lemon: \f094;
|
452 |
-
$fa-var-less: \f41d;
|
453 |
-
$fa-var-level-down-alt: \f3be;
|
454 |
-
$fa-var-level-up-alt: \f3bf;
|
455 |
-
$fa-var-life-ring: \f1cd;
|
456 |
-
$fa-var-lightbulb: \f0eb;
|
457 |
-
$fa-var-line: \f3c0;
|
458 |
-
$fa-var-link: \f0c1;
|
459 |
-
$fa-var-linkedin: \f08c;
|
460 |
-
$fa-var-linkedin-in: \f0e1;
|
461 |
-
$fa-var-linode: \f2b8;
|
462 |
-
$fa-var-linux: \f17c;
|
463 |
-
$fa-var-lira-sign: \f195;
|
464 |
-
$fa-var-list: \f03a;
|
465 |
-
$fa-var-list-alt: \f022;
|
466 |
-
$fa-var-list-ol: \f0cb;
|
467 |
-
$fa-var-list-ul: \f0ca;
|
468 |
-
$fa-var-location-arrow: \f124;
|
469 |
-
$fa-var-lock: \f023;
|
470 |
-
$fa-var-lock-open: \f3c1;
|
471 |
-
$fa-var-long-arrow-alt-down: \f309;
|
472 |
-
$fa-var-long-arrow-alt-left: \f30a;
|
473 |
-
$fa-var-long-arrow-alt-right: \f30b;
|
474 |
-
$fa-var-long-arrow-alt-up: \f30c;
|
475 |
-
$fa-var-low-vision: \f2a8;
|
476 |
-
$fa-var-lyft: \f3c3;
|
477 |
-
$fa-var-magento: \f3c4;
|
478 |
-
$fa-var-magic: \f0d0;
|
479 |
-
$fa-var-magnet: \f076;
|
480 |
-
$fa-var-male: \f183;
|
481 |
-
$fa-var-map: \f279;
|
482 |
-
$fa-var-map-marker: \f041;
|
483 |
-
$fa-var-map-marker-alt: \f3c5;
|
484 |
-
$fa-var-map-pin: \f276;
|
485 |
-
$fa-var-map-signs: \f277;
|
486 |
-
$fa-var-mars: \f222;
|
487 |
-
$fa-var-mars-double: \f227;
|
488 |
-
$fa-var-mars-stroke: \f229;
|
489 |
-
$fa-var-mars-stroke-h: \f22b;
|
490 |
-
$fa-var-mars-stroke-v: \f22a;
|
491 |
-
$fa-var-maxcdn: \f136;
|
492 |
-
$fa-var-medapps: \f3c6;
|
493 |
-
$fa-var-medium: \f23a;
|
494 |
-
$fa-var-medium-m: \f3c7;
|
495 |
-
$fa-var-medkit: \f0fa;
|
496 |
-
$fa-var-medrt: \f3c8;
|
497 |
-
$fa-var-meetup: \f2e0;
|
498 |
-
$fa-var-meh: \f11a;
|
499 |
-
$fa-var-mercury: \f223;
|
500 |
-
$fa-var-microchip: \f2db;
|
501 |
-
$fa-var-microphone: \f130;
|
502 |
-
$fa-var-microphone-slash: \f131;
|
503 |
-
$fa-var-microsoft: \f3ca;
|
504 |
-
$fa-var-minus: \f068;
|
505 |
-
$fa-var-minus-circle: \f056;
|
506 |
-
$fa-var-minus-square: \f146;
|
507 |
-
$fa-var-mix: \f3cb;
|
508 |
-
$fa-var-mixcloud: \f289;
|
509 |
-
$fa-var-mizuni: \f3cc;
|
510 |
-
$fa-var-mobile: \f10b;
|
511 |
-
$fa-var-mobile-alt: \f3cd;
|
512 |
-
$fa-var-modx: \f285;
|
513 |
-
$fa-var-monero: \f3d0;
|
514 |
-
$fa-var-money-bill-alt: \f3d1;
|
515 |
-
$fa-var-moon: \f186;
|
516 |
-
$fa-var-motorcycle: \f21c;
|
517 |
-
$fa-var-mouse-pointer: \f245;
|
518 |
-
$fa-var-music: \f001;
|
519 |
-
$fa-var-napster: \f3d2;
|
520 |
-
$fa-var-neuter: \f22c;
|
521 |
-
$fa-var-newspaper: \f1ea;
|
522 |
-
$fa-var-nintendo-switch: \f418;
|
523 |
-
$fa-var-node: \f419;
|
524 |
-
$fa-var-node-js: \f3d3;
|
525 |
-
$fa-var-npm: \f3d4;
|
526 |
-
$fa-var-ns8: \f3d5;
|
527 |
-
$fa-var-nutritionix: \f3d6;
|
528 |
-
$fa-var-object-group: \f247;
|
529 |
-
$fa-var-object-ungroup: \f248;
|
530 |
-
$fa-var-odnoklassniki: \f263;
|
531 |
-
$fa-var-odnoklassniki-square: \f264;
|
532 |
-
$fa-var-opencart: \f23d;
|
533 |
-
$fa-var-openid: \f19b;
|
534 |
-
$fa-var-opera: \f26a;
|
535 |
-
$fa-var-optin-monster: \f23c;
|
536 |
-
$fa-var-osi: \f41a;
|
537 |
-
$fa-var-outdent: \f03b;
|
538 |
-
$fa-var-page4: \f3d7;
|
539 |
-
$fa-var-pagelines: \f18c;
|
540 |
-
$fa-var-paint-brush: \f1fc;
|
541 |
-
$fa-var-palfed: \f3d8;
|
542 |
-
$fa-var-pallet: \f482;
|
543 |
-
$fa-var-paper-plane: \f1d8;
|
544 |
-
$fa-var-paperclip: \f0c6;
|
545 |
-
$fa-var-paragraph: \f1dd;
|
546 |
-
$fa-var-paste: \f0ea;
|
547 |
-
$fa-var-patreon: \f3d9;
|
548 |
-
$fa-var-pause: \f04c;
|
549 |
-
$fa-var-pause-circle: \f28b;
|
550 |
-
$fa-var-paw: \f1b0;
|
551 |
-
$fa-var-paypal: \f1ed;
|
552 |
-
$fa-var-pen-square: \f14b;
|
553 |
-
$fa-var-pencil-alt: \f303;
|
554 |
-
$fa-var-percent: \f295;
|
555 |
-
$fa-var-periscope: \f3da;
|
556 |
-
$fa-var-phabricator: \f3db;
|
557 |
-
$fa-var-phoenix-framework: \f3dc;
|
558 |
-
$fa-var-phone: \f095;
|
559 |
-
$fa-var-phone-square: \f098;
|
560 |
-
$fa-var-phone-volume: \f2a0;
|
561 |
-
$fa-var-php: \f457;
|
562 |
-
$fa-var-pied-piper: \f2ae;
|
563 |
-
$fa-var-pied-piper-alt: \f1a8;
|
564 |
-
$fa-var-pied-piper-pp: \f1a7;
|
565 |
-
$fa-var-pills: \f484;
|
566 |
-
$fa-var-pinterest: \f0d2;
|
567 |
-
$fa-var-pinterest-p: \f231;
|
568 |
-
$fa-var-pinterest-square: \f0d3;
|
569 |
-
$fa-var-plane: \f072;
|
570 |
-
$fa-var-play: \f04b;
|
571 |
-
$fa-var-play-circle: \f144;
|
572 |
-
$fa-var-playstation: \f3df;
|
573 |
-
$fa-var-plug: \f1e6;
|
574 |
-
$fa-var-plus: \f067;
|
575 |
-
$fa-var-plus-circle: \f055;
|
576 |
-
$fa-var-plus-square: \f0fe;
|
577 |
-
$fa-var-podcast: \f2ce;
|
578 |
-
$fa-var-pound-sign: \f154;
|
579 |
-
$fa-var-power-off: \f011;
|
580 |
-
$fa-var-print: \f02f;
|
581 |
-
$fa-var-product-hunt: \f288;
|
582 |
-
$fa-var-pushed: \f3e1;
|
583 |
-
$fa-var-puzzle-piece: \f12e;
|
584 |
-
$fa-var-python: \f3e2;
|
585 |
-
$fa-var-qq: \f1d6;
|
586 |
-
$fa-var-qrcode: \f029;
|
587 |
-
$fa-var-question: \f128;
|
588 |
-
$fa-var-question-circle: \f059;
|
589 |
-
$fa-var-quidditch: \f458;
|
590 |
-
$fa-var-quinscape: \f459;
|
591 |
-
$fa-var-quora: \f2c4;
|
592 |
-
$fa-var-quote-left: \f10d;
|
593 |
-
$fa-var-quote-right: \f10e;
|
594 |
-
$fa-var-random: \f074;
|
595 |
-
$fa-var-ravelry: \f2d9;
|
596 |
-
$fa-var-react: \f41b;
|
597 |
-
$fa-var-rebel: \f1d0;
|
598 |
-
$fa-var-recycle: \f1b8;
|
599 |
-
$fa-var-red-river: \f3e3;
|
600 |
-
$fa-var-reddit: \f1a1;
|
601 |
-
$fa-var-reddit-alien: \f281;
|
602 |
-
$fa-var-reddit-square: \f1a2;
|
603 |
-
$fa-var-redo: \f01e;
|
604 |
-
$fa-var-redo-alt: \f2f9;
|
605 |
-
$fa-var-registered: \f25d;
|
606 |
-
$fa-var-rendact: \f3e4;
|
607 |
-
$fa-var-renren: \f18b;
|
608 |
-
$fa-var-reply: \f3e5;
|
609 |
-
$fa-var-reply-all: \f122;
|
610 |
-
$fa-var-replyd: \f3e6;
|
611 |
-
$fa-var-resolving: \f3e7;
|
612 |
-
$fa-var-retweet: \f079;
|
613 |
-
$fa-var-road: \f018;
|
614 |
-
$fa-var-rocket: \f135;
|
615 |
-
$fa-var-rocketchat: \f3e8;
|
616 |
-
$fa-var-rockrms: \f3e9;
|
617 |
-
$fa-var-rss: \f09e;
|
618 |
-
$fa-var-rss-square: \f143;
|
619 |
-
$fa-var-ruble-sign: \f158;
|
620 |
-
$fa-var-rupee-sign: \f156;
|
621 |
-
$fa-var-safari: \f267;
|
622 |
-
$fa-var-sass: \f41e;
|
623 |
-
$fa-var-save: \f0c7;
|
624 |
-
$fa-var-schlix: \f3ea;
|
625 |
-
$fa-var-scribd: \f28a;
|
626 |
-
$fa-var-search: \f002;
|
627 |
-
$fa-var-search-minus: \f010;
|
628 |
-
$fa-var-search-plus: \f00e;
|
629 |
-
$fa-var-searchengin: \f3eb;
|
630 |
-
$fa-var-sellcast: \f2da;
|
631 |
-
$fa-var-sellsy: \f213;
|
632 |
-
$fa-var-server: \f233;
|
633 |
-
$fa-var-servicestack: \f3ec;
|
634 |
-
$fa-var-share: \f064;
|
635 |
-
$fa-var-share-alt: \f1e0;
|
636 |
-
$fa-var-share-alt-square: \f1e1;
|
637 |
-
$fa-var-share-square: \f14d;
|
638 |
-
$fa-var-shekel-sign: \f20b;
|
639 |
-
$fa-var-shield-alt: \f3ed;
|
640 |
-
$fa-var-ship: \f21a;
|
641 |
-
$fa-var-shipping-fast: \f48b;
|
642 |
-
$fa-var-shirtsinbulk: \f214;
|
643 |
-
$fa-var-shopping-bag: \f290;
|
644 |
-
$fa-var-shopping-basket: \f291;
|
645 |
-
$fa-var-shopping-cart: \f07a;
|
646 |
-
$fa-var-shower: \f2cc;
|
647 |
-
$fa-var-sign-in-alt: \f2f6;
|
648 |
-
$fa-var-sign-language: \f2a7;
|
649 |
-
$fa-var-sign-out-alt: \f2f5;
|
650 |
-
$fa-var-signal: \f012;
|
651 |
-
$fa-var-simplybuilt: \f215;
|
652 |
-
$fa-var-sistrix: \f3ee;
|
653 |
-
$fa-var-sitemap: \f0e8;
|
654 |
-
$fa-var-skyatlas: \f216;
|
655 |
-
$fa-var-skype: \f17e;
|
656 |
-
$fa-var-slack: \f198;
|
657 |
-
$fa-var-slack-hash: \f3ef;
|
658 |
-
$fa-var-sliders-h: \f1de;
|
659 |
-
$fa-var-slideshare: \f1e7;
|
660 |
-
$fa-var-smile: \f118;
|
661 |
-
$fa-var-snapchat: \f2ab;
|
662 |
-
$fa-var-snapchat-ghost: \f2ac;
|
663 |
-
$fa-var-snapchat-square: \f2ad;
|
664 |
-
$fa-var-snowflake: \f2dc;
|
665 |
-
$fa-var-sort: \f0dc;
|
666 |
-
$fa-var-sort-alpha-down: \f15d;
|
667 |
-
$fa-var-sort-alpha-up: \f15e;
|
668 |
-
$fa-var-sort-amount-down: \f160;
|
669 |
-
$fa-var-sort-amount-up: \f161;
|
670 |
-
$fa-var-sort-down: \f0dd;
|
671 |
-
$fa-var-sort-numeric-down: \f162;
|
672 |
-
$fa-var-sort-numeric-up: \f163;
|
673 |
-
$fa-var-sort-up: \f0de;
|
674 |
-
$fa-var-soundcloud: \f1be;
|
675 |
-
$fa-var-space-shuttle: \f197;
|
676 |
-
$fa-var-speakap: \f3f3;
|
677 |
-
$fa-var-spinner: \f110;
|
678 |
-
$fa-var-spotify: \f1bc;
|
679 |
-
$fa-var-square: \f0c8;
|
680 |
-
$fa-var-square-full: \f45c;
|
681 |
-
$fa-var-stack-exchange: \f18d;
|
682 |
-
$fa-var-stack-overflow: \f16c;
|
683 |
-
$fa-var-star: \f005;
|
684 |
-
$fa-var-star-half: \f089;
|
685 |
-
$fa-var-staylinked: \f3f5;
|
686 |
-
$fa-var-steam: \f1b6;
|
687 |
-
$fa-var-steam-square: \f1b7;
|
688 |
-
$fa-var-steam-symbol: \f3f6;
|
689 |
-
$fa-var-step-backward: \f048;
|
690 |
-
$fa-var-step-forward: \f051;
|
691 |
-
$fa-var-stethoscope: \f0f1;
|
692 |
-
$fa-var-sticker-mule: \f3f7;
|
693 |
-
$fa-var-sticky-note: \f249;
|
694 |
-
$fa-var-stop: \f04d;
|
695 |
-
$fa-var-stop-circle: \f28d;
|
696 |
-
$fa-var-stopwatch: \f2f2;
|
697 |
-
$fa-var-strava: \f428;
|
698 |
-
$fa-var-street-view: \f21d;
|
699 |
-
$fa-var-strikethrough: \f0cc;
|
700 |
-
$fa-var-stripe: \f429;
|
701 |
-
$fa-var-stripe-s: \f42a;
|
702 |
-
$fa-var-studiovinari: \f3f8;
|
703 |
-
$fa-var-stumbleupon: \f1a4;
|
704 |
-
$fa-var-stumbleupon-circle: \f1a3;
|
705 |
-
$fa-var-subscript: \f12c;
|
706 |
-
$fa-var-subway: \f239;
|
707 |
-
$fa-var-suitcase: \f0f2;
|
708 |
-
$fa-var-sun: \f185;
|
709 |
-
$fa-var-superpowers: \f2dd;
|
710 |
-
$fa-var-superscript: \f12b;
|
711 |
-
$fa-var-supple: \f3f9;
|
712 |
-
$fa-var-sync: \f021;
|
713 |
-
$fa-var-sync-alt: \f2f1;
|
714 |
-
$fa-var-syringe: \f48e;
|
715 |
-
$fa-var-table: \f0ce;
|
716 |
-
$fa-var-table-tennis: \f45d;
|
717 |
-
$fa-var-tablet: \f10a;
|
718 |
-
$fa-var-tablet-alt: \f3fa;
|
719 |
-
$fa-var-tachometer-alt: \f3fd;
|
720 |
-
$fa-var-tag: \f02b;
|
721 |
-
$fa-var-tags: \f02c;
|
722 |
-
$fa-var-tasks: \f0ae;
|
723 |
-
$fa-var-taxi: \f1ba;
|
724 |
-
$fa-var-telegram: \f2c6;
|
725 |
-
$fa-var-telegram-plane: \f3fe;
|
726 |
-
$fa-var-tencent-weibo: \f1d5;
|
727 |
-
$fa-var-terminal: \f120;
|
728 |
-
$fa-var-text-height: \f034;
|
729 |
-
$fa-var-text-width: \f035;
|
730 |
-
$fa-var-th: \f00a;
|
731 |
-
$fa-var-th-large: \f009;
|
732 |
-
$fa-var-th-list: \f00b;
|
733 |
-
$fa-var-themeisle: \f2b2;
|
734 |
-
$fa-var-thermometer: \f491;
|
735 |
-
$fa-var-thermometer-empty: \f2cb;
|
736 |
-
$fa-var-thermometer-full: \f2c7;
|
737 |
-
$fa-var-thermometer-half: \f2c9;
|
738 |
-
$fa-var-thermometer-quarter: \f2ca;
|
739 |
-
$fa-var-thermometer-three-quarters: \f2c8;
|
740 |
-
$fa-var-thumbs-down: \f165;
|
741 |
-
$fa-var-thumbs-up: \f164;
|
742 |
-
$fa-var-thumbtack: \f08d;
|
743 |
-
$fa-var-ticket-alt: \f3ff;
|
744 |
-
$fa-var-times: \f00d;
|
745 |
-
$fa-var-times-circle: \f057;
|
746 |
-
$fa-var-tint: \f043;
|
747 |
-
$fa-var-toggle-off: \f204;
|
748 |
-
$fa-var-toggle-on: \f205;
|
749 |
-
$fa-var-trademark: \f25c;
|
750 |
-
$fa-var-train: \f238;
|
751 |
-
$fa-var-transgender: \f224;
|
752 |
-
$fa-var-transgender-alt: \f225;
|
753 |
-
$fa-var-trash: \f1f8;
|
754 |
-
$fa-var-trash-alt: \f2ed;
|
755 |
-
$fa-var-tree: \f1bb;
|
756 |
-
$fa-var-trello: \f181;
|
757 |
-
$fa-var-tripadvisor: \f262;
|
758 |
-
$fa-var-trophy: \f091;
|
759 |
-
$fa-var-truck: \f0d1;
|
760 |
-
$fa-var-tty: \f1e4;
|
761 |
-
$fa-var-tumblr: \f173;
|
762 |
-
$fa-var-tumblr-square: \f174;
|
763 |
-
$fa-var-tv: \f26c;
|
764 |
-
$fa-var-twitch: \f1e8;
|
765 |
-
$fa-var-twitter: \f099;
|
766 |
-
$fa-var-twitter-square: \f081;
|
767 |
-
$fa-var-typo3: \f42b;
|
768 |
-
$fa-var-uber: \f402;
|
769 |
-
$fa-var-uikit: \f403;
|
770 |
-
$fa-var-umbrella: \f0e9;
|
771 |
-
$fa-var-underline: \f0cd;
|
772 |
-
$fa-var-undo: \f0e2;
|
773 |
-
$fa-var-undo-alt: \f2ea;
|
774 |
-
$fa-var-uniregistry: \f404;
|
775 |
-
$fa-var-universal-access: \f29a;
|
776 |
-
$fa-var-university: \f19c;
|
777 |
-
$fa-var-unlink: \f127;
|
778 |
-
$fa-var-unlock: \f09c;
|
779 |
-
$fa-var-unlock-alt: \f13e;
|
780 |
-
$fa-var-untappd: \f405;
|
781 |
-
$fa-var-upload: \f093;
|
782 |
-
$fa-var-usb: \f287;
|
783 |
-
$fa-var-user: \f007;
|
784 |
-
$fa-var-user-circle: \f2bd;
|
785 |
-
$fa-var-user-md: \f0f0;
|
786 |
-
$fa-var-user-plus: \f234;
|
787 |
-
$fa-var-user-secret: \f21b;
|
788 |
-
$fa-var-user-times: \f235;
|
789 |
-
$fa-var-users: \f0c0;
|
790 |
-
$fa-var-ussunnah: \f407;
|
791 |
-
$fa-var-utensil-spoon: \f2e5;
|
792 |
-
$fa-var-utensils: \f2e7;
|
793 |
-
$fa-var-vaadin: \f408;
|
794 |
-
$fa-var-venus: \f221;
|
795 |
-
$fa-var-venus-double: \f226;
|
796 |
-
$fa-var-venus-mars: \f228;
|
797 |
-
$fa-var-viacoin: \f237;
|
798 |
-
$fa-var-viadeo: \f2a9;
|
799 |
-
$fa-var-viadeo-square: \f2aa;
|
800 |
-
$fa-var-viber: \f409;
|
801 |
-
$fa-var-video: \f03d;
|
802 |
-
$fa-var-vimeo: \f40a;
|
803 |
-
$fa-var-vimeo-square: \f194;
|
804 |
-
$fa-var-vimeo-v: \f27d;
|
805 |
-
$fa-var-vine: \f1ca;
|
806 |
-
$fa-var-vk: \f189;
|
807 |
-
$fa-var-vnv: \f40b;
|
808 |
-
$fa-var-volleyball-ball: \f45f;
|
809 |
-
$fa-var-volume-down: \f027;
|
810 |
-
$fa-var-volume-off: \f026;
|
811 |
-
$fa-var-volume-up: \f028;
|
812 |
-
$fa-var-vuejs: \f41f;
|
813 |
-
$fa-var-warehouse: \f494;
|
814 |
-
$fa-var-weibo: \f18a;
|
815 |
-
$fa-var-weight: \f496;
|
816 |
-
$fa-var-weixin: \f1d7;
|
817 |
-
$fa-var-whatsapp: \f232;
|
818 |
-
$fa-var-whatsapp-square: \f40c;
|
819 |
-
$fa-var-wheelchair: \f193;
|
820 |
-
$fa-var-whmcs: \f40d;
|
821 |
-
$fa-var-wifi: \f1eb;
|
822 |
-
$fa-var-wikipedia-w: \f266;
|
823 |
-
$fa-var-window-close: \f410;
|
824 |
-
$fa-var-window-maximize: \f2d0;
|
825 |
-
$fa-var-window-minimize: \f2d1;
|
826 |
-
$fa-var-window-restore: \f2d2;
|
827 |
-
$fa-var-windows: \f17a;
|
828 |
-
$fa-var-won-sign: \f159;
|
829 |
-
$fa-var-wordpress: \f19a;
|
830 |
-
$fa-var-wordpress-simple: \f411;
|
831 |
-
$fa-var-wpbeginner: \f297;
|
832 |
-
$fa-var-wpexplorer: \f2de;
|
833 |
-
$fa-var-wpforms: \f298;
|
834 |
-
$fa-var-wrench: \f0ad;
|
835 |
-
$fa-var-xbox: \f412;
|
836 |
-
$fa-var-xing: \f168;
|
837 |
-
$fa-var-xing-square: \f169;
|
838 |
-
$fa-var-y-combinator: \f23b;
|
839 |
-
$fa-var-yahoo: \f19e;
|
840 |
-
$fa-var-yandex: \f413;
|
841 |
-
$fa-var-yandex-international: \f414;
|
842 |
-
$fa-var-yelp: \f1e9;
|
843 |
-
$fa-var-yen-sign: \f157;
|
844 |
-
$fa-var-yoast: \f2b1;
|
845 |
-
$fa-var-youtube: \f167;
|
846 |
-
$fa-var-youtube-square: \f431;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/fa-brands.scss
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@import 'variables';
|
6 |
-
|
7 |
-
@font-face {
|
8 |
-
font-family: 'Font Awesome 5 Brands';
|
9 |
-
font-style: normal;
|
10 |
-
font-weight: normal;
|
11 |
-
src: url('#{$fa-font-path}/fa-brands-400.eot');
|
12 |
-
src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
|
13 |
-
url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
14 |
-
url('#{$fa-font-path}/fa-brands-400.woff') format('woff'),
|
15 |
-
url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'),
|
16 |
-
url('#{$fa-font-path}/fa-brands-400.svg#fontawesome') format('svg');
|
17 |
-
}
|
18 |
-
|
19 |
-
.fab {
|
20 |
-
font-family: 'Font Awesome 5 Brands';
|
21 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/fa-regular.scss
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@import 'variables';
|
6 |
-
|
7 |
-
@font-face {
|
8 |
-
font-family: 'Font Awesome 5 Free';
|
9 |
-
font-style: normal;
|
10 |
-
font-weight: 400;
|
11 |
-
src: url('#{$fa-font-path}/fa-regular-400.eot');
|
12 |
-
src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
|
13 |
-
url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
|
14 |
-
url('#{$fa-font-path}/fa-regular-400.woff') format('woff'),
|
15 |
-
url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'),
|
16 |
-
url('#{$fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
|
17 |
-
}
|
18 |
-
|
19 |
-
.far {
|
20 |
-
font-family: 'Font Awesome 5 Free';
|
21 |
-
font-weight: 400;
|
22 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/fa-solid.scss
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@import 'variables';
|
6 |
-
|
7 |
-
@font-face {
|
8 |
-
font-family: 'Font Awesome 5 Free';
|
9 |
-
font-style: normal;
|
10 |
-
font-weight: 900;
|
11 |
-
src: url('#{$fa-font-path}/fa-solid-900.eot');
|
12 |
-
src: url('#{$fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
|
13 |
-
url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
|
14 |
-
url('#{$fa-font-path}/fa-solid-900.woff') format('woff'),
|
15 |
-
url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype'),
|
16 |
-
url('#{$fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
|
17 |
-
}
|
18 |
-
|
19 |
-
.fa,
|
20 |
-
.fas {
|
21 |
-
font-family: 'Font Awesome 5 Free';
|
22 |
-
font-weight: 900;
|
23 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/scss/fontawesome.scss
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
3 |
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
-
*/
|
5 |
-
@import 'variables';
|
6 |
-
@import 'mixins';
|
7 |
-
@import 'core';
|
8 |
-
@import 'larger';
|
9 |
-
@import 'fixed-width';
|
10 |
-
@import 'list';
|
11 |
-
@import 'bordered-pulled';
|
12 |
-
@import 'animated';
|
13 |
-
@import 'rotated-flipped';
|
14 |
-
@import 'stacked';
|
15 |
-
@import 'icons';
|
16 |
-
@import 'screen-reader';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/font-awesome-latest/webfonts/fa-brands-400.eot
DELETED
Binary file
|
css/font-awesome-latest/webfonts/fa-brands-400.svg
DELETED
@@ -1,1008 +0,0 @@
|
|
1 |
-
<?xml version="1.0" standalone="no"?>
|
2 |
-
<!--
|
3 |
-
Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
|
4 |
-
License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
5 |
-
-->
|
6 |
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
7 |
-
<svg xmlns="http://www.w3.org/2000/svg">
|
8 |
-
<defs>
|
9 |
-
<font id="fontawesome-free" horiz-adv-x="640.4">
|
10 |
-
<font-face font-family="Font Awesome 5 Brands"
|
11 |
-
units-per-em="512" ascent="448"
|
12 |
-
descent="64"
|
13 |
-
font-weight="400"
|
14 |
-
font-style="Regular" />
|
15 |
-
<missing-glyph horiz-adv-x="0" />
|
16 |
-
<glyph glyph-name="500px"
|
17 |
-
unicode=""
|
18 |
-
horiz-adv-x="448" d=" M103.3 103.7C96.8 117.9 96.4 122 110.7 126.8C136.3 134.8 118.7 117.6 153.9 77.6H154.2V171.5C155.4 221.7 198.2 263.7 251.9000000000001 263.7C305.8 263.7 349.6 220.2 349.6 166.9C349.6 103.5 288.8 53.7 221.1 73.6C210.6 77.8 219 105.3 229.6 102.2C282.6 102.2 319 112.3 319 166.6C319 227.6 241.9 256.2000000000001 202.1 211.2C178.6 184.8 184.5 169.1 184.5 53.6C235.2 22.6 302.8 31.6 344.9 73.7000000000001C369.7 98.5000000000001 383.4 131.7000000000001 383.4 166.7000000000001C383.4 201.9 369.6 234.9000000000001 344.6 260.0000000000001C319.8 284.8000000000001 286.8 298.5000000000001 251.3 298.5000000000001S182.5 284.7000000000001 157.8 260.0000000000001C157.5 259.7000000000001 141.8 243.5000000000001 136.6 236.1000000000001L136.1 235.5000000000001C132.8 230.8000000000001 129.8 226.4000000000001 116 229.4000000000001C109.1 231.1000000000001 101.7 235.2000000000001 101.7 241.2000000000001V428C101.7 433 105.6 438.5 112.2 438.5H353.5C361.8 438.5 361.8 426.9 361.8 423.4C361.8 419.5 361.8 408.3 353.5 408.3H130.3V275.4H130.6C234.8 385.2 413.4000000000001 311.4 413.4000000000001 166.5C413.4000000000001 -11.6 168.6 -53.8 103.3 103.7zM166.6 364.5C166.1 360.3 171.2 340 181.2 343.9C306 391.4 384 303.5 390.6 303.5C395.4000000000001 303.5 413.4000000000001 318.8 404.9000000000001 326.3C311.7000000000001 415.3 170.4 383.3 166.6 364.5zM393 33.3C283 -76.6 94 -27.5 61 137.5C61 149.7 30.6 144.9 32.1 134.2C56.1 -39.2 278.1 -122.7 413.7000000000001 12.9C420.6 20.7 401.1 41.3 393.0000000000001 33.3zM213.6 141.4C213.6 137.4 217.9 134.1 219.1 132.9C222.1 129.9 225.2 128.5 227.6 128.5C231.4 128.5 230.2 128.3 249.9 148C269.5 128.7 269 128.5 272.2 128.5C277.6 128.5 290.7 138.9 282.9 146.7L265.6 164L283.8 182.2C290.1 189 273.7 204 267.6 197.9L249.7 180C231.1 198.8 231.3 199.5 228.2 199.5C223.2 199.5 210.2 187.8 215.8 182.2L234 164C215.9 146.1 213.6 144.8 213.6 141.4z" />
|
19 |
-
<glyph glyph-name="accessible-icon"
|
20 |
-
unicode=""
|
21 |
-
horiz-adv-x="448" d=" M423.9 192.2L411 34.9C407.7 -5.8 347.1 -0.2 350.4 39.8L360.4 162.3L319.3 160C329.4 139.3 335.1 116.1 335.1 91.4999999999999C335.1 50.3 319 12.8 292.8 -15.0000000000001L253.5 24.3C311.3999999999999 87.9999999999999 266.6 191.5 179.5 191.5C153.5999999999999 191.5 130 181.6 112.2999999999999 165.5L73 204.8C95 225.5 123.1 239.9 154.4 245L229.7 330.7L187.1 355.5L135.5 309.5C105.5 282.7 64.9 328 95 354.9L163 415.6C172.8 424.4000000000001 187.1 425.8 198.5 419.2C198.5 419.2 337.8 338.3 338 338.1C354.2 328 358.7 302.1 344.1 285.5L285.7 219L391.8 224.9C410.3 226 425.4 210.5 423.9 192.2zM359 346.2C387.1 346.2 409.9 369 409.9 397.1C409.9 425.2 387.1 448 359 448C330.9 448 308.1 425.2 308.1 397.1C308.1 369 330.9000000000001 346.2 359 346.2zM179.6 -8.5C99 -8.5 52.2 82.1 96.9 147.6L57.2 187.3C36.4 161 24 127.7 24 91.6C24 -39.1 174.7 -109.7999999999999 275.4 -30.9L235.7 8.8C219.7 -2.1 200.4 -8.5 179.6 -8.5z" />
|
22 |
-
<glyph glyph-name="accusoft"
|
23 |
-
unicode=""
|
24 |
-
horiz-adv-x="640" d=" M482.2 75.9C476.5 82.8 250 373 242.3 382.5C228.6 399.7 242.3 399.3 261.5 399.4C271.2 399.5 367.8 400 378 400C402.1 400.1 406.7 399.4 416.4 387.2C418.5 384.5 621.5 141.4 623.5999999999999 138.9C629.0999999999999 132.2 638.8 119.8 630.8 115.5C628.4 114.2 516.1999999999999 67.8 513 66.6C502.9 62.6 495.5 59.8 482.2 75.9M596.9 81.5000000000001S481.9 31.1000000000001 479.4 29.9C463.4 22.6 452.5 33.1 442.7 44.5000000000001L385.6 118.5000000000001C380.2 119.4 325.2 128.1000000000001 320.3 127.8000000000001C317.2 127.6000000000001 310.7 127.0000000000001 305.9 124.9000000000001C301 122.8000000000001 160.7 72.1000000000001 155.7 70.2000000000001C150.6 68.2000000000001 144.3 66.6000000000001 144.6 62.6000000000001C144.8 60.1000000000001 146.6 60.0000000000001 149.2 59.1000000000001C151.9 58.3000000000001 450.1 -8.4999999999999 457.2 -9.9999999999999C472.8 -13.2999999999999 495.7 -20.4999999999999 510.8 -11.6999999999999C512.9 -10.4999999999999 634.6 64.7000000000002 636.6 66.1000000000001C642 70.1000000000001 640.9 72.9000000000002 634.9 74.3000000000001C632.6 74.6000000000001 610.3 79.0000000000001 596.9 81.5000000000001M270.9 262.8000000000002S258.9 261.2000000000002 245.9 247.7000000000002C236.9 238.4000000000001 3.8 8.6000000000001 2.5 6.8000000000001C-4.5 -3.1999999999999 4.1 1e-13 18.2 5.1000000000001C19 5.1000000000001 132.7 41.7000000000002 132.7 41.7000000000002C133.2 42.3000000000002 132.6 41.8000000000002 133.3 42.3000000000002C132.9 47.4000000000002 132.5 68.5000000000002 132.3 70.0000000000002C131.7 75.2000000000002 134.5 76.9000000000002 139.3 78.9000000000002L231.9 112.7000000000002C232.5 113.5000000000002 320.4 194.4000000000002 322.1 196.0000000000002V197.0000000000002L270.9 262.8000000000002" />
|
25 |
-
<glyph glyph-name="adn"
|
26 |
-
unicode=""
|
27 |
-
horiz-adv-x="496" d=" M248 280.5L312.9 181.7H183.1L248 280.5zM496 192C496 55.1 384.9 -56 248 -56S0 55.1 0 192S111.1 440 248 440S496 328.9 496 192zM396.2 109.3L248 332.5L99.8 109.3H130.2L163.8 161H332.4L366 109.3H396.2z" />
|
28 |
-
<glyph glyph-name="adversal"
|
29 |
-
unicode=""
|
30 |
-
horiz-adv-x="512" d=" M482.1 416H28.7C5.8 416 0 410.1 0 387.1V-3.1C0 -26.4 5.8 -32 28.7 -32H482.1C506.4999999999999 -32 511.9999999999999 -26.8 511.9999999999999 -2.3V385.8C511.9999999999999 410.4 506.6 416 482.1 416zM178.4 227.7C150.9 247.9 106.3 236.4 94.2 204.3C89.9 193.2 84.9 194.8 76.7 196C67 197.5 59.5 199.2 54.2 201.5C25.4 212.9 62.8 256.8 79.1 265.8C120.2 287.2 162.5 288 204.4 270.6C245.3 253.8 238.9 211.4 238.9 142.1C241.6 116.3 234.6 83.8 248.2 53.3C250.1 48.9 248.6 45.4 245.5 42.6C237.1 35.9 206.2 40.4 198.9 49.9999999999999C197 52.1999999999999 197.1 53.6 195 56.1999999999999C191.4 60.0999999999999 187.7 58.3999999999999 183.1 55.1999999999999C125.7 18.8 42.8 33.8 36.1 98.4999999999999C33 127.8 48.5 155.6 75.7 169.5C113.9 189 187.9 181.3 189.7 200.4C190.8 210.5999999999999 187.8 220.5 178.4 227.7zM465.1 5.7C465.1 -9.4 454 -4.2 447.3 -4.2H52.4C45 -4.2 34.2 -9 34.6 6.5C35 20.4 45.1 15.6 51.7 15.6C184 16 316.2 16 448.5 15.6C455.3 15.6 465.1 20 465.1 5.7zM468.9 346.2V55.2C468.9 49.5 468.2 41.3 460.8 41.3C448.4000000000001 41.7 433.3 34.2 424.7 46.9C418.9 55.6 416.9 50.9 412.3 48.1C358.9000000000001 18.4 284.2000000000001 41 267.9 133.3C261.8 166.7 267.2 200.4 283.6 233.3C295.4 257.2000000000001 340.5 309.4 419.7 263.8V334.8C419.7 361 419.5999999999999 361 445.7 361C448.8 361 452.3 360.6 455.3999999999999 361C465.4999999999999 361.8 468.9999999999999 356.6 468.9999999999999 346.7000000000001C468.8999999999999 346.5 468.8999999999999 346.4000000000001 468.8999999999999 346.2000000000001zM417.4000000000001 113.9C397.9000000000001 66.3 344.5 70.6 327.4000000000001 108.7C312.3 142 311.9000000000001 176.9 327.8 210.2C344.1 244.3 387.5 245.9 409.3 215C429.9000000000001 186.2 424.2 130.4 417.4000000000001 113.9zM122.6 78.6C115.1 79.9 89.6 81.9 88.9 106.4C88.5 120.3 96.7 129.4 108.7 132.2C133.1 138.1 158 142.1 182.4 146.9C191.3000000000001 148.9 189.8000000000001 142.5 190.2000000000001 137.4C191.6000000000001 104.4 164.1000000000001 78.2 122.6000000000001 78.6z" />
|
31 |
-
<glyph glyph-name="affiliatetheme"
|
32 |
-
unicode=""
|
33 |
-
horiz-adv-x="512" d=" M159.7 210.6C108.4 139.7 43.1 99.8 14 121.4C-15.2 143.1 2.8 218 54.2 288.9C105.5 359.8 170.8 399.7 199.9 378.1C229 356.5 211 281.5 159.7 210.6zM510.9 267.9C437.1 144.5 319 80.2 246.4 124.3C221.4 139.5 205.1 165.5 197.4 198.1C163.8 133.3 104.6 84.3 33.3 64.9C83.1 5.6 157.4 -32 240.3 -32C390.3 -32 511.9 91.1 511.9 242.9C512 251.4 511.6 259.7 510.9 267.9z" />
|
34 |
-
<glyph glyph-name="algolia"
|
35 |
-
unicode=""
|
36 |
-
horiz-adv-x="448" d=" M229.3 265.4C180 265.4 140.1 225.5 140.1 176.2C140.1 126.9 180 87 229.3 87S318.5 126.9 318.5 176.2C318.5 225.5 278.5 265.4 229.3 265.4zM292 208.8L233.1 178.2C231.3 177.3 229.3 178.6 229.3 180.5V247C229.3 248.5 230.6 249.7 232 249.6C258.2 248.6 280.9 233.9 293.1 212.5C293.8 211.2 293.3 209.5 292 208.8zM389.1 416H58.9C26.4 416 0 389.6 0 357.1V27C0 -5.6 26.4 -32 58.9 -32H389C421.6 -32 447.9 -5.6 447.9 26.9V357.1C448 389.6 421.6 416 389.1 416zM186.5 331.3C186.5 342.1 195.2 350.8 206 350.8H251.3C262.1 350.8 270.8 342.1 270.8 331.3V315.9C270.8 314.1 269.1 312.9 267.5 313.4C255.2 316.8 242.4 318.5 229.4 318.5C215.9 318.5 202.7 316.7 190 313C188.3 312.5 186.6 313.8 186.6 315.5V331.3zM102.1 294.3L111.3 303.5C118.9 311.1 131.2 311.1 138.8 303.5L146.5 295.8C147.6 294.7000000000001 147.5 292.8 146.2 291.8C140 287.3 134.1 282.4 128.6 276.9C123.2 271.5 118.2 265.6 113.8 259.5C112.8 258.2 110.9 258 109.8 259.2L102.1 266.9C94.5 274.4 94.5 286.7 102.1 294.3zM229.3 49.5C159.3 49.5 102.7 106.2 102.7 176.1S159.4 302.7000000000001 229.3 302.7000000000001C299.3 302.7000000000001 355.9 246.1 355.9 176.1C355.9 106.3 299.2 49.5 229.3 49.5z" />
|
37 |
-
<glyph glyph-name="amazon-pay"
|
38 |
-
unicode=""
|
39 |
-
horiz-adv-x="611.2" d=" M0 122.8C2.3 127 5.2 127.7 9.7 125.3C20.1 119.7 30.3 113.9 40.9 108.6C81.6 88.2000000000001 124.1 73 168.3 62.3C189.2 57.3 210.2 53.3 231.5 50.5C263 46.3 294.7 44.5 326.5 45.3C343.9 45.7 361.3 47.1 378.6 49.1C435 55.8 489.5 69.9 541.9000000000001 91.9C544.8000000000001 93.1 547.8000000000001 93.9 551.0000000000001 93.1C557.7000000000002 91.3 560.0000000000001 84.1 555.1000000000001 79.2000000000001C552.3000000000002 76.4 548.8000000000002 74.1 545.5000000000001 71.8000000000001C514.8000000000001 50.7 481.3000000000001 35.4000000000001 445.9000000000001 23.9000000000001C421.3000000000001 16.0000000000001 396.3000000000001 10.1000000000001 370.8000000000001 6.3000000000001C353.2000000000001 3.7 335.4000000000001 1.9000000000001 317.6000000000001 1.5000000000001C316.8000000000001 1.5000000000001 315.9000000000001 1.3000000000001 315.1000000000001 1.2H294C293.2 1.3000000000001 292.3 1.5000000000001 291.5 1.5000000000001C287.9 1.7 284.3 1.8000000000001 280.8 1.9C263.9000000000001 2.6 247.1 4.5000000000001 230.4 7.2C203 11.7 176.2 18.6 150 28.1C95.9 47.7 47.4 76.7000000000001 4.4 115.1C2.6 116.7000000000001 1.4 118.9 0 120.8V122.8zM158 383C156.6 382.8 155.1 382.6 153.7 382.4C139.7 380.7 127.1 375.5 115.7 367.3C113.3 365.6 111.1 363.8 108.6 361.9C108.4 362.4 108.2 362.9 108.2 363.3C107.8 366 107.4 368.8 106.9 371.5C106.2 376.1 103.9 378.1 99.3 378.1H87.8C80.9 378.1 79.6 376.8 79.6 369.9V160.6C79.6 159.6 79.6 158.6 79.7 157.6C79.9 154.6 81.7 152.7000000000001 84.6 152.6C91.6 152.5 98.7 152.5 105.7 152.6C108.6 152.6 110.4 154.6 110.7 157.6C110.8 158.6 110.8 159.6 110.8 160.6V233C111.9 232.1 112.5 231.6 113 231.1C130.9 216.2 151.5 211.3 174 215.7C194.4 219.7 208.6 232.2 217.8 250.6C224.8 264.5 227.7 279.3 228.1 294.7C228.6 311.8 226.9000000000001 328.6 220 344.5C211.5 364.1 197.4 377 176.1 381.4C172.9 382.1 169.6 382.4 166.3 382.9C163.5 383 160.8 383 158 383zM110.6 341.1C110.6 342.6 111 343.5 112.3 344.4C126 353.9 141.1 358.9 157.9 357.6C172.8 356.5 185 349.2 191.4 331.7C195.3 321 196.3 309.9 196.3 298.7C196.3 288.3 195.5 278.1 192.3 268.1C185.5 246.8 169.9 238.7 149.7 239.6C135.7 240.2 123.5 245.6 112.3 253.5C111.1 254.4 110.6 255.2 110.6 256.8C110.7 270.9 110.6 284.9 110.6 299C110.6 313 110.7 327 110.6 341.1zM316.3 383C315.3 382.9 314.3 382.7 313.4000000000001 382.6C303.6 382.1 294.0000000000001 380.9 284.5000000000001 378.5C278.4000000000001 376.9 272.5000000000001 374.7 266.6000000000001 372.7C263.0000000000001 371.5 261.2000000000001 368.9 261.3000000000001 365C261.4000000000001 361.7 261.2000000000001 358.4 261.3000000000001 355.1C261.4000000000001 350.3 263.4000000000001 349 268.1000000000001 350.2C275.9000000000001 352.2 283.7000000000001 354.4 291.6000000000001 355.9C303.9000000000001 358.2 316.3000000000001 359.2 328.8000000000001 357.3C335.3000000000001 356.3 341.4000000000001 354.4 345.6000000000001 348.9C349.3000000000001 344.1 350.7000000000001 338.4 350.9000000000001 332.5C351.2000000000001 324.2 351.1000000000001 315.9 351.2000000000001 307.6C351.2000000000001 307.2 351.1000000000001 306.7 351.0000000000001 306.2C350.5000000000001 306.3 350.1000000000002 306.2 349.7000000000001 306.3C339.2000000000001 308.8 328.6000000000001 310.6 317.7000000000001 311.2C306.4000000000001 311.8 295.2000000000001 311.1 284.4000000000001 307.3C271.5000000000001 302.8 261.1000000000001 295 255.0000000000001 282.4C250.3000000000001 272.6 249.6000000000001 262.2 251.1000000000001 251.7C253.1000000000001 237.7 260.1000000000001 226.9 272.5000000000001 220C284.4000000000001 213.4 297.3000000000001 212.6 310.4000000000001 214.6C325.5000000000001 216.9 338.9000000000001 223.3 350.7000000000001 233C351.1 233.4 351.6 233.7 352.3000000000001 234.1C352.9000000000001 230.3 353.4000000000001 226.7 354.1000000000001 223.1C354.7000000000001 220 356.6000000000001 218 359.5000000000001 217.9C364.9000000000001 217.8 370.4000000000001 217.8 375.8000000000001 217.9C378.5000000000001 218 380.3000000000001 219.8 380.6000000000001 222.6C380.7000000000001 223.5 380.7000000000001 224.5 380.7000000000001 225.4V331.4C380.7000000000001 335.7 380.5000000000001 340 379.8000000000002 344.3C377.9000000000002 357.2000000000001 372.4000000000002 367.8 360.8000000000002 374.7000000000001C354.1000000000002 378.7000000000001 346.7000000000001 380.7000000000001 339.0000000000001 381.8C335.4000000000001 382.3 331.8000000000002 382.6 328.2000000000001 383.1C324.3000000000002 383 320.3000000000002 383 316.3000000000002 383zM351.3 255.3C351.3 254 350.9000000000001 253.1 349.8 252.3C338.6 244.2 326.3 238.8 312.4000000000001 237.4C306.7000000000001 236.8 301.0000000000001 237 295.6 239.2C289.3 241.7 285.2000000000001 246.1 283.2000000000001 252.5000000000001S281.2000000000001 265.5 283.1 271.9000000000001C285.6 280.2000000000001 291.5 284.9000000000001 299.5 287.5C307.6 290.1 316 290.5 324.3 289.7000000000001C332.7 289 340.9000000000001 287.4 349.3 286.3C350.9000000000001 286.1 351.4000000000001 285.3 351.4000000000001 283.7000000000001C351.3 278.9 351.4000000000001 274.2000000000001 351.4000000000001 269.4C351.3 264.7000000000001 351.2000000000001 260 351.3 255.3zM611.2 125.9C610.2 130.9 606.4000000000001 132.8 602.1 134.2C595.3000000000001 136.5 588.2 137.5 581.1 138.1C568 139.2 554.9 138.6 541.9 136.2C527.6 133.5 514 128.9 501.9 120.6C500.5 119.6 499.1 118.5 498.2 117.1C497.5 116 497.3 114.3 497.7 113.1C498.1 111.6 499.8 111.2 501.3 111.3C502 111.3 502.8 111.3 503.5 111.4C511.3 112.2 519 113.1 526.8 113.9C538.1999999999999 115 549.6999999999999 115.7 561.0999999999999 114.8C565.8999999999999 114.5 570.8 113.4 575.4999999999999 112.1C580.5999999999999 110.7 582.8999999999999 106.9 583.0999999999999 101.7C583.4999999999999 93.7 581.6999999999999 86 579.5999999999999 78.4C575.4999999999999 63 569.5999999999999 48.1 563.8 33.3C563.4 32.3 563 31.3 562.8 30.3C562.3 27.4 564 25.4999999999999 566.9 26.1999999999999C568.6 26.5999999999999 570.5 27.4999999999999 571.6999999999999 28.6999999999999C576.0999999999999 32.9999999999999 580.5999999999999 37.3 584.4 42.0999999999999C597.1999999999999 58.4999999999999 604.6999999999999 77.3999999999999 609.1 97.6999999999999C609.9 101.3 610.5 104.9999999999999 611.2 108.5999999999999V125.8999999999999zM479.1 249.1C466.2 284.8 453.3 320.6 440.4000000000001 356.3C438.4000000000001 362 436.2000000000001 367.6 434.1 373.2C433 376.1 430.9000000000001 378 427.7000000000001 378C420.1 378.1 412.5000000000001 378.2 404.8000000000001 378.1C402.3000000000001 378.1 401.1000000000001 376.1 401.6000000000001 373.6C402.1000000000001 371.5 402.7000000000001 369.5 403.5000000000001 367.5C423.1000000000001 319 442.8000000000001 270.4 462.6000000000001 222C464.3000000000001 217.9 464.7000000000001 214.4 462.8000000000001 210.2C459.5000000000001 202.9 456.9000000000001 195.2 453.5000000000001 187.9C450.5000000000001 181.4 445.5000000000001 176.5 438.3000000000001 174.6C433.2000000000001 173.2 428.1000000000001 173 422.9000000000001 173.5C420.4000000000001 173.6999999999999 417.9000000000001 174.3 415.4000000000001 174.5C412.0000000000001 174.6999999999999 410.3000000000001 173.1999999999999 410.2000000000001 169.6999999999999C410.1000000000001 166.3999999999999 410.1000000000001 163.0999999999999 410.2000000000001 159.8C410.3000000000002 154.3 412.2000000000001 151.8 417.6000000000001 150.9C423.2000000000001 149.9 428.9000000000001 149 434.5000000000001 148.9C451.6000000000001 148.5 465.2 155.4 474.0000000000001 170.3C477.5000000000001 176.1999999999999 480.7 182.4 483.2 188.6999999999999C506.9 248.5 530.3000000000001 308.3999999999999 553.8000000000001 368.3C554.5000000000001 370.0999999999999 555.1 371.8999999999999 555.4000000000001 373.8C555.8000000000001 376.5999999999999 554.5000000000001 378.2 551.7 378.2C545.1 378.3 538.4000000000001 378.2 531.8000000000001 378.2C528.1 378.2 525.5000000000001 376.5999999999999 524.1 373C523.6 371.5999999999999 523 370.3 522.5 368.8999999999999C510.9 335.5999999999999 499.3 302.3 487.7 268.8999999999999C485.2 261.7 482.6 254.3999999999999 480 246.7C479.6 247.8 479.4 248.3999999999999 479.1 249.1z" />
|
40 |
-
<glyph glyph-name="amazon"
|
41 |
-
unicode=""
|
42 |
-
horiz-adv-x="448" d=" M257.2 285.3C208.5 283.5 87.7 269.8 87.7 167.8C87.7 58.3 226 53.8 271.2 124.6C277.7 114.4 306.6 87.1 316.5 77.8L373.3 133.8S341 159.1 341 186.6V333.7C341 359 316.5 416 228.7 416C140.7 416 94 361 94 311.7L167.5 304.9C183.8 354.4 221.7 354.4 221.7 354.4C262.4 354.5 257.2 324.6 257.2 285.3zM257.2 198.5C257.2 118.5 173 130.5 173 181.3C173 228.5 223.5 238 257.2 239.1V198.5zM393.2 35C385.5 25 323.2 -32 218.7 -32S34.2 39.5 9.7 69C2.9 76.7 10.7 80.3 15.2 77.3C88.5 32.8 203 -40.5 387.7 47C395.2 50.7 401 45 393.2 35zM433 32.8C426.5 17 417 6 411.8 1.8C406.3 -2.7 402.3 -0.9 405.3 5.6S424.6 52.1 418 60.6C411.5 68.9 381 64.9 370 63.8C359.2 62.8 357 61.8 356 64.1C353.7 69.8 377.7 79.6 393.5 81.6C409.2 83.4 434.5 82.4 439.5 75.9C443.2 70.8 439.5 48.8 433 32.8z" />
|
43 |
-
<glyph glyph-name="amilia"
|
44 |
-
unicode=""
|
45 |
-
horiz-adv-x="448" d=" M240.1 416C178.2 416 108.6 399.1 55.9 360.6C50.8 357.5 46.8 351.4 48.7 341.2C49.8 336.1 53.8 313.8 58.9 301.6C63 291.4 73.1 291.4 79.2 295.5C111.7 317.8 175.7 343.2 231.5 343.2C289.4 343.2 290.4 314.8 290.4 270.1V231.6C203 220.3 78.2 197 46.7 183.8C11.2 167.5 16.3 90.3 16.3 72S31.5 -32 141.2 -32C189 -32 254.9000000000001 -11.3 294.5 10.1V-15.3C294.5 -18.3 296.6 -23.4999999999999 300.6 -24.4C303.7000000000001 -25.4 351.3 -26.4 360.5 -26.4S423 -26.7 427 -25.7C431.1 -24.7 432.1 -19.6 432.1 -16.6V280C432 360.3 374.2000000000001 416 240.1 416zM152.2 88.3C152.2 100.5 149.2 131 170.5 141.2C194.8 154.4 245.6 170.6 290.3 174.7V68C268.9000000000001 54.8 241.6 43.6 211.2 43.6C158.4 43.6 152.3 77.1 152.2 88.3" />
|
46 |
-
<glyph glyph-name="android"
|
47 |
-
unicode=""
|
48 |
-
horiz-adv-x="448" d=" M89.6 243.5V127.7C89.6 112.3 77.5 100 62.1 100C46.8 100 32 112.4 32 127.7V243.5C32 258.6 46.8 271 62.1 271C77.2 271 89.6 258.6 89.6 243.5zM100.4 86.5C100.4 70.1 113.6 56.9 130 56.9H149.9L150.2 -4.2C150.2 -41.1 205.4 -40.8000000000001 205.4 -4.2V56.9H242.6V-4.2C242.6 -40.9 298.1 -41.0000000000001 298.1 -4.2V56.9H318.3C334.5 56.9 347.7 70.1 347.7 86.5V265.9H100.4V86.5zM348.4 275.6H99.3C99.3 318.4 124.9 355.6 162.9 375L143.8 410.3C141 415.2 148.1 418.3 150.5 414.1L169.9 378.5C204.8 394 244.9 393.2 278.2 378.5L297.5 414C300 418.3 307 415.1 304.2 410.2L285.1 375C322.8 355.6 348.4000000000001 318.4 348.4000000000001 275.6zM177.7 331.1C177.7 336.8 173.1 341.6 167.2 341.6C161.5 341.6 157 336.8 157 331.1S161.6 320.6 167.2 320.6C173.1 320.6 177.7 325.4 177.7 331.1zM291.1 331.1C291.1 336.8 286.5 341.6 280.9000000000001 341.6C275.0000000000001 341.6 270.4000000000001 336.8 270.4000000000001 331.1S275.0000000000001 320.6 280.9000000000001 320.6C286.5000000000001 320.6 291.1 325.4 291.1 331.1zM385.9000000000001 271C370.8 271 358.4000000000001 258.9 358.4000000000001 243.5V127.7C358.4000000000001 112.3 370.8 100 385.9000000000001 100C401.3 100 416.0000000000001 112.4 416.0000000000001 127.7V243.5C416.0000000000001 258.9 401.2000000000001 271 385.9000000000001 271z" />
|
49 |
-
<glyph glyph-name="angellist"
|
50 |
-
unicode=""
|
51 |
-
horiz-adv-x="448" d=" M347.1 232.6C358.8 265.2 392.5 359.5 392.5 389.7C392.5 416.3 376.8 438.6 348.8 438.6C304.2 438.6 264.2000000000001 306.9 251.7 275.5C242 304 196.6 448 156.6 448C125.5 448 110.9 425.1 110.9 396.3C110.9 361 145.1 269.5 157.5 234.3C151.2 236.6 144.4 238.6 137.5 238.6C114.1 238.6 89.2 209.5 89.2 186C89.2 177.1 94.1 164.6 97.2 156.3C60.3 146.3 46.1 121.7 46.1 84.6C46 12.4 114.4 -64 210.6 -64C328.6 -64 402 24.6 402 138.9C402 182 395.1 220.9 347.1 232.6zM311.7 340C315.7 352.3 332.8 404.3 348.8 404.3C357.4000000000001 404.3 359.7 395.4 359.7 388.3C359.7 369.2 321.1 263.7 312.6 240.3L278.6 246.3L311.7 340zM142.3 399.7C142.3 411.6 156.8 445.4 188.6 352.6L223.2 252.3C207.6 253.6 195.5 255.3 187.8 250.9C176.9 279.7000000000001 142.3 370.6 142.3 399.7000000000001zM140 204C169.3 204 207.1 109.4 207.1 96.6C207.1 91.5 202.2 85.2000000000001 196.5 85.2000000000001C175.6 85.2000000000001 119.6 162.1 119.6 182.9C119.7 190.6 132.3 204 140 204zM324.3 17.7C295.2 -14.3 258 -30.9 214.6 -30.9C155.2 -30.9 108.3 1.7 85.7 57.4C68.6 100.8 89.5 125.7 106.3 125.7C117.7 125.7 160.6 65.4 160.6 52.6C160.6 47.7 152.9 44.3 148.9 44.3C132.8000000000001 44.3 126.5 59.8 97.8 95.7C68.1 66 118.3000000000001 8.8 156.1 8.8C182.2 8.8 199.2 32.9999999999999 194.1 50.8C197.8 50.8 202.4 50.4999999999999 205.8 51.4C206.9 24.3 214.9 -8 247.5 -10.3C247.5 -9.4 249.5 -3.2 249.5 -2.9C249.5 14.4999999999999 238.9 29.7 238.9 47.4C238.9 75.7 260.6 103.1 282.6 119.1C290.6 125.1 300.3 128.8 309.7000000000001 132.2C319.4000000000001 135.9 329.7000000000001 140.2 337.1 147.6C336 158.8 331.4000000000001 168.7 320.2000000000001 168.7C292.5000000000001 168.7 199.6000000000001 164.7 199.6000000000001 208.4C199.6000000000001 215.1 199.7000000000001 221.5 217.0000000000001 221.5C249.3000000000001 221.5 331.3000000000001 213.5 355.3000000000001 192.4C373.4000000000001 176.3 379.6000000000001 79.2 324.3000000000001 17.7zM225.7 143.7C235.4 140.6 245.4 139.7 255.4 137.7C248 132.3 241.4 125.7 235.1 118.6C232.3 127.1 228.9 135.4 225.7 143.7z" />
|
52 |
-
<glyph glyph-name="angrycreative"
|
53 |
-
unicode=""
|
54 |
-
horiz-adv-x="640" d=" M640 209.8L636.8 181.6L602.3 179.3L600.3 161.2L634.8 163.5L631.5999999999999 135.3L597.1999999999999 133.1L594.9 113L629.3 115.2L626.3 89.1L561.5999999999999 84.9999999999999L574.3 198.1999999999999L527 82.8L495.1 80.8L471.3 198.6L501.6 200.6L515.2 121.2000000000001L546.9000000000001 203.6000000000001L640.0000000000001 209.8000000000001zM426.8 76.5L455.1 78.3L468 198.4L439.6 196.5L426.8 76.5zM162 59.9L142.6 95.9L139.1 58.5L110.9 56.8L113.6 85.9C102.6 67.9 81.6 51.6 56.7 50.1C23.9 48.1 -3 71 0.3 108.3C2.9 137.6 27 171.1 67.8 173.7000000000001C105.5 176.1 115.4 150.5000000000001 119.1 144.9L121.9 175.7000000000001L160.8 178.2000000000001C180.9 179.5000000000001 199.5 174.5000000000001 203.3 154.5000000000001L205.9 181.1000000000001L270.7 185.3000000000001L268 157.4000000000001L231.6 155.0000000000001L229.9 137.1000000000001L266.3 139.4000000000002L263.6 111.5000000000002L227.2 109.2000000000002L225.3 89.3000000000002L261.6 91.6000000000002L259.5 70.8000000000002L314.5 188.0000000000002L338.3 189.6000000000002L370.4 79L379.3 164.6L357 163.2000000000001L359.8999999999999 191.1L434.8999999999999 196L431.8999999999999 168L407.5999999999999 166.4L397.8999999999999 74.5L339.8999999999999 70.8L335.5999999999999 86.4L296.2 83.9L288.2 67.6L162 59.9zM117.7 130.1L91.3 128.4C84.6 140.8 76.9 145 65 144.2C46 143 31.7 126.7 30.4 110.9C29 94.9 37.7 78.4 59.1 79.7C71.9 80.5 80.4 88.3 88 98.6L115 100.3L117.7 130.1zM173.8 137.8C175 150.6999999999999 166.2 151.4 147.7 150.1999999999999L145 121.6999999999999C159.2 122.5999999999999 172.5 123.8 173.8000000000001 137.8zM194.9 66.9999999999999L200.7 127C195.7 113.5 186 105.8999999999999 172.8 100.3999999999999L194.9 66.9999999999999zM330.3 111.9999999999999L322.4000000000001 149.8L306.6 110.4999999999999L330.3 111.9999999999999zM160.2 186.5999999999999L155.9 204.0999999999999L116.3 201.4999999999999L108.2 183.2999999999999L76.3 181.1999999999999L133.3 303.0999999999999L157.2 304.6999999999999L187.9 202.6999999999999L197.8 307.3999999999999L224.8 309.1999999999999L262.6 245.5999999999999L269.1 312.1999999999999L297.6 314.0999999999999L293.6 272.8999999999999C301 286.3999999999999 316.5 317.5999999999999 357.2000000000001 320.3999999999999C397.7000000000001 323.1999999999999 409.6 291.0999999999999 410.6 290.0999999999999L413.9000000000001 322.0999999999999L453.2 324.7999999999999C465.9 325.6999999999999 481.0000000000001 324.4999999999999 489.5000000000001 315.0999999999999L485.1000000000001 326.9999999999999L517.3000000000001 329.1999999999999L530.2 285.9999999999999L553.2 331.6999999999999L584.2 333.8999999999999L540.6 255.4999999999999L535.8000000000001 211.1999999999999L507.4000000000001 209.2999999999999L512.2 253.5999999999999L496.4 296.5999999999999C497.4 274.2999999999999 487.2 256.4999999999999 464.4 246.9999999999999L489.6 208.1999999999999L453.2 205.7999999999999L434.0000000000001 242.5999999999999L430.0000000000001 204.2999999999999L401.6000000000001 202.3999999999998L404.9000000000001 233.8999999999999C398.2000000000001 224.5999999999998 385.2000000000001 198.4999999999998 345.3000000000001 195.8999999999998C319.1000000000001 194.1999999999999 299.7000000000001 206.1999999999999 289.9000000000001 235.0999999999999L285.9000000000001 194.7999999999999L260.9000000000001 193.1999999999999L223.3000000000001 256.4999999999999L217.0000000000001 190.2999999999999L160.2000000000001 186.5999999999999zM436.8000000000001 268.7C447.0000000000001 269.3999999999999 454.3000000000001 270.7999999999999 458.4000000000001 272.9999999999999C462.9000000000001 275.3999999999999 465.4000000000001 279.3999999999999 466.0000000000001 285.0999999999999C466.6000000000001 290.3999999999999 465.4000000000001 293.8999999999999 462.6000000000001 295.4999999999999C459.0000000000001 297.5999999999999 452.0000000000001 298.3 439.7000000000002 297.4999999999999L436.8000000000002 268.7zM327.7 234C333.3 228.1 340.4 225.5 349 226.1C353.7 226.4 358.1 227.9 362.3 230.2C367.8 233.2 372.9000000000001 238.2 377.4000000000001 244.5L343.2000000000001 242.2L345.6 266.1L408.7000000000001 270.4L409.9000000000001 282.4L378.7000000000001 280.3C374.6 284 370.9000000000001 286.9 367.6 288.4C363.6 290.1 359.5 291.2000000000001 355.4000000000001 290.9C347.4000000000001 290.4 340.1 287.3 333.4000000000001 281.7000000000001C325.7000000000001 275.3 321.4000000000001 267.2000000000001 320.5000000000001 257.3C319.4000000000001 247.7 321.9000000000001 240 327.7000000000001 234zM126.4 225.8L150.2 227.4L141.9 265L126.4 225.8z" />
|
55 |
-
<glyph glyph-name="angular"
|
56 |
-
unicode=""
|
57 |
-
horiz-adv-x="415.6" d=" M169.7 179.9H245.9L207.8 271.5L169.7 179.9zM207.8 416L0 341.6L31.8 65.9L207.8 -32L383.8 65.9L415.6 341.6L207.8 416zM338 74.2H289.4L263.2 139.6H152.6L126.4 74.2000000000001H77.7L207.8 366.5L338 74.2z" />
|
58 |
-
<glyph glyph-name="app-store-ios"
|
59 |
-
unicode=""
|
60 |
-
horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM127 63.5C121.5 53.9 109.2 50.7 99.7 56.2C90.1 61.7 86.9 74 92.4 83.5L106.7 108.2C122.8 113.1 136 109.3 146.3 96.8L127 63.5zM265.9 117.4H84C73 117.4 64 126.4 64 137.4S73 157.4 84 157.4H135L200.4 270.6L179.9 306C174.4 315.6 177.7 327.8 187.2 333.3C196.8 338.8 209 335.5 214.5 326L223.4 310.6L232.3000000000001 326C237.8000000000001 335.6 250.1000000000001 338.8 259.6 333.3C269.2000000000001 327.8 272.4000000000001 315.5 266.9000000000001 306L181.1 157.4H243.2C263.4000000000001 157.4 274.7000000000001 133.7 265.9000000000001 117.4zM364 117.4H335L354.6 83.5C360.1 73.9 356.8 61.7 347.3 56.2C337.7 50.7 325.5 54 320 63.5C287.1 120.4 262.5 163.2 246 191.6C229.3 220.6 241.2 249.6 253.1 259.4000000000001C266.2 236.7000000000001 285.8 202.7000000000001 312 157.4H364C375 157.4 384 148.4 384 137.4C384 126.3 375 117.4 364 117.4z" />
|
61 |
-
<glyph glyph-name="app-store"
|
62 |
-
unicode=""
|
63 |
-
horiz-adv-x="512" d=" M255.9 327.1L265 342.8C270.6 352.6 283.1 355.9 292.9 350.3C302.7 344.7 306 332.2 300.4 322.4L212.9 170.9H276.2C296.7 170.9 308.2 146.8 299.3 130.1H113.8C102.5 130.1 93.4 139.2 93.4 150.5C93.4 161.8 102.5 170.8999999999999 113.8 170.8999999999999H165.8L232.4 286.3L211.6 322.3999999999999C206 332.2 209.3 344.5999999999999 219.1 350.3C228.9 355.8999999999999 241.3 352.5999999999999 247 342.8L255.9 327.0999999999999zM177.2 109.1L157.6 75.1C152 65.3 139.5 62 129.7 67.6C119.9 73.2000000000001 116.6 85.7000000000001 122.2 95.5L136.8 120.7C153.2 125.8 166.6 121.9 177.2 109.1zM346.1 170.8H399.2000000000001C410.5000000000001 170.8 419.6 161.7 419.6 150.4C419.6 139.1 410.5 130.0000000000001 399.2000000000001 130.0000000000001H369.7000000000001L389.6 95.5000000000001C395.2000000000001 85.7000000000001 391.9000000000001 73.3000000000001 382.1 67.6000000000001C372.3 62.0000000000001 359.9000000000001 65.3000000000001 354.2000000000001 75.1000000000001C320.7000000000001 133.2000000000001 295.5000000000001 176.7000000000001 278.8000000000001 205.7000000000001C261.7000000000001 235.2000000000001 273.9000000000001 264.8000000000001 286.0000000000001 274.8000000000001C299.4000000000001 251.8000000000001 319.4000000000001 217.1000000000001 346.1000000000001 170.8000000000001zM256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM472 192C472 73.3 375.9 -24 256 -24C137.3 -24 40 72.1 40 192C40 310.7 136.1 408 256 408C374.7 408 472 311.9 472 192z" />
|
64 |
-
<glyph glyph-name="apper"
|
65 |
-
unicode=""
|
66 |
-
horiz-adv-x="640" d=" M42.1 208.9C64.3 208.9 71.1 206.1 75.6 194.3H76.4V217.2C76.4 228.5000000000001 71.6 232.6 58.5 232.6C47.2 232.6 44.1 230.1 43.4 219.8H4.8C5.1 233.7 6.3 238.9 10.6 244.2C17.9 253 29.5 256 56.7 256C89.7 256 103.8 251 110.6 237.1C112.6 232.8 114.6 221.5 114.6 213.4V137.1H76.3L77.6 156.2000000000001H76.6C71.3 140.6 63 135.8000000000001 41.1 135.8000000000001C10.8 135.8000000000001 0 145.9000000000001 0 173.1000000000001C0 198.3000000000001 12.3 208.9000000000001 42.1 208.9000000000001zM59.2 160.8C72.3 160.8 76.1 163.8 76.1 174.2C76.1 183.3 71.8 185.8 56.5 185.8C43.4 185.8 38.6 182.8 38.6 173.7C38.5 163.3 42.3 160.8 59.2 160.8zM137 255.7H175.3L173.8 235.1H174.6C183.7 252.2 190.5 256 212.1 256C226.5000000000001 256 236.8 253.0000000000001 243.6 246.9000000000001C253.4000000000001 238.3000000000001 256.4000000000001 226.5000000000001 256.4000000000001 198.8000000000001C256.4000000000001 168.8000000000001 253.4000000000001 155.7000000000001 244.3000000000001 145.9C237.5000000000001 138.6 227.9000000000001 135.8 211.1 135.8C190.7 135.8 181.9 141.3 177.3 157H176.5V86.7H137V255.7zM217.9 195C217.9 222.5 214.6 227.5 197.2 227.5C180.3 227.5 176.5 222.5 176.5 198.8C176.5 170.8 180 165.3 197.7 165.3C214.1 165.3 217.9 170.9 217.9 195zM275.8 255.7H314.1L312.6 235.1H313.4000000000001C322.5000000000001 252.2 329.3 256 350.9000000000001 256C365.3 256 375.6 253 382.4000000000001 246.9C392.2000000000001 238.3 395.2000000000001 226.5 395.2000000000001 198.8C395.2000000000001 168.8 392.2000000000001 155.7 383.1 145.9C376.3 138.6 366.7000000000001 135.8 349.8 135.8C329.4000000000001 135.8 320.6 141.3 316 157H315.2V86.7H275.7V255.7zM356.7000000000001 195C356.7000000000001 222.5 353.4000000000001 227.5 336.0000000000001 227.5C319.1000000000001 227.5 315.3000000000001 222.5 315.3000000000001 198.8C315.3000000000001 170.8 318.8000000000001 165.3 336.5000000000001 165.3C352.9000000000001 165.3 356.7000000000001 170.9 356.7000000000001 195zM410.5000000000001 198.8C410.5000000000001 224.2 413.8000000000001 236.6 422.8000000000001 244.6C431.6000000000001 252.7 445.0000000000001 255.9000000000001 467.9000000000001 255.9000000000001C510.7000000000001 255.9000000000001 523.6000000000001 243.1 523.6000000000001 200.2000000000001V189.1H448.3000000000002C448.0000000000001 187.1 448.0000000000001 185.1 448.0000000000001 184.3C448.0000000000001 167.4 452.5000000000001 162.4 468.1000000000001 162.4C482.0000000000001 162.4 486.0000000000001 165.4 486.0000000000001 176.3H523.5000000000001V174C523.5000000000001 164.2 521.0000000000001 155.1 516.7000000000002 149.3C509.4000000000001 139.5 497.1000000000001 135.7 472.4000000000001 135.7C444.9000000000002 135.7 430.8000000000002 139 421.8000000000002 148C413.3000000000002 156.5 410.5000000000001 169.3 410.5000000000001 198.8zM486.9000000000001 210.4C486.6000000000001 212.2 486.6000000000001 213.7 486.6000000000001 214.2C486.6000000000001 226.5000000000001 483.3000000000001 228.8 467.0000000000001 228.8C452.6000000000001 228.8 449.9000000000001 225.8 448.9000000000001 213.7L448.6 210.4H486.9zM542.5000000000001 255.7H580.8000000000001L579.0000000000001 235.8H579.7000000000002C586.5000000000001 250.7 594.1000000000001 256 609.4000000000002 256C620.2000000000002 256 628.5000000000002 252.7 632.8000000000002 246.7C638.1000000000001 239.4 639.6000000000001 232.3 639.6000000000001 212.7C639.6000000000001 211.2 639.6000000000001 207.7 639.8000000000002 203.4H604.8000000000002C605.1000000000001 205.2 605.1000000000001 206.7 605.1000000000001 207.4C605.1000000000001 222.8 603.1000000000001 226.8 594.8000000000002 226.8C588.5000000000002 226.8 584.0000000000002 223.5 581.7000000000002 217.5C580.7000000000002 214.5 580.7000000000002 213.1999999999999 580.7000000000002 205.1999999999999V137.1999999999999H542.4000000000002V255.7z" />
|
67 |
-
<glyph glyph-name="apple-pay"
|
68 |
-
unicode=""
|
69 |
-
horiz-adv-x="640" d=" M116.9 289.5C109.4 280.6 97.4 273.6 85.4 274.6C83.9 286.6 89.8 299.4 96.7 307.2C104.2 316.3 117.3 322.8 128 323.3C129.2 310.9 124.3 298.6 116.9 289.5M127.8 272.3C110.4 273.3 95.5 262.4 87.3 262.4C78.9 262.4 66.3 271.8 52.5 271.5C34.6 271.2 18 261.1 8.9 245C-9.9 212.7 4 165 22.2 138.7C31.1 125.7 41.7 111.4 55.7 111.9C69 112.4 74.2 120.5 90.2 120.5C106.3 120.5 111 111.9 125 112.1C139.5 112.4 148.6 125.1 157.5 138.1C167.6 152.9 171.8 167.2000000000001 172 168C171.7 168.3 144 178.9 143.7 210.9C143.4 237.7 165.6 250.4 166.6 251.2C154.1 269.8 134.6 271.8 127.8 272.3M228.2 308.5V113.6H258.5V180.2000000000001H300.4C338.7 180.2000000000001 365.5 206.5000000000001 365.5 244.5000000000001S339.1 308.5000000000001 301.4 308.5000000000001H228.2zM258.5 283H293.4C319.7 283 334.7 269 334.7 244.4S319.7 205.6 293.3 205.6H258.5V283zM420.7 112.1C439.7 112.1 457.3 121.7000000000001 465.3 137H465.9V113.6H493.9V210.6C493.9 238.7 471.4 256.9000000000001 436.8 256.9000000000001C404.7 256.9000000000001 380.9000000000001 238.5000000000001 380 213.3000000000001H407.3C409.6 225.3000000000001 420.7 233.2000000000001 435.9000000000001 233.2000000000001C454.4 233.2000000000001 464.8 224.6000000000001 464.8 208.7000000000001V197.9L427 195.6C391.9 193.5 372.9 179.1 372.9 154.1C373 128.9 392.6 112.1 420.7 112.1zM428.9 135.2000000000001C412.8 135.2000000000001 402.5 143.0000000000001 402.5 154.8000000000001C402.5 167.1000000000001 412.4 174.2000000000001 431.3 175.3000000000001L464.9 177.4000000000001V166.4000000000001C464.9 148.2000000000001 449.4000000000001 135.2000000000001 428.9000000000001 135.2000000000001zM531.4 60.6C560.9 60.6 574.8 71.9 586.9 106L640 255H609.2L573.6 139.9H573L537.4 255H505.8L557 113.1L554.2 104.5C549.6 89.9 542.1 84.2 528.7 84.2C526.3000000000001 84.2 521.7 84.5 519.8000000000001 84.7V61.3C521.6 60.9 529.1 60.6 531.4000000000001 60.6z" />
|
70 |
-
<glyph glyph-name="apple"
|
71 |
-
unicode=""
|
72 |
-
horiz-adv-x="376.5" d=" M314.7 179.3C314.5 216 331.1 243.7 364.7 264.1C345.9 291 317.5 305.8 280 308.7000000000001C244.5 311.5 205.7 288 191.5 288C176.5 288 142.1 307.7000000000001 115.1 307.7000000000001C59.3 306.8 0 263.2 0 174.5C0 148.3 4.8 121.2 14.4 93.3C27.2 56.6 73.4 -33.4 121.6 -31.9C146.8 -31.3 164.6 -14 197.4 -14C229.2 -14 245.7 -31.9 273.8 -31.9C322.4000000000001 -31.2 364.2000000000001 50.6 376.4 87.4C311.2 118.1 314.7 177.4 314.7 179.3000000000001zM258.1 343.5C285.4 375.9 282.9 405.4 282.1 416C258 414.6 230.1 399.6 214.2 381.1C196.7 361.3 186.4 336.8 188.6 309.2C214.7 307.2 238.5 320.6 258.1 343.5z" />
|
73 |
-
<glyph glyph-name="asymmetrik"
|
74 |
-
unicode=""
|
75 |
-
horiz-adv-x="576" d=" M517.5 138.8C556.3 178.8 575.6 218.8 576 254.9C576.8 320.4 516.6 373.1 406.6 389.9C277.9 409.6 118.1 374.4 0 307.5C52 334 110.6 355.7 170.7 365.7C245.2 386.2 323.7 391.1 392 380.5C544.5 356.7 588.8 253 490.8 148.8C480.6 138 468.8 127.7 455.8 118.2L304.9 344.6L114.7 59.1C49.1 88.5 38.2 149.3 95.6 210.3C116.4 232.5 143.9 252.2 175.1 268.4C195.1 280.6 214.8 291 237.1 299.1C172 278.8 114.4 246.2 75.5 206.2C47.8 177.6 34.1 149.1 33.8 123.3C33.3 88.1999999999999 57.2 58.1999999999999 102.2 40.3L67.7 -11.4H169.3L191.3 22.9999999999999C213.5 21.9999999999999 236.6 22.9999999999999 259.9 25.6999999999999L237.1 -11.4000000000001H372.6L340 41.7C358.6 47 376.9 53.2 394.5 60.4L440.4 -11.4H542L468.6 99C487.1 111.1 503.6 124.5 517.5 138.8zM329.9 58.3L304.9 98.9L272.2 45.6C248.8 42.1 225.5 40.5 203 41.2L304.9 200.5000000000001L383.6 77.5000000000001C366.4 70.1000000000001 348.3 63.6000000000001 329.9 58.3000000000001z" />
|
76 |
-
<glyph glyph-name="audible"
|
77 |
-
unicode=""
|
78 |
-
horiz-adv-x="640" d=" M640 248.1V194.1L320 -5.9L0 194V248L320 48L640 248.1zM445.5 176.1L492.6 205.5C455.4 261.3 391.9000000000001 298.1 319.9000000000001 298.1C247.9000000000001 298.1 184.4 261.4000000000001 147.3000000000001 205.7H147.6000000000001C150.1000000000001 208 152.7000000000001 210.2 155.3000000000001 212.4C245.0000000000001 286.8 374.7000000000001 270.5 445.5 176.1zM225.4 157.3C242.3 169.2 261.9 176 282.8 176C317.2 176 348 157.6 369.2000000000001 128.4L414.6 156.8C393.7000000000001 186.6999999999999 359 206.3 319.8 206.3C280.9000000000001 206.3 246.4 186.9 225.4 157.3zM103.6 286.9C235.4 391.2 421.8 363.3 521.1 224.8L521.8000000000001 223.8L570.6 254.2C517.1 335.9 424.8 389.9 319.9 389.9C216.4 389.9 123.3 336.4 69.4 254.3C79.3 264.8 92.1 277.8 103.6 286.9zM570.6 254.2z" />
|
79 |
-
<glyph glyph-name="autoprefixer"
|
80 |
-
unicode=""
|
81 |
-
horiz-adv-x="640" d=" M318.4 432L157.4 -48H234.9L260.3 33.4H379.8L405 -48H482.5L318.4 432zM278.1 90.1L319.3 220.5H320.8L361.7 90.1H278.0999999999999zM640 43L630 74.4L462.1 90L481.5 33.5L640 43zM177.9 90L10 74.3L0 43L158.5 33.6L177.9 90z" />
|
82 |
-
<glyph glyph-name="avianex"
|
83 |
-
unicode=""
|
84 |
-
horiz-adv-x="512" d=" M453.1 416H141.1C102.2 416 64.9 384.8 57.8 346.3L1.2 37.7C-5.9 -0.8 19.9 -32 58.9 -32H370.9C409.8 -32 447.1 -0.8 454.2 37.7L510.9 346.2C517.9 384.8 492.1 416 453.1 416zM394.9000000000001 68.7L362.9000000000001 55.2L247.5000000000001 165.2C232.8000000000001 155.2 218.3000000000001 145.7 205.8 138.1L227.9 73.9L210 61.2L169.4 122.2L117 170.3L132.7 185.7L190.7 154.6C200 165.1 211.5 177.2 223.5 189.5L203 219.1L134.2 318.9L153 347.8L161.9 352.6L265 240.2L269.9 235.7C289.3 254.5 303.7 268.1 303.7 268.1C311.4 274.6 325.2 271 334.4 260.2C343.4 249.7 345 235.5 337.1 228.9C335.3 227.6 321.6 217.5 301.8 203.3L306.3 196L401.2 76.6L394.8999999999999 68.7z" />
|
85 |
-
<glyph glyph-name="aviato"
|
86 |
-
unicode=""
|
87 |
-
horiz-adv-x="640" d=" M107.2 164.5L88.2 206.3H36.1L17.1 164.5H0L62.2 295.9L124.4 164.5H107.2zM62.2 262.6L42.6 220.1H81.8L62.2 262.6zM174.9 160.2L112.7 291.6H129.8L174.9 195.6L220 291.6H237L174.9 160.2zM255.5 164.5V291.6H271V164.5H255.5zM464.6 280.1V164.5H447.3V280.1H406.1V291.6H505.7V280.1H464.6zM640 229.2C640 220 638.3 211.4 634.9 203.4C631.5 195.4 626.6999999999999 188.3 620.6999999999999 182.3C614.6999999999999 176.3 607.5999999999999 171.5 599.5999999999999 168.1C591.5999999999999 164.7 582.9999999999999 163 573.8 163S556 164.6999999999999 548 168.1C540 171.5 532.9 176.3 526.9 182.3C520.9 188.3 516.1 195.3 512.6999999999999 203.4C509.3 211.4 507.5999999999999 220 507.5999999999999 229.2S509.2999999999999 247 512.6999999999999 255C516.0999999999999 263 520.9 270.1 526.9 276.1C532.9 282.1 539.9 284.5 548 288C556 291.4 564.6 293.1 573.8 293.1S591.5999999999999 291.4 599.5999999999999 288C607.5999999999999 284.6 614.6999999999999 282.2 620.6999999999999 276.1C626.6999999999999 270.1 631.4 263 634.9 255C638.3 247 640 238.4 640 229.2zM624.5 229.2C624.5 236.5 623.2 243.2 620.6 249.5C618 255.8 614.4 261.2 609.8000000000001 265.8C605.2 270.4 599.8000000000001 274 593.6 276.7000000000001C587.4 279.4 580.8000000000001 280.7000000000001 573.8000000000001 280.7000000000001S560.2 279.4 554.0000000000001 276.7000000000001C547.8000000000001 274 542.4000000000001 270.4 537.8000000000001 265.8C533.2 261.2000000000001 529.6 255.8 527.0000000000001 249.5C524.4000000000001 243.2 523.1000000000001 236.4 523.1000000000001 229.2C523.1000000000001 221.9 524.4000000000001 215.2 527.0000000000001 208.9C529.6000000000001 202.6 533.2000000000002 197.2 537.8000000000001 192.6C542.4000000000001 188 547.8000000000001 184.4 554.0000000000001 181.7C560.2000000000002 179 566.8000000000001 177.7 573.8000000000001 177.7S587.4000000000001 179 593.6 181.7C599.8000000000001 184.4 605.2 188 609.8000000000001 192.6C614.4000000000001 197.2 618.0000000000001 202.6 620.6 208.9C623.2 215.2 624.5 222 624.5 229.2zM529.7 132.5V138.8L618.6 148.8L375.7000000000001 135.4C376.3000000000001 137.6 376.8000000000001 140.0000000000001 377.1 142.6C377.4000000000001 144.6 377.6 146.8 377.7000000000001 149.1L442.5000000000001 157.2000000000001L377.6 155.3000000000001C377.6 155.7000000000001 377.5 156.0000000000001 377.5 156.4000000000001C374.7 173.6000000000001 352 180.1000000000001 352 180.1000000000001L350.9 206.4000000000001H374.7L393.7 164.6000000000001H410.8L348.6 296L286.4000000000001 164.6H303.5000000000001L322.5000000000001 206.4H346.1000000000001L345 180S322.3 173.5 319.5 156.3C319.4 156 319.4 155.6 319.4 155.2L254.5 157.1L319.3 149C319.4 146.6999999999999 319.6 144.6 319.9 142.5C320.2 139.8999999999999 320.7 137.5 321.3 135.3L78.4 148.8L167.3 138.8V132.5C161.4 131.6 156.8 126.5 156.8 120.3C156.8 113.5 162.4 107.9 169.2 107.9C176 107.9 181.6 113.5000000000001 181.6 120.3C181.6 126.5 177 131.6 171.1 132.5V138.3L251.4000000000001 129.3V123.9C245.7000000000001 122.8 241.5000000000001 117.7000000000001 241.5000000000001 111.8C241.5000000000001 105 247.1 101.6 253.9000000000001 101.6C260.7000000000001 101.6 266.3 105 266.3 111.8C266.3 117.8 262 122.8 256.4000000000001 123.9V128.8L284.8 125.6V101.9H278.9000000000001V88H284.8V94.6H289.8V88H295.7V101.8H289.8V125L328.1 120.7C336.2000000000001 109.3 347.1 107.1 347.1 107.1L347 100.4L341.9 100.2L341.8 88.1H345.9L346 93.1H351.2L351.3 88.1H355.4000000000001L355.3 100.2L350.2 100.4L350.1 107.1S361 109.2 369.1 120.7L407.4 125V101.8H401.5V88H407.4V94.6H412.4V88H418.3V101.8H412.4V125.5L440.8 128.7V123.8C435.1 122.7 430.9 117.6 430.9 111.7C430.9 104.9 436.5 101.5 443.3 101.5C450.1 101.5 455.6999999999999 104.9 455.6999999999999 111.7C455.6999999999999 117.7 451.3999999999999 122.7 445.8 123.8V129.2L526.0999999999999 138.2V132.4C520.1999999999999 131.5 515.5999999999999 126.4 515.5999999999999 120.2C515.5999999999999 113.4 521.1999999999999 107.8 527.9999999999999 107.8C534.7999999999998 107.8 540.3999999999999 113.4 540.3999999999999 120.2C540.1999999999998 126.5 535.6999999999998 131.6 529.6999999999998 132.5zM328.9000000000001 220.1L348.5000000000001 262.6L368.1000000000001 220.1H350.2000000000001L348.5000000000001 260.4L346.8000000000002 220.1H328.9000000000002z" />
|
88 |
-
<glyph glyph-name="aws"
|
89 |
-
unicode=""
|
90 |
-
horiz-adv-x="512" d=" M261.2 311.9C247.2 254.4 248.1 257.5 235.4 204.9C233.8 198.4 231.3 196.5 224.7 196.4H210.3C204.5 196.5 202.1 198 200.4 203.7C188.1 243.1 171.6 297.8 160.5 334.4C156.4 347.9 159.1 347.6 169.8 347.3C173.5 347.2000000000001 177.1 347.3 180.8 347.3C185.9 347.2000000000001 188.5 345.3 189.9 340.2000000000001C193.5 327.3 195.9 317.4 216.5 236.1C216.9 234.5000000000001 217.4 233.0000000000001 217.9 231.5000000000001H219C219.5 233.5000000000001 220.1 235.4000000000001 220.6 237.4000000000001C228.4 270.3000000000001 236.1 303.3000000000001 243.9 336.2000000000001C246.3 346.4000000000001 250.6 347.4000000000001 260.9 347.4000000000001H268.5C275.4 347.3000000000001 277.5 345.9000000000001 279.2 339.1C285.2 315.7000000000001 302.7 237.3000000000001 305.9 228.7000000000001C311 247.0000000000001 304.1 220.8000000000001 334.4 337.7000000000001C336.5 345.8000000000001 338.5 347.4000000000001 346.7 347.4000000000001H359.4C364.8 347.3000000000001 366.4 345.6 365.1 340.3000000000001C362.7 330.8000000000001 362.2 330.4000000000001 323.8 207.4C320.7 197.5 319.6 196.6 309.2 196.6H298.5999999999999C291.2999999999999 196.6 289.3999999999999 197.9 287.5999999999999 205C283.2999999999999 221.2 264.2999999999999 300.7000000000001 261.2 311.9000000000001zM125.4 200.7C129.6 194.9 133.5 194.4 139.5 198.3L145.8 202.5C152.6 207 153.1 208.8 149.4 216C145.1 224.4 143 233.3 143.1 242.9C143.1 246 143.7 298.6 142.2 309.7C139.5 329 129.7 342.5 110.5 348.4C99.8 351.8 88.8 351.7 77.8 351.4C62.7 351 48.4 346.8 35 340C33.2 339.1 31.3 336.9 30.9 335.1C30.1 331.2 29.8 327 30.2 323C30.8 317.1 32.8 316 38.4 317.9C43.5 319.6 48.4 321.8 53.5 323.3C68 327.7 82.7 329.7 97.6 325C104.7 322.8 109.3 318.1 111.9 311.2C114.9 303.3 114.3 295.1 114.3 287C114.3 281.5 114.2 281.5 108.8 282.5C94.9 285.1 81.1 287.5 66.9 285.6C51.7 283.5 38.3 278.3 28.7 265.6C19.6 253.6 18.7 240 21.3 226.1C24.1 211.1 33.1 200.4 47.7 195.7C68.3 189 87.8 192.4 105.4 205.2C109.2 208 112.6 211.4 116.5 214.7C119.6 209.7 122.3 205 125.4 200.7zM110.1 262.3C113.1 261.9 114.6 260.4 114.4 257.2C114.2 253.4 114.5 249.6 114.1 245.8C112.9 234.1 106.4 226.1 96.2 220.9C88 216.7 79.3 215.1 70.1 215.9C54.9 217.2 49.1 229 50.5 242.2C51.8 254.8 59 261.8 72 264C85.8 266.4 88 265.1 110.1 262.3zM458.9 197.2C480.2 205.8 491.8 223.4 488.1 247.2C485.9 261.8 476.3 271.4 462.9 276.7C448.2000000000001 282.6 429.1 287 414.8 294.9C410.4000000000001 297.3 407.4000000000001 301.2 407.2 306.8C406.8 317.9 411.4 324 422.6 326.6C431.9 328.7 441.4 328.8 450.7 327C458 325.6 465 322.8 472.1 320.7C474.9 319.8 477.9999999999999 318.6 479.9 322.3C483.7 329.6 480.3 341 472.6 344.1C450.1 353.1 427.1 355.7 404.4 345.7C389.8 339.3 379.8 328.3 378.4 311.5C376.8 292.2 385.3 278.1 402.5 269.8C410.2 266.1 418.6 263.9 426.7 260.9C434.8 257.9 442.9 255.1 450.8 251.8C463.1 246.5 462.4 227.6 452 221.8C424.3 206.5 387.1 224.2 382.8 225.6C379.5 226.7 377.5 225.4 376.5 221.9C373.5 210.6 377.2 203.1 388.1 199.2C409.8 191.3 437.7000000000001 188.7 458.9 197.2zM296 34.5C346.8 40.3 394.7 55.3 438.7 81.5C446.7 86.2 454.2 91.8 461.8 97.2C469.1 102.4 465 115.6 450.5 109.4C396.1 86.2 339.3 73.3 280.3 70.5C249.8 69 219.5 70.8 189.2 75.2C126.1 84.4 66.8 104.4 11.6 136.4C9.5 137.6 7.4 138.9 5.1 139.4C0.2 140.5 -2.6 134.7 2.7 129.7C26.7 107.6 53 88.9 81.8 74C135.5 46.3 192.3 31.3 253 32C267.4 32.8 281.8 32.9 296 34.5zM470.7 126.7C485.5 125.9 490.1 120.8 486.4 106.5C482.6 91.7 477.1 77.3 472.5 62.7C471.6 59.8 468.3 56.4 471.7 53.9C475.4 51.3 478.2 54.9 480.7 57.2C490.9 66.7 498.1 78.2 503.2 91C508.6 104.4 512.5 118.2 511.9 132.9C511.7 139.1 510.1 141.7 504.1 143.4C498.7 144.9 493.1 146.2 487.6 146.6C465.9999999999999 148.4 445.1 146.1 425.6 136C422.5 134.3999999999999 419.6 132.3 416.9 130.1C415.8 129.2 413.7 124.8 419.3 124C421.2 123.6999999999999 423.2 124.1 425.2 124.3C442.0999999999999 125.9 453.8 127.6 470.6999999999999 126.6999999999999z" />
|
91 |
-
<glyph glyph-name="bandcamp"
|
92 |
-
unicode=""
|
93 |
-
horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM296.2 113.9H115.2L199.9 270H380.9L296.2 113.9z" />
|
94 |
-
<glyph glyph-name="behance-square"
|
95 |
-
unicode=""
|
96 |
-
horiz-adv-x="448" d=" M186.5 155C186.5 135.7 172.5 129.6 155.3 129.6H110.2V182.5H156.2C174.8 182.4 186.5 174.7 186.5 155zM178.8 237.3C178.8 255 165.1 259.2000000000001 149.9 259.2000000000001H110.3V214.4H153C168.1 214.4 178.8 221 178.8 237.3000000000001zM311.1 214.1C292.8 214.1 280.6 202.7 279.4000000000001 184.4H341.6C339.9000000000001 202.9 330.3 214.1 311.1 214.1zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM271.7 263H349.5V281.9H271.7V263zM228.7 152.7C228.7 176.8 217.3 197.6 193.7 204.3C210.9 212.5 219.9 222 219.9 241.3C219.9 279.5 191.4 288.8 158.5 288.8H68V96.8H161.1C196 96.9999999999999 228.7 113.6999999999999 228.7 152.6999999999999zM380 167.5C380 208.6 355.9 242.9 312.4 242.9C270 242.9 241.3 211.1 241.3 169.3C241.3 126 268.6 96.3 312.4 96.3C345.6 96.3 367.1 111.2 377.5 143.1H343.8C340.1 131.2000000000001 325.2 125 313.6 125C291.2000000000001 125 279.5 138.1 279.5 160.3H379.7C379.8 162.6 380 165.1 380 167.5z" />
|
97 |
-
<glyph glyph-name="behance"
|
98 |
-
unicode=""
|
99 |
-
horiz-adv-x="576" d=" M232 210.8C263.8 226 280.4 249 280.4 284.8C280.4 355.4 227.8 372.6 167.1 372.6H0V18.2H171.8C236.2 18.2 296.7000000000001 49.1 296.7000000000001 121.1C296.7000000000001 165.6 275.6 198.5 232.0000000000001 210.8zM77.9 312.1H151C179.1 312.1 204.4 304.2 204.4 271.6C204.4 241.5 184.7 229.4 156.9 229.4H77.9V312.1zM161.2 78.4H77.9V176H162.8C197.1 176 218.8 161.7 218.8 125.4C218.8 89.6 192.9 78.4 161.2 78.4zM519.7 319.1H376V354H519.7V319.1zM576 142.8C576 218.7 531.6 282 451.1 282C372.9000000000001 282 319.8 223.2 319.8 146.2C319.8 66.3 370.1 11.5 451.1 11.5C512.4 11.5 552.1 39.1 571.2 97.8H509C502.3 75.9 474.7 64.3 453.3 64.3C412 64.3 390.3 88.5 390.3 129.6H575.4C575.6999999999999 133.8 576 138.3 576 142.8zM390.4 174C392.7 207.7 415.1 228.8 448.9 228.8C484.3 228.8 502.1 208 505.1 174H390.4z" />
|
100 |
-
<glyph glyph-name="bimobject"
|
101 |
-
unicode=""
|
102 |
-
horiz-adv-x="448" d=" M416 416H32C14.4 416 0 401.6 0 384V0C0 -17.6 14.4 -32 32 -32H416C433.6 -32 448 -17.6 448 0V384C448 401.6 433.6 416 416 416zM352 158.6C352 109.2000000000001 340.6 76 248.2 76H231.3C187.2 76 168.9 90.9 160.9 114.8H160V80H96V312H160V237.3H161.1C165.7 267.8 200.8 276.1 230.8 276.1H248.1C340.5 276.1 351.9000000000001 243.0000000000001 351.9000000000001 193.6V158.6zM288 187.5V164.6C288 142.9 284.6 130.8 249.6 130.8H204.3C175.4 130.8 160.2 137.3 160.2 166.5V185.5C160.2 214.8 175.4 221.2 204.3 221.2H249.6C284.6 221.4 288 209.2 288 187.5z" />
|
103 |
-
<glyph glyph-name="bitbucket"
|
104 |
-
unicode=""
|
105 |
-
horiz-adv-x="512" d=" M23.1 416C14.2 416.1 7 409.1 6.9 400.2C6.9 399.3 7 398.4 7.1 397.4L74.9 -14C76.6 -24.4 85.6 -32 96.1 -32.1H421.2000000000001C429.1 -32.2 435.9000000000001 -26.5 437.2000000000001 -18.7L505.0000000000001 397.3C506.4 406 500.5000000000001 414.2 491.8000000000001 415.6C490.9000000000001 415.7 490.0000000000001 415.8 489.0000000000001 415.8L23.1 416zM308.4000000000001 118.7H204.6L176.5 265.5H333.5L308.4 118.7z" />
|
106 |
-
<glyph glyph-name="bitcoin"
|
107 |
-
unicode=""
|
108 |
-
horiz-adv-x="512" d=" M504 192C504 55.033 392.967 -56 256 -56S8 55.033 8 192S119.033 440 256 440S504 328.967 504 192zM362.349 227.33C367.286 260.329 342.158 278.069 307.799 289.903L318.945 334.605L291.732 341.386L280.881 297.862C273.727 299.645 266.379 301.326 259.078 302.992L270.007 346.802L242.809 353.583L231.656 308.897C225.734 310.246 219.9209999999999 311.579 214.279 312.981L214.31 313.121L176.78 322.491L169.541 293.429S189.732 288.802 189.3059999999999 288.516C200.3279999999999 285.765 202.3199999999999 278.472 201.9859999999999 272.691L189.2899999999999 221.766C190.0499999999999 221.572 191.0339999999999 221.293 192.119 220.859C191.2119999999999 221.084 190.243 221.332 189.243 221.572L171.447 150.2339999999999C170.098 146.8859999999999 166.68 141.8639999999999 158.976 143.7699999999999C159.2469999999999 143.375 139.196 148.7069999999999 139.196 148.7069999999999L125.6859999999999 117.56L161.0999999999999 108.733C167.6879999999999 107.0819999999999 174.1449999999999 105.3539999999999 180.5 103.727L169.238 58.514L196.4199999999999 51.733L207.5729999999999 96.466A1038.209 1038.209 0 0 1 229.26 90.8389999999999L218.1449999999999 46.3159999999999L245.3579999999999 39.5349999999999L256.6199999999999 84.6629999999999C303.0239999999999 75.8819999999999 337.9189999999999 79.4239999999999 352.6059999999999 121.3899999999999C364.4419999999999 155.1799999999999 352.0169999999999 174.6709999999999 327.6019999999999 187.3809999999999C345.3819999999999 191.4789999999999 358.7759999999999 203.1729999999999 362.3489999999999 227.3299999999999zM300.172 140.151C291.762 106.3609999999999 234.864 124.6279999999999 216.417 129.208L231.361 189.107C249.807 184.504 308.961 175.39 300.172 140.151zM308.589 227.818C300.916 197.082 253.558 212.698 238.196 216.526L251.744 270.853C267.107 267.025 316.58 259.88 308.589 227.818z" />
|
109 |
-
<glyph glyph-name="bity"
|
110 |
-
unicode=""
|
111 |
-
horiz-adv-x="496" d=" M78.4 380.8C173.8 470 324.5 472 421.5 377C435.8 362.9 415.1 339.9 399.1 355.5C314.3 437.9 183.3 435.8 100.2000000000001 358.7C83.9000000000001 343.6 63.7000000000001 367 78.4000000000001 380.8zM177.3 -37.8C196.6 -43.5 206.6 -14.2 185.2 -7.8C73 26.1 9.4 141.9 37.7 253.2C42.7 272.8 12.8 281.3 7.5 260.3C-24.6 132.9 48.6 0.5 177.3 -37.8000000000001zM325.4 -35.8C447.3 4.4 518.3 131.1 489.8 255.2C485.3 274.9 454.9 269 459.8 247.3C483.9999999999999 139.6 422.7 29.4 316.6 -6.1C295.4 -13.1 306.2 -42.1 325.4 -35.8zM262.5 43.2L262.7 115C262.7 123.2 256.1 129.8 247.9 129.8C239.7 129.8 233.1 123.1 233.1 115L232.9 43.2C232.9 35 239.5 28.4 247.7 28.4S262.5 35 262.5 43.2zM333.5 312.2C335.6 221.3 338.2 180.3 248 179.7C155.5 180.4 161.1 224 162.5 312.2C162.5 334 130 331.8 130 312.2V240.6C130 171.3 190.7 149.7 248 150.5C305.3 149.7 366 171.3 366 240.6V312.2C366 331.8 333.5 334 333.5 312.2z" />
|
112 |
-
<glyph glyph-name="black-tie"
|
113 |
-
unicode=""
|
114 |
-
horiz-adv-x="448" d=" M0 416V-32H448V416H0zM316.5 90.8L224 2.1L131.5 90.8L196 274.8L131.5 361.4H316.4L252 274.8L316.5 90.8z" />
|
115 |
-
<glyph glyph-name="blackberry"
|
116 |
-
unicode=""
|
117 |
-
horiz-adv-x="512" d=" M166 331.1C166 307.7 149.6 282 93.5 282H23.4L44.4 370.8H112.2C154.3 370.8 166 347.5 166 331.1zM292.2 370.8H224.4L205.7 282H275.8C329.6 282 345.9 307.7 345.9 331.1C346 347.5 334.3 370.8 292.2 370.8zM88.8 239.9H21L0 151.1H70.1C126.2 151.1 142.6 174.5 142.6 200.2C142.6 216.5 130.9 239.9000000000001 88.8 239.9000000000001zM268.9 239.9H201.1L182.4 151.1H252.5C306.3 151.1 322.6 174.5 322.6 200.2C322.6 216.5 310.9 239.9000000000001 268.9 239.9000000000001zM458.2 293.7H390.4L371.7 204.9H441.8C495.6 204.9 511.9 228.3 511.9 254C512 270.3 500.3 293.7 458.2 293.7zM430.2 155.8H362.4L343.7 67H413.8C469.9 67 483.9 90.4 483.9 116.1C483.9 132.4 472.3 155.8 430.2 155.8zM240.8 102H173L154.3 13.2H224.4C280.5 13.2 294.5 38.9 294.5 62.3C294.6 78.6 282.9 102 240.8 102z" />
|
118 |
-
<glyph glyph-name="blogger-b"
|
119 |
-
unicode=""
|
120 |
-
horiz-adv-x="448" d=" M446.6 225.3C444.8 233.3 439.8 240.7 434.1 243.8C432.3 244.8 421.1 246 409.1 246.5C389 247.4 386.8 247.8 380.4000000000001 251.5C370.3 257.4 367.6 263.8 367.5000000000001 281C367.4000000000001 314 353.7000000000001 344.7 326.6000000000001 372.3C307.3000000000001 392 285.7000000000001 405.3 261.1000000000001 412.8C255.2000000000001 414.6 242.0000000000001 415.2 197.8000000000001 415.7C128.4000000000001 416.5 113.0000000000001 415.1 89.4000000000001 405.7C45.9 388.5 14.7 351.9 3.3 305.1C1.2 296.3 0.7 282.2 0.2 201.2C-0.4 99.7 0.3 84.8 6.6 64.7C22.2 15.1 66.5 -21.6 111 -29.6C125.8 -32.3 308.3 -32.9 327 -30.4C359.5 -26.0000000000001 385 -12.9 408.9 11.4999999999999C426.2 29.1999999999999 437 48.3 444.1 73.6C449 91.2 448.6 216.4 446.6 225.3zM124.5 288.9C132.3 296.8 134.5 297.1 183.3 297.1C227.2 297.1 228.7 297 235.1 293.7C244.4000000000001 289 248.5000000000001 282.4 248.5000000000001 271.8C248.5000000000001 262.3 244.7 255.6 236.2 250.2C231.6 247.3 228.9 247.1 185.9 246.9C159.4 246.7 138.2000000000001 247.3 135.1 248.1C118.5 252.8 112.3 276.6 124.5 288.9zM316.3 89.1L301.4000000000001 86.7000000000001L223.9 85.8000000000001C155.8000000000001 85.0000000000001 136.6 86.2000000000001 133 87.8000000000001C125.9 90.9000000000001 119.2 99.5000000000001 118.1 107.2000000000001C117 114.5000000000001 120.7 124.5000000000001 126.3 129.6C133.4 136 136.5 136.2000000000001 223.6 136.3C313.2000000000001 136.4 312.7000000000001 136.4 321.2000000000001 128.5C333.3000000000001 117.2 330.7000000000001 97.3 316.3000000000001 89.1z" />
|
121 |
-
<glyph glyph-name="blogger"
|
122 |
-
unicode=""
|
123 |
-
horiz-adv-x="448" d=" M162.4 252C167.2 256.9 168.6 257.1 198.8 257.1C226 257.1 226.9 257 230.9 255C236.7 252.1 239.2 248 239.2 241.4C239.2 235.5 236.8 231.4 231.6 228C228.8 226.2 227.1 226.1 200.5 225.9C184.1 225.8 171 226.1 169 226.7C158.7 229.6 154.9 244.4 162.4 252.0000000000001zM223.8 157.5C169.9 157.5 168 157.3 163.6 153.4C160.1 150.3 157.9 144 158.5 139.5C159.2 134.8 163.3000000000001 129.4 167.7 127.5C169.9 126.5 181.8 125.8 224 126.3L271.9 126.9L281.1 128.4C290.1 133.5000000000001 291.6 145.8 284.2 152.8C278.9 157.5 279.2 157.5 223.8 157.5zM447.2000000000001 27.4C443.7000000000001 -1 424.2000000000001 -23 396.1 -30.1C388.9000000000001 -31.9 386.4000000000001 -32 223.2 -31.9C65.4 -31.9 57.3 -31.8 51.2 -30.1C42.8 -27.9 35.6 -24.6 28.9 -20.1C23.3 -16.3 15 -8.3 11.9 -3.7C8.1 1.9 3.7 11.6 1.9 18.3C0.1 25 0 27.7 0 191.7C0 354.8 0 358.3 1.8 365.4C8.1 390.1 27.7 409 53 414.6C60.3 416.2 385.1 416.5 393 414.9C414.2 410.6 430.9 397.8 440.6 378.5C448.3 363.2 447.6 380 447.9000000000001 197.9C448.1 82.1 447.9000000000001 33.4 447.2000000000001 27.4zM361.8000000000001 212.6C360.7000000000001 217.6 357.6000000000001 222.2 354.1000000000001 224.1C353.0000000000001 224.7 346.1000000000001 225.4 338.6000000000001 225.8C326.2000000000001 226.4 324.8000000000001 226.6 320.8000000000001 228.9C314.6000000000001 232.5 312.9000000000001 236.5 312.8000000000001 247.2C312.8000000000001 267.6 304.3000000000001 286.6 287.5000000000001 303.7C275.5000000000001 315.9 262.2000000000001 324.2 246.9000000000001 328.8C243.3000000000001 329.9 235.1000000000001 330.3 207.7000000000001 330.6C164.8000000000001 331.1 155.2000000000001 330.2 140.6000000000001 324.4C113.6000000000001 313.7 94.3000000000001 291 87.2000000000001 262C85.9000000000001 256.5999999999999 85.6000000000001 247.8 85.3 197.6999999999999C84.9 134.8999999999999 85.3 125.5999999999999 89.3 113.1999999999999C99 82.4999999999999 126.4 59.8 153.9 54.8C163.1 53.1 276.1 52.6999999999999 287.6 54.3C307.7000000000001 56.9999999999999 323.5 65.1 338.3 80.1999999999999C349 91.0999999999999 355.7 102.9999999999999 360.1 118.6999999999999C363.3 129.5999999999999 363 207.0999999999999 361.8 212.5999999999999z" />
|
124 |
-
<glyph glyph-name="bluetooth-b"
|
125 |
-
unicode=""
|
126 |
-
horiz-adv-x="320" d=" M196.48 187.977L289.106 291.31L143.125 448V241.67L57.014 327.781L25.608 296.376L133.669 187.977L25.608 79.578L57.014 48.173L143.125 134.284L145.84 -64L294.392 84.644L196.48 187.977zM237.34 290.973L187.363 240.995L187.025 341.29L237.34 290.973zM187.363 134.96L237.34 84.982L187.025 34.6659999999999L187.363 134.9599999999999z" />
|
127 |
-
<glyph glyph-name="bluetooth"
|
128 |
-
unicode=""
|
129 |
-
horiz-adv-x="448" d=" M292.6 276.9L249.7 234L249.4 320L292.6 276.9M249.4 57.1L292.5 100.2000000000001L249.6 143.1L249.4 57.1zM416 188.6C416 -17 344.1 -64 230.9 -64S32 -17 32 188.6S115.4 448 228.6 448S416 394.1 416 188.6zM257.5 188.6L336.9 277.2000000000001L211.8 411.5V234.6L138 308.4L111 281.5L203.7 188.5L111 95.5L137.9 68.6L211.7 142.4L214 -27.6L341.4 99.9L257.5 188.6z" />
|
130 |
-
<glyph glyph-name="btc"
|
131 |
-
unicode=""
|
132 |
-
horiz-adv-x="384" d=" M310.204 205.362C337.9340000000001 219.542 355.581 244.752 351.4840000000001 286.662C346.1260000000001 344.013 299.0260000000001 363.235 236.6340000000001 368.591V448H188.1060000000001V370.7970000000001C175.5010000000001 370.7970000000001 162.5810000000001 370.482 149.662 370.1670000000001V448H101.134V368.591C83.2920000000001 368.052 62.512 368.315 3.764 368.591V316.913C42.078 317.591 62.181 320.053 66.787 295.486V78.057C63.862 58.565 48.263 61.372 13.532 61.986L3.765 4.32C92.246 4.32 101.135 4.005 101.135 4.005V-64H149.663V3.06C162.897 2.745 175.817 2.745 188.107 2.745V-64H236.635V4.005C317.9340000000001 8.417 372.2820000000001 28.899 379.5300000000001 105.472C385.201 166.918 356.2100000000001 194.334 310.2040000000001 205.362zM150.608 313.447C178.023 313.447 263.7340000000001 321.954 263.7340000000001 264.919C263.7340000000001 210.404 178.0240000000001 216.707 150.608 216.707V313.447zM150.608 61.671V168.179C183.38 168.179 283.735 177.317 283.735 114.924C283.7340000000001 54.738 183.38 61.671 150.608 61.671z" />
|
133 |
-
<glyph glyph-name="buromobelexperte"
|
134 |
-
unicode=""
|
135 |
-
horiz-adv-x="448" d=" M0 416V288H128V416H0zM120 296H8V408H120V296zM160 416V288H288V416H160zM280 296H168V408H280V296zM320 416V288H448V416H320zM440 296H328V408H440V296zM0 256V128H128V256H0zM120 136H8V248H120V136zM160 256V128H288V256H160zM280 136H168V248H280V136zM320 256V128H448V256H320zM440 136H328V248H440V136zM0 96V-32H128V96H0zM120 -24H8V88H120V-24zM160 96V-32H288V96H160zM280 -24H168V88H280V-24zM320 96V-32H448V96H320z" />
|
136 |
-
<glyph glyph-name="buysellads"
|
137 |
-
unicode=""
|
138 |
-
horiz-adv-x="448" d=" M224 297.3L266.9 136.6H181.1L224 297.3zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM382.7 42.7L288.2 341.4H159.8L65.3 42.7H156L267.7 134.3L291.9 42.6999999999999H382.7z" />
|
139 |
-
<glyph glyph-name="cc-amazon-pay"
|
140 |
-
unicode=""
|
141 |
-
horiz-adv-x="576" d=" M124.7 246.2C124.8 258 124.7 269.7 124.7 281.5V316.8C124.7 318.1 125.1 318.8 126.1 319.5C137.6 327.5 150.2 331.6 164.3 330.6C176.8 329.7 187 323.6 192.4 308.9C195.7 300 196.5 290.7000000000001 196.5 281.2000000000001C196.5 272.5 195.8 263.9 193.1 255.6C187.4 237.8 174.4 230.9000000000001 157.4 231.7C145.7 232.2 135.5 236.7 126 243.4C125.1 244.2 124.6 245 124.7 246.2zM279.6 231.6C284.2000000000001 229.8 288.9000000000001 229.6 293.7000000000001 230.1C305.3000000000001 231.3 315.6 235.8 325.0000000000001 242.6C325.9000000000001 243.2 326.3000000000001 243.9 326.3000000000001 245.1C326.2000000000001 249 326.3000000000001 253 326.3000000000001 256.9C326.3000000000001 260.9 326.2000000000001 264.9 326.3000000000001 268.9C326.3000000000001 270.3 325.9000000000001 270.9 324.5000000000001 271.1C317.5000000000001 272 310.6000000000001 273.3 303.6000000000001 274C296.6000000000001 274.6 289.6000000000001 274.3 282.8000000000001 272.1C276.1000000000001 269.9 271.1000000000001 265.9 269.1000000000001 259C267.5000000000001 253.6 267.5000000000001 248.2 269.2000000000001 242.8C270.8000000000002 237.3 274.4000000000001 233.6 279.6000000000001 231.6zM576 368V16C576 -10.5 554.5 -32 528 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368zM368.5 344.1C368.9 342.4 369.4 340.7 370.1 339C386.6 298.4 403 257.7 419.6 217.1C421 213.6 421.3 210.7 419.8 207.2C417 201 414.9000000000001 194.6 412 188.5C409.4 183 405.3 179 399.3 177.3C395.1 176.2 390.8 176 386.4000000000001 176.4C384.3 176.6 382.2000000000001 177.1 380.1 177.2000000000001C377.3 177.4 375.9000000000001 176.1 375.8 173.2000000000001C375.7 170.4 375.7 167.6 375.8 164.9C375.9000000000001 160.3 377.4000000000001 158.2000000000001 382 157.4C386.7 156.6 391.4 155.8 396.2 155.7000000000001C410.5 155.4 421.9 161.1 429.3 173.6C432.2 178.5 434.9000000000001 183.7000000000001 437 189C456.8 239.1 476.5 289.3 496.2 339.5C496.8 341 497.3 342.5 497.5 344.1C497.9 346.5 496.8 347.7 494.4 347.8C488.8 347.9 483.3 347.8 477.7 347.8C474.6 347.8 472.4 346.4 471.3 343.5C470.9 342.4 470.4 341.2 470 340.1L440.9 256.4C438.8 250.3 436.7 244.3 434.4 237.8C434 238.7 433.8 239.2 433.6 239.7C422.8 269.6 412 299.6 401.2 329.5C399.5 334.2 397.7 339 395.9 343.7C395 346.2 393.2 347.7 390.5 347.7C384.1 347.8 377.7 347.9 371.3 347.8C369.1 347.8 368 346.2 368.5 344.1zM242.4 242C244.1 230.3 250 221.2 260.4 215.4C270.3 209.9 281.1 209.2 292.1 210.8C304.8 212.7 316 218.1 325.9 226.3C326.3 226.6 326.7 226.9 327.3 227.3C327.8 224.1 328.2 221.1 328.8 218.1C329.3 215.5 330.9 213.8 333.3 213.7C337.9 213.6 342.4 213.6 347 213.7C349.3 213.8 350.8 215.3 351 217.6C351.1 218.4 351.1 219.2 351.1 219.9V308.7000000000001C351.1 312.3000000000001 350.9 315.9000000000001 350.4 319.5000000000001C348.8 330.3000000000001 344.2 339.2000000000001 334.5 344.9000000000001C328.9 348.2000000000001 322.7 349.9000000000001 316.3 350.8000000000001C313.3 351.2000000000001 310.3 351.5000000000001 307.2 351.9000000000001H297.2C296.4 351.8000000000001 295.6 351.6000000000001 294.7 351.6000000000001C286.5 351.2000000000001 278.4 350.2000000000001 270.5 348.1000000000001C265.4 346.8000000000001 260.5 344.9000000000001 255.5 343.2000000000001C252.5 342.2000000000001 251 340.0000000000001 251.1 336.7000000000001C251.2 333.9000000000001 251 331.1000000000001 251.1 328.4000000000001C251.2 324.3000000000001 252.9 323.2000000000001 256.8 324.3000000000001C263.3 326.0000000000001 269.9000000000001 327.8000000000001 276.5 329.1000000000001C286.8 331.0000000000001 297.2 331.8000000000001 307.6 330.3000000000001C313 329.5000000000001 318.1 327.9000000000001 321.7000000000001 323.3000000000001C324.8000000000001 319.3000000000001 325.9000000000001 314.5000000000001 326.1 309.6000000000001C326.4000000000001 302.7000000000001 326.3 295.7000000000001 326.4000000000001 288.8000000000001C326.4000000000001 288.4000000000001 326.3 288.1000000000001 326.2000000000001 287.6000000000001C325.8000000000001 287.6000000000001 325.4000000000001 287.6000000000001 325.1 287.7000000000001C316.3 289.8000000000001 307.4000000000001 291.3000000000001 298.3 291.8000000000001C288.8 292.3000000000001 279.4000000000001 291.7000000000001 270.4000000000001 288.6000000000001C259.6 284.8000000000001 250.9000000000001 278.3000000000001 245.8000000000001 267.8000000000001C241.7000000000001 259.5000000000001 241.2000000000001 250.8000000000001 242.4000000000001 242.0000000000001zM98.7 341.1V165.8C98.7 165 98.7 164.1 98.8 163.3C99 160.8 100.5 159.1999999999999 102.9 159.1C108.8 159 114.7 159 120.6 159.1C123.1 159.1 124.6 160.8 124.7 163.2C124.8 164 124.8 164.9 124.8 165.7V226.4C125.7 225.7 126.2 225.2 126.7 224.8C141.7 212.3 158.9 208.2 177.8 211.9C194.9 215.3 206.7 225.8 214.5 241.1C220.3 252.7 222.8 265.2 223.2 278.1C223.7 292.4 222.2 306.5 216.4 319.8C209.3 336.2 197.5 347.1 179.7 350.7C177 351.3 174.2 351.5 171.5 351.9H164.5C163.3 351.7 162.1 351.6 160.9 351.4C149.2 350 138.6 345.6 129.1 338.7C127.1 337.3 125.2 335.7 123.2 334.2C123.1 334.7 122.9 335 122.8 335.4C122.4 337.7 122.1 340 121.7 342.3C121.1 346.2 119.2 347.8 115.3 347.9H105.6C99.7 348 98.7 346.9 98.7 341.1zM493.6 109C490.9 109.7 488.5 109 486 108C442.1 89.6 396.5 77.8 349.2 72.2C334.7 70.5 320.1 69.4 305.5 69C278.9 68.3 252.3 69.8 225.9 73.3C208.1 75.7 190.4 79 172.9 83.2C135.9 92.1 100.2 104.9 66.2 122C57.4 126.4 48.8 131.3 40.1 136C36.3 138.1 33.9 137.5 31.9 133.9V132.2C33.1 130.6 34.1 128.8 35.6 127.4C71.6 95.2 112.2 70.9 157.6 54.5C179.5 46.6 202 40.8 224.9 37C238.9 34.7 252.9 33.2 267.1 32.5C270.1 32.4 273.1 32.3 276.1 32.1C276.8 32.1 277.5 31.9 278.2 31.8H295.9C296.6 31.9 297.3 32.1 298 32.1C312.9 32.5 327.8 33.9 342.6 36.1C364 39.3 385 44.2 405.5 50.8C435.1 60.4 463.2 73.2 488.9 90.9C491.7 92.8 494.6 94.7000000000001 496.9 97.1C501.2 101.5 499.2 107.5 493.6 109zM544 136.7C543.2 140.9 540 142.5 536.4 143.7C530.6999999999999 145.6 524.8 146.5 518.8 147C507.8 147.9 496.8 147.4 485.9999999999999 145.4C473.9999999999999 143.2 462.6 139.3 452.4999999999999 132.3C451.3 131.5 450.1 130.5 449.3999999999999 129.3C448.7999999999999 128.4 448.7 127 448.8999999999999 125.9C449.2 124.6 450.5999999999999 124.3 451.8999999999999 124.4C452.4999999999999 124.4 453.0999999999999 124.4 453.6999999999999 124.5L473.1999999999999 126.6C482.8 127.5 492.3999999999999 128.1 501.9999999999999 127.4C506.1 127.1 510.1 126.2000000000001 514 125.2000000000001C518.3 124.1 520.2 120.8000000000001 520.4 116.5000000000001C520.6999999999999 109.8000000000001 519.1999999999999 103.4 517.5 97.0000000000001C514 84.1000000000001 509.2 71.6000000000001 504.2 59.2000000000001C503.9 58.4 503.5 57.5000000000001 503.4 56.7000000000001C503 54.2 504.4 52.7 506.8 53.2C508.1999999999999 53.5000000000001 509.8 54.3000000000001 510.8 55.3000000000001C514.5 58.9000000000001 518.3 62.5000000000001 521.4 66.5000000000001C532.1 80.3000000000001 538.4 96.1000000000001 542.1 113.1000000000001C542.8000000000001 116.1000000000001 543.3000000000001 119.2000000000001 543.8000000000001 122.2000000000001C544.0000000000001 126.9000000000001 544.0000000000001 131.8000000000001 544.0000000000001 136.7000000000001z" />
|
142 |
-
<glyph glyph-name="cc-amex"
|
143 |
-
unicode=""
|
144 |
-
horiz-adv-x="576" d=" M576 192.6C538.1 192.8 531.8 193.5 521.5 187.6V192.6C476.2 192.6 468 194.3 456.6 187.4V192.6H378.4000000000001V187.5C367.0000000000001 194 357.0000000000001 192.6 302.7000000000001 192.6V187C296.4000000000001 190.7 288.2000000000001 192.6 278.4000000000001 192.6H220.4C216.9 188.8 207.9 178.9 204.7000000000001 175.4C192.0000000000001 189.5 194.2000000000001 187 189.2000000000001 192.6H106.1000000000001V100.3H188.1000000000001C191.4000000000001 103.8 201.0000000000001 114.1999999999999 204.2000000000001 117.6999999999999C216.9 103.3999999999999 214.5000000000001 105.9999999999999 219.6000000000001 100.3H268.5000000000001C268.5000000000001 115 268.6000000000001 108.6 268.6000000000001 123.3C280.1000000000001 123.1 292.9000000000001 123.5 302.9000000000001 129.5C302.9000000000001 115.6 302.8000000000001 112.3999999999999 302.8000000000001 100.3H342.4000000000001C342.4000000000001 118.8 342.5000000000001 107.6999999999999 342.5000000000001 125.6C348.7000000000001 125.6 350.2000000000001 125.6 351.9000000000001 125.5C352.0000000000001 124.1999999999999 351.9000000000001 125.5 351.9000000000001 100.3C504.7000000000001 100.3 497.8000000000001 99.1999999999999 508.6000000000001 104.8V100.3C543.4000000000001 100.3 563.4000000000001 98.1 576.1000000000001 106.4V16C576.1000000000001 -10.5 554.6000000000001 -32 528.1000000000001 -32H48C21.5 -32 0 -10.5 0 16V219.7H26.6C30.8 229.8 28.8 225 33 235H52.2C56.4 225 54.4 229.8 58.6 219.7H111.5V231.1C113.7 226.1 112.6 228.6 116.6 219.7H146.1C148.5 225.2 148.7 225.5 151.2 231.1V219.7H286.7V244.8C293.1 244.8 294.7 244.9 296.5 244.6C296.5 244.6 296.3 233.7 296.6 219.8H363.1V228.7C370.5 222.8 380.5 219.8 392.8 219.8H419.6C423.8 229.9 421.8 225.1 426 235.1H445C451.5 220.1 445.2 234.6 451.6 219.8H504.4V241.7C516.2 222 512.2 228.8 517.6 219.8H559.2V311.8H519.3000000000001V293.4C507.1000000000001 313.6 513.0000000000001 303.8 508.1000000000001 311.8H464.8000000000001V291.2C458.6000000000001 305.8 460.2 302 456.0000000000001 311.8H423.6000000000001C423.2000000000001 311.8 421.3000000000001 311.6 421.3000000000001 312.1H393.7000000000001C380.9000000000001 312.1 370.6 308.9 363.0000000000001 302.8V312.1H323.1000000000001V306.8C312.3000000000001 312.9 302.4000000000001 311.9 258.7000000000001 312.1C258.6 312.1 247.1000000000001 312.2 247.1000000000001 312.1H144.1000000000001C141.6000000000001 306 137.3000000000001 295.7 131.5000000000001 282.1C128.7000000000001 288.1 120.5000000000001 305.9 117.6000000000001 312.1H71.6000000000001V291C64.2000000000001 308.4 66.9000000000001 302 62.6000000000001 312.1H22.9C19.5 304.2 9.2 280.1 -0.2 258.2V368C-0.2 394.5 21.3 416 47.8 416H527.8C554.3 416 575.8 394.5 575.8 368V192.6zM389.4 273.2C389.1 273 388 271 388 265.6C388 259.6 388.9 257.9 389.1 257.7C389.3 257.6 390.2000000000001 257.2 392.5 257.2L399.8 274.1C398.7 274.1 397.7 274.2 396.7 274.2C391.1 274.2 389.7 273.5 389.4 273.2zM369.5 142.3C378.7 139 380.5 132.8 380.5 123.9L380.4 110.1H363.8L363.9 121.6C363.9 133.4 360.1 135.4 349.1 135.4H331.5L331.3999999999999 110.1H314.7999999999999L314.8999999999999 179.4H354.2999999999999C367.2999999999999 179.4 381.3999999999999 177.1 381.3999999999999 160.7C381.2999999999999 153.1 377.2 145.4 369.5 142.3zM363.2 157.6999999999999C363.2 164.0999999999999 357.6 165.0999999999999 352.5 165.0999999999999H331.5V149.4999999999999H352.2C357.8 149.4999999999999 363.2 150.7999999999999 363.2 157.6999999999999zM544.9 164.8H575V179.4H542.1C529.3000000000001 179.4 518.3000000000001 172.8 518.3000000000001 158.7C518.3000000000001 125.7 561.0000000000001 145.9 561.0000000000001 131.3C561.0000000000001 126.2 556.7000000000002 124.9 552.6000000000001 124.9H520.6000000000001L520.5000000000001 110.1H552.5000000000001C560.9000000000001 110.1 570.1000000000001 111.9 575.0000000000001 119V144.8C564.5000000000001 158.6 535.7000000000002 146.1 535.7000000000002 158.3C535.7000000000002 164.1 540.3000000000002 164.8 544.9000000000002 164.8zM445.7 165.1V179.4H390.5L390.4 110.1H445.6L445.7 124.4L407.1 124.7V138.5H445V152.6H407.2V165.1H445.7zM487.9 125H455.7L455.6 110.1999999999999H487.8C502.6 110.1999999999999 514 115.8 514 132.1999999999999C514 165.3999999999999 471.1 143.3999999999999 471.1 158.5C471.1 164.1 476 164.8999999999999 480.3 164.8999999999999H510.7V179.5H477.5C464.7 179.5 454 172.8999999999999 454 158.8C454 125.8 496.7 146.3 496.7 131.4C496.6 126 492 125 487.9 125zM409.8 283.7C392.4 284 376.6 287.8 376.6 264C376.6 252.2 379.4 244.1 392.7 244.1H400.1L423.6 298.5999999999999H448.4L476.3 233.2V298.5999999999999H501.6L530.6999999999999 250.5V298.5999999999999H547.5999999999999V229.6H524L492.8 281.5V229.6H459.1L452.5 244.9H418.2L411.8 229.6H392.6C369.8 229.6 359.6 241.4 359.6 263.5999999999999C359.6 286.9 370.1 298.8999999999999 393.6 298.8999999999999H409.7000000000001V283.7zM424.1 259.2H446.9L435.7 286.8L424.1 259.2zM351.5 298.8H334.6V229.5H351.5V298.8zM313.4 261.5C322.9 258.2 324.4 252.3 324.4 243.1V229.6H307.8C307.5 244.4 311.4 254.7 293 254.7H275V229.6H258.6V298.8999999999999L297.7 298.5999999999999C311 298.5999999999999 325.1 296.5999999999999 325.1 280.2C325.2 272.2 320.8 264.4999999999999 313.4 261.4999999999999zM306.7 276.8C306.7 283.2 301.1 284.2 296 284.2H275V268.9H295.7C301.4 268.9 306.7 270.2 306.7 276.8zM247.2 284.2V298.8H191.7V229.5H247.2V243.8H208.3V257.6H246.1V271.7H208.3V284.2H247.2zM162.6 229.5V283.7L138.6 229.5H124L100 283.7V229.5H66.2L59.8 244.8H25.3L18.9 229.5H1L30.7 298.8H55.2L83.3 233.1V298.8H110.4L132.1 251.8L151.8 298.8H179.4V229.5H162.6zM53.9 259.2L42.4 286.8L31.2 259.2H53.9zM306.9 156.7C306.9 128.8 276.5 133.4 257.6 133.4L257.5 110.1H225.3L204.9 133.1L183.5999999999999 110.1H118.1999999999999L118.2999999999999 179.4H184.7999999999999L205.2999999999999 156.6L226.3 179.4H279C294.6 179.4 306.9 174 306.9 156.7zM194.2 144.9L176.3 165.1H134.6V152.6H170.9V138.5H134.6V124.6999999999999H175.2L194.2 144.8999999999999zM241 172L215.7 144.6L241 116.5V172zM289.3 156.7C289.3 162.8 284.7 165.1 279.1 165.1H257.6V147.5H278.8C284.7 147.5 289.3 150.3 289.3 156.6999999999999z" />
|
145 |
-
<glyph glyph-name="cc-apple-pay"
|
146 |
-
unicode=""
|
147 |
-
horiz-adv-x="576" d=" M302.2 229.6C302.2 212.4 291.7 202.5 273.2 202.5H248.9V256.7H273.3C291.7 256.7 302.2 246.9 302.2 229.6zM349.7 167C349.7 158.7 356.9 153.3 368.2 153.3C382.6 153.3 393.4 162.4 393.4 175.2V182.9L369.9 181.4C356.6 180.5 349.7 175.6 349.7 167zM576 369V17C576 -9.5 554.5 -31 528 -31H48C21.5 -31 0 -9.5 0 17V369C0 395.5 21.5 417 48 417H528C554.5 417 576 395.5 576 369zM127.8 250.8C136.2 250.1 144.6 255 149.9 261.2000000000001C155.1 267.6 158.5 276.2000000000001 157.6 284.9C150.2 284.6 141 280 135.7 273.6C130.9 268.1 126.8 259.2 127.8 250.8zM188.4 176.3C188.2 176.5 168.8 183.9 168.6 206.3C168.4 225 183.9 234 184.6 234.5C175.8 247.5 162.2 248.9 157.5 249.2C145.3 249.9 134.9 242.3 129.1 242.3C123.2 242.3 114.4 248.9 104.8 248.7C92.3 248.5 80.6 241.4 74.3 230.1C61.2 207.5 70.9 174.1 83.6 155.7C89.8 146.6 97.3 136.6 107.1 137C116.4 137.4 120.1 143 131.3 143C142.6 143 145.8 137 155.6 137.1C165.8 137.3 172.1 146.2000000000001 178.4 155.3C185.3 165.7 188.2 175.7 188.4 176.3zM323.8 229.7C323.8 256.3 305.3 274.5 278.9000000000001 274.5H227.7000000000001V138.1H248.9000000000001V184.7000000000001H278.2000000000001C305.0000000000001 184.7000000000001 323.8000000000001 203.1000000000001 323.8000000000001 229.7000000000001zM413.8 206C413.8 225.7 398 238.4000000000001 373.8 238.4000000000001C351.3 238.4000000000001 334.7 225.5000000000001 334.1 207.9H353.2000000000001C354.8000000000001 216.3000000000001 362.6 221.8000000000001 373.2000000000001 221.8000000000001C386.2000000000001 221.8000000000001 393.4000000000001 215.8000000000001 393.4000000000001 204.6000000000001V197.1000000000001L367.0000000000001 195.5000000000001C342.4000000000001 194.0000000000001 329.1000000000001 183.9 329.1000000000001 166.4C329.1000000000001 148.7000000000001 342.8000000000001 137.0000000000001 362.5000000000001 137.0000000000001C375.8000000000001 137.0000000000001 388.1000000000001 143.7000000000001 393.7000000000001 154.4H394.1V138H413.7000000000001V206zM516 237.1H494.5L469.6 156.5H469.2L444.3000000000001 237.1H422L457.9 137.8L456 131.8C452.8 121.6 447.5 117.6 438.1 117.6C436.4000000000001 117.6 433.2000000000001 117.8 431.9000000000001 117.9V101.5000000000001C433.1 101.1000000000001 438.4000000000001 101.0000000000001 440.0000000000001 101.0000000000001C460.7 101.0000000000001 470.4 108.9 478.9 132.8000000000001L516 237.1z" />
|
148 |
-
<glyph glyph-name="cc-diners-club"
|
149 |
-
unicode=""
|
150 |
-
horiz-adv-x="576" d=" M239.7 368.1C142.8 368.1 63.9 289.5 63.9 192.3C63.9 95.4 142.8 16.5 239.7 16.5C336.9 16.5 415.5 95.4 415.5 192.3C415.5 289.5 336.9 368.1 239.7 368.1zM199.8 88.5C158.1 104.4 128.4 144.9 128.4 192.3S158.1 280.2000000000001 199.8 296.4V88.5zM279.6 88.2V296.4C321.3 280.2000000000001 351 239.7 351 192.3S321.3 104.4 279.6 88.2000000000001zM528 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H528C554.5 -32 576 -10.5 576 16V368C576 394.5 554.5 416 528 416zM329.7 0H239.4C133.2 0 45.6 85.5 45.6 190.2C45.6 304.8 133.2 384 239.4 384H329.7C434.7 384 530.4 304.8 530.4 190.2C530.4 85.5 434.7 0 329.7 0z" />
|
151 |
-
<glyph glyph-name="cc-discover"
|
152 |
-
unicode=""
|
153 |
-
horiz-adv-x="576" d=" M83 235.9C83 228 79.8 220.4 74.1 215.2C69.2 210.8 62.5 208.8 52.2 208.8H48V263H52.2C62.5 263 68.9 261.3 74.1 256.4C79.8 251.4 83 243.8 83 235.9zM504.8 264H499.9V239.1H504.6C514.9 239.1 520.4 243.5 520.4 251.9C520.4 259.8 514.9 264 504.8 264zM576 368V16C576 -10.5 554.5 -32 528 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368zM428 195H473.3V208.8H444V231H472.3V244.8H444V263H473.3V277H428V195zM341.8 277L376.8 192.8H385.4000000000001L420.9000000000001 277H403.4000000000001L381.2000000000001 221.8L359.3000000000001 277H341.8000000000001zM258.8 235.4C258.8 210.8 278.7 190.8 303.4000000000001 190.8C328.0000000000001 190.8 348.0000000000001 210.7 348.0000000000001 235.4C348.0000000000001 260 328.1000000000001 280 303.4000000000001 280C278.8 280 258.8 260.1 258.8 235.4zM190.8 235.9C190.8 203.4 224.4 183.4 254.1 197.7V216.7C234.8 197.4 207.3 210.9 207.3 235.9C207.3 259.6 234 275 254.1 254.9V273.9C223.9 288.9 190.8 267.1 190.8 235.9zM156.9 207.6C149.3 207.6 143.1 211.3 139.4 218.4L129.1 208.5C146.9 182.4 185.7 190.3 185.7 219.8C185.7 232.9 180.3 238.8 162.1 245.4C152.5 248.8 149.8 251.3 149.8 255.7C149.8 264.4 164.3 269.8 174.7 258.2000000000001L183.1 269C164 286.1 133.4 277.9000000000001 133.4 254.7C133.4 243.4 138.6 237.5000000000001 153.6 232.0000000000001C179.3 222.9 168.3 207.6 156.9 207.6zM99.5 235.9C99.5 260 81.5 277 55.4 277H32V195H55.4C86.3 195 99.5 217.4 99.5 235.9zM122.9 277H106.9V195H122.9V277zM544 160C510.7 139.2 317.6 35.6 128 0H529C537.2 0 544 6.8 544 15V160zM544 195L518.1 229.5C530.2 232 536.8000000000001 240.1 536.8000000000001 252.7C536.8000000000001 281.2 506.5000000000001 277.1 483.9000000000001 277.1V195.1H499.9000000000001V227.9H502.1000000000001L524.3000000000001 195.1H544z" />
|
154 |
-
<glyph glyph-name="cc-jcb"
|
155 |
-
unicode=""
|
156 |
-
horiz-adv-x="576" d=" M431.5 203.7V236C472.7 236 470 235.8 470 235.8C477.3 234.5 483.3 228.5 483.3 219.8C483.3 211 477.3 205.3 470 204C468.8 203.6 466.7 203.7 431.5 203.7zM474.3 183.5C471.5 184.2 471 184 431.5 184V149C471.1 149 471.5 148.8 474.3 149.5C481.8 151 487.8 157.5 487.8 166.5C487.8 175.2 481.8 182 474.3 183.5zM576 368V16C576 -10.5 554.5 -32 528 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368zM182 255.7H125C125 188.6 135.7 146 89.2 146C69.7 146 50.4 151.7 32 160.8V132.8C62 124.5 100 124.5 100 124.5C197.9 124.5 182 172.2 182 255.7zM360.5 251.2C297.1 267.2 195.5 266.1 195.5 191.9C195.5 114.8 303.7 118.3 360.5 132.7V161C312.9 136.3 253 139 253 192S312.8 247.6 360.5 223.2V251.2zM544 161.5C544 180 527.5 192 506 193.5V194.3C525.5 197 536.3 209.8 536.3 224.5C536.3 243.5 520.5999999999999 254.5 499.3 255.5C499.3 255.5 505.6 255.8 379 255.8V128.3H501.6999999999999C525.9999999999999 128.2 543.9999999999999 141.2 543.9999999999999 161.5z" />
|
157 |
-
<glyph glyph-name="cc-mastercard"
|
158 |
-
unicode=""
|
159 |
-
horiz-adv-x="576" d=" M482.9 37.7C482.9 30.9 478.3 26 471.7 26C464.9 26 460.5 31.2 460.5 37.7C460.5 44.2 464.9 49.4 471.7 49.4C478.3 49.4 482.9 44.2 482.9 37.7zM172.1 49.4C165 49.4 160.9 44.2 160.9 37.7C160.9 31.2 165 26 172.1 26C178.6 26 183 30.9 183 37.7C182.9 44.2 178.6 49.4 172.1 49.4zM289.6 49.7C284.2 49.7 280.9 46.2 280.1 41H299.2C298.3 46.7 294.8 49.7 289.6 49.7zM397.4 49.4C390.6 49.4 386.5 44.2 386.5 37.7C386.5 31.2 390.6 26 397.4 26C404.2 26 408.6 30.9 408.6 37.7C408.6 44.2 404.2 49.4 397.4 49.4zM503.3 23.3C503.3 22.9999999999999 503.6 22.8 503.6 22.1999999999999C503.6 21.8999999999999 503.3 21.6999999999999 503.3 21.0999999999999C502.9999999999999 20.7999999999999 502.9999999999999 20.5999999999999 502.8 20.2999999999999C502.4999999999999 19.9999999999999 502.3 19.7999999999999 501.6999999999999 19.7999999999999C501.3999999999999 19.4999999999999 501.1999999999999 19.4999999999999 500.5999999999999 19.4999999999999C500.2999999999999 19.4999999999999 500.0999999999999 19.4999999999999 499.4999999999999 19.7999999999999C499.1999999999999 19.7999999999999 498.9999999999999 20.0999999999999 498.6999999999999 20.2999999999999C498.3999999999999 20.5999999999999 498.1999999999999 20.7999999999999 498.1999999999999 21.0999999999999C497.8999999999999 21.5999999999999 497.8999999999999 21.8999999999999 497.8999999999999 22.1999999999999C497.8999999999999 22.6999999999999 497.8999999999999 22.9999999999999 498.1999999999999 23.3C498.1999999999999 23.8 498.4999999999999 24.1 498.6999999999999 24.4C498.9999999999999 24.7 499.1999999999999 24.7 499.4999999999999 24.9C499.9999999999999 25.2 500.2999999999999 25.2 500.5999999999999 25.2C501.0999999999999 25.2 501.3999999999999 25.2 501.6999999999999 24.9C502.1999999999999 24.6 502.4999999999999 24.6 502.8 24.4S502.9999999999999 23.8 503.3 23.3zM501.1 21.9C501.6 21.9 501.6 22.2 501.9 22.2C502.2 22.5 502.2 22.7 502.2 23C502.2 23.3 502.2 23.5 501.9 23.8C501.6 23.8 501.4 24.1 500.8 24.1H499.1999999999999V20.6H499.9999999999999V22H500.3L501.4 20.6H502.2L501.1 21.9zM576 367V15C576 -11.5 554.5 -33 528 -33H48C21.5 -33 0 -11.5 0 15V367C0 393.5 21.5 415 48 415H528C554.5 415 576 393.5 576 367zM64 227.4C64 150.9 126.1 88.9 202.5 88.9C229.7 88.9 256.4 97.1 279 112C206.1 171.3 206.6 283.2 279 342.5C256.4 357.5 229.7 365.6 202.5 365.6C126.1 365.7 64 303.6 64 227.4zM288 118.6C358.5 173.6 358.2 280.8 288 336.1C217.8 280.8 217.5 173.5 288 118.6zM145.7 42.3C145.7 51 140 56.7 131 57C126.4 57 121.5 55.6 118.2 50.5C115.8 54.6 111.7 57 106 57C102.2 57 98.4 55.6 95.4 51.6V56H87.2V19.3H95.4C95.4 38.2 92.9 49.5 104.4 49.5C114.6 49.5 112.6 39.3 112.6 19.3H120.5C120.5 37.6 118 49.5 129.5 49.5C139.7 49.5 137.7 39.5 137.7 19.3H145.9V42.3zM190.6 56H182.7V51.6C180 54.9 176.2 57 171 57C160.7 57 152.8 48.8 152.8 37.7C152.8 26.5 160.7 18.4 171 18.4C176.2 18.4 180 20.3 182.7 23.8V19.1999999999999H190.6V56zM231.1 30.4C231.1 45.4 208.2 38.6 208.2 45.6C208.2 51.3 220.1 50.4 226.7 46.7L230 53.2C220.6 59.3 199.8 59.2 199.8 45C199.8 30.7 222.7 36.7 222.7 30C222.7 23.7 209.2 24.2 202 29.2L198.5 22.9C209.7 15.3 231.1 16.9 231.1 30.4zM266.5 21.1L264.3 27.9C260.5 25.8 252.1 23.5 252.1 32V48.6H265.2000000000001V56H252.1000000000001V67.2H243.9000000000001V56H236.3000000000001V48.7H243.9000000000001V32C243.9000000000001 14.4 261.2000000000001 17.6 266.5000000000001 21.1zM279.8 34.4999999999999H307.3C307.3 50.6999999999999 299.9000000000001 57.1 289.9000000000001 57.1C279.3 57.1 271.7000000000001 49.2 271.7000000000001 37.8C271.7000000000001 17.3 294.3000000000001 13.9 305.5000000000001 23.6L301.7000000000001 29.6C293.9000000000001 23.2 282.1 23.8 279.8000000000001 34.4999999999999zM338.9000000000001 55.9999999999999C334.3 57.9999999999999 327.3 57.8 323.7000000000001 51.6V56H315.5000000000001V19.3H323.7000000000001V40C323.7000000000001 51.6 333.2000000000001 50.1 336.5000000000001 48.4L338.9000000000001 56zM349.5000000000001 37.6999999999999C349.5000000000001 49.0999999999999 361.1000000000001 52.8 370.2000000000001 46.0999999999999L374.0000000000001 52.5999999999999C362.4000000000001 61.6999999999999 341.3000000000001 56.6999999999999 341.3000000000001 37.5999999999999C341.3000000000001 17.7999999999999 363.7000000000001 13.7999999999999 374.0000000000001 22.5999999999999L370.2000000000001 29.0999999999999C361.0000000000001 22.5999999999999 349.5000000000001 26.4999999999999 349.5000000000001 37.6999999999999zM416.2000000000001 55.9999999999999H408V51.6C399.7 62.6 378.1 56.4 378.1 37.7C378.1 18.5 400.5 13 408 23.8V19.2H416.2V56zM449.9000000000001 55.9999999999999C447.5000000000001 57.1999999999999 438.9000000000001 58.8999999999999 434.7000000000001 51.6V56H426.8000000000001V19.3H434.7000000000001V40C434.7000000000001 51 443.7000000000001 50.3 447.5000000000001 48.4L449.9000000000001 56zM490.2 70.8999999999999H482.3000000000001V51.5999999999999C474.1000000000001 62.4999999999999 452.4000000000001 56.6999999999999 452.4000000000001 37.6999999999999C452.4000000000001 18.3 474.9000000000001 13.0999999999999 482.3000000000001 23.8V19.1999999999999H490.2V70.8999999999999zM497.8000000000001 145.9999999999999V141.3999999999999H498.6000000000001V146H500.5000000000001V146.8H495.9V146H497.8zM504.4000000000001 22.1999999999999C504.4000000000001 22.6999999999999 504.4000000000001 23.2999999999999 504.1000000000001 23.7999999999999C503.8000000000001 24.0999999999999 503.6000000000001 24.5999999999999 503.3000000000001 24.8999999999999C503.0000000000001 25.1999999999999 502.5000000000001 25.3999999999999 502.2 25.6999999999999C501.7 25.6999999999999 501.1 25.9999999999999 500.6 25.9999999999999C500.3 25.9999999999999 499.8 25.6999999999999 499.2 25.6999999999999C498.7 25.3999999999999 498.4 25.1999999999999 498.1 24.8999999999999C497.6 24.5999999999999 497.3 24.0999999999999 497.3 23.7999999999999C497 23.2999999999999 497 22.6999999999999 497 22.1999999999999C497 21.8999999999999 497 21.3999999999999 497.3 20.7999999999999C497.3 20.4999999999999 497.6 19.9999999999999 498.1 19.6999999999999C498.4 19.3999999999999 498.6 19.1999999999999 499.2 18.8999999999999C499.7 18.5999999999999 500.3000000000001 18.5999999999999 500.6 18.5999999999999C501.1 18.5999999999999 501.7 18.5999999999999 502.2 18.8999999999999C502.5000000000001 19.1999999999999 503.0000000000001 19.3999999999999 503.3000000000001 19.6999999999999C503.6000000000001 19.9999999999999 503.8000000000001 20.4999999999999 504.1000000000001 20.7999999999999C504.4000000000001 21.3999999999999 504.4000000000001 21.8999999999999 504.4000000000001 22.1999999999999zM507.6000000000001 146.8999999999999H506.2000000000001L504.6000000000001 143.3999999999999L503.0000000000001 146.8999999999999H501.6000000000001V141.4999999999999H502.4000000000001V145.5999999999999L504.0000000000001 142.0999999999999H505.1000000000001L506.5000000000001 145.5999999999999V141.4999999999999H507.6000000000001V146.8999999999999zM512.0000000000001 227.3999999999999C512.0000000000001 303.5999999999999 449.9000000000001 365.6999999999999 373.5000000000001 365.6999999999999C346.3000000000002 365.6999999999999 319.6000000000002 357.4999999999999 297.0000000000001 342.5999999999999C369.1000000000002 283.2999999999999 370.2000000000001 171.0999999999999 297.0000000000001 112.0999999999999C319.6000000000002 97.0999999999999 346.5000000000001 88.9999999999999 373.5000000000001 88.9999999999999C449.9000000000001 88.8999999999999 512.0000000000001 150.8999999999999 512.0000000000001 227.3999999999999z" />
|
160 |
-
<glyph glyph-name="cc-paypal"
|
161 |
-
unicode=""
|
162 |
-
horiz-adv-x="576" d=" M186.3 189.8C186.3 177.6 176.6 168.3 164.3 168.3C155.1 168.3 148.3 173.5 148.3 183.3C148.3 195.5 157.8 205.3 170 205.3C179.3 205.3 186.3 199.6 186.3 189.8zM80.5 238.3H75.8C74.3 238.3 72.8 237.3 72.6 235.6L68.3 208.9L76.5 209.2000000000001C87.5 209.2000000000001 96 210.7000000000001 98 223.4C100.3 236.8000000000001 91.8 238.3000000000001 80.5 238.3000000000001zM364.5 238.3H360C358.2 238.3 357 237.3 356.8 235.6L352.6 208.9L360.6 209.2000000000001C373.6 209.2000000000001 382.6 212.2000000000001 382.6 227.2000000000001C382.5 237.8000000000001 373 238.3000000000001 364.5 238.3000000000001zM576 368V16C576 -10.5 554.5 -32 528 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368zM128.3 232.6C128.3 253.6 112.1 260.6 93.6 260.6H53.6C51.1 260.6 48.6 258.6 48.4 255.9L32 153.8C31.7 151.8 33.2 149.8 35.2 149.8H54.2C56.9 149.8 59.4 152.7 59.7 155.5L64.2 182.1C65.2 189.3 77.4 186.8 82.2 186.8C110.8 186.8 128.3 203.8 128.3 232.6zM212.5 223.8H193.5C189.7 223.8 189.5 218.3 189.3 215.6C183.5 224.1 175.1 225.6 165.6 225.6C141.1 225.6 122.4 204.1 122.4 180.4C122.4 160.9 134.6 148.2 154.1 148.2C163.1 148.2 174.3 153.1 180.6 160.1C180.1 158.6 179.6 155.4 179.6 153.9C179.6 151.6 180.6 149.9 182.8 149.9H200C202.7 149.9 205 152.8 205.5 155.6L215.7 219.9C216 221.8 214.5 223.8 212.5 223.8zM253 125.9L316.7 218.5C317.2 219 317.2 219.5 317.2 220.2C317.2 221.9 315.7 223.7 314 223.7H294.8C293.1 223.7 291.3 222.7 290.3 221.2L263.8 182.1999999999999L252.8 219.6999999999999C252 221.8999999999999 249.8 223.6999999999999 247.3 223.6999999999999H228.6C226.9000000000001 223.6999999999999 225.4000000000001 221.8999999999999 225.4000000000001 220.1999999999999C225.4000000000001 219 244.9000000000001 163.3999999999999 246.6 158.0999999999999C243.9000000000001 154.2999999999999 226.1 129.4999999999999 226.1 126.4999999999999C226.1 124.6999999999999 227.6 123.2999999999999 229.3 123.2999999999999H248.5C250.3 123.3999999999999 252 124.3999999999999 253 125.8999999999999zM412.3 232.6C412.3 253.6 396.1 260.6 377.6 260.6H337.9000000000001C335.2000000000001 260.6 332.7000000000001 258.6 332.4000000000001 255.9L316.2000000000001 153.9C316.0000000000001 151.9 317.5000000000001 149.9 319.4000000000001 149.9H339.9000000000001C341.9000000000001 149.9 343.4000000000001 151.4 343.9000000000001 153.1L348.4000000000001 182.1C349.4000000000001 189.3 361.6 186.8 366.4000000000001 186.8C394.8 186.8 412.3 203.8 412.3 232.6zM496.5 223.8H477.5C473.7 223.8 473.5 218.3 473.2 215.6C467.7 224.1 459.2 225.6 449.5 225.6C425 225.6 406.3 204.1 406.3 180.4C406.3 160.9 418.5 148.2 438 148.2C447.3 148.2 458.5 153.1 464.5 160.1C464.2 158.6 463.5 155.4 463.5 153.9C463.5 151.6 464.5 149.9 466.7 149.9H484C486.7 149.9 489 152.8 489.5 155.6L499.7 219.9C500 221.8 498.5 223.8 496.5 223.8zM544 257.1C544 259.1 542.5 260.6 540.8 260.6H522.3C520.8 260.6 519.3 259.4 519.0999999999999 257.9L502.8999999999999 153.9L502.5999999999999 153.4C502.5999999999999 151.6 504.0999999999999 149.9 506.0999999999999 149.9H522.5999999999999C525.0999999999999 149.9 527.5999999999999 152.8 527.8 155.6L544 256.8V257.1zM454 205.3C441.8 205.3 432.3 195.6 432.3 183.3C432.3 173.6 439.3 168.3 448.5 168.3C460.5 168.3 470.2 177.5 470.2 189.8C470.3 199.6 463.3 205.3 454 205.3z" />
|
163 |
-
<glyph glyph-name="cc-stripe"
|
164 |
-
unicode=""
|
165 |
-
horiz-adv-x="576" d=" M396.9 191.5C396.9 172.4 388.1 158.1 375 158.1C366.7 158.1 361.7 161.1 358.2 164.8L358 217.6C361.7 221.7 366.8 224.6 375 224.6C387.9 224.7 396.9 210.1 396.9 191.5zM576 368V16C576 -10.5 554.5 -32 528 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368zM122.2 166.9C122.2 209.2 67.9 201.6 67.9 217.6C67.9 223.1 72.5 225.3 80 225.3C90.8 225.3 104.5 222 115.3 216.2V249.6C103.5 254.3 91.8 256.1 80 256.1C51.2 256.1 32 241.1 32 215.9C32 176.6 86 183 86 166C86 159.4 80.3 157.3 72.4 157.3C60.6 157.3 45.5 162.2 33.5 168.6V134.7000000000001C46.7 129.0000000000001 60.1 126.6 72.3 126.6C101.9 126.8 122.2 141.3 122.2 166.9zM191.1 253.8H164.1V284.6L129.4 277.2L129.2000000000001 163.3C129.2000000000001 142.3 145.0000000000001 126.8 166.1000000000001 126.8C177.7000000000001 126.8 186.3000000000001 128.9 191.0000000000001 131.5V160.3999999999999C186.5000000000001 158.5999999999999 164.0000000000001 152.0999999999999 164.0000000000001 173V223.5H191.0000000000001V253.8zM264.9000000000001 253.8C260.2000000000001 255.5 243.6 258.6 235.3000000000001 243.3L233.1000000000001 253.8H202.4000000000001V129.3H237.9000000000001V213.7C246.3000000000001 224.7 260.5000000000001 222.6 265.0000000000001 221.1V253.8zM309.1 253.8H273.4000000000001V129.3H309.1V253.8zM309.1 301.1L273.4000000000001 293.5V264.6L309.1 272.2V301.1zM431.8 192.3C431.8 233.6 408.3 256.1 383.4000000000001 256.1C369.5000000000001 256.1 360.5000000000001 249.5 355.6 245L353.8 253.8H322.5V88L358 95.5L358.1 135.7C363.2000000000001 132 370.8 126.7 383.2000000000001 126.7C408.6 126.8 431.8000000000001 147.2 431.8000000000001 192.3zM544 191.1C544 227.5 526.4 256.2 492.7 256.2C458.9 256.2 438.4 227.5 438.4 191.3C438.4 148.5 462.6 126.8 497.2 126.8C514.2 126.8 526.9 130.6999999999999 536.6 136V164.6C526.9 159.7 515.8000000000001 156.7 501.7 156.7C487.9 156.7 475.7 161.6 474.1 178.2H543.6C543.7 180.2 544 187.6 544 191.1zM492.4 227.2C483.5 227.2 473.7 220.5 473.7 204.5H510.4C510.4 220.5 501.1 227.2 492.4 227.2z" />
|
166 |
-
<glyph glyph-name="cc-visa"
|
167 |
-
unicode=""
|
168 |
-
horiz-adv-x="576" d=" M470.1 216.7S477.7 179.5 479.4 171.7H446C449.3 180.6 462 215.2 462 215.2C461.8 214.9 465.3 224.3 467.3 230.1L470.1 216.7zM576 368V16C576 -10.5 554.5 -32 528 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368zM152.5 116.8L215.7 272H173.2L133.9 166L129.6 187.5L115.6 258.9C113.3 268.8 106.2 271.6 97.4 272H32.7L32 268.9C47.8 264.9 61.9 259.1 74.2 251.8L110 116.8H152.5zM246.9 116.6L272.1 272H231.9000000000001L206.8000000000001 116.6H246.9000000000001zM386.8 167.4C387 185.1 376.2 198.6 353.1 209.7000000000001C339 216.8000000000001 330.4000000000001 221.6000000000001 330.4000000000001 228.9000000000001C330.6 235.5000000000001 337.7000000000001 242.3000000000001 353.5000000000001 242.3000000000001C366.6000000000001 242.6000000000001 376.2000000000001 239.5000000000001 383.4000000000001 236.4000000000001L387.0000000000001 234.7000000000001L392.5000000000001 268.3000000000001C384.6000000000001 271.4000000000001 372.0000000000001 274.9000000000001 356.5000000000001 274.9000000000001C316.8000000000001 274.9000000000001 288.9000000000001 253.7000000000001 288.7000000000001 223.5C288.4000000000001 201.2 308.7000000000001 188.8 323.9000000000001 181.3C339.4000000000001 173.7 344.7000000000001 168.7 344.7000000000001 162C344.5000000000001 151.6 332.1 146.8 320.6 146.8C304.6 146.8 296 149.3 282.9000000000001 155.1L277.6 157.6L272 122.7000000000001C281.4 118.4 298.8 114.6 316.8 114.4C359 114.3 386.5 135.2000000000001 386.8 167.4zM528 116.6L495.6 272H464.5C454.9 272 447.6 269.2 443.5 259.1L383.8 116.6H426S432.9 135.8 434.4 139.9H486C487.2 134.4 490.8 116.6 490.8 116.6H528z" />
|
169 |
-
<glyph glyph-name="centercode"
|
170 |
-
unicode=""
|
171 |
-
horiz-adv-x="512" d=" M329.2 179.4C325.4 144.2 293.8 118.8 258.6 122.6C223.4 126.4 198 158 201.8 193.2C205.6 228.4 237.2 253.8 272.4 250C307.5 246.2 333 214.5999999999999 329.2 179.4zM243.4 -55.7C96.7 -48 -8.2 82.5 10.1 223.7C21.3 310.3 75.9 380.6 149.2 415.7C310.2 492.8 498.9 378.3 503.9 199.1C508 52.1 385.5 -63.1 243.4 -55.7zM423.3 124.3C451.1999999999999 242.3 262.8 330.2 186.1 358.5C128.6 302.2 117 169.9 152.3 14.1C221.1 -1.7 321.4 40.4999999999999 423.3 124.3z" />
|
172 |
-
<glyph glyph-name="chrome"
|
173 |
-
unicode=""
|
174 |
-
horiz-adv-x="496" d=" M131.5 230.5L55.1 347.9C102.7 407.1 174.1 439.7 247.1 440C289.4 440.3 332.6 429.5 371.9 406.8C415.3 381.6 448.3 345.4 469.3 303.8L264 314.6C205.9 318 150.6 285.3 131.5 230.5zM164.4 192C164.4 145.8 201.8 108.4 248 108.4S331.6 145.8 331.6 192S294.2000000000001 275.6 248.0000000000001 275.6S164.4 238.3 164.4 192zM479.3 281.2L339.6 274C377.5 229.7 378.1 165.8 346.2000000000001 116.8L234.1 -55.6C280.6 -58.1 328.5 -47.9 371.9 -22.7C479.3 39.3 522.8 169.3 479.3 281.2zM133.7 144.4L40.4 327.9C14.9 288.9 0 242.1 0 192C0 68 90.8 -34.7 209.5 -52.9L273.2 71.9C215.6 61.1 160 92.7000000000001 133.7 144.4z" />
|
175 |
-
<glyph glyph-name="cloudscale"
|
176 |
-
unicode=""
|
177 |
-
horiz-adv-x="448" d=" M318.1 294L308.7000000000001 286.4C286.2000000000001 305.7000000000001 257.2000000000001 320 225.4000000000001 320C153.8 320 96 259.2 96 187.7C96 181.1 96.4 174.6 97.4 168.3C95.4 224.3 139.2 265.7000000000001 190 265.7000000000001C214.2 265.7000000000001 236.2 256.3 252.6 241.0000000000001L227.4 220.6C219.1 221.5 210.6 218.8 204.3 212.5C193.2 201.5 193.2 183.6 204.3 172.5C215.4 161.5 233.2 161.5 244.3 172.5C250.6 178.8 253.3 187.4 252.4 195.6L327.6 284.4C333.9000000000001 290.9 324.3 300.3 318.1 294zM234.3 182.5C228.7 177 219.7 177 214.1 182.5C208.5 188.1 208.5 197.1 214.1 202.7S228.7 208.3 234.3 202.7S239.9 188 234.3 182.5zM224 416C100.5 416 0 315.5 0 192S100.5 -32 224 -32S448 68.5 448 192S347.5 416 224 416zM224 32C135.8 32 64 103.8 64 192S135.8 352 224 352S384 280.2 384 192S312.2 32 224 32z" />
|
178 |
-
<glyph glyph-name="cloudsmith"
|
179 |
-
unicode=""
|
180 |
-
horiz-adv-x="332" d=" M332.5 28.1C332.5 -18.3 294.9 -56 248.5 -56S164.5 -18.3 164.5 28.1S202.1 112.1 248.5 112.1S332.5 74.5 332.5 28.1zM248.5 272C294.9 272 328.5 309.6 328.5 356S294.9 440 248.5 440S160.5 402.4000000000001 160.5 356S130.9 280 84.5 280S0.5 238.4000000000001 0.5 192S38.1 112 84.5 112S168.5 145.6 168.5 192S202.1 272 248.5 272z" />
|
181 |
-
<glyph glyph-name="cloudversify"
|
182 |
-
unicode=""
|
183 |
-
horiz-adv-x="616" d=" M148.6 144C156.8 75.5 216 28.5 294.6 32.7C345.8 -10.6 431.4000000000001 -13.1 481 38.3C550.2 37.2 599.5 82.9 612.5 137.8C627.3 200.3 594.3 270.3 520.4 292.9C487.4 381 389 394.4 333.9 377.9C276.6 360.6 249.6 324.7 234.6 268.2C226.8 265.5 208.1 259.3 189.6 244.1C201.3 244.1 204.8 235.2 204.8 224.6V204.2C204.8 193.5 196.1 184.7 185.3 184.7H165.1C154.4 184.7 145.6 190.7 145.6 201.4V208H98.8C95 208 88 203.7 88 196.1V155.7C88 149.3 93.3 143.9 99.7 143.9H148.6zM376 136C365.3 89.7 397.7 63.6 431.3 49.2C324.1 15.4 259.7 100 296 160C262.8 138.4 262.3 88.8 266.8 67.1C248.9 79.5 213 99.5 209.4 146.9C206.4 186.8 230.9 222.6 266.4 240.8000000000001C297 256.6 369.9 249.3 400 200C385.9 248 346.2 270.1 298.2 274.8C329.1 305.5 362.6 325.1 412.4 318.5C482.2 309.2 545.5999999999999 235.7 480.1 168C515.0999999999999 184.3 528.8 222.4 527.5999999999999 244.9L538.0999999999999 225.3C549.8999999999999 203.3 553.3 177.7 547.4999999999999 153.3C538.2999999999998 114.3 506.8999999999999 84.5 467.7999999999999 76.8C435.6999999999999 70.5 384.7 81.9 375.9999999999999 136zM128 240H88.2C79.3 240 72 247.3 72 256.2V295.8C72 304.7 79.3 312 88.2 312H128C136.9 312 144.2 304.7 144.2 295.8V256.2C144.2 247.3 136.9 240 128 240zM10.1 280C4.5 280 0 284.5 0 290.1V317.9C0 323.5 4.5 328 10.1 328H37.8C43.3 328 47.9 323.5 47.9 317.9V290.1C47.9 284.5 43.4 280 37.8 280H10.1zM168 305.3V326.7000000000001C168 331.8 172.2 336 177.3 336H198.7C203.8 336 208 331.8 208 326.7000000000001V305.3C208 300.2000000000001 203.8000000000001 296 198.7 296H177.3C172.2 296 168 300.2 168 305.3zM56 212.5V187.5C56 181.2 50.9 176 44.6 176H19.4C13.1 176 8 181.2 8 187.5V212.5C8 218.8 13.1 224 19.4 224H44.5C50.9 224 56 218.8 56 212.5z" />
|
184 |
-
<glyph glyph-name="codepen"
|
185 |
-
unicode=""
|
186 |
-
horiz-adv-x="512" d=" M502.285 288.296L268.2850000000001 444.296C260.298 449.211 251.7740000000001 449.256 243.7140000000001 444.296L9.714 288.296C3.714 284.2970000000001 0 277.153 0 270.011V114.012C0 106.869 3.714 99.726 9.715 95.726L243.715 -60.296C251.702 -65.211 260.226 -65.256 268.286 -60.296L502.286 95.726C508.286 99.725 512.001 106.869 512.001 114.012V270.011C512 277.153 508.286 284.2970000000001 502.285 288.296zM278 384.8690000000001L450.286 270.011L373.429 218.582L278 282.2970000000001V384.8690000000001zM234 384.8690000000001V282.2970000000001L138.571 218.582L61.714 270.011L234 384.8690000000001zM44 228.868L99.143 192.011L44 155.154V228.868zM234 -0.847L61.714 114.011L138.571 165.4400000000001L234 101.725V-0.847zM256 140.011L178.285 192.011L256 244.011L333.7150000000001 192.011L256 140.011zM278 -0.847V101.725L373.429 165.4400000000001L450.286 114.0110000000001L278 -0.847zM468 155.154L412.857 192.011L468 228.868V155.154z" />
|
187 |
-
<glyph glyph-name="codiepie"
|
188 |
-
unicode=""
|
189 |
-
horiz-adv-x="472" d=" M422.5 245.1C453.2 245.1 456 192 422.2 192H411.4V147.7H384.8V245.1H422.5zM472 95.4C429.9 3.5 350.4 -56 248 -56C111 -56 0 55 0 192S111 440 248 440C345.4 440 420.8 386.3 466.2 301.6L280.2 192.8L472 95.4zM433.5 82.9L373.2 113.6C346.1 69.3 302.8 42.1999999999999 250.8 42.1999999999999C168.3 42.1999999999999 101.6 108.8999999999999 101.6 191.0999999999999C101.6 273.5999999999999 168.3 340.2999999999999 250.8 340.2999999999999C299.2 340.2999999999999 339.7 316.7999999999999 367.7 276.8999999999999L427.2 311.4999999999999C386.5 374.0999999999999 322.5 411.4999999999999 248 411.4999999999999C126.8 411.4999999999999 28.5 313.1999999999999 28.5 191.9999999999999S126.8 -27.5 248 -27.5C326.6 -27.5 394.5 14.6 433.5 82.9z" />
|
190 |
-
<glyph glyph-name="connectdevelop"
|
191 |
-
unicode=""
|
192 |
-
horiz-adv-x="576" d=" M550.5 207L500.411 293.786C501.482 295.928 502.286 298.339 502.286 301.0180000000001C502.286 309.054 495.59 315.751 487.554 316.019L432.107 411.9120000000001C432.643 413.519 433.178 415.126 433.178 416.733C433.178 425.304 426.214 432.001 417.91 432.001C413.089 432.001 409.071 429.858 406.124 426.376H299.518C296.839 429.857 292.8210000000001 432 288 432S279.161 429.857 276.482 426.375H170.411C167.464 429.857 163.447 432 158.625 432C150.322 432 143.357 425.304 143.357 416.732C143.357 415.125 143.893 413.25 144.429 411.911L88.446 314.678C83.09 312.2680000000001 79.339 307.178 79.339 301.017C79.339 300.482 79.607 299.9460000000001 79.607 299.41L26.303 207.267C19.071 205.928 13.713 199.767 13.713 192.267C13.713 185.035 18.802 178.874 25.767 177.267L80.946 81.909C80.41 80.302 80.142 78.963 80.142 77.088C80.142 69.8559999999999 85.231 63.6949999999999 92.196 62.356L143.893 -27.376C143.357 -28.983 142.822 -30.858 142.822 -32.733C142.822 -41.304 149.786 -48.001 158.09 -48.001C162.911 -48.001 166.929 -45.858 169.608 -42.6439999999999H276.483C279.161 -45.857 283.447 -48 288 -48S296.839 -45.857 299.5180000000001 -42.643H406.6610000000001C409.3390000000001 -45.589 413.3570000000001 -47.464 417.6430000000001 -47.464C426.2140000000001 -47.464 432.9110000000001 -40.5 432.9110000000001 -32.196C432.9110000000001 -30.589 432.6440000000001 -29.25 432.1080000000001 -27.911L483.8050000000001 62.357C490.7690000000001 63.696 495.859 69.857 495.859 77.0889999999999C495.859 78.696 495.5910000000001 80.3029999999999 495.0550000000001 81.91L549.9660000000001 177.268C556.9300000000002 178.607 562.2880000000001 184.768 562.2880000000001 192.268C562.2860000000002 199.5 557.1960000000001 205.661 550.5000000000001 207zM153.535 -2.732L109.875 73.071H153.535V-2.732zM153.535 81.107H109.875C109.607 82.178 109.071 83.249 108.536 84.321L153.535 131.731V81.107zM153.535 143.518L103.178 90.2139999999999C101.839 90.7499999999999 100.499 91.5539999999999 99.16 91.821L43.447 188.25C43.982 189.589 43.982 190.929 43.982 192.268S43.982 194.678 43.714 195.75L95.679 285.75C98.358 286.0180000000001 101.036 286.822 103.447 288.429L153.536 236.464V143.518zM153.535 245.84L107.732 293.25C109.071 295.393 109.875 298.071 109.875 301.017C109.875 301.285 109.607 301.821 109.607 302.089L153.535 317.893V245.84zM153.535 326.465L109.875 310.661L153.535 386.197V326.465zM480.054 287.357L480.8579999999999 286.018L445.5 118.875L381.75 186.107L479.786 287.625L480.054 287.357zM291.75 92.893L303.2680000000001 81.107H280.5L291.75 92.893zM291.4820000000001 104.143L208.179 189.589L287.7320000000001 273.964L370.7680000000001 186.375L291.4820000000001 104.1429999999999zM296.8390000000001 98.25L376.1250000000001 180.482L443.6250000000001 109.232L437.7330000000001 81.107H313.714L296.839 98.25zM410.411 403.607C411.4820000000001 403.0710000000001 412.553 402.535 413.8930000000001 402.267L471.75 301.553V301.017C471.75 298.0710000000001 472.553 295.3930000000001 473.893 293.25L376.393 192L293.358 279.589L410.411 403.607zM401.304 405.75L287.7320000000001 285.482L230.6780000000001 345.75L397.0170000000001 405.75H401.3040000000001zM277.821 405.75C280.499 403.072 283.981 401.4650000000001 288 401.4650000000001S295.5 403.072 298.1789999999999 405.75H373.1789999999999L224.786 352.179L173.893 405.75H277.8210000000001zM161.572 400.125L162.643 402.267A33.834 33.834 0 0 1 165.322 403.0710000000001L216.483 349.231L161.572 329.41V400.125zM161.572 320.839L222.375 342.803L282.107 279.589L202.554 195.482L161.572 237.535V320.839zM161.572 228.161L198 190.393L161.572 152.089V228.161zM161.572 140.303L203.625 184.767L286.393 98.785L269.25 81.107H161.572V140.303zM168.536 -21.75C166.929 -20.143 165.054 -19.072 162.643 -18.268L161.572 -16.6609999999999V73.071H261.482L169.875 -21.75H168.536zM298.447 -21.75C295.7680000000001 -19.34 292.019 -17.465 288 -17.465S280.233 -19.34 277.553 -21.75H181.124L272.731 73.071H311.035L402.642 -21.75H298.447zM418.447 -9.964L414.161 -17.464C412.822 -17.732 411.751 -18.267 410.679 -18.803L321.483 73.072H435.8589999999999L418.447 -9.964zM431.303 12.268L444.161 73.071H466.125L431.303 12.268zM466.125 81.107H445.7680000000001L450.3210000000001 102.2670000000001L467.4640000000001 84.0530000000001C466.929 83.2500000000001 466.393 82.179 466.1250000000001 81.107zM532.2860000000001 188.518L476.8390000000001 91.821C475.5000000000001 91.286 474.1600000000001 90.75 472.8210000000001 89.947L452.1960000000001 111.911L486.7500000000001 275.839L532.5530000000001 196.553C532.2860000000001 195.214 531.7500000000001 193.875 531.7500000000001 192.268C531.7500000000001 190.929 532.0180000000001 189.857 532.2860000000001 188.518z" />
|
193 |
-
<glyph glyph-name="contao"
|
194 |
-
unicode=""
|
195 |
-
horiz-adv-x="512" d=" M45.4 143C59.8 75.9 71.8 14 113.6 -32H34C15.3 -32 0 -16.8 0 2V382C0 400.7 15.2 416 34 416H91.7C77.9 403.4 65.6 388.8 54.8 372.4C9.4 302.4 27.8 225.6 45.4 143zM478 416H387.8C409.2 394.6 427 366.5 440.5 331.9L303.4 302.6C288.5 331.6 265.6 355.9 220.8 346.5C196.2 341.2 179.8 327.2 172.5 311.9C163.7 293.2000000000001 159.3 272.1 180.7 171.6C201.8 71.4 214.4 53.9 230.2 40.4C243.1 29.3 263.6 23.4 288.5 28.7C333 38.1 344.2 69.4 345.9 101.9L483.3 131.5000000000001C486.4999999999999 60.0000000000001 464.6 6.3000000000001 425.9 -32.0999999999999H478C496.7 -32.0999999999999 512 -16.8999999999999 512 1.9000000000001V382C512 400.8 496.8 416 478 416z" />
|
196 |
-
<glyph glyph-name="cpanel"
|
197 |
-
unicode=""
|
198 |
-
horiz-adv-x="640" d=" M52.9 234.3H92.9L86.7 210.7C84.8 204.2 79.3 199.8 72.4 199.8H53.8C28.9 199.8 29.1 162.4 53.8 162.4H65.1C69.3 162.4 72.7 158.5000000000001 71.5 154.1L64.4 128H52C18.5 128 -7 159.4 1.7 193.2C9 220.2 30 234.3 52.9 234.3M73.1 128L108 258.1C109.8 264.5 115.2 269 122.3 269H159.3C183.4 269 204.7 252.6 210.3 227.8C216.9 198.7 195.8 162.5 158.6 162.5H126.6L133 186.3C134.8000000000001 192.5 140.3000000000001 197.1 147.3000000000001 197.1H157.6000000000001C170.0000000000001 197.1 178.4000000000001 208.8 175.9000000000001 219.7C173.8000000000001 228.9 166.0000000000001 234.5000000000001 157.6000000000001 234.5000000000001H137.8000000000001L112 138.8C110.1 132.6 104.6 128.1 97.8 128.1L73.1 128M293.7 197.4C294 198.4 295.6 202.7 291.6 202.7H234.1C224.4 202.7 217.5 211.6 219.9 221.2L223.4 234.6H301.3C320.1 234.6 334.6 217 329.8 197.8L315.8 146C313 135.4 303.6 128.2 292.4 128.2L234.9 128.4C192 128.4 196.4 192.2 235.6 192.2H284L280.5 179C278.6 172.8 273.1 168.2 266.3 168.2H244.7C239.4 168.2 239.4 160.3 244.7 160.3H279.6C284.2000000000001 160.3 284.7000000000001 164.2 285.1 165.6L293.7000000000001 197.4M396.8000000000001 234.3000000000001C431.2000000000001 234.3000000000001 456.1000000000001 202.0000000000001 447.1000000000001 168.9L438.3000000000001 135.8C437.1000000000001 130.9 432.6000000000001 128 428.0000000000001 128H408.9000000000001C404.4000000000001 128 401.3 132 402.5000000000001 136.3L413.1000000000001 176.3C416.4000000000001 187.9 407.5000000000001 199.7 395.0000000000001 199.7H375.2000000000001L358.0000000000001 135.7000000000001C356.8000000000001 130.9 352.4000000000001 127.9 347.6000000000001 127.9H328.7000000000001C324.5000000000001 127.9 321.1000000000001 131.8 322.3000000000002 136.2000000000001L348.5000000000001 234.2000000000001H396.8000000000002M498 196.4L490 166.4C489.1 163.1 491.5 159.7 495.1 159.7H568.4L562.6999999999999 138.7C560.8 132.5 555.3 128 548.4999999999999 128H481.7999999999999C461.7999999999999 128 448.4999999999999 147 453.4999999999999 164.7L464.2999999999999 204.7C469.0999999999999 222.3 484.9999999999999 234.3 502.8999999999999 234.3H550.1999999999999C569.1999999999999 234.3 583.4 216.6 578.4999999999999 197.5L575.2999999999998 185.5C572.3999999999999 174.5 562.5999999999998 167.9 552.0999999999998 167.9H498.6999999999998L502.1999999999998 180.9C503.7999999999998 187.1 509.3999999999998 191.7 516.3999999999999 191.7H538C540 191.7 541.3 192.7 541.9 194.7L542.6 197.3C543.3000000000001 200 541.3000000000001 202.4 538.7 202.4H505.8000000000001C501.7 202.4 498.9000000000001 200.3 498.0000000000001 196.4zM568.2 128L603.8000000000001 261.1C605.0000000000001 265.8 609.3000000000001 269 614.2 269H633.1C637.6 269 640.8000000000001 265 639.6 260.7L613.1 162.5C608 141.8 588.9 128 568.2 128" />
|
199 |
-
<glyph glyph-name="creative-commons"
|
200 |
-
unicode=""
|
201 |
-
horiz-adv-x="512" d=" M255.547 440C392.884 440 504 333.5610000000001 504 191.996C504 42.021 381.106 -56 255.562 -56C122.319 -56 8 53.443 8 191.996C8 323.175 113.486 440 255.547 440zM256.446 395.266C136.105 395.266 52.719 294.698 52.719 191.988C52.719 85.473 141.703 -10.406 256.446 -10.406C357.974 -10.406 459.2669999999999 69.036 459.2669999999999 191.981C459.266 306.754 367.4939999999999 395.266 256.4459999999999 395.266zM253.338 233.173L220.113 215.898C214.718 227.101 204.863 235.824 192.654 235.824C170.52 235.824 159.437 221.215 159.437 191.982C159.437 168.14 168.883 148.14 192.654 148.14C207.1229999999999 148.14 217.3069999999999 155.231 223.22 169.399L253.771 153.899C240.958 130 216.8839999999999 114.924 188.6699999999999 114.924C145.5079999999999 114.924 114.7109999999999 142.196 114.7109999999999 191.976C114.7109999999999 241.517 147.4169999999999 269.035 187.3449999999999 269.035C218.0589999999999 269.048 240.0459999999999 257.089 253.3379999999999 233.173zM396.382 233.173L363.607 215.898C358.09 227.38 348.283 235.824 335.707 235.824C313.565 235.824 302.482 221.215 302.482 191.982C302.482 168.076 311.984 148.14 335.707 148.14C350.161 148.14 360.352 155.231 366.25 169.399L397.25 153.899C383.887 130.03 359.799 114.924 332.164 114.924C288.725 114.924 258.205 141.912 258.205 191.976C258.205 241.499 290.903 269.035 330.831 269.035C361.5370000000001 269.048 383.4000000000001 257.089 396.382 233.173z" />
|
202 |
-
<glyph glyph-name="css3-alt"
|
203 |
-
unicode=""
|
204 |
-
horiz-adv-x="384" d=" M0 416L34.9 20.2L192 -32L349.1 20.2L384 416H0zM313.1 336L308.3 288.7L193 239.4L192.7 239.3H304.2L291.4 92.7000000000001L193.2 64.0000000000001L94.4 93.2000000000001L88 167.1H136.9L140.1 128.8L192.7 115.5L247.4 130.9L251.1 192.5L84.8 193V193.1L84.6 193L81 239.3L193.1 286L199.6 288.7H76.7L70.9 336H313.1z" />
|
205 |
-
<glyph glyph-name="css3"
|
206 |
-
unicode=""
|
207 |
-
horiz-adv-x="512" d=" M480 416L416 48L192.7 -32L0 48L19.6 142.8H101.6L93.6 102.2L210 57.8L344.1 102.2L362.9000000000001 199.3H29.5L45.5 281.3H379.2L389.7 334H56.3L72.6 416H480z" />
|
208 |
-
<glyph glyph-name="cuttlefish"
|
209 |
-
unicode=""
|
210 |
-
horiz-adv-x="440" d=" M344 142.5C326.5 110.9 286.6 88 248 88C191.4 88 144 135.4 144 192S191.4 296 248 296C286.6 296 326.5 273.1 344 241.5C357.7 292.4 385.7 334.8 431 359.3C385.7 408.9 320.5 440 248 440C111 440 0 329 0 192S111 -56 248 -56C320.5 -56 385.7 -24.9 431 24.7C385.7 49.2 357.7 91.6 344 142.5z" />
|
211 |
-
<glyph glyph-name="d-and-d"
|
212 |
-
unicode=""
|
213 |
-
horiz-adv-x="576" d=" M82.5 349.1C81.9 366.3 84.5 382.9 95.2 397.3C95.5 389.9 96.4 382.8 99.4 375.7C105.3 403.2 119.1 425 141.7 441.2C139.8 435.3 138.2 429.4 138.7 423.5C147.4 430.9 157.5 441.3 183.1 446.2C197.8 449 212.8 448.2 225.2 445.2C263.7 435.9 286.2 410.9 294.9 372.9C300.2 349.8 295.6 327.9 286.6 306.5C281.4 294.1 274.6 282.1 265.9 271.4C263.9 273.3 262 275.2000000000001 260.1 277C217.3 317.8 233.3 302.2 222.7 314.4C221.6 315.6 221.7 316.6 222.6 318C230.9 331.5 234.4 346.2 232.6 362C231.5 371.8 228.3 380.9 221.3 388.2C206.8 403.5 182.1 403.2 167.8 387.6C156.4 375.1 153.7 360.2 156.9 344C157.0999999999999 342.7 157.3 341.3 156.9 340.1C153.5 326.4 152.3 312.5 154.4 298.5C154.5 298 154.5 297.4 154.5 296.9C154.5 296.6 154.4 296.4 154.3 295.8C132.5 306.8 118.3 324.1 111.1 348C102.8 330.2000000000001 100 312.5 104.5 293.9C88.9 309.1 83.2 328.2 82.5 349.1zM552.1 225.9C540.5 237.5 527.1 246.3 512 252.5C499.2 257.7 486 260.4 472.1 259.6C462.1 259 452.5 256.5 443.1 253.2C440.6 252.3 438 251.6 435.4000000000001 251C430.5000000000001 249.8 428.1 254.1 430.7000000000001 257.8C433.9000000000001 262.4 434.1 262 445.7000000000001 269.8C446.3000000000001 270.2 446.9000000000001 270.6 447.9000000000001 271.3H445.4000000000001C444.8 271.3 444.2000000000001 271.1 443.5000000000001 271C424.2000000000001 267.7 412.8000000000001 255.5 394.6000000000001 241.4C384.2000000000001 233.3 380.8000000000001 237.6 382.6000000000001 241.9C384.0000000000001 245.4 385.9000000000001 248.6 387.7000000000001 251.9C388.7000000000001 253.7 390.0000000000001 255.3 391.2000000000001 257C391.0000000000001 257.2 390.7000000000001 257.3 390.5000000000001 257.5C363.5000000000001 239.2 343.8000000000002 215.1 332.8000000000002 184.2C333.1000000000002 183.9 333.5000000000001 183.6 333.8000000000002 183.3C334.1000000000002 183.9 334.3000000000002 184.5 334.7000000000001 185C345.1000000000001 197.1 357.5000000000001 206.8 371.3000000000002 214.8C389.5000000000001 225.4 408.8000000000002 233.1 430.0000000000001 235C434.3000000000002 235.4 438.7000000000001 235.1 443.1000000000002 235.1C441.3000000000002 234.4 439.6000000000002 234.2 437.8000000000002 234C419.3000000000002 231.6 402.3000000000002 225 386.3000000000002 215.5C356.1000000000002 197.6 331.8000000000002 173.3 311.2000000000002 145.1C310.9000000000002 144.7000000000001 310.8000000000002 144.2000000000001 310.5000000000002 143.8C325.0000000000002 138.5 334.5000000000002 126.5 346.6000000000002 118.2C346.8000000000002 118.3 346.9000000000002 118.4 347.0000000000002 118.6L348.2000000000002 121.3C360.4000000000002 148.1999999999999 375.2000000000002 173.6 394.9000000000002 195.8C411.6000000000002 214.6 432.9000000000002 221.1 457.4000000000001 215.8C463.3000000000001 214.5 468.8000000000001 211.4 474.6000000000001 209C476.9000000000001 210.4 479.7000000000002 212.1999999999999 482.6000000000001 213.6999999999999C491.0000000000001 218 500.0000000000001 220.6999999999999 509.3000000000001 222.6999999999999C524.0000000000001 225.8 538.8000000000002 227.6 553.8000000000002 224V224.5C553.3000000000002 224.9 552.6000000000001 225.3 552.1000000000001 225.9zM316.7 50.4C277.3 83.4 293.9 69.9 274 86C273.2 85.1 274 86.2 272.1 83C260.9000000000001 63.9 246.6 47.7 228.1 35.4C217.8 28.6 206.6 23.6 194 23.6C172.4 23.6 155.8 33.1 144.6 51.4C132.6 70.9 131.3 92.1 136.4 114C144.2000000000001 147.8 166.5 169.2 175 178.3C156.3000000000001 184.5 142 176.6 128.6 164.4C129.4 178.3 132.9 190.6 140.4 201.7000000000001C116.1 191.1 94.5 176.7000000000001 75.6 157.8000000000001C75.3 163.6000000000001 81 201.5000000000001 81.2 202.5000000000001C81.5 205.2000000000001 80.6 207.8000000000001 78.2 209.9000000000001C54 185.2000000000001 33.7 158.1000000000001 22.1 125.3000000000001C29.5 131.2000000000001 37 136.7000000000001 45.7 141.5000000000001C37.4 119.2000000000001 26.1 88.7000000000001 37.9 40.4000000000001C42.5 21.4000000000001 49.8 3.6000000000001 62 -11.8999999999999C64.9 -15.5999999999999 68.3 -18.7999999999999 71.5 -22.1999999999999C71.7 -21.9999999999999 71.9 -21.8999999999999 72.1 -21.6999999999999C70.7 -14.6999999999999 69.9 -7.5999999999999 70.6 0.2C72.8 -2.9999999999999 74.5 -5.8 76.5 -8.4C89.1 -24.4 105.2 -35.8 123.7 -44C148.7000000000001 -55.3 174.8000000000001 -57.3 201.6 -52.6C256.5 -42.9 292.3 -4 317.6 46.2C318.6 48 318.2000000000001 49.1 316.7000000000001 50.4zM488.7 96.8C479.2 99.9 466.5 100.9999999999999 460 99.6999999999999C469.9 95.6999999999999 474.1 93.0999999999999 478.8 87.6999999999999C491.4 73.3 489.2 52.9999999999999 473.4 42.0999999999999C461.7 33.9999999999999 448.5000000000001 31.5999999999999 434.5000000000001 32.9999999999999C433.3000000000001 33.0999999999999 432.2000000000001 33.3999999999999 431.5000000000001 33.5999999999999C434.3000000000001 37.2999999999999 437.5000000000001 40.5999999999999 439.6000000000001 44.3999999999999C449.0000000000001 61.1999999999999 445.0000000000001 86.4999999999999 430.9000000000001 100.4999999999999C428.8000000000001 102.6 426.3000000000001 104.3999999999999 423.9000000000001 106.3999999999999C423.6000000000001 105.0999999999999 423.8000000000001 104.2999999999999 424.0000000000001 103.5999999999999C428.2000000000001 86.9999999999999 415.9000000000001 71.1999999999999 399.2000000000001 71.7999999999999C391.6000000000001 72.0999999999999 385.3000000000002 75.5999999999999 379.6000000000001 80.2999999999999C360.1000000000001 96.3999999999999 340.5000000000001 112.3999999999999 321.1000000000001 128.5999999999999C315.2000000000001 133.4999999999999 308.6000000000001 136.6999999999999 301.0000000000001 137.2999999999999C296.4000000000001 137.6999999999999 291.7000000000001 137.8999999999999 287.1000000000001 138.1999999999999C281.2000000000001 138.5999999999999 278.3000000000001 140.9999999999999 276.7000000000001 146.5999999999999C275.8000000000002 149.9999999999998 275.2000000000001 153.3999999999999 274.5000000000001 156.7999999999999C273.0000000000001 164.8999999999999 268.3000000000002 169.7999999999999 260.2000000000001 170.9999999999998C255.8000000000001 171.6999999999998 251.3000000000001 171.9999999999998 246.9000000000001 172.4999999999998C233.9000000000001 173.8999999999998 227.1000000000001 179.8999999999998 224.3000000000001 192.7999999999999C219.3000000000001 181.7999999999999 222.7000000000001 170.3999999999999 231.6000000000001 162.8999999999999C236.1000000000001 159.0999999999999 240.9000000000001 155.5999999999999 245.4000000000001 151.6999999999999C250.0000000000001 147.8999999999999 252.8000000000002 142.9999999999999 253.3000000000002 136.8999999999999C253.7000000000002 132.1999999999999 254.1000000000002 127.3999999999999 255.1000000000002 122.7999999999999C257.3000000000002 112.1999999999998 264.0000000000001 104.3999999999999 272.1000000000002 97.6999999999998C288.6000000000002 83.9999999999998 305.1000000000002 70.3999999999998 321.6000000000002 56.5999999999998C339.5000000000001 41.5999999999998 335.5000000000001 23.7999999999998 334.6000000000002 0.5999999999998C333.7000000000002 -22.3000000000002 346.8000000000002 -42.3000000000002 368.1000000000002 -50.6000000000002C369.1000000000002 -51.0000000000002 370.1000000000002 -51.2000000000002 371.7000000000002 -51.7000000000002C356.0000000000002 -33.5000000000002 361.6000000000002 -7.6000000000002 372.4000000000002 0.5999999999998C372.7000000000002 -1.6000000000002 372.8000000000002 -3.7000000000002 373.3000000000002 -5.8000000000002C382.7000000000001 -49.9000000000002 418.7000000000001 -70.0000000000002 458.3000000000001 -62.7000000000002C474.3000000000001 -59.8000000000002 488.9000000000001 -53.8000000000002 501.2000000000001 -42.9000000000001C503.2000000000001 -41.1000000000001 504.9000000000001 -38.8000000000001 507.1000000000001 -36.4000000000001C487.8000000000001 -41.0000000000002 471.3000000000001 -36.5000000000002 456.2000000000001 -25.8000000000001C456.9000000000001 -25.5000000000001 457.5000000000001 -25.5000000000001 458.1000000000001 -25.5000000000001C479.4000000000001 -27.3000000000001 498.7000000000001 -22.1000000000001 515.1000000000001 -8.1000000000001C534.6000000000001 8.4999999999999 541.7000000000002 34.7999999999998 532.5000000000001 57.8999999999999C524.2000000000002 77.9999999999999 508.9000000000001 90.1999999999999 488.7000000000001 96.7999999999998zM99.4 268.7C94.1 277.9 86.2 284.3 77.3 290C91 290.5 103.9 289.8 116.9 286.3C109.9 298.5 108.4 311 111.9 325C117.2 313.1 125.6 304.9 135.5 298.2000000000001C155.2 285 171.2 278.6 182.2 268C185.6 264.7000000000001 188.5 260.9000000000001 191.8 257.1C191 259.2000000000001 190.4 261.2000000000001 189.6 263.1C184.6 273.7000000000001 176.6 281.7000000000001 167 288.1C165.2 289.3 164.2 290.6 163.6 292.6C160.3 305.1 160.6 317.7000000000001 162.9 330.2000000000001C163.9 335.7000000000001 165.7 341.1 167.4 346.5C168.2 348.9000000000001 169.7 351.1 171.4 353.1C172 346.2 171.4 327.6 191 307.1C201.8 295.8 213.4 285.2000000000001 224.9 274.4000000000001C233.9 265.9000000000001 243.2 257.7000000000001 250.4 247.6C251.5 246.0000000000001 252.6 244.3 254.2 242.9000000000001C249.2 255.9000000000001 240.0000000000001 267 230.0000000000001 276.7000000000001C220.4 286.0000000000001 210.6 295.1 200.8000000000001 304.1C197.5 307.1 196.2000000000001 310.8000000000001 195.7000000000001 315.0000000000001C194.5000000000001 325.4000000000001 195.7000000000001 335.6 200.0000000000001 345.2000000000001C200.5000000000001 346.2000000000001 201.1000000000001 347.2000000000001 201.9000000000001 348.5000000000001C202.4000000000001 344.3000000000001 202.5000000000001 340.6 203.3000000000001 336.9000000000001C208.1000000000001 313.8000000000001 223.7000000000001 300.6000000000001 252.6000000000001 273.4000000000001C262.6000000000001 264.0000000000001 271.9000000000001 254.2000000000001 278.2000000000001 241.8000000000001C283.0000000000001 232.5000000000001 285.5000000000001 222.8000000000001 283.9000000000001 212.2000000000001C283.8000000000001 211.6000000000001 284.4000000000001 210.5000000000001 285.0000000000001 210.2000000000001C291.2000000000001 207.6000000000001 295.0000000000001 203.3000000000001 294.7000000000001 195.9000000000001C302.4000000000001 198.5000000000001 307.2000000000001 203.9000000000001 311.1000000000001 210.4000000000001C315.3000000000001 190.2000000000001 302.0000000000001 160.1000000000001 283.9000000000001 151.7000000000001C284.3000000000001 156.2000000000001 288.9000000000001 175.1 267.4000000000001 179.4C260.6000000000001 180.7000000000001 254.6000000000001 180.7000000000001 244.5000000000001 181.5000000000001C249.2000000000001 190.5000000000001 254.9000000000001 202.1000000000001 245.0000000000001 203.9000000000001C220.1000000000001 208.5000000000001 192.2000000000001 202.0000000000001 187.2000000000001 199.3000000000001C195.4000000000001 198.9000000000001 203.5000000000001 198.3000000000001 210.7000000000001 196.0000000000001C208.7000000000001 189.5000000000001 206.7000000000001 183.3000000000001 204.9000000000001 177.1000000000001C203.0000000000001 170.6000000000001 207.0000000000001 162.5000000000001 214.2000000000001 167.5000000000001C215.4000000000001 168.4 216.5000000000001 169.4 217.5000000000001 170.2000000000001C214.4000000000001 152.3000000000001 214.6000000000001 154.3000000000001 214.7000000000001 151.9C215.0000000000001 141.7000000000001 224.2000000000001 144.1 230.4000000000001 144.6C227.9000000000001 132.8 200.9000000000001 117.3 185.0000000000001 118.8C192.0000000000001 123.5 197.7000000000001 129.1 200.9000000000001 136.7C194.4000000000001 135.9 188.0000000000001 135.1 181.7000000000001 134.3L181.4000000000001 135.2C186.1000000000001 138.6 189.4000000000001 143 191.6000000000001 148.3C200.3000000000001 169.4 188.0000000000001 186.3 166.6000000000001 188.2C157.5000000000001 189 148.8000000000001 187.4 140.7000000000001 182.7C146.9000000000001 198.3 157.9000000000001 209.3 173.3000000000001 217.2C158.1000000000001 221.5 164.4000000000001 219.9 148.7000000000001 223.5C163.3000000000001 232.8 178.9000000000001 236.7 195.2000000000001 238.1C190.0000000000001 241.3 147.1000000000001 241.7 125.0000000000001 217.2C132.9000000000001 215.8 140.5000000000001 214.4 148.2000000000001 213C124.4000000000001 206 104.2000000000001 193.3 85.8000000000001 177.4C86.9000000000001 182.2 88.5000000000001 186.9 89.1000000000001 191.7C89.7000000000001 196.2 89.9000000000001 200.9 89.2000000000001 205.3C87.7000000000001 214.7 80.3000000000001 220.4 69.5000000000001 221.6C61.6000000000001 222.5 53.9000000000001 221.5 46.2000000000001 220.3C45.3000000000001 220.2 44.5000000000001 220 43.3000000000001 220.3C59.1000000000001 235.1 79.3000000000001 242 96.4000000000001 253.8C102.4000000000001 258.3 103.2000000000001 262 99.4000000000001 268.7zM227.8 241.9C231.1 225.9 240.4 216.4 251.6 217.6C247.0000000000001 228.9 239.5000000000001 237.1 227.8 241.9z" />
|
214 |
-
<glyph glyph-name="dashcube"
|
215 |
-
unicode=""
|
216 |
-
horiz-adv-x="448" d=" M326.6 344H110.4C59.3 344 19.2 300.7 19.2 250.5V21C19.2 -29.5 59.3 -64 110.4 -64H337.6C388.7000000000001 -64 428.8 -29.5 428.8 21V448L326.6 344zM153.9 31.5C136.2 31.5 121.5 46.6 121.5 64.3V207.2C121.5 224.9 136.2 239.7 153.9 239.7H294.6C312.3 239.7 326.6 224.9 326.6 207.2V83.7L377.7000000000001 31.4H153.9z" />
|
217 |
-
<glyph glyph-name="delicious"
|
218 |
-
unicode=""
|
219 |
-
horiz-adv-x="448" d=" M446.5 380C446.1 381.5 445.6 383 445.1 384.5C444.2000000000001 387 443.1 389.3 441.8 391.6C440.4000000000001 394 438.8 396.4 437.1 398.5C435 401 432.7000000000001 403.3 430.2000000000001 405.3C429.1 406.2 428.0000000000001 407 426.9000000000001 407.8C425.6 408.7 424.3 409.5 422.9000000000001 410.2C421.1 411.2 419.3 412 417.4000000000001 412.7C415.7000000000001 413.4 413.9000000000001 414 412.0000000000001 414.4C408.2000000000001 415.4 404.1000000000001 415.9 400.0000000000001 415.9H48C21.5 416 0 394.5 0 368V16C0 11.9 0.5 7.8 1.5 4C3.5 -3.7 7.3 -10.6 12.5 -16.3C13.5 -17.4 14.6 -18.5 15.8 -19.6C21.5 -24.8 28.4 -28.6 36.1 -30.6C39.9 -31.6 44 -32.1 48.1 -32.1H400.1C426.6 -32.1 448.1 -10.6 448.1 15.9V368C448 372.1 447.5 376.2 446.5 380zM416 16C416 7.2 408.8 0 400 0H224V192H32V368C32 376.8 39.2 384 48 384H224V192H416V16z" />
|
220 |
-
<glyph glyph-name="deploydog"
|
221 |
-
unicode=""
|
222 |
-
horiz-adv-x="512" d=" M382.2 312H433.9V72.4H382.2V93.1C362.4 68.3 329.4 68.9999999999999 308.4 78.4C282.2 90.1 264.1 116.5 264.1 150.2C264.1 180 278.9 208.1 307.4 221C327.6 230.1 360.1 231.6 382.2 208.1V312zM317.5 150.2C317.5 132 331.1 116.7 350.7 116.7C370.5 116.7 383.9 133.1 383.9 149.6C383.9 166.7 370.2 182.8 350.7 182.8C331.1 182.8 317.5 166.4 317.5 150.1999999999999zM188.5 312H240.2V72.4H188.5V93.1C168.7 68.3 135.7 68.9999999999999 114.7 78.4C88.5 90.1 70.4 116.5 70.4 150.2C70.4 180 85.2 208.1 113.7 221C133.9 230.1 166.4 231.6 188.5 208.1V312zM123.8 150.2C123.8 132 137.4 116.7 157 116.7C176.8 116.7 190.2 133.1 190.2 149.6C190.2 166.7 176.5 182.8 157 182.8C137.3 182.8 123.8 166.4 123.8 150.1999999999999zM448 352C465.5 352 480 337.6 480 320V64C480 46.5 465.6 32 448 32H64C46.5 32 32 46.4 32 64V320C32 337.5 46.4 352 64 352H448M448 384H64C28.8 384 0 355.2 0 320V64C0 28.8 28.8 0 64 0H448C483.2 0 512 28.8 512 64V320C512 355.2 483.2 384 448 384z" />
|
223 |
-
<glyph glyph-name="deskpro"
|
224 |
-
unicode=""
|
225 |
-
horiz-adv-x="480" d=" M205.9 -64L237 -25.6C249.3 -25.4 262.6 -24.2 273.5 -19C312.4 -0.4 311.9 42.9 311.8 44.8C311.7 49.8 311 49.2 282.9000000000001 82.2H362C361.8 32.1 354.7 13.7 351.8 6.5C342.4000000000001 -17.2 307.9000000000001 -56.3 256.6 -62.9C247.9000000000001 -64 223.8 -64.1 205.9 -64zM406.3 103.7C444.9000000000001 103.7 464.8 117.3 480 134.6L304.5 134.9L287.1 103.6L406.3 103.7zM362.7 327.6V159.3H289.2L256.5 103.8H250C197.7 103.8 191.9 160.3 191.7 162.6999999999999C190.5 175.8999999999999 170.4 174.3 171.6 160.8999999999999C173 145.0999999999999 180.4 120.8999999999999 198 103.7999999999999H107C81.5 103.7999999999999 -3.8 130.5999999999999 0 217.7999999999999V431.1C0 447.1 9.7 447.7 15 447.9H97C97.2 447.9 97.3 447.8 97.5 447.8C101.8 448.2 147.6 449.9 147.6 404.1C147.6 390.8 167.8 390.7 167.8 404.1C167.8 422.3 162.3 436.9 152 447.8H236.2C344.9 448.2 362.7 368.4 362.7 327.6zM230.2 271.6L294.2 242.3C307.5 287.8 252 314 230.2 271.6z" />
|
226 |
-
<glyph glyph-name="deviantart"
|
227 |
-
unicode=""
|
228 |
-
horiz-adv-x="320" d=" M320 354.8L221.8 175.7L229.2 166.2H320V38.5H159.1L145.6 29.3L101.9 -54.7C101.6 -54.7 93.3 -63.3 92.7 -63.9H0V29.3L93.2 208.7L85.8 217.9H0V345.5H156L169.5 354.7L213.2 438.7C213.5 438.7 221.8 447.3 222.4 447.9H320V354.8z" />
|
229 |
-
<glyph glyph-name="digg"
|
230 |
-
unicode=""
|
231 |
-
horiz-adv-x="512" d=" M81.7 275.7H0V101.3H132.7V352H81.7V275.7zM81.7 142.3H50.9V234.6H81.7V142.3zM378.9 275.7V101.3H460.7V72.8H378.9V32H512V275.7H378.9zM460.7 142.3H429.9V234.6H460.7V142.3zM225.1 101.3H307.2V72.8H225.1V32H358.4V275.7H225.1V101.3zM276.3 234.6H307.1V142.3H276.3V234.6zM153.3 352H204.6V301H153.3V352zM153.3 275.7H204.6V101.3H153.3V275.7z" />
|
232 |
-
<glyph glyph-name="digital-ocean"
|
233 |
-
unicode=""
|
234 |
-
horiz-adv-x="512" d=" M256 -56V40.1C357.8 40.1 436.8 141 397.7 248.1C383.4 287.7000000000001 351.6 319.5 311.9 333.8C204.8 372.6 103.8 293.9000000000001 103.8 192.1H8C8 354.3 164.9 480.8 335 427.7C409.2 404.4 468.6 345.3 491.6 271.1C544.8 100.8 418.6 -56 256 -56zM256.3 135.4H160.7V39.8H256.3V135.4zM160.7 39.8H87V-33.8000000000001H160.7V39.8zM87 101.4H25.4V39.8H87V101.4z" />
|
235 |
-
<glyph glyph-name="discord"
|
236 |
-
unicode=""
|
237 |
-
horiz-adv-x="448" d=" M297.216 204.8C297.216 189.184 285.6960000000001 176.384 271.104 176.384C256.768 176.384 244.992 189.184 244.992 204.8S256.512 233.216 271.104 233.216C285.696 233.216 297.216 220.416 297.216 204.8zM177.664 233.216C163.072 233.216 151.552 220.416 151.552 204.8S163.328 176.384 177.664 176.384C192.256 176.384 203.776 189.184 203.776 204.8C204.032 220.416 192.256 233.216 177.664 233.216zM448 395.264V-64C383.506 -7.006 404.132 -25.872 329.216 43.776L342.784 -3.584H52.48C23.552 -3.584 0 19.968 0 49.152V395.264C0 424.448 23.552 448 52.48 448H395.5200000000001C424.448 448 448 424.448 448 395.264zM375.04 152.576C375.04 235.0080000000001 338.1760000000001 301.824 338.1760000000001 301.824C301.3120000000001 329.472 266.24 328.704 266.24 328.704L262.656 324.608C306.176 311.296 326.4 292.096 326.4 292.096C265.589 325.425 194.156 325.4310000000001 135.168 299.52C125.696 295.168 120.064 292.096 120.064 292.096S141.312 312.32 187.392 325.632L184.832 328.704S149.76 329.472 112.896 301.824C112.896 301.824 76.032 235.008 76.032 152.576C76.032 152.576 97.536 115.456 154.112 113.6640000000001C154.112 113.6640000000001 163.584 125.184 171.264 134.912C138.752 144.6400000000001 126.464 165.12 126.464 165.12C130.23 162.484 136.44 159.067 136.96 158.72C180.17 134.5220000000001 241.548 126.5940000000001 296.704 149.7600000000001C305.664 153.088 315.648 157.9520000000001 326.144 164.864C326.144 164.864 313.344 143.872 279.808 134.4C287.488 124.672 296.704 113.6640000000001 296.704 113.6640000000001C353.28 115.456 375.04 152.576 375.04 152.576z" />
|
238 |
-
<glyph glyph-name="discourse"
|
239 |
-
unicode=""
|
240 |
-
horiz-adv-x="448" d=" M225.9 416C103.3 416 0 317.5 0 195.9C0 192 0.1 -32 0.1 -32L225.9 -31.8C348.6 -31.8 448 70.5 448 192.1C448 313.7 348.6 416 225.9 416zM224 64C204.6 64 186.1 68.3 169.6 76.1L88.5 56L111.4 131C101.6 149.1 96 169.9 96 192C96 262.7 153.3 320 224 320S352 262.7 352 192S294.7 64 224 64z" />
|
241 |
-
<glyph glyph-name="dochub"
|
242 |
-
unicode=""
|
243 |
-
horiz-adv-x="416" d=" M397.9 288H256V428.4L397.9 288zM304 256V126C304 59.2 267.5 25.9 190.7 25.9H96V363.2H190.7C202.7 363.2 213.8 362.4 223.8 360.7V444.7C212.9 446.9 201.4 448 189.2 448H0V-64H189.2C329.7 -64 400 0.6 400 129.9V256H304z" />
|
244 |
-
<glyph glyph-name="docker"
|
245 |
-
unicode=""
|
246 |
-
horiz-adv-x="640" d=" M349.9 211.7H283.8V271.1H349.9V211.7zM349.9 416H283.8V355.3H349.9V416zM428.1 271.2H362V211.8H428.1V271.2zM271.8 343.3H205.7V283.2H271.8V343.3zM349.9 343.3H283.8V283.2H349.9V343.3zM626.7 243.3C612.3000000000001 253 579.1 256.5 553.6 251.7C550.3000000000001 275.7 536.9 296.6 512.5 315.4L498.5 324.7L489.2 310.7C470.8 282.9 465.8 237.1 485.5 206.9C476.8 202.2 459.7 195.8 437.1 196.2H2.4C-6.3 145.4 8.2 79.4 46.4 34.1C83.5 -9.8 139.1 -32.1 211.8 -32.1C369.2000000000001 -32.1 485.7 40.4 540.2 172.1C561.6 171.7000000000001 607.8000000000001 172 631.5 217.3C633 219.8 638.1 230.5 640 234.4L626.7 243.3zM115.6 271.2H49.6V211.8H115.7V271.2zM193.7 271.2H127.6V211.8H193.7V271.2zM271.8 271.2H205.7V211.8H271.8V271.2zM193.7 343.3H127.6V283.2H193.7V343.3z" />
|
247 |
-
<glyph glyph-name="draft2digital"
|
248 |
-
unicode=""
|
249 |
-
horiz-adv-x="480" d=" M369.9 22.6V77L417 49.8L369.9 22.6zM82.4 67.4C107.9 94.7 180.1 172.1 233.3 237.4C268.4000000000001 280.5 273.6 319.8 261.7 350.1C254.3 368.9 244.2 380.3 237.4 385.8C282.7 383.7 305.4 362.4 319.6 347.5C319.6 347.5 362 299.3 325.4 234.2C288.4 168.3 214.5 86.7 196.9 67.5H82.4zM134.2 286.6C134.2 274.2 124.2 264.2 111.8 264.2C99.4 264.2 89.4 274.2 89.4 286.6C89.4 299 99.4 309 111.8 309C124.2 309 134.2 298.9 134.2 286.6M336 132.1V67.4H244.7C275.5 102.4 326.5 163.3000000000001 356.5 216.7000000000001C391.7 279.3000000000001 372.6 340.1 343.7 370.0000000000001C339.3 374.6 281.5 432.9000000000001 177.7 411.2000000000001C118.6 398.8000000000001 88.3 367.8000000000001 73.4 343.9000000000001C60.3 323.0000000000001 56.4 304.1000000000001 55.2 296.2000000000001C49.7 263.2000000000001 74.6 229.1000000000001 111.9 229.1000000000001C143.6 229.1000000000001 169.2 254.8000000000001 169.2 286.5000000000001C169.2 313.6 149.5 338.6 121.2 343.3000000000001C123 350.6 138.9 364.4000000000001 147.5 368.0000000000001C188.6 385.3000000000001 225.5 362.8000000000001 230.8 334.5000000000001C239.1 290.2000000000001 193.7 244.1000000000001 161.1 206.9000000000001C84.5 119.9 18.3 51.2 0 32.1L336 32.2V-32L480 49.9L336 132.1z" />
|
250 |
-
<glyph glyph-name="dribbble-square"
|
251 |
-
unicode=""
|
252 |
-
horiz-adv-x="448" d=" M90.2 219.8C99.1 262.2000000000001 127.6 297.5 165.9 315.5C169.5 310.6 193.9 276.7 216.6 236.5C152.6 219.5 96.3 219.7 90.2 219.8zM314.6 294C281 323.8 235.3 335.1 192 324.6C195.8000000000001 319.5 220.6 285.7 243.0000000000001 244.6C291.6 262.9 312.1 290.5 314.6 294zM140.1 84C180.6 52.4 233.4 47.3 277.4 66C275.4 78 267.4 119.8 248.2 169.6C193.1 150.8 154.4 113.2000000000001 140.1 84zM238.9 192.2C235.5 200 231.7 207.7 227.8 215.4C159.6 195 93.4 195.8 87.4 196C87.4 194.6 87.3 193.2 87.3 191.8C87.3 156.7 100.6 124.7000000000001 122.4 100.4C144.6 138.3 189.5 178.3 238.9 192.2zM273.8 175.9C291.7 126.8 298.9 86.8 300.3 78.5C331 99.2 352.8 132.1 358.9 170.1C354.3 171.6 316.6 182.8 273.8 175.9zM253.5 224.3C258.3 214.5 261.8 206.5 265.5 197.5C311 203.2 356.2 194.1 360.7 193.1C360.3999999999999 225.4 348.8999999999999 255 329.8 278.2C326.9 274.3 304 245 253.5 224.3zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM384 192C384 280.2 312.2 352 224 352S64 280.2 64 192S135.8 32 224 32S384 103.8 384 192z" />
|
253 |
-
<glyph glyph-name="dribbble"
|
254 |
-
unicode=""
|
255 |
-
horiz-adv-x="512" d=" M256 440C119.252 440 8 328.748 8 192S119.252 -56 256 -56S504 55.252 504 192S392.748 440 256 440zM419.9700000000001 325.634C449.473 289.588 467.3390000000001 243.677 467.805 193.679C460.821 195.156 390.7870000000001 209.361 320.303 200.497C314.551 214.538 309.122 226.89 301.686 242.111C380.007 274.088 415.504 319.593 419.97 325.634zM396.421 350.13C392.611 344.703 360.724 301.844 285.4 273.611C250.688 337.387 212.215 389.779 206.36 397.619C273.536 413.812 344.326 396.349 396.421 350.13zM165.941 383.38C171.526 375.721 209.379 323.264 244.478 260.871C145.391 234.558 58.118 234.937 48.644 235.062C62.38 300.795 106.678 355.427 165.941 383.38zM44.17 191.677C44.17 193.843 44.213 195.999 44.278 198.15C53.546 197.96 156.198 196.637 261.984 228.2960000000001C268.048 216.4280000000001 273.841 204.3810000000001 279.158 192.347C202.559 170.7720000000001 132.964 108.8200000000001 98.627 50.0410000000001C64.794 87.595 44.17 137.27 44.17 191.677zM125.977 24.564C148.104 69.797 208.155 128.186 293.5560000000001 157.3200000000001C323.2960000000001 80.037 335.5950000000001 15.2670000000001 338.7450000000001 -3.318C270.6330000000001 -32.331 188.7300000000001 -24.371 125.9770000000001 24.564zM374.357 16.075C372.186 28.9610000000001 360.911 90.972 333.205 167.1080000000001C399.585 177.734 457.905 160.3400000000001 465.152 158.0530000000001C455.71 99.1120000000001 421.879 48.2090000000001 374.357 16.075z" />
|
256 |
-
<glyph glyph-name="dropbox"
|
257 |
-
unicode=""
|
258 |
-
horiz-adv-x="528" d=" M264.4 331.7L132.4 247.4L264.4 163.1L132.4 78.8L0 163.9L132.3 248.2L0 331.7L132.3 416L264.4 331.7zM131.6 52.3L263.6 136.6L395.6 52.3L263.6 -32L131.6 52.3zM264.4 163.9L396.4 248.2L264.4 331.8L395.7 416L528 331.7L395.7 247.4L528 163.2L395.7 78.9L264.4 163.9z" />
|
259 |
-
<glyph glyph-name="drupal"
|
260 |
-
unicode=""
|
261 |
-
horiz-adv-x="448" d=" M319.5 333.3C297.3 347.3 276 352.8 254.8 366.8C241.8 375.6 223.5 396.8 208.3 415.1C205.6 385.8 196.8 373.9 186.3 365.6C165 348.6 151.5 343.4 132.8 333.3C117 325 32 266.5 32 157.5C32 48.3 123.8 -32 225.8 -32C327.5 -32 416 42 416 154C416 266.3 333 325 319.5 333.3zM322 7.7C301.9 -12.4 231.9 -21 205.3 3.5C200.5 8.3 205.6 15.5 211.8 15.5C211.8 15.5 228.8 2.2 263.3 2.2C290.3 2.2 309.3 9.9 317.8 16.2C323.9000000000001 20.8 326.2 11.9 322 7.7zM267.5 60.3C276.2 63.9 296.5 64.1 304.3 59C308.4000000000001 56.2 320.4000000000001 40.2 310.5 35.3C302.1 31.1 309.3 51 284 51C269.3 51 264.5 45.8 257.3 40C250.3 34 247.5 32 245.1 35.3C239.1 43.5 261 57.6 267.5 60.3zM360 43C344.8 44 314.5 91.8 295 92.5C264.1 93.4 190.9 11.8 133.7 50.5C94.9 77.1 119.1 155.3 185.5 155.7C235 156.2 269.3 106.7 294 107.2C315.3 107.5 355.8 149 375.8 149C424.5 149 399.1 39.7 360 43z" />
|
262 |
-
<glyph glyph-name="dyalog"
|
263 |
-
unicode=""
|
264 |
-
horiz-adv-x="416" d=" M0 416V296.8H64V352H171.2C284.6 352 352 271.8 352 192.1C352 116 293.4 32 171.2 32H0V-32H171.2C331.9 -32 416 80.7 416 192.1C416 250.8 393.9 305.5 353.7 346.4C308.9 392 245.7 416 171.2 416H0z" />
|
265 |
-
<glyph glyph-name="earlybirds"
|
266 |
-
unicode=""
|
267 |
-
horiz-adv-x="480" d=" M313.2 400.5C314.4 413.5 334.5 414.5 349.8 409.2C350.7 408.9 376 399.5 368.8 394C340.9000000000001 401.4 312.4000000000001 375.8 313.2 400.5zM112.2 393.6C142.9 401.7 174.2 373.6 173.3 400.7C172 414.9 149.9 416 133.1 410.3C132.1 410 104.4 399.8 112.2 393.6zM319.4 288C310.6 288 303.4 280.8 303.4 272S310.6 256 319.4 256S335.4 263.2 335.4 272S328.2 288 319.4 288zM159.7 288C150.9 288 143.7 280.8 143.7 272S150.9 256 159.7 256S175.7 263.2 175.7 272S168.5 288 159.7 288zM478.2 124.8C468.3 100.8 437.5 113.8 414.3 126C400.8 56.9 356.2 14.6 288 1.8C288.3 0.9 286 1.9 312 0.8C345.6 -0.6 375.8 3.9 409.4 8.8C389.6 22.6 398 45.9 399.6 46.9C401 47.8 414.3 45.2 421.2 35.4C429.8 47.9 449.6 50.2 451.4 49.0000000000001C453 47.9 458 28.1000000000001 444.5 14.4C449.2 15.3 452.7 16.0000000000001 454.3 16.5000000000001C456.9 17.3000000000001 472 5.2 457.4 3.2C443.1 0.9 434.8 -1.9 410.3 -7.6C364.4000000000001 -18.3 324.4 -19.4 292.6 -20.4L293.6 -32C297.4000000000001 -50.1 270.2000000000001 -56.3 266 -38.2C266.8 -56.1 238.9 -60 237.6 -37.2L237.1 -42.5C236.4 -60.9 208.7 -60.4 208.8 -41.9C201.3 -55.4 180.7 -48.7 182.4 -33.4L183.6 -21C146.9 -21.9 123.9 -24.1 121.8 -24.1C100.9 -24.1 100.9 7.5 121.8 7.5C124.2 7.5 149.5 6.2 185 4.7C123.9 20.2 81.3 59.7 70.1 122.9C45.1 110.1 12.6 96.1 1.9 122.1C-8.6 147.5 23.4 164.7 68.7 195.5C69.4 202.1 70.3 208.8 71.4 215.3C57 234.9 59.8 251.6 55.3 275.7C38.5 273.3 32.1 284.8 31.7 298.8C32 306.1 33.8 313.7 34.1 314.2C35.2 316 44.2 316.2 46.8 316.8C52.8 348.5 97.4 350 137.7 351.3C157.4 373.1 182.9 392.8 218.6 399.6C203.3 419 215.2 439.5 216.2 440C217.9 440.8 237.4 435.7 242.5 416.8C247.7 425.6 260.8 428.2 262.1 427.5C263.2000000000001 426.9 268.5 412.5 257.2000000000001 401.6C297.5000000000001 398.1 329.4000000000001 376.9 353.2000000000001 350.9C389.3000000000001 349.4 425.0000000000001 345 430.3000000000001 316.9C433.0000000000001 316.3 441.9000000000001 316.1 443.0000000000001 314.3C443.3000000000001 313.8 445.1000000000001 306.2000000000001 445.4000000000001 298.9C444.9000000000001 285 438.6 273.5 421.8 275.8C418.6 258.5 419.1 242.9 413.1 228.1C415.5 216.4 417.1 204.3 417.9000000000001 191.7000000000001C454.9 166.3000000000001 488.2 149.2000000000001 478.2 124.8000000000001zM207.4 288.1C208.3 332.1 169.5 330.3 128.8 328.4C107.1 327.4 89.9 326.5 83.3 314.5C71.9 293.6 89.2 221.6 106.5 213.3C116.3 208.6 179.9 205.4 192.8 220.4C201 229.8 207.8 269.8 207.4 288.1zM259.4 229.8C255.1 242.2 253.4 259.9 244.1 262.5C242.1 263 235.1 263 233.1 262.5C223.1 259.7 222.3 240.4 216.1 225.3C231.5 225.3 235.4 215.6 239.8 215.6C244.1 215.6 246.1 226.9000000000001 259.4 229.8zM395.1 314.5C388.5 326.6 370.3 327.4 348.6 328.4C308.4 330.3 270.4 332.2 271.3 288.1C270.8 269.8 276.3 229.8 284.5 220.3C297.5 205.4 361.0999999999999 208.5 370.8 213.2C386.6 220.8 407.3 292.1 395.1 314.5z" />
|
268 |
-
<glyph glyph-name="edge"
|
269 |
-
unicode=""
|
270 |
-
horiz-adv-x="512" d=" M25.714 219.837C25.825 219.999 25.944 220.16 26.056 220.322C26.035 220.16 26.011 219.999 25.991 219.837H25.714zM486.286 204.329C486.286 248.361 478.532 288.794 457.485 326.734C416.498 400.121 343.912 439.999 258.893
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|